diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/media-queries/013-isvalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/media-queries/013-isvalid.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/media-queries/013-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/media-queries/013-isvalid.html deleted file mode 100644 index 3f138bfb2..000000000 --- a/testing/web-platform/tests/conformance-checkers/html/media-queries/013-isvalid.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<meta charset=utf-8> -<title>screen and (min-width: 400px )</title> -<link href='foo' media='screen and (min-width: 400px )' rel='stylesheet'> -</head> -<body> -<p>screen and (min-width: 400px )</p> -</body> -</html>
\ No newline at end of file |