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

Unified Diff: LayoutTests/fast/css/media-rule-no-whitespace.html

Issue 15878013: Tokenize "and(" as a FUNCTION in media queries. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/media/media-query-and.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/media-rule-no-whitespace.html
diff --git a/LayoutTests/fast/css/media-rule-no-whitespace.html b/LayoutTests/fast/css/media-rule-no-whitespace.html
index 8d7ff2077724b36c02dff7660fc42eeb90b1ca3b..974725383be1beba4df27d4226235eb9a9d799a7 100644
--- a/LayoutTests/fast/css/media-rule-no-whitespace.html
+++ b/LayoutTests/fast/css/media-rule-no-whitespace.html
@@ -1,7 +1,8 @@
<html>
<head>
<style>
- @media all and(min-width: 2px) { #styled { color: green; } }
+ #styled { color: green }
+ @media all and(min-width: 2px) { #styled { color: red; } }
@media all and(max-width: 1px) { #styled { color: red; } }
</style>
<script>
« no previous file with comments | « no previous file | LayoutTests/fast/media/media-query-and.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698