Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8

This commit is contained in:
WPT Sync Bot 2020-09-12 08:20:19 +00:00
parent 68cb8f3d59
commit 75d6484415
1377 changed files with 31062 additions and 16983 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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 = [];