mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -175,7 +175,8 @@ var parameters = [
|
|||
doc, 'tbody', '</tfoot>', null, null]
|
||||
];
|
||||
|
||||
generate_tests(doTest, parameters, 'Clearing stack back to a table body context.');
|
||||
// Clearing stack back to a table body context.
|
||||
generate_tests(doTest, parameters);
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
@ -77,7 +77,8 @@ var parameters = [
|
|||
doc, '<col id="col1" width="100%"/>', 'col1', 'COL']
|
||||
];
|
||||
|
||||
generate_tests(doTest, parameters, 'Clearing stack back to a table body context.');
|
||||
// Clearing stack back to a table body context.
|
||||
generate_tests(doTest, parameters);
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
@ -64,7 +64,8 @@ var parameters = [
|
|||
doc, '</tr>', null, null]
|
||||
];
|
||||
|
||||
generate_tests(doTest, parameters, 'Clearing stack back to a table body context.');
|
||||
// Clearing stack back to a table body context.
|
||||
generate_tests(doTest, parameters);
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
@ -171,9 +171,9 @@ function compare_owners(element, template) {
|
|||
assert_equals(element.ownerDocument, template.content.ownerDocument)
|
||||
}
|
||||
|
||||
generate_tests(compare_owners, parameters,
|
||||
'Test ownerDocument property of all HTML5 elements in a template. '
|
||||
+ 'Current DOCUMENT has no browsing context.');
|
||||
// Test ownerDocument property of all HTML5 elements in a template.
|
||||
// Current DOCUMENT has no browsing context.
|
||||
generate_tests(compare_owners, parameters);
|
||||
|
||||
var context = newContext();
|
||||
parameters = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue