[WK2] fast/url/degenerate-file-base.html fails
authorap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 00:13:05 +0000 (00:13 +0000)
committerap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 00:13:05 +0000 (00:13 +0000)
commit3264a13a181739d780c24ba4b979e1c262051528
tree643b06ae1fda4e4e0010bdcd0182ca4807a297bd
parentd41d52006864f6e32c88f550dbbe27e7a1da4dea
[WK2] fast/url/degenerate-file-base.html fails
https://bugs.webkit.org/show_bug.cgi?id=76619

Reviewed by Adam Roben.

Tools:

A URL generated form local path for loading had an extra slash, making document.URL
incorrect in all WebKit2 tests (file://localhost//path/to/test.html).

* WebKitTestRunner/TestInvocation.cpp: (WTR::createWKURL):

LayoutTests:

* platform/qt-wk2/Skipped: Unskipped the test.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105461 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/platform/qt-wk2/Skipped
Tools/ChangeLog
Tools/WebKitTestRunner/TestInvocation.cpp