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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This test ensure that PropertyNodeList.getValues() array returns an array whose valuse are obtained from the itemValue DOM property of each of the elements repr esented by the object, in tree order.
2
3 property index 0, tag DIV
4 PASS valuesArray[i] is propertyNodeList[i].itemValue
5 property index 1, tag SPAN
6 PASS valuesArray[i] is propertyNodeList[i].itemValue
7 property index 2, tag META
8 PASS valuesArray[i] is propertyNodeList[i].itemValue
9 property index 3, tag AUDIO
10 PASS valuesArray[i] is propertyNodeList[i].itemValue
11 property index 4, tag EMBED
12 PASS valuesArray[i] is propertyNodeList[i].itemValue
13 property index 5, tag IFRAME
14 PASS valuesArray[i] is propertyNodeList[i].itemValue
15 property index 6, tag IMG
16 PASS valuesArray[i] is propertyNodeList[i].itemValue
17 property index 7, tag SOURCE
18 PASS valuesArray[i] is propertyNodeList[i].itemValue
19 property index 8, tag VIDEO
20 PASS valuesArray[i] is propertyNodeList[i].itemValue
21 property index 9, tag TRACK
22 PASS valuesArray[i] is propertyNodeList[i].itemValue
23 property index 10, tag A
24 PASS valuesArray[i] is propertyNodeList[i].itemValue
25 property index 11, tag AREA
26 PASS valuesArray[i] is propertyNodeList[i].itemValue
27 property index 12, tag LINK
28 PASS valuesArray[i] is propertyNodeList[i].itemValue
29 property index 13, tag P
30 PASS valuesArray[i] is propertyNodeList[i].itemValue
31 property index 14, tag SPAN
32 PASS valuesArray[i] is propertyNodeList[i].itemValue
33 PASS valuesArray.length is 15
34 PASS successfullyParsed is true
35
36 TEST COMPLETE
37
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698