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

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

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.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand.html b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand.html
index 42d8efc9da70a3be7362ada762dfe144223da4fc..61610e597983a44043105dd4a2c184f11c496d77 100644
--- a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand.html
+++ b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand.html
@@ -19,8 +19,8 @@
-webkit-margin-collapse: collapse; \
padding: 2em; \
-webkit-text-stroke: orange 1pt; \
- -webkit-columns: 100px 3; \
- -webkit-column-rule: thick dashed silver; \
+ columns: 100px 3; \
+ column-rule: thick dashed silver; \
border-spacing: 10px 20px; \
-webkit-border-radius: 6px 8px; \
overflow: scroll; \

Powered by Google App Engine
This is Rietveld 408576698