| 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>
|
|
|