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

Side by Side Diff: LayoutTests/fast/dom/MicroData/domsettabletokenlist-attributes-add-token-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 verifies itemtype, itemref, itemprop attributes behavior on adding a t oken in presence of trailing space characters.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Test itemRef attribute's behavior
7 PASS itemRef.add should treat ' ' as a space
8 PASS itemRef.add should treat '\t' as a space
9 PASS itemRef.add should treat '\f' as a space
10 PASS itemRef.add should treat '\r' as a space
11 PASS itemRef.add should treat '\n' as a space
12
13 Test itemType attribute's behavior
14 PASS itemType.add should treat ' ' as a space
15 PASS itemType.add should treat '\t' as a space
16 PASS itemType.add should treat '\f' as a space
17 PASS itemType.add should treat '\r' as a space
18 PASS itemType.add should treat '\n' as a space
19
20 Test itemProp attribute's behavior
21 PASS itemType.add should treat ' ' as a space
22 PASS itemType.add should treat '\t' as a space
23 PASS itemType.add should treat '\f' as a space
24 PASS itemType.add should treat '\r' as a space
25 PASS itemType.add should treat '\n' as a space
26 PASS successfullyParsed is true
27
28 TEST COMPLETE
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698