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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/ChildNode/after.html

Issue 2341673004: [Binding] Replace 'Unscopeable' with 'Unscopable' (Closed)
Patch Set: . Created 4 years, 3 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/fast/dom/ChildNode/before.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/ChildNode/after.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/ChildNode/after.html b/third_party/WebKit/LayoutTests/fast/dom/ChildNode/after.html
index 984b4d3fbe50bf7234ee9660ad919eade3231b00..52efa06e0bf6da9273d0accb8e0fdd3912707908 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/ChildNode/after.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/ChildNode/after.html
@@ -15,7 +15,7 @@ test(function () {
assert_true('Symbol' in window);
var unscopables = Object.getPrototypeOf(child)[Symbol.unscopables];
assert_true(unscopables.after);
-}, 'ChildNode.after() unscopeable');
+}, 'ChildNode.after() unscopable');
function test_after(nodeName) {
var child;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/ChildNode/before.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698