Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_measure-expected.txt

Issue 1154773008: testharnessreport: Remove Text children of the body. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update form-validation-reportValidity-expected.txt Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
-

Powered by Google App Engine
This is Rietveld 408576698