mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
29
testing/web-platform/tests/html/tools/html5lib_test.xml
Normal file
29
testing/web-platform/tests/html/tools/html5lib_test.xml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<html xmlns:py="http://genshi.edgewall.org/">
|
||||
<head>
|
||||
<meta charset="utf8"/>
|
||||
<title>HTML 5 Parser tests ${file_name}</title>
|
||||
<meta name="timeout" content="long"/>
|
||||
<meta name="variant" content="?run_type=uri"/>
|
||||
<meta name="variant" content="?run_type=write"/>
|
||||
<meta name="variant" content="?run_type=write_single"/>
|
||||
</head>
|
||||
<body>
|
||||
<h1>html5lib Parser Test</h1>
|
||||
<div id="log"></div>
|
||||
<script src="common.js"></script>
|
||||
<script src="test.js"></script>
|
||||
<script src="template.js"></script>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script>
|
||||
var num_iframes = 8;
|
||||
|
||||
var order = [<py:for each="test in tests">'${test.id}',</py:for>];
|
||||
var tests = {
|
||||
<py:for each="test in tests">"${test.id}":[async_test('${file_name} ${test.id}'), ${test.string_uri_encoded_input}, ${test.string_escaped_expected}],</py:for>
|
||||
}
|
||||
init_tests(get_type());
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue