Title: [182353] trunk/LayoutTests
Revision
182353
Author
simon.fra...@apple.com
Date
2015-04-04 20:09:24 -0700 (Sat, 04 Apr 2015)

Log Message

Fix some bad test results committed earlier.

* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (182352 => 182353)


--- trunk/LayoutTests/ChangeLog	2015-04-05 03:01:24 UTC (rev 182352)
+++ trunk/LayoutTests/ChangeLog	2015-04-05 03:09:24 UTC (rev 182353)
@@ -1,3 +1,11 @@
+2015-04-04  Simon Fraser  <simon.fra...@apple.com>
+
+        Fix some bad test results committed earlier.
+
+        * platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt:
+        * platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt:
+        * platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt:
+
 2015-04-02  Darin Adler  <da...@apple.com>
 
         Streamline icon-related code, mostly unused

Modified: trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt (182352 => 182353)


--- trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt	2015-04-05 03:01:24 UTC (rev 182352)
+++ trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt	2015-04-05 03:09:24 UTC (rev 182353)
@@ -1,3 +1,3 @@
-This test passes if it does not crash.
+Test that elements with multiple wheel event handlers are removed from the document's event handler set when the element is destroyed. Test passes if it does not crash.
 
 Iterations: 4

Modified: trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt (182352 => 182353)


--- trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt	2015-04-05 03:01:24 UTC (rev 182352)
+++ trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt	2015-04-05 03:09:24 UTC (rev 182353)
@@ -1,3 +1,3 @@
-This test passes if it does not crash.
+Test that elements with wheel event handlers are removed from the document's event handler set when the element is destroyed. Test passes if it does not crash.
 
 Iterations: 4

Modified: trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt (182352 => 182353)


--- trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt	2015-04-05 03:01:24 UTC (rev 182352)
+++ trunk/LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt	2015-04-05 03:09:24 UTC (rev 182353)
@@ -1,3 +1,3 @@
-This test passes if it does not crash.
+Test that elements with wheel event handlers are removed from the document's event handler set when the element is destroyed. Test passes if it does not crash.
 
 Iterations: 4
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to