Bug 199005
Summary: | [GTK] fast/events/touch/emulate-touch-events.html and fast/events/touch/touch-handler-count.html are failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alicia Boya García
fast/events/touch/emulate-touch-events.html
fast/events/touch/touch-handler-count.html
Failing since r245785:r245788
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/touch/emulate-touch-events-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/touch/emulate-touch-events-actual.txt
@@ -3,8 +3,8 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS 'ontouchstart' in window is true
-PASS 'ontouchend' in document is true
+FAIL 'ontouchstart' in window should be true. Was false.
+FAIL 'ontouchend' in document should be true. Was false.
PASS lastEvent.type is "touchstart"
PASS lastEvent.touches.length is 1
PASS lastEvent.changedTouches.length is 1
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/touch/touch-handler-count-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/touch/touch-handler-count-actual.txt
@@ -15,10 +15,10 @@
PASS window.internals.touchEventHandlerCount() is 0
Test setting touch handlers on the document.
PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 3
-PASS window.internals.touchEventHandlerCount() is 3
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
PASS window.internals.touchEventHandlerCount() is 0
Test addEventListener/removeEventListener on the window.
PASS window.internals.touchEventHandlerCount() is 0
@@ -32,10 +32,10 @@
PASS window.internals.touchEventHandlerCount() is 0
Test setting touch handlers on the window.
PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 3
-PASS window.internals.touchEventHandlerCount() is 3
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
PASS window.internals.touchEventHandlerCount() is 0
Test addEventListener/removeEventListener on a div.
PASS window.internals.touchEventHandlerCount() is 0
@@ -49,10 +49,10 @@
PASS window.internals.touchEventHandlerCount() is 0
Test setting touch handlers on a div.
PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 3
-PASS window.internals.touchEventHandlerCount() is 3
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
PASS window.internals.touchEventHandlerCount() is 0
Test addEventListener/removeEventListener on a new div.
PASS window.internals.touchEventHandlerCount() is 0
@@ -65,14 +65,14 @@
PASS window.internals.touchEventHandlerCount() is 0
Test setting touch handlers on a new div.
PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 2
-PASS window.internals.touchEventHandlerCount() is 2
-PASS window.internals.touchEventHandlerCount() is 3
-PASS window.internals.touchEventHandlerCount() is 2
-PASS window.internals.touchEventHandlerCount() is 2
+FAIL window.internals.touchEventHandlerCount() should be 2. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 2. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 2. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 2. Was 0.
PASS window.internals.touchEventHandlerCount() is 0
Test that nested Documents' touch handlers are properly removed from their parent Document.
PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 1
+FAIL window.internals.touchEventHandlerCount() should be 1. Was 0.
PASS window.internals.touchEventHandlerCount() is 0
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
*** This bug has been marked as a duplicate of bug 199003 ***