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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/transaction-lifetime-empty.html

Issue 2104293002: Import wpt@3a8b4eba63e0e226cb9dc3648084753f920ffeb8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix platform expectations Created 4 years, 6 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/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

Powered by Google App Engine
This is Rietveld 408576698