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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt

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
Index: third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
index 637573fd6e23938b9782ed3edb0987b210332390..ebac254969cfccc3d22b3cd55a82a4f95adc692c 100644
--- a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
@@ -13,16 +13,16 @@ removes "border"
and adds "".
Removing border-top
removes "border"
-and adds "border-right-width, border-bottom-width, border-left-width, border-right-style, border-bottom-style, border-left-style, border-right-color, border-bottom-color, border-left-color".
+and adds "border-right, border-bottom, border-left".
Removing border-right
removes "border"
-and adds "border-top-width, border-bottom-width, border-left-width, border-top-style, border-bottom-style, border-left-style, border-top-color, border-bottom-color, border-left-color".
+and adds "border-top, border-bottom, border-left".
Removing border-bottom
removes "border"
-and adds "border-top-width, border-right-width, border-left-width, border-top-style, border-right-style, border-left-style, border-top-color, border-right-color, border-left-color".
+and adds "border-top, border-right, border-left".
Removing border-left
removes "border"
-and adds "border-top-width, border-right-width, border-bottom-width, border-top-style, border-right-style, border-bottom-style, border-top-color, border-right-color, border-bottom-color".
+and adds "border-top, border-right, border-bottom".
Removing border-color
removes "border"
and adds "border-width, border-style".
@@ -42,10 +42,10 @@ Removing border-spacing
removes "border-spacing"
and adds "".
Removing -webkit-columns
-removes "column-width, column-count"
+removes "columns"
and adds "".
Removing -webkit-column-rule
-removes "column-rule-width, column-rule-style, column-rule-color"
+removes "column-rule"
and adds "".
Removing list-style
removes "list-style"
@@ -54,14 +54,14 @@ Removing margin
removes "margin"
and adds "".
Removing -webkit-margin-collapse
-removes "-webkit-margin-before-collapse, -webkit-margin-after-collapse"
+removes "-webkit-margin-collapse"
and adds "".
Removing -webkit-mask
removes "-webkit-mask"
and adds "".
Removing -webkit-mask-position
removes "-webkit-mask"
-and adds "-webkit-mask-image, -webkit-mask-repeat-x, -webkit-mask-repeat-y".
+and adds "-webkit-mask-image, -webkit-mask-repeat".
Removing overflow
removes "overflow"
and adds "".
@@ -69,5 +69,5 @@ Removing padding
removes "padding"
and adds "".
Removing -webkit-text-stroke
-removes "-webkit-text-stroke-width, -webkit-text-stroke-color"
+removes "-webkit-text-stroke"
and adds "".

Powered by Google App Engine
This is Rietveld 408576698