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

Side by Side Diff: LayoutTests/fast/dom/MicroData/itemvalue-reflects-href-attr-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 ensures that itemValue must reflect the href attribute if the element is an a, area, or link element.
2
3 Testing 'a' element's behavior.
4 Created element of type: a
5 Set attribute: itemprop, value: foo
6 Set attribute: href, value: http://example.org/
7 PASS testElement.itemValue is 'http://example.org/'
8 PASS testElement.itemValue is 'http://example.net/'
9 PASS testElement.href is 'http://example.com/'
10
11 Testing 'area' element's behavior.
12 Created element of type: area
13 Set attribute: itemprop, value: foo
14 Set attribute: href, value: http://example.org/
15 PASS testElement.itemValue is 'http://example.org/'
16 PASS testElement.itemValue is 'http://example.net/'
17 PASS testElement.href is 'http://example.com/'
18
19 Testing 'link' element's behavior.
20 Created element of type: link
21 Set attribute: itemprop, value: foo
22 Set attribute: href, value: http://example.org/
23 PASS testElement.itemValue is 'http://example.org/'
24 PASS testElement.itemValue is 'http://example.net/'
25 PASS testElement.href is 'http://example.com/'
26
27 PASS successfullyParsed is true
28
29 TEST COMPLETE
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698