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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_mark-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_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.
-

Powered by Google App Engine
This is Rietveld 408576698