diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-layout-api/layout-child-absolute.https.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-layout-api/layout-child-absolute.https.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-absolute.https.html b/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-absolute.https.html index 73c0bf78d80..26513f4fac7 100644 --- a/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-absolute.https.html +++ b/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-absolute.https.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html class=reftest-wait> <link rel="help" href="https://drafts.css-houdini.org/css-layout-api/#layout-children"> -<link rel="match" href="layout-child-ref.html"> +<link rel="match" href="green-square-ref.html"> <meta name="assert" content="This test checks that absolute children don't appear in the children array." /> <style> @@ -9,7 +9,6 @@ --child-expected: ["2"]; background: red; - margin: 10px; width: 100px; } |