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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 <body style="-webkit-writing-mode: horizontal-bt">
2 <div style="width: 600px; text-align: center;margin-top:50px">
3 <span style="
4 padding: 0 15px;
5 font-size: 48px;
6 background-color: lightyellow;
7 -webkit-border-radius: 10px;
8 border: 5px solid green;
9 line-height: 1.5;
10 -webkit-box-shadow: 15px 30px 5px rgba(0, 0, 0, 0.2) inset;
11 ">
12 This sentence is too long to fit on a single line.
13 </span>
14 </div>
15
16 <div style="width: 600px; text-align: center;">
17 <span style="
18 padding: 0 15px;
19 font-size: 48px;
20 background-color: lightyellow;
21 -webkit-border-radius: 10px;
22 border: 5px solid green;
23 line-height: 1.5;
24 -webkit-box-shadow: 15px 30px 5px rgba(0, 0, 0, 0.2);
25 ">
26 This sentence is too long to fit on a single line.
27 </span>
28 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698