inferno@chromium.org | e29694f | 2010-10-07 22:00:02 +0000 | [diff] [blame] | 1 | <html>
|
| 2 | <junk>
|
| 3 | <blockquote>
|
| 4 | Test passes if it does not crash.
|
| 5 | <junk id="start">
|
| 6 | </junk>
|
| 7 | </blockquote>
|
| 8 | <junk id="end">
|
| 9 | PASS
|
| 10 | </junk>
|
| 11 | </junk>
|
| 12 | <script>
|
rniwa@webkit.org | 14f6b5b | 2012-06-13 08:51:53 +0000 | [diff] [blame] | 13 | if (window.testRunner)
|
| 14 | testRunner.dumpAsText();
|
inferno@chromium.org | e29694f | 2010-10-07 22:00:02 +0000 | [diff] [blame] | 15 |
|
| 16 | window.getSelection().setBaseAndExtent(start, 0, end, 0);
|
| 17 | </script>
|
| 18 | </html>
|
| 19 |
|