aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-float.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-layout-api/layout-child-float.https.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-layout-api/layout-child-float.https.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-float.https.html b/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-float.https.html
index 0465b1885bf..6e40893e3b3 100644
--- a/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-float.https.html
+++ b/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-float.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 float children appear in the children array." />
<style>
@@ -9,7 +9,6 @@
--child-expected: ["1", "2"];
background: red;
- margin: 10px;
width: 100px;
}