Chromium Code Reviews| Index: tools/testing/architecture.py |
| diff --git a/tools/testing/architecture.py b/tools/testing/architecture.py |
| index d5676020baa2d3c6c80dc88d8cc15b9b5dfef923..93a18d8ffdc758eb44bb87dc7ebc378d91e28369 100755 |
| --- a/tools/testing/architecture.py |
| +++ b/tools/testing/architecture.py |
| @@ -29,7 +29,6 @@ HTML_CONTENTS = """ |
| <body> |
| <h1> Running %(title)s </h1> |
| <script type="text/javascript" src="%(controller_script)s"></script> |
| - <script type="%(script_type)s" src="%(source_script)s"></script> |
| <script type="text/javascript"> |
| // If nobody intercepts the error, finish the test. |
| onerror = function() { window.layoutTestController.notifyDone() }; |
| @@ -51,6 +50,7 @@ HTML_CONTENTS = """ |
| }, 50); |
| }; |
| </script> |
| + <script type="%(script_type)s" src="%(source_script)s"></script> |
|
Siggi Cherem (dart-lang)
2011/12/22 00:24:02
this move was useful because isolates derive the w
|
| </body> |
| </html> |
| """ |