mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
layout: Defend the block formatting context speculation against going wrong in
the presence of blocks that overflow in the inline direction. Makes the Google search result links appear. Closes #7298.
This commit is contained in:
parent
7df4ff7572
commit
ded4a5793e
4 changed files with 33 additions and 4 deletions
3
tests/ref/block_formatting_context_overflow_ref.html
Normal file
3
tests/ref/block_formatting_context_overflow_ref.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
<div>Hello</div><div>world!</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue