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

Unified Diff: LayoutTests/fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element-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/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element-expected.txt
diff --git a/LayoutTests/fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element-expected.txt b/LayoutTests/fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element-expected.txt
deleted file mode 100644
index cdc39b51f077a5ebf2b463e152525587c017656d..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-This test ensure that PropertyNodeList.getValues() array returns an array whose valuse are obtained from the itemValue DOM property of each of the elements represented by the object, in tree order.
-
-property index 0, tag DIV
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 1, tag SPAN
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 2, tag META
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 3, tag AUDIO
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 4, tag EMBED
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 5, tag IFRAME
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 6, tag IMG
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 7, tag SOURCE
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 8, tag VIDEO
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 9, tag TRACK
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 10, tag A
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 11, tag AREA
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 12, tag LINK
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 13, tag P
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-property index 14, tag SPAN
-PASS valuesArray[i] is propertyNodeList[i].itemValue
-PASS valuesArray.length is 15
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-

Powered by Google App Engine
This is Rietveld 408576698