Auto merge of #5923 - nox:limited-unsigned-long, r=jdm

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5923)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-05-06 14:22:45 -05:00
commit 19744984da
15 changed files with 106 additions and 483 deletions

View file

@ -5238,9 +5238,6 @@
[HTMLTableDataCellElement interface: document.createElement("td") must inherit property "abbr" with the proper type (0)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "colSpan" with the proper type (0)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("td") must inherit property "rowSpan" with the proper type (1)]
expected: FAIL
@ -5307,9 +5304,6 @@
[HTMLTableHeaderCellElement interface: document.createElement("th") must inherit property "sort" with the proper type (3)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "colSpan" with the proper type (0)]
expected: FAIL
[HTMLTableCellElement interface: document.createElement("th") must inherit property "rowSpan" with the proper type (1)]
expected: FAIL
@ -5352,9 +5346,6 @@
[HTMLTableCellElement interface object length]
expected: FAIL
[HTMLTableCellElement interface: attribute colSpan]
expected: FAIL
[HTMLTableCellElement interface: attribute rowSpan]
expected: FAIL

View file

@ -1125,24 +1125,12 @@
[img.lowsrc: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[img.hspace: setAttribute() to 2147483648 followed by IDL get]
expected: FAIL
[img.hspace: setAttribute() to 4294967295 followed by IDL get]
expected: FAIL
[img.hspace: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[img.hspace: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[img.vspace: setAttribute() to 2147483648 followed by IDL get]
expected: FAIL
[img.vspace: setAttribute() to 4294967295 followed by IDL get]
expected: FAIL
[img.vspace: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL

View file

@ -5766,33 +5766,12 @@
[input.required: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[input.size: IDL get with DOM attribute unset]
expected: FAIL
[input.size: setAttribute() to 0 followed by IDL get]
expected: FAIL
[input.size: setAttribute() to 2147483648 followed by IDL get]
expected: FAIL
[input.size: setAttribute() to 4294967295 followed by IDL get]
expected: FAIL
[input.size: setAttribute() to "-0" followed by IDL get]
expected: FAIL
[input.size: setAttribute() to "0" followed by IDL get]
expected: FAIL
[input.size: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[input.size: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[input.size: IDL set to 0 must throw INDEX_SIZE_ERR]
expected: FAIL
[input.src: typeof IDL attribute]
expected: FAIL
@ -12201,33 +12180,12 @@
[textarea.autofocus: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[textarea.cols: IDL get with DOM attribute unset]
expected: FAIL
[textarea.cols: setAttribute() to 0 followed by IDL get]
expected: FAIL
[textarea.cols: setAttribute() to 2147483648 followed by IDL get]
expected: FAIL
[textarea.cols: setAttribute() to 4294967295 followed by IDL get]
expected: FAIL
[textarea.cols: setAttribute() to "-0" followed by IDL get]
expected: FAIL
[textarea.cols: setAttribute() to "0" followed by IDL get]
expected: FAIL
[textarea.cols: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[textarea.cols: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[textarea.cols: IDL set to 0 must throw INDEX_SIZE_ERR]
expected: FAIL
[textarea.dirName: typeof IDL attribute]
expected: FAIL
@ -13137,33 +13095,12 @@
[textarea.maxLength: IDL set to 2147483647 followed by getAttribute()]
expected: FAIL
[textarea.rows: IDL get with DOM attribute unset]
expected: FAIL
[textarea.rows: setAttribute() to 0 followed by IDL get]
expected: FAIL
[textarea.rows: setAttribute() to 2147483648 followed by IDL get]
expected: FAIL
[textarea.rows: setAttribute() to 4294967295 followed by IDL get]
expected: FAIL
[textarea.rows: setAttribute() to "-0" followed by IDL get]
expected: FAIL
[textarea.rows: setAttribute() to "0" followed by IDL get]
expected: FAIL
[textarea.rows: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[textarea.rows: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[textarea.rows: IDL set to 0 must throw INDEX_SIZE_ERR]
expected: FAIL
[textarea.itemScope: typeof IDL attribute]
expected: FAIL

View file

@ -11544,192 +11544,12 @@
[td.tabIndex: IDL set to -2147483648 followed by getAttribute()]
expected: FAIL
[td.colSpan: typeof IDL attribute]
expected: FAIL
[td.colSpan: IDL get with DOM attribute unset]
expected: FAIL
[td.colSpan: setAttribute() to -2147483649 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to -2147483648 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to -36 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to -1 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to 0 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to 1 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to 257 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to 2147483647 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to 2147483648 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to 4294967295 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to 4294967296 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "-1" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "-0" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "0" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "1" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "\\t7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "\\v7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "\\f7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "\\n7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to undefined followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to true followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to false followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to NaN followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[td.colSpan: setAttribute() to object "2" followed by IDL get]
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 0 followed by getAttribute()]
expected: FAIL
[td.colSpan: IDL set to 1 followed by getAttribute()]
expected: FAIL
[td.colSpan: IDL set to 257 followed by getAttribute()]
expected: FAIL
[td.colSpan: IDL set to 2147483647 followed by getAttribute()]
expected: FAIL
[td.colSpan: IDL set to "-0" followed by getAttribute()]
expected: FAIL
[td.colSpan: IDL set to "-0" followed by IDL get]
expected: FAIL
[td.rowSpan: typeof IDL attribute]
expected: FAIL
@ -13917,192 +13737,12 @@
[th.tabIndex: IDL set to -2147483648 followed by getAttribute()]
expected: FAIL
[th.colSpan: typeof IDL attribute]
expected: FAIL
[th.colSpan: IDL get with DOM attribute unset]
expected: FAIL
[th.colSpan: setAttribute() to -2147483649 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to -2147483648 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to -36 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to -1 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 0 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 1 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 257 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 2147483647 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 2147483648 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 4294967295 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 4294967296 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "-1" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "-0" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "0" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "1" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "\\t7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "\\v7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "\\f7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "\\n7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "\\r7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to " 7" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to undefined followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to true followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to false followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to NaN followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to object "2" followed by IDL get]
expected: FAIL
[th.colSpan: setAttribute() to object "3" followed by getAttribute()]
expected: FAIL
[th.colSpan: setAttribute() to object "3" followed by IDL get]
expected: FAIL
[th.colSpan: IDL set to 0 followed by getAttribute()]
expected: FAIL
[th.colSpan: IDL set to 1 followed by getAttribute()]
expected: FAIL
[th.colSpan: IDL set to 257 followed by getAttribute()]
expected: FAIL
[th.colSpan: IDL set to 2147483647 followed by getAttribute()]
expected: FAIL
[th.colSpan: IDL set to "-0" followed by getAttribute()]
expected: FAIL
[th.colSpan: IDL set to "-0" followed by IDL get]
expected: FAIL
[th.rowSpan: typeof IDL attribute]
expected: FAIL

View file

@ -1,5 +0,0 @@
[cols-zero.html]
type: reftest
reftype: ==
refurl: /html/rendering/bindings/the-textarea-element-0/textarea-ref.html
expected: FAIL

View file

@ -1,5 +0,0 @@
[rows-zero.html]
type: reftest
reftype: ==
refurl: /html/rendering/bindings/the-textarea-element-0/textarea-ref.html
expected: FAIL