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

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

Issue 782003002: Remove code in PropertyValueForSerializer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test result Created 6 years 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/fast/css/all-shorthand-css-text.html ('k') | Source/core/css/StylePropertySerializer.cpp » ('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 1abe72a7240b5b8b9558342ab1e40e6d439fbbc6..1227c59ef0889722e866ff689bf861814cd15c2e 100644
--- a/LayoutTests/fast/css/all-shorthand-css-text-expected.txt
+++ b/LayoutTests/fast/css/all-shorthand-css-text-expected.txt
@@ -53,7 +53,7 @@ PASS contains(cssRules[15].cssText, "marker-end: initial;") is true
PASS cssRules[16].cssText is "div { all: unset; }"
PASS contains(cssRules[17].cssText, "all: unset;") is false
PASS contains(cssRules[17].cssText, "color: red;") is true
-FAIL contains(cssRules[17].cssText, "display: unset;") should be true. Was false.
+PASS contains(cssRules[17].cssText, "display: unset;") is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/all-shorthand-css-text.html ('k') | Source/core/css/StylePropertySerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698