gecko-dev/docshell/test/navigation/bluebox_bug430723.html
Toby Ward 75e6200c17 Bug 1496082: Enable ESLint for docshell/test/navigation and docshell/test/unit (automatic fixes only). r=bzbarsky
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
2018-11-07 13:55:47 +00:00

7 lines
274 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:blue">
<p>This is a very tall blue box.</p>
</div></body></html>