forked from mirrors/gecko-dev
This is an autogenerated commit to handle scripts loading mochitest harness files, in the case where the script src is on the line below the script tag. This was generated with https://bug1544322.bmoattachments.org/attachment.cgi?id=9058170 using the `--part 3` argument. Differential Revision: https://phabricator.services.mozilla.com/D27458 --HG-- extra : moz-landing-system : lando
20 lines
550 B
HTML
20 lines
550 B
HTML
<!DOCTYPE html>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js">
|
|
</script>
|
|
<script type="application/javascript"
|
|
src="chrome://browser/content/contentSearchUI.js">
|
|
</script>
|
|
<link rel="stylesheet" href="chrome://browser/content/contentSearchUI.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container" style="position: relative;"><input type="text" value=""/></div>
|
|
|
|
</body>
|
|
</html>
|