mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
layout: white_space::pre
should not yield ignorable whitespace.
Improves the Google home page.
This commit is contained in:
parent
543f11b62b
commit
d30762bb9f
5 changed files with 28 additions and 5 deletions
7
tests/ref/pre_ignorable_whitespace_ref.html
Normal file
7
tests/ref/pre_ignorable_whitespace_ref.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<span style="background: yellow">yaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<span style="white-space: pre"> </span></span>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue