summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-anchor-position/anchor-getComputedStyle-002.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-anchor-position/anchor-getComputedStyle-002.html')
-rw-r--r--testing/web-platform/tests/css/css-anchor-position/anchor-getComputedStyle-002.html34
1 files changed, 19 insertions, 15 deletions
diff --git a/testing/web-platform/tests/css/css-anchor-position/anchor-getComputedStyle-002.html b/testing/web-platform/tests/css/css-anchor-position/anchor-getComputedStyle-002.html
index ae697fcc74..a3e00d5048 100644
--- a/testing/web-platform/tests/css/css-anchor-position/anchor-getComputedStyle-002.html
+++ b/testing/web-platform/tests/css/css-anchor-position/anchor-getComputedStyle-002.html
@@ -13,7 +13,7 @@ body {
margin: 0;
}
-.cb {
+.rel {
position: relative;
background: lightgray;
}
@@ -36,7 +36,7 @@ body {
<!-- anchor is fragmented in second and third columns -->
<div class="multicol" id="test1">
- <div class="cb">
+ <div class="rel">
<div class="spacer"></div>
<div class="anchor"></div>
<div class="target"></div>
@@ -51,7 +51,7 @@ body {
height: 100px;
}
-#test1 .cb {
+#test1 .rel{
width: 100px;
height: 300px;
}
@@ -79,19 +79,23 @@ test(() => {
<div id="test2" style="font: 20px/1 Ahem; width: 11em">
- Lorem
- <span class="cb">
- ipsum <span class="anchor">dolor</span> sit
- <span class="target"></span>
- </span>
- amet.<br>
+ <div>
+ Lorem
+ <span class="rel">
+ ipsum <span class="anchor">dolor</span> sit
+ <span class="target"></span>
+ </span>
+ amet.
+ </div>
- Lorem
- <span class="cb">
- ipsum dolor <span class="anchor">sit</span>
- <span class="target"></span>
- </span>
- amet.<br>
+ <div>
+ Lorem
+ <span class="rel">
+ ipsum dolor <span class="anchor">sit</span>
+ <span class="target"></span>
+ </span>
+ amet.
+ </div>
</div>
<script>
test(() => {