OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script> | |
3 if (window.testRunner) | |
4 testRunner.dumpAsText(); | |
5 | |
6 function finish() { | |
7 document.body.offsetTop; | |
8 document.write("Test passes if no crash."); | |
9 } | |
10 | |
11 window.addEventListener("load", finish, false); | |
12 </script> | |
13 <style> | |
14 *{-webkit-column-count:120;display:list-item;} | |
15 .CLASS3{list-style-position:inside;</style> | |
16 <i class="CLASS3"> | |
17 <rt> | |
18 <button> | |
19 <kbd> | |
20 <button> | |
21 > | |
OLD | NEW |