Title: [98322] trunk/LayoutTests
Revision
98322
Author
[email protected]
Date
2011-10-24 23:51:35 -0700 (Mon, 24 Oct 2011)

Log Message

REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
https://bugs.webkit.org/show_bug.cgi?id=70481

Update test results to reflect that the plugin clipping rectangle
is now correct.

* platform/gtk/Skipped: Unskip the test.
* platform/gtk/plugins/resize-from-plugin-expected.txt: Update results.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (98321 => 98322)


--- trunk/LayoutTests/ChangeLog	2011-10-25 05:43:15 UTC (rev 98321)
+++ trunk/LayoutTests/ChangeLog	2011-10-25 06:51:35 UTC (rev 98322)
@@ -1,3 +1,14 @@
+2011-10-24  Martin Robinson  <[email protected]>
+
+        REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
+        https://bugs.webkit.org/show_bug.cgi?id=70481
+
+        Update test results to reflect that the plugin clipping rectangle
+        is now correct.
+
+        * platform/gtk/Skipped: Unskip the test.
+        * platform/gtk/plugins/resize-from-plugin-expected.txt: Update results.
+
 2011-10-24  Julien Chaffraix  <[email protected]>
 
         Unreviewed gardening.

Modified: trunk/LayoutTests/platform/gtk/Skipped (98321 => 98322)


--- trunk/LayoutTests/platform/gtk/Skipped	2011-10-25 05:43:15 UTC (rev 98321)
+++ trunk/LayoutTests/platform/gtk/Skipped	2011-10-25 06:51:35 UTC (rev 98322)
@@ -1644,9 +1644,6 @@
 # Microdata DOM API is not yet enabled.
 fast/dom/MicroData
 
-# https://bugs.webkit.org/show_bug.cgi?id=70481
-plugins/resize-from-plugin.html
-
 # https://bugs.webkit.org/show_bug.cgi?id=70485
 fast/events/drag-selects-image.html
 

Modified: trunk/LayoutTests/platform/gtk/plugins/resize-from-plugin-expected.txt (98321 => 98322)


--- trunk/LayoutTests/platform/gtk/plugins/resize-from-plugin-expected.txt	2011-10-25 05:43:15 UTC (rev 98321)
+++ trunk/LayoutTests/platform/gtk/plugins/resize-from-plugin-expected.txt	2011-10-25 06:51:35 UTC (rev 98322)
@@ -7,6 +7,6 @@
 
 Test for NPP_SetWindow calls sent while a plug-in resizes itself.
 
-x: 0, y: 0, width: 200, height: 200, clipRect: (0, 0, 0, 0)
+x: 0, y: 0, width: 200, height: 200, clipRect: (0, 0, 200, 142)
 Height and width should equal 200, and the plug-in size should not change on scroll.
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to