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

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

Issue 14672011: Remove [NoInterfaceObject] extended attribute from several interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another attempt Created 7 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/HighResolutionTime/idlharness-expected.txt
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/idlharness-expected.txt b/LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/idlharness-expected.txt
index 3b35d00307d062c44bab92610e6f4ec8262637eb..360596bd886d16aa3fb1428a8ed09eb7f9a00ee3 100644
--- a/LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/idlharness-expected.txt
+++ b/LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/idlharness-expected.txt
@@ -9,18 +9,8 @@ partial interface Performance {
DOMHighResTimeStamp now();
};
-FAIL Performance interface: operation now() assert_own_property: window does not have own property "Performance" expected property "Performance" missing
-FAIL Performance must be primary interface of window.performance assert_own_property: window does not have own property "Performance" expected property "Performance" missing
-FAIL Stringification of window.performance assert_class_string is not defined(stack: ReferenceError: assert_class_string is not defined
- at IdlObject. (http://127.0.0.1:8000/w3c/resources/idlharness.js:1563:9)
- at Object.Test.step (http://127.0.0.1:8000/w3c/resources/testharness.js:876:18)
- at test (http://127.0.0.1:8000/w3c/resources/testharness.js:338:18)
- at IdlObject.IdlInterface.test_primary_interface_of (http://127.0.0.1:8000/w3c/resources/idlharness.js:1559:5)
- at IdlObject.IdlInterface.test_object (http://127.0.0.1:8000/w3c/resources/idlharness.js:1509:10)
- at null. (http://127.0.0.1:8000/w3c/resources/idlharness.js:440:36)
- at Array.forEach (native)
- at IdlArray.test (http://127.0.0.1:8000/w3c/resources/idlharness.js:438:32)
- at http://127.0.0.1:8000/w3c/webperf/approved/HighResolutionTime/idlharness.html:48:13
- at http://127.0.0.1:8000/w3c/webperf/approved/HighResolutionTime/idlharness.html:49:3)
+FAIL Performance interface: operation now() assert_true: property is not configurable expected true got false
+PASS Performance must be primary interface of window.performance
+PASS Stringification of window.performance
PASS Performance interface: window.performance must inherit property "now" with the proper type (0)

Powered by Google App Engine
This is Rietveld 408576698