| Index: LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_measure-expected.txt
|
| diff --git a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_measure-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_measure-expected.txt
|
| deleted file mode 100644
|
| index 411c284b822bdf4708d4679218b19cd1a52f6756..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_measure-expected.txt
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -After creating each measure, the existence of these measures 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("measure_no_start_no_end")[0].name == "measure_no_start_no_end"
|
| -PASS window.performance.getEntriesByName("measure_no_start_no_end")[0].startTime ==
|
| -PASS window.performance.getEntriesByName("measure_no_start_no_end")[0].entryType == "measure"
|
| -PASS window.performance.getEntriesByName("measure_no_start_no_end")[0].duration ~== (up to 20ms difference allowed)
|
| -PASS window.performance.getEntriesByName("measure_start_no_end")[0].name == "measure_start_no_end"
|
| -PASS window.performance.getEntriesByName("measure_start_no_end")[0].startTime ==
|
| -PASS window.performance.getEntriesByName("measure_start_no_end")[0].entryType == "measure"
|
| -PASS window.performance.getEntriesByName("measure_start_no_end")[0].duration ~== (up to 20ms difference allowed)
|
| -PASS window.performance.getEntriesByName("measure_start_end")[0].name == "measure_start_end"
|
| -PASS window.performance.getEntriesByName("measure_start_end")[0].startTime ==
|
| -PASS window.performance.getEntriesByName("measure_start_end")[0].entryType == "measure"
|
| -PASS window.performance.getEntriesByName("measure_start_end")[0].duration ~== (up to 20ms difference allowed)
|
| -PASS window.performance.getEntriesByName("measure_no_start_no_end")[1].name == "measure_no_start_no_end"
|
| -PASS window.performance.getEntriesByName("measure_no_start_no_end")[1].startTime ==
|
| -PASS window.performance.getEntriesByName("measure_no_start_no_end")[1].entryType == "measure"
|
| -PASS window.performance.getEntriesByName("measure_no_start_no_end")[1].duration ~== (up to 20ms difference allowed)
|
| -PASS window.performance.getEntriesByName("measure_no_start_no_end", "measure")[0] returns an object containing the "measure_no_start_no_end" measure in the correct order, and its value matches the "measure_no_start_no_end" measure returned by window.performance.getEntriesByName("measure_no_start_no_end")
|
| -PASS window.performance.getEntriesByName("measure_start_no_end", "measure")[0] returns an object containing the "measure_start_no_end" measure in the correct order, and its value matches the "measure_start_no_end" measure returned by window.performance.getEntriesByName("measure_start_no_end")
|
| -PASS window.performance.getEntriesByName("measure_start_end", "measure")[0] returns an object containing the "measure_start_end" measure in the correct order, and its value matches the "measure_start_end" measure returned by window.performance.getEntriesByName("measure_start_end")
|
| -PASS window.performance.getEntriesByName("measure_no_start_no_end", "measure")[1] returns an object containing the "measure_no_start_no_end" measure in the correct order, and its value matches the "measure_no_start_no_end" measure returned by window.performance.getEntriesByName("measure_no_start_no_end")
|
| -PASS window.performance.getEntries() returns an object containing the "measure_no_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_no_end")[0].
|
| -PASS window.performance.getEntries() returns an object containing the "measure_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_start_no_end")[0].
|
| -PASS window.performance.getEntries() returns an object containing the "measure_start_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_start_end")[0].
|
| -PASS window.performance.getEntries() returns an object containing the "measure_no_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_no_end")[1].
|
| -PASS window.performance.getEntries() returns an object containing all test measures in order.
|
| -PASS window.performance.getEntriesByType("measure") returns an object containing the "measure_no_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_no_end")[0].
|
| -PASS window.performance.getEntriesByType("measure") returns an object containing the "measure_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_start_no_end")[0].
|
| -PASS window.performance.getEntriesByType("measure") returns an object containing the "measure_start_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_start_end")[0].
|
| -PASS window.performance.getEntriesByType("measure") returns an object containing the "measure_no_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_no_end")[1].
|
| -PASS window.performance.getEntriesByType("measure") returns an object containing all test measures in order.
|
| -Harness: the test ran to completion.
|
| -
|
|
|