mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Update web-platform-tests to revision 86e157b387e63ba586d8ad51d2fcd5690626f5ad
This commit is contained in:
parent
bc82521eb7
commit
b642b70974
54 changed files with 728 additions and 480 deletions
|
@ -30,4 +30,13 @@ test(() => {
|
|||
test(() => {
|
||||
assert_equals(self.getComputedStyle(document.getElementsByTagName("applet")[0], "").cssFloat, "none");
|
||||
}, "applet is not styled")
|
||||
|
||||
// removed in https://github.com/whatwg/html/commit/e383ae23776362cafb2fb4bbba70c8c9080d4b0f
|
||||
test(() => {
|
||||
assert_false("HTMLTableDataCellElement" in window);
|
||||
}, "HTMLTableDataCellElement interface is removed")
|
||||
|
||||
test(() => {
|
||||
assert_false("HTMLTableHeaderCellElement" in window);
|
||||
}, "HTMLTableHeaderCellElement interface is removed")
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue