Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Side by Side Diff: LayoutTests/inspector/elements/iframe-load-event.html

Issue 9968037: Merge 112549 - Web Inspector: subtree disapears from <iframe> after loading (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/iframe-load-event-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../http/tests/inspector/inspector-test.js"></script>
4 <script src="../../http/tests/inspector/elements-test.js"></script> 4 <script src="../../http/tests/inspector/elements-test.js"></script>
5 <script src="resources/iframe-load-event-iframe.js"></script> 5 <script src="resources/iframe-load-event-iframe.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p> 8 <p>
9 Tests that iframe content is available after iframe's load event fired. See <a h ref="http://webkit.org/b/76552">bug 76552</a>. 9 Tests that iframe content is available after iframe's load event fired. See <a h ref="http://webkit.org/b/76552">bug 76552</a>.
10 </p> 10 </p>
11 <iframe id="myframe" src="resources/iframe-load-event-iframe-1.html" onload="run Test()"></iframe> 11 <iframe id="myframe" src="resources/iframe-load-event-iframe-1.html" onload="run Test()"></iframe>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/iframe-load-event-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698