diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 765287ea29e..2653ba15068 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -15831,10 +15831,6 @@ "path": "cssom-view/negativeMargins.html", "url": "/cssom-view/negativeMargins.html" }, - { - "path": "cssom-view/offsetPropertiesInline.html", - "url": "/cssom-view/offsetPropertiesInline.html" - }, { "path": "cssom-view/scrolling-no-browsing-context.html", "url": "/cssom-view/scrolling-no-browsing-context.html" diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 794a743fe62..bf4c3cf275e 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -6722,6 +6722,12 @@ "url": "/_mozilla/css/meta_viewport_resize.html" } ], + "css/offset_properties_inline.html": [ + { + "path": "css/offset_properties_inline.html", + "url": "/_mozilla/css/offset_properties_inline.html" + } + ], "css/test_variable_legal_values.html": [ { "path": "css/test_variable_legal_values.html", diff --git a/tests/wpt/mozilla/tests/css/offset_properties_inline.html b/tests/wpt/mozilla/tests/css/offset_properties_inline.html new file mode 100644 index 00000000000..cb88fa3a246 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/offset_properties_inline.html @@ -0,0 +1,83 @@ + + +cssom-view - offsetParent, offsetTop, offsetLeft, offsetWidth, and offsetHeight on inline elements + + + + +
+ ABC + ABC
ABC
+ ABC +
+
+ +
+ + diff --git a/tests/wpt/web-platform-tests/cssom-view/offsetPropertiesInline.html b/tests/wpt/web-platform-tests/cssom-view/offsetPropertiesInline.html deleted file mode 100644 index e234e574987..00000000000 --- a/tests/wpt/web-platform-tests/cssom-view/offsetPropertiesInline.html +++ /dev/null @@ -1,80 +0,0 @@ - - -cssom-view - offsetParent, offsetTop, offsetLeft, offsetWidth, and offsetHeight on inline elements - - - - -
- ABC - ABC
ABC
- ABC -
-
- -