mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Don't strip out all empty fragments
Empty fragments may need to be layed out to draw borders, padding/background, and insertion points. (Fragments that consist of discardable whitespace and control characters, on the other hand, can still be discarded.) This ends up preserving some useless empty fragments. It's possible we could avoid this by storing some sort of flag on "important" empty fragments, so we can discard the rest.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
[bidi-011.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
Reference in New Issue
Block a user