Tests that iframe content is available after iframe's load event fired. See http://webkit.org/b/76552 | |
After frame navigate | |
- <html> | |
- <head> | |
<base href="http://127.0.0.1:8000/devtools/elements/"> | |
</head> | |
- <body> | |
- <iframe src="resources/iframe-load-event-iframe-2.html" id="myframe" name> | |
- #document | |
- <html> | |
<head></head> | |
- <body> | |
<div id="iframe-2-element"></div> | |
</body> | |
</html> | |
</iframe> | |
</body> | |
</html> | |