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

Unified Diff: LayoutTests/fast/dom/dataset-expected.txt

Issue 106853005: Implement platform deleters per spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch to DeleteResult enum + extend scheme to indexed deleters Created 7 years 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: LayoutTests/fast/dom/dataset-expected.txt
diff --git a/LayoutTests/fast/dom/dataset-expected.txt b/LayoutTests/fast/dom/dataset-expected.txt
index b91c488f0f34d2a68f9951f4e49ce10190ec75ad..f7061aad0bbcbbdc362d781ed11e84c819aca921 100644
--- a/LayoutTests/fast/dom/dataset-expected.txt
+++ b/LayoutTests/fast/dom/dataset-expected.txt
@@ -65,6 +65,8 @@ PASS testDelete('data-r-2', 'r-2') is true
PASS testDelete('data--r-2-', 'R-2-') is true
PASS testDelete('data--r-2r', 'R-2r') is true
PASS testDelete('data--r-2-----r', 'R-2----R') is true
+PASS testNativeDelete('-r-2-', false) is true
+PASS testNativeDelete('foo', true) is true
PASS testDelete('dummy', '-foo') is false
« no previous file with comments | « no previous file | LayoutTests/fast/dom/script-tests/dataset.js » ('j') | Source/bindings/scripts/code_generator_v8.pm » ('J')

Powered by Google App Engine
This is Rietveld 408576698