blob: 432353c03c37ca5ca3022d208a942fcf213ea1fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<!-- This height has to be less than 18px to trigger crash, on Linux. -->
<html style="height: 10px;
background: lightblue"
><body style="position: fixed;
height: inherit;
column-count: 1;
background: yellow;
width: 100px"
onload="document.documentElement.style.height = ''"
><div style="outline: 1px dotted green"></div><br/></body></html>
|