Title: [186992] trunk/LayoutTests
Revision
186992
Author
[email protected]
Date
2015-07-18 05:54:08 -0700 (Sat, 18 Jul 2015)

Log Message

REGRESSION (r186858): GTK and EFL ports don't composite <canvas> elements

See also r186905 for Windows.

* platform/efl/fast/shrink-wrap/rect-shrink-wrap-expected.txt: Added.
* platform/gtk/fast/shrink-wrap/rect-shrink-wrap-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (186991 => 186992)


--- trunk/LayoutTests/ChangeLog	2015-07-18 12:30:42 UTC (rev 186991)
+++ trunk/LayoutTests/ChangeLog	2015-07-18 12:54:08 UTC (rev 186992)
@@ -1,5 +1,14 @@
 2015-07-18  David Kilzer  <[email protected]>
 
+        REGRESSION (r186858): GTK and EFL ports don't composite <canvas> elements
+
+        See also r186905 for Windows.
+
+        * platform/efl/fast/shrink-wrap/rect-shrink-wrap-expected.txt: Added.
+        * platform/gtk/fast/shrink-wrap/rect-shrink-wrap-expected.txt: Added.
+
+2015-07-18  David Kilzer  <[email protected]>
+
         REGRESSION (r186982): http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html and loader/meta-refresh-disabled.html fail
 
         Part of:

Added: trunk/LayoutTests/platform/efl/fast/shrink-wrap/rect-shrink-wrap-expected.txt (0 => 186992)


--- trunk/LayoutTests/platform/efl/fast/shrink-wrap/rect-shrink-wrap-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/shrink-wrap/rect-shrink-wrap-expected.txt	2015-07-18 12:54:08 UTC (rev 186992)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (0,0) size 800x600
+      RenderText {#text} at (0,0) size 0x0
+layer at (0,0) size 800x600
+  RenderHTMLCanvas {CANVAS} at (0,0) size 800x600

Added: trunk/LayoutTests/platform/gtk/fast/shrink-wrap/rect-shrink-wrap-expected.txt (0 => 186992)


--- trunk/LayoutTests/platform/gtk/fast/shrink-wrap/rect-shrink-wrap-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/shrink-wrap/rect-shrink-wrap-expected.txt	2015-07-18 12:54:08 UTC (rev 186992)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (0,0) size 800x600
+      RenderText {#text} at (0,0) size 0x0
+layer at (0,0) size 800x600
+  RenderHTMLCanvas {CANVAS} at (0,0) size 800x600
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to