mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Thanks to differences on rendering between CPU X GPU, there is a 1 pixel wide
difference in the position where the top border meets the right border (as also the right border X bottom border). The workaround to have a test that will work on both modes is to cover the affected area with a white div. This patch adds inset test.
This commit is contained in:
parent
0e24194d81
commit
92f4ab6394
4 changed files with 63 additions and 0 deletions
|
@ -213,3 +213,4 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
== table_colspan_fixed_a.html table_colspan_fixed_ref.html
|
||||
== legacy_td_bgcolor_attribute_a.html legacy_td_bgcolor_attribute_ref.html
|
||||
== legacy_table_border_attribute_a.html legacy_table_border_attribute_ref.html
|
||||
== inset.html inset_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue