Update web-platform-tests to revision 82b3595ce0ea99dd2a04b578421b4d281e53ee31

This commit is contained in:
WPT Sync Bot 2020-05-26 08:18:17 +00:00
parent 7170a69695
commit fc2af06212
57 changed files with 356 additions and 162 deletions

View file

@ -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(){