summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/indexeddb/transaction_get_test.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/indexeddb/transaction_get_test.html')
-rw-r--r--chrome/test/data/indexeddb/transaction_get_test.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/test/data/indexeddb/transaction_get_test.html b/chrome/test/data/indexeddb/transaction_get_test.html
deleted file mode 100644
index edc1e0f..0000000
--- a/chrome/test/data/indexeddb/transaction_get_test.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
- <head>
- <title>IndexedDB transaction get test</title>
- <script type="text/javascript" src="common.js"></script>
- <script type="text/javascript" src="transaction_get_test.js"></script>
- </head>
- <body onLoad="test()">
- <div id="status">Starting...</div>
- </body>
-</html>