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

Unified Diff: LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-delete-expected.txt

Issue 1151323002: testharnessreport: Hide unnecessary elements for JS tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync all of testharnessreport.js, and update test results Created 5 years, 7 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: LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-delete-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-delete-expected.txt b/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-delete-expected.txt
deleted file mode 100644
index f74d239f5d5fff8c5c30956aa91d12d35a25f8b0..0000000000000000000000000000000000000000
--- a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dataset-delete-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Dataset - Delete
-
-This is a testharness.js-based test.
-PASS Deleting element.dataset['foo'] should also remove an attribute with name 'data-foo' should it exist.
-PASS Deleting element.dataset['fooBar'] should also remove an attribute with name 'data-foo-bar' should it exist.
-PASS Deleting element.dataset['-'] should also remove an attribute with name 'data--' should it exist.
-PASS Deleting element.dataset['Foo'] should also remove an attribute with name 'data--foo' should it exist.
-PASS Deleting element.dataset['-foo'] should also remove an attribute with name 'data--foo' should it exist.
-PASS Deleting element.dataset['-Foo'] should also remove an attribute with name 'data---foo' should it exist.
-PASS Deleting element.dataset[''] should also remove an attribute with name 'data-' should it exist.
-PASS Deleting element.dataset['à'] should also remove an attribute with name 'data-à' should it exist.
-PASS Deleting element.dataset['foo'] should not throw if even if the element does now have an attribute with the name data-foo.
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698