diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 121842c43ff..d56fdb61efc 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -106,6 +106,18 @@ "url": "/_mozilla/css/absolute_inline_containing_block_a.html" } ], + "css/absolute_line_height_after_float.html": [ + { + "path": "css/absolute_line_height_after_float.html", + "references": [ + [ + "/_mozilla/css/absolute_line_height_after_float_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/absolute_line_height_after_float.html" + } + ], "css/absolute_table.html": [ { "path": "css/absolute_table.html", @@ -6732,6 +6744,18 @@ "url": "/_mozilla/css/absolute_inline_containing_block_a.html" } ], + "css/absolute_line_height_after_float.html": [ + { + "path": "css/absolute_line_height_after_float.html", + "references": [ + [ + "/_mozilla/css/absolute_line_height_after_float_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/absolute_line_height_after_float.html" + } + ], "css/absolute_table.html": [ { "path": "css/absolute_table.html", diff --git a/tests/wpt/mozilla/tests/css/absolute_line_height_after_float.html b/tests/wpt/mozilla/tests/css/absolute_line_height_after_float.html new file mode 100644 index 00000000000..b8fe85ef6ec --- /dev/null +++ b/tests/wpt/mozilla/tests/css/absolute_line_height_after_float.html @@ -0,0 +1,6 @@ + + +Line-height should be respected after a float + +
+X diff --git a/tests/wpt/mozilla/tests/css/absolute_line_height_after_float_ref.html b/tests/wpt/mozilla/tests/css/absolute_line_height_after_float_ref.html new file mode 100644 index 00000000000..87b5a67edef --- /dev/null +++ b/tests/wpt/mozilla/tests/css/absolute_line_height_after_float_ref.html @@ -0,0 +1,4 @@ + + +Reference +X