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:
Adenilson Cavalcanti 2014-12-16 12:06:57 -08:00 committed by Adenilson Cavalcanti
parent 0e24194d81
commit 92f4ab6394
4 changed files with 63 additions and 0 deletions

View file

@ -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