Chromium Code Reviews

Unified Diff: LayoutTests/fast/media/media-descriptor-syntax-01-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: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/media/media-descriptor-syntax-01-expected.html
diff --git a/LayoutTests/fast/media/media-descriptor-syntax-01-expected.html b/LayoutTests/fast/media/media-descriptor-syntax-01-expected.html
index 3ca3799a291da62aa28039b19af1dd4853d1150f..41f892fd3f5c8819a4d9b6ab19e7ffa946a5e6d2 100644
--- a/LayoutTests/fast/media/media-descriptor-syntax-01-expected.html
+++ b/LayoutTests/fast/media/media-descriptor-syntax-01-expected.html
@@ -1,5 +1,5 @@
<html>
<body>
-<p style="color: green">This text should be green.</p>
+<p>This text should not be red.</p>
</body>
</html>

Powered by Google App Engine