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

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

Issue 14065029: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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/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; } }
@media all and(max-width: 1px) { #styled { color: red; } }
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698