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

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

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
OLDNEW
1 Tests that iframe content is available after iframe's load event fired. See bug 76552. 1 Tests that iframe content is available after iframe's load event fired. See bug 76552.
2 2
3 3
4 4
5 5
6 After frame navigate 6 After frame navigate
7 - <html> 7 - <html>
8 - <head> 8 - <head>
9 <script src="../../http/tests/inspector/inspector-test.js"></script> 9 <script src="../../http/tests/inspector/inspector-test.js"></script>
10 <script src="../../http/tests/inspector/elements-test.js"></script> 10 <script src="../../http/tests/inspector/elements-test.js"></script>
(...skipping 10 matching lines...) Expand all
21 - <html> 21 - <html>
22 <head></head> 22 <head></head>
23 - <body> 23 - <body>
24 <div id="iframe-2-element"></div> 24 <div id="iframe-2-element"></div>
25 </body> 25 </body>
26 </html> 26 </html>
27 </iframe> 27 </iframe>
28 </body> 28 </body>
29 </html> 29 </html>
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698