Issue #2106 - Follow-up: Additional Un-prefixing

This commit is contained in:
Andy 2025-07-07 10:43:13 -07:00 committed by roytam1
commit 1a5b3dcae6
52 changed files with 152 additions and 152 deletions

View file

@ -13,6 +13,6 @@
<body onload="setTimeout(test, 0)">
<div contenteditable spellcheck="false" onfocus="focused()"
style="outline: none">foo<span contenteditable=false
style="-moz-user-select: none">bar</span>baz</div>
style="user-select: none">bar</span>baz</div>
</body>
</html>

View file

@ -23,7 +23,7 @@
}
</script>
<style>
div { -moz-user-select:none; }
div { user-select:none; }
div:focus { outline:1px solid black; }
</style>
</head>

View file

@ -19,7 +19,7 @@
}
</script>
<style>
div { -moz-user-select:none; }
div { user-select:none; }
div:focus { outline:1px solid black; }
</style>
</head>

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html class="reftest-wait" style="-moz-user-select:none" spellcheck="false">
<html class="reftest-wait" style="user-select:none" spellcheck="false">
<head>
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>

View file

@ -12,7 +12,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=968148
width: 20px;
height: 20px;
border: 1px solid black;
-moz-user-select: none;
user-select: none;
}
</style>
</head>

View file

@ -13,8 +13,8 @@
}
html,body { margin:0; padding: 0; }
body,pre { font-family: Ahem; font-size: 20px; }
span { -moz-user-select:none; }
x { -moz-user-select:text; }
span { user-select:none; }
x { user-select:text; }
</style>
</head>
<body>

View file

@ -12,7 +12,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=582771
width: 20px;
height: 20px;
border: 1px solid black;
-moz-user-select: none;
user-select: none;
}
</style>
</head>

View file

@ -12,7 +12,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=603550
width: 20px;
height: 20px;
border: 1px solid black;
-moz-user-select: none;
user-select: none;
}
</style>
</head>