gecko-dev/dom/base/test/test_bug357450.xhtml
Brian Grinstead c4fa4cfc0c Bug 1544322 - Part 4 - Remove the [type] attribute for multiline <script> tags loading files in /tests/SimpleTest/ r=bzbarsky
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 4` argument.

Differential Revision: https://phabricator.services.mozilla.com/D27459

--HG--
extra : moz-landing-system : lando
2019-04-16 04:01:46 +00:00

40 lines
966 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=357450
-->
<head>
<title>Test for Bug 357450</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script type="text/javascript" src="file_bug357450.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=357450"
target="_blank">Mozilla Bug 357450</a>
<p id="display"></p>
<span class="classtest">hmm</span>
<span class="classtest">hmm</span>
<div id="content" style="display: block">
<a name="nametest">hmm</a>
<b class="foo">hmm</b>
<b id="test1" class="test1">hmm</b>
<b id="test2" class="test2">hmm</b>
<b id="int-class" class="1">hmm</b>
<span class="classtest">hmm</span>
<div id="example">
<p id="p1" class="aaa bbb"/>
<p id="p2" class="aaa ccc"/>
<p id="p3" class="bbb ccc"/>
</div>
</div>
</body>
</html>