layout: white_space::pre should not yield ignorable whitespace.

Improves the Google home page.
This commit is contained in:
Patrick Walton 2014-10-04 19:17:39 -07:00
parent 543f11b62b
commit d30762bb9f
5 changed files with 28 additions and 5 deletions

View file

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<span style="background: yellow">yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<span style="white-space: pre"> </span></span>
</body>
</html>