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> |