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