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

Unified Diff: LayoutTests/screen_orientation/orientation-attribute.html

Issue 374623002: [screen-orientation] Update implementation to match recent spec changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 5 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/orientation-attribute.html
diff --git a/LayoutTests/screen_orientation/orientation-attribute.html b/LayoutTests/screen_orientation/orientation-attribute.html
deleted file mode 100644
index 312f33393f7f59f5b576db6ff72d157f1c2898b2..0000000000000000000000000000000000000000
--- a/LayoutTests/screen_orientation/orientation-attribute.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<script src="../resources/js-test.js"></script>
-<script>
-description("Basic test that accesses screen.orientation.");
-
-shouldBeEqualToString("screen.orientation", "portrait-primary");
-</script>
-</body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698