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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/ChildNode/before.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/ChildNode/before.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/ChildNode/before.html b/third_party/WebKit/LayoutTests/fast/dom/ChildNode/before.html
index c1c01dd9050fc9272a1b7b6344bf9f68d90bac3a..00a1907df457a1053bc94543d1d5c0801db77c5a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/ChildNode/before.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/ChildNode/before.html
@@ -15,7 +15,7 @@ test(function () {
assert_true('Symbol' in window);
var unscopables = Object.getPrototypeOf(child)[Symbol.unscopables];
assert_true(unscopables.before);
-}, 'ChildNode.before() unscopeable');
+}, 'ChildNode.before() unscopable');
function test_before(nodeName) {
var child;

Powered by Google App Engine
This is Rietveld 408576698