https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e3a2113d8ccd1bb11ae2f7f3c7163ad271d0064b authored by Joel Maher on 08 June 2024, 11:33:29 UTC
Bug 1901251 - Adjust moz-icon-blank reftest expectations for new graphics card on windows. r=tnikkel, a=test-only DONTBUILD
Tip revision: e3a2113
411059-1.html
<!DOCTYPE HTML>
<html>
<head>
<style>
p { float:left; white-space:pre; border:1px solid black; clear:both; }
.letterspace { letter-spacing:4px; }
table { clear:both; }
</style>
</head>
<body>

<p>
	a
</p>

<div style="width:0">
  <p>
	a
  </p>
</div>

<!-- there should be no letter-spacing after the tab, because letter-spacing is
     already incorporated into the calculation of the tab position, but there
     will be 4px after the a -->
<p class="letterspace">
	a
</p>

<div style="width:0">
  <p class="letterspace">
	a
  </p>
</div>

<table><tr>
  <td style="background-color:#808080;"><pre>
test
abcdefg	hijklm	nopqr	stuv	wxy	z0	1	
  </pre></td>
  <td style="background-color:#c08080;">cell 2</td>
</tr></table>

</body>
</html>
back to top