Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE HTML>
<html>
<head>
<title>drawElementImage in a cross-origin iframe draws that origin's HTML images</title>
<link rel="help" href="https://github.com/WICG/html-in-canvas">
<link rel="author" href="mailto:schenney@chromium.org">
<meta name="assert" value="A canvas in a cross-origin iframe should be able to draw a HTML image from the same origin, but not the top-level origin.">
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
</head>
<body>
<script>
fetch_tests_from_window(crossOrigin.contentWindow);
</script>
</body>
</html>