| OLD | NEW |
| 1 <style> | 1 <style> |
| 2 div:first-letter { margin-top: 0em; } | 2 div:first-letter { margin-top: 0em; } |
| 3 </style> | 3 </style> |
| 4 <script> | 4 <script> |
| 5 if (window.testRunner) { | 5 if (window.testRunner) { |
| 6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
| 7 testRunner.waitUntilDone(); | 7 testRunner.waitUntilDone(); |
| 8 } | 8 } |
| 9 if (window.internals) | |
| 10 internals.settings.setUnifiedTextCheckerEnabled(true); | |
| 11 function done() { | 9 function done() { |
| 12 document.body.innerHTML = 'PASS if WebKit did not hit assertions'; | 10 document.body.innerHTML = 'PASS if WebKit did not hit assertions'; |
| 13 if (window.testRunner) | 11 if (window.testRunner) |
| 14 testRunner.notifyDone(); | 12 testRunner.notifyDone(); |
| 15 } | 13 } |
| 16 </script> | 14 </script> |
| 17 <body onload="setTimeout(done, 100);"><div>AB<select autofocus contenteditable> | 15 <body onload="setTimeout(done, 100);"><div>AB<select autofocus contenteditable> |
| OLD | NEW |