tenfourfox/layout/reftests/bugs/605138-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
437 B
HTML

<html>
<head>
<link href="data:text/css,%23master{display:table; width: 100%; outline: 1px dashed black; }"
rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<div id="master">
<div style="height:10000px; background: -moz-linear-gradient(right bottom, rgb(0,0,0) 0%, rgb(255,255,255) 100%);">
</div>
<textarea style="height:100px; margin:0; border:0;"></textarea>
<script> </script>
</div>
</html>