Chromium Code Reviews| Index: LayoutTests/fast/html/imports/import-script-prototypes.html |
| diff --git a/LayoutTests/fast/html/imports/import-script-prototypes.html b/LayoutTests/fast/html/imports/import-script-prototypes.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b0d554d179cabcd8575639fc517e040d142cd13b |
| --- /dev/null |
| +++ b/LayoutTests/fast/html/imports/import-script-prototypes.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<script> |
| +var stringInMaster = "Master"; |
| +</script> |
| +<link id="target" rel="import" href="resources/script-prototype-test.html"> |
| +<script> |
| +</script> |
| +</head> |
| +</html> |
| +</html> |