mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision 474923949524b5c05a9e6f28ec082fdca87078de
This commit is contained in:
parent
b7b1b903d3
commit
328d5a4231
91 changed files with 3190 additions and 185 deletions
|
@ -76,8 +76,8 @@ var expected = [
|
|||
"IDBTransaction",
|
||||
];
|
||||
|
||||
for (var i = 0; i < unexpected.length; ++i) {
|
||||
for (var i = 0; i < expected.length; ++i) {
|
||||
test(function() {
|
||||
assert_true(unexpected[i] in self);
|
||||
}, "The " + unexpected[i] + " interface object should not be exposed");
|
||||
assert_true(expected[i] in self);
|
||||
}, "The " + expected[i] + " interface object should be exposed");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue