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

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

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 | « no previous file | LayoutTests/fast/css/all-shorthand-css-text-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.html
diff --git a/LayoutTests/fast/css/all-shorthand-css-text.html b/LayoutTests/fast/css/all-shorthand-css-text.html
index 465b838344b7c1f887e682ad33acc5fe2afc9413..6c5fe15d8ecc3cee9a00de9000263575039145bb 100644
--- a/LayoutTests/fast/css/all-shorthand-css-text.html
+++ b/LayoutTests/fast/css/all-shorthand-css-text.html
@@ -93,7 +93,5 @@ shouldBeTrue('contains(cssRules[15].cssText, "marker-end: initial;")');
shouldBe('cssRules[16].cssText', '"div { all: unset; }"');
shouldBeFalse('contains(cssRules[17].cssText, "all: unset;")');
shouldBeTrue('contains(cssRules[17].cssText, "color: red;")');
-<!-- FIXME: when using "all: unset", the all should be expanded to be -->
-<!-- "display: unset; ..." -->
shouldBeTrue('contains(cssRules[17].cssText, "display: unset;")');
</script>
« no previous file with comments | « no previous file | LayoutTests/fast/css/all-shorthand-css-text-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698