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

Unified Diff: LayoutTests/css3/supports-cssom.html

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.html ('k') | LayoutTests/css3/supports-cssom-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/supports-cssom.html
diff --git a/LayoutTests/css3/supports-cssom.html b/LayoutTests/css3/supports-cssom.html
index 0e5e1c139396b05a5299b2a6e29402dbb44a5cb1..508f6c173f419003c2d22ca8b62e7387ed74edad 100644
--- a/LayoutTests/css3/supports-cssom.html
+++ b/LayoutTests/css3/supports-cssom.html
@@ -101,7 +101,7 @@
debug("\nWhitespace and formatting should be preserved within the condition, whitespace outside the condition should be trimmed.");
- shouldBeEqualToString("rules[1].conditionText", "(( ( padding: 0) and (display: none)) or (display: rainbow))");
+ shouldBeEqualToString("rules[1].conditionText", "(( ( padding: 0) and (display: none)) or (display: rainbow))");
debug("\n@supports rule nested inside a media rule.");
« no previous file with comments | « LayoutTests/css3/supports.html ('k') | LayoutTests/css3/supports-cssom-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698