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

Side by Side Diff: LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt

Issue 60153008: Remove TreatNullAs=NullString for <base>, <body> and <br> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test Created 7 years, 1 month 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 PASS endsWith(document.querySelector('base').href, 'foo/bar/') is true 1 PASS endsWith(document.querySelector('base').href, 'foo/bar/') is true
2 PASS endsWith(document.querySelector('base').href, 'foo/bar/foo/bar/') is false 2 PASS endsWith(document.querySelector('base').href, 'foo/bar/foo/bar/') is false
3 PASS document.querySelector('base').hasAttribute('href') is false 3 PASS endsWith(document.querySelector('base').href, '/null') is true
4 PASS endsWith(document.querySelector('base').href, '/href-attribute-resolves-wit h-respect-to-document.html') is true
5 PASS documentWithoutAView.querySelector('base').href is "" 4 PASS documentWithoutAView.querySelector('base').href is ""
6 PASS documentWithoutAView.querySelector('base').href is "http://webkit.org/" 5 PASS documentWithoutAView.querySelector('base').href is "http://webkit.org/"
7 PASS iframe.contentDocument.querySelector('base').href is "" 6 PASS iframe.contentDocument.querySelector('base').href is ""
8 PASS newWindow.document.querySelector('base').href is "" 7 PASS newWindow.document.querySelector('base').href is ""
9 PASS successfullyParsed is true 8 PASS successfullyParsed is true
10 9
11 TEST COMPLETE 10 TEST COMPLETE
12 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698