<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[191304] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/191304">191304</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2015-10-19 12:11:46 -0700 (Mon, 19 Oct 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Rebaselining fast/dynamic/insert-before-table-part-in-continuation.html for win
https://bugs.webkit.org/show_bug.cgi?id=150126

Patch by Ryan Haddad &lt;ryanhaddad@apple.com&gt; on 2015-10-19
Reviewed by Zalan Bujtas.

* platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastdynamicinsertbeforetablepartincontinuationexpectedtxt">trunk/LayoutTests/platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (191303 => 191304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-10-19 19:09:14 UTC (rev 191303)
+++ trunk/LayoutTests/ChangeLog        2015-10-19 19:11:46 UTC (rev 191304)
</span><span class="lines">@@ -1,5 +1,14 @@
</span><span class="cx"> 2015-10-19  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Rebaselining fast/dynamic/insert-before-table-part-in-continuation.html for win
+        https://bugs.webkit.org/show_bug.cgi?id=150126
+
+        Reviewed by Zalan Bujtas.
+
+        * platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
+
+2015-10-19  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
+
</ins><span class="cx">         Removing Yosemite-only flag for flaky test http/tests/media/video-query-url.html
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=141085
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastdynamicinsertbeforetablepartincontinuationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt (191303 => 191304)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt        2015-10-19 19:09:14 UTC (rev 191303)
+++ trunk/LayoutTests/platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt        2015-10-19 19:11:46 UTC (rev 191304)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><del>-layer at (0,0) size 785x678
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x678
-  RenderBlock {HTML} at (0,0) size 785x678
-    RenderBody {BODY} at (8,8) size 769x662
-      RenderBlock {P} at (0,0) size 769x18
</del><ins>+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
</ins><span class="cx">         RenderText {#text} at (0,0) size 53x18
</span><span class="cx">           text run at (0,0) width 53: &quot;Test for &quot;
</span><span class="cx">         RenderInline {I} at (0,0) size 632x18
</span><span class="lines">@@ -15,111 +15,89 @@
</span><span class="cx">             text run at (358,0) width 327: &quot;Safari Crashes when opening a JS TreeGrid widget&quot;
</span><span class="cx">         RenderText {#text} at (685,0) size 4x18
</span><span class="cx">           text run at (685,0) width 4: &quot;.&quot;
</span><del>-      RenderBlock {P} at (0,34) size 769x72
-        RenderText {#text} at (0,0) size 761x72
-          text run at (0,0) width 753: &quot;The test sets up an inline parent with a child that is some kind of table part. The child gets broken off into a continuation&quot;
-          text run at (0,18) width 761: &quot;and anonymous table parts get created below and/or above the table parts. Then the test tries to insert a new child into the&quot;
-          text run at (0,36) width 743: &quot;inline, specifying the table part as the \&quot;before child\&quot;. The resulting render tree should look just like it would look if the&quot;
-          text run at (0,54) width 122: &quot;parent was a block.&quot;
-      RenderBlock {DIV} at (0,122) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 128x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-            RenderText {#text} at (41,0) size 87x18
-              text run at (41,0) width 87: &quot;goes here and&quot;
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+      RenderBlock {P} at (0,34) size 784x72
+        RenderText {#text} at (0,0) size 783x72
+          text run at (0,0) width 780: &quot;The test sets up an inline parent with a child that is some kind of table part. The child gets broken off into a continuation and&quot;
+          text run at (0,18) width 777: &quot;anonymous table parts get created below and/or above the table parts. Then the test tries to insert a new child into the inline,&quot;
+          text run at (0,36) width 783: &quot;specifying the table part as the \&quot;before child\&quot;. The resulting render tree should look just like it would look if the parent was a&quot;
+          text run at (0,54) width 39: &quot;block.&quot;
+      RenderBlock {DIV} at (0,122) size 784x18
+        RenderInline {SPAN} at (0,0) size 231x18
+          RenderText {#text} at (0,0) size 41x18
+            text run at (0,0) width 41: &quot;Text...&quot;
+          RenderText {#text} at (41,0) size 87x18
+            text run at (41,0) width 87: &quot;goes here and&quot;
+          RenderTable at (128,0) size 103x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 103x18
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 103x18
</span><span class="cx">                 RenderTableCell {DIV} at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,158) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 41x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 104x18
</del><ins>+      RenderBlock {DIV} at (0,140) size 784x18
+        RenderInline {SPAN} at (0,0) size 145x18
+          RenderText {#text} at (0,0) size 41x18
+            text run at (0,0) width 41: &quot;Text...&quot;
+          RenderTable at (41,0) size 104x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 104x18
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 104x18
</span><span class="cx">                 RenderTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderTableCell {DIV} at (0,0) size 104x18 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,194) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 41x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+      RenderBlock {DIV} at (0,158) size 784x22
+        RenderInline {SPAN} at (0,0) size 144x18
+          RenderText {#text} at (0,4) size 41x18
+            text run at (0,4) width 41: &quot;Text...&quot;
+          RenderTable at (41,0) size 103x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 103x18
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 103x0
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 103x18
</span><span class="cx">                 RenderTableCell {DIV} at (0,0) size 103x18 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,230) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 41x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-            RenderInline {SPAN} at (0,0) size 0x18
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+      RenderBlock {DIV} at (0,180) size 784x18
+        RenderInline {SPAN} at (0,0) size 144x18
+          RenderText {#text} at (0,0) size 41x18
+            text run at (0,0) width 41: &quot;Text...&quot;
+          RenderInline {SPAN} at (0,0) size 0x18
+          RenderTable at (41,0) size 103x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 103x18
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 103x18
</span><span class="cx">                 RenderTableCell {DIV} at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,266) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
</del><ins>+      RenderBlock {DIV} at (0,198) size 784x36
+        RenderBlock (anonymous) at (0,0) size 784x18
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 41x18
</span><span class="cx">             RenderText {#text} at (0,0) size 41x18
</span><span class="cx">               text run at (0,0) width 41: &quot;Text...&quot;
</span><del>-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderBlock {DIV} at (0,0) size 769x0
-          RenderTable at (0,0) size 103x18
</del><ins>+        RenderBlock (anonymous) at (0,18) size 784x0
+          RenderBlock {DIV} at (0,0) size 784x0
+        RenderBlock (anonymous) at (0,18) size 784x18
+          RenderInline {SPAN} at (0,0) size 103x18
+            RenderTable at (0,0) size 103x18
+              RenderTableSection (anonymous) at (0,0) size 103x18
+                RenderTableRow (anonymous) at (0,0) size 103x18
+                  RenderTableCell {DIV} at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (0,0) size 103x18
+                      text run at (0,0) width 103: &quot;...continues here&quot;
+      RenderBlock {DIV} at (0,234) size 784x18
+        RenderInline {SPAN} at (0,0) size 231x18
+          RenderText {#text} at (0,0) size 41x18
+            text run at (0,0) width 41: &quot;Text...&quot;
+          RenderText {#text} at (41,0) size 87x18
+            text run at (41,0) width 87: &quot;goes here and&quot;
+          RenderTable at (128,0) size 103x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 103x18
</span><del>-              RenderTableRow (anonymous) at (0,0) size 103x18
-                RenderTableCell {DIV} at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (0,0) size 103x18
-                    text run at (0,0) width 103: &quot;...continues here&quot;
-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,302) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 128x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-            RenderText {#text} at (41,0) size 87x18
-              text run at (41,0) width 87: &quot;goes here and&quot;
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
-            RenderTableSection (anonymous) at (0,0) size 103x18
</del><span class="cx">               RenderTableRow {DIV} at (0,0) size 103x18
</span><span class="cx">                 RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,338) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 41x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+      RenderBlock {DIV} at (0,252) size 784x22
+        RenderInline {SPAN} at (0,0) size 144x18
+          RenderText {#text} at (0,4) size 41x18
+            text run at (0,4) width 41: &quot;Text...&quot;
+          RenderTable at (41,0) size 103x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 103x18
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 103x0
</span><span class="cx">                 RenderTableCell {TD} at (0,0) size 103x0 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -127,76 +105,60 @@
</span><span class="cx">                 RenderTableCell (anonymous) at (0,0) size 103x18 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,374) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 41x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+      RenderBlock {DIV} at (0,274) size 784x22
+        RenderInline {SPAN} at (0,0) size 144x18
+          RenderText {#text} at (0,4) size 41x18
+            text run at (0,4) width 41: &quot;Text...&quot;
+          RenderTable at (41,0) size 103x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 103x18
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 103x0
</span><span class="cx">               RenderTableRow {DIV} at (0,0) size 103x18
</span><span class="cx">                 RenderTableCell (anonymous) at (0,0) size 103x18 [r=1 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,410) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 41x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-            RenderInline {SPAN} at (0,0) size 0x18
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+      RenderBlock {DIV} at (0,296) size 784x18
+        RenderInline {SPAN} at (0,0) size 144x18
+          RenderText {#text} at (0,0) size 41x18
+            text run at (0,0) width 41: &quot;Text...&quot;
+          RenderInline {SPAN} at (0,0) size 0x18
+          RenderTable at (41,0) size 103x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 103x18
</span><span class="cx">               RenderTableRow {DIV} at (0,0) size 103x18
</span><span class="cx">                 RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,446) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
</del><ins>+      RenderBlock {DIV} at (0,314) size 784x36
+        RenderBlock (anonymous) at (0,0) size 784x18
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 41x18
</span><span class="cx">             RenderText {#text} at (0,0) size 41x18
</span><span class="cx">               text run at (0,0) width 41: &quot;Text...&quot;
</span><del>-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderBlock {DIV} at (0,0) size 769x0
-          RenderTable at (0,0) size 103x18
-            RenderTableSection (anonymous) at (0,0) size 103x18
-              RenderTableRow {DIV} at (0,0) size 103x18
-                RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (0,0) size 103x18
-                    text run at (0,0) width 103: &quot;...continues here&quot;
-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,482) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 128x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-            RenderText {#text} at (41,0) size 87x18
-              text run at (41,0) width 87: &quot;goes here and&quot;
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+        RenderBlock (anonymous) at (0,18) size 784x0
+          RenderBlock {DIV} at (0,0) size 784x0
+        RenderBlock (anonymous) at (0,18) size 784x18
+          RenderInline {SPAN} at (0,0) size 103x18
+            RenderTable at (0,0) size 103x18
+              RenderTableSection (anonymous) at (0,0) size 103x18
+                RenderTableRow {DIV} at (0,0) size 103x18
+                  RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (0,0) size 103x18
+                      text run at (0,0) width 103: &quot;...continues here&quot;
+      RenderBlock {DIV} at (0,350) size 784x18
+        RenderInline {SPAN} at (0,0) size 231x18
+          RenderText {#text} at (0,0) size 41x18
+            text run at (0,0) width 41: &quot;Text...&quot;
+          RenderText {#text} at (41,0) size 87x18
+            text run at (41,0) width 87: &quot;goes here and&quot;
+          RenderTable at (128,0) size 103x18
</ins><span class="cx">             RenderTableSection {DIV} at (0,0) size 103x18
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 103x18
</span><span class="cx">                 RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,518) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 41x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+      RenderBlock {DIV} at (0,368) size 784x22
+        RenderInline {SPAN} at (0,0) size 144x18
+          RenderText {#text} at (0,4) size 41x18
+            text run at (0,4) width 41: &quot;Text...&quot;
+          RenderTable at (41,0) size 103x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 103x0
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 103x0
</span><span class="cx">                 RenderTableCell {TD} at (0,0) size 103x0 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -205,15 +167,11 @@
</span><span class="cx">                 RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,554) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 41x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+      RenderBlock {DIV} at (0,390) size 784x22
+        RenderInline {SPAN} at (0,0) size 144x18
+          RenderText {#text} at (0,4) size 41x18
+            text run at (0,4) width 41: &quot;Text...&quot;
+          RenderTable at (41,0) size 103x18
</ins><span class="cx">             RenderTableSection (anonymous) at (0,0) size 103x0
</span><span class="cx">               RenderTableRow {TR} at (0,0) size 103x0
</span><span class="cx">             RenderTableSection {DIV} at (0,0) size 103x18
</span><span class="lines">@@ -221,35 +179,29 @@
</span><span class="cx">                 RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,590) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
-          RenderInline {SPAN} at (0,0) size 41x18
-            RenderText {#text} at (0,0) size 41x18
-              text run at (0,0) width 41: &quot;Text...&quot;
-            RenderInline {SPAN} at (0,0) size 0x18
-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderTable at (0,0) size 103x18
</del><ins>+      RenderBlock {DIV} at (0,412) size 784x18
+        RenderInline {SPAN} at (0,0) size 144x18
+          RenderText {#text} at (0,0) size 41x18
+            text run at (0,0) width 41: &quot;Text...&quot;
+          RenderInline {SPAN} at (0,0) size 0x18
+          RenderTable at (41,0) size 103x18
</ins><span class="cx">             RenderTableSection {DIV} at (0,0) size 103x18
</span><span class="cx">               RenderTableRow (anonymous) at (0,0) size 103x18
</span><span class="cx">                 RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                   RenderText {#text} at (0,0) size 103x18
</span><span class="cx">                     text run at (0,0) width 103: &quot;...continues here&quot;
</span><del>-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
-      RenderBlock {DIV} at (0,626) size 769x36
-        RenderBlock (anonymous) at (0,0) size 769x18
</del><ins>+      RenderBlock {DIV} at (0,430) size 784x36
+        RenderBlock (anonymous) at (0,0) size 784x18
</ins><span class="cx">           RenderInline {SPAN} at (0,0) size 41x18
</span><span class="cx">             RenderText {#text} at (0,0) size 41x18
</span><span class="cx">               text run at (0,0) width 41: &quot;Text...&quot;
</span><del>-        RenderBlock (anonymous) at (0,18) size 769x18
-          RenderBlock {DIV} at (0,0) size 769x0
-          RenderTable at (0,0) size 103x18
-            RenderTableSection {DIV} at (0,0) size 103x18
-              RenderTableRow (anonymous) at (0,0) size 103x18
-                RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
-                  RenderText {#text} at (0,0) size 103x18
-                    text run at (0,0) width 103: &quot;...continues here&quot;
-        RenderBlock (anonymous) at (0,36) size 769x0
-          RenderInline {SPAN} at (0,0) size 0x0
</del><ins>+        RenderBlock (anonymous) at (0,18) size 784x0
+          RenderBlock {DIV} at (0,0) size 784x0
+        RenderBlock (anonymous) at (0,18) size 784x18
+          RenderInline {SPAN} at (0,0) size 103x18
+            RenderTable at (0,0) size 103x18
+              RenderTableSection {DIV} at (0,0) size 103x18
+                RenderTableRow (anonymous) at (0,0) size 103x18
+                  RenderTableCell (anonymous) at (0,0) size 103x18 [r=0 c=0 rs=1 cs=1]
+                    RenderText {#text} at (0,0) size 103x18
+                      text run at (0,0) width 103: &quot;...continues here&quot;
</ins><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>