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: LayoutTests/fast/dom/MicroData/nameditem-must-return-correct-item-properties-expected.txt

Issue 14028014: Remove MicroData implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also delete all the tests Created 7 years, 8 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/fast/dom/MicroData/nameditem-must-return-correct-item-properties-expected.txt
diff --git a/LayoutTests/fast/dom/MicroData/nameditem-must-return-correct-item-properties-expected.txt b/LayoutTests/fast/dom/MicroData/nameditem-must-return-correct-item-properties-expected.txt
deleted file mode 100644
index 05f20e3bbd62a3eb457735f0c8240ae8a94f2518..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/MicroData/nameditem-must-return-correct-item-properties-expected.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-This test ensures that namedItem must return the correct item properties.
-
-Created element of type: div
-
-Test properties.namedItem(name).
-PASS item.properties.namedItem('foo').length is 2
-PASS item.properties.namedItem('bar').length is 1
-PASS item.properties.namedItem('baz').length is 1
-PASS item.properties.namedItem('qux').length is 1
-PASS item.properties.namedItem('foo')[0] is element.firstChild
-PASS item.properties.namedItem('foo')[1] is item.firstChild
-PASS item.properties.namedItem('bar')[0] is item.firstChild
-PASS item.properties.namedItem('baz')[0] is element.lastChild
-PASS item.properties.namedItem('qux')[0] is element.lastChild.firstChild
-
-Test properties[name].
-PASS item.properties['foo'].length is 2
-PASS item.properties['bar'].length is 1
-PASS item.properties['baz'].length is 1
-PASS item.properties['qux'].length is 1
-PASS item.properties['foo'][0] is element.firstChild
-PASS item.properties['foo'][1] is item.firstChild
-PASS item.properties['bar'][0] is item.firstChild
-PASS item.properties['baz'][0] is element.lastChild
-PASS item.properties['qux'][0] is element.lastChild.firstChild
-
-Test properties[index].
-PASS item.properties[0] is element.firstChild
-PASS item.properties[1] is item.firstChild
-PASS item.properties[2] is element.lastChild
-PASS item.properties[3] is element.lastChild.firstChild
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698