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

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

Issue 1710003002: Unprefix multicol properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase master Created 4 years, 10 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 a34a613ed59eea63e6b8184fc9870d49fd9b88fe..637573fd6e23938b9782ed3edb0987b210332390 100644
--- a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
@@ -42,10 +42,10 @@ Removing border-spacing
removes "border-spacing"
and adds "".
Removing -webkit-columns
-removes "-webkit-column-width, -webkit-column-count"
+removes "column-width, column-count"
and adds "".
Removing -webkit-column-rule
-removes "-webkit-column-rule-width, -webkit-column-rule-style, -webkit-column-rule-color"
+removes "column-rule-width, column-rule-style, column-rule-color"
and adds "".
Removing list-style
removes "list-style"

Powered by Google App Engine
This is Rietveld 408576698