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

Unified Diff: third_party/WebKit/LayoutTests/custom-elements/imports/resources/create-element.html

Issue 2279693002: Fix typos in custom element + imports layout tests (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/custom-elements/imports/sync-create-element-order.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/custom-elements/imports/resources/create-element.html
diff --git a/third_party/WebKit/LayoutTests/custom-elements/imports/resources/create-element.html b/third_party/WebKit/LayoutTests/custom-elements/imports/resources/create-element.html
index 728e06d9716e27be5b02f0468b5bbbc37070d160..a98bd076b8481015a29d3802e19fc1404c76481b 100644
--- a/third_party/WebKit/LayoutTests/custom-elements/imports/resources/create-element.html
+++ b/third_party/WebKit/LayoutTests/custom-elements/imports/resources/create-element.html
@@ -31,7 +31,7 @@ test(() => {
// new MyElement() should synchronously call constructor.
let c = new MyElement();
assert_equals(c.ownerDocument, document);
- assert_equals(constructors.length, e);
+ assert_equals(constructors.length, 3);
kochi 2016/08/25 06:18:32 This was a critical typo.
assert_array_equals(constructors, [a, b, c]);
}, 'createElement() and new MyElement should work in imported document.');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/custom-elements/imports/sync-create-element-order.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698