Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script> | 3 <script> |
| 4 if (window.layoutTestController) | 4 if (window.layoutTestController) |
| 5 layoutTestController.dumpAsText(); | 5 layoutTestController.dumpAsText(); |
| 6 </script> | 6 </script> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 <button autofocus> | 9 <button autofocus> |
| 10 <object> | 10 <object> |
| 11 <select autofocus> | 11 <select autofocus> |
| 12 <input> | 12 <input> |
| 13 <span> | 13 <span> |
| 14 <div></div> | 14 <div></div> |
| 15 PASS | 15 PASS |
| 16 </object> | 16 </object> |
| 17 <object></object> | 17 <object></object> |
| 18 </button> | 18 </button> |
| 19 </body> | 19 </body> |
| 20 </html> | 20 </html> |
| OLD | NEW |