Title: [99114] trunk/LayoutTests
Revision
99114
Author
[email protected]
Date
2011-11-02 16:00:53 -0700 (Wed, 02 Nov 2011)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (99113 => 99114)


--- trunk/LayoutTests/ChangeLog	2011-11-02 22:53:39 UTC (rev 99113)
+++ trunk/LayoutTests/ChangeLog	2011-11-02 23:00:53 UTC (rev 99114)
@@ -1,3 +1,19 @@
+2011-11-02  Erik Arvidsson  <[email protected]>
+
+        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:
+
 2011-11-02  Tony Chang  <[email protected]>
 
         Land chromium baselines for tests added in r94912.

Modified: trunk/LayoutTests/fast/events/touch/gesture/gesture-scroll.html (99113 => 99114)


--- trunk/LayoutTests/fast/events/touch/gesture/gesture-scroll.html	2011-11-02 22:53:39 UTC (rev 99113)
+++ trunk/LayoutTests/fast/events/touch/gesture/gesture-scroll.html	2011-11-02 23:00:53 UTC (rev 99114)
@@ -3,7 +3,6 @@
 <head>
 <link rel="stylesheet" href=""
 <script src=""
-<script src=""
 <style type="text/css">
 #gesturetarget {
   width: 100px;

Modified: trunk/LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html (99113 => 99114)


--- trunk/LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html	2011-11-02 22:53:39 UTC (rev 99113)
+++ trunk/LayoutTests/storage/indexeddb/factory-deletedatabase-interactions.html	2011-11-02 23:00:53 UTC (rev 99114)
@@ -2,7 +2,6 @@
 <head>
 <link rel="stylesheet" href=""
 <script src=""
-<script src=""
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/storage/indexeddb/factory-deletedatabase.html (99113 => 99114)


--- trunk/LayoutTests/storage/indexeddb/factory-deletedatabase.html	2011-11-02 22:53:39 UTC (rev 99113)
+++ trunk/LayoutTests/storage/indexeddb/factory-deletedatabase.html	2011-11-02 23:00:53 UTC (rev 99114)
@@ -2,7 +2,6 @@
 <head>
 <link rel="stylesheet" href=""
 <script src=""
-<script src=""
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/storage/indexeddb/open-during-transaction.html (99113 => 99114)


--- trunk/LayoutTests/storage/indexeddb/open-during-transaction.html	2011-11-02 22:53:39 UTC (rev 99113)
+++ trunk/LayoutTests/storage/indexeddb/open-during-transaction.html	2011-11-02 23:00:53 UTC (rev 99114)
@@ -3,7 +3,6 @@
 <head>
 <link rel="stylesheet" href=""
 <script src=""
-<script src=""
 <script src=""
 </head>
 <body>

Modified: trunk/LayoutTests/storage/indexeddb/version-change-abort-expected.txt (99113 => 99114)


--- trunk/LayoutTests/storage/indexeddb/version-change-abort-expected.txt	2011-11-02 22:53:39 UTC (rev 99113)
+++ trunk/LayoutTests/storage/indexeddb/version-change-abort-expected.txt	2011-11-02 23:00:53 UTC (rev 99114)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 86: Uncaught Error: This should *NOT* be caught!
+CONSOLE MESSAGE: line 85: Uncaught Error: This should *NOT* be caught!
 Ensure that aborted VERSION_CHANGE transactions are completely rolled back
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Modified: trunk/LayoutTests/storage/indexeddb/version-change-abort.html (99113 => 99114)


--- trunk/LayoutTests/storage/indexeddb/version-change-abort.html	2011-11-02 22:53:39 UTC (rev 99113)
+++ trunk/LayoutTests/storage/indexeddb/version-change-abort.html	2011-11-02 23:00:53 UTC (rev 99114)
@@ -3,7 +3,6 @@
 <head>
 <link rel="stylesheet" href=""
 <script src=""
-<script src=""
 <script src=""
 </head>
 <body>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to