diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 404adece8de..ffbf3836e2a 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -319,6 +319,8 @@ device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.h == pseudo_inherit.html pseudo_inherit_ref.html == quotes_none_a.html quotes_none_ref.html == quotes_simple_a.html quotes_simple_ref.html +== root_display_inline_a.html root_display_ref.html +== root_display_without_style_a.html root_display_ref.html == root_height_a.html root_height_b.html == root_margin_collapse_a.html root_margin_collapse_b.html == root_pseudo_a.html root_pseudo_b.html diff --git a/tests/ref/root_display_inline_a.html b/tests/ref/root_display_inline_a.html new file mode 100644 index 00000000000..07fe6a96c21 --- /dev/null +++ b/tests/ref/root_display_inline_a.html @@ -0,0 +1,8 @@ + + + + + +Hello world! + + diff --git a/tests/ref/root_display_ref.html b/tests/ref/root_display_ref.html new file mode 100644 index 00000000000..26ba9034a26 --- /dev/null +++ b/tests/ref/root_display_ref.html @@ -0,0 +1,8 @@ + + + + + +Hello world! + + diff --git a/tests/ref/root_display_without_style_a.html b/tests/ref/root_display_without_style_a.html new file mode 100644 index 00000000000..9f02354f48f --- /dev/null +++ b/tests/ref/root_display_without_style_a.html @@ -0,0 +1,15 @@ + + + + + + + +