Title: [148057] trunk/LayoutTests
- Revision
- 148057
- Author
- [email protected]
- Date
- 2013-04-09 15:37:58 -0700 (Tue, 09 Apr 2013)
Log Message
Rebaseline tests affected by r148049 or r148048.
* compositing/layer-creation/rotate3d-overlap-expected.txt:
* compositing/repaint/resize-repaint-expected.txt:
* compositing/repaint/resize-repaint.html: Allow the test to run
outside WTR/DRT.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (148056 => 148057)
--- trunk/LayoutTests/ChangeLog 2013-04-09 22:31:55 UTC (rev 148056)
+++ trunk/LayoutTests/ChangeLog 2013-04-09 22:37:58 UTC (rev 148057)
@@ -1,3 +1,12 @@
+2013-04-09 Simon Fraser <[email protected]>
+
+ Rebaseline tests affected by r148049 or r148048.
+
+ * compositing/layer-creation/rotate3d-overlap-expected.txt:
+ * compositing/repaint/resize-repaint-expected.txt:
+ * compositing/repaint/resize-repaint.html: Allow the test to run
+ outside WTR/DRT.
+
2013-04-09 Bem Jones-Bey <[email protected]>
[CSS Exclusions] Properly position multiple stacked floats with non rectangular shape outside
Modified: trunk/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt (148056 => 148057)
--- trunk/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt 2013-04-09 22:31:55 UTC (rev 148056)
+++ trunk/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt 2013-04-09 22:37:58 UTC (rev 148057)
@@ -6,27 +6,32 @@
(GraphicsLayer
(bounds 800.00 600.00)
(contentsOpaque 1)
- (children 4
+ (children 5
(GraphicsLayer
- (position 25.00 25.00)
- (bounds 106.00 106.00)
+ (position 23.00 23.00)
+ (bounds 110.00 110.00)
(drawsContent 1)
)
(GraphicsLayer
- (position 169.00 25.00)
- (bounds 106.00 106.00)
+ (position 167.00 23.00)
+ (bounds 110.00 110.00)
(drawsContent 1)
(transform [0.97 0.26 0.00 0.00] [-0.26 0.97 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
)
(GraphicsLayer
- (position 313.00 25.00)
- (bounds 106.00 106.00)
+ (position 167.00 143.00)
+ (bounds 110.00 110.00)
(drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 311.00 23.00)
+ (bounds 110.00 110.00)
+ (drawsContent 1)
(transform [0.71 0.71 0.00 0.00] [-0.71 0.71 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
)
(GraphicsLayer
- (position 313.00 145.00)
- (bounds 106.00 106.00)
+ (position 311.00 143.00)
+ (bounds 110.00 110.00)
(drawsContent 1)
)
)
Modified: trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt (148056 => 148057)
--- trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt 2013-04-09 22:31:55 UTC (rev 148056)
+++ trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt 2013-04-09 22:37:58 UTC (rev 148057)
@@ -1,6 +1,6 @@
(repaint rects
- (rect 8 10 784 205)
- (rect 0 23 800 205)
+ (rect 8 113 784 102)
+ (rect 0 126 800 102)
)
(GraphicsLayer
(bounds 800.00 600.00)
@@ -14,7 +14,8 @@
(bounds 402.00 207.00)
(drawsContent 1)
(repaint rects
- (rect 0.00 1.00 402.00 1.00)
+ (rect 2.00 104.00 398.00 1.00)
+ (rect 0.00 104.00 402.00 1.00)
)
)
)
Modified: trunk/LayoutTests/compositing/repaint/resize-repaint.html (148056 => 148057)
--- trunk/LayoutTests/compositing/repaint/resize-repaint.html 2013-04-09 22:31:55 UTC (rev 148056)
+++ trunk/LayoutTests/compositing/repaint/resize-repaint.html 2013-04-09 22:37:58 UTC (rev 148057)
@@ -22,7 +22,8 @@
function doTest()
{
// Force compositing update before changing layer size.
- window.internals.layerTreeAsText(document);
+ if (window.internals)
+ window.internals.layerTreeAsText(document);
var resizingDiv = document.getElementById('resizing');
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes