Chromium Code Reviews| Index: LayoutTests/fast/html/imports/resources/script-leaf.html |
| diff --git a/LayoutTests/fast/html/imports/resources/script-leaf.html b/LayoutTests/fast/html/imports/resources/script-leaf.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..efc721785a476cc2da4b287310bd0bedef25e575 |
| --- /dev/null |
| +++ b/LayoutTests/fast/html/imports/resources/script-leaf.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| +<script src="script-leaf-external.js"></script> |
| +<script src="script-leaf-external-async.js" async></script> |
| +<script> |
| +document.notifyLoaded("InlineParser", document); |
| +</script> |
| +</body> |
| +</html> |