Another followup for bug 1142478, still with a CLOSED TREE

This commit is contained in:
Boris Zbarsky 2015-03-13 00:29:07 -04:00
parent 5c75dd00c0
commit d6048d4c0c
3 changed files with 0 additions and 55 deletions

View File

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

View File

@ -1,5 +0,0 @@
[size.attributes.parse.octal.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View File

@ -1,5 +0,0 @@
[size.attributes.setAttribute.octal.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL