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

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

Issue 1151323002: testharnessreport: Hide unnecessary elements for JS tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync all of testharnessreport.js, and update test results Created 5 years, 7 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/idlharness-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt
index 4953b12f0215cb100684239d943bb87d1b702c60..4a5b60e46095f59b884f11514610616534aeff96 100644
--- a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt
+++ b/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/idlharness-expected.txt
@@ -1,22 +1,4 @@
-idlharness test
-
-This test validates the WebIDL included in the user Timing specification.
-
-partial interface Performance {
- void mark(DOMString markName);
- void clearMarks(optional DOMString markName);
-
- void measure(DOMString measureName, optional DOMString startMark, optional DOMString endMark);
- void clearMeasures(optional DOMString measureName);
-};
-
-interface PerformanceMark : PerformanceEntry {
-};
-
-interface PerformanceMeasure : PerformanceEntry {
-};
-
-
+This is a testharness.js-based test.
PASS Performance interface: operation mark(DOMString)
PASS Performance interface: operation clearMarks(DOMString)
PASS Performance interface: operation measure(DOMString,DOMString,DOMString)
@@ -39,4 +21,5 @@ PASS PerformanceMeasure interface: existence and properties of interface object
PASS PerformanceMeasure interface object length
FAIL PerformanceMeasure interface: existence and properties of interface prototype object assert_equals: class string of PerformanceMeasure.prototype expected "[object PerformanceMeasurePrototype]" but got "[object Object]"
PASS PerformanceMeasure interface: existence and properties of interface prototype object's "constructor" property
+Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698