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
Родитель 47752f8090
Коммит a81a821c7b
3 изменённых файлов: 0 добавлений и 55 удалений

Просмотреть файл

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