mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Inline constraint resolver for absolutely positioned tables.
Fixes #7425.
This commit is contained in:
parent
ccb8e46557
commit
36759338c7
4 changed files with 88 additions and 2 deletions
7
tests/ref/absolute_table.html
Normal file
7
tests/ref/absolute_table.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div { display:table;position:absolute;top:0px;right:40px }
|
||||
</style>
|
||||
<div>
|
||||
XXX
|
||||
</div>
|
7
tests/ref/absolute_table_ref.html
Normal file
7
tests/ref/absolute_table_ref.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div { display:block;position:absolute;top:0px;right:40px }
|
||||
</style>
|
||||
<div>
|
||||
XXX
|
||||
</div>
|
|
@ -12,6 +12,7 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
== abs_rel_explicit_height.html abs_rel_explicit_height_ref.html
|
||||
== absolute_hypothetical_with_intervening_inline_block_a.html absolute_hypothetical_with_intervening_inline_block_ref.html
|
||||
== absolute_inline_containing_block_a.html absolute_inline_containing_block_ref.html
|
||||
== absolute_table.html absolute_table_ref.html
|
||||
== absolute_z_index_auto_paint_order_a.html absolute_z_index_auto_paint_order_ref.html
|
||||
== acid1_a.html acid1_b.html
|
||||
== acid2_noscroll.html acid2_ref_broken.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue