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

Side by Side Diff: third_party/WebKit/LayoutTests/html/document-metadata/base-multiple-expected.txt

Issue 2780363002: Rename subdirectory names in LayoutTests/html/. (Closed)
Patch Set: Created 3 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
OLDNEW
(Empty)
1 Test the behavior of multiple base elements.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS clean(anchor.href) is 'http://originalbase.com/file'
7 PASS document.head.appendChild(base), clean(anchor.href) is 'http://domain.com/b ase/file'
8 PASS base.href = 'http://domain.com/base-changed/', clean(anchor.href) is 'http: //domain.com/base-changed/file'
9 PASS document.head.removeChild(base), clean(anchor.href) is 'http://originalbase .com/file'
10 PASS document.head.appendChild(base), document.head.appendChild(base2), clean(an chor.href) is 'http://domain.com/base/file'
11 PASS base.removeAttribute('href'), clean(anchor.href) is 'http://domain.com/base 2/file'
12 PASS document.head.appendChild(base3), clean(anchor.href) is 'http://domain.com/ base2/file'
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698