Improve support of limited unsigned long attributes

This commit is contained in:
Anthony Ramine
2015-05-03 14:51:40 +02:00
parent 15c4372a8b
commit fedad2af1f
15 changed files with 106 additions and 483 deletions

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