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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.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
Index: third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html b/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
index b302d5a7cfc1eeee8c19eda91d7d431fdf608384..1f75deef8d234762c3cd3c2bf3065c8327fcf5eb 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
@@ -15,7 +15,7 @@ test(function () {
assert_true('Symbol' in window);
var unscopables = Object.getPrototypeOf(node)[Symbol.unscopables];
assert_true(unscopables.append);
-}, 'ChildNode.append() unscopeable');
+}, 'ChildNode.append() unscopable');
function test_append(node, nodeName) {

Powered by Google App Engine
This is Rietveld 408576698