Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: LayoutTests/fast/js/global-constructors-attributes.html

Issue 14447006: Global constructors should be configurable and not enumerable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/js/global-constructors-attributes.html
diff --git a/LayoutTests/fast/js/concat-while-having-a-bad-time.html b/LayoutTests/fast/js/global-constructors-attributes.html
similarity index 75%
copy from LayoutTests/fast/js/concat-while-having-a-bad-time.html
copy to LayoutTests/fast/js/global-constructors-attributes.html
index dd10fe4e98507197a7719d40bf3b554ad5597a07..d5284019434cab487cb914b30d5932ae296d69a2 100644
--- a/LayoutTests/fast/js/concat-while-having-a-bad-time.html
+++ b/LayoutTests/fast/js/global-constructors-attributes.html
@@ -4,7 +4,7 @@
<script src="resources/js-test-pre.js"></script>
</head>
<body>
-<script src="script-tests/concat-while-having-a-bad-time.js"></script>
+<script src="script-tests/global-constructors-attributes.js"></script>
<script src="resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698