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

Side by Side Diff: LayoutTests/fast/dom/MicroData/propertynodelist-add-remove-itemprop-tokens-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 Test to ensure that adding or removing itemprop tokens must update its PropertyN odeList.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Created element of type: div
7 Set attribute: itemscope, value: itemscope
8 PASS PNLfoo.length is 1
9 PASS PNLbar.length is 0
10 PASS PNLfoo[0] is item.firstChild
11 PASS PNLfoo.length is 1
12 PASS PNLbar.length is 1
13 PASS PNLfoo[0] is item.firstChild
14 PASS PNLbar[0] is item.lastChild
15 PASS PNLfoo.length is 2
16 PASS PNLbar.length is 1
17 PASS PNLfoo[0] is item.firstChild
18 PASS PNLfoo[1] is item.lastChild
19 PASS PNLbar[0] is item.lastChild
20 PASS PNLfoo.length is 1
21 PASS PNLbar.length is 0
22 PASS PNLfoo[0] is item.firstChild
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698