Changeset 99114 in webkit


Ignore:
Timestamp:
Nov 2, 2011, 4:00:53 PM (14 years ago)
Author:
arv@chromium.org
Message:

Remove references to non existing file; js-test-post-function.js
https://bugs.webkit.org/show_bug.cgi?id=71398

Reviewed by Ojan Vafai.

This js file no longer exists and the code it defined is now in js-test-pre.js.

  • fast/events/touch/gesture/gesture-scroll.html:
  • storage/indexeddb/factory-deletedatabase-interactions.html:
  • storage/indexeddb/factory-deletedatabase.html:
  • storage/indexeddb/open-during-transaction.html:
  • storage/indexeddb/version-change-abort-expected.txt:
  • storage/indexeddb/version-change-abort.html:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r99111 r99114  
     12011-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
    1172011-11-02  Tony Chang  <tony@chromium.org>
    218
  • trunk/LayoutTests/fast/events/touch/gesture/gesture-scroll.html

    r98782 r99114  
    44<link rel="stylesheet" href="../../../js/resources/js-test-style.css">
    55<script src="../../../js/resources/js-test-pre.js"></script>
    6 <script src="../../../js/resources/js-test-post-function.js"></script>
    76<style type="text/css">
    87#gesturetarget {
  • trunk/LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html

    r98806 r99114  
    33<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
    44<script src="../../fast/js/resources/js-test-pre.js"></script>
    5 <script src="../../fast/js/resources/js-test-post-function.js"></script>
    65<script src="resources/shared.js"></script>
    76</head>
  • trunk/LayoutTests/storage/indexeddb/factory-deletedatabase.html

    r98806 r99114  
    33<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
    44<script src="../../fast/js/resources/js-test-pre.js"></script>
    5 <script src="../../fast/js/resources/js-test-post-function.js"></script>
    65<script src="resources/shared.js"></script>
    76</head>
  • trunk/LayoutTests/storage/indexeddb/open-during-transaction.html

    r98749 r99114  
    44<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
    55<script src="../../fast/js/resources/js-test-pre.js"></script>
    6 <script src="../../fast/js/resources/js-test-post-function.js"></script>
    76<script src="resources/shared.js"></script>
    87</head>
  • trunk/LayoutTests/storage/indexeddb/version-change-abort-expected.txt

    r98749 r99114  
    1 CONSOLE MESSAGE: line 86: Uncaught Error: This should *NOT* be caught!
     1CONSOLE MESSAGE: line 85: Uncaught Error: This should *NOT* be caught!
    22Ensure that aborted VERSION_CHANGE transactions are completely rolled back
    33
  • trunk/LayoutTests/storage/indexeddb/version-change-abort.html

    r98749 r99114  
    44<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
    55<script src="../../fast/js/resources/js-test-pre.js"></script>
    6 <script src="../../fast/js/resources/js-test-post-function.js"></script>
    76<script src="resources/shared.js"></script>
    87</head>
Note: See TracChangeset for help on using the changeset viewer.