mirror of
https://github.com/servo/servo.git
synced 2025-09-14 17:08:22 +01:00
Update web-platform-tests to revision 00fa50687cab43b660296389acad6cc48717f1d1
This commit is contained in:
parent
07d53e32c4
commit
28bbe1473c
58 changed files with 2119 additions and 360 deletions
|
@ -20,3 +20,9 @@ function verifyNumberOfDownloads(url, number)
|
|||
});
|
||||
assert_equals(numDownloads, number, url);
|
||||
}
|
||||
|
||||
function verifyNumberOfResourceTimingEntries(url, number)
|
||||
{
|
||||
var numEntries = performance.getEntriesByName(getAbsoluteURL(url)).length;
|
||||
assert_equals(numEntries, number, url);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue