mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 0d318188757a9c996e20b82db201fd04de5aa255
This commit is contained in:
parent
b2a5225831
commit
1a81b18b9f
12321 changed files with 544385 additions and 6 deletions
29
tests/wpt/web-platform-tests/html/tools/html5lib_test.xml
Normal file
29
tests/wpt/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