Title: [159060] trunk/LayoutTests
Revision
159060
Author
[email protected]
Date
2013-11-11 11:49:59 -0800 (Mon, 11 Nov 2013)

Log Message

Add a testcase for a tiled layer inside an iframe
https://bugs.webkit.org/show_bug.cgi?id=124159

Reviewed by Tim Horton.

Add a test for a tiled compositing layer inside an iframe.

* compositing/tiling/resources/tiled-layer-tall.html: Added.
* compositing/tiling/tiled-in-iframe.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (159059 => 159060)


--- trunk/LayoutTests/ChangeLog	2013-11-11 19:18:32 UTC (rev 159059)
+++ trunk/LayoutTests/ChangeLog	2013-11-11 19:49:59 UTC (rev 159060)
@@ -1,3 +1,15 @@
+2013-11-11  Simon Fraser  <[email protected]>
+
+        Add a testcase for a tiled layer inside an iframe
+        https://bugs.webkit.org/show_bug.cgi?id=124159
+
+        Reviewed by Tim Horton.
+        
+        Add a test for a tiled compositing layer inside an iframe.
+
+        * compositing/tiling/resources/tiled-layer-tall.html: Added.
+        * compositing/tiling/tiled-in-iframe.html: Added.
+
 2013-11-11  Javier Fernandez  <[email protected]>
 
         [CSS Regions] Selection focusNode set to the "region" block, instead of the "source" block

Added: trunk/LayoutTests/compositing/tiling/resources/tiled-layer-tall.html (0 => 159060)


--- trunk/LayoutTests/compositing/tiling/resources/tiled-layer-tall.html	                        (rev 0)
+++ trunk/LayoutTests/compositing/tiling/resources/tiled-layer-tall.html	2013-11-11 19:49:59 UTC (rev 159060)
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+
+<html>
+<head>
+    <style>
+        .box {
+            width: 300px;
+            height: 3000px;
+            background-image: repeating-linear-gradient(to bottom, silver, white 200px);
+        }
+        
+        .composited {
+            -webkit-transform: translateZ(0);
+        }
+    </style>
+</head>
+<body>
+    <div class="composited box"></div>
+</body>
+</html>
Property changes on: trunk/LayoutTests/compositing/tiling/resources/tiled-layer-tall.html
___________________________________________________________________

Added: svn:mime-type

Added: svn:keywords

Added: svn:eol-style

Added: trunk/LayoutTests/compositing/tiling/tiled-in-iframe.html (0 => 159060)


--- trunk/LayoutTests/compositing/tiling/tiled-in-iframe.html	                        (rev 0)
+++ trunk/LayoutTests/compositing/tiling/tiled-in-iframe.html	2013-11-11 19:49:59 UTC (rev 159060)
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+
+<html>
+<head>
+    <style>
+    iframe {
+        height: 400px;
+        width: 400px;
+    }
+    </style>
+</head>
+<body>
+    <iframe src=""
+</body>
+</html>
Property changes on: trunk/LayoutTests/compositing/tiling/tiled-in-iframe.html
___________________________________________________________________

Added: svn:mime-type

Added: svn:keywords

Added: svn:eol-style

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

Reply via email to