mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision c2b30ef30749b6a8f2cc832761dfe011e63d5e94
This commit is contained in:
parent
987e376ca7
commit
eda9b9b73a
142 changed files with 3513 additions and 851 deletions
|
@ -33,7 +33,7 @@
|
|||
}));
|
||||
|
||||
// Handle the case where the button is focused before the test runs.
|
||||
if (document.activeButtonement === button) {
|
||||
if (document.activeElement === button) {
|
||||
assert_equals(getComputedStyle(button).outlineColor, "rgb(0, 100, 0)");
|
||||
t.done();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue