fune/testing/web-platform/tests/css/css-break/overflowing-block-print-ref.html
Philip Jägenstedt bbda4df9e5 Bug 1697406 [wpt PR 27925] - [css-break] move tests from vendor-imports into the main suite, a=testonly
Automatic update from web-platform-tests
[css-break] move tests from vendor-imports into the main suite (#27925)

--

wpt-commits: 29c28a3faf25311b2d1bd507301523027ffaf32a
wpt-pr: 27925
2021-03-19 10:34:39 +00:00

29 lines
426 B
HTML

<!DOCTYPE html>
<html class="reftest-paged">
<title>
Reference
</title>
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
position: absolute;
left: 0; right: 0;
height: 100%;
}
div {
border: solid orange 10px;
}
div + div {
border: solid transparent 20px;
}
div > div {
border: solid gray 10px;
height: 300%;
}
</style>
<div></div>
<div>
<div></div>
</div>