mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
test: add WPT user-timing tests (#32123)
As discussed in https://github.com/servo/servo/pull/32120#issuecomment-2068017033, this adds the WPT `user-timing` tests to the default list of WPT tests, and also commits the current status of the `user-timing` tests. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
parent
f3c2edb743
commit
fa92b0f65f
45 changed files with 922 additions and 0 deletions
39
tests/wpt/meta/user-timing/measure-exceptions.html.ini
Normal file
39
tests/wpt/meta/user-timing/measure-exceptions.html.ini
Normal file
|
@ -0,0 +1,39 @@
|
|||
[measure-exceptions.html]
|
||||
[Passing 'unloadEventStart' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'unloadEventEnd' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'redirectStart' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'redirectEnd' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'secureConnectionStart' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'domInteractive' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'domContentLoadedEventStart' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'domContentLoadedEventEnd' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'domComplete' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'loadEventStart' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 'loadEventEnd' as a mark to measure API should cause error when the mark is empty.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing 51.15 as a mark to measure API should cause error.]
|
||||
expected: FAIL
|
||||
|
||||
[Passing DoesNotExist as a mark to measure API should cause error.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue