[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

alice.liu at apple.com alice.liu at apple.com
Wed Apr 7 23:24:33 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 888f001c817e759351d02e239d8469c84ce960a9
Author: alice.liu at apple.com <alice.liu at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 6 00:05:11 2009 +0000

    Adding a resource that seems to be missing.  Without it, several tests in
    fast/dom/beforeload aren't really testing if the default event handling is
    prevented, but instead are only testing if the beforeload event fires.
    
    Rubber-stamped by Gavin Barraclough.
    
    * fast/dom/beforeload/resources/fail.js: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50584 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d88a73c..d8ce070 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2009-11-05  Alice Liu  <alice.liu at apple.com>
+
+        Adding a resource that seems to be missing.  Without it, several tests in
+        fast/dom/beforeload aren't really testing if the default event handling is
+        prevented, but instead are only testing if the beforeload event fires. 
+
+        Rubber-stamped by Gavin Barraclough.
+
+        * fast/dom/beforeload/resources/fail.js: Added.
+
 2009-11-05  Pavel Feldman  <pfeldman at chromium.org>
 
         Reviewed by Timothy Hatcher.
diff --git a/LayoutTests/fast/dom/beforeload/resources/fail.js b/LayoutTests/fast/dom/beforeload/resources/fail.js
new file mode 100644
index 0000000..6ba1fba
--- /dev/null
+++ b/LayoutTests/fast/dom/beforeload/resources/fail.js
@@ -0,0 +1 @@
+print('FAIL', 'red');

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list