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

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/remove-shorthand-expected.txt

Issue 171008: Rebaseline 4 tests that were changed upstream. (Closed)
Patch Set: Created 11 years, 4 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: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/remove-shorthand-expected.txt
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/remove-shorthand-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/remove-shorthand-expected.txt
index fcd442cca3620ecf02826e03ceb52a077029aac9..dffe08d5c78c76ef4cbdb79b2a422e664f5b1b8f 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/remove-shorthand-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/remove-shorthand-expected.txt
@@ -12,7 +12,8 @@ Removing border-left removes border-left-width, border-left-style, border-left-c
Removing border-color removes border-top-color, border-right-color, border-bottom-color, border-left-color.
Removing border-style removes border-top-style, border-right-style, border-bottom-style, border-left-style.
Removing border-width removes border-top-width, border-right-width, border-bottom-width, border-left-width.
-Removing -webkit-border-radius removes -webkit-border-top-right-radius, -webkit-border-top-left-radius, -webkit-border-bottom-left-radius, -webkit-border-bottom-right-radius.
+Removing border-radius removes border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius.
+Removing -webkit-border-radius removes border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius.
Removing border-spacing removes -webkit-border-horizontal-spacing, -webkit-border-vertical-spacing.
Removing -webkit-columns removes -webkit-column-width, -webkit-column-count.
Removing -webkit-column-rule removes -webkit-column-rule-width, -webkit-column-rule-style, -webkit-column-rule-color.

Powered by Google App Engine
This is Rietveld 408576698