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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/orientation-event/idlharness-expected.txt

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations Created 3 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: third_party/WebKit/LayoutTests/external/wpt/orientation-event/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/orientation-event/idlharness-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/orientation-event/idlharness-expected.txt
index 69f4502fee13b286507371005b10f6d9cd5c546d..7cab44e7817f9acc101c8bb54371ba0013c4a891 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/orientation-event/idlharness-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/orientation-event/idlharness-expected.txt
@@ -10,8 +10,6 @@ PASS DeviceOrientationEvent interface: attribute alpha
PASS DeviceOrientationEvent interface: attribute beta
PASS DeviceOrientationEvent interface: attribute gamma
PASS DeviceOrientationEvent interface: attribute absolute
-PASS DeviceOrientationEvent must be primary interface of new DeviceOrientationEvent("foo")
-PASS Stringification of new DeviceOrientationEvent("foo")
PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must inherit property "alpha" with the proper type (0)
PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must inherit property "beta" with the proper type (1)
PASS DeviceOrientationEvent interface: new DeviceOrientationEvent("foo") must inherit property "gamma" with the proper type (2)
@@ -25,8 +23,6 @@ PASS DeviceMotionEvent interface: attribute acceleration
PASS DeviceMotionEvent interface: attribute accelerationIncludingGravity
PASS DeviceMotionEvent interface: attribute rotationRate
PASS DeviceMotionEvent interface: attribute interval
-PASS DeviceMotionEvent must be primary interface of new DeviceMotionEvent("foo")
-PASS Stringification of new DeviceMotionEvent("foo")
PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit property "acceleration" with the proper type (0)
PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit property "accelerationIncludingGravity" with the proper type (1)
PASS DeviceMotionEvent interface: new DeviceMotionEvent("foo") must inherit property "rotationRate" with the proper type (2)

Powered by Google App Engine
This is Rietveld 408576698