⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 264007 in webkit


Ignore:
Timestamp:
Jul 6, 2020, 8:35:47 PM (6 years ago)
Author:
Chris Dumez
Message:

Rebaseline test for iOS after r263987.

  • platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r264000 r264007  
     12020-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
    172020-07-06  Chris Fleizach  <cfleizach@apple.com>
    28
  • trunk/LayoutTests/platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/selection-not-application-expected.txt

    r236942 r264007  
    33FAIL selectionEnd on an input[type=hidden] returns null Type error
    44FAIL 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 (){
     5FAIL 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
     8FAIL 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
     11FAIL assigning selectionDirection on an input[type=hidden] throws InvalidStateError assert_throws_dom: function "function (){
    1212        el.selectionDirection = 'none';
    1313      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    1414PASS setRangeText on an input[type=hidden] throws InvalidStateError
    15 FAIL setSelectionRange on an input[type=hidden] throws InvalidStateError assert_throws: function "function (){
     15FAIL setSelectionRange on an input[type=hidden] throws InvalidStateError assert_throws_dom: function "function (){
    1616        el.setSelectionRange(0, 1);
    1717      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    1919FAIL selectionEnd on an input[type=email] returns null assert_equals: expected (object) null but got (number) 0
    2020FAIL 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 (){
     21FAIL assigning selectionStart on an input[type=email] throws InvalidStateError assert_throws_dom: function "function (){
     22        el.selectionStart = 0;
     23      }" did not throw
     24FAIL assigning selectionEnd on an input[type=email] throws InvalidStateError assert_throws_dom: function "function (){
     25        el.selectionEnd = 0;
     26      }" did not throw
     27FAIL assigning selectionDirection on an input[type=email] throws InvalidStateError assert_throws_dom: function "function (){
    2828        el.selectionDirection = 'none';
    2929      }" did not throw
    3030PASS setRangeText on an input[type=email] throws InvalidStateError
    31 FAIL setSelectionRange on an input[type=email] throws InvalidStateError assert_throws: function "function (){
     31FAIL setSelectionRange on an input[type=email] throws InvalidStateError assert_throws_dom: function "function (){
    3232        el.setSelectionRange(0, 1);
    3333      }" did not throw
     
    3535FAIL selectionEnd on an input[type=datetime-local] returns null Type error
    3636FAIL 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 (){
     37FAIL 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
     40FAIL 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
     43FAIL assigning selectionDirection on an input[type=datetime-local] throws InvalidStateError assert_throws_dom: function "function (){
    4444        el.selectionDirection = 'none';
    4545      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    4646PASS setRangeText on an input[type=datetime-local] throws InvalidStateError
    47 FAIL setSelectionRange on an input[type=datetime-local] throws InvalidStateError assert_throws: function "function (){
     47FAIL setSelectionRange on an input[type=datetime-local] throws InvalidStateError assert_throws_dom: function "function (){
    4848        el.setSelectionRange(0, 1);
    4949      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    5151FAIL selectionEnd on an input[type=date] returns null Type error
    5252FAIL 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 (){
     53FAIL 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
     56FAIL 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
     59FAIL assigning selectionDirection on an input[type=date] throws InvalidStateError assert_throws_dom: function "function (){
    6060        el.selectionDirection = 'none';
    6161      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    6262PASS setRangeText on an input[type=date] throws InvalidStateError
    63 FAIL setSelectionRange on an input[type=date] throws InvalidStateError assert_throws: function "function (){
     63FAIL setSelectionRange on an input[type=date] throws InvalidStateError assert_throws_dom: function "function (){
    6464        el.setSelectionRange(0, 1);
    6565      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    6767FAIL selectionEnd on an input[type=month] returns null Type error
    6868FAIL 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 (){
     69FAIL 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
     72FAIL 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
     75FAIL assigning selectionDirection on an input[type=month] throws InvalidStateError assert_throws_dom: function "function (){
    7676        el.selectionDirection = 'none';
    7777      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    7878PASS setRangeText on an input[type=month] throws InvalidStateError
    79 FAIL setSelectionRange on an input[type=month] throws InvalidStateError assert_throws: function "function (){
     79FAIL setSelectionRange on an input[type=month] throws InvalidStateError assert_throws_dom: function "function (){
    8080        el.setSelectionRange(0, 1);
    8181      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    8383FAIL selectionEnd on an input[type=week] returns null Type error
    8484FAIL 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 (){
     85FAIL 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
     88FAIL 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
     91FAIL assigning selectionDirection on an input[type=week] throws InvalidStateError assert_throws_dom: function "function (){
    9292        el.selectionDirection = 'none';
    9393      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    9494PASS setRangeText on an input[type=week] throws InvalidStateError
    95 FAIL setSelectionRange on an input[type=week] throws InvalidStateError assert_throws: function "function (){
     95FAIL setSelectionRange on an input[type=week] throws InvalidStateError assert_throws_dom: function "function (){
    9696        el.setSelectionRange(0, 1);
    9797      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    9999FAIL selectionEnd on an input[type=time] returns null Type error
    100100FAIL 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 (){
     101FAIL 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
     104FAIL 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
     107FAIL assigning selectionDirection on an input[type=time] throws InvalidStateError assert_throws_dom: function "function (){
    108108        el.selectionDirection = 'none';
    109109      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    110110PASS setRangeText on an input[type=time] throws InvalidStateError
    111 FAIL setSelectionRange on an input[type=time] throws InvalidStateError assert_throws: function "function (){
     111FAIL setSelectionRange on an input[type=time] throws InvalidStateError assert_throws_dom: function "function (){
    112112        el.setSelectionRange(0, 1);
    113113      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    115115FAIL selectionEnd on an input[type=number] returns null assert_equals: expected (object) null but got (number) 0
    116116FAIL 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 (){
     117FAIL assigning selectionStart on an input[type=number] throws InvalidStateError assert_throws_dom: function "function (){
     118        el.selectionStart = 0;
     119      }" did not throw
     120FAIL assigning selectionEnd on an input[type=number] throws InvalidStateError assert_throws_dom: function "function (){
     121        el.selectionEnd = 0;
     122      }" did not throw
     123FAIL assigning selectionDirection on an input[type=number] throws InvalidStateError assert_throws_dom: function "function (){
    124124        el.selectionDirection = 'none';
    125125      }" did not throw
    126126PASS setRangeText on an input[type=number] throws InvalidStateError
    127 FAIL setSelectionRange on an input[type=number] throws InvalidStateError assert_throws: function "function (){
     127FAIL setSelectionRange on an input[type=number] throws InvalidStateError assert_throws_dom: function "function (){
    128128        el.setSelectionRange(0, 1);
    129129      }" did not throw
     
    131131FAIL selectionEnd on an input[type=range] returns null Type error
    132132FAIL 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 (){
     133FAIL 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
     136FAIL 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
     139FAIL assigning selectionDirection on an input[type=range] throws InvalidStateError assert_throws_dom: function "function (){
    140140        el.selectionDirection = 'none';
    141141      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    142142PASS setRangeText on an input[type=range] throws InvalidStateError
    143 FAIL setSelectionRange on an input[type=range] throws InvalidStateError assert_throws: function "function (){
     143FAIL setSelectionRange on an input[type=range] throws InvalidStateError assert_throws_dom: function "function (){
    144144        el.setSelectionRange(0, 1);
    145145      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    147147FAIL selectionEnd on an input[type=color] returns null Type error
    148148FAIL 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 (){
     149FAIL 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
     152FAIL 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
     155FAIL assigning selectionDirection on an input[type=color] throws InvalidStateError assert_throws_dom: function "function (){
    156156        el.selectionDirection = 'none';
    157157      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    158158PASS setRangeText on an input[type=color] throws InvalidStateError
    159 FAIL setSelectionRange on an input[type=color] throws InvalidStateError assert_throws: function "function (){
     159FAIL setSelectionRange on an input[type=color] throws InvalidStateError assert_throws_dom: function "function (){
    160160        el.setSelectionRange(0, 1);
    161161      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    163163FAIL selectionEnd on an input[type=checkbox] returns null Type error
    164164FAIL 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 (){
     165FAIL 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
     168FAIL 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
     171FAIL assigning selectionDirection on an input[type=checkbox] throws InvalidStateError assert_throws_dom: function "function (){
    172172        el.selectionDirection = 'none';
    173173      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    174174PASS setRangeText on an input[type=checkbox] throws InvalidStateError
    175 FAIL setSelectionRange on an input[type=checkbox] throws InvalidStateError assert_throws: function "function (){
     175FAIL setSelectionRange on an input[type=checkbox] throws InvalidStateError assert_throws_dom: function "function (){
    176176        el.setSelectionRange(0, 1);
    177177      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    179179FAIL selectionEnd on an input[type=radio] returns null Type error
    180180FAIL 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 (){
     181FAIL 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
     184FAIL 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
     187FAIL assigning selectionDirection on an input[type=radio] throws InvalidStateError assert_throws_dom: function "function (){
    188188        el.selectionDirection = 'none';
    189189      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    190190PASS setRangeText on an input[type=radio] throws InvalidStateError
    191 FAIL setSelectionRange on an input[type=radio] throws InvalidStateError assert_throws: function "function (){
     191FAIL setSelectionRange on an input[type=radio] throws InvalidStateError assert_throws_dom: function "function (){
    192192        el.setSelectionRange(0, 1);
    193193      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    195195FAIL selectionEnd on an input[type=file] returns null Type error
    196196FAIL 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 (){
     197FAIL 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
     200FAIL 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
     203FAIL assigning selectionDirection on an input[type=file] throws InvalidStateError assert_throws_dom: function "function (){
    204204        el.selectionDirection = 'none';
    205205      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    206206PASS setRangeText on an input[type=file] throws InvalidStateError
    207 FAIL setSelectionRange on an input[type=file] throws InvalidStateError assert_throws: function "function (){
     207FAIL setSelectionRange on an input[type=file] throws InvalidStateError assert_throws_dom: function "function (){
    208208        el.setSelectionRange(0, 1);
    209209      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    211211FAIL selectionEnd on an input[type=submit] returns null Type error
    212212FAIL 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 (){
     213FAIL 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
     216FAIL 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
     219FAIL assigning selectionDirection on an input[type=submit] throws InvalidStateError assert_throws_dom: function "function (){
    220220        el.selectionDirection = 'none';
    221221      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    222222PASS setRangeText on an input[type=submit] throws InvalidStateError
    223 FAIL setSelectionRange on an input[type=submit] throws InvalidStateError assert_throws: function "function (){
     223FAIL setSelectionRange on an input[type=submit] throws InvalidStateError assert_throws_dom: function "function (){
    224224        el.setSelectionRange(0, 1);
    225225      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    227227FAIL selectionEnd on an input[type=image] returns null Type error
    228228FAIL 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 (){
     229FAIL 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
     232FAIL 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
     235FAIL assigning selectionDirection on an input[type=image] throws InvalidStateError assert_throws_dom: function "function (){
    236236        el.selectionDirection = 'none';
    237237      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    238238PASS setRangeText on an input[type=image] throws InvalidStateError
    239 FAIL setSelectionRange on an input[type=image] throws InvalidStateError assert_throws: function "function (){
     239FAIL setSelectionRange on an input[type=image] throws InvalidStateError assert_throws_dom: function "function (){
    240240        el.setSelectionRange(0, 1);
    241241      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    243243FAIL selectionEnd on an input[type=reset] returns null Type error
    244244FAIL 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 (){
     245FAIL 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
     248FAIL 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
     251FAIL assigning selectionDirection on an input[type=reset] throws InvalidStateError assert_throws_dom: function "function (){
    252252        el.selectionDirection = 'none';
    253253      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    254254PASS setRangeText on an input[type=reset] throws InvalidStateError
    255 FAIL setSelectionRange on an input[type=reset] throws InvalidStateError assert_throws: function "function (){
     255FAIL setSelectionRange on an input[type=reset] throws InvalidStateError assert_throws_dom: function "function (){
    256256        el.setSelectionRange(0, 1);
    257257      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     
    259259FAIL selectionEnd on an input[type=button] returns null Type error
    260260FAIL 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 (){
     261FAIL 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
     264FAIL 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
     267FAIL assigning selectionDirection on an input[type=button] throws InvalidStateError assert_throws_dom: function "function (){
    268268        el.selectionDirection = 'none';
    269269      }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
    270270PASS setRangeText on an input[type=button] throws InvalidStateError
    271 FAIL setSelectionRange on an input[type=button] throws InvalidStateError assert_throws: function "function (){
     271FAIL setSelectionRange on an input[type=button] throws InvalidStateError assert_throws_dom: function "function (){
    272272        el.setSelectionRange(0, 1);
    273273      }" 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.