summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/embedded-content-rendering-rules/canvas_without_context_ref.html
blob: ae0c9c8c8e05d4ffbe46c2250d6f2568903f84c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<style>
  div {
    background-color: green;
    width: 20px;
    height: 20px;
  }
</style>
</head>
<body>
<div></div>
</body>
</html>