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

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

Issue 1416043002: Revert "Use DOMSettableTokenList for {HTMLAnchorElement, HTMLAreaElement}.ping." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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.ping is ["p2","p3"]
10 PASS anchor.ping is ["p2","p3"]
11 PASS anchor.ping.contains("p3") is true
12 PASS anchor.ping is ["p3"]
13 PASS anchor.getAttribute("ping") is "null" 9 PASS anchor.getAttribute("ping") is "null"
14 PASS anchor.ping is ["null"] 10 PASS anchor.ping is "null"
15 PASS area.ping is [] 11 PASS area.ping is ""
16 PASS area.ping is ["p1"] 12 PASS area.ping is "p1"
17 PASS area.getAttribute("ping") is "p2" 13 PASS area.getAttribute("ping") is "p2"
18 PASS area.ping is ["p2","p3"]
19 PASS area.ping is ["p2","p3"]
20 PASS area.ping.contains("p3") is true
21 PASS area.ping is ["p3"]
22 PASS area.getAttribute("ping") is "null" 14 PASS area.getAttribute("ping") is "null"
23 PASS area.ping is ["null"] 15 PASS area.ping is "null"
24 PASS successfullyParsed is true 16 PASS successfullyParsed is true
25 17
26 TEST COMPLETE 18 TEST COMPLETE
27 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698