diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-layout-api/perform-child-layout-fixed-block-size-vrl.https.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-layout-api/perform-child-layout-fixed-block-size-vrl.https.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-layout-api/perform-child-layout-fixed-block-size-vrl.https.html b/tests/wpt/web-platform-tests/css/css-layout-api/perform-child-layout-fixed-block-size-vrl.https.html index cc4448464c3..43dd483b3f9 100644 --- a/tests/wpt/web-platform-tests/css/css-layout-api/perform-child-layout-fixed-block-size-vrl.https.html +++ b/tests/wpt/web-platform-tests/css/css-layout-api/perform-child-layout-fixed-block-size-vrl.https.html @@ -1,14 +1,13 @@ <!DOCTYPE html> <html class=reftest-wait> <link rel="help" href="https://drafts.css-houdini.org/css-layout-api/#dom-layoutconstraintsoptions-fixedinlinesize"> -<link rel="match" href="layout-child-ref.html"> +<link rel="match" href="green-square-ref.html"> <meta name="assert" content="This test checks that fixing the block size of children works as expected." /> <style> .test { writing-mode: vertical-rl; background: red; - margin: 10px; height: 100px; } |