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

Unified Diff: LayoutTests/css3/supports-cssom-expected.txt

Issue 1015303002: Promote new CSS parser to experimental (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « LayoutTests/css3/supports-cssom.html ('k') | LayoutTests/css3/supports-dom-api.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/supports-cssom-expected.txt
diff --git a/LayoutTests/css3/supports-cssom-expected.txt b/LayoutTests/css3/supports-cssom-expected.txt
index c4796ebe6a4707d4f08d4d0da7ea94edb85deb10..7be00a1afeeedb2d9b8effefc181bd47acc881f0 100644
--- a/LayoutTests/css3/supports-cssom-expected.txt
+++ b/LayoutTests/css3/supports-cssom-expected.txt
@@ -41,7 +41,7 @@ PASS rules[0].insertRule('@namespace ""', 2) threw exception SyntaxError: Failed
PASS rules[0].insertRule('@import url("../fast/cssom/resources/import.css")', 2) threw exception HierarchyRequestError: Failed to execute 'insertRule' on 'CSSSupportsRule': '@import' rules cannot be inserted inside a group rule..
Whitespace and formatting should be preserved within the condition, whitespace outside the condition should be trimmed.
-PASS rules[1].conditionText is "(( ( padding: 0) and (display: none)) or (display: rainbow))"
+PASS rules[1].conditionText is "(( ( padding: 0) and (display: none)) or (display: rainbow))"
@supports rule nested inside a media rule.
PASS rules[2].type is CSSRule.MEDIA_RULE
« no previous file with comments | « LayoutTests/css3/supports-cssom.html ('k') | LayoutTests/css3/supports-dom-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698