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

Unified Diff: LayoutTests/fast/css/all-shorthand-css-text-expected.txt

Issue 338023002: Added parser part of all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed patch conflict Created 6 years, 6 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 | « no previous file | LayoutTests/fast/css/getComputedStyle/getComputedStyle-all-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/all-shorthand-css-text-expected.txt
diff --git a/LayoutTests/fast/css/all-shorthand-css-text-expected.txt b/LayoutTests/fast/css/all-shorthand-css-text-expected.txt
index 9514dccfe7c975604956b462371a2a6c2d69a98c..f19f8c1aca433b7f3593e1b387536c6d52c58411 100644
--- a/LayoutTests/fast/css/all-shorthand-css-text-expected.txt
+++ b/LayoutTests/fast/css/all-shorthand-css-text-expected.txt
@@ -17,14 +17,14 @@ PASS contains(cssRules[4].cssText, "color: red !important;") is true
FAIL contains(cssRules[4].cssText, "background: initial;") should be true. Was false.
PASS contains(cssRules[4].cssText, "direction: ") is false
PASS contains(cssRules[4].cssText, "unicode-bidi: ") is false
-FAIL cssRules[5].cssText should be div { all: inherit; }. Was div { }.
-PASS cssRules[6].cssText is not "div { all: inherit; color: red; }"
+PASS cssRules[5].cssText is "div { all: inherit; }"
+FAIL cssRules[6].cssText should not be div { all: inherit; color: red; }.
PASS contains(cssRules[6].cssText, "color: red;") is true
PASS contains(cssRules[6].cssText, "direction: ") is false
PASS contains(cssRules[6].cssText, "unicode-bidi: ") is false
-FAIL cssRules[7].cssText should be div { all: inherit; }. Was div { color: red; }.
-FAIL cssRules[8].cssText should be div { all: inherit !important; }. Was div { color: red; }.
-PASS cssRules[9].cssText is not "div { all: inherit; color: red !important; }"
+FAIL cssRules[7].cssText should be div { all: inherit; }. Was div { color: red; all: inherit; }.
+FAIL cssRules[8].cssText should be div { all: inherit !important; }. Was div { color: red; all: inherit !important; }.
+FAIL cssRules[9].cssText should not be div { all: inherit; color: red !important; }.
PASS contains(cssRules[9].cssText, "color: red !important") is true
FAIL contains(cssRules[9].cssText, "background: inherit;") should be true. Was false.
PASS contains(cssRules[9].cssText, "direction: ") is false
« no previous file with comments | « no previous file | LayoutTests/fast/css/getComputedStyle/getComputedStyle-all-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698