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

Unified Diff: LayoutTests/fast/dom/custom/document-register-reentrant-returning-fake.html

Issue 117313008: Update Custom Elements API to new names. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update for forgotten tests. Created 7 years 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/dom/custom/document-register-reentrant-returning-fake.html
diff --git a/LayoutTests/fast/dom/custom/document-register-reentrant-returning-fake.html b/LayoutTests/fast/dom/custom/document-register-reentrant-returning-fake.html
index ce21d7e05c739cdfbccf3a3a0ab2f125c92093c5..429b1fde47aba82ddb99b7456c345a27c6cd8c11 100644
--- a/LayoutTests/fast/dom/custom/document-register-reentrant-returning-fake.html
+++ b/LayoutTests/fast/dom/custom/document-register-reentrant-returning-fake.html
@@ -7,7 +7,7 @@
<body>
<div id="container"></div>
<script>
-description("Fuzzing document.register() through getters. PASS uless crash.");
+description("Fuzzing document.registerElement() through getters. PASS uless crash.");
var badPrototype = Image.prototype;
var badConstructor = Image.prototype.constructor;

Powered by Google App Engine
This is Rietveld 408576698