Chromium Code Reviews| Index: LayoutTests/http/tests/htmlimports/resources/preload.html |
| diff --git a/LayoutTests/http/tests/htmlimports/resources/preload.html b/LayoutTests/http/tests/htmlimports/resources/preload.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..788099e788495a157ec6ccbb3820234ded0c0381 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/htmlimports/resources/preload.html |
| @@ -0,0 +1,9 @@ |
| +<head> |
| +<script src="http://127.0.0.1:8000/resources/slow-script.pl?delay=100"></script> |
| +<link rel="stylesheet" href="hello.css"> |
| +<script src="hello.js"></script> |
| +<script> |
| +testPreload('hello.css', document.currentScript.ownerDocument); |
| +testPreload('hello.js', document.currentScript.ownerDocument); |
|
Yoav Weiss
2015/06/09 07:53:40
Again, testPreload should run before the resources
yoichio
2015/06/11 04:27:44
Done.
|
| +</script> |
| +</head> |