git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added tests for select.options.remove(boolean).
[WebKit-https.git]
/
LayoutTests
/
fast
/
js
/
select-options-add-expected.txt
diff --git
a/LayoutTests/fast/js/select-options-add-expected.txt
b/LayoutTests/fast/js/select-options-add-expected.txt
index f9c03fe2690fdb9a9b1804428e1781cb6b76379a..afc6d1368ea8576b63232f7f65977c24cf8f4cce 100644
(file)
--- a/
LayoutTests/fast/js/select-options-add-expected.txt
+++ b/
LayoutTests/fast/js/select-options-add-expected.txt
@@
-43,27
+43,32
@@
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
-1.7 Add
undefined
+1.7 Add
a non-element (boolean)
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
-1.8 Add
null
+1.8 Add
undefined
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
-1.9 Add n
egative infinity
+1.9 Add n
ull
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
-1.10 Add
NaN
+1.10 Add
negative infinity
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
-1.11 Add positive infinity
+1.11 Add NaN
+PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
+PASS select1.options.length is 3
+PASS select1.selectedIndex is 0
+
+1.12 Add positive infinity
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
PASS select1.options.add(option1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select1.options.length is 3
PASS select1.selectedIndex is 0
@@
-187,27
+192,32
@@
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: D
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
-2.15 Add undefined
+2.15 Add a non-element (boolean)
+PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
+PASS select2.options.length is 7
+PASS select2.selectedIndex is 1
+
+2.16 Add undefined
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
-2.1
6
Add null
+2.1
7
Add null
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
-2.1
7
Add negative infinity
+2.1
8
Add negative infinity
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
-2.1
8
Add NaN
+2.1
9
Add NaN
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
-2.
19
Add positive infinity
+2.
20
Add positive infinity
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1
PASS select2.options.add(option2, 1) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
PASS select2.options.length is 7
PASS select2.selectedIndex is 1