X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2Ffast%2Fjs%2Fselect-options-add-expected.txt;h=afc6d1368ea8576b63232f7f65977c24cf8f4cce;hp=f9c03fe2690fdb9a9b1804428e1781cb6b76379a;hb=a7a8fa286e2e9b82c917661cd80aa3cbe8dbaf59;hpb=6444cc2d55e4e130a8dae199f2ba4e7860f6e2aa diff --git a/LayoutTests/fast/js/select-options-add-expected.txt b/LayoutTests/fast/js/select-options-add-expected.txt index f9c03fe2690f..afc6d1368ea8 100644 --- 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 -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 -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 -1.9 Add negative infinity +1.9 Add null 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 -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 @@ -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 -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 -2.16 Add null +2.17 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 -2.17 Add negative infinity +2.18 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 -2.18 Add NaN +2.19 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 -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