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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-columns.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/multicol/nested-columns.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html
index deaa552dd7043a87d4d9249891d210cf7516185e..3593fd36bd6e87f0cc424b8c9e60391a91230790 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<p>The word 'PASSED' should be seen below.</p>
-<div style="width:6em; height:2em; -webkit-columns:3; -webkit-column-gap:0; column-fill:auto; line-height:2em;">
- <div style="-webkit-column-count:2; -webkit-column-gap:0;">
+<div style="width:6em; height:2em; columns:3; column-gap:0; column-fill:auto; line-height:2em;">
+ <div style="column-count:2; column-gap:0;">
P<br>A
</div>
- <div style="-webkit-column-count:2; -webkit-column-gap:0;">
+ <div style="column-count:2; column-gap:0;">
S<br>S
</div>
- <div style="-webkit-column-count:2; -webkit-column-gap:0;">
+ <div style="column-count:2; column-gap:0;">
E<br>D
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698