Changeset 99114 in webkit
- Timestamp:
- Nov 2, 2011, 4:00:53 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r99111 r99114 1 2011-11-02 Erik Arvidsson <arv@chromium.org> 2 3 Remove references to non existing file; js-test-post-function.js 4 https://bugs.webkit.org/show_bug.cgi?id=71398 5 6 Reviewed by Ojan Vafai. 7 8 This js file no longer exists and the code it defined is now in js-test-pre.js. 9 10 * fast/events/touch/gesture/gesture-scroll.html: 11 * storage/indexeddb/factory-deletedatabase-interactions.html: 12 * storage/indexeddb/factory-deletedatabase.html: 13 * storage/indexeddb/open-during-transaction.html: 14 * storage/indexeddb/version-change-abort-expected.txt: 15 * storage/indexeddb/version-change-abort.html: 16 1 17 2011-11-02 Tony Chang <tony@chromium.org> 2 18 -
trunk/LayoutTests/fast/events/touch/gesture/gesture-scroll.html
r98782 r99114 4 4 <link rel="stylesheet" href="../../../js/resources/js-test-style.css"> 5 5 <script src="../../../js/resources/js-test-pre.js"></script> 6 <script src="../../../js/resources/js-test-post-function.js"></script>7 6 <style type="text/css"> 8 7 #gesturetarget { -
trunk/LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html
r98806 r99114 3 3 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> 4 4 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../fast/js/resources/js-test-post-function.js"></script>6 5 <script src="resources/shared.js"></script> 7 6 </head> -
trunk/LayoutTests/storage/indexeddb/factory-deletedatabase.html
r98806 r99114 3 3 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> 4 4 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../fast/js/resources/js-test-post-function.js"></script>6 5 <script src="resources/shared.js"></script> 7 6 </head> -
trunk/LayoutTests/storage/indexeddb/open-during-transaction.html
r98749 r99114 4 4 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> 5 5 <script src="../../fast/js/resources/js-test-pre.js"></script> 6 <script src="../../fast/js/resources/js-test-post-function.js"></script>7 6 <script src="resources/shared.js"></script> 8 7 </head> -
trunk/LayoutTests/storage/indexeddb/version-change-abort-expected.txt
r98749 r99114 1 CONSOLE MESSAGE: line 8 6: Uncaught Error: This should *NOT* be caught!1 CONSOLE MESSAGE: line 85: Uncaught Error: This should *NOT* be caught! 2 2 Ensure that aborted VERSION_CHANGE transactions are completely rolled back 3 3 -
trunk/LayoutTests/storage/indexeddb/version-change-abort.html
r98749 r99114 4 4 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> 5 5 <script src="../../fast/js/resources/js-test-pre.js"></script> 6 <script src="../../fast/js/resources/js-test-post-function.js"></script>7 6 <script src="resources/shared.js"></script> 8 7 </head>
Note:
See TracChangeset
for help on using the changeset viewer.