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

Unified Diff: LayoutTests/fast/dom/MicroData/domsettabletokenlist-attributes-out-of-range-index-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/domsettabletokenlist-attributes-out-of-range-index-expected.txt
diff --git a/LayoutTests/fast/dom/MicroData/domsettabletokenlist-attributes-out-of-range-index-expected.txt b/LayoutTests/fast/dom/MicroData/domsettabletokenlist-attributes-out-of-range-index-expected.txt
deleted file mode 100644
index ea0607c846514f99d987407aee2d8e0c47abf2f3..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/MicroData/domsettabletokenlist-attributes-out-of-range-index-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-This test verifies itemType[index], itemRef[index], itemProp[index] behavior for out-of-range index.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Test itemType[index]
-PASS element.itemType.item(0) is null
-PASS element.itemType[0] is undefined.
-PASS element.itemType.item(1) is null
-PASS element.itemType[1] is undefined.
-PASS element.itemType.item(0) is null
-PASS element.itemType[0] is undefined.
-PASS element.itemType.item(-1) is null
-PASS element.itemType[-1] is undefined.
-
-Test itemRef[index]
-PASS element.itemRef.item(0) is null
-PASS element.itemRef[0] is undefined.
-PASS element.itemRef.item(1) is null
-PASS element.itemRef[1] is undefined.
-PASS element.itemRef.item(0) is null
-PASS element.itemRef[0] is undefined.
-PASS element.itemRef.item(-1) is null
-PASS element.itemRef[-1] is undefined.
-
-Test itemProp[index]
-PASS element.itemProp.item(0) is null
-PASS element.itemProp[0] is undefined.
-PASS element.itemProp.item(1) is null
-PASS element.itemProp[1] is undefined.
-PASS element.itemProp.item(0) is null
-PASS element.itemProp[0] is undefined.
-PASS element.itemProp.item(-1) is null
-PASS element.itemProp[-1] is undefined.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698