https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3b96236e022a36ba256dc15e73862a5ec077858d authored by Robert Ma on 16 March 2018, 00:32:55 UTC
Pass the binary path of Chrome to wpt run in CI
Tip revision: 3b96236
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