blob: aaad5c232932e7ed13ccda4d0e6e9b3c85564b84 [file] [log] [blame]
<!DOCTYPE html>
<html>
<p>This test PASSES if you can hit &lt;Ctrl&gt;+ without crashing.</p>
<img style="width:10;height:10" src="resources/svg-stylesheet-for-zoom.svg" onload="zoomPage()"/>
<script>
function zoomPage()
{
if (window.testRunner)
testRunner.zoomPageIn();
}
</script>
</html>