https://github.com/web-platform-tests/wpt
Raw File
Tip revision: eb73cd1561ab74868ba71e128a237dafeecd36fa authored by Marcos Cáceres on 21 March 2018, 02:45:39 UTC
Edge doesn't do object spread yet
Tip revision: eb73cd1
observer-in-iframe.html
<!DOCTYPE html>
<style>
pre, #log {
  position: absolute;
  top: 0;
  left: 200px;
}
</style>
<iframe id="target-iframe" src="resources/observer-in-iframe-subframe.html" width="150px" height="150px"></iframe>
back to top