Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-lifetime-empty.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-lifetime-empty.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-lifetime-empty.html |
index 50e552ed9359a2bf299ddf1ae5a3390cd1ed7d10..7d4b0d7f7c7c8c41be52434ea530f0358b5e6fcb 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-lifetime-empty.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-lifetime-empty.html |
@@ -1,8 +1,8 @@ |
<!DOCTYPE html> |
<title>IndexedDB: Commit ordering of empty transactions</title> |
-<script src='../../resources/testharness.js'></script> |
-<script src='../../resources/testharnessreport.js'></script> |
-<script src='support.js'></script> |
+<script src="/resources/testharness.js"></script> |
+<script src="/resources/testharnessreport.js"></script> |
+<script src="support.js"></script> |
<script> |
// Call with a test object and array of expected values. Returns a |