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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/urls/terminology-0/document-base-url-expected.txt

Issue 2649323004: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 3 years, 10 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 This is a testharness.js-based test.
2 PASS The document base URL of a document containing one or more base elements wi th href attributes is the frozen base URL of the first base element in the docum ent that has an href attribute, in tree order.
3 PASS The fallback base URL of a document containing no base element is the docum ent's address.
4 FAIL The fallback base URL of a document whose address is about:blank is the doc ument base URL of the creator document. assert_equals: The document base URL sho uld be the creator document's base URL. expected "http://web-platform.test:8001/ html/infrastructure/urls/terminology-0/document-base-url.html" but got "about:bl ank"
5 FAIL about:blank with a base element. assert_equals: img src should resolve corr ectly expected "http://web-platform.test:8001/html/infrastructure/urls/terminolo gy-0/sub/foo" but got "http://web-platform.test:8001/html/infrastructure/urls/te rminology-0/foo"
6 PASS The fallback base URL of an iframe srcdoc document is the document base URL of the document's browsing context's browsing context container's document.
7 FAIL The base URL of an iframe srcdoc document with a <base> tag should be set b y that tag. assert_equals: img src should resolve correctly expected "http://web -platform.test:8001/html/infrastructure/urls/terminology-0/sub/foo" but got "htt p://web-platform.test:8001/html/infrastructure/urls/terminology-0/foo"
8 Harness: the test ran to completion.
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698