fune/dom/base/test/file_external_script.xhtml
Kris Maglione a27b823442 Bug 1333990: Part 2e - Test that document.blockParsing blocks the parser at its current state during document-element-inserted. r=hsivonen
MozReview-Commit-ID: 1ERtCpAqeTg

--HG--
extra : rebase_source : df45a63439b35837f7132d10977fca460a5cbec2
2017-03-16 17:56:43 -07:00

11 lines
220 B
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="file_script.js"/>
<title/>
</head>
<body>
<p>Hello Mochitest</p>
</body>
</html>