Chromium Code Reviews| 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> |
| - |