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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/misc/frameset-disables-resource-scheduling-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/misc/frameset-disables-resource-scheduling.html
diff --git a/LayoutTests/http/tests/misc/frameset-disables-resource-scheduling.html b/LayoutTests/http/tests/misc/frameset-disables-resource-scheduling.html
new file mode 100644
index 0000000000000000000000000000000000000000..cc053d80187d091c5ab521cbf355b6dc2e1f5e01
--- /dev/null
+++ b/LayoutTests/http/tests/misc/frameset-disables-resource-scheduling.html
@@ -0,0 +1,13 @@
+<html>
+ <head>
+ <script>
+ if (window.testRunner) {
+ testRunner.dumpAsText();
+ testRunner.dumpChildFramesAsText();
+ }
+ </script>
+ </head>
+ <frameset>
+ <frame src="resources/slow-frame-with-image.php">
+ </frameset>
+</html>
« 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