<!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>[166949] 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/166949">166949</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-04-08 13:04:39 -0700 (Tue, 08 Apr 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Unreviewed GTK gardening.

Update text expectations for failing tests:
  accessibility/children-changed-sends-notification.html
  accessibility/notification-listeners.html
  fast/repaint/blend-mode-isolate-stacking-context.html
  fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html

Rebaseline fast/multicol/client-rects-expected.txt after <a href="http://trac.webkit.org/projects/webkit/changeset/165991">r165991</a>

Patch by Carlos Alberto Lopez Perez &lt;clopez@igalia.com&gt; on 2014-04-08

* platform/gtk/TestExpectations:
* platform/gtk/fast/multicol/client-rects-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastmulticolclientrectsexpectedtxt">trunk/LayoutTests/platform/gtk/fast/multicol/client-rects-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (166948 => 166949)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-04-08 20:03:41 UTC (rev 166948)
+++ trunk/LayoutTests/ChangeLog        2014-04-08 20:04:39 UTC (rev 166949)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2014-04-08  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        Update text expectations for failing tests:
+          accessibility/children-changed-sends-notification.html
+          accessibility/notification-listeners.html
+          fast/repaint/blend-mode-isolate-stacking-context.html
+          fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html
+
+        Rebaseline fast/multicol/client-rects-expected.txt after r165991
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/multicol/client-rects-expected.txt:
+
</ins><span class="cx"> 2014-04-07  Filip Pizlo  &lt;fpizlo@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Repatch should support setters and plant calls to them directly
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (166948 => 166949)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-04-08 20:03:41 UTC (rev 166948)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-04-08 20:04:39 UTC (rev 166949)
</span><span class="lines">@@ -406,7 +406,7 @@
</span><span class="cx"> webkit.org/b/131347 fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
</span><del>-webkit.org/b/131347 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ ImageOnlyFailure ]
</del><ins>+webkit.org/b/131347 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
</ins><span class="cx"> webkit.org/b/131347 fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html [ Failure ]
</span><span class="cx"> webkit.org/b/131347 svg/custom/hidpi-masking-clipping.svg [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1066,6 +1066,9 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/106340 accessibility/img-fallsback-to-title.html [ Failure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/131380 accessibility/children-changed-sends-notification.html [ Failure ]
+webkit.org/b/131380 accessibility/notification-listeners.html [ Failure ]
+
</ins><span class="cx"> # svg/ failures
</span><span class="cx"> webkit.org/b/42457 svg/custom/embedded-svg-allowed-in-dashboard.xml [ Failure ]
</span><span class="cx"> webkit.org/b/42457 svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html [ Failure ]
</span><span class="lines">@@ -1829,6 +1832,8 @@
</span><span class="cx"> # Test globally skipped, passing on GTK port
</span><span class="cx"> webkit.org/b/124349 fast/hidpi/image-srcset-relative-svg-canvas.html [ Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/131377 fast/repaint/blend-mode-isolate-stacking-context.html [ Failure Timeout ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastmulticolclientrectsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/multicol/client-rects-expected.txt (166948 => 166949)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/multicol/client-rects-expected.txt        2014-04-08 20:03:41 UTC (rev 166948)
+++ trunk/LayoutTests/platform/gtk/fast/multicol/client-rects-expected.txt        2014-04-08 20:04:39 UTC (rev 166949)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><del>-layer at (0,0) size 785x693
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x693
-  RenderBlock {HTML} at (0,0) size 785x693
-    RenderBody {BODY} at (8,8) size 769x675
-      RenderBlock {P} at (0,0) size 769x28
</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 784x28
</ins><span class="cx">         RenderText {#text} at (0,11) size 421x17
</span><span class="cx">           text run at (0,11) width 421: &quot;The blue borders should coincide with light blue squares, like this: &quot;
</span><span class="cx">         RenderBlock {SPAN} at (421,0) size 25x25 [bgcolor=#ADD8E6] [border: (3px solid #0000FF7F)]
</span><span class="lines">@@ -17,88 +17,290 @@
</span><span class="cx">         RenderBlock {SPAN} at (718,0) size 25x25 [border: (3px solid #0000FF7F)]
</span><span class="cx">         RenderText {#text} at (743,11) size 4x17
</span><span class="cx">           text run at (743,11) width 4: &quot;.&quot;
</span><del>-      RenderBlock {P} at (0,566) size 769x17
-        RenderText {#text} at (0,0) size 633x17
-          text run at (0,0) width 633: &quot;Except here, where the blue border should be around the bigger slice of the blue square, on the right.&quot;
-layer at (8,52) size 136x76
-  RenderBlock {DIV} at (0,44) size 136x76 [color=#ADD8E6] [border: (3px solid #000000)]
-    RenderBR {BR} at (13,13) size 0x25
-    RenderText {#text} at (13,38) size 25x75
-      text run at (13,38) width 25: &quot;x&quot;
-      text run at (13,63) width 25: &quot;y&quot;
-      text run at (13,88) width 25: &quot;z&quot;
-layer at (8,138) size 136x76
-  RenderBlock {DIV} at (0,130) size 136x76 [color=#ADD8E6] [border: (3px solid #000000)]
-    RenderBR {BR} at (13,13) size 0x25
</del><ins>+      RenderBlock (anonymous) at (0,44) size 784x327
+        RenderText {#text} at (116,72) size 4x17
+          text run at (116,72) width 4: &quot; &quot;
+        RenderText {#text} at (236,72) size 4x17
+          text run at (236,72) width 4: &quot; &quot;
+        RenderText {#text} at (356,72) size 4x17
+          text run at (356,72) width 4: &quot; &quot;
+        RenderText {#text} at (476,72) size 4x17
+          text run at (476,72) width 4: &quot; &quot;
+        RenderText {#text} at (596,72) size 4x17
+          text run at (596,72) width 4: &quot; &quot;
+        RenderText {#text} at (716,72) size 4x17
+          text run at (716,72) width 4: &quot; &quot;
+        RenderText {#text} at (116,191) size 4x17
+          text run at (116,191) width 4: &quot; &quot;
+        RenderText {#text} at (206,191) size 4x17
+          text run at (206,191) width 4: &quot; &quot;
+        RenderText {#text} at (296,191) size 4x17
+          text run at (296,191) width 4: &quot; &quot;
+        RenderText {#text} at (386,191) size 4x17
+          text run at (386,191) width 4: &quot; &quot;
+        RenderText {#text} at (476,191) size 4x17
+          text run at (476,191) width 4: &quot; &quot;
+        RenderText {#text} at (566,191) size 4x17
+          text run at (566,191) width 4: &quot; &quot;
+        RenderText {#text} at (656,191) size 4x17
+          text run at (656,191) width 4: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+        RenderText {#text} at (86,310) size 4x17
+          text run at (86,310) width 4: &quot; &quot;
+        RenderText {#text} at (176,310) size 4x17
+          text run at (176,310) width 4: &quot; &quot;
+        RenderText {#text} at (266,310) size 4x17
+          text run at (266,310) width 4: &quot; &quot;
+        RenderText {#text} at (356,310) size 4x17
+          text run at (356,310) width 4: &quot; &quot;
+        RenderText {#text} at (446,310) size 4x17
+          text run at (446,310) width 4: &quot; &quot;
+        RenderText {#text} at (536,310) size 4x17
+          text run at (536,310) width 4: &quot; &quot;
+        RenderText {#text} at (0,0) size 0x0
+layer at (8,62) size 116x66
+  RenderBlock {DIV} at (0,10) size 116x66 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBR {BR} at (8,8) size 0x25
+    RenderText {#text} at (8,33) size 25x75
+      text run at (8,33) width 25: &quot;x&quot;
+      text run at (8,58) width 25: &quot;y&quot;
+      text run at (8,83) width 25: &quot;z&quot;
+layer at (128,62) size 116x66
+  RenderBlock {DIV} at (120,10) size 116x66 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBR {BR} at (8,8) size 0x25
</ins><span class="cx">     RenderInline {SPAN} at (0,0) size 25x75
</span><del>-      RenderText {#text} at (13,38) size 25x75
-        text run at (13,38) width 25: &quot;x&quot;
-        text run at (13,63) width 25: &quot;y&quot;
-        text run at (13,88) width 25: &quot;z&quot;
</del><ins>+      RenderText {#text} at (8,33) size 25x75
+        text run at (8,33) width 25: &quot;x&quot;
+        text run at (8,58) width 25: &quot;y&quot;
+        text run at (8,83) width 25: &quot;z&quot;
</ins><span class="cx">     RenderText {#text} at (0,0) size 0x0
</span><del>-layer at (8,224) size 136x76
-  RenderBlock {DIV} at (0,216) size 136x76 [color=#ADD8E6] [border: (3px solid #000000)]
-    RenderBlock (anonymous) at (13,13) size 50x25
</del><ins>+layer at (248,62) size 116x66
+  RenderBlock {DIV} at (240,10) size 116x66 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 48x25
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x25
</span><del>-    RenderBlock {DIV} at (13,38) size 50x75
</del><ins>+    RenderBlock {DIV} at (8,33) size 48x75
</ins><span class="cx">       RenderText {#text} at (0,0) size 25x75
</span><span class="cx">         text run at (0,0) width 25: &quot;x&quot;
</span><span class="cx">         text run at (0,25) width 25: &quot;y&quot;
</span><span class="cx">         text run at (0,50) width 25: &quot;z&quot;
</span><del>-layer at (8,310) size 136x76
-  RenderBlock {DIV} at (0,302) size 136x76 [color=#ADD8E6] [border: (3px solid #000000)]
-    RenderBlock (anonymous) at (13,13) size 50x25
</del><ins>+layer at (368,62) size 116x66
+  RenderBlock {DIV} at (360,10) size 116x66 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 48x25
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x25
</span><del>-    RenderBlock {DIV} at (13,38) size 50x75
</del><ins>+    RenderBlock {DIV} at (8,33) size 48x75
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x25
</span><span class="cx">       RenderText {#text} at (0,25) size 25x50
</span><span class="cx">         text run at (0,25) width 25: &quot;y&quot;
</span><span class="cx">         text run at (0,50) width 25: &quot;z&quot;
</span><del>-layer at (8,396) size 136x76
-  RenderBlock {DIV} at (0,388) size 136x76 [color=#ADD8E6] [border: (3px solid #000000)]
-    RenderBlock (anonymous) at (13,13) size 50x25
</del><ins>+layer at (488,62) size 116x66
+  RenderBlock {DIV} at (480,10) size 116x66 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 48x25
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x25
</span><del>-    RenderBlock {DIV} at (13,38) size 50x54
</del><ins>+    RenderBlock {DIV} at (8,33) size 48x54
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x25
</span><span class="cx">       RenderSlider {INPUT} at (2,27) size 25x25 [color=#909090] [bgcolor=#ADD8E6]
</span><span class="cx">         RenderFlexibleBox {DIV} at (0,0) size 25x25
</span><span class="cx">           RenderBlock {DIV} at (0,12) size 25x1
</span><span class="cx">             RenderBlock {DIV} at (0,0) size 25x0
</span><del>-layer at (8,482) size 136x76
-  RenderBlock {DIV} at (0,474) size 136x76 [color=#ADD8E6] [border: (3px solid #000000)]
-    RenderBlock (anonymous) at (13,13) size 50x25
</del><ins>+layer at (608,62) size 116x66
+  RenderBlock {DIV} at (600,10) size 116x66 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 48x25
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x25
</span><del>-    RenderBlock {DIV} at (13,38) size 50x50
</del><ins>+    RenderBlock {DIV} at (8,33) size 48x50
</ins><span class="cx">       RenderBR {BR} at (0,0) size 0x25
</span><span class="cx">       RenderImage {IMG} at (0,25) size 25x25 [bgcolor=#ADD8E6]
</span><del>-layer at (8,607) size 136x76
-  RenderBlock {DIV} at (0,599) size 136x76 [color=#ADD8E6] [border: (3px solid #000000)]
-    RenderBlock {DIV} at (13,53) size 25x25 [bgcolor=#ADD8E6]
-layer at (21,90) size 25x25
-  RenderBlock (positioned) {DIV} at (21,90) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,65) size 25x25
-  RenderBlock (positioned) {DIV} at (81,65) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,90) size 25x25
-  RenderBlock (positioned) {DIV} at (81,90) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (21,176) size 25x25
-  RenderBlock (positioned) {DIV} at (21,176) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,151) size 25x25
-  RenderBlock (positioned) {DIV} at (81,151) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,176) size 25x25
-  RenderBlock (positioned) {DIV} at (81,176) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (21,262) size 25x25
-  RenderBlock (positioned) {DIV} at (21,262) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,237) size 25x25
-  RenderBlock (positioned) {DIV} at (81,237) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,262) size 25x25
-  RenderBlock (positioned) {DIV} at (81,262) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,323) size 25x25
-  RenderBlock (positioned) {DIV} at (81,323) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,348) size 25x25
-  RenderBlock (positioned) {DIV} at (81,348) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (83,411) size 25x25
-  RenderBlock (positioned) {DIV} at (83,411) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,495) size 25x25
-  RenderBlock (positioned) {DIV} at (81,495) size 25x25 [border: (3px solid #0000FF7F)]
-layer at (81,610) size 25x25
-  RenderBlock (positioned) {DIV} at (81,610) size 25x25 [border: (3px solid #0000FF7F)]
</del><ins>+layer at (8,181) size 116x66
+  RenderBlock {DIV} at (0,129) size 116x66 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (8,48) size 25x25 [bgcolor=#ADD8E6]
+layer at (138,141) size 66x116
+  RenderBlock {DIV} at (130,89) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBR {BR} at (8,8) size 25x0
+    RenderText {#text} at (33,8) size 75x25
+      text run at (33,8) width 25: &quot;x&quot;
+      text run at (58,8) width 25: &quot;y&quot;
+      text run at (83,8) width 25: &quot;z&quot;
+layer at (228,141) size 66x116
+  RenderBlock {DIV} at (220,89) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBR {BR} at (8,8) size 25x0
+    RenderInline {SPAN} at (0,0) size 75x25
+      RenderText {#text} at (33,8) size 75x25
+        text run at (33,8) width 25: &quot;x&quot;
+        text run at (58,8) width 25: &quot;y&quot;
+        text run at (83,8) width 25: &quot;z&quot;
+    RenderText {#text} at (0,0) size 0x0
+layer at (318,141) size 66x116
+  RenderBlock {DIV} at (310,89) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (33,8) size 75x48
+      RenderText {#text} at (0,0) size 75x25
+        text run at (0,0) width 25: &quot;x&quot;
+        text run at (25,0) width 25: &quot;y&quot;
+        text run at (50,0) width 25: &quot;z&quot;
+layer at (408,141) size 66x116
+  RenderBlock {DIV} at (400,89) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (33,8) size 75x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderText {#text} at (25,0) size 50x25
+        text run at (25,0) width 25: &quot;y&quot;
+        text run at (50,0) width 25: &quot;z&quot;
+layer at (498,141) size 66x116
+  RenderBlock {DIV} at (490,89) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (33,8) size 54x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderSlider {INPUT} at (27,2) size 25x25 [color=#909090] [bgcolor=#ADD8E6]
+        RenderFlexibleBox {DIV} at (0,0) size 25x25
+          RenderBlock {DIV} at (0,12) size 25x1
+            RenderBlock {DIV} at (0,0) size 25x0
+layer at (588,141) size 66x116
+  RenderBlock {DIV} at (580,89) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (33,8) size 50x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderImage {IMG} at (25,0) size 25x25 [bgcolor=#ADD8E6]
+layer at (678,141) size 66x116
+  RenderBlock {DIV} at (670,89) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (48,8) size 25x25 [bgcolor=#ADD8E6]
+layer at (18,260) size 66x116
+  RenderBlock {DIV} at (10,208) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBR {BR} at (8,8) size 25x0
+    RenderText {#text} at (33,8) size 75x25
+      text run at (33,8) width 25: &quot;x&quot;
+      text run at (58,8) width 25: &quot;y&quot;
+      text run at (83,8) width 25: &quot;z&quot;
+layer at (108,260) size 66x116
+  RenderBlock {DIV} at (100,208) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBR {BR} at (8,8) size 25x0
+    RenderInline {SPAN} at (0,0) size 75x25
+      RenderText {#text} at (33,8) size 75x25
+        text run at (33,8) width 25: &quot;x&quot;
+        text run at (58,8) width 25: &quot;y&quot;
+        text run at (83,8) width 25: &quot;z&quot;
+    RenderText {#text} at (0,0) size 0x0
+layer at (198,260) size 66x116
+  RenderBlock {DIV} at (190,208) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (33,8) size 75x48
+      RenderText {#text} at (0,0) size 75x25
+        text run at (0,0) width 25: &quot;x&quot;
+        text run at (25,0) width 25: &quot;y&quot;
+        text run at (50,0) width 25: &quot;z&quot;
+layer at (288,260) size 66x116
+  RenderBlock {DIV} at (280,208) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (33,8) size 75x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderText {#text} at (25,0) size 50x25
+        text run at (25,0) width 25: &quot;y&quot;
+        text run at (50,0) width 25: &quot;z&quot;
+layer at (378,260) size 66x116
+  RenderBlock {DIV} at (370,208) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (33,8) size 54x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderSlider {INPUT} at (27,2) size 25x25 [color=#909090] [bgcolor=#ADD8E6]
+        RenderFlexibleBox {DIV} at (0,0) size 25x25
+          RenderBlock {DIV} at (0,12) size 25x1
+            RenderBlock {DIV} at (0,0) size 25x0
+layer at (468,260) size 66x116
+  RenderBlock {DIV} at (460,208) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock (anonymous) at (8,8) size 25x48
+      RenderBR {BR} at (0,0) size 25x0
+    RenderBlock {DIV} at (33,8) size 50x48
+      RenderBR {BR} at (0,0) size 25x0
+      RenderImage {IMG} at (25,0) size 25x25 [bgcolor=#ADD8E6]
+layer at (558,260) size 66x116
+  RenderBlock {DIV} at (550,208) size 66x116 [color=#ADD8E6] [border: (3px solid #000000)]
+    RenderBlock {DIV} at (48,8) size 25x25 [bgcolor=#ADD8E6]
+layer at (16,95) size 25x25
+  RenderBlock (positioned) {DIV} at (16,95) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (68,70) size 26x25
+  RenderBlock (positioned) {DIV} at (68,70) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (68,95) size 26x25
+  RenderBlock (positioned) {DIV} at (68,95) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (136,95) size 25x25
+  RenderBlock (positioned) {DIV} at (136,95) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (188,70) size 26x25
+  RenderBlock (positioned) {DIV} at (188,70) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (188,95) size 26x25
+  RenderBlock (positioned) {DIV} at (188,95) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (256,95) size 25x25
+  RenderBlock (positioned) {DIV} at (256,95) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (308,70) size 26x25
+  RenderBlock (positioned) {DIV} at (308,70) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (308,95) size 26x25
+  RenderBlock (positioned) {DIV} at (308,95) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (428,70) size 26x25
+  RenderBlock (positioned) {DIV} at (428,70) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (428,95) size 26x25
+  RenderBlock (positioned) {DIV} at (428,95) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (550,72) size 26x25
+  RenderBlock (positioned) {DIV} at (550,72) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (668,70) size 26x25
+  RenderBlock (positioned) {DIV} at (668,70) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (68,179) size 26x25
+  RenderBlock (positioned) {DIV} at (68,179) size 26x25 [border: (3px solid #0000FF7F)]
+layer at (171,149) size 25x25
+  RenderBlock (positioned) {DIV} at (171,149) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (146,201) size 25x26
+  RenderBlock (positioned) {DIV} at (146,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (171,201) size 25x26
+  RenderBlock (positioned) {DIV} at (171,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (261,149) size 25x25
+  RenderBlock (positioned) {DIV} at (261,149) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (236,201) size 25x26
+  RenderBlock (positioned) {DIV} at (236,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (261,201) size 25x26
+  RenderBlock (positioned) {DIV} at (261,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (351,149) size 25x25
+  RenderBlock (positioned) {DIV} at (351,149) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (326,201) size 25x26
+  RenderBlock (positioned) {DIV} at (326,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (351,201) size 25x26
+  RenderBlock (positioned) {DIV} at (351,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (416,201) size 25x26
+  RenderBlock (positioned) {DIV} at (416,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (441,201) size 25x26
+  RenderBlock (positioned) {DIV} at (441,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (508,203) size 25x26
+  RenderBlock (positioned) {DIV} at (508,203) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (596,201) size 25x26
+  RenderBlock (positioned) {DIV} at (596,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (676,201) size 25x26
+  RenderBlock (positioned) {DIV} at (676,201) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (26,373) size 25x25
+  RenderBlock (positioned) {DIV} at (26,373) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (51,320) size 25x26
+  RenderBlock (positioned) {DIV} at (51,320) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (26,320) size 25x26
+  RenderBlock (positioned) {DIV} at (26,320) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (115,373) size 25x25
+  RenderBlock (positioned) {DIV} at (115,373) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (140,320) size 25x26
+  RenderBlock (positioned) {DIV} at (140,320) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (115,320) size 25x26
+  RenderBlock (positioned) {DIV} at (115,320) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (206,268) size 25x25
+  RenderBlock (positioned) {DIV} at (206,268) size 25x25 [border: (3px solid #0000FF7F)]
+layer at (231,320) size 25x26
+  RenderBlock (positioned) {DIV} at (231,320) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (206,320) size 25x26
+  RenderBlock (positioned) {DIV} at (206,320) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (321,320) size 25x26
+  RenderBlock (positioned) {DIV} at (321,320) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (296,320) size 25x26
+  RenderBlock (positioned) {DIV} at (296,320) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (409,322) size 25x26
+  RenderBlock (positioned) {DIV} at (409,322) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (501,320) size 25x26
+  RenderBlock (positioned) {DIV} at (501,320) size 25x26 [border: (3px solid #0000FF7F)]
+layer at (601,320) size 25x26
+  RenderBlock (positioned) {DIV} at (601,320) size 25x26 [border: (3px solid #0000FF7F)]
</ins></span></pre>
</div>
</div>

</body>
</html>