Changeset 264007 in webkit
- Timestamp:
- Jul 6, 2020, 8:35:47 PM (6 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r264000 r264007 1 2020-07-06 Chris Dumez <cdumez@apple.com> 2 3 Rebaseline test for iOS after r263987. 4 5 * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt: 6 1 7 2020-07-06 Chris Fleizach <cfleizach@apple.com> 2 8 -
trunk/LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt
r236942 r264007 3 3 FAIL selectionEnd on an input[type=hidden] returns null Type error 4 4 FAIL selectionDirection on an input[type=hidden] returns null Type error 5 FAIL assigning selectionStart on an input[type=hidden] throws InvalidStateError assert_throws : function "function (){6 el.selectionStart = 0; 7 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 8 FAIL assigning selectionEnd on an input[type=hidden] throws InvalidStateError assert_throws : function "function (){9 el.selectionEnd = 0; 10 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 11 FAIL assigning selectionDirection on an input[type=hidden] throws InvalidStateError assert_throws : function "function (){5 FAIL assigning selectionStart on an input[type=hidden] throws InvalidStateError assert_throws_dom: function "function (){ 6 el.selectionStart = 0; 7 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 8 FAIL assigning selectionEnd on an input[type=hidden] throws InvalidStateError assert_throws_dom: function "function (){ 9 el.selectionEnd = 0; 10 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 11 FAIL assigning selectionDirection on an input[type=hidden] throws InvalidStateError assert_throws_dom: function "function (){ 12 12 el.selectionDirection = 'none'; 13 13 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 14 14 PASS setRangeText on an input[type=hidden] throws InvalidStateError 15 FAIL setSelectionRange on an input[type=hidden] throws InvalidStateError assert_throws : function "function (){15 FAIL setSelectionRange on an input[type=hidden] throws InvalidStateError assert_throws_dom: function "function (){ 16 16 el.setSelectionRange(0, 1); 17 17 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 19 19 FAIL selectionEnd on an input[type=email] returns null assert_equals: expected (object) null but got (number) 0 20 20 FAIL selectionDirection on an input[type=email] returns null assert_equals: expected (object) null but got (string) "none" 21 FAIL assigning selectionStart on an input[type=email] throws InvalidStateError assert_throws : function "function (){22 el.selectionStart = 0; 23 }" did not throw 24 FAIL assigning selectionEnd on an input[type=email] throws InvalidStateError assert_throws : function "function (){25 el.selectionEnd = 0; 26 }" did not throw 27 FAIL assigning selectionDirection on an input[type=email] throws InvalidStateError assert_throws : function "function (){21 FAIL assigning selectionStart on an input[type=email] throws InvalidStateError assert_throws_dom: function "function (){ 22 el.selectionStart = 0; 23 }" did not throw 24 FAIL assigning selectionEnd on an input[type=email] throws InvalidStateError assert_throws_dom: function "function (){ 25 el.selectionEnd = 0; 26 }" did not throw 27 FAIL assigning selectionDirection on an input[type=email] throws InvalidStateError assert_throws_dom: function "function (){ 28 28 el.selectionDirection = 'none'; 29 29 }" did not throw 30 30 PASS setRangeText on an input[type=email] throws InvalidStateError 31 FAIL setSelectionRange on an input[type=email] throws InvalidStateError assert_throws : function "function (){31 FAIL setSelectionRange on an input[type=email] throws InvalidStateError assert_throws_dom: function "function (){ 32 32 el.setSelectionRange(0, 1); 33 33 }" did not throw … … 35 35 FAIL selectionEnd on an input[type=datetime-local] returns null Type error 36 36 FAIL selectionDirection on an input[type=datetime-local] returns null Type error 37 FAIL assigning selectionStart on an input[type=datetime-local] throws InvalidStateError assert_throws : function "function (){38 el.selectionStart = 0; 39 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 40 FAIL assigning selectionEnd on an input[type=datetime-local] throws InvalidStateError assert_throws : function "function (){41 el.selectionEnd = 0; 42 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 43 FAIL assigning selectionDirection on an input[type=datetime-local] throws InvalidStateError assert_throws : function "function (){37 FAIL assigning selectionStart on an input[type=datetime-local] throws InvalidStateError assert_throws_dom: function "function (){ 38 el.selectionStart = 0; 39 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 40 FAIL assigning selectionEnd on an input[type=datetime-local] throws InvalidStateError assert_throws_dom: function "function (){ 41 el.selectionEnd = 0; 42 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 43 FAIL assigning selectionDirection on an input[type=datetime-local] throws InvalidStateError assert_throws_dom: function "function (){ 44 44 el.selectionDirection = 'none'; 45 45 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 46 46 PASS setRangeText on an input[type=datetime-local] throws InvalidStateError 47 FAIL setSelectionRange on an input[type=datetime-local] throws InvalidStateError assert_throws : function "function (){47 FAIL setSelectionRange on an input[type=datetime-local] throws InvalidStateError assert_throws_dom: function "function (){ 48 48 el.setSelectionRange(0, 1); 49 49 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 51 51 FAIL selectionEnd on an input[type=date] returns null Type error 52 52 FAIL selectionDirection on an input[type=date] returns null Type error 53 FAIL assigning selectionStart on an input[type=date] throws InvalidStateError assert_throws : function "function (){54 el.selectionStart = 0; 55 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 56 FAIL assigning selectionEnd on an input[type=date] throws InvalidStateError assert_throws : function "function (){57 el.selectionEnd = 0; 58 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 59 FAIL assigning selectionDirection on an input[type=date] throws InvalidStateError assert_throws : function "function (){53 FAIL assigning selectionStart on an input[type=date] throws InvalidStateError assert_throws_dom: function "function (){ 54 el.selectionStart = 0; 55 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 56 FAIL assigning selectionEnd on an input[type=date] throws InvalidStateError assert_throws_dom: function "function (){ 57 el.selectionEnd = 0; 58 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 59 FAIL assigning selectionDirection on an input[type=date] throws InvalidStateError assert_throws_dom: function "function (){ 60 60 el.selectionDirection = 'none'; 61 61 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 62 62 PASS setRangeText on an input[type=date] throws InvalidStateError 63 FAIL setSelectionRange on an input[type=date] throws InvalidStateError assert_throws : function "function (){63 FAIL setSelectionRange on an input[type=date] throws InvalidStateError assert_throws_dom: function "function (){ 64 64 el.setSelectionRange(0, 1); 65 65 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 67 67 FAIL selectionEnd on an input[type=month] returns null Type error 68 68 FAIL selectionDirection on an input[type=month] returns null Type error 69 FAIL assigning selectionStart on an input[type=month] throws InvalidStateError assert_throws : function "function (){70 el.selectionStart = 0; 71 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 72 FAIL assigning selectionEnd on an input[type=month] throws InvalidStateError assert_throws : function "function (){73 el.selectionEnd = 0; 74 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 75 FAIL assigning selectionDirection on an input[type=month] throws InvalidStateError assert_throws : function "function (){69 FAIL assigning selectionStart on an input[type=month] throws InvalidStateError assert_throws_dom: function "function (){ 70 el.selectionStart = 0; 71 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 72 FAIL assigning selectionEnd on an input[type=month] throws InvalidStateError assert_throws_dom: function "function (){ 73 el.selectionEnd = 0; 74 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 75 FAIL assigning selectionDirection on an input[type=month] throws InvalidStateError assert_throws_dom: function "function (){ 76 76 el.selectionDirection = 'none'; 77 77 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 78 78 PASS setRangeText on an input[type=month] throws InvalidStateError 79 FAIL setSelectionRange on an input[type=month] throws InvalidStateError assert_throws : function "function (){79 FAIL setSelectionRange on an input[type=month] throws InvalidStateError assert_throws_dom: function "function (){ 80 80 el.setSelectionRange(0, 1); 81 81 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 83 83 FAIL selectionEnd on an input[type=week] returns null Type error 84 84 FAIL selectionDirection on an input[type=week] returns null Type error 85 FAIL assigning selectionStart on an input[type=week] throws InvalidStateError assert_throws : function "function (){86 el.selectionStart = 0; 87 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 88 FAIL assigning selectionEnd on an input[type=week] throws InvalidStateError assert_throws : function "function (){89 el.selectionEnd = 0; 90 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 91 FAIL assigning selectionDirection on an input[type=week] throws InvalidStateError assert_throws : function "function (){85 FAIL assigning selectionStart on an input[type=week] throws InvalidStateError assert_throws_dom: function "function (){ 86 el.selectionStart = 0; 87 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 88 FAIL assigning selectionEnd on an input[type=week] throws InvalidStateError assert_throws_dom: function "function (){ 89 el.selectionEnd = 0; 90 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 91 FAIL assigning selectionDirection on an input[type=week] throws InvalidStateError assert_throws_dom: function "function (){ 92 92 el.selectionDirection = 'none'; 93 93 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 94 94 PASS setRangeText on an input[type=week] throws InvalidStateError 95 FAIL setSelectionRange on an input[type=week] throws InvalidStateError assert_throws : function "function (){95 FAIL setSelectionRange on an input[type=week] throws InvalidStateError assert_throws_dom: function "function (){ 96 96 el.setSelectionRange(0, 1); 97 97 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 99 99 FAIL selectionEnd on an input[type=time] returns null Type error 100 100 FAIL selectionDirection on an input[type=time] returns null Type error 101 FAIL assigning selectionStart on an input[type=time] throws InvalidStateError assert_throws : function "function (){102 el.selectionStart = 0; 103 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 104 FAIL assigning selectionEnd on an input[type=time] throws InvalidStateError assert_throws : function "function (){105 el.selectionEnd = 0; 106 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 107 FAIL assigning selectionDirection on an input[type=time] throws InvalidStateError assert_throws : function "function (){101 FAIL assigning selectionStart on an input[type=time] throws InvalidStateError assert_throws_dom: function "function (){ 102 el.selectionStart = 0; 103 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 104 FAIL assigning selectionEnd on an input[type=time] throws InvalidStateError assert_throws_dom: function "function (){ 105 el.selectionEnd = 0; 106 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 107 FAIL assigning selectionDirection on an input[type=time] throws InvalidStateError assert_throws_dom: function "function (){ 108 108 el.selectionDirection = 'none'; 109 109 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 110 110 PASS setRangeText on an input[type=time] throws InvalidStateError 111 FAIL setSelectionRange on an input[type=time] throws InvalidStateError assert_throws : function "function (){111 FAIL setSelectionRange on an input[type=time] throws InvalidStateError assert_throws_dom: function "function (){ 112 112 el.setSelectionRange(0, 1); 113 113 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 115 115 FAIL selectionEnd on an input[type=number] returns null assert_equals: expected (object) null but got (number) 0 116 116 FAIL selectionDirection on an input[type=number] returns null assert_equals: expected (object) null but got (string) "none" 117 FAIL assigning selectionStart on an input[type=number] throws InvalidStateError assert_throws : function "function (){118 el.selectionStart = 0; 119 }" did not throw 120 FAIL assigning selectionEnd on an input[type=number] throws InvalidStateError assert_throws : function "function (){121 el.selectionEnd = 0; 122 }" did not throw 123 FAIL assigning selectionDirection on an input[type=number] throws InvalidStateError assert_throws : function "function (){117 FAIL assigning selectionStart on an input[type=number] throws InvalidStateError assert_throws_dom: function "function (){ 118 el.selectionStart = 0; 119 }" did not throw 120 FAIL assigning selectionEnd on an input[type=number] throws InvalidStateError assert_throws_dom: function "function (){ 121 el.selectionEnd = 0; 122 }" did not throw 123 FAIL assigning selectionDirection on an input[type=number] throws InvalidStateError assert_throws_dom: function "function (){ 124 124 el.selectionDirection = 'none'; 125 125 }" did not throw 126 126 PASS setRangeText on an input[type=number] throws InvalidStateError 127 FAIL setSelectionRange on an input[type=number] throws InvalidStateError assert_throws : function "function (){127 FAIL setSelectionRange on an input[type=number] throws InvalidStateError assert_throws_dom: function "function (){ 128 128 el.setSelectionRange(0, 1); 129 129 }" did not throw … … 131 131 FAIL selectionEnd on an input[type=range] returns null Type error 132 132 FAIL selectionDirection on an input[type=range] returns null Type error 133 FAIL assigning selectionStart on an input[type=range] throws InvalidStateError assert_throws : function "function (){134 el.selectionStart = 0; 135 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 136 FAIL assigning selectionEnd on an input[type=range] throws InvalidStateError assert_throws : function "function (){137 el.selectionEnd = 0; 138 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 139 FAIL assigning selectionDirection on an input[type=range] throws InvalidStateError assert_throws : function "function (){133 FAIL assigning selectionStart on an input[type=range] throws InvalidStateError assert_throws_dom: function "function (){ 134 el.selectionStart = 0; 135 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 136 FAIL assigning selectionEnd on an input[type=range] throws InvalidStateError assert_throws_dom: function "function (){ 137 el.selectionEnd = 0; 138 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 139 FAIL assigning selectionDirection on an input[type=range] throws InvalidStateError assert_throws_dom: function "function (){ 140 140 el.selectionDirection = 'none'; 141 141 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 142 142 PASS setRangeText on an input[type=range] throws InvalidStateError 143 FAIL setSelectionRange on an input[type=range] throws InvalidStateError assert_throws : function "function (){143 FAIL setSelectionRange on an input[type=range] throws InvalidStateError assert_throws_dom: function "function (){ 144 144 el.setSelectionRange(0, 1); 145 145 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 147 147 FAIL selectionEnd on an input[type=color] returns null Type error 148 148 FAIL selectionDirection on an input[type=color] returns null Type error 149 FAIL assigning selectionStart on an input[type=color] throws InvalidStateError assert_throws : function "function (){150 el.selectionStart = 0; 151 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 152 FAIL assigning selectionEnd on an input[type=color] throws InvalidStateError assert_throws : function "function (){153 el.selectionEnd = 0; 154 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 155 FAIL assigning selectionDirection on an input[type=color] throws InvalidStateError assert_throws : function "function (){149 FAIL assigning selectionStart on an input[type=color] throws InvalidStateError assert_throws_dom: function "function (){ 150 el.selectionStart = 0; 151 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 152 FAIL assigning selectionEnd on an input[type=color] throws InvalidStateError assert_throws_dom: function "function (){ 153 el.selectionEnd = 0; 154 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 155 FAIL assigning selectionDirection on an input[type=color] throws InvalidStateError assert_throws_dom: function "function (){ 156 156 el.selectionDirection = 'none'; 157 157 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 158 158 PASS setRangeText on an input[type=color] throws InvalidStateError 159 FAIL setSelectionRange on an input[type=color] throws InvalidStateError assert_throws : function "function (){159 FAIL setSelectionRange on an input[type=color] throws InvalidStateError assert_throws_dom: function "function (){ 160 160 el.setSelectionRange(0, 1); 161 161 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 163 163 FAIL selectionEnd on an input[type=checkbox] returns null Type error 164 164 FAIL selectionDirection on an input[type=checkbox] returns null Type error 165 FAIL assigning selectionStart on an input[type=checkbox] throws InvalidStateError assert_throws : function "function (){166 el.selectionStart = 0; 167 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 168 FAIL assigning selectionEnd on an input[type=checkbox] throws InvalidStateError assert_throws : function "function (){169 el.selectionEnd = 0; 170 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 171 FAIL assigning selectionDirection on an input[type=checkbox] throws InvalidStateError assert_throws : function "function (){165 FAIL assigning selectionStart on an input[type=checkbox] throws InvalidStateError assert_throws_dom: function "function (){ 166 el.selectionStart = 0; 167 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 168 FAIL assigning selectionEnd on an input[type=checkbox] throws InvalidStateError assert_throws_dom: function "function (){ 169 el.selectionEnd = 0; 170 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 171 FAIL assigning selectionDirection on an input[type=checkbox] throws InvalidStateError assert_throws_dom: function "function (){ 172 172 el.selectionDirection = 'none'; 173 173 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 174 174 PASS setRangeText on an input[type=checkbox] throws InvalidStateError 175 FAIL setSelectionRange on an input[type=checkbox] throws InvalidStateError assert_throws : function "function (){175 FAIL setSelectionRange on an input[type=checkbox] throws InvalidStateError assert_throws_dom: function "function (){ 176 176 el.setSelectionRange(0, 1); 177 177 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 179 179 FAIL selectionEnd on an input[type=radio] returns null Type error 180 180 FAIL selectionDirection on an input[type=radio] returns null Type error 181 FAIL assigning selectionStart on an input[type=radio] throws InvalidStateError assert_throws : function "function (){182 el.selectionStart = 0; 183 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 184 FAIL assigning selectionEnd on an input[type=radio] throws InvalidStateError assert_throws : function "function (){185 el.selectionEnd = 0; 186 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 187 FAIL assigning selectionDirection on an input[type=radio] throws InvalidStateError assert_throws : function "function (){181 FAIL assigning selectionStart on an input[type=radio] throws InvalidStateError assert_throws_dom: function "function (){ 182 el.selectionStart = 0; 183 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 184 FAIL assigning selectionEnd on an input[type=radio] throws InvalidStateError assert_throws_dom: function "function (){ 185 el.selectionEnd = 0; 186 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 187 FAIL assigning selectionDirection on an input[type=radio] throws InvalidStateError assert_throws_dom: function "function (){ 188 188 el.selectionDirection = 'none'; 189 189 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 190 190 PASS setRangeText on an input[type=radio] throws InvalidStateError 191 FAIL setSelectionRange on an input[type=radio] throws InvalidStateError assert_throws : function "function (){191 FAIL setSelectionRange on an input[type=radio] throws InvalidStateError assert_throws_dom: function "function (){ 192 192 el.setSelectionRange(0, 1); 193 193 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 195 195 FAIL selectionEnd on an input[type=file] returns null Type error 196 196 FAIL selectionDirection on an input[type=file] returns null Type error 197 FAIL assigning selectionStart on an input[type=file] throws InvalidStateError assert_throws : function "function (){198 el.selectionStart = 0; 199 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 200 FAIL assigning selectionEnd on an input[type=file] throws InvalidStateError assert_throws : function "function (){201 el.selectionEnd = 0; 202 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 203 FAIL assigning selectionDirection on an input[type=file] throws InvalidStateError assert_throws : function "function (){197 FAIL assigning selectionStart on an input[type=file] throws InvalidStateError assert_throws_dom: function "function (){ 198 el.selectionStart = 0; 199 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 200 FAIL assigning selectionEnd on an input[type=file] throws InvalidStateError assert_throws_dom: function "function (){ 201 el.selectionEnd = 0; 202 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 203 FAIL assigning selectionDirection on an input[type=file] throws InvalidStateError assert_throws_dom: function "function (){ 204 204 el.selectionDirection = 'none'; 205 205 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 206 206 PASS setRangeText on an input[type=file] throws InvalidStateError 207 FAIL setSelectionRange on an input[type=file] throws InvalidStateError assert_throws : function "function (){207 FAIL setSelectionRange on an input[type=file] throws InvalidStateError assert_throws_dom: function "function (){ 208 208 el.setSelectionRange(0, 1); 209 209 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 211 211 FAIL selectionEnd on an input[type=submit] returns null Type error 212 212 FAIL selectionDirection on an input[type=submit] returns null Type error 213 FAIL assigning selectionStart on an input[type=submit] throws InvalidStateError assert_throws : function "function (){214 el.selectionStart = 0; 215 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 216 FAIL assigning selectionEnd on an input[type=submit] throws InvalidStateError assert_throws : function "function (){217 el.selectionEnd = 0; 218 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 219 FAIL assigning selectionDirection on an input[type=submit] throws InvalidStateError assert_throws : function "function (){213 FAIL assigning selectionStart on an input[type=submit] throws InvalidStateError assert_throws_dom: function "function (){ 214 el.selectionStart = 0; 215 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 216 FAIL assigning selectionEnd on an input[type=submit] throws InvalidStateError assert_throws_dom: function "function (){ 217 el.selectionEnd = 0; 218 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 219 FAIL assigning selectionDirection on an input[type=submit] throws InvalidStateError assert_throws_dom: function "function (){ 220 220 el.selectionDirection = 'none'; 221 221 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 222 222 PASS setRangeText on an input[type=submit] throws InvalidStateError 223 FAIL setSelectionRange on an input[type=submit] throws InvalidStateError assert_throws : function "function (){223 FAIL setSelectionRange on an input[type=submit] throws InvalidStateError assert_throws_dom: function "function (){ 224 224 el.setSelectionRange(0, 1); 225 225 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 227 227 FAIL selectionEnd on an input[type=image] returns null Type error 228 228 FAIL selectionDirection on an input[type=image] returns null Type error 229 FAIL assigning selectionStart on an input[type=image] throws InvalidStateError assert_throws : function "function (){230 el.selectionStart = 0; 231 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 232 FAIL assigning selectionEnd on an input[type=image] throws InvalidStateError assert_throws : function "function (){233 el.selectionEnd = 0; 234 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 235 FAIL assigning selectionDirection on an input[type=image] throws InvalidStateError assert_throws : function "function (){229 FAIL assigning selectionStart on an input[type=image] throws InvalidStateError assert_throws_dom: function "function (){ 230 el.selectionStart = 0; 231 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 232 FAIL assigning selectionEnd on an input[type=image] throws InvalidStateError assert_throws_dom: function "function (){ 233 el.selectionEnd = 0; 234 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 235 FAIL assigning selectionDirection on an input[type=image] throws InvalidStateError assert_throws_dom: function "function (){ 236 236 el.selectionDirection = 'none'; 237 237 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 238 238 PASS setRangeText on an input[type=image] throws InvalidStateError 239 FAIL setSelectionRange on an input[type=image] throws InvalidStateError assert_throws : function "function (){239 FAIL setSelectionRange on an input[type=image] throws InvalidStateError assert_throws_dom: function "function (){ 240 240 el.setSelectionRange(0, 1); 241 241 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 243 243 FAIL selectionEnd on an input[type=reset] returns null Type error 244 244 FAIL selectionDirection on an input[type=reset] returns null Type error 245 FAIL assigning selectionStart on an input[type=reset] throws InvalidStateError assert_throws : function "function (){246 el.selectionStart = 0; 247 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 248 FAIL assigning selectionEnd on an input[type=reset] throws InvalidStateError assert_throws : function "function (){249 el.selectionEnd = 0; 250 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 251 FAIL assigning selectionDirection on an input[type=reset] throws InvalidStateError assert_throws : function "function (){245 FAIL assigning selectionStart on an input[type=reset] throws InvalidStateError assert_throws_dom: function "function (){ 246 el.selectionStart = 0; 247 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 248 FAIL assigning selectionEnd on an input[type=reset] throws InvalidStateError assert_throws_dom: function "function (){ 249 el.selectionEnd = 0; 250 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 251 FAIL assigning selectionDirection on an input[type=reset] throws InvalidStateError assert_throws_dom: function "function (){ 252 252 el.selectionDirection = 'none'; 253 253 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 254 254 PASS setRangeText on an input[type=reset] throws InvalidStateError 255 FAIL setSelectionRange on an input[type=reset] throws InvalidStateError assert_throws : function "function (){255 FAIL setSelectionRange on an input[type=reset] throws InvalidStateError assert_throws_dom: function "function (){ 256 256 el.setSelectionRange(0, 1); 257 257 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 … … 259 259 FAIL selectionEnd on an input[type=button] returns null Type error 260 260 FAIL selectionDirection on an input[type=button] returns null Type error 261 FAIL assigning selectionStart on an input[type=button] throws InvalidStateError assert_throws : function "function (){262 el.selectionStart = 0; 263 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 264 FAIL assigning selectionEnd on an input[type=button] throws InvalidStateError assert_throws : function "function (){265 el.selectionEnd = 0; 266 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 267 FAIL assigning selectionDirection on an input[type=button] throws InvalidStateError assert_throws : function "function (){261 FAIL assigning selectionStart on an input[type=button] throws InvalidStateError assert_throws_dom: function "function (){ 262 el.selectionStart = 0; 263 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 264 FAIL assigning selectionEnd on an input[type=button] throws InvalidStateError assert_throws_dom: function "function (){ 265 el.selectionEnd = 0; 266 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 267 FAIL assigning selectionDirection on an input[type=button] throws InvalidStateError assert_throws_dom: function "function (){ 268 268 el.selectionDirection = 'none'; 269 269 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11 270 270 PASS setRangeText on an input[type=button] throws InvalidStateError 271 FAIL setSelectionRange on an input[type=button] throws InvalidStateError assert_throws : function "function (){271 FAIL setSelectionRange on an input[type=button] throws InvalidStateError assert_throws_dom: function "function (){ 272 272 el.setSelectionRange(0, 1); 273 273 }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
Note:
See TracChangeset
for help on using the changeset viewer.