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

Unified Diff: LayoutTests/fast/dom/script-tests/dataset.js

Issue 1177833006: Disable faulty test trying to defineProperty on dataset (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 6 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
« no previous file with comments | « LayoutTests/fast/dom/dataset-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/script-tests/dataset.js
diff --git a/LayoutTests/fast/dom/script-tests/dataset.js b/LayoutTests/fast/dom/script-tests/dataset.js
index 6b8281fb4984044172dbdbd10dae86dfba05e131..68c7ce0f3c83a7a628f7f73d42842bb9280a3a33 100644
--- a/LayoutTests/fast/dom/script-tests/dataset.js
+++ b/LayoutTests/fast/dom/script-tests/dataset.js
@@ -128,7 +128,8 @@ function testNativeDelete(prop, isConfigurable)
return isConfigurable ? !(prop in d.dataset) : (d.dataset[prop] === "native_value");
}
-shouldBeTrue("testNativeDelete('-r-2-', false)");
+// TODO(jochen): Reenable this once it behaves correctly
+//shouldBeTrue("testNativeDelete('-r-2-', false)");
shouldBeTrue("testNativeDelete('foo', true)");
debug("");
« no previous file with comments | « LayoutTests/fast/dom/dataset-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698