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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/urls/terminology-0/document-base-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/urls/terminology-0/document-base-url-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/urls/terminology-0/document-base-url-expected.txt
deleted file mode 100644
index 56dd69d4cbc9d4ba6e3795de6bd446aae9f78cd1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/urls/terminology-0/document-base-url-expected.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-This is a testharness.js-based test.
-PASS The document base URL of a document containing one or more base elements with href attributes is the frozen base URL of the first base element in the document that has an href attribute, in tree order.
-PASS The fallback base URL of a document containing no base element is the document's address.
-FAIL The fallback base URL of a document whose address is about:blank is the document base URL of the creator document. assert_equals: The document base URL should 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:blank"
-FAIL about:blank with a base element. assert_equals: img src should resolve correctly expected "http://web-platform.test:8001/html/infrastructure/urls/terminology-0/sub/foo" but got "http://web-platform.test:8001/html/infrastructure/urls/terminology-0/foo"
-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.
-FAIL The base URL of an iframe srcdoc document with a <base> tag should be set by that tag. assert_equals: img src should resolve correctly expected "http://web-platform.test:8001/html/infrastructure/urls/terminology-0/sub/foo" but got "http://web-platform.test:8001/html/infrastructure/urls/terminology-0/foo"
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698