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

Unified Diff: LayoutTests/fast/media/media-query-and-expected.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
Index: LayoutTests/fast/media/media-query-and-expected.html
diff --git a/LayoutTests/fast/media/media-query-and-expected.html b/LayoutTests/fast/media/media-query-and-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d9fe36045d0121b7355e5d9ed1a6fe1c28a2ce9a
--- /dev/null
+++ b/LayoutTests/fast/media/media-query-and-expected.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<p>You should see a green square below.</p>
+<div style="background-color: green; width: 150px; height: 150px;"></div>

Powered by Google App Engine
This is Rietveld 408576698