mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 82b3595ce0ea99dd2a04b578421b4d281e53ee31
This commit is contained in:
parent
7170a69695
commit
fc2af06212
57 changed files with 356 additions and 162 deletions
|
@ -114,7 +114,7 @@
|
|||
d6.showModal();
|
||||
this.add_cleanup(function() { d6.close(); });
|
||||
assert_true(d6.open);
|
||||
assert_equals(document.activeElement, d6);
|
||||
assert_equals(document.activeElement, document.body);
|
||||
}, "opening dialog without focusable children");
|
||||
|
||||
test(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue