Title: [125102] trunk/LayoutTests
Revision
125102
Author
scher...@chromium.org
Date
2012-08-08 15:28:16 -0700 (Wed, 08 Aug 2012)

Log Message

Avoid backing store on layers created for CoreAnimation plugins
https://bugs.webkit.org/show_bug.cgi?id=93526
<rdar://problem/12052828>

Patch by Simon Fraser <simon.fra...@apple.com> on 2012-08-08
Reviewed by Dean Jackson.

Test for backing store on CoreAnimation-based plugins in various
configurations.

* compositing/plugins/no-backing-store-expected.txt: Added.
* compositing/plugins/no-backing-store.html: Added.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (125101 => 125102)


--- trunk/LayoutTests/ChangeLog	2012-08-08 22:17:34 UTC (rev 125101)
+++ trunk/LayoutTests/ChangeLog	2012-08-08 22:28:16 UTC (rev 125102)
@@ -207,6 +207,24 @@
 
 2012-08-08  Andrew Scherkus  <scher...@chromium.org>
 
+        Remove suspend handler from media/event-attributes.html
+        https://bugs.webkit.org/show_bug.cgi?id=93522
+
+        Reviewed by Eric Carlson.
+
+        r125054 fixed a bug where the suspend event wasn't being fired when the media engine had
+        completely loaded the media. Unfortunately this caused media/event-attributes.html to be
+        non-deterministic as to when the suspend event would fire relative to other events (i.e.,
+        loadstart vs loadedmetadata).
+
+        Since the suspend event is covered by http/tests/media/video-load-suspend.html we can remove
+        the onsuspend handler from media/event-attributes.html.
+
+        * media/event-attributes-expected.txt: Adjust expectations.
+        * media/event-attributes.html: Remove onsuspend handler.
+
+2012-08-08  Andrew Scherkus  <scher...@chromium.org>
+
         Fire suspend event whenever network state is set to NETWORK_IDLE.
         https://bugs.webkit.org/show_bug.cgi?id=93052
 

Modified: trunk/LayoutTests/media/event-attributes-expected.txt (125101 => 125102)


--- trunk/LayoutTests/media/event-attributes-expected.txt	2012-08-08 22:17:34 UTC (rev 125101)
+++ trunk/LayoutTests/media/event-attributes-expected.txt	2012-08-08 22:28:16 UTC (rev 125102)
@@ -1,5 +1,4 @@
 EVENT(loadstart)
-EVENT(suspend)
 EVENT(durationchange)
 EVENT(loadedmetadata)
 EVENT(loadeddata)

Modified: trunk/LayoutTests/media/event-attributes.html (125101 => 125102)


--- trunk/LayoutTests/media/event-attributes.html	2012-08-08 22:17:34 UTC (rev 125101)
+++ trunk/LayoutTests/media/event-attributes.html	2012-08-08 22:28:16 UTC (rev 125102)
@@ -96,7 +96,6 @@
             _onseeked_="eventHandler()"
             _onseeking_="eventHandler()"
             _onstalled_="eventHandler()"
-            _onsuspend_="eventHandler()"
             _onvolumechange_="eventHandler()"
             _onwaiting_="eventHandler()"
             >
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to