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

Unified Diff: LayoutTests/fast/media/media-query-only-not.html

Issue 130823003: Merge 164913 "Revert "Explicit space required around NOT/ONLY/AN..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1700/
Patch Set: Created 6 years, 11 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/fast/media/media-query-only-not.html
===================================================================
--- LayoutTests/fast/media/media-query-only-not.html (revision 164913)
+++ LayoutTests/fast/media/media-query-only-not.html (working copy)
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>CSS Media Queries: parsing with "only" and "not"</title>
- <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" />
- <link rel="help" href="http://www.w3.org/Style/2012/REC-mediaqueries-20120619-errata.html">
- <style type="text/css">
- div {
- width: 100px;
- height: 10px;
- background-color: red;
- }
- #t1, #t4 { background-color: green; }
- @media not/**/speech { #t1 { background-color: red; } }
- @media not/**/ speech { #t2 { background-color: green; } }
- @media not /**/speech { #t3 { background-color: green; } }
- @media only/**/screen { #t4 { background-color: red; } }
- @media only/**/ screen { #t5 { background-color: green; } }
- @media only /**/screen { #t6 { background-color: green; } }
- </style>
-</head>
-<body>
- <p>You should see a green rectangle below.</p>
- <div id="t1"></div>
- <div id="t2"></div>
- <div id="t3"></div>
- <div id="t4"></div>
- <div id="t5"></div>
- <div id="t6"></div>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/media/media-query-and-expected.html ('k') | LayoutTests/fast/media/media-query-only-not-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698