Title: [137684] trunk/LayoutTests
Revision
137684
Author
commit-qu...@webkit.org
Date
2012-12-13 16:42:31 -0800 (Thu, 13 Dec 2012)

Log Message

Layout Test fast/events/mouse-cursor-image-set.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=104945

Patch by Rick Byers <rby...@chromium.org> on 2012-12-13
Reviewed by Beth Dakin.

Fix typo that prevented one of the images from being reliably pre-loaded.
A deeper fix to avoid these class of issues is tracked by
https://bugs.webkit.org/show_bug.cgi?id=104952

* fast/events/mouse-cursor-image-set.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (137683 => 137684)


--- trunk/LayoutTests/ChangeLog	2012-12-14 00:32:55 UTC (rev 137683)
+++ trunk/LayoutTests/ChangeLog	2012-12-14 00:42:31 UTC (rev 137684)
@@ -1,3 +1,16 @@
+2012-12-13  Rick Byers  <rby...@chromium.org>
+
+        Layout Test fast/events/mouse-cursor-image-set.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=104945
+
+        Reviewed by Beth Dakin.
+
+        Fix typo that prevented one of the images from being reliably pre-loaded.
+        A deeper fix to avoid these class of issues is tracked by
+        https://bugs.webkit.org/show_bug.cgi?id=104952
+
+        * fast/events/mouse-cursor-image-set.html:
+
 2012-12-13  Adrienne Walker  <e...@chromium.org>
 
         Unreviewed, rolling out r137645, r137646, and r137667.

Modified: trunk/LayoutTests/fast/events/mouse-cursor-image-set.html (137683 => 137684)


--- trunk/LayoutTests/fast/events/mouse-cursor-image-set.html	2012-12-14 00:32:55 UTC (rev 137683)
+++ trunk/LayoutTests/fast/events/mouse-cursor-image-set.html	2012-12-14 00:42:31 UTC (rev 137684)
@@ -113,7 +113,7 @@
  { url: 'resources/greenbox.png' },
  { url: 'resources/greenbox30.png' },
  { url: 'resources/greenbox200.png' },
- { url: 'resources/greenbox-hotspot35-4.cur' },
+ { url: 'resources/greenbox-hotspot5-4.cur' },
  { url: 'resources/greenbox30-hotspot28-3.cur' },
  { url: 'doesntexist.png', error: true } ];
 ensureImagesLoaded(imagesToLoad, runTests);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to