mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision 87398b8448f699e3e324148795891658f2fa16dd
This commit is contained in:
parent
836463b9e0
commit
3fb5197361
72 changed files with 1293 additions and 348 deletions
|
@ -151,9 +151,6 @@ function resource_load(expected)
|
|||
t["simple_attrs"].step(function() {
|
||||
var actual = window.performance.getEntriesByName(expected.name)[0];
|
||||
var expected_type = expected.initiatorType;
|
||||
if (expected.initiatorType == "iframe") {
|
||||
expected_type = "subdocument";
|
||||
}
|
||||
assert_equals(actual.name, expected.name);
|
||||
assert_equals(actual.initiatorType, expected_type);
|
||||
assert_equals(actual.entryType, "resource");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue