Title: [88482] trunk/LayoutTests
Revision
88482
Author
[email protected]
Date
2011-06-09 14:11:47 -0700 (Thu, 09 Jun 2011)

Log Message

2011-06-09  Dimitri Glazkov  <[email protected]>

        [Chromium] Update expectations.

        * platform/chromium-linux/plugins/mouse-events-expected.txt: Added.
        * platform/chromium-win/fullscreen/full-screen-video-offset-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88481 => 88482)


--- trunk/LayoutTests/ChangeLog	2011-06-09 21:06:13 UTC (rev 88481)
+++ trunk/LayoutTests/ChangeLog	2011-06-09 21:11:47 UTC (rev 88482)
@@ -1,3 +1,10 @@
+2011-06-09  Dimitri Glazkov  <[email protected]>
+
+        [Chromium] Update expectations.
+
+        * platform/chromium-linux/plugins/mouse-events-expected.txt: Added.
+        * platform/chromium-win/fullscreen/full-screen-video-offset-expected.txt: Added.
+
 2011-06-09  Vsevolod Vlasov  <[email protected]>
 
         Reviewed by James Robinson.

Added: trunk/LayoutTests/platform/chromium-linux/plugins/mouse-events-expected.txt (0 => 88482)


--- trunk/LayoutTests/platform/chromium-linux/plugins/mouse-events-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-linux/plugins/mouse-events-expected.txt	2011-06-09 21:11:47 UTC (rev 88482)
@@ -0,0 +1,7 @@
+CONSOLE MESSAGE: line 18: PLUGIN: getFocusEvent
+CONSOLE MESSAGE: line 18: PLUGIN: mouseDown at (12, 12)
+CONSOLE MESSAGE: line 19: PLUGIN: mouseUp at (12, 12)
+CONSOLE MESSAGE: line 21: PLUGIN: mouseDown at (22, 22)
+CONSOLE MESSAGE: line 23: PLUGIN: mouseUp at (32, 22)
+
+Test for bug 11517: Flash clicks/interactivity not working properly.
Property changes on: trunk/LayoutTests/platform/chromium-linux/plugins/mouse-events-expected.txt
___________________________________________________________________

Added: svn:eol-style

Added: trunk/LayoutTests/platform/chromium-win/fullscreen/full-screen-video-offset-expected.txt (0 => 88482)


--- trunk/LayoutTests/platform/chromium-win/fullscreen/full-screen-video-offset-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-win/fullscreen/full-screen-video-offset-expected.txt	2011-06-09 21:11:47 UTC (rev 88482)
@@ -0,0 +1,9 @@
+This layout test checks that the offset size and position of a video element does not change when the it enters full-screen mode. Press go full-screen to begin.
+EVENT(webkitfullscreenchange)
+EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLVideoElement]') OK
+EXPECTED (video.offsetLeft == '8') OK
+EXPECTED (video.offsetTop == '54') OK
+EXPECTED (video.offsetWidth == '300') OK
+EXPECTED (video.offsetHeight == '150') OK
+END OF TEST
+
Property changes on: trunk/LayoutTests/platform/chromium-win/fullscreen/full-screen-video-offset-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to