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

Side by Side Diff: LayoutTests/editing/spelling/inline-spelling-markers-hidpi-composited.html

Issue 19579003: Use high resolution markers when device scale factor > 1.5f (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add composited testcase Created 7 years, 5 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .testDiv { 4 .testDiv {
5 width: 200px; 5 width: 200px;
6 height: 20px; 6 height: 20px;
7 border: 1px solid black; 7 border: 1px solid black;
8 white-space: nowrap; 8 white-space: nowrap;
9 overflow: hidden; 9 overflow: hidden;
10 -webkit-transform: translateZ(0);
10 } 11 }
11 12
12 .forcertl { 13 .forcertl {
13 direction: rtl; 14 direction: rtl;
14 unicode-bidi: bidi-override; 15 unicode-bidi: bidi-override;
15 } 16 }
16 17
17 .ellipses { 18 .ellipses {
18 text-overflow:ellipsis; 19 text-overflow:ellipsis;
19 } 20 }
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 the the adlj adaasj sdklj. there there 73 the the adlj adaasj sdklj. there there
73 </div> 74 </div>
74 75
75 RTL (text-overflow:ellipses): 76 RTL (text-overflow:ellipses):
76 <div id="testRTLEllipses" class="testDiv forcertl ellipses" contenteditable="tru e"> 77 <div id="testRTLEllipses" class="testDiv forcertl ellipses" contenteditable="tru e">
77 the the adlj adaasj sdklj. there there 78 the the adlj adaasj sdklj. there there
78 </div> 79 </div>
79 80
80 </body> 81 </body>
81 </html> 82 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698