| 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); |
| 9 function done() { | 11 function done() { |
| 10 document.body.innerHTML = 'PASS if WebKit did not hit assertions'; | 12 document.body.innerHTML = 'PASS if WebKit did not hit assertions'; |
| 11 if (window.testRunner) | 13 if (window.testRunner) |
| 12 testRunner.notifyDone(); | 14 testRunner.notifyDone(); |
| 13 } | 15 } |
| 14 </script> | 16 </script> |
| 15 <body onload="setTimeout(done, 100);"><div>AB<select autofocus contenteditable> | 17 <body onload="setTimeout(done, 100);"><div>AB<select autofocus contenteditable> |
| OLD | NEW |