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

Unified Diff: LayoutTests/screen_orientation/screenorientation-api.html

Issue 241203003: Screen Orientation: fire event on Window instead of Screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@ScreenOrientationUndefined
Patch Set: fix tests Created 6 years, 8 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/screen_orientation/screenorientation-api.html
diff --git a/LayoutTests/screen_orientation/screenorientation-api.html b/LayoutTests/screen_orientation/screenorientation-api.html
index 66dc845c27d44c265cdd14ae6431f8577e36b5c5..366791c7a72eccc8dd1c511c5b53c08fed6f9bd2 100644
--- a/LayoutTests/screen_orientation/screenorientation-api.html
+++ b/LayoutTests/screen_orientation/screenorientation-api.html
@@ -8,12 +8,7 @@ description("Validates the Screen Orientation API is exposed.");
shouldBeDefined("screen.lockOrientation");
shouldBeDefined("screen.unlockOrientation");
shouldBeDefined("screen.orientation");
-shouldBeDefined("screen.onorientationchange");
-// Screen should be an EventTarget
-shouldBe("screen.__proto__.__proto__", "EventTarget.prototype");
-shouldBeDefined("screen.addEventListener");
-shouldBeDefined("screen.removeEventListener");
-shouldBeDefined("screen.dispatchEvent");
+shouldBeDefined("window.onorientationchange");
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698