1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-10 18:38:34 +00:00
Files
UXP/testing/web-platform/tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html
T

5 lines
88 B
HTML

<script>
var varName = location.search.substr(1);
parent[varName] = true;
</script>