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

Unified Diff: LayoutTests/fast/multicol/resources/block-axis.css

Issue 201573009: Remove -webkit-column-progression and -webkit-column-axis properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master (fixed the DOS-style line break issue there) Created 6 years, 9 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: LayoutTests/fast/multicol/resources/block-axis.css
diff --git a/LayoutTests/fast/multicol/resources/block-axis.css b/LayoutTests/fast/multicol/resources/block-axis.css
deleted file mode 100644
index 630b0d14db7d3442ed7df71b6c58df0f65735d4d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/resources/block-axis.css
+++ /dev/null
@@ -1,41 +0,0 @@
-body {
- margin: 0;
-}
-
-div {
- -webkit-logical-width: 200px;
- -webkit-logical-height: 150px;
- -webkit-column-gap: 30px;
- -webkit-column-rule-width: 10px;
- -webkit-column-rule-style: solid;
- outline: 1px dashed lightblue;
- -webkit-margin-after: 360px;
- -webkit-border-before: 20px solid silver;
- -webkit-margin-start: 20px;
-}
-
-div.horizontal
-{
- -webkit-column-axis: vertical;
-}
-
-div.horizontal.flipped
-{
- -webkit-writing-mode: horizontal-bt;
-}
-
-div.vertical
-{
- -webkit-writing-mode: vertical-lr;
- -webkit-column-axis: horizontal;
-}
-
-div.vertical.flipped
-{
- -webkit-writing-mode: vertical-rl;
-}
-
-span {
- background-color: yellow;
- position: relative;
-}

Powered by Google App Engine
This is Rietveld 408576698