Index: third_party/WebKit/LayoutTests/scrollbars/resize-scales-with-dpi-150.html |
diff --git a/third_party/WebKit/LayoutTests/scrollbars/resize-scales-with-dpi-150.html b/third_party/WebKit/LayoutTests/scrollbars/resize-scales-with-dpi-150.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bcd5765ad7e7849e1ea35af06ca533d1443bd8cb |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/scrollbars/resize-scales-with-dpi-150.html |
@@ -0,0 +1,13 @@ |
+<script> |
+ function setDPI() { |
+ if (window.testRunner) { |
+ testRunner.waitUntilDone(); |
+ testRunner.setBackingScaleFactor(1.5, function() { testRunner.notifyDone(); }); |
+ } |
+ } |
+</script> |
+<body onload="setDPI();"> |
+ <div style="resize:both; overflow:scroll; width:200px; height:200px;"> |
+ The resize handle should grow with DPI. |
+ </div> |
+</body> |