summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas_without_context_a.html
blob: b7398f8d59c5faabd7bc046a098634237c4af64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<meta charset="utf-8">
<link rel="match" href="canvas_without_context_ref.html">
<style>
  div {
    background-color: green;
    width: 20px;
    height: 20px;
  }
</style>
</head>
<body>
<div><canvas width="20" height="20"></canvas></div>
</body>
</html>