Skip to content

Commit a415844

Browse files
committed
[css-flexbox] Make test easier to debug
1 parent ece2f8c commit a415844

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css/css-flexbox/negative-overflow-002.html

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
min-width: 110px; min-height: 110px;
1818
background: cyan;
1919
}
20+
21+
.container:hover::before {
22+
position: fixed;
23+
top: 0; left: 0;
24+
font-size: 10px;
25+
content: attr(style);
26+
background: yellow;
27+
direction: ltr;
28+
writing-mode: horizontal-tb;
29+
}
2030
</style>
2131
<script src="/resources/testharness.js"></script>
2232
<script src="/resources/testharnessreport.js"></script>

0 commit comments

Comments
 (0)