OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
mstensho (USE GERRIT)
2016/01/25 09:17:07
Can you add a "-crash" suffix to the file names, s
| |
2 <p>PASS if no crash or assertion failure.</p> | |
3 <div style="display:table-row-group;"> | |
4 <div></div> | |
5 <div id="splitter" style="display:none;"></div> | |
6 <div style="display:inline-block; width:75px; height:50%; background:blue;"> </div> | |
7 </div> | |
8 <script> | |
9 if (window.testRunner) | |
10 testRunner.dumpAsText(); | |
11 document.body.offsetTop; | |
12 document.getElementById("splitter").style.display = "table-row"; | |
13 </script> | |
OLD | NEW |