mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
Improve support of limited unsigned long attributes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user