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

Unified Diff: third_party/WebKit/LayoutTests/fast/writing-mode/box-shadow-horizontal-bt.html

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 2 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/writing-mode/box-shadow-horizontal-bt.html
diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/box-shadow-horizontal-bt.html b/third_party/WebKit/LayoutTests/fast/writing-mode/box-shadow-horizontal-bt.html
deleted file mode 100644
index f3fcdadd7e84f11ab4f326ed7ea692b9e374e7a8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/writing-mode/box-shadow-horizontal-bt.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<body style="-webkit-writing-mode: horizontal-bt">
-<div style="width: 600px; text-align: center;margin-top:50px">
- <span style="
- padding: 0 15px;
- font-size: 48px;
- background-color: lightyellow;
- -webkit-border-radius: 10px;
- border: 5px solid green;
- line-height: 1.5;
- -webkit-box-shadow: 15px 30px 5px rgba(0, 0, 0, 0.2) inset;
- ">
- This sentence is too long to fit on a single line.
- </span>
-</div>
-
-<div style="width: 600px; text-align: center;">
- <span style="
- padding: 0 15px;
- font-size: 48px;
- background-color: lightyellow;
- -webkit-border-radius: 10px;
- border: 5px solid green;
- line-height: 1.5;
- -webkit-box-shadow: 15px 30px 5px rgba(0, 0, 0, 0.2);
- ">
- This sentence is too long to fit on a single line.
- </span>
-</div>

Powered by Google App Engine
This is Rietveld 408576698