Index: third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html |
diff --git a/third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html b/third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html |
index a2ca619652ad04d15e61a3651ef0413d6de5c533..c4ca986a812474ccbcb77f15015a4bde61d76b91 100644 |
--- a/third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html |
+++ b/third_party/WebKit/LayoutTests/transforms/2d/zoom-menulist.html |
@@ -1,5 +1,5 @@ |
<html> |
-<body> |
+<body onload="document.body.style.zoom = 1.5;"> |
<h1>Zooming Menu List</h1> |
<select style="zoom:3"><option>One<option>Two<option>Three<Option>Four</select> |