| Index: LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html
|
| diff --git a/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html b/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html
|
| index e5bd49663cf61064c5014679b1c1387d2d21bc13..262ade4ff73e7a1cd389c7475b6d4ba3355db4e9 100644
|
| --- a/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html
|
| +++ b/LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html
|
| @@ -13,7 +13,7 @@
|
|
|
| var currentUri = document.location.href;
|
| var currentPath = currentUri.substring(0, currentUri.lastIndexOf('/'));
|
| - var cssUriWasResolvedAgainstDocumentUri = document.getElementById("test-span").style.backgroundImage == 'url(' + currentPath + '/image.png)';
|
| + var cssUriWasResolvedAgainstDocumentUri = document.getElementById("test-span").style.backgroundImage == 'url(image.png)';
|
|
|
| // Can't log the actual path since it's different depending on where the test is run.
|
| shouldBeTrue('cssUriWasResolvedAgainstDocumentUri');
|
|
|