mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Another followup for bug 1142478, still with a CLOSED TREE
This commit is contained in:
parent
5c75dd00c0
commit
d6048d4c0c
@ -246,45 +246,21 @@
|
||||
[td.tabIndex: IDL set to -2147483648 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[td.colSpan: setAttribute() to -36 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[td.colSpan: setAttribute() to -1 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[td.colSpan: setAttribute() to 2147483647 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[td.colSpan: setAttribute() to 2147483647 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[td.colSpan: setAttribute() to "-1" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[td.colSpan: setAttribute() to object "3" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[td.colSpan: setAttribute() to object "3" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[td.colSpan: IDL set to 2147483647 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[td.colSpan: IDL set to 2147483647 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[td.rowSpan: setAttribute() to -36 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[td.rowSpan: setAttribute() to -1 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[td.rowSpan: setAttribute() to 2147483647 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[td.rowSpan: setAttribute() to "-1" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[td.rowSpan: setAttribute() to object "3" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
@ -306,15 +282,6 @@
|
||||
[th.tabIndex: IDL set to -2147483648 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[th.colSpan: setAttribute() to -36 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[th.colSpan: setAttribute() to -1 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[th.colSpan: setAttribute() to 2147483647 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[th.colSpan: setAttribute() to 2147483647 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
@ -327,24 +294,12 @@
|
||||
[th.colSpan: setAttribute() to object "3" followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[th.colSpan: IDL set to 2147483647 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[th.colSpan: IDL set to 2147483647 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[th.rowSpan: setAttribute() to -36 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[th.rowSpan: setAttribute() to -1 followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[th.rowSpan: setAttribute() to 2147483647 followed by IDL get]
|
||||
expected: FAIL
|
||||
|
||||
[th.rowSpan: setAttribute() to "-1" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
[th.rowSpan: setAttribute() to object "3" followed by getAttribute()]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
[size.attributes.parse.octal.html]
|
||||
type: testharness
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
||||
|
@ -1,5 +0,0 @@
|
||||
[size.attributes.setAttribute.octal.html]
|
||||
type: testharness
|
||||
[Parsing of non-negative integers in setAttribute]
|
||||
expected: FAIL
|
||||
|
Loading…
Reference in New Issue
Block a user