Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/embedded-content-rendering-rules/canvas_without_context_a.html - WPT Dashboard Interop Dashboard
<!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>