[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

steveblock at google.com steveblock at google.com
Wed Dec 22 11:52:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d0d80922b2b8d5c726899e2d0dbd78046c2956e0
Author: steveblock at google.com <steveblock at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 10 11:20:02 2010 +0000

    2010-08-09  Steve Block  <steveblock at google.com>
    
            Reviewed by Jeremy Orlow.
    
            Accelerometer tests need V8 results
            https://bugs.webkit.org/show_bug.cgi?id=43443
    
            This patch adds V8-specific results for Android for the existing window-property.html test.
    
            * fast/dom/DeviceMotion/script-tests/window-property.js:
            * fast/dom/DeviceMotion/window-property-expected.txt:
            * platform/android-v8/fast/dom/DeviceMotion: Added.
            * platform/android-v8/fast/dom/DeviceMotion/window-property-expected.txt: Added.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65066 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index bcbc6b5..9524c12 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
+2010-08-09  Steve Block  <steveblock at google.com>
+
+        Reviewed by Jeremy Orlow.
+
+        Accelerometer tests need V8 results
+        https://bugs.webkit.org/show_bug.cgi?id=43443
+
+        This patch adds V8-specific results for Android for the existing window-property.html test.
+
+        * fast/dom/DeviceMotion/script-tests/window-property.js:
+        * fast/dom/DeviceMotion/window-property-expected.txt:
+        * platform/android-v8/fast/dom/DeviceMotion: Added.
+        * platform/android-v8/fast/dom/DeviceMotion/window-property-expected.txt: Added.
+
 2010-08-10  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r65056.
diff --git a/LayoutTests/fast/dom/DeviceMotion/script-tests/window-property.js b/LayoutTests/fast/dom/DeviceMotion/script-tests/window-property.js
index c91848a..3d22ba8 100644
--- a/LayoutTests/fast/dom/DeviceMotion/script-tests/window-property.js
+++ b/LayoutTests/fast/dom/DeviceMotion/script-tests/window-property.js
@@ -10,6 +10,7 @@ function hasDeviceMotionEventProperty()
 }
 
 shouldBeTrue("typeof window.DeviceMotionEvent == 'object'");
+shouldBeFalse("typeof window.DeviceMotionEvent == 'function'");
 shouldBeTrue("hasDeviceMotionEventProperty()");
 shouldBeTrue("'DeviceMotionEvent' in window");
 shouldBeTrue("window.hasOwnProperty('DeviceMotionEvent')");
diff --git a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
index 1552651..391677a 100644
--- a/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
+++ b/LayoutTests/fast/dom/DeviceMotion/window-property-expected.txt
@@ -4,6 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 
 PASS typeof window.DeviceMotionEvent == 'object' is true
+PASS typeof window.DeviceMotionEvent == 'function' is false
 PASS hasDeviceMotionEventProperty() is true
 PASS 'DeviceMotionEvent' in window is true
 PASS window.hasOwnProperty('DeviceMotionEvent') is true
diff --git a/LayoutTests/platform/android-v8/fast/dom/DeviceMotion/window-property-expected.txt b/LayoutTests/platform/android-v8/fast/dom/DeviceMotion/window-property-expected.txt
new file mode 100644
index 0000000..1bfbc1f
--- /dev/null
+++ b/LayoutTests/platform/android-v8/fast/dom/DeviceMotion/window-property-expected.txt
@@ -0,0 +1,18 @@
+Tests that the window.DeviceMotionEvent and window.ondevicemotion properties are present.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL typeof window.DeviceMotionEvent == 'object' should be true. Was false.
+FAIL typeof window.DeviceMotionEvent == 'function' should be false. Was true.
+PASS hasDeviceMotionEventProperty() is true
+PASS 'DeviceMotionEvent' in window is true
+PASS window.hasOwnProperty('DeviceMotionEvent') is true
+PASS typeof window.ondevicemotion == 'object' is true
+PASS hasOnDeviceMotionProperty() is true
+PASS 'ondevicemotion' in window is true
+FAIL window.hasOwnProperty('ondevicemotion') should be true. Was false.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list