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

Unified Diff: LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw.html

Issue 745553002: IDB: Layout test showing ro transactions wait for rw transactions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove hyphen from -expected.txt Created 6 years, 1 month 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: LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw.html
diff --git a/LayoutTests/storage/indexeddb/transaction-coordination-within-database.html b/LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw.html
similarity index 72%
copy from LayoutTests/storage/indexeddb/transaction-coordination-within-database.html
copy to LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw.html
index 8e77fb0cfb79d3a85069f606ad2e3d517d76f9c2..994cbbf6aaa3fa33eed77a373fff8ac8ebab481e 100644
--- a/LayoutTests/storage/indexeddb/transaction-coordination-within-database.html
+++ b/LayoutTests/storage/indexeddb/transaction-coordination-ro-waits-for-rw.html
@@ -5,6 +5,6 @@
<script src="resources/shared.js"></script>
</head>
<body>
-<script src="resources/transaction-coordination-within-database.js"></script>
+<script src="resources/transaction-coordination-ro-waits-for-rw.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698