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

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

Issue 14620012: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@query-selector-performance
Patch Set: Fixed review issues. Created 7 years, 7 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/import-media-01.html » ('j') | Source/core/css/CSSGrammar.y.in » ('J')
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..a038b3cca915bf6f76317ea2742f0b43ce5dc418 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; } }
apavlov 2013/06/03 11:03:44 This patch forbids zero whitespace between the 'an
@media all and(max-width: 1px) { #styled { color: red; } }
</style>
<script>
« no previous file with comments | « no previous file | LayoutTests/fast/media/import-media-01.html » ('j') | Source/core/css/CSSGrammar.y.in » ('J')

Powered by Google App Engine
This is Rietveld 408576698