https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f6787be668af17ecfe796e15c6cf5a7e3bc656af authored by Eric Willigers on 13 April 2018, 15:13:19 UTC
Accept variation in serialization of 'background'
Tip revision: f6787be
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