OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <div style="columns:1;"> | |
3 <div style="height:1px;"></div> | |
4 <div style="margin-top:20px; margin-bottom:-500px;"></div> | |
5 <div style="column-span:all;"></div> | |
6 <div style="height:1px;"></div> | |
7 </div> | |
8 <script src="../../../resources/testharness.js"></script> | |
9 <script src="../../../resources/testharnessreport.js"></script> | |
10 <script> | |
11 test(function() { }, "No crash!"); | |
12 </script> | |
OLD | NEW |