helper_test_tab_drag_zoom.html (745B)
1 <html><head> 2 <script src="/tests/SimpleTest/SimpleTest.js"></script> 3 <script src='/tests/SimpleTest/paint_listener.js'></script> 4 <script src='apz_test_utils.js'></script> 5 <script src='apz_test_native_event_utils.js'></script> 6 </head> 7 <body> 8 Here is some text to stare at as the test runs. It serves no functional 9 purpose, but gives you an idea of the zoom level. It's harder to tell what 10 the zoom level is when the page is just solid white. 11 12 <script> 13 // Silence SimpleTest warning about missing assertions by having it wait 14 // indefinitely. We don't need to give it an explicit finish because the 15 // entire window this test runs in will be closed after subtestDone is called. 16 SimpleTest.waitForExplicitFinish(); 17 </script> 18 </body></html>