Chromium Code Reviews| Index: LayoutTests/fast/js/global-constructors-attributes.html |
| diff --git a/LayoutTests/fast/js/global-constructors-attributes.html b/LayoutTests/fast/js/global-constructors-attributes.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d5284019434cab487cb914b30d5932ae296d69a2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/js/global-constructors-attributes.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| +<html> |
| +<head> |
| +<script src="resources/js-test-pre.js"></script> |
| +</head> |
| +<body> |
| +<script src="script-tests/global-constructors-attributes.js"></script> |
| +<script src="resources/js-test-post.js"></script> |
| +</body> |
| +</html> |