mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #2106 - Clean-up: Un-prefix -moz-user-select in Comments
This commit is contained in:
parent
8f46cd0d63
commit
b11affbdf3
7 changed files with 15 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE>
|
||||
<html>
|
||||
<head>
|
||||
<title>-moz-user-select selection tests</title>
|
||||
<title>user-select selection tests</title>
|
||||
<script src="/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<script src="/tests/SimpleTest/EventUtils.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
|
||||
|
|
@ -249,7 +249,7 @@ function test()
|
|||
// ================== shift+click tests =================
|
||||
// ======================================================
|
||||
|
||||
// test extending a selection that starts in a -moz-user-select:none node
|
||||
// test extending a selection that starts in a user-select:none node
|
||||
clear();
|
||||
e = document.getElementById('test2');
|
||||
init([[0,0,0,1]], e);
|
||||
|
|
@ -261,7 +261,7 @@ function test()
|
|||
checkRanges([[-1,1,1,10]], e);
|
||||
doneTest(e);
|
||||
|
||||
// test extending a selection that end in a -moz-user-select:none node
|
||||
// test extending a selection that end in a user-select:none node
|
||||
clear();
|
||||
e = document.getElementById('test3');
|
||||
init([[1,0,1,1]], e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue