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

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

Issue 1984163002: Fix up CSSStyleDeclaration::cssText serialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@border
Patch Set: Created 4 years, 7 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 | third_party/WebKit/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: third_party/WebKit/LayoutTests/fast/css/all-shorthand-css-text.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/all-shorthand-css-text.html b/third_party/WebKit/LayoutTests/fast/css/all-shorthand-css-text.html
index 6c5fe15d8ecc3cee9a00de9000263575039145bb..83f845ebaaa000f76699d1e0e3efb7b2fff8778e 100644
--- a/third_party/WebKit/LayoutTests/fast/css/all-shorthand-css-text.html
+++ b/third_party/WebKit/LayoutTests/fast/css/all-shorthand-css-text.html
@@ -82,13 +82,13 @@ shouldBeTrue('contains(cssRules[14].cssText, "font-family: initial;")');
shouldBeFalse('contains(cssRules[15].cssText, "all: initial;")');
shouldBeFalse('contains(cssRules[15].cssText, "-internal-")');
shouldBeFalse('contains(cssRules[14].cssText, "font: initial;")');
-shouldBeFalse('contains(cssRules[14].cssText, "marker: initial;")');
+shouldBeTrue('contains(cssRules[14].cssText, "marker: initial;")');
shouldBeTrue('contains(cssRules[15].cssText, "width: inherit;")');
shouldBeTrue('contains(cssRules[15].cssText, "min-width: initial;")');
shouldBeTrue('contains(cssRules[15].cssText, "max-width: initial;")');
-shouldBeTrue('contains(cssRules[15].cssText, "marker-start: initial;")');
-shouldBeTrue('contains(cssRules[15].cssText, "marker-mid: initial;")');
-shouldBeTrue('contains(cssRules[15].cssText, "marker-end: initial;")');
+shouldBeFalse('contains(cssRules[15].cssText, "marker-start: initial;")');
+shouldBeFalse('contains(cssRules[15].cssText, "marker-mid: initial;")');
+shouldBeFalse('contains(cssRules[15].cssText, "marker-end: initial;")');
shouldBe('cssRules[16].cssText', '"div { all: unset; }"');
shouldBeFalse('contains(cssRules[17].cssText, "all: unset;")');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/all-shorthand-css-text-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698