summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/contain-size-replaced-006-ref.html
blob: d6753c0694b1ae145f50c39cee1ec64abdf2ea5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Containment Reference: Size containment replaced elements intrinsic size</title>
<style>
  div, video, audio, img, canvas, svg, iframe {
    border: 3px solid orange;
    margin-bottom: 15px;
    width: 25px;
    height: 35px;
    float: left;
    clear: both;
  }
</style>
<div>abc</div>
<video></video><br>
<video controls></video><br>
<img src="support/60x60-green.png"><br>
<picture>
<source srcset="support/60x60-green.png">
    <img>
</picture><br>
<canvas></canvas><br>
<svg></svg><br>
<iframe></iframe>