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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/ParentNode/prepend.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/prepend.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/ParentNode/prepend.html b/third_party/WebKit/LayoutTests/fast/dom/ParentNode/prepend.html
index 7931cf443cc64265c708c24f1718df479e364432..f54585e7bbed4b8865a7aa6dbdeb110d06699cc1 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/ParentNode/prepend.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/ParentNode/prepend.html
@@ -15,7 +15,7 @@ test(function () {
assert_true('Symbol' in window);
var unscopables = Object.getPrototypeOf(node)[Symbol.unscopables];
assert_true(unscopables.prepend);
-}, 'ChildNode.prepend() unscopeable');
+}, 'ChildNode.prepend() unscopable');
function test_prepend(node, nodeName) {
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html ('k') | third_party/WebKit/LayoutTests/fast/js/unscopable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698