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

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

Issue 1988013003: Move generic shorthand serialization checks out of specific routines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shorthand1
Patch Set: actually fix test 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 ebac254969cfccc3d22b3cd55a82a4f95adc692c..01dad8e09598f37daf2910ecbdf7ab6e1c8ba656 100644
--- a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
@@ -7,31 +7,31 @@ removes "background"
and adds "".
Removing background-position
removes "background"
-and adds "background-image, background-attachment, background-color, background-size, background-origin, background-clip, background-repeat".
+and adds "background-image, background-size, background-repeat, background-attachment, background-origin, background-clip, background-color".
Removing border
removes "border"
and adds "".
Removing border-top
removes "border"
-and adds "border-right, border-bottom, border-left".
+and adds "border-right, border-bottom, border-left, border-image".
Removing border-right
removes "border"
-and adds "border-top, border-bottom, border-left".
+and adds "border-top, border-bottom, border-left, border-image".
Removing border-bottom
removes "border"
-and adds "border-top, border-right, border-left".
+and adds "border-top, border-right, border-left, border-image".
Removing border-left
removes "border"
-and adds "border-top, border-right, border-bottom".
+and adds "border-top, border-right, border-bottom, border-image".
Removing border-color
removes "border"
-and adds "border-width, border-style".
+and adds "border-width, border-style, border-image".
Removing border-style
removes "border"
-and adds "border-width, border-color".
+and adds "border-width, border-color, border-image".
Removing border-width
removes "border"
-and adds "border-style, border-color".
+and adds "border-style, border-color, border-image".
Removing border-radius
removes "border-radius"
and adds "".
@@ -61,7 +61,7 @@ removes "-webkit-mask"
and adds "".
Removing -webkit-mask-position
removes "-webkit-mask"
-and adds "-webkit-mask-image, -webkit-mask-repeat".
+and adds "-webkit-mask-image, -webkit-mask-size, -webkit-mask-repeat, -webkit-mask-origin, -webkit-mask-clip".
Removing overflow
removes "overflow"
and adds "".

Powered by Google App Engine
This is Rietveld 408576698