Title: [149374] trunk/LayoutTests
Revision
149374
Author
[email protected]
Date
2013-04-30 09:57:24 -0700 (Tue, 30 Apr 2013)

Log Message

[CSS Regions] Convert some fast/regions pixel tests to reftests
https://bugs.webkit.org/show_bug.cgi?id=80712

Patch by Radu Stavila <[email protected]> on 2013-04-30
Reviewed by Alexandru Chiculita.

Converted webkit-flow-inlines-inside-regions-bounds and webkit-flow-inlines-inside-regions-bounds-vertical to reftest

* fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html: Added.
* fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html: Added.
* platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
* platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
* platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
* platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
* platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
* platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
* platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
* platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
* platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
* platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
* platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
* platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (149373 => 149374)


--- trunk/LayoutTests/ChangeLog	2013-04-30 16:51:52 UTC (rev 149373)
+++ trunk/LayoutTests/ChangeLog	2013-04-30 16:57:24 UTC (rev 149374)
@@ -1,3 +1,31 @@
+2013-04-30  Radu Stavila  <[email protected]>
+
+        [CSS Regions] Convert some fast/regions pixel tests to reftests
+        https://bugs.webkit.org/show_bug.cgi?id=80712
+
+        Reviewed by Alexandru Chiculita.
+        
+        Converted webkit-flow-inlines-inside-regions-bounds and webkit-flow-inlines-inside-regions-bounds-vertical to reftest
+
+        * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html: Added.
+        * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html: Added.
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
+        * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
+        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
+        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
+        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
+        * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
+        * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
+        * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
+        * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
+        * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
+        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed.
+        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
+        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed.
+        * platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
+
 2013-04-30  Zan Dobersek  <[email protected]>
 
         Unreviewed GTK gardening.

Added: trunk/LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html (0 => 149374)


--- trunk/LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html	                        (rev 0)
+++ trunk/LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html	2013-04-30 16:57:24 UTC (rev 149374)
@@ -0,0 +1,122 @@
+<!doctype html>
+
+ <style>
+    .test_paragraph {
+        margin-top: 16px;
+        text-align: justify;
+    }
+    
+    /* Created to justify the last line of text in the div */
+    #paragraph1:after {
+        content: " ____";
+        line-height: 0;
+        visibility: hidden;
+    }
+    
+    #region1 {
+        border: 1px solid black;
+        width: 190px;
+        height: 90px;
+        padding: 5px;
+    }
+    
+    #first-box1 {
+        border: 1px solid blue;
+        border-bottom: none;
+    }
+    
+    #second-box1 {
+        margin:10px;
+        border: 1px solid green;
+        border-bottom: none;
+        width: 166px;
+        height: 83px;
+    }
+
+    #first-paragraph2 {
+        margin-top: 0px;
+    }
+    
+    /* Created to justify the last line of text in the div */
+    #second-paragraph2:after {
+        content: " ____";
+        line-height: 0;
+        visibility: hidden;
+    }
+    
+    #region2 {
+        border: 1px solid black;
+        width: 290px;
+        height: 170px;
+        padding: 5px;
+    }
+    
+    #first-box2 {
+        border: 1px solid blue;
+        border-top: none;
+        border-bottom: none;
+    }
+    
+    #second-box2 {
+        margin-left:10px;
+        margin-top: -5px;
+        padding: 0px;
+        border: 1px solid green;
+        border-top: none;
+        border-bottom: none;
+        width: 266px;
+        height: 180px;
+    }
+
+    #paragraph3 {
+        margin-top: 0px;
+    }
+
+    #region3 {
+        border: 1px solid black;
+        width: 110px;
+        height: 110px;
+        padding: 5px;
+    }
+    
+    #first-box3 {
+        border: 1px solid blue;
+        border-top: none;
+    }
+    
+    #second-box3 {
+        margin:10px;
+        margin-top: -5px;
+        border: 1px solid green;
+        border-top: none;
+        width: 86px;
+        height: 88px;
+    }
+</style>
+
+<div id="content">
+    <div id="region1">
+        <div id="first-box1">
+            <div id="second-box1">
+                <div class="test_paragraph" id="paragraph1">This line of text should not get out of the region. This line of text should</div>
+            </div>
+        </div>
+    </div>
+    
+    <div id="region2">
+        <div id="first-box2">
+            <div id="second-box2">
+                <div class="test_paragraph" id="first-paragraph2">not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region.</div>
+                <div class="test_paragraph" id="second-paragraph2">This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region.</div>
+            </div>
+        </div>
+    </div>
+    
+    <div id="region3">
+        <div id="first-box3">
+            <div id="second-box3">
+                <div class="test_paragraph" id="paragraph3">This line of text should not get out of the region.</div>
+            </div>
+        </div>
+    </div>
+</div>
\ No newline at end of file

Added: trunk/LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html (0 => 149374)


--- trunk/LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html	                        (rev 0)
+++ trunk/LayoutTests/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html	2013-04-30 16:57:24 UTC (rev 149374)
@@ -0,0 +1,117 @@
+<!doctype html>
+
+ <style>
+    html { -webkit-writing-mode: vertical-lr }
+
+    .test_paragraph {
+        margin-left: 16px;
+        text-align: justify;
+    }
+
+    /* Created to justify the last line of text in the div */
+    #paragraph1:after {
+        content: " ____";
+        line-height: 0;
+        visibility: hidden;
+    }
+    
+    #region1 {
+        border: 1px solid black;
+        width: 190px;
+        height: 90px;
+        padding: 5px;
+    }
+    
+    #first-box1 {
+        border: 1px solid blue;
+        border-right: none;
+    }
+    
+    #second-box1 {
+        margin:10px;
+        border: 1px solid green;
+        border-right: none;
+        width: 183px;
+        height: 66px;
+    }
+    
+    #first-paragraph2 {
+        margin-left: 0px;
+    }
+
+    #region2 {
+        border: 1px solid black;
+        width: 290px;
+        height: 170px;
+        padding: 5px;
+    }
+    
+    #first-box2 {
+        border: 1px solid blue;
+        border-left: none;
+        border-right: none;
+    }
+    
+    #second-box2 {
+        margin-top:10px;
+        margin-left: -5px;
+        padding: 0px;
+        border: 1px solid green;
+        border-left: none;
+        border-right: none;
+        width: 300px;
+        height: 146px;
+    }
+    
+    #paragraph3 {
+        margin-left: 0px;
+    }
+    
+    #region3 {
+        border: 1px solid black;
+        width: 110px;
+        height: 110px;
+        padding: 5px;
+    }
+    
+    #first-box3 {
+        border: 1px solid blue;
+        border-left: none;
+    }
+    
+    #second-box3 {
+        margin:10px;
+        margin-left: -5px;
+        border: 1px solid green;
+        border-left: none;
+        width: 88px;
+        height: 86px;
+    }
+</style>
+
+<div id="content">
+    <div id="region1">
+        <div id="first-box1">
+            <div id="second-box1">
+                <div class="test_paragraph"  id="paragraph1">This line of text should not get out of the region. This line of text should not</div>
+            </div>
+        </div>
+    </div>
+    
+    <div id="region2">
+        <div id="first-box2">
+            <div id="second-box2">
+                <div class="test_paragraph"  id="first-paragraph2">get out of the region. This line of text should not get out of the region. This line of text should not get out of the region.</div>
+                <div class="test_paragraph"  id="second-paragraph2">This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region.</div>
+            </div>
+        </div>
+    </div>
+    
+    <div id="region3">
+        <div id="first-box3">
+            <div id="second-box3">
+                <div class="test_paragraph" id="paragraph3">This line of text should not get out of the region.</div>
+            </div>
+        </div>
+    </div>
+</div>
\ No newline at end of file

Deleted: trunk/LayoutTests/platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt (149373 => 149374)


--- trunk/LayoutTests/platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt	2013-04-30 16:51:52 UTC (rev 149373)
+++ trunk/LayoutTests/platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt	2013-04-30 16:57:24 UTC (rev 149374)
@@ -1,41 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x422
-  RenderBlock {HTML} at (0,0) size 800x422
-    RenderBody {BODY} at (8,8) size 784x406
-      RenderBlock {DIV} at (0,0) size 784x406
-        RenderRegion {DIV} at (0,0) size 202x102 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (0,102) size 302x182 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (0,284) size 122x122 [border: (1px solid #000000)]
-Flow Threads
-  Thread with flow-name 'flow1'
-    layer at (0,0) size 300x400
-      RenderNamedFlowThread at (0,0) size 300x400
-        RenderBlock {DIV} at (0,0) size 300x385
-          RenderBlock {DIV} at (5,5) size 290x375 [border: (1px solid #0000FF)]
-            RenderBlock {DIV} at (11,11) size 268x353 [border: (1px solid #008000)]
-              RenderBlock {P} at (1,17) size 266x121
-                RenderText {#text} at (0,0) size 266x120
-                  text run at (0,0) width 166: "This line of text should"
-                  text run at (0,18) width 166: "not get out of the region."
-                  text run at (0,36) width 166: "This line of text should"
-                  text run at (0,67) width 266: "not get out of the region. This line of text"
-                  text run at (0,85) width 266: "should not get out of the region. This line"
-                  text run at (0,103) width 245: "of text should not get out of the region."
-              RenderBlock {P} at (1,154) size 266x90
-                RenderText {#text} at (0,0) size 266x89
-                  text run at (0,0) width 266: "This line of text should not get out of the"
-                  text run at (0,18) width 266: "region. This line of text should not get out"
-                  text run at (0,36) width 266: "of the region. This line of text should not"
-                  text run at (0,54) width 266: "get out of the region. This line of text"
-                  text run at (0,72) width 201: "should not get out of the region."
-              RenderBlock {P} at (1,264) size 266x72
-                RenderText {#text} at (0,0) size 86x71
-                  text run at (0,0) width 86: "This line of"
-                  text run at (0,18) width 86: "text should"
-                  text run at (0,36) width 86: "not get out of"
-                  text run at (0,54) width 67: "the region."
-  Regions for flow 'flow1'
-    RenderRegion {DIV} #region1
-    RenderRegion {DIV} #region2
-    RenderRegion {DIV} #region3

Deleted: trunk/LayoutTests/platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt (149373 => 149374)


--- trunk/LayoutTests/platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt	2013-04-30 16:51:52 UTC (rev 149373)
+++ trunk/LayoutTests/platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt	2013-04-30 16:57:24 UTC (rev 149374)
@@ -1,54 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 642x600
-  RenderBlock {HTML} at (0,0) size 642x600
-    RenderBody {BODY} at (8,8) size 626x584
-      RenderBlock {DIV} at (0,0) size 626x584
-        RenderRegion {DIV} at (0,0) size 202x102 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (202,0) size 302x182 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (504,0) size 122x122 [border: (1px solid #000000)]
-Flow Threads
-  Thread with flow-name 'flow1'
-    layer at (0,0) size 620x180
-      RenderNamedFlowThread at (0,0) size 620x180
-        RenderBlock {DIV} at (0,0) size 605x180
-          RenderBlock {DIV} at (5,5) size 595x170 [border: (1px solid #0000FF)]
-            RenderBlock {DIV} at (11,11) size 573x148 [border: (1px solid #008000)]
-              RenderBlock {P} at (17,1) size 275x146
-                RenderText {#text} at (0,0) size 274x146
-                  text run at (0,0) width 66: "This line"
-                  text run at (18,0) width 66: "of text"
-                  text run at (36,0) width 66: "should not"
-                  text run at (54,0) width 66: "get out of"
-                  text run at (72,0) width 19: "the"
-                  text run at (90,0) width 44: "region."
-                  text run at (108,0) width 66: "This line"
-                  text run at (126,0) width 66: "of text"
-                  text run at (144,0) width 66: "should not"
-                  text run at (167,0) width 146: "get out of the region."
-                  text run at (185,0) width 146: "This line of text should"
-                  text run at (203,0) width 146: "not get out of the"
-                  text run at (221,0) width 146: "region. This line of"
-                  text run at (239,0) width 146: "text should not get out"
-                  text run at (257,0) width 84: "of the region."
-              RenderBlock {P} at (308,1) size 162x146
-                RenderText {#text} at (0,0) size 161x146
-                  text run at (0,0) width 146: "This line of text should"
-                  text run at (18,0) width 146: "not get out of the"
-                  text run at (36,0) width 146: "region. This line of"
-                  text run at (54,0) width 146: "text should not get out"
-                  text run at (72,0) width 146: "of the region. This line"
-                  text run at (90,0) width 146: "of text should not get"
-                  text run at (108,0) width 146: "out of the region. This"
-                  text run at (126,0) width 146: "line of text should not"
-                  text run at (144,0) width 131: "get out of the region."
-              RenderBlock {P} at (484,1) size 72x146
-                RenderText {#text} at (0,0) size 71x86
-                  text run at (0,0) width 86: "This line of"
-                  text run at (18,0) width 86: "text should"
-                  text run at (36,0) width 86: "not get out of"
-                  text run at (54,0) width 67: "the region."
-  Regions for flow 'flow1'
-    RenderRegion {DIV} #region1
-    RenderRegion {DIV} #region2
-    RenderRegion {DIV} #region3

Deleted: trunk/LayoutTests/platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt (149373 => 149374)


--- trunk/LayoutTests/platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt	2013-04-30 16:51:52 UTC (rev 149373)
+++ trunk/LayoutTests/platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt	2013-04-30 16:57:24 UTC (rev 149374)
@@ -1,41 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x422
-  RenderBlock {HTML} at (0,0) size 800x422
-    RenderBody {BODY} at (8,8) size 784x406
-      RenderBlock {DIV} at (0,0) size 784x406
-        RenderRegion {DIV} at (0,0) size 202x102 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (0,102) size 302x182 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (0,284) size 122x122 [border: (1px solid #000000)]
-Flow Threads
-  Thread with flow-name 'flow1'
-    layer at (0,0) size 300x400
-      RenderNamedFlowThread at (0,0) size 300x400
-        RenderBlock {DIV} at (0,0) size 300x381
-          RenderBlock {DIV} at (5,5) size 290x371 [border: (1px solid #0000FF)]
-            RenderBlock {DIV} at (11,11) size 268x349 [border: (1px solid #008000)]
-              RenderBlock {P} at (1,17) size 266x118
-                RenderText {#text} at (0,0) size 266x118
-                  text run at (0,0) width 166: "This line of text should"
-                  text run at (0,17) width 166: "not get out of the region."
-                  text run at (0,34) width 166: "This line of text should"
-                  text run at (0,67) width 266: "not get out of the region. This line of text"
-                  text run at (0,84) width 266: "should not get out of the region. This line"
-                  text run at (0,101) width 245: "of text should not get out of the region."
-              RenderBlock {P} at (1,151) size 266x85
-                RenderText {#text} at (0,0) size 266x85
-                  text run at (0,0) width 266: "This line of text should not get out of the"
-                  text run at (0,17) width 266: "region. This line of text should not get out"
-                  text run at (0,34) width 266: "of the region. This line of text should not"
-                  text run at (0,51) width 266: "get out of the region. This line of text"
-                  text run at (0,68) width 201: "should not get out of the region."
-              RenderBlock {P} at (1,264) size 266x68
-                RenderText {#text} at (0,0) size 86x68
-                  text run at (0,0) width 86: "This line of"
-                  text run at (0,17) width 86: "text should"
-                  text run at (0,34) width 86: "not get out of"
-                  text run at (0,51) width 67: "the region."
-  Regions for flow 'flow1'
-    RenderRegion {DIV} #region1
-    RenderRegion {DIV} #region2
-    RenderRegion {DIV} #region3

Deleted: trunk/LayoutTests/platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt (149373 => 149374)


--- trunk/LayoutTests/platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt	2013-04-30 16:51:52 UTC (rev 149373)
+++ trunk/LayoutTests/platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt	2013-04-30 16:57:24 UTC (rev 149374)
@@ -1,54 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 642x600
-  RenderBlock {HTML} at (0,0) size 642x600
-    RenderBody {BODY} at (8,8) size 626x584
-      RenderBlock {DIV} at (0,0) size 626x584
-        RenderRegion {DIV} at (0,0) size 202x102 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (202,0) size 302x182 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (504,0) size 122x122 [border: (1px solid #000000)]
-Flow Threads
-  Thread with flow-name 'flow1'
-    layer at (0,0) size 620x180
-      RenderNamedFlowThread at (0,0) size 620x180
-        RenderBlock {DIV} at (0,0) size 601x180
-          RenderBlock {DIV} at (5,5) size 591x170 [border: (1px solid #0000FF)]
-            RenderBlock {DIV} at (11,11) size 569x148 [border: (1px solid #008000)]
-              RenderBlock {P} at (17,1) size 269x146
-                RenderText {#text} at (0,0) size 269x146
-                  text run at (0,0) width 66: "This line"
-                  text run at (17,0) width 66: "of text"
-                  text run at (34,0) width 66: "should not"
-                  text run at (51,0) width 66: "get out of"
-                  text run at (68,0) width 19: "the"
-                  text run at (85,0) width 44: "region."
-                  text run at (102,0) width 66: "This line"
-                  text run at (119,0) width 66: "of text"
-                  text run at (136,0) width 66: "should not"
-                  text run at (167,0) width 146: "get out of the region."
-                  text run at (184,0) width 146: "This line of text should"
-                  text run at (201,0) width 146: "not get out of the"
-                  text run at (218,0) width 146: "region. This line of"
-                  text run at (235,0) width 146: "text should not get out"
-                  text run at (252,0) width 84: "of the region."
-              RenderBlock {P} at (302,1) size 153x146
-                RenderText {#text} at (0,0) size 153x146
-                  text run at (0,0) width 146: "This line of text should"
-                  text run at (17,0) width 146: "not get out of the"
-                  text run at (34,0) width 146: "region. This line of"
-                  text run at (51,0) width 146: "text should not get out"
-                  text run at (68,0) width 146: "of the region. This line"
-                  text run at (85,0) width 146: "of text should not get"
-                  text run at (102,0) width 146: "out of the region. This"
-                  text run at (119,0) width 146: "line of text should not"
-                  text run at (136,0) width 131: "get out of the region."
-              RenderBlock {P} at (484,1) size 68x146
-                RenderText {#text} at (0,0) size 68x86
-                  text run at (0,0) width 86: "This line of"
-                  text run at (17,0) width 86: "text should"
-                  text run at (34,0) width 86: "not get out of"
-                  text run at (51,0) width 67: "the region."
-  Regions for flow 'flow1'
-    RenderRegion {DIV} #region1
-    RenderRegion {DIV} #region2
-    RenderRegion {DIV} #region3

Deleted: trunk/LayoutTests/platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt (149373 => 149374)


--- trunk/LayoutTests/platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt	2013-04-30 16:51:52 UTC (rev 149373)
+++ trunk/LayoutTests/platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt	2013-04-30 16:57:24 UTC (rev 149374)
@@ -1,41 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x422
-  RenderBlock {HTML} at (0,0) size 800x422
-    RenderBody {BODY} at (8,8) size 784x406
-      RenderBlock {DIV} at (0,0) size 784x406
-        RenderRegion {DIV} at (0,0) size 202x102 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (0,102) size 302x182 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (0,284) size 122x122 [border: (1px solid #000000)]
-Flow Threads
-  Thread with flow-name 'flow1'
-    layer at (0,0) size 300x400
-      RenderNamedFlowThread at (0,0) size 300x400
-        RenderBlock {DIV} at (0,0) size 300x385
-          RenderBlock {DIV} at (5,5) size 290x375 [border: (1px solid #0000FF)]
-            RenderBlock {DIV} at (11,11) size 268x353 [border: (1px solid #008000)]
-              RenderBlock {P} at (1,17) size 266x121
-                RenderText {#text} at (0,0) size 266x121
-                  text run at (0,0) width 166: "This line of text should"
-                  text run at (0,18) width 166: "not get out of the region."
-                  text run at (0,36) width 166: "This line of text should"
-                  text run at (0,67) width 266: "not get out of the region. This line of text"
-                  text run at (0,85) width 266: "should not get out of the region. This line"
-                  text run at (0,103) width 245: "of text should not get out of the region."
-              RenderBlock {P} at (1,154) size 266x90
-                RenderText {#text} at (0,0) size 266x90
-                  text run at (0,0) width 266: "This line of text should not get out of the"
-                  text run at (0,18) width 266: "region. This line of text should not get out"
-                  text run at (0,36) width 266: "of the region. This line of text should not"
-                  text run at (0,54) width 266: "get out of the region. This line of text"
-                  text run at (0,72) width 201: "should not get out of the region."
-              RenderBlock {P} at (1,264) size 266x72
-                RenderText {#text} at (0,0) size 86x72
-                  text run at (0,0) width 86: "This line of"
-                  text run at (0,18) width 86: "text should"
-                  text run at (0,36) width 86: "not get out of"
-                  text run at (0,54) width 67: "the region."
-  Regions for flow 'flow1'
-    RenderRegion {DIV} #region1
-    RenderRegion {DIV} #region2
-    RenderRegion {DIV} #region3

Deleted: trunk/LayoutTests/platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt (149373 => 149374)


--- trunk/LayoutTests/platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt	2013-04-30 16:51:52 UTC (rev 149373)
+++ trunk/LayoutTests/platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt	2013-04-30 16:57:24 UTC (rev 149374)
@@ -1,54 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 642x600
-  RenderBlock {HTML} at (0,0) size 642x600
-    RenderBody {BODY} at (8,8) size 626x584
-      RenderBlock {DIV} at (0,0) size 626x584
-        RenderRegion {DIV} at (0,0) size 202x102 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (202,0) size 302x182 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (504,0) size 122x122 [border: (1px solid #000000)]
-Flow Threads
-  Thread with flow-name 'flow1'
-    layer at (0,0) size 620x180
-      RenderNamedFlowThread at (0,0) size 620x180
-        RenderBlock {DIV} at (0,0) size 605x180
-          RenderBlock {DIV} at (5,5) size 595x170 [border: (1px solid #0000FF)]
-            RenderBlock {DIV} at (11,11) size 573x148 [border: (1px solid #008000)]
-              RenderBlock {P} at (17,1) size 275x146
-                RenderText {#text} at (0,0) size 275x146
-                  text run at (0,0) width 66: "This line"
-                  text run at (18,0) width 66: "of text"
-                  text run at (36,0) width 66: "should not"
-                  text run at (54,0) width 66: "get out of"
-                  text run at (72,0) width 19: "the"
-                  text run at (90,0) width 44: "region."
-                  text run at (108,0) width 66: "This line"
-                  text run at (126,0) width 66: "of text"
-                  text run at (144,0) width 66: "should not"
-                  text run at (167,0) width 146: "get out of the region."
-                  text run at (185,0) width 146: "This line of text should"
-                  text run at (203,0) width 146: "not get out of the"
-                  text run at (221,0) width 146: "region. This line of"
-                  text run at (239,0) width 146: "text should not get out"
-                  text run at (257,0) width 84: "of the region."
-              RenderBlock {P} at (308,1) size 162x146
-                RenderText {#text} at (0,0) size 162x146
-                  text run at (0,0) width 146: "This line of text should"
-                  text run at (18,0) width 146: "not get out of the"
-                  text run at (36,0) width 146: "region. This line of"
-                  text run at (54,0) width 146: "text should not get out"
-                  text run at (72,0) width 146: "of the region. This line"
-                  text run at (90,0) width 146: "of text should not get"
-                  text run at (108,0) width 146: "out of the region. This"
-                  text run at (126,0) width 146: "line of text should not"
-                  text run at (144,0) width 131: "get out of the region."
-              RenderBlock {P} at (484,1) size 72x146
-                RenderText {#text} at (0,0) size 72x86
-                  text run at (0,0) width 86: "This line of"
-                  text run at (18,0) width 86: "text should"
-                  text run at (36,0) width 86: "not get out of"
-                  text run at (54,0) width 67: "the region."
-  Regions for flow 'flow1'
-    RenderRegion {DIV} #region1
-    RenderRegion {DIV} #region2
-    RenderRegion {DIV} #region3

Deleted: trunk/LayoutTests/platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt (149373 => 149374)


--- trunk/LayoutTests/platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt	2013-04-30 16:51:52 UTC (rev 149373)
+++ trunk/LayoutTests/platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt	2013-04-30 16:57:24 UTC (rev 149374)
@@ -1,41 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x422
-  RenderBlock {HTML} at (0,0) size 800x422
-    RenderBody {BODY} at (8,8) size 784x406
-      RenderBlock {DIV} at (0,0) size 784x406
-        RenderRegion {DIV} at (0,0) size 202x102 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (0,102) size 302x182 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (0,284) size 122x122 [border: (1px solid #000000)]
-Flow Threads
-  Thread with flow-name 'flow1'
-    layer at (0,0) size 300x400
-      RenderNamedFlowThread at (0,0) size 300x400
-        RenderBlock {DIV} at (0,0) size 300x389
-          RenderBlock {DIV} at (5,5) size 290x379 [border: (1px solid #0000FF)]
-            RenderBlock {DIV} at (11,11) size 268x357 [border: (1px solid #008000)]
-              RenderBlock {P} at (1,17) size 266x124
-                RenderText {#text} at (0,0) size 266x124
-                  text run at (0,0) width 166: "This line of text should not"
-                  text run at (0,19) width 166: "get out of the region. This"
-                  text run at (0,38) width 166: "line of text should not get"
-                  text run at (0,67) width 266: "out of the region. This line of text should not"
-                  text run at (0,86) width 266: "get out of the region. This line of text should"
-                  text run at (0,105) width 147: "not get out of the region."
-              RenderBlock {P} at (1,157) size 266x95
-                RenderText {#text} at (0,0) size 266x95
-                  text run at (0,0) width 266: "This line of text should not get out of the"
-                  text run at (0,19) width 266: "region. This line of text should not get out of"
-                  text run at (0,38) width 266: "the region. This line of text should not get"
-                  text run at (0,57) width 266: "out of the region. This line of text should not"
-                  text run at (0,76) width 124: "get out of the region."
-              RenderBlock {P} at (1,264) size 266x76
-                RenderText {#text} at (0,0) size 86x76
-                  text run at (0,0) width 86: "This line of"
-                  text run at (0,19) width 86: "text should"
-                  text run at (0,38) width 86: "not get out of"
-                  text run at (0,57) width 63: "the region."
-  Regions for flow 'flow1'
-    RenderRegion {DIV} #region1
-    RenderRegion {DIV} #region2
-    RenderRegion {DIV} #region3

Deleted: trunk/LayoutTests/platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt (149373 => 149374)


--- trunk/LayoutTests/platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt	2013-04-30 16:51:52 UTC (rev 149373)
+++ trunk/LayoutTests/platform/qt/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt	2013-04-30 16:57:24 UTC (rev 149374)
@@ -1,52 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 642x600
-  RenderBlock {HTML} at (0,0) size 642x600
-    RenderBody {BODY} at (8,8) size 626x584
-      RenderBlock {DIV} at (0,0) size 626x584
-        RenderRegion {DIV} at (0,0) size 202x102 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (202,0) size 302x182 [border: (1px solid #000000)]
-        RenderRegion {DIV} at (504,0) size 122x122 [border: (1px solid #000000)]
-Flow Threads
-  Thread with flow-name 'flow1'
-    layer at (0,0) size 620x180
-      RenderNamedFlowThread at (0,0) size 620x180
-        RenderBlock {DIV} at (0,0) size 609x180
-          RenderBlock {DIV} at (5,5) size 599x170 [border: (1px solid #0000FF)]
-            RenderBlock {DIV} at (11,11) size 577x148 [border: (1px solid #008000)]
-              RenderBlock {P} at (17,1) size 262x146
-                RenderText {#text} at (0,0) size 262x146
-                  text run at (0,0) width 66: "This line of"
-                  text run at (19,0) width 66: "text should"
-                  text run at (38,0) width 66: "not get out"
-                  text run at (57,0) width 66: "of the"
-                  text run at (76,0) width 41: "region."
-                  text run at (95,0) width 66: "This line of"
-                  text run at (114,0) width 66: "text should"
-                  text run at (133,0) width 66: "not get out"
-                  text run at (167,0) width 146: "of the region. This line"
-                  text run at (186,0) width 146: "of text should not get"
-                  text run at (205,0) width 146: "out of the region. This"
-                  text run at (224,0) width 146: "line of text should not"
-                  text run at (243,0) width 124: "get out of the region."
-              RenderBlock {P} at (295,1) size 171x146
-                RenderText {#text} at (0,0) size 171x146
-                  text run at (0,0) width 146: "This line of text should"
-                  text run at (19,0) width 146: "not get out of the"
-                  text run at (38,0) width 146: "region. This line of text"
-                  text run at (57,0) width 146: "should not get out of the"
-                  text run at (76,0) width 146: "region. This line of text"
-                  text run at (95,0) width 146: "should not get out of the"
-                  text run at (114,0) width 146: "region. This line of text"
-                  text run at (133,0) width 146: "should not get out of the"
-                  text run at (152,0) width 41: "region."
-              RenderBlock {P} at (484,1) size 76x146
-                RenderText {#text} at (0,0) size 76x86
-                  text run at (0,0) width 86: "This line of"
-                  text run at (19,0) width 86: "text should"
-                  text run at (38,0) width 86: "not get out of"
-                  text run at (57,0) width 63: "the region."
-  Regions for flow 'flow1'
-    RenderRegion {DIV} #region1
-    RenderRegion {DIV} #region2
-    RenderRegion {DIV} #region3
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to