Title: [122183] trunk/LayoutTests/compositing
Revision
122183
Author
[email protected]
Date
2012-07-09 19:14:10 -0700 (Mon, 09 Jul 2012)

Log Message

Forgot to actually add these files in r122152

* compositing/tile-cache-must-flatten-expected.html: Added.
* compositing/tile-cache-must-flatten.html: Added.

Added Paths

Diff

Added: trunk/LayoutTests/compositing/tile-cache-must-flatten-expected.html (0 => 122183)


--- trunk/LayoutTests/compositing/tile-cache-must-flatten-expected.html	                        (rev 0)
+++ trunk/LayoutTests/compositing/tile-cache-must-flatten-expected.html	2012-07-10 02:14:10 UTC (rev 122183)
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style type="text/css">
+div {
+  width: 96px;
+  height: 96px;
+  background-color: green;
+  margin: 10px;
+}
+
+#one {
+  -webkit-transform: translateZ(1px);
+}
+
+#two {
+  -webkit-transform: translateZ(1px);
+}
+
+</style>
+</head>
+
+<body>
+  <!-- both should be visible - two green squares in the page -->
+  <div id="one"></div>
+  <div id="two"></div>
+</body>
+</html>
Property changes on: trunk/LayoutTests/compositing/tile-cache-must-flatten-expected.html
___________________________________________________________________

Added: svn:mime-type

Added: svn:keywords

Added: svn:eol-style

Added: trunk/LayoutTests/compositing/tile-cache-must-flatten.html (0 => 122183)


--- trunk/LayoutTests/compositing/tile-cache-must-flatten.html	                        (rev 0)
+++ trunk/LayoutTests/compositing/tile-cache-must-flatten.html	2012-07-10 02:14:10 UTC (rev 122183)
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style type="text/css">
+div {
+  width: 96px;
+  height: 96px;
+  background-color: green;
+  margin: 10px;
+}
+
+#one {
+  -webkit-transform: translateZ(-1px); /* this moves the element "behind" the page */
+}
+
+#two {
+  -webkit-transform: translateZ(1px);
+}
+
+</style>
+</head>
+
+<body>
+  <!-- both should be visible - two green squares in the page -->
+  <div id="one"></div>
+  <div id="two"></div>
+</body>
+</html>
Property changes on: trunk/LayoutTests/compositing/tile-cache-must-flatten.html
___________________________________________________________________

Added: svn:mime-type

Added: svn:keywords

Added: svn:eol-style

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

Reply via email to