diff options
author | Kevin Ball <kmball11@gmail.com> | 2015-07-06 11:09:53 -0700 |
---|---|---|
committer | Kevin Ball <kmball11@gmail.com> | 2015-07-06 11:09:53 -0700 |
commit | a269f7f7b5f8fc18a3295f3394f6cbb3280c804c (patch) | |
tree | d676f7fad0586fd6bae7ee89fb60d59a2010efaa | |
parent | 9ac5eb3e3cf82170b894dc00e0cbd31b61f37d08 (diff) | |
download | servo-a269f7f7b5f8fc18a3295f3394f6cbb3280c804c.tar.gz servo-a269f7f7b5f8fc18a3295f3394f6cbb3280c804c.zip |
Update document-base-url test expected outcome to PASS
-rw-r--r-- | tests/wpt/metadata/html/infrastructure/urls/terminology-0/document-base-url.html.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/metadata/html/infrastructure/urls/terminology-0/document-base-url.html.ini b/tests/wpt/metadata/html/infrastructure/urls/terminology-0/document-base-url.html.ini index 0709e4b7387..a9ce512b7d8 100644 --- a/tests/wpt/metadata/html/infrastructure/urls/terminology-0/document-base-url.html.ini +++ b/tests/wpt/metadata/html/infrastructure/urls/terminology-0/document-base-url.html.ini @@ -5,7 +5,7 @@ expected: FAIL [The fallback base URL of a document containing no base element is the document's address.] - expected: FAIL + expected: PASS [The fallback base URL of a document whose address is about:blank is the document base URL of the creator document.] expected: TIMEOUT |