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

Side by Side Diff: LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 idlharness test
2
3 This test validates the WebIDL included in the High Resolution Time specificatio n.
4
5 typedef double DOMHighResTimeStamp;
6
7 partial interface Performance {
8 DOMHighResTimeStamp now();
9 };
10
11 PASS Performance interface: operation now()
12 PASS Performance must be primary interface of window.performance
13 PASS Stringification of window.performance
14 PASS Performance interface: window.performance must inherit property "now" with the proper type (0)
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698