| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 </head> | 4 </head> |
| 5 <body> | 5 <body> |
| 6 <p>To PASS this test case the text of the button label should not be selected in
the selection.</p> | 6 <p>To PASS this test case the text of the button label should not be selected in
the selection.</p> |
| 7 <div> | 7 <div> |
| 8 Buttons<br> | 8 Buttons<br> |
| 9 with text <input type="button" value="too little"> too little | 9 with text <input type="button" value="too little"> too little |
| 10 <div> | 10 <div> |
| 11 and text <input type="button" value="too much"> too much | 11 and text <input type="button" value="too much"> too much |
| 12 </div> | 12 </div> |
| 13 Should not be selected in the selection. | 13 Should not be selected in the selection.</div> |
| 14 </div> | |
| 15 </body> | 14 </body> |
| 16 <script> | 15 <script> |
| 17 document.execCommand("SelectAll"); | 16 document.execCommand("SelectAll"); |
| 18 </script> | 17 </script> |
| 19 </html> | 18 </html> |
| OLD | NEW |