https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ba36715b3b9584b7746306c7709f0530c6f643a5 authored by ffxbld on 06 September 2018, 06:31:42 UTC
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
Tip revision: ba36715
text-indent-negative-intrinsic-min-ref.html
<!DOCTYPE HTML>
<html>
<head>
<title>Test for intrinsic widths and text-indent</title>
<style type="text/css">

body { font-size: 12px; }

body > div, body > pre {
	float: left; clear: left; margin: 1px; height: 2em;
	border: medium solid;
}

</style>
</head>
<body>

<div style="width: 0"></div>
<div style="width: 2em"></div>
<div style="width: 0"></div>
<div style="width: 1em"></div>
<div style="width: 3em"></div>
<div style="width: 3em"></div>
<div style="width: 1em"></div>
<div style="width: 2em"></div>
<div style="width: 5em"></div>
<div style="width: 2em"></div>

</body>
</html>
back to top