mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Update web-platform-tests to revision 138d2e938d493a5c8435025162759c2e34b3b1d1
This commit is contained in:
parent
ce37d5ebf2
commit
732399d5d9
1754 changed files with 6528 additions and 3662 deletions
|
@ -0,0 +1,9 @@
|
|||
importScripts("/resources/testharness.js");
|
||||
|
||||
test(() => {
|
||||
assert_throws(new TypeError(), () => {
|
||||
performance.measure('name', 'navigationStart', 'navigationStart');
|
||||
});
|
||||
}, "When converting 'navigationStart' to a timestamp, the global object has to be a Window object.");
|
||||
|
||||
done();
|
Loading…
Add table
Add a link
Reference in a new issue