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

Side by Side Diff: LayoutTests/fast/dom/relList_on_link-expected.txt

Issue 400763002: Adding relList attr to link and anchor element Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added to relList to anchor element and LayoutTest Created 6 years, 5 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
OLDNEW
(Empty)
1 Checks relList attribute on link element
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS link.relList.contains('shortcut') is true
7 PASS link.relList.contains('icon') is true
8 PASS link.relList.length is 2
9 PASS link.relList.contains('shortcut1') is false
10 PASS link.rel = 'nofollow' did not throw exception.
11 PASS link.relList.length is 1
12 PASS link.relList.contains('nofollow') is true
13 PASS link.relList.contains('shortcut') is false
14 PASS link.relList.contains('icon') is false
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698