Title: [186065] trunk/LayoutTests
Revision
186065
Author
gyuyoung....@webkit.org
Date
2015-06-28 23:26:35 -0700 (Sun, 28 Jun 2015)

Log Message

[EFL] Unreviewed add new baseline for missing tests

Some tests need to have own test expectations for EFL port.

* platform/efl/TestExpectations:
* platform/efl/accessibility/auto-filled-value-expected.txt: Added.
* platform/efl/accessibility/img-fallsback-to-title-expected.txt: Added.
* platform/efl/accessibility/internal-link-anchors2-expected.txt: Added.
* platform/efl/accessibility/math-multiscript-attributes-expected.txt: Added.
* platform/efl/accessibility/meter-element-expected.txt: Added.
* platform/efl/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
* platform/efl/compositing/iframes/resizer-expected.txt: Added.
* platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt: Added.
* platform/efl/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
* platform/efl/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
* platform/efl/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
* platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Added.
* platform/efl/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
* platform/efl/editing/selection/contains-boundaries-expected.txt: Added.
* platform/efl/editing/selection/mixed-editability-10-expected.txt: Added.
* platform/efl/editing/selection/replaced-boundaries-3-expected.txt: Added.
* platform/efl/editing/style/5065910-expected.txt: Added.
* platform/efl/editing/style/font-family-with-space-expected.txt: Added.
* platform/efl/fast/css/named-images-expected.txt: Added.
* platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added.
* platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Added.
* platform/efl/printing/media-queries-print-expected.txt: Added.
* platform/efl/printing/setPrinting-expected.txt: Added.
* platform/efl/printing/simultaneous-position-float-change-expected.txt: Added.
* platform/efl/printing/width-overflow-expected.txt: Added.
* platform/efl/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (186064 => 186065)


--- trunk/LayoutTests/ChangeLog	2015-06-29 05:29:04 UTC (rev 186064)
+++ trunk/LayoutTests/ChangeLog	2015-06-29 06:26:35 UTC (rev 186065)
@@ -1,3 +1,37 @@
+2015-06-28  Gyuyoung Kim  <gyuyoung....@webkit.org>
+
+        [EFL] Unreviewed add new baseline for missing tests
+
+        Some tests need to have own test expectations for EFL port.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/accessibility/auto-filled-value-expected.txt: Added.
+        * platform/efl/accessibility/img-fallsback-to-title-expected.txt: Added.
+        * platform/efl/accessibility/internal-link-anchors2-expected.txt: Added.
+        * platform/efl/accessibility/math-multiscript-attributes-expected.txt: Added.
+        * platform/efl/accessibility/meter-element-expected.txt: Added.
+        * platform/efl/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
+        * platform/efl/compositing/iframes/resizer-expected.txt: Added.
+        * platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt: Added.
+        * platform/efl/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
+        * platform/efl/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
+        * platform/efl/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
+        * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Added.
+        * platform/efl/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
+        * platform/efl/editing/selection/contains-boundaries-expected.txt: Added.
+        * platform/efl/editing/selection/mixed-editability-10-expected.txt: Added.
+        * platform/efl/editing/selection/replaced-boundaries-3-expected.txt: Added.
+        * platform/efl/editing/style/5065910-expected.txt: Added.
+        * platform/efl/editing/style/font-family-with-space-expected.txt: Added.
+        * platform/efl/fast/css/named-images-expected.txt: Added.
+        * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added.
+        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Added.
+        * platform/efl/printing/media-queries-print-expected.txt: Added.
+        * platform/efl/printing/setPrinting-expected.txt: Added.
+        * platform/efl/printing/simultaneous-position-float-change-expected.txt: Added.
+        * platform/efl/printing/width-overflow-expected.txt: Added.
+        * platform/efl/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: Added.
+
 2015-06-28  Jinwoo Song  <jinwoo7.s...@samsung.com>
 
         [EFL] Unreviewed, gardening.

Modified: trunk/LayoutTests/platform/efl/TestExpectations (186064 => 186065)


--- trunk/LayoutTests/platform/efl/TestExpectations	2015-06-29 05:29:04 UTC (rev 186064)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2015-06-29 06:26:35 UTC (rev 186065)
@@ -2280,3 +2280,9 @@
 # Test requires hardcoded font names, which I do not have for this port.
 fast/text/han-generic-font-families.html [ WontFix ]
 fast/text/hangul-generic-font-families.html [ WontFix ]
+
+# Below tests need to have own expectataion files.
+accessibility/aria-hidden-false-works-in-subtrees.html [ Missing ]
+accessibility/radio-button-group-members.html [ Missing ]
+editing/selection/designmode-no-caret.html [ Missing ]
+accessibility/content-editable-as-textarea.html [ Missing ]

Added: trunk/LayoutTests/platform/efl/accessibility/auto-filled-value-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/accessibility/auto-filled-value-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/auto-filled-value-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,13 @@
+
+This tests that the auto-filled attribute is reported correctly.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Initial auto-fill value: false
+Set auto-fill to true value: false
+Set auto-fill to false value: false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/efl/accessibility/img-fallsback-to-title-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/accessibility/img-fallsback-to-title-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/img-fallsback-to-title-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,24 @@
+     test
+test
+This tests that images will fallback to using the title attribute if no other descriptive text is present.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Image1 description: AXDescription: test1
+Image1 help: null
+
+Image2 description: AXDescription: alt
+Image2 help: null
+
+Image3 description: AXDescription: test3
+Image3 help: null
+
+Image4 description: AXDescription: alt
+Image4 help: null
+
+PASS imagesGroup.childAtIndex(0).childrenCount is 2
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/efl/accessibility/internal-link-anchors2-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/accessibility/internal-link-anchors2-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/internal-link-anchors2-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,53 @@
+Anchor Tests
+----------------------
+
+
+
+
+
+
+2.2 Tourette syndrome
+
+[edit] Tourette syndrome
+
+Link to anchor Link to div 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This is some text in the middle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This is some text. This is a bottom anchor 
+
+
+
+
+
+
+
+
+
+This is a div

Added: trunk/LayoutTests/platform/efl/accessibility/math-multiscript-attributes-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/accessibility/math-multiscript-attributes-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/math-multiscript-attributes-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,110 @@
+X
+D
+C
+B
+A
+This tests the attributes of the children of a MathML mmultiscripts element.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+AXRole: AXStatic
+AXParent: AXSection
+AXChildren: 0
+AXPosition: { 0.000000, 0.000000 }
+AXSize: { 15.000000, 106.000000 }
+AXTitle: 
+AXDescription: 
+AXValue: X
+AXFocusable: 0
+AXFocused: 0
+AXSelectable: 0
+AXSelected: 0
+AXMultiSelectable: 0
+AXEnabled: 1
+AXExpanded: 0
+AXRequired: 0
+AXChecked: 0
+AXPlatformAttributes: tag:mi, toolkit:WebKitEfl
+------------
+AXRole: AXStatic
+AXParent: AXSection
+AXChildren: 0
+AXPosition: { 0.000000, 0.000000 }
+AXSize: { 11.000000, 81.000000 }
+AXTitle: 
+AXDescription: 
+AXValue: D
+AXFocusable: 0
+AXFocused: 0
+AXSelectable: 0
+AXSelected: 0
+AXMultiSelectable: 0
+AXEnabled: 1
+AXExpanded: 0
+AXRequired: 0
+AXChecked: 0
+AXPlatformAttributes: multiscript-type:post, tag:mi, toolkit:WebKitEfl
+------------
+AXRole: AXStatic
+AXParent: AXSection
+AXChildren: 0
+AXPosition: { 0.000000, 0.000000 }
+AXSize: { 11.000000, 80.000000 }
+AXTitle: 
+AXDescription: 
+AXValue: C
+AXFocusable: 0
+AXFocused: 0
+AXSelectable: 0
+AXSelected: 0
+AXMultiSelectable: 0
+AXEnabled: 1
+AXExpanded: 0
+AXRequired: 0
+AXChecked: 0
+AXPlatformAttributes: multiscript-type:post, tag:mi, toolkit:WebKitEfl
+------------
+AXRole: AXStatic
+AXParent: AXSection
+AXChildren: 0
+AXPosition: { 0.000000, 0.000000 }
+AXSize: { 10.000000, 81.000000 }
+AXTitle: 
+AXDescription: 
+AXValue: B
+AXFocusable: 0
+AXFocused: 0
+AXSelectable: 0
+AXSelected: 0
+AXMultiSelectable: 0
+AXEnabled: 1
+AXExpanded: 0
+AXRequired: 0
+AXChecked: 0
+AXPlatformAttributes: multiscript-type:pre, tag:mi, toolkit:WebKitEfl
+------------
+AXRole: AXStatic
+AXParent: AXSection
+AXChildren: 0
+AXPosition: { 0.000000, 0.000000 }
+AXSize: { 10.000000, 80.000000 }
+AXTitle: 
+AXDescription: 
+AXValue: A
+AXFocusable: 0
+AXFocused: 0
+AXSelectable: 0
+AXSelected: 0
+AXMultiSelectable: 0
+AXEnabled: 1
+AXExpanded: 0
+AXRequired: 0
+AXChecked: 0
+AXPlatformAttributes: multiscript-type:pre, tag:mi, toolkit:WebKitEfl
+------------
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/efl/accessibility/meter-element-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/accessibility/meter-element-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/accessibility/meter-element-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,65 @@
+This tests that the meter element is accessible.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Meter1
+AXRole: AXProgressIndicator
+AXTitle: 
+AXDescription: 
+
+AXValueSettable: false
+
+
+Meter2
+AXRole: AXProgressIndicator
+AXTitle: 
+AXDescription: 
+
+AXValueSettable: false
+
+
+Meter3
+AXRole: AXProgressIndicator
+AXTitle: 
+AXDescription: 
+
+AXValueSettable: false
+
+
+Meter4
+AXRole: AXProgressIndicator
+AXTitle: 
+AXDescription: 
+
+AXValueSettable: false
+
+
+Meter5
+AXRole: AXProgressIndicator
+AXTitle: 
+AXDescription: 
+
+AXValueSettable: false
+
+
+Meter6
+AXRole: AXGroup
+AXTitle: centimeters
+AXDescription: centimeters
+
+AXValueSettable: false
+
+
+Meter7
+AXRole: AXGroup
+AXTitle: centimeters
+AXDescription: centimeters
+
+AXValueSettable: false
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Added: trunk/LayoutTests/platform/efl/compositing/iframes/invisible-nested-iframe-show-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/compositing/iframes/invisible-nested-iframe-show-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/compositing/iframes/invisible-nested-iframe-show-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,92 @@
+
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 2
+        (GraphicsLayer
+          (bounds 366.00 216.00)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (position 23.00 23.00)
+              (children 1
+                (GraphicsLayer
+                  (anchor 0.00 0.00)
+                  (bounds 285.00 150.00)
+                  (children 1
+                    (GraphicsLayer
+                      (children 1
+                        (GraphicsLayer
+                          (anchor 0.00 0.00)
+                          (bounds 285.00 192.00)
+                          (children 1
+                            (GraphicsLayer
+                              (bounds 285.00 192.00)
+                              (drawsContent 1)
+                              (children 1
+                                (GraphicsLayer
+                                  (position 8.00 8.00)
+                                  (bounds 252.00 172.00)
+                                  (drawsContent 1)
+                                  (children 1
+                                    (GraphicsLayer
+                                      (position 1.00 1.00)
+                                      (children 1
+                                        (GraphicsLayer
+                                          (anchor 0.00 0.00)
+                                          (bounds 250.00 170.00)
+                                          (children 1
+                                            (GraphicsLayer
+                                              (children 1
+                                                (GraphicsLayer
+                                                  (anchor 0.00 0.00)
+                                                  (bounds 250.00 230.00)
+                                                  (children 1
+                                                    (GraphicsLayer
+                                                      (bounds 250.00 230.00)
+                                                      (drawsContent 1)
+                                                      (children 1
+                                                        (GraphicsLayer
+                                                          (position 18.00 10.00)
+                                                          (bounds 210.00 210.00)
+                                                          (contentsOpaque 1)
+                                                        )
+                                                      )
+                                                    )
+                                                  )
+                                                )
+                                              )
+                                            )
+                                          )
+                                        )
+                                      )
+                                    )
+                                  )
+                                )
+                              )
+                            )
+                          )
+                        )
+                      )
+                    )
+                  )
+                )
+              )
+            )
+          )
+        )
+        (GraphicsLayer
+          (position 18.00 202.00)
+          (bounds 210.00 210.00)
+          (contentsOpaque 1)
+          (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 1.00 1.00])
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/efl/compositing/iframes/resizer-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/compositing/iframes/resizer-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/compositing/iframes/resizer-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,53 @@
+
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 8.00)
+          (bounds 304.00 154.00)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (position 2.00 2.00)
+              (children 1
+                (GraphicsLayer
+                  (anchor 0.00 0.00)
+                  (bounds 285.00 150.00)
+                  (children 1
+                    (GraphicsLayer
+                      (children 1
+                        (GraphicsLayer
+                          (anchor 0.00 0.00)
+                          (bounds 285.00 230.00)
+                          (children 1
+                            (GraphicsLayer
+                              (bounds 285.00 230.00)
+                              (drawsContent 1)
+                              (children 1
+                                (GraphicsLayer
+                                  (position 18.00 10.00)
+                                  (bounds 210.00 210.00)
+                                  (contentsOpaque 1)
+                                )
+                              )
+                            )
+                          )
+                        )
+                      )
+                    )
+                  )
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1 @@
+For this test to pass, you should not see a red line when scroll position is less or equal to 64px from the top.

Added: trunk/LayoutTests/platform/efl/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,56 @@
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 28.00 20.00)
+          (bounds 202.00 202.00)
+          (drawsContent 1)
+          (children 4
+            (GraphicsLayer
+              (position 1.00 1.00)
+              (bounds 185.00 185.00)
+              (children 1
+                (GraphicsLayer
+                  (bounds 200.00 300.00)
+                  (drawsContent 1)
+                  (children 2
+                    (GraphicsLayer
+                      (bounds 200.00 300.00)
+                      (drawsContent 1)
+                    )
+                    (GraphicsLayer
+                      (bounds 200.00 150.00)
+                      (contentsOpaque 1)
+                    )
+                  )
+                )
+              )
+            )
+            (GraphicsLayer
+              (position 1.00 186.00)
+              (bounds 185.00 15.00)
+              (drawsContent 1)
+            )
+            (GraphicsLayer
+              (position 186.00 1.00)
+              (bounds 15.00 185.00)
+              (drawsContent 1)
+            )
+            (GraphicsLayer
+              (position 186.00 186.00)
+              (bounds 15.00 15.00)
+              (drawsContent 1)
+            )
+          )
+        )
+      )
+    )
+  )
+)
+
+

Added: trunk/LayoutTests/platform/efl/compositing/tiling/huge-layer-add-remove-child-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/compositing/tiling/huge-layer-add-remove-child-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/compositing/tiling/huge-layer-add-remove-child-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,71 @@
+The yellow box should be large enough to scroll off the bottom. At the start there should be no child. After 100ms a red box is added and after 100ms more it should be removed. This tests that we can support very large compositing layers with dynamically added and removed child compositing layers.
+
+First (no children):
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 785.00 5129.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 785.00 5129.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 86.00)
+          (bounds 502.00 5002.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
+
+
+Second (child added):
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 785.00 5129.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 785.00 5129.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 86.00)
+          (bounds 502.00 5002.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+          (children 1
+            (GraphicsLayer
+              (position 51.00 401.00)
+              (bounds 200.00 200.00)
+              (contentsOpaque 1)
+            )
+          )
+        )
+      )
+    )
+  )
+)
+
+
+Third (child removed):
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 785.00 5129.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 785.00 5129.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 8.00 86.00)
+          (bounds 502.00 5002.00)
+          (contentsOpaque 1)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/efl/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,39 @@
+(GraphicsLayer
+  (anchor 0.00 0.00)
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (children 1
+        (GraphicsLayer
+          (position 58.00 50.00)
+          (bounds 502.00 302.00)
+          (children 1
+            (GraphicsLayer
+              (position 1.00 1.00)
+              (bounds 500.00 300.00)
+              (childrenTransform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 -0.00] [0.00 0.00 0.00 1.00])
+              (children 1
+                (GraphicsLayer
+                  (preserves3D 1)
+                  (children 1
+                    (GraphicsLayer
+                      (position -1250.00 0.00)
+                      (anchor 0.54 0.50)
+                      (bounds 2800.00 300.00)
+                      (contentsOpaque 1)
+                      (drawsContent 1)
+                      (transform [0.17 0.00 -0.98 0.00] [0.00 1.00 0.00 0.00] [0.98 0.00 0.17 0.00] [0.00 0.00 0.00 1.00])
+                    )
+                  )
+                )
+              )
+            )
+          )
+        )
+      )
+    )
+  )
+)
+

Added: trunk/LayoutTests/platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,42 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x346
+  RenderBlock {HTML} at (0,0) size 800x346
+    RenderBody {BODY} at (8,16) size 784x322
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 708x17
+          text run at (0,0) width 708: "There should be a stripy pattern of yellow and aqua below (each vertical stripe should be straight and unbroken)."
+      RenderBlock {DIV} at (0,34) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 360x24
+          text run at (0,0) width 360: "x x   x x   x x"
+      RenderBlock {DIV} at (0,58) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 360x24
+          text run at (0,0) width 360: "x x   x x   x x"
+      RenderBlock {DIV} at (0,82) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 360x24
+          text run at (0,0) width 360: "x x   x x   x x"
+      RenderBlock {DIV} at (0,106) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 384x24
+          text run at (0,0) width 384: "xx xx xx"
+      RenderBlock {DIV} at (0,130) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 384x24
+          text run at (0,0) width 384: "xx xx xx"
+      RenderBlock {DIV} at (0,154) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 384x24
+          text run at (0,0) width 384: "xx xx xx"
+      RenderBlock {DIV} at (0,178) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 384x24
+          text run at (0,0) width 384: "xx xx xx"
+      RenderBlock {DIV} at (0,202) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 384x24
+          text run at (0,0) width 384: "xx xx xx"
+      RenderBlock {DIV} at (0,226) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 384x24
+          text run at (0,0) width 384: "xx xx xx"
+      RenderBlock {DIV} at (0,250) size 432x48 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 277x48
+          text run at (0,0) width 277: "xx xx"
+          text run at (0,24) width 111: "xx"
+      RenderBlock {DIV} at (0,298) size 432x24 [color=#00FFFF] [bgcolor=#FFFF00]
+        RenderText {#text} at (0,0) size 384x24
+          text run at (0,0) width 384: "xx xx xx"

Added: trunk/LayoutTests/platform/efl/css3/flexbox/flexbox-baseline-margins-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/css3/flexbox/flexbox-baseline-margins-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/css3/flexbox/flexbox-baseline-margins-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,65 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x491
+  RenderBlock {HTML} at (0,0) size 800x491
+    RenderBody {BODY} at (8,8) size 784x475
+      RenderBlock {DIV} at (0,0) size 784x69
+        RenderText {#text} at (0,28) size 71x17
+          text run at (0,28) width 71: "before text "
+        RenderBlock {DIV} at (71,0) size 73x69 [bgcolor=#D3D3D3] [border: (11px solid #FFC0CB)]
+          RenderFlexibleBox {DIV} at (11,18) size 51x40
+            RenderBlock (anonymous) at (0,10) size 51x30
+              RenderText {#text} at (0,0) size 51x17
+                text run at (0,0) width 51: "baseline"
+        RenderText {#text} at (144,28) size 59x17
+          text run at (144,28) width 59: " after text"
+      RenderBlock {DIV} at (0,69) size 784x114
+        RenderText {#text} at (0,68) size 84x17
+          text run at (0,68) width 84: "Should align "
+        RenderBlock {DIV} at (84,8) size 98x98 [border: (11px solid #FFC0CB)]
+          RenderFlexibleBox {DIV} at (11,11) size 76x76 [bgcolor=#FFC0CB]
+            RenderBlock {DIV} at (13,13) size 50x50 [bgcolor=#D3D3D3]
+        RenderText {#text} at (182,68) size 59x17
+          text run at (182,68) width 59: " with the "
+        RenderBlock {DIV} at (241,21) size 72x72
+          RenderFlexibleBox {DIV} at (0,0) size 72x72 [bgcolor=#FFC0CB] [border: (11px solid #FFC0CB)]
+            RenderBlock {DIV} at (11,11) size 50x50 [bgcolor=#D3D3D3]
+        RenderText {#text} at (313,68) size 69x17
+          text run at (313,68) width 69: " bottom of "
+        RenderBlock {DIV} at (382,0) size 72x114
+          RenderFlexibleBox {DIV} at (0,21) size 72x72 [bgcolor=#FFC0CB] [border: (11px solid #FFC0CB)]
+            RenderBlock {DIV} at (11,11) size 50x50 [bgcolor=#D3D3D3]
+        RenderText {#text} at (454,68) size 59x17
+          text run at (454,68) width 59: " the grey "
+        RenderFlexibleBox {DIV} at (513,41) size 52x52 [bgcolor=#D3D3D3] [border: (11px solid #FFC0CB)]
+        RenderText {#text} at (565,68) size 32x17
+          text run at (565,68) width 32: " box."
+      RenderBlock {DIV} at (0,183) size 784x64
+        RenderText {#text} at (0,18) size 139x17
+          text run at (0,18) width 139: "Should align with the "
+        RenderBlock {DIV} at (139,0) size 48x64
+          RenderFlexibleBox {DIV} at (0,0) size 48x64 [bgcolor=#FFC0CB]
+            RenderBlock {DIV} at (0,8) size 48x48 [bgcolor=#D3D3D3] [border: (11px solid #FFC0CB)]
+        RenderText {#text} at (187,18) size 68x17
+          text run at (187,18) width 68: " middle of "
+        RenderFlexibleBox {DIV} at (255,8) size 48x48 [bgcolor=#D3D3D3] [border: (11px solid #FFC0CB)]
+        RenderText {#text} at (303,18) size 87x17
+          text run at (303,18) width 87: " the grey box."
+      RenderBlock {DIV} at (0,247) size 784x178
+        RenderText {#text} at (0,85) size 163x17
+          text run at (0,85) width 163: "Should align with the top "
+        RenderBlock {DIV} at (163,8) size 146x162 [bgcolor=#FFC0CB] [border: (11px solid #FFC0CB)]
+          RenderFlexibleBox {DIV} at (24,32) size 98x98 [border: (11px solid #FFC0CB)]
+        RenderText {#text} at (309,85) size 169x17
+          text run at (309,85) width 169: " of the horizontal scrollbar."
+      RenderBlock {DIV} at (0,425) size 784x50
+        RenderText {#text} at (0,11) size 185x17
+          text run at (0,11) width 185: "Should align 10px above the "
+        RenderBlock {DIV} at (185,0) size 50x50 [bgcolor=#FFC0CB]
+          RenderFlexibleBox {DIV} at (0,0) size 50x50
+        RenderText {#text} at (235,11) size 232x17
+          text run at (235,11) width 232: " horizontal scrollbar, if one is visible."
+layer at (219,323) size 50x46 clip at (219,332) size 35x22
+  RenderBlock {DIV} at (24,28) size 50x46 [bgcolor=#D3D3D3] [border: (9px solid #FFC0CB) none]
+layer at (193,433) size 50x50 clip at (193,433) size 35x35
+  RenderBlock {DIV} at (0,0) size 50x50 [bgcolor=#D3D3D3]

Added: trunk/LayoutTests/platform/efl/editing/selection/contains-boundaries-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/editing/selection/contains-boundaries-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/editing/selection/contains-boundaries-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,27 @@
+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 (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 53x17
+          text run at (0,0) width 53: "Test for "
+        RenderInline {I} at (0,0) size 744x35
+          RenderInline {A} at (0,0) size 301x17 [color=#0000EE]
+            RenderText {#text} at (53,0) size 301x17
+              text run at (53,0) width 301: "http://bugs.webkit.org/show_bug.cgi?id=14347"
+          RenderText {#text} at (354,0) size 744x35
+            text run at (354,0) width 4: " "
+            text run at (358,0) width 386: "REGRESSION (r21291): Initiating a drag near the edge of a"
+            text run at (0,18) width 127: "selection deselects it"
+        RenderText {#text} at (127,18) size 4x17
+          text run at (127,18) width 4: "."
+      RenderBlock {P} at (0,52) size 784x18
+        RenderText {#text} at (0,0) size 326x17
+          text run at (0,0) width 326: "Drag the selected letter W into the yellow rectangle."
+      RenderBlock {DIV} at (0,86) size 784x83
+        RenderText {#text} at (0,1) size 68x80
+          text run at (0,1) width 68: "W"
+      RenderBlock {DIV} at (0,169) size 784x83 [bgcolor=#FFFFCC]
+selection start: position 0 of child 0 {#text} of child 4 {DIV} of body
+selection end:   position 1 of child 0 {#text} of child 4 {DIV} of body

Added: trunk/LayoutTests/platform/efl/editing/selection/mixed-editability-10-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/editing/selection/mixed-editability-10-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/editing/selection/mixed-editability-10-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,19 @@
+CONSOLE MESSAGE: line 41: TypeError: textInputController.selectedRange is not a function. (In 'textInputController.selectedRange()', 'textInputController.selectedRange' is undefined)
+#1 DIV element with a non-editable element only align center:
+
+Hello
+#2 DIV element with a non-editable element only align left:
+
+Hello
+#3 DIV element with a non-editable element only align right:
+
+Hello
+#4 DIV element with two non-editable elementwith padding:
+
+Hello World
+#5 DIV element empty
+
+#6 non editable DIV element with an editable empty span element
+
+Hello: 
+

Added: trunk/LayoutTests/platform/efl/editing/selection/replaced-boundaries-3-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/editing/selection/replaced-boundaries-3-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/editing/selection/replaced-boundaries-3-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,27 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 5 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 4 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+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 (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x36
+        RenderText {#text} at (0,0) size 759x35
+          text run at (0,0) width 759: "This tests that when a selection that ends at [replaced element, 0] is painted, the replaced element doesn't appear selected."
+          text run at (0,18) width 321: "This test uses a select box for the replaced element."
+      RenderBlock {DIV} at (0,52) size 784x60
+        RenderText {#text} at (0,0) size 22x17
+          text run at (0,0) width 22: "abc"
+        RenderBR {BR} at (22,14) size 0x0
+        RenderMenuList {SELECT} at (2,20) size 311x38 [bgcolor=#FFFFFF]
+          RenderBlock (anonymous) at (15,10) size 255x18
+            RenderText at (0,0) size 255x17
+              text run at (0,0) width 255: "this select box shouldn't be selected"
+        RenderText {#text} at (0,0) size 0x0
+selection start: position 1 of child 0 {#text} of child 3 {DIV} of body
+selection end:   position 1 of child 1 {BR} of child 3 {DIV} of body

Added: trunk/LayoutTests/platform/efl/editing/style/5065910-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/editing/style/5065910-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/editing/style/5065910-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,23 @@
+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 (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 447x17
+          text run at (0,0) width 447: "This tests for a bug where the color of pasted text couldn't be changed.'"
+      RenderBlock {DIV} at (0,34) size 784x36
+        RenderBlock (anonymous) at (0,0) size 784x18
+          RenderInline {FONT} at (0,0) size 124x17 [color=#FF0000]
+            RenderText {#text} at (0,0) size 124x17
+              text run at (0,0) width 124: "This text should be "
+          RenderInline {FONT} at (0,0) size 235x17 [color=#008000]
+            RenderText {#text} at (124,0) size 235x17
+              text run at (124,0) width 235: "a combination of green and blue, not "
+          RenderInline {FONT} at (0,0) size 24x17 [color=#FF0000]
+            RenderText {#text} at (359,0) size 24x17
+              text run at (359,0) width 24: "red."
+        RenderBlock {DIV} at (0,18) size 784x18
+          RenderInline {FONT} at (0,0) size 0x17 [color=#FF0000]
+            RenderBR {BR} at (0,0) size 0x17
+caret: position 37 of child 0 {#text} of child 1 {FONT} of child 2 {DIV} of body

Added: trunk/LayoutTests/platform/efl/editing/style/font-family-with-space-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/editing/style/font-family-with-space-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/editing/style/font-family-with-space-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,10 @@
+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 (8,8) size 784x584
+      RenderInline {U} at (0,0) size 245x15
+        RenderText {#text} at (0,0) size 245x15
+          text run at (0,0) width 245: "This text should be Times New Roman bold."
+      RenderText {#text} at (0,0) size 0x0
+caret: position 41 of child 0 {#text} of child 0 {U} of body

Added: trunk/LayoutTests/platform/efl/fast/css/named-images-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/fast/css/named-images-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/css/named-images-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,26 @@
+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 (8,8) size 784x584
+      RenderBlock {DIV} at (5,55) size 100x100 [border: (1px solid #000000)]
+      RenderText {#text} at (110,146) size 4x17
+        text run at (110,146) width 4: " "
+      RenderBlock {DIV} at (119,55) size 100x100 [border: (1px solid #000000)]
+      RenderText {#text} at (224,146) size 4x17
+        text run at (224,146) width 4: " "
+      RenderBlock {DIV} at (233,55) size 100x100 [border: (1px solid #000000)]
+      RenderText {#text} at (338,146) size 4x17
+        text run at (338,146) width 4: " "
+      RenderBlock {DIV} at (347,55) size 150x100 [border: (1px solid #000000)]
+      RenderText {#text} at (502,146) size 4x17
+        text run at (502,146) width 4: " "
+      RenderBlock {DIV} at (511,5) size 100x150 [border: (1px solid #000000)]
+      RenderText {#text} at (616,146) size 4x17
+        text run at (616,146) width 4: " "
+      RenderBlock {DIV} at (5,169) size 200x200 [border: (1px solid #000000)]
+      RenderText {#text} at (210,360) size 4x17
+        text run at (210,360) width 4: " "
+      RenderText {#text} at (0,0) size 0x0
+layer at (227,277) size 100x100
+  RenderBlock {DIV} at (219,269) size 100x100 [bgcolor=#0000FF] [border: (1px solid #000000)]

Added: trunk/LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x436
+  RenderBlock {HTML} at (0,0) size 800x436
+    RenderBody {BODY} at (8,16) size 784x412
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 303x17
+          text run at (0,0) width 303: "Test passes if there is no red visible on the page."
+      RenderBlock {DIV} at (0,34) size 379x379 [border: (25px double #000000)]
+      RenderBlock {DIV} at (0,33) size 379x379 [border: (25px double #000000)]

Added: trunk/LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x50
+  RenderBlock {HTML} at (0,0) size 800x50
+    RenderBody {BODY} at (8,16) size 784x18
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 555x17
+          text run at (0,0) width 555: "Test passes if there is a black shape completely contained in the orange box on the page."
+      RenderBlock {DIV} at (0,34) size 784x0
+layer at (48,144) size 194x114
+  RenderBlock (positioned) {DIV} at (48,144) size 194x114 [bgcolor=#FFFFFF] [border: (1px solid #FFA500)]
+layer at (0,96) size 96x16
+  RenderBlock (positioned) {DIV} at (0,96) size 96x16
+    RenderText {#text} at (0,0) size 96x16
+      text run at (0,0) width 96: "Filler"

Added: trunk/LayoutTests/platform/efl/printing/media-queries-print-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/printing/media-queries-print-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/printing/media-queries-print-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,11 @@
+layer at (0,0) size 1000x134
+  RenderView at (0,0) size 1000x134
+layer at (0,0) size 1000x134
+  RenderBlock {HTML} at (0,0) size 1000x134
+    RenderBody {BODY} at (8,8) size 984x118
+      RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
+      RenderBlock (anonymous) at (0,100) size 984x18
+        RenderInline {SPAN} at (0,0) size 516x17
+          RenderText {#text} at (0,0) size 516x17
+            text run at (0,0) width 516: "When printing, you should see a green square above and this text should be italic."
+        RenderText {#text} at (0,0) size 0x0

Added: trunk/LayoutTests/platform/efl/printing/setPrinting-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/printing/setPrinting-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/printing/setPrinting-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,12 @@
+layer at (0,0) size 981x785
+  RenderView at (0,0) size 981x785
+layer at (0,0) size 981x785
+  RenderBlock {HTML} at (0,0) size 981x785
+    RenderBody {BODY} at (0,0) size 981x785
+      RenderBlock {DIV} at (0,0) size 800x749 [border: (1px solid #008000)]
+        RenderText {#text} at (1,1) size 230x17
+          text run at (1,1) width 230: "This test case should output 2 pages."
+      RenderBlock (anonymous) at (0,749) size 981x36
+        RenderText {#text} at (0,0) size 979x35
+          text run at (0,0) width 979: "There should be a blue line above this test. This line is the boundary of 2 pages. As the height of green box is shorter than the height of a page by one pixel,"
+          text run at (0,18) width 432: "there should be a white line between the green box and the blue line."

Added: trunk/LayoutTests/platform/efl/printing/simultaneous-position-float-change-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/printing/simultaneous-position-float-change-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/printing/simultaneous-position-float-change-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,5 @@
+layer at (0,0) size 1000x8
+  RenderView at (0,0) size 1000x8
+layer at (0,0) size 1000x8
+  RenderBlock {HTML} at (0,0) size 1000x8
+    RenderBody {BODY} at (8,8) size 984x0

Added: trunk/LayoutTests/platform/efl/printing/width-overflow-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/printing/width-overflow-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/printing/width-overflow-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,162 @@
+layer at (0,0) size 1300x2284
+  RenderView at (0,0) size 1300x2284
+layer at (0,0) size 981x2284
+  RenderBlock {HTML} at (0,0) size 981x2284
+    RenderBody {BODY} at (0,16) size 981x2252
+      RenderBlock {P} at (0,0) size 981x18
+        RenderText {#text} at (0,0) size 748x17
+          text run at (0,0) width 748: "To run this test manually, print this page. If the right side of any lines is printed without being truncated, the test passes."
+      RenderBlock {DIV} at (0,34) size 1300x2218
+        RenderBlock {P} at (0,0) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A"
+            text run at (0,18) width 1292: "A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A"
+            text run at (0,36) width 1292: "A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A"
+            text run at (0,54) width 908: "A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A"
+        RenderBlock {P} at (0,88) size 1300x72
+          RenderText {#text} at (0,0) size 1286x71
+            text run at (0,0) width 1286: "B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B"
+            text run at (0,18) width 1286: "B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B"
+            text run at (0,36) width 1286: "B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B"
+            text run at (0,54) width 626: "B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B B"
+        RenderBlock {P} at (0,176) size 1300x72
+          RenderText {#text} at (0,0) size 1286x71
+            text run at (0,0) width 1286: "C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C"
+            text run at (0,18) width 1286: "C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C"
+            text run at (0,36) width 1286: "C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C"
+            text run at (0,54) width 626: "C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C C"
+        RenderBlock {P} at (0,264) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D"
+            text run at (0,18) width 1292: "D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D"
+            text run at (0,36) width 1292: "D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D"
+            text run at (0,54) width 908: "D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D D"
+        RenderBlock {P} at (0,352) size 1300x72
+          RenderText {#text} at (0,0) size 1298x71
+            text run at (0,0) width 1298: "E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E"
+            text run at (0,18) width 1298: "E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E"
+            text run at (0,36) width 1298: "E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E"
+            text run at (0,54) width 290: "E E E E E E E E E E E E E E E E E E E E E"
+        RenderBlock {P} at (0,440) size 1300x54
+          RenderText {#text} at (0,0) size 1296x53
+            text run at (0,0) width 1296: "F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F"
+            text run at (0,18) width 1296: "F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F"
+            text run at (0,36) width 1296: "F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F"
+        RenderBlock {P} at (0,510) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G"
+            text run at (0,18) width 1292: "G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G"
+            text run at (0,36) width 1292: "G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G"
+            text run at (0,54) width 908: "G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G"
+        RenderBlock {P} at (0,598) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H"
+            text run at (0,18) width 1292: "H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H"
+            text run at (0,36) width 1292: "H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H"
+            text run at (0,54) width 908: "H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H"
+        RenderBlock {P} at (0,686) size 1300x54
+          RenderText {#text} at (0,0) size 1292x53
+            text run at (0,0) width 1292: "I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I"
+            text run at (0,18) width 1292: "I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I I"
+            text run at (0,36) width 104: "I I I I I I I I I I I I"
+        RenderBlock {P} at (0,756) size 1300x54
+          RenderText {#text} at (0,0) size 1296x53
+            text run at (0,0) width 1296: "J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J"
+            text run at (0,18) width 1296: "J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J"
+            text run at (0,36) width 396: "J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J"
+        RenderBlock {P} at (0,826) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K"
+            text run at (0,18) width 1292: "K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K"
+            text run at (0,36) width 1292: "K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K"
+            text run at (0,54) width 908: "K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K K"
+        RenderBlock {P} at (0,914) size 1300x72
+          RenderText {#text} at (0,0) size 1298x71
+            text run at (0,0) width 1298: "L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L"
+            text run at (0,18) width 1298: "L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L"
+            text run at (0,36) width 1298: "L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L L"
+            text run at (0,54) width 290: "L L L L L L L L L L L L L L L L L L L L L"
+        RenderBlock {P} at (0,1002) size 1300x90
+          RenderText {#text} at (0,0) size 1292x89
+            text run at (0,0) width 1292: "M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M"
+            text run at (0,18) width 1292: "M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M"
+            text run at (0,36) width 1292: "M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M"
+            text run at (0,54) width 1292: "M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M M"
+            text run at (0,72) width 212: "M M M M M M M M M M M M"
+        RenderBlock {P} at (0,1108) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N"
+            text run at (0,18) width 1292: "N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N"
+            text run at (0,36) width 1292: "N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N"
+            text run at (0,54) width 908: "N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N"
+        RenderBlock {P} at (0,1196) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O"
+            text run at (0,18) width 1292: "O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O"
+            text run at (0,36) width 1292: "O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O"
+            text run at (0,54) width 908: "O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O O"
+        RenderBlock {P} at (0,1284) size 1300x54
+          RenderText {#text} at (0,0) size 1296x53
+            text run at (0,0) width 1296: "P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P"
+            text run at (0,18) width 1296: "P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P"
+            text run at (0,36) width 1296: "P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P P"
+        RenderBlock {P} at (0,1354) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q"
+            text run at (0,18) width 1292: "Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q"
+            text run at (0,36) width 1292: "Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q"
+            text run at (0,54) width 908: "Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q"
+        RenderBlock {P} at (0,1442) size 1300x72
+          RenderText {#text} at (0,0) size 1286x71
+            text run at (0,0) width 1286: "R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R"
+            text run at (0,18) width 1286: "R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R"
+            text run at (0,36) width 1286: "R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R"
+            text run at (0,54) width 626: "R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R"
+        RenderBlock {P} at (0,1530) size 1300x54
+          RenderText {#text} at (0,0) size 1296x53
+            text run at (0,0) width 1296: "S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S"
+            text run at (0,18) width 1296: "S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S"
+            text run at (0,36) width 1296: "S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S S"
+        RenderBlock {P} at (0,1600) size 1300x72
+          RenderText {#text} at (0,0) size 1298x71
+            text run at (0,0) width 1298: "T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T"
+            text run at (0,18) width 1298: "T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T"
+            text run at (0,36) width 1298: "T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T"
+            text run at (0,54) width 290: "T T T T T T T T T T T T T T T T T T T T T"
+        RenderBlock {P} at (0,1688) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U"
+            text run at (0,18) width 1292: "U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U"
+            text run at (0,36) width 1292: "U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U"
+            text run at (0,54) width 908: "U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U U"
+        RenderBlock {P} at (0,1776) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V"
+            text run at (0,18) width 1292: "V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V"
+            text run at (0,36) width 1292: "V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V"
+            text run at (0,54) width 908: "V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V"
+        RenderBlock {P} at (0,1864) size 1300x90
+          RenderText {#text} at (0,0) size 1288x89
+            text run at (0,0) width 1288: "W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W"
+            text run at (0,18) width 1288: "W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W"
+            text run at (0,36) width 1288: "W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W"
+            text run at (0,54) width 1288: "W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W W"
+            text run at (0,72) width 528: "W W W W W W W W W W W W W W W W W W W W W W W W W W W W"
+        RenderBlock {P} at (0,1970) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X"
+            text run at (0,18) width 1292: "X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X"
+            text run at (0,36) width 1292: "X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X"
+            text run at (0,54) width 908: "X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X"
+        RenderBlock {P} at (0,2058) size 1300x72
+          RenderText {#text} at (0,0) size 1292x71
+            text run at (0,0) width 1292: "Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y"
+            text run at (0,18) width 1292: "Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y"
+            text run at (0,36) width 1292: "Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y"
+            text run at (0,54) width 908: "Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y"
+        RenderBlock {P} at (0,2146) size 1300x72
+          RenderText {#text} at (0,0) size 1298x71
+            text run at (0,0) width 1298: "Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z"
+            text run at (0,18) width 1298: "Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z"
+            text run at (0,36) width 1298: "Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z"
+            text run at (0,54) width 290: "Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z"

Added: trunk/LayoutTests/platform/efl/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt (0 => 186065)


--- trunk/LayoutTests/platform/efl/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt	2015-06-29 06:26:35 UTC (rev 186065)
@@ -0,0 +1,78 @@
+layer at (0,0) size 785x662
+  RenderView at (0,0) size 785x600
+layer at (0,0) size 785x600
+  RenderBlock {HTML} at (0,0) size 785x600
+    RenderBody {BODY} at (0,0) size 785x600 [border: (1px solid #000000)]
+      RenderBlock {DIV} at (21,21) size 202x202 [border: (1px solid #000000)]
+      RenderText {#text} at (243,229) size 4x17
+        text run at (243,229) width 4: " "
+      RenderBlock {DIV} at (267,21) size 202x202 [border: (1px solid #000000)]
+      RenderText {#text} at (489,229) size 4x17
+        text run at (489,229) width 4: " "
+      RenderBR {BR} at (493,243) size 0x0
+      RenderBlock {DIV} at (21,267) size 202x202 [border: (1px solid #000000)]
+      RenderText {#text} at (243,475) size 4x17
+        text run at (243,475) width 4: " "
+      RenderBlock {DIV} at (267,267) size 202x202 [border: (1px solid #000000)]
+      RenderText {#text} at (0,0) size 0x0
+      RenderText {#text} at (0,0) size 0x0
+layer at (30,500) size 338x162
+  RenderBlock (positioned) {DIV} at (30,500) size 338x162
+    RenderInline {SPAN} at (0,0) size 298x17 [color=#008000]
+      RenderText {#text} at (0,0) size 298x17
+        text run at (0,0) width 298: "PASS: event at (48, 48) hit box1 at offset (6, 6)"
+    RenderBR {BR} at (298,14) size 0x0
+    RenderInline {SPAN} at (0,0) size 298x17 [color=#008000]
+      RenderText {#text} at (0,18) size 298x17
+        text run at (0,18) width 298: "PASS: event at (70, 41) hit box2 at offset (3, 3)"
+    RenderBR {BR} at (298,32) size 0x0
+    RenderInline {SPAN} at (0,0) size 330x17 [color=#008000]
+      RenderText {#text} at (0,36) size 330x17
+        text run at (0,36) width 330: "PASS: event at (185, 164) hit box2 at offset (97, 97)"
+    RenderBR {BR} at (330,50) size 0x0
+    RenderInline {SPAN} at (0,0) size 306x17 [color=#008000]
+      RenderText {#text} at (0,54) size 306x17
+        text run at (0,54) width 306: "PASS: event at (338, 64) hit box7 at offset (3, 3)"
+    RenderBR {BR} at (306,68) size 0x0
+    RenderInline {SPAN} at (0,0) size 314x17 [color=#008000]
+      RenderText {#text} at (0,72) size 314x17
+        text run at (0,72) width 314: "PASS: event at (92, 310) hit box10 at offset (3, 3)"
+    RenderBR {BR} at (314,86) size 0x0
+    RenderInline {SPAN} at (0,0) size 338x17 [color=#008000]
+      RenderText {#text} at (0,90) size 338x17
+        text run at (0,90) width 338: "PASS: event at (217, 444) hit box10 at offset (96, 96)"
+    RenderBR {BR} at (338,104) size 0x0
+    RenderInline {SPAN} at (0,0) size 322x17 [color=#008000]
+      RenderText {#text} at (0,108) size 322x17
+        text run at (0,108) width 322: "PASS: event at (337, 309) hit box13 at offset (2, 2)"
+    RenderBR {BR} at (322,122) size 0x0
+    RenderInline {SPAN} at (0,0) size 322x17 [color=#008000]
+      RenderText {#text} at (0,126) size 322x17
+        text run at (0,126) width 322: "PASS: event at (360, 334) hit box14 at offset (2, 2)"
+    RenderBR {BR} at (322,140) size 0x0
+    RenderInline {SPAN} at (0,0) size 338x17 [color=#008000]
+      RenderText {#text} at (0,144) size 338x17
+        text run at (0,144) width 338: "PASS: event at (500, 484) hit box14 at offset (96, 96)"
+    RenderBR {BR} at (338,158) size 0x0
+layer at (42,42) size 140x140
+  RenderBlock {DIV} at (21,21) size 140x140 [bgcolor=#DDDDDD] [border: (1px solid #000000)]
+layer at (63,63) size 100x100
+  RenderBlock (relative positioned) {DIV} at (21,21) size 100x100 [bgcolor=#AAAAAA] [border: (1px solid #000000)]
+layer at (288,42) size 140x140
+  RenderBlock {DIV} at (21,21) size 140x140 [bgcolor=#DDDDDD] [border: (1px solid #000000)]
+layer at (309,63) size 100x100
+  RenderBlock (relative positioned) {DIV} at (21,21) size 100x100 [bgcolor=#AAAAAA] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (21,21) size 100x100 [bgcolor=#0000FF] [border: (1px solid #000000)]
+layer at (42,288) size 140x140
+  RenderBlock {DIV} at (21,21) size 140x140 [bgcolor=#DDDDDD] [border: (1px solid #000000)]
+layer at (63,309) size 100x100
+  RenderBlock (relative positioned) {DIV} at (21,21) size 100x100 [bgcolor=#AAAAAA] [border: (1px solid #000000)]
+layer at (84,330) size 100x100
+  RenderBlock (relative positioned) {DIV} at (21,21) size 100x100 [bgcolor=#0000FF] [border: (1px solid #000000)]
+layer at (288,288) size 140x140
+  RenderBlock {DIV} at (21,21) size 140x140 [bgcolor=#DDDDDD] [border: (1px solid #000000)]
+layer at (309,309) size 100x100
+  RenderBlock (relative positioned) {DIV} at (21,21) size 100x100 [bgcolor=#AAAAAA] [border: (1px solid #000000)]
+    RenderBlock {DIV} at (21,21) size 100x100 [bgcolor=#C0D69E] [border: (1px solid #000000)]
+layer at (351,351) size 100x100
+  RenderBlock (relative positioned) {DIV} at (21,21) size 100x100 [bgcolor=#0000FF] [border: (1px solid #000000)]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to