summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/media-queries/device-aspect-ratio-novalid.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/media-queries/device-aspect-ratio-novalid.html')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html/media-queries/device-aspect-ratio-novalid.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/media-queries/device-aspect-ratio-novalid.html b/testing/web-platform/tests/conformance-checkers/html/media-queries/device-aspect-ratio-novalid.html
deleted file mode 100644
index 2b8519359..000000000
--- a/testing/web-platform/tests/conformance-checkers/html/media-queries/device-aspect-ratio-novalid.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset=utf-8>
-<title>screen and (device-aspect-ratio: 16/9)</title>
-<link href='foo' media='screen and (device-aspect-ratio: 16/9)' rel='stylesheet'>
-</head>
-<body>
-<p>screen and (device-aspect-ratio: 16/9)</p>
-</body>
-</html> \ No newline at end of file