commit-queue@webkit.org | d1437b2 | 2012-04-19 20:15:18 +0000 | [diff] [blame] | 1 | <script> |
| 2 | window.onload = function() { |
| 3 | var oSelection=window.getSelection(); |
| 4 | document.execCommand("SelectAll", false, false) |
| 5 | var oRange = oSelection.getRangeAt(0); |
| 6 | var oDocumentFragment = oRange.extractContents(); |
| 7 | |
| 8 | document.body.appendChild(document.createTextNode('PASS, if no assert or crash in debug')); |
| 9 | |
rniwa@webkit.org | 2c544a4 | 2012-08-04 07:22:13 +0000 | [diff] [blame] | 10 | if (window.testRunner) |
| 11 | testRunner.dumpAsText(); |
commit-queue@webkit.org | d1437b2 | 2012-04-19 20:15:18 +0000 | [diff] [blame] | 12 | } |
| 13 | </script> |
| 14 | <style> |
| 15 | *{word-break:inherit;text-rendering:optimizeLegibility;} |
| 16 | .fixedNavDown{nav-down:#;position:fixed; } |
| 17 | </style> |
| 18 | |
| 19 | <ruby><rt class="fixedNavDown">A</rt></ruby> |