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

Unified Diff: content/test/data/screen_orientation/screen_orientation_orientationchange.html

Issue 431103002: Add integration tests for window.orientation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screen_orientation_integration
Patch Set: rebase Created 6 years, 4 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: content/test/data/screen_orientation/screen_orientation_orientationchange.html
diff --git a/content/test/data/screen_orientation/screen_orientation_orientationchange.html b/content/test/data/screen_orientation/screen_orientation_orientationchange.html
deleted file mode 100644
index 9db63856cb6cd64a3d4ab59b0ab2a070ff503a15..0000000000000000000000000000000000000000
--- a/content/test/data/screen_orientation/screen_orientation_orientationchange.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-</head>
-<script>
- screen.orientation.onchange = function() {
- document.location.hash = '#' + screen.orientation.angle;
- };
-
- document.location.hash = '#ready';
-</script>
-<body>
- <div>Starting...</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698