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

Side by Side Diff: third_party/WebKit/LayoutTests/scrollbars/resize-scales-with-dpi-150.html

Issue 2835203005: Draw the text area resizer with drawing commands (Closed)
Patch Set: New baselines Created 3 years, 7 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
(Empty)
1 <script>
2 function setDPI() {
3 if (window.testRunner) {
4 testRunner.waitUntilDone();
5 testRunner.setBackingScaleFactor(1.5, function() { testRunner.notifyDone() ; });
6 }
7 }
8 </script>
9 <body onload="setDPI();">
10 <div style="resize:both; overflow:scroll; width:200px; height:200px;">
11 The resize handle should grow with DPI.
12 </div>
13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698