3 #elem {overflow: scroll;}
4 #elem::-webkit-scrollbar {overflow: auto;}
6 <p>Test for
<a href=
"http://crbug.com/291293">bug
291293</a>.
</p>
7 <p>Zooming in (ctrl++) should not crash.
8 The test PASSES if it did not crash.
</p>
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
13 if (window
.eventSender
)
14 eventSender
.zoomPageIn();
15 document
.getElementById('elem').style
.setProperty('zoom', 2);