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

Side by Side Diff: LayoutTests/http/tests/misc/frameset-disables-resource-scheduling.html

Issue 16140024: Fix resource scheduling on documents with <frameset>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Check inDocument Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/http/tests/misc/frameset-disables-resource-scheduling-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
(Empty)
1 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 testRunner.dumpChildFramesAsText();
7 }
8 </script>
9 </head>
10 <frameset>
11 <frame src="resources/slow-frame-with-image.php">
12 </frameset>
13 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/misc/frameset-disables-resource-scheduling-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698