| Index: LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_mark-expected.txt
|
| diff --git a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_mark-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_mark-expected.txt
|
| deleted file mode 100644
|
| index 92037dc67a9b6dcbe6d8286102f9e3029f7e34ba..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_mark-expected.txt
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -After creating each mark, the existence of these marks is validated by calling performance.getEntriesByName() (both with and without the entryType parameter provided), performance.getEntriesByType(), and performance.getEntries()
|
| -This is a testharness.js-based test.
|
| -PASS window.performance is defined
|
| -PASS window.performance.getEntriesByName("mark1")[0].name == "mark1"
|
| -PASS window.performance.getEntriesByName("mark1")[0].startTime ~== (up to 20ms difference allowed)
|
| -PASS window.performance.getEntriesByName("mark1")[0].entryType == "mark"
|
| -PASS window.performance.getEntriesByName("mark1")[0].duration == 0
|
| -PASS window.performance.getEntriesByName("mark1")[1].name == "mark1"
|
| -PASS window.performance.getEntriesByName("mark1")[1].startTime ~== (up to 20ms difference allowed)
|
| -PASS window.performance.getEntriesByName("mark1")[1].entryType == "mark"
|
| -PASS window.performance.getEntriesByName("mark1")[1].duration == 0
|
| -PASS window.performance.getEntriesByName("mark1", "mark") returns an object containing the "mark1" mark in the correct order
|
| -PASS window.performance.getEntriesByName("mark1", "mark") returns an object containing the duplicate "mark1" mark in the correct order
|
| -PASS The "mark1" mark returned by window.performance.getEntriesByName("mark1", "mark") matches the the "mark1" mark returned by window.performance.getEntriesByName("mark1")
|
| -PASS The duplicate "mark1" mark returned by window.performance.getEntriesByName("mark1", "mark") matches the the duplicate "mark1" mark returned by window.performance.getEntriesByName("mark1")
|
| -PASS window.performance.getEntries() returns an object containing the original "mark1" mark in the correct order
|
| -PASS window.performance.getEntries() returns an object containing the duplicate "mark1" mark in the correct order
|
| -PASS The "mark1" mark returned by window.performance.getEntries() matches the the "mark1" mark returned by window.performance.getEntriesByName("mark1")
|
| -PASS The "mark1" mark returned by window.performance.getEntries() matches the the duplicate "mark1" mark returned by window.performance.getEntriesByName("mark1")
|
| -PASS window.performance.getEntriesByType("mark") returns an object containing the original "mark1" mark in the correct order
|
| -PASS window.performance.getEntriesByType("mark") returns an object containing the duplicate "mark1" mark in the correct order
|
| -PASS The "mark1" mark returned by window.performance.getEntriesByType("mark") matches the the "mark1" mark returned by window.performance.getEntriesByName("mark1")
|
| -PASS The "mark1" mark returned by window.performance.getEntriesByType("mark") matches the the duplicate "mark1" mark returned by window.performance.getEntriesByName("mark1")
|
| -Harness: the test ran to completion.
|
| -
|
|
|