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

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

Powered by Google App Engine
This is Rietveld 408576698