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

Side by Side Diff: LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/idlharness-expected.txt

Issue 948583002: Bindings: Make interface operation (method) properties configurable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline newly behaving tests Created 5 years, 10 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
1 idlharness test 1 idlharness test
2 2
3 This test validates the WebIDL included in the High Resolution Time specificatio n. 3 This test validates the WebIDL included in the High Resolution Time specificatio n.
4 4
5 typedef double DOMHighResTimeStamp; 5 typedef double DOMHighResTimeStamp;
6 6
7 partial interface Performance { 7 partial interface Performance {
8 DOMHighResTimeStamp now(); 8 DOMHighResTimeStamp now();
9 }; 9 };
10 10
11 FAIL Performance interface: operation now() assert_true: property is not configu rable expected true got false 11 PASS Performance interface: operation now()
12 PASS Performance must be primary interface of window.performance 12 PASS Performance must be primary interface of window.performance
13 PASS Stringification of window.performance 13 PASS Stringification of window.performance
14 PASS Performance interface: window.performance must inherit property "now" with the proper type (0) 14 PASS Performance interface: window.performance must inherit property "now" with the proper type (0)
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698