mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement position: absolute
for replaced elements.
Add reftests for replaced and nested absolute flows.
This commit is contained in:
parent
4a6077ca4c
commit
070be51910
9 changed files with 402 additions and 43 deletions
|
@ -38,6 +38,8 @@
|
|||
== position_abs_cb_with_non_cb_kid_a.html position_abs_cb_with_non_cb_kid_b.html
|
||||
== position_abs_height_width_a.html position_abs_height_width_b.html
|
||||
== position_abs_left_a.html position_abs_left_b.html
|
||||
== position_abs_nested_a.html position_abs_nested_b.html
|
||||
== position_abs_replaced_simple_a.html position_abs_replaced_simple_b.html
|
||||
== position_abs_static_y_a.html position_abs_static_y_b.html
|
||||
== position_abs_width_percentage_a.html position_abs_width_percentage_b.html
|
||||
== position_fixed_a.html position_fixed_b.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue