Title: [243775] branches/safari-607-branch/LayoutTests
- Revision
- 243775
- Author
- [email protected]
- Date
- 2019-04-02 17:04:31 -0700 (Tue, 02 Apr 2019)
Log Message
Cherry-pick r240157. rdar://problem/49539128
webkitpy: Implement device type specific expected results (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=192162
<rdar://problem/46345449>
Unreviewed test gardening.
* tiled-drawing/ios/iphone7: Removed.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240157 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Removed Paths
Diff
Modified: branches/safari-607-branch/LayoutTests/ChangeLog (243774 => 243775)
--- branches/safari-607-branch/LayoutTests/ChangeLog 2019-04-03 00:04:29 UTC (rev 243774)
+++ branches/safari-607-branch/LayoutTests/ChangeLog 2019-04-03 00:04:31 UTC (rev 243775)
@@ -1,5 +1,30 @@
2019-04-02 Kocsen Chung <[email protected]>
+ Cherry-pick r240157. rdar://problem/49539128
+
+ webkitpy: Implement device type specific expected results (Follow-up fix)
+ https://bugs.webkit.org/show_bug.cgi?id=192162
+ <rdar://problem/46345449>
+
+ Unreviewed test gardening.
+
+ * tiled-drawing/ios/iphone7: Removed.
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240157 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2019-01-18 Jonathan Bedard <[email protected]>
+
+ webkitpy: Implement device type specific expected results (Follow-up fix)
+ https://bugs.webkit.org/show_bug.cgi?id=192162
+ <rdar://problem/46345449>
+
+ Unreviewed test gardening.
+
+ * tiled-drawing/ios/iphone7: Removed.
+
+2019-04-02 Kocsen Chung <[email protected]>
+
Cherry-pick r240150. rdar://problem/49539128
webkitpy: Implement device type specific expected results (Part 2)
Deleted: branches/safari-607-branch/LayoutTests/tiled-drawing/ios/iphone7/compositing-layers-deep-color-expected.txt (243774 => 243775)
--- branches/safari-607-branch/LayoutTests/tiled-drawing/ios/iphone7/compositing-layers-deep-color-expected.txt 2019-04-03 00:04:29 UTC (rev 243774)
+++ branches/safari-607-branch/LayoutTests/tiled-drawing/ios/iphone7/compositing-layers-deep-color-expected.txt 2019-04-03 00:04:31 UTC (rev 243775)
@@ -1,40 +0,0 @@
-Box
-Box
-(GraphicsLayer
- (anchor 0.00 0.00)
- (bounds 5018.00 2018.00)
- (deep color 1)
- (children 1
- (GraphicsLayer
- (bounds 5018.00 2018.00)
- (contentsOpaque 1)
- (tile cache coverage 0, 0 1024 x 1024)
- (tile size 512 x 512)
- (top left tile 0, 0 tiles grid 2 x 2)
- (in window 1)
- (deep color 1)
- (children 2
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 100.00 100.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (deep color 1)
- )
- (GraphicsLayer
- (position 18.00 120.00)
- (bounds 5000.00 100.00)
- (usingTiledLayer 1)
- (contentsOpaque 1)
- (drawsContent 1)
- (tile cache coverage 0, 0 1024 x 100)
- (tile size 512 x 512)
- (top left tile 0, 0 tiles grid 2 x 1)
- (in window 1)
- (deep color 1)
- )
- )
- )
- )
-)
-
Deleted: branches/safari-607-branch/LayoutTests/tiled-drawing/ios/iphone7/compositing-layers-deep-color.html (243774 => 243775)
--- branches/safari-607-branch/LayoutTests/tiled-drawing/ios/iphone7/compositing-layers-deep-color.html 2019-04-03 00:04:29 UTC (rev 243774)
+++ branches/safari-607-branch/LayoutTests/tiled-drawing/ios/iphone7/compositing-layers-deep-color.html 2019-04-03 00:04:31 UTC (rev 243775)
@@ -1,49 +0,0 @@
-<!DOCTYPE html>
-
-<html>
-<head>
- <style>
- body {
- height: 2000px;
- }
-
- .box {
- height: 100px;
- width: 100px;
- background-color: blue;
- margin: 10px;
- }
-
- .composited {
- transform: translateZ(0);
- }
-
- .tiled {
- width: 5000px;
- }
- </style>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
- function doTest()
- {
- if (window.internals)
- document.getElementById('layers').innerText = internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_TILE_CACHES);
- }
- window.addEventListener('load', doTest, false);
- </script>
-</head>
-<body>
-
-<div class="composited box">
- Box
-</div>
-
-<div class="tiled composited box">
- Box
-</div>
-
-<pre id="layers"></pre>
-</body>
-</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes