Skip to content

Commit 48972a5

Browse files
committed
Add more Tests for getBoxQuads to return the correct results for complex objects
1 parent ada75ff commit 48972a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/cssom-view/cssom-getBoxQuads-001.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<title>CSSOM View - getBoxQuads() returns proper border and margin boxes for block and flex</title>
55
<link rel="help" href="https://drafts.csswg.org/cssom-view/#the-geometryutils-interface">
6-
<script src="/resources/testharness.js"></script>
7-
<script src="/resources/testharnessreport.js"></script>
6+
<script src="../../resources/testharness.js"></script>
7+
<script src="../../resources/testharnessreport.js"></script>
88

99
<style>
1010
.container {

0 commit comments

Comments
 (0)