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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/text-emphasis-v.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
1 <script src="../../resources/ahem.js"></script> 1 <script src="../../resources/ahem.js"></script>
2 <body style="-webkit-font-smoothing: none; position: relative;"> 2 <body style="-webkit-font-smoothing: none; position: relative;">
3 <div style="color: red; font: 16px Ahem; padding-left: 8px;"> 3 <div style="color: red; font: 16px Ahem; padding-left: 8px;">
4 2 2 2 2<br> 4 2 2 2 2<br>
5 2 2 2 2<br> 5 2 2 2 2<br>
6 2 2 2 2<br> 6 2 2 2 2<br>
7 2 2 2 2<br> 7 2 2 2 2<br>
8 2 2 2 2<br> 8 2 2 2 2<br>
9 2 2 2 2<br> 9 2 2 2 2<br>
10 2 2 2 2<br> 10 2 2 2 2<br>
11 2 2 2 2<br> 11 2 2 2 2<br>
12 2 2 2 2<br> 12 2 2 2 2<br>
13 2 2 2 2<br> 13 2 2 2 2<br>
14 2 2 2 2<br> 14 2 2 2 2<br>
15 2 2 2 2 15 2 2 2 2
16 </div> 16 </div>
17 <div style="font: 32px Ahem; color: green; position: absolute; top: 0; left: 0;" > 17 <div style="font: 32px Ahem; color: green; position: absolute; top: 0; left: 0;" >
18 <div style="-webkit-text-emphasis: 'm';"> 18 <div style="-webkit-text-emphasis: 'm';">
19 1111 19 1111
20 </div> 20 </div>
21 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;"> 21 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;">
22 1111 22 1111
23 </div> 23 </div>
24 24
25 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; "> 25 <div style="-webkit-text-emphasis: 'm';">
26 1111 26 1111
27 </div> 27 </div>
28 <div style="-webkit-writing-mode: horizontal-bt; -webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: under;"> 28 <div style="-webkit-text-emphasis: 'm'; -webkit-text-emphasis-position: unde r;">
29 1111 29 1111
30 </div> 30 </div>
31 </div> 31 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698