mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326
This commit is contained in:
parent
462c272380
commit
1f531f66ea
5377 changed files with 174916 additions and 84369 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); //alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus and then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
test.removeAttribute("contenteditable");
|
||||
</script>
|
||||
|
|
|
@ -10,7 +10,9 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); // Alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus and then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
var child = document.getElementById("child");
|
||||
child.setAttribute("contenteditable", false);
|
||||
</script>
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); // Alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus and then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
test.setAttribute("spellcheck", false);
|
||||
</script>
|
||||
|
|
|
@ -10,7 +10,9 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); // Alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
var child = document.getElementById("child");
|
||||
child.setAttribute("spellcheck", false);
|
||||
</script>
|
||||
|
|
|
@ -10,7 +10,9 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); // Alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
var child = document.getElementById("child");
|
||||
child.setAttribute("spellcheck", false);
|
||||
</script>
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); // Alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
var p = document.getElementById("parent");
|
||||
p.setAttribute("spellcheck", false);
|
||||
</script>
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); // Alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
test.setAttribute("readonly", true);
|
||||
</script>
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); // Alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
test.setAttribute("disabled", true);
|
||||
</script>
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); // Alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
test.setAttribute("readonly", true);
|
||||
</script>
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
<script>
|
||||
var test = document.getElementById("test");
|
||||
test.focus(); test.blur(); // Alternative to forceSpellCheck(), due to general lack of support
|
||||
// Force spellcheck by focus then blur
|
||||
test.focus();
|
||||
test.blur();
|
||||
test.setAttribute("disabled", true);
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue