File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1028,12 +1028,12 @@ describe("pat-inject", function () {
10281028
10291029                it ( "9.2.4.2 - pass submit button value in ajax call as data when clicked on a dom node within the submit button" ,  async  function  ( )  { 
10301030                    document . body . innerHTML  =  ` 
1031-                     <form class="pat-inject" action="test.html#someid" method="post"> 
1032-                         <button name="submit" value="label"> 
1033-                             <span>label</span> 
1034-                         </button> 
1035-                     </form> 
1036-                 ` ; 
1031+                          <form class="pat-inject" action="test.html#someid" method="post"> 
1032+                              <button name="submit" value="label"> 
1033+                                  <span>label</span> 
1034+                              </button> 
1035+                          </form> 
1036+                      ` ; 
10371037
10381038                    const  form  =  document . querySelector ( "form" ) ; 
10391039                    const  label  =  document . querySelector ( "form button span" ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments