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

Side by Side Diff: LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt

Issue 1235603003: Use DOMSettableTokenList for {HTMLAnchorElement, HTMLAreaElement}.ping. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
1 Tests the DOM bindings for the ping attribute 1 Tests the DOM bindings for the ping attribute
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS anchor.ping is "" 6 PASS anchor.ping is []
7 PASS anchor.ping is "p1" 7 PASS anchor.ping is ["p1"]
8 PASS anchor.getAttribute("ping") is "p2" 8 PASS anchor.getAttribute("ping") is "p2"
9 PASS anchor.getAttribute("ping") is "null" 9 PASS anchor.getAttribute("ping") is "null"
10 PASS anchor.ping is "null" 10 PASS anchor.ping is ["null"]
11 PASS area.ping is "" 11 PASS area.ping is []
12 PASS area.ping is "p1" 12 PASS area.ping is ["p1"]
13 PASS area.getAttribute("ping") is "p2" 13 PASS area.getAttribute("ping") is "p2"
14 PASS area.getAttribute("ping") is "null" 14 PASS area.getAttribute("ping") is "null"
15 PASS area.ping is "null" 15 PASS area.ping is ["null"]
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698