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

Side by Side Diff: LayoutTests/fast/dom/MicroData/microdata-domtokenlist-attribute-add-remove-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 This tests that itemtype, itemprop, itemref attributes must update correctly whe n tokens have been added or removed.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 itemtype attribute test.
7 PASS element.getAttribute('itemtype') is 'foo FOO'
8 PASS element.getAttribute('itemtype') is 'FOO'
9 PASS element.getAttribute('itemtype') is ''
10
11 itemprop attribute test.
12 PASS element.getAttribute('itemprop') is 'foo FOO'
13 PASS element.getAttribute('itemprop') is 'FOO'
14 PASS element.getAttribute('itemprop') is ''
15
16 itemref attribute test.
17 PASS element.getAttribute('itemref') is 'foo FOO'
18 PASS element.getAttribute('itemref') is 'FOO'
19 PASS element.getAttribute('itemref') is ''
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698