set-full-zoom-003.html (442B)
1 <!DOCTYPE html> 2 <html> 3 <link rel="match" href="set-full-zoom-003-ref.html"/> 4 <meta name="assert" content="Initial zoom is equal to one."/> 5 <!-- Note that when running all the tests by alphabetical order, this test 6 would fail if set-zoom-002.html does not reset the zoom to one. 7 It would pass when re-running after a browser restart, though. --> 8 <div style="width: 250px; height: 250px; background: green"></div> 9 </html>