OLD | NEW |
---|---|
(Empty) | |
1 Test for crbug.com/521657: this test passes if it does not crash. | |
mstensho (USE GERRIT)
2015/08/24 10:55:10
Do we need all this? Couldn't you just make a dump
pdr.
2015/08/24 17:43:28
Done
| |
2 <script> | |
3 internals.settings.setTextAutosizingEnabled(true); | |
4 internals.settings.setTextAutosizingWindowSizeOverride(320, 480); | |
5 | |
6 onload = function() { | |
7 document.documentElement.parentNode.removeChild(document.documentElement); | |
8 } | |
9 </script> | |
OLD | NEW |