mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
75e6200c17
Enabled ESLint for: * docshell/test/navigation/** * docshell/test/unit/** * docshell/test/unit_ipc/** Changed .eslintignore to allow for this and ran ./mach eslint --fix on the above directories and checked automatic fixes Differential Revision: https://phabricator.services.mozilla.com/D9430 --HG-- extra : moz-landing-system : lando
7 lines
273 B
HTML
7 lines
273 B
HTML
<html><head>
|
|
<script> window.addEventListener("pageshow", function() { opener.nextTest(); }); </script>
|
|
</head><body>
|
|
<div style="position:absolute; left:0px; top:0px; width:50%; height:150%; background-color:red">
|
|
<p>This is a very tall red box.</p>
|
|
</div></body></html>
|