forked from mirrors/gecko-dev
This moves a bunch of tests over to a topical directory, and removes the linux/windows running restrictions around browser_bug1015721.js (now browser_mousewheel_zoom.js), given that it appears to run fine on try and there are no recent logs with which we can diagnose failures. It switches away from using FullZoom.reset repeatedly in the background_zoom test because that trips https://bugzilla.mozilla.org/show_bug.cgi?id=1604236 which breaks subsequent tests. Differential Revision: https://phabricator.services.mozilla.com/D89484
14 lines
325 B
HTML
14 lines
325 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=416661
|
|
-->
|
|
<head>
|
|
<title>Test for zoom setting</title>
|
|
|
|
</head>
|
|
<body>
|
|
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=416661">Bug 416661</a>
|
|
<p>Site specific zoom settings should not apply to image documents.</p>
|
|
</body>
|
|
</html>
|