<!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>[174135] 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/174135">174135</a></dd>
<dt>Author</dt> <dd>roger_fong@apple.com</dd>
<dt>Date</dt> <dd>2014-09-30 16:42:35 -0700 (Tue, 30 Sep 2014)</dd>
</dl>
<h3>Log Message</h3>
<pre>[ Windows ] More Windows test gardening to get bots green.
* platform/win/TestExpectations:
* platform/win/css3/unicode-bidi-isolate-basic-expected.txt:
* platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
* platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwincss3unicodebidiisolatebasicexpectedtxt">trunk/LayoutTests/platform/win/css3/unicode-bidi-isolate-basic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastmulticolverticalrlfloatmulticolexpectedtxt">trunk/LayoutTests/platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastmulticolverticalrlnestedcolumnsexpectedtxt">trunk/LayoutTests/platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (174134 => 174135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-09-30 23:32:37 UTC (rev 174134)
+++ trunk/LayoutTests/ChangeLog        2014-09-30 23:42:35 UTC (rev 174135)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-09-30 Roger Fong <roger_fong@apple.com>
+
+ [ Windows ] More Windows test gardening to get bots green.
+
+ * platform/win/TestExpectations:
+ * platform/win/css3/unicode-bidi-isolate-basic-expected.txt:
+ * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
+ * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
+
</ins><span class="cx"> 2014-09-30 Beth Dakin <bdakin@apple.com>
</span><span class="cx">
</span><span class="cx"> According to the history, this test has been very flaky. Marking as such.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (174134 => 174135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2014-09-30 23:32:37 UTC (rev 174134)
+++ trunk/LayoutTests/platform/win/TestExpectations        2014-09-30 23:42:35 UTC (rev 174135)
</span><span class="lines">@@ -41,6 +41,9 @@
</span><span class="cx"> css3/filters/effect-opacity-hw.html
</span><span class="cx"> css3/filters/effect-saturate-hw.html
</span><span class="cx"> css3/filters/effect-sepia-hw.html
</span><ins>+css3/filters/animation-from-initial-values-with-color-matrix.html
+css3/filters/filter-is-on-subpixel-position.html
+css3/masking/clip-path-filter.html
</ins><span class="cx">
</span><span class="cx"> # Remove from list after enabling CANVAS_PATH
</span><span class="cx"> fast/canvas/canvas-path-constructors.html
</span><span class="lines">@@ -990,6 +993,7 @@
</span><span class="cx"> fast/media/print-restores-previous-mediatype.html
</span><span class="cx">
</span><span class="cx"> webkit.org/b/35973 fast/multicol/hit-test-above-or-below.html [ Failure ]
</span><ins>+webkit.org/b/35973 fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html [ Failure ]
</ins><span class="cx">
</span><span class="cx"> # Needs progress element support
</span><span class="cx"> webkit.org/b/49769 fast/dom/HTMLProgressElement [ Pass Failure ]
</span><span class="lines">@@ -1356,6 +1360,7 @@
</span><span class="cx"> webgl/conformance/rendering/draw-elements-out-of-bounds.html
</span><span class="cx">
</span><span class="cx"> # failing webgl tests
</span><ins>+webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-video.html
</ins><span class="cx"> webgl/1.0.1/conformance/canvas/buffer-offscreen-test.html
</span><span class="cx"> webgl/1.0.1/conformance/canvas/buffer-preserve-test.html
</span><span class="cx"> webgl/1.0.1/conformance/context/context-lost-restored.html
</span><span class="lines">@@ -1387,6 +1392,12 @@
</span><span class="cx"> webgl/1.0.2/conformance/textures/texture-npot-video.html
</span><span class="cx"> webgl/1.0.2/conformance/uniforms/uniform-location.html
</span><span class="cx"> webgl/1.0.2/conformance/rendering/more-than-65536-indices.html
</span><ins>+webgl/1.0.2/conformance/extensions/oes-texture-float-with-video.html
+webgl/1.0.2/conformance/ogles/GL/log2/log2_001_to_008.html
+webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html
+webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html
+webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html
+webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video.html
</ins><span class="cx"> webgl/conformance/canvas/buffer-offscreen-test.html
</span><span class="cx"> webgl/conformance/canvas/buffer-preserve-test.html
</span><span class="cx"> webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html
</span><span class="lines">@@ -1665,6 +1676,7 @@
</span><span class="cx"> webkit.org/b/88150 [ Debug ] compositing/geometry/clipping-foreground.html [ Crash ]
</span><span class="cx">
</span><span class="cx"> # Need rebaselining / checking - skipped en masse to get the bots green again
</span><ins>+css2.1/t0805-c5518-brdr-t-01-e.html
</ins><span class="cx"> css2.1/20110323/c543-txt-decor-000.html
</span><span class="cx"> css2.1/t0805-c5519-brdr-r-00-a.html
</span><span class="cx"> css2.1/t0805-c5520-brdr-b-01-e.html
</span><span class="lines">@@ -1906,12 +1918,20 @@
</span><span class="cx"> webkit.org/b/97026 media/audio-repaint.html [ Failure ]
</span><span class="cx"> webkit.org/b/97026 media/controls-styling-strict.html [ Failure ]
</span><span class="cx"> webkit.org/b/97026 media/video-controls-fullscreen-volume.html [ Failure ]
</span><ins>+webkit.org/b/97026 scrollbars/corner-resizer-window-inactive.html [ ImageOnlyFailure ]
+webkit.org/b/97026 scrollbars/custom-scrollbar-with-incomplete-style.html [ Failure ]
</ins><span class="cx"> webkit.org/b/97026 svg/custom/glyph-selection-bidi-mirror.svg [ Failure ]
</span><span class="cx"> webkit.org/b/97206 svg/custom/relative-sized-use-on-symbol.xhtml [ Failure ]
</span><span class="cx"> webkit.org/b/97026 svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml [ Failure ]
</span><span class="cx"> webkit.org/b/97026 svg/text/bidi-text-query.svg [ Failure ]
</span><span class="cx"> webkit.org/b/97026 svg/text/bidi-tspans.svg [ Failure ]
</span><span class="cx"> webkit.org/b/97026 svg/text/non-bmp-positioning-lists.svg [ Failure ]
</span><ins>+webkit.org/b/97026 svg/W3C-SVG-1.1/paths-data-03-f.svg        [ Failure ]
+webkit.org/b/97026 svg/as-image/svg-intrinsic-size-rectangular-vertical.html [ ImageOnlyFailure ]
+webkit.org/b/97026 svg/css/svg-resource-fragment-identifier-img-src.html [ ImageOnlyFailure ]
+webkit.org/b/97026 svg/custom/composited-svg-with-opacity.html [ ImageOnlyFailure ]
+webkit.org/b/97026 svg/custom/remove-subtree-including-use-with-child-textpath-that-references-earlier-path.html [ Failure ]
+webkit.org/b/97026 svg/text/tspan-dynamic-positioning.svg [ Crash ]
</ins><span class="cx"> http/tests/fullscreen/fullscreenelement-different-origin.html [ Skip ]
</span><span class="cx"> http/tests/fullscreen/fullscreenelement-same-origin.html [ Skip ]
</span><span class="cx"> http/tests/history/back-with-fragment-change.php [ Skip ]
</span><span class="lines">@@ -2827,6 +2847,11 @@
</span><span class="cx"> svg/clip-path/mask-userspaceonuse-content-clip.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/W3C-SVG-1.1/animate-elem-64-t.svg [ ImageOnlyFailure ]
</span><span class="cx"> svg/W3C-SVG-1.1/animate-elem-65-t.svg [ ImageOnlyFailure ]
</span><ins>+fast/multicol/vertical-rl/float-multicol.html [ ImageOnlyFailure ]
+fast/multicol/vertical-rl/nested-columns.html [ ImageOnlyFailure ]
+fast/regions/overflow/overflow-region-transform.html [ ImageOnlyFailure ]
+fast/regions/selection/selecting-text-including-region.html [ ImageOnlyFailure ]
+fast/text/empty-shadow.html [ ImageOnlyFailure ]
</ins><span class="cx">
</span><span class="cx"> # Navigator Hardware Concurrency not enabled on Windows
</span><span class="cx"> fast/dom/navigator-hardwareConcurrency.html
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwincss3unicodebidiisolatebasicexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/css3/unicode-bidi-isolate-basic-expected.txt (174134 => 174135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/css3/unicode-bidi-isolate-basic-expected.txt        2014-09-30 23:32:37 UTC (rev 174134)
+++ trunk/LayoutTests/platform/win/css3/unicode-bidi-isolate-basic-expected.txt        2014-09-30 23:42:35 UTC (rev 174135)
</span><span class="lines">@@ -12,6 +12,9 @@
</span><span class="cx"> text run at (0,36) width 392: "unicode-bidi: isolate is implemented and functioning correctly."
</span><span class="cx"> layer at (8,62) size 28x400
</span><span class="cx"> RenderBlock (positioned) {DIV} at (0,0) size 28x400 [color=#FF0000]
</span><ins>+ RenderMultiColumnSet at (0,0) size 28x400
+layer at (8,62) size 28x1960 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderMultiColumnFlowThread at (0,0) size 28x1960
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 28x18
</span><span class="cx"> RenderText {#text} at (0,0) size 7x18
</span><span class="cx"> text run at (0,0) width 7: "\""
</span><span class="lines">@@ -878,6 +881,9 @@
</span><span class="cx"> text run at (21,0) width 7: "c"
</span><span class="cx"> layer at (8,62) size 28x400
</span><span class="cx"> RenderBlock (positioned) {DIV} at (0,0) size 28x400 [color=#008000]
</span><ins>+ RenderMultiColumnSet at (0,0) size 28x400
+layer at (8,62) size 28x1960 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
+ RenderMultiColumnFlowThread at (0,0) size 28x1960
</ins><span class="cx"> RenderBlock {DIV} at (0,0) size 28x18
</span><span class="cx"> RenderText {#text} at (0,0) size 7x18
</span><span class="cx"> text run at (0,0) width 7: "\""
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastmulticolverticalrlfloatmulticolexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt (174134 => 174135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt        2014-09-30 23:32:37 UTC (rev 174134)
+++ trunk/LayoutTests/platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt        2014-09-30 23:42:35 UTC (rev 174135)
</span><span class="lines">@@ -4,6 +4,9 @@
</span><span class="cx"> RenderBlock {HTML} at (0,0) size 356x600
</span><span class="cx"> layer at (437,8) size 340x1500
</span><span class="cx"> RenderBody {BODY} at (8,8) size 340x1500
</span><ins>+ RenderMultiColumnSet at (0,0) size 340x1500
+layer at (-243,8) size 1020x479 backgroundClip at (0,0) size 785x1508 clip at (0,0) size 785x1508 outlineClip at (0,0) size 785x1508
+ RenderMultiColumnFlowThread at (0,0) size 1020x479
</ins><span class="cx"> RenderBlock {DIV} at (19,0) size 57x479 [bgcolor=#00FFFF]
</span><span class="cx"> RenderBlock (floating) {DIV} at (4,4) size 521x241 [bgcolor=#FFFF00]
</span><span class="cx"> RenderImage {IMG} at (0,0) size 133x70
</span><span class="lines">@@ -86,9 +89,9 @@
</span><span class="cx"> RenderText {#text} at (0,0) size 18x83
</span><span class="cx"> text run at (0,0) width 83: "Hello Kitty 9"
</span><span class="cx"> RenderBlock {H2} at (0,0) size 56x479
</span><del>- RenderText {#text} at (0,249) size 56x132
- text run at (0,249) width 124: "What Needs"
- text run at (28,249) width 132: "To Be Done?"
</del><ins>+ RenderText {#text} at (0,248) size 56x133
+ text run at (0,248) width 124: "What Needs"
+ text run at (28,248) width 132: "To Be Done?"
</ins><span class="cx"> RenderBlock (floating) {DIV} at (95,248) size 381x83 [bgcolor=#808080]
</span><span class="cx"> RenderBlock {P} at (16,0) size 18x82
</span><span class="cx"> RenderText {#text} at (0,0) size 18x74
</span><span class="lines">@@ -125,38 +128,38 @@
</span><span class="cx"> text run at (0,0) width 82: "Hola hola 11"
</span><span class="cx"> RenderBlock {DL} at (95,0) size 675x479
</span><span class="cx"> RenderBlock {DT} at (0,0) size 36x479
</span><del>- RenderText {#text} at (0,331) size 36x43
- text run at (0,331) width 43: "Report"
- text run at (18,331) width 33: "Bugs"
</del><ins>+ RenderText {#text} at (0,330) size 36x44
+ text run at (0,330) width 43: "Report"
+ text run at (18,330) width 33: "Bugs"
</ins><span class="cx"> RenderBlock {DD} at (52,40) size 465x439
</span><span class="cx"> RenderBlock {P} at (0,0) size 465x439
</span><del>- RenderText {#text} at (0,291) size 320x146
- text run at (0,291) width 46: "You've"
- text run at (18,291) width 46: "already"
- text run at (194,291) width 129: "downloaded a build."
- text run at (212,291) width 132: "All you have to do is"
- text run at (230,291) width 37: "use it "
- text run at (230,328) width 17: "as "
- text run at (230,345) width 91: "your everyday"
- text run at (248,291) width 146: "browser and mail/news"
- text run at (266,291) width 85: "reader. If you"
- text run at (284,291) width 125: "downloaded a build"
- text run at (302,291) width 32: "with "
- text run at (302,323) width 67: "Talkback, "
- RenderInline {EM} at (0,0) size 36x139
- RenderText {#text} at (302,390) size 36x139
- text run at (302,390) width 40: "please"
- text run at (320,291) width 58: "turn it on"
- RenderText {#text} at (320,349) size 126x436
- text run at (320,349) width 86: " when it asks."
- text run at (338,209) width 141: "Talkback reports give "
- text run at (338,350) width 53: "us really"
- text run at (356,209) width 87: "valuable data "
- text run at (356,296) width 132: "on which crashes are"
- text run at (374,209) width 168: "the most serious, and how "
- text run at (374,377) width 32: "often"
- text run at (392,209) width 155: "people are encountering "
- text run at (392,364) width 67: "them. And"
</del><ins>+ RenderText {#text} at (0,290) size 320x147
+ text run at (0,290) width 46: "You've"
+ text run at (18,290) width 46: "already"
+ text run at (194,290) width 129: "downloaded a build."
+ text run at (212,290) width 132: "All you have to do is"
+ text run at (230,290) width 37: "use it "
+ text run at (230,327) width 17: "as "
+ text run at (230,344) width 91: "your everyday"
+ text run at (248,290) width 146: "browser and mail/news"
+ text run at (266,290) width 85: "reader. If you"
+ text run at (284,290) width 125: "downloaded a build"
+ text run at (302,290) width 32: "with "
+ text run at (302,322) width 67: "Talkback, "
+ RenderInline {EM} at (0,0) size 36x140
+ RenderText {#text} at (302,389) size 36x140
+ text run at (302,389) width 40: "please"
+ text run at (320,290) width 58: "turn it on"
+ RenderText {#text} at (320,348) size 126x436
+ text run at (320,348) width 86: " when it asks."
+ text run at (338,208) width 141: "Talkback reports give "
+ text run at (338,349) width 53: "us really"
+ text run at (356,208) width 87: "valuable data "
+ text run at (356,295) width 132: "on which crashes are"
+ text run at (374,208) width 168: "the most serious, and how "
+ text run at (374,376) width 32: "often"
+ text run at (392,208) width 155: "people are encountering "
+ text run at (392,363) width 67: "them. And"
</ins><span class="cx"> text run at (410,0) width 211: "all you have to do is click \"OK\". "
</span><span class="cx"> text run at (410,211) width 225: "If you find something you think is a"
</span><span class="cx"> text run at (428,0) width 221: "bug, check to see if it's not already "
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastmulticolverticalrlnestedcolumnsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt (174134 => 174135)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt        2014-09-30 23:32:37 UTC (rev 174134)
+++ trunk/LayoutTests/platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt        2014-09-30 23:42:35 UTC (rev 174135)
</span><span class="lines">@@ -4,10 +4,13 @@
</span><span class="cx"> RenderBlock {HTML} at (0,0) size 785x600
</span><span class="cx"> layer at (277,8) size 500x750
</span><span class="cx"> RenderBody {BODY} at (8,8) size 500x750
</span><del>- RenderBlock {H1} at (0,0) size 37x367
</del><ins>+ RenderMultiColumnSet at (0,0) size 500x750
+layer at (-207,8) size 984x367 backgroundClip at (0,0) size 785x758 clip at (0,0) size 785x758 outlineClip at (0,0) size 785x758
+ RenderMultiColumnFlowThread at (0,0) size 984x367
+ RenderBlock {H1} at (21,0) size 38x367
</ins><span class="cx"> RenderText {#text} at (0,0) size 37x166
</span><span class="cx"> text run at (0,0) width 166: "Header One"
</span><del>- RenderBlock (anonymous) at (58,0) size 199x367
</del><ins>+ RenderBlock (anonymous) at (79,0) size 199x367
</ins><span class="cx"> RenderText {#text} at (0,0) size 198x362
</span><span class="cx"> text run at (0,0) width 354: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
</span><span class="cx"> text run at (18,0) width 351: "Nulla varius enim ac mi. Curabitur sollicitudin felis quis"
</span><span class="lines">@@ -20,11 +23,11 @@
</span><span class="cx"> text run at (144,0) width 343: "condimentum vestibulum. Suspendisse hendrerit quam"
</span><span class="cx"> text run at (162,0) width 362: "nec felis. Sed varius turpis vitae pede. Lorem ipsum dolor"
</span><span class="cx"> text run at (180,0) width 229: "sit amet, consectetuer adipiscing elit."
</span><del>- RenderBlock {H1} at (277,0) size 38x367
</del><ins>+ RenderBlock {H1} at (299,0) size 38x367
</ins><span class="cx"> RenderText {#text} at (0,0) size 37x169
</span><span class="cx"> text run at (0,0) width 169: "Header Two"
</span><del>- RenderBlock (anonymous) at (336,0) size 200x367
- RenderText {#text} at (0,0) size 200x362
</del><ins>+ RenderBlock (anonymous) at (357,0) size 215x367
+ RenderText {#text} at (0,0) size 214x362
</ins><span class="cx"> text run at (0,0) width 354: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
</span><span class="cx"> text run at (18,0) width 351: "Nulla varius enim ac mi. Curabitur sollicitudin felis quis"
</span><span class="cx"> text run at (36,0) width 325: "lectus. Quisque adipiscing rhoncus sem. Proin nulla"
</span><span class="lines">@@ -32,22 +35,25 @@
</span><span class="cx"> text run at (72,0) width 343: "felis vel orci sagittis aliquam. Cras convallis adipiscing"
</span><span class="cx"> text run at (90,0) width 340: "sem. Nam nonummy enim. Nullam bibendum lobortis"
</span><span class="cx"> text run at (108,0) width 344: "neque. Vestibulum velit orci, tempus euismod, pretium"
</span><del>- text run at (126,0) width 343: "quis, interdum vitae, nulla. Phasellus eget ante et tortor"
- text run at (144,0) width 343: "condimentum vestibulum. Suspendisse hendrerit quam"
- text run at (163,0) width 363: "nec felis. Sed varius turpis vitae pede. Lorem ipsum dolor"
- text run at (182,0) width 229: "sit amet, consectetuer adipiscing elit."
- RenderBlock {H1} at (557,0) size 38x367
</del><ins>+ text run at (142,0) width 344: "quis, interdum vitae, nulla. Phasellus eget ante et tortor"
+ text run at (160,0) width 343: "condimentum vestibulum. Suspendisse hendrerit quam"
+ text run at (178,0) width 362: "nec felis. Sed varius turpis vitae pede. Lorem ipsum dolor"
+ text run at (196,0) width 229: "sit amet, consectetuer adipiscing elit."
+ RenderBlock {H1} at (593,0) size 38x367
</ins><span class="cx"> RenderText {#text} at (0,0) size 37x190
</span><span class="cx"> text run at (0,0) width 190: "Header Three"
</span><del>- RenderBlock {H1} at (853,0) size 38x367
</del><ins>+ RenderBlock {H1} at (889,0) size 38x367
</ins><span class="cx"> RenderText {#text} at (0,0) size 37x177
</span><span class="cx"> text run at (0,0) width 177: "Header Four"
</span><del>- RenderBlock (anonymous) at (911,0) size 37x367
</del><ins>+ RenderBlock (anonymous) at (947,0) size 37x367
</ins><span class="cx"> RenderText {#text} at (0,0) size 36x354
</span><span class="cx"> text run at (0,0) width 354: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
</span><span class="cx"> text run at (18,0) width 154: "Nulla varius enim ac mi."
</span><del>-layer at (-55,8) size 216x367 backgroundClip at (0,0) size 785x758 clip at (0,0) size 785x758 outlineClip at (0,0) size 785x758
- RenderBlock {DIV} at (615,0) size 217x367
</del><ins>+layer at (-91,8) size 216x367 backgroundClip at (0,0) size 785x758 clip at (0,0) size 785x758 outlineClip at (0,0) size 785x758
+ RenderBlock {DIV} at (651,0) size 217x367
+ RenderMultiColumnSet at (0,0) size 216x367
+layer at (-307,8) size 432x176 backgroundClip at (0,0) size 785x758 clip at (0,0) size 785x758 outlineClip at (0,0) size 785x758
+ RenderMultiColumnFlowThread at (0,0) size 432x176
</ins><span class="cx"> RenderText {#text} at (0,0) size 396x175
</span><span class="cx"> text run at (0,0) width 139: "Lorem ipsum dolor sit"
</span><span class="cx"> text run at (18,0) width 116: "amet, consectetuer"
</span></span></pre>
</div>
</div>
</body>
</html>