| Index: third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.html b/third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.html
|
| index 40f6cd08bbbce575be5a0b83a8b7bc1bde4be485..ce8657da09b0b24562066623b0f2d4cece627ac8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/html/imports/resources/script-prototype-test.html
|
| @@ -5,6 +5,7 @@
|
| </head>
|
| <body>
|
| <script>
|
| +setPrintTestResultsLazily();
|
| description("This test ensures each import and master is in same JS context.");
|
|
|
| var stringInImport = "Import";
|
|
|