<!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>[171916] 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/171916">171916</a></dd>
<dt>Author</dt> <dd>m.pakula@samsung.com</dd>
<dt>Date</dt> <dd>2014-08-01 06:42:26 -0700 (Fri, 01 Aug 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed EFL gardening

Add test expectations for failing tests. Remove flaky test expectations that are
no longer correct.

* platform/efl/TestExpectations:
* platform/efl/fast/text/khmer-lao-font-expected.txt: Update expected result.
* svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Update after <a href="http://trac.webkit.org/projects/webkit/changeset/171046">r171046</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformeflfasttextkhmerlaofontexpectedtxt">trunk/LayoutTests/platform/efl/fast/text/khmer-lao-font-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgW3CSVG11shapesrect02texpectedtxt">trunk/LayoutTests/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (171915 => 171916)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-08-01 13:34:56 UTC (rev 171915)
+++ trunk/LayoutTests/ChangeLog        2014-08-01 13:42:26 UTC (rev 171916)
</span><span class="lines">@@ -2,6 +2,17 @@
</span><span class="cx"> 
</span><span class="cx">         Unreviewed EFL gardening
</span><span class="cx"> 
</span><ins>+        Add test expectations for failing tests. Remove flaky test expectations that are
+        no longer correct.
+
+        * platform/efl/TestExpectations:
+        * platform/efl/fast/text/khmer-lao-font-expected.txt: Update expected result.
+        * svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Update after r171046.
+
+2014-08-01  Michał Pakuła vel Rutka  &lt;m.pakula@samsung.com&gt;
+
+        Unreviewed EFL gardening
+
</ins><span class="cx">         Update test expectations for crashing webgl tests.
</span><span class="cx"> 
</span><span class="cx">         * platform/efl/TestExpectations:
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (171915 => 171916)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2014-08-01 13:34:56 UTC (rev 171915)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2014-08-01 13:42:26 UTC (rev 171916)
</span><span class="lines">@@ -292,9 +292,6 @@
</span><span class="cx"> # CSS image-resolution is not yet enabled.
</span><span class="cx"> webkit.org/b/85262 fast/css/image-resolution
</span><span class="cx"> 
</span><del>-# CSS image-orientation is not yet enabled.
-webkit.org/b/89052 fast/css/image-orientation
-
</del><span class="cx"> # Perf tests are really slow in debug builds and there are few benefits in running them.
</span><span class="cx"> [ Debug ] perf [ WontFix ]
</span><span class="cx"> 
</span><span class="lines">@@ -460,7 +457,6 @@
</span><span class="cx"> 
</span><span class="cx"> # Sometimes hit !m_finishedNodes.size() assertion in AudioContext destructor.
</span><span class="cx"> webkit.org/b/105870 webaudio/audiobuffersource.html [ Pass Crash ]
</span><del>-webkit.org/b/105870 webaudio/audionode.html [ Pass Crash ]
</del><span class="cx"> webkit.org/b/105870 webaudio/audionode-connect-order.html [ Pass Crash ]
</span><span class="cx"> webkit.org/b/105870 webaudio/audionode-channel-rules.html [ Pass Crash ]
</span><span class="cx"> 
</span><span class="lines">@@ -471,10 +467,8 @@
</span><span class="cx"> webkit.org/b/104809 media/remove-from-document.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/104809 media/video-timeupdate-during-playback.html [ Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/111521 editing/selection/selection-invalid-offset.html [ Crash Pass ]
-
</del><span class="cx"> # Sometimes crashes in PlatformContextCairo::drawSurfaceToContext().
</span><del>-webkit.org/b/116025 compositing/video/video-background-color.html [ Crash Pass ]
</del><ins>+webkit.org/b/116025 compositing/video/video-background-color.html [ Crash Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # EFL specific error : (_ecore_main_fd_handlers_bads_rem() No bad fd found)
</span><span class="cx"> webkit.org/b/116587 http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html [ Skip ]
</span><span class="lines">@@ -544,10 +538,13 @@
</span><span class="cx"> webkit.org/b/131729 http/tests [ Skip ]
</span><span class="cx"> webkit.org/b/131729 webgl [ Skip ]
</span><span class="cx"> 
</span><ins>+# Tests crashing with common backtrace ending in WebGLRenderingContext::reshape
</ins><span class="cx"> webkit.org/b/135194 webgl/1.0.1/conformance/textures/texture-size-cube-maps.html [ Crash Timeout ]
</span><span class="cx"> webkit.org/b/135194 webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Crash Timeout ]
</span><ins>+webkit.org/b/135194 webgl/1.0.2/conformance/textures/texture-size-cube-maps.html [ Crash Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Tests crashing with common backtrace ending in GraphicsContext3D::mappedSymbolName
</span><ins>+webkit.org/b/127277 webkit.org/b/135196 fast/canvas/webgl/glsl-conformance.html [ Crash Timeout ]
</ins><span class="cx"> webkit.org/b/105029 webkit.org/b/135196 fast/canvas/webgl/webgl-composite-modes.html [ Crash Failure Timeout ]
</span><span class="cx"> webkit.org/b/105029 webkit.org/b/135196 fast/canvas/webgl/webgl-composite-modes-repaint.html [ Crash Timeout ]
</span><span class="cx"> webkit.org/b/135196 webgl/1.0.2/conformance/attribs/gl-vertex-attrib-render.html [ Crash Failure Timeout ]
</span><span class="lines">@@ -573,43 +570,32 @@
</span><span class="cx"> webkit.org/b/135197 webgl/1.0.2/conformance/context/premultiplyalpha-test.html  [ Crash Timeout ]
</span><span class="cx"> webkit.org/b/135197 webgl/1.0.2/conformance/extensions/oes-texture-float.html [ Crash Timeout ]
</span><span class="cx"> webkit.org/b/135197 webgl/1.0.2/conformance/textures/copy-tex-image-2d-formats.html [ Crash Timeout ]
</span><ins>+webkit.org/b/135197 webgl/1.0.2/conformance/textures/texture-attachment-formats.html [ Crash Timeout ]
</ins><span class="cx"> webkit.org/b/135197 webgl/conformance/context/context-lost-restored.html [ Crash Timeout ]
</span><span class="cx"> webkit.org/b/109941 webkit.org/b/135197 webgl/conformance/textures/origin-clean-conformance.html [ Crash Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/135498 css3/device-adapt/opera/constrain-009.xhtml [ Crash Timeout ]
</span><ins>+webkit.org/b/135498 css3/device-adapt/opera/constrain-023.xhtml [ Crash Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # FLAKY TESTS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-Bug(EFL) editing/selection/first-letter-selection-crash.html [ Crash Pass ]
</del><span class="cx"> Bug(EFL) media/video-played-reset.html [ Failure Pass ]
</span><del>-Bug(EFL) fast/loader/fragment-after-redirect-gets-back-entry.html [ Failure Pass ]
</del><span class="cx"> Bug(EFL) fast/loader/child-frame-add-after-back-forward.html [ Failure Pass ]
</span><del>-Bug(EFL) fast/forms/validation-message-user-modify.html [ Failure Pass ]
</del><span class="cx"> Bug(EFL) fast/events/backspace-navigates-back.html [ Failure Pass ]
</span><del>-Bug(EFL) fast/events/onchange-click-hang.html [ Failure Pass ]
-Bug(EFL) fast/events/dispatch-message-string-data.html [ Failure Pass ]
-Bug(EFL) fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html [ ImageOnlyFailure Pass ]
-Bug(EFL) fast/events/domactivate-sets-underlying-click-event-as-handled.html [ Failure Pass ]
</del><span class="cx"> Bug(EFL) http/tests/loading/fire-error-event-empty-404-script.html [ Crash Failure Pass ]
</span><span class="cx"> Bug(EFL) js/dom/create-lots-of-workers.html [ Crash Failure Pass ]
</span><span class="cx"> Bug(EFL) media/track/track-element-load-event.html [ Crash Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/85603 fast/forms/textarea-placeholder-set-attribute.html [ Failure ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/59801 fast/workers/storage/use-same-database-in-page-and-workers.html [ Failure Pass ]
</span><del>-webkit.org/b/86073 ietestcenter/css3/flexbox/flexbox-layout-001.htm [ ImageOnlyFailure Pass ]
-webkit.org/b/86073 ietestcenter/css3/flexbox/flexbox-layout-003.htm [ ImageOnlyFailure Pass ]
</del><span class="cx"> webkit.org/b/86078 http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/86079 http/tests/misc/link-rel-icon-beforeload.html [ Failure Pass ]
</span><del>-webkit.org/b/86081 loader/navigation-while-deferring-loads.html [ Failure Pass ]
</del><span class="cx"> webkit.org/b/86082 security/block-test.html [ Failure Pass ]
</span><del>-webkit.org/b/86084 svg/dom/SVGScriptElement/script-onerror-bubbling.svg [ Failure Pass ]
</del><span class="cx"> webkit.org/b/88230 svg/stroke/non-scaling-stroke-pattern.svg [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/60103 fast/replaced/border-radius-clip.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/91366 fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html [ Failure Pass ]
</span><del>-webkit.org/b/92112 fast/overflow/overflow-height-float-not-removed-crash2.html [ Crash Pass ]
-webkit.org/b/93589 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg [ Failure Pass ]
</del><span class="cx"> webkit.org/b/98656 fast/dynamic/window-scrollbars-test.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/103439 fast/loader/submit-form-while-parsing-2.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/103443 fast/parser/parser-yield-timing.html [ Failure Pass ]
</span><span class="lines">@@ -618,17 +604,13 @@
</span><span class="cx"> 
</span><span class="cx"> # These ref tests are flaky with coordinated graphics (missing purple corners).
</span><span class="cx"> webkit.org/b/108340 fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ ImageOnlyFailure Pass ]
</span><del>-webkit.org/b/108340 fast/layers/no-clipping-overflow-hidden-added-after-transition.html [ ImageOnlyFailure Pass ]
</del><span class="cx"> 
</span><span class="cx"> # Flaky websocket tests.
</span><span class="cx"> Bug(EFL) http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-# Sometimes asserts in MessagePort::contextDestroyed
-webkit.org/b/94458 http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html [ Crash Failure Pass ]
-
</del><span class="cx"> # Aborting application cache downloads is flaky.
</span><del>-webkit.org/b/87633 http/tests/appcache/abort-cache-onchecking-manifest-404.html [ Failure Pass ]
-webkit.org/b/87633 http/tests/appcache/abort-cache-ondownloading-resource-404.html [ Failure Pass ]
</del><ins>+webkit.org/b/87633 http/tests/appcache/abort-cache-onchecking-manifest-404.html [ Crash Pass ]
+webkit.org/b/87633 http/tests/appcache/abort-cache-ondownloading-resource-404.html [ Crash Failure Pass ]
</ins><span class="cx"> 
</span><span class="cx"> # Tests that sometimes fail on the bot (for GTK and Chromium ports as well).
</span><span class="cx"> webkit.org/b/77631 fast/multicol/span/span-as-immediate-child-property-removal.html [ Failure Pass ]
</span><span class="lines">@@ -639,7 +621,6 @@
</span><span class="cx"> webkit.org/b/93212 http/tests/incremental/slow-utf8-text.pl [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/85180 media/audio-delete-while-step-button-clicked.html [ Failure Pass ]
</span><del>-webkit.org/b/86074 media/svg-as-image-with-media-blocked.html [ Crash Pass ]
</del><span class="cx"> webkit.org/b/83878 media/track/track-mode.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/68878 webkit.org/b/102993 media/video-playing-and-pause.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/98621 webkit.org/b/102993 media/video-controls-rendering.html [ Failure Pass ]
</span><span class="lines">@@ -654,7 +635,6 @@
</span><span class="cx"> webkit.org/b/128103 media/media-element-play-after-eos.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/122039 media/track/track-cue-overlap-snap-to-lines-not-set.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/128179 media/video-timeupdate-reverse-play.html [ Pass Failure ]
</span><del>-webkit.org/b/128251 media/video-preload.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/128252 media/track/track-kind.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/128528 media/media-ended.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -692,24 +672,16 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/100636 [ Debug ] jquery/traversing.html [ Failure Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/102928 svg/foreignObject/viewport-foreignobject-crash.html [ Crash Failure Pass ]
-
-webkit.org/b/105444 fast/selectors/querySelector-in-range-crash.html [ Crash Pass ]
-
</del><span class="cx"> # Issue with timing for suspend/resumeAnimations()?
</span><span class="cx"> webkit.org/b/49182 animations/stop-animation-on-suspend.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/103383 fast/css/counters/element-removal-crash.xhtml [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/103880 fast/writing-mode/vertical-font-vmtx-units-per-em.html [ Failure Pass ]
-
</del><span class="cx"> # flaky console output problem
</span><span class="cx"> webkit.org/b/105280 http/tests/xmlhttprequest/origin-whitelisting-https.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/105280 http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html [ Failure Pass ]
</span><del>-webkit.org/b/105280 http/tests/xmlhttprequest/simple-cross-origin-denied-events.html [ Failure Pass ]
</del><span class="cx"> webkit.org/b/105280 http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/105280 http/tests/xmlhttprequest/cross-site-denied-response.html [ Failure Pass ]
</span><del>-webkit.org/b/105280 http/tests/xmlhttprequest/simple-cross-origin-denied-events-post.html [ Failure Pass ]
</del><span class="cx"> webkit.org/b/105280 http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/105296 webaudio/delaynode-maxdelay.html [ Failure Pass ]
</span><span class="lines">@@ -739,24 +711,16 @@
</span><span class="cx"> webkit.org/b/90980 fast/forms/textarea/textarea-state-restore.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> # Flaky, probably because the result is sometimes taken before data about visited link have passed through IPC.
</span><del>-webkit.org/b/81797 fast/history/visited-link-background-color.html [ Failure  Pass ]
</del><ins>+webkit.org/b/81797 fast/history/visited-link-background-color.html [ ImageOnlyFailure Pass ]
</ins><span class="cx"> 
</span><span class="cx"> # Also flaky at least on GTK+
</span><span class="cx"> webkit.org/b/72698 media/audio-garbage-collect.html
</span><span class="cx"> 
</span><del>-# window.internals does not reset font family mappings (done in other tests), leading to these failures
-webkit.org/b/102370 fast/writing-mode/japanese-ruby-vertical-lr.html [ Failure Pass ]
-webkit.org/b/102370 fast/writing-mode/japanese-ruby-vertical-rl.html [ Failure Pass ]
-
</del><span class="cx"> webkit.org/b/102204 http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html [ Crash Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/95428 media/video-controls-captions.html [ Failure ]
</span><span class="cx"> webkit.org/b/113106 media/track/track-prefer-captions.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Flaky on Debug bot. See also webkit.org/b/102190
-webkit.org/b/103043 fast/events/overflow-scroll-fake-mouse-move.html [ Failure Pass ]
-webkit.org/b/103043 fast/events/frame-scroll-fake-mouse-move.html [ Failure Pass ]
-
</del><span class="cx"> # Failures after r130363.
</span><span class="cx"> webkit.org/b/98573 fast/forms/multiple-form-submission-protection-mouse.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -775,16 +739,10 @@
</span><span class="cx"> webkit.org/b/108257 compositing/overflow/composited-scrolling-creates-a-stacking-container.html [ Missing Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Asserts when destroying WebCore::Database (possibly because r141207)
</span><del>-webkit.org/b/108355 js/caller-property.html [ Crash Pass ]
-webkit.org/b/108355 storage/websql/close-during-stress-test.html [ Crash Pass ]
-webkit.org/b/108355 storage/websql/sql-error-codes.html [ Crash Pass ]
</del><ins>+webkit.org/b/108355 storage/websql/sql-error-codes.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Fails, test times out in testLoadErrorGC()
-webkit.org/b/78819 fast/workers/shared-worker-load-error.html [ Failure Pass ]
-
</del><span class="cx"> # Libsoup 2.42.0 regressions
</span><span class="cx"> webkit.org/b/114918 http/tests/xmlhttprequest/cache-override.html [ Failure Pass ]
</span><del>-webkit.org/b/114918 http/tests/xmlhttprequest/range-test.html [ Failure Pass ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/115440 svg/stroke/animated-non-scaling-stroke.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -885,8 +843,6 @@
</span><span class="cx"> webkit.org/b/127914 webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/127914 webgl/conformance/textures/texture-npot.html [ Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/128969 fast/sub-pixel/input-caret-on-subpixel-bound.html [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> # Known WebGL conformance test failures, fails on Intel and AMD hardware
</span><span class="cx"> webkit.org/b/129199 webgl/1.0.2/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Crash Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -894,7 +850,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/119789 fast/events/touch/touch-before-pressing-spin-button.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/119789 fast/events/touch/touch-inside-iframe.html [ Crash Pass ]
</span><del>-webkit.org/b/119789 fast/events/touch/touch-slider-no-js-touch-listener.html [ Crash Pass ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/133305 fast/text/mark-matches-rendering.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -1049,9 +1004,6 @@
</span><span class="cx"> Bug(EFL) fast/images/pdf-as-tiled-background.html
</span><span class="cx"> Bug(EFL) fast/replaced/pdf-as-image.html
</span><span class="cx"> 
</span><del>-# Started failing after sub-pixel layout was enabled.
-Bug(EFL) fast/regions/overflow/overflow-last-region-vert-lr.html [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> # Missing showModalDialog implementation
</span><span class="cx"> webkit.org/b/84589 fast/events/show-modal-dialog-onblur-onfocus.html [ Failure ]
</span><span class="cx"> webkit.org/b/84589 fast/harness/show-modal-dialog.html [ Failure ]
</span><span class="lines">@@ -1271,7 +1223,7 @@
</span><span class="cx"> webkit.org/b/89845 fast/forms/input-set-composition-scroll.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # These tests are failing after r122528.
</span><del>-webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html [ Failure Pass ]
</del><ins>+webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html [ Failure Pass Crash ]
</ins><span class="cx"> webkit.org/b/91210 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Proximity Events is not supported.
</span><span class="lines">@@ -1325,9 +1277,6 @@
</span><span class="cx"> # Ref test added in r130592 that is failing on both EFL and GTK ports
</span><span class="cx"> webkit.org/b/98613 css3/masking/clip-path-reference.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Ref test whose output looks exactly the same but fails of EFL port.
-Bug(EFL) fast/multicol/newmulticol/float-multicol.html [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> # EFL does not yet support global selection
</span><span class="cx"> webkit.org/b/88238 editing/pasteboard/paste-global-selection.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -1378,7 +1327,6 @@
</span><span class="cx"> Bug(EFL) media/track/track-cues-pause-on-exit.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) media/video-played-collapse.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) svg/animations/reinserting-svg-into-document.html [ Failure Pass ]
</span><del>-Bug(EFL) svg/animations/svgenum-animation-7.html [ Failure Pass ]
</del><span class="cx"> Bug(EFL) transforms/3d/point-mapping/3d-point-mapping-origins.html [ Missing ]
</span><span class="cx"> Bug(EFL) transitions/negative-delay.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -1405,8 +1353,6 @@
</span><span class="cx"> webkit.org/b/102097 fast/hidpi [ Skip ]
</span><span class="cx"> webkit.org/b/102097 svg/as-image/animated-svg-repaints-completely-in-hidpi.html [ Skip ]
</span><span class="cx"> 
</span><del>-webkit.org/b/102100 svg/repaint/inner-svg-change-viewBox.svg [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> webkit.org/b/102190 compositing/overflow/updating-scrolling-content.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/102364 compositing/overflow/scrolling-without-painting.html [ Failure ]
</span><span class="lines">@@ -1576,11 +1522,7 @@
</span><span class="cx"> webkit.org/b/118378 vibration/cancelVibration-after-pagevisibility-changed-to-hidden.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # Some tests will fail after the visual overflow patch, they will be fixed shortly.
</span><del>-webkit.org/b/118665 fast/regions/floats-basic-in-variable-width-regions.html [ ImageOnlyFailure Pass ]
</del><span class="cx"> webkit.org/b/118665 fast/regions/hover-in-second-region.html [ ImageOnlyFailure Pass ]
</span><del>-webkit.org/b/118665 fast/regions/overflow/overflow-not-moving-below-floats-in-variable-width-regions.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/overflow/overflow-region-transform.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/top-overflow-out-of-second-region.html [ ImageOnlyFailure Pass Missing ]
</del><span class="cx"> webkit.org/b/118665 fast/regions/webkit-flow-float-unable-to-push.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/119782 fast/forms/search-styled.html [ Failure ]
</span><span class="lines">@@ -1617,8 +1559,6 @@
</span><span class="cx"> webgl/1.0.1/conformance/glsl/misc/shader-with-for-scoping.html [ Failure ]
</span><span class="cx"> webgl/1.0.1/conformance/glsl/misc/shader-with-functional-scoping.html [ Failure ]
</span><span class="cx"> webgl/1.0.2/conformance/glsl/literals/float_literal.vert.html [ Failure ]
</span><del>-webgl/1.0.2/conformance/textures/texture-attachment-formats.html [ Failure ]
-webgl/1.0.2/conformance/textures/texture-size-cube-maps.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Currently working on 1.0.2 conformance, skip currently known failing tests.
</span><span class="cx"> webgl/conformance/attribs/gl-vertex-attrib-render.html [ Failure ]
</span><span class="lines">@@ -1728,7 +1668,7 @@
</span><span class="cx"> webkit.org/b/107018 svg/transforms/transformed-text-fill-pattern.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/107018 svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/104656 compositing/repaint/clipped-layer-size-change.html [ ImageOnlyFailure Pass ]
</del><ins>+webkit.org/b/104656 compositing/repaint/clipped-layer-size-change.html [ Crash Pass ]
</ins><span class="cx"> 
</span><span class="cx"> # NPP_SetWindow is not called during plugin destruction on X11.
</span><span class="cx"> webkit.org/b/63261 plugins/npp-set-window-called-during-destruction.html [ Failure ]
</span><span class="lines">@@ -2000,8 +1940,6 @@
</span><span class="cx"> webkit.org/b/127118 compositing/regions/fixed-in-named-flow-lost-transformed-parent.html [ Failure ]
</span><span class="cx"> webkit.org/b/127118 compositing/regions/fixed-in-named-flow.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/127277 fast/canvas/webgl/glsl-conformance.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/127286 webgl/conformance/typedarrays/data-view-test.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Failing since added in r162960
</span><span class="lines">@@ -2036,6 +1974,7 @@
</span><span class="cx"> webkit.org/b/131987 fast/borders/hidpi-border-image-gradient-on-subpixels.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131987 fast/borders/hidpi-double-border-with-border-radius-always-produce-solid-line.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131987 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/131987 fast/inline/hidpi-inline-text-decoration-with-subpixel-value.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/131987 fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131987 fast/inline/hidpi-select-inline-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131987 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2070,7 +2009,7 @@
</span><span class="cx"> # No HLS support
</span><span class="cx"> http/tests/media/hls [ Skip ]
</span><span class="cx"> 
</span><del>-webkit.org/b/132823 svg/zoom/page/zoom-foreignObject.svg [ ImageOnlyFailure ]
</del><ins>+webkit.org/b/132823 svg/zoom/page/zoom-foreignObject.svg [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Tests failing after r168544
</span><span class="cx"> svg/W3C-SVG-1.1-SE/painting-marker-05-f.svg [ Failure ]
</span><span class="lines">@@ -2104,3 +2043,8 @@
</span><span class="cx"> webkit.org/b/134153 mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/134712 svg/masking/mask-transformed-text-missing.svg [ ImageOnlyFailure ]
</span><ins>+
+webkit.org/b/134756 fast/dom/HTMLImageElement/sizes/image-sizes-2x.html [ Failure ]
+
+webkit.org/b/135504 svg/css/parse-height.html [ Failure ]
+webkit.org/b/135504 svg/css/parse-length.html [ Failure ]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformeflfasttextkhmerlaofontexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/fast/text/khmer-lao-font-expected.txt (171915 => 171916)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/text/khmer-lao-font-expected.txt        2014-08-01 13:34:56 UTC (rev 171915)
+++ trunk/LayoutTests/platform/efl/fast/text/khmer-lao-font-expected.txt        2014-08-01 13:42:26 UTC (rev 171916)
</span><span class="lines">@@ -20,19 +20,19 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,18) size 29x17
</span><span class="cx">           text run at (0,18) width 29: &quot;Lao:&quot;
</span><del>-      RenderBlock {P} at (0,226) size 784x216
-        RenderText {#text} at (0,0) size 772x215
-          text run at (0,0) width 742: &quot;\x{E84}\x{EBB}\x{EC9}\x{E99}\x{EAB}\x{EB2} \x{EAE}\x{EB9}\x{E9A}\x{E9E}\x{EB2}\x{E9A} \x{EC1}\x{E9C}\x{E99}\x{E97}\x{EB5}\x{EC8} \x{EC1}\x{E9B}\x{E9E}\x{EB2}\x{EAA}\x{EB2} \x{EA1}\x{EB7}\x{E96}\x{EB7} \x{E9A}\x{EA5}\x{EB1}\x{EAD}\x{E81}\x{EC0}\x{E81}\x{EB5} \x{EC0}\x{E9E}\x{EB5}\x{EC8}\x{EA1}\x{EC0}\x{E95}\x{EB5}\x{EA1}\x{E88}\x{EB2}\x{E81} \x{EC1}\x{E9B}\x{EDC}\x{EC9}\x{EB2}\x{E99}\x{EB5}\x{EC9} \x{EAE}\x{EB9}\x{E9A}\x{E9E}\x{EB2}\x{E9A}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A} \x{EC1}\x{E9B}\x{EDC}\x{EC9}\x{EB2}\x{E99}\x{EB5}\x{EC9} \x{EAB}\x{EBC}\x{EB1}\x{E87}\x{E88}\x{EB2}\x{E81}\x{E97}\x{EB5}\x{EC8}\x{EC0}\x{E9B}\x{EB5}\x{E94}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EC4}\x{E8A}&quot;
-          text run at (0,18) width 767: &quot;\x{E9A}\x{EAA}\x{EB2}\x{EA1}\x{E9B}\x{EB5} \x{E95}\x{EB1}\x{EC9}\x{E87}\x{EC1}\x{E95}\x{EC8}\x{E9B}\x{EB5} \x{E88}\x{EBB}\x{E99}\x{E95}\x{EAD}\x{E99}\x{E99}\x{EB5}\x{EC9}\x{E9B}\x{EB5} \x{EC1}\x{EA5}\x{EC9}\x{EA7} \x{E81}\x{ECD}\x{EA1}\x{EB5}\x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{EAA}\x{EB4}\x{EC8}\x{E87}\x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC0}\x{E81}\x{EB5}\x{E94}\x{E82}\x{EB6}\x{EC9}\x{E99} \x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{E84}\x{EBB}\x{E99}\x{E81}\x{ECD}\x{EC4}\x{E94}\x{EC9}\x{EAE}\x{EBD}\x{E99}\x{EAE}\x{EB9}\x{EC9}\x{EA7}\x{EB4}\x{E97}\x{EB5}\x{E81}\x{EB2}\x{E99}\x{EC3}\x{E8A}\x{EC9} \x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{E84}\x{EBB}\x{E99}\x{E81}\x{ECD}\x{E87}\x{EBB}\x{E87}\x{E81}\x{EB1}\x{E9A}\x{E81}\x{EB2}\x{E99}\x{EC3}\x{E8A}\x{EC9}&quot;
-          text run at (0,36) width 732: &quot;\x{EC0}\x{E82}\x{EBB}\x{EC9}\x{EB2}\x{EC4}\x{E9B}\x{EAD}\x{EB5}\x{E81} (\x{EAD}\x{EC9}\x{EB2}\x{EA7}!) \x{EC1}\x{E95}\x{EC8}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC3}\x{E94}\x{E81}\x{ECD}\x{E95}\x{EB2}\x{EA1} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2} \x{EC3}\x{E99}\x{E99}\x{EB2}\x{EA1}\x{E82}\x{EAD}\x{E87}\x{E9C}\x{EB9}\x{EC8}\x{EAA}\x{EC9}\x{EB2}\x{E87}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EC4}\x{E8A}\x{E99}\x{EB5}\x{EC9} \x{E81}\x{ECD}\x{E95}\x{EC9}\x{EAD}\x{E87}\x{E82}\x{ECD}\x{E82}\x{EAD}\x{E9A}\x{EC3}\x{E88}\x{E97}\x{EB8}\x{E81}\x{EC6} \x{E97}\x{EC8}\x{EB2}\x{E99}\x{E97}\x{EB5}\x{EC8}\x{EA1}\x{EB5}\x{EAA}\x{EC8}\x{EA7}\x{E99}\x{EAE}\x{EC8}\x{EA7}\x{EA1}&quot;
-          text run at (0,54) width 740: &quot;\x{E97}\x{EB1}\x{E87}\x{E81}\x{EB2}\x{E99}\x{E96}\x{EB2}\x{EA1} \x{EC1}\x{EA5}\x{EB0}\x{E95}\x{EAD}\x{E9A}\x{E97}\x{EB5}\x{EC8}\x{EC0}\x{E81}\x{EB5}\x{E94}\x{E82}\x{EB6}\x{EC9}\x{E99}\x{EC3}\x{E99}\x{E9A}\x{EBB}\x{E94}\x{E84}\x{EA7}\x{EB2}\x{EA1} \x{EC1}\x{EA5}\x{EB0}\x{E81}\x{EB0}\x{E97}\x{EB9}\x{EC9}\x{E95}\x{EC8}\x{EB2}\x{E87}\x{EC6} \x{EC3}\x{E99}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{E9A}\x{EAD}\x{E94} \x{EC0}\x{E8A}\x{EB4}\x{EC8}\x{E87}\x{E81}\x{ECD}\x{E96}\x{EB7}\x{EA7}\x{EC8}\x{EB2}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E81}\x{EB2}\x{E99}\x{EC1}\x{EA5}\x{E81}\x{E9B}\x{EC8}\x{EBD}\x{E99}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{EAE}\x{EB9}\x{EC9}\x{E81}\x{EB1}\x{E99}.&quot;
-          text run at (0,72) width 679: &quot;\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A}\x{EC3}\x{E99}\x{E9B}\x{EB5} 2011 \x{E99}\x{EB5}\x{EC9} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2}\x{EA1}\x{EB5}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{E84}\x{EB2}\x{E94}\x{EAB}\x{EA7}\x{EB1}\x{E87}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EAA}\x{EB9}\x{E87}\x{EA7}\x{EC8}\x{EB2} \x{E88}\x{EB0}\x{E9B}\x{EB1}\x{E9A}\x{E9B}\x{EB8}\x{E87}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EC4}\x{E8A}\x{EC1}\x{EAB}\x{EC8}\x{E87}\x{E99}\x{EB5}\x{EC9} \x{EC3}\x{EAB}\x{EC9}\x{E94}\x{EB5}\x{E8D}\x{EB4}\x{EC8}\x{E87}\x{EC6} \x{E82}\x{EB6}\x{EC9}\x{E99}\x{EC4}\x{E9B}\x{EAD}\x{EB5}\x{E81}&quot;
-          text run at (0,90) width 750: &quot;\x{EC2}\x{E94}\x{E8D}\x{EAA}\x{EB0}\x{EC0}\x{E9E}\x{EB2}\x{EB0}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EC3}\x{E99}\x{E94}\x{EC9}\x{EB2}\x{E99} Localization \x{EAB}\x{EBC}\x{EB7}\x{E81}\x{EB2}\x{E99}\x{EC1}\x{E9B}\x{E9E}\x{EB2}\x{EAA}\x{EB2}\x{EA5}\x{EB2}\x{EA7}\x{E82}\x{EAD}\x{E87} \x{E99}\x{EB1}\x{EC9}\x{E99}\x{EC0}\x{EAD}\x{E87}. \x{EC0}\x{E96}\x{EB4}\x{E87}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EA7}\x{EC8}\x{EB2}\x{E88}\x{EB0}\x{EA1}\x{EB5}\x{EC4}\x{E9F}\x{EA5}\x{ECC}\x{E9E}\x{EB2}\x{EAA}\x{EB2}\x{EA5}\x{EB2}\x{EA7}\x{EC0}\x{E81}\x{EBB}\x{EC8}\x{EB2}\x{EA2}\x{EB9}\x{EC8}\x{EC1}\x{EA5}\x{EC9}\x{EA7}&quot;
-          text run at (0,108) width 624: &quot;\x{EC1}\x{E95}\x{EC8}\x{E81}\x{ECD}\x{E8D}\x{EB1}\x{E87}\x{E9A}\x{ECD}\x{EC8}\x{EAA}\x{EBB}\x{EA1}\x{E9A}\x{EB9}\x{E99} \x{EC1}\x{EA5}\x{EB0}\x{EA1}\x{EB5}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{E9C}\x{EB4}\x{E94}\x{E9E}\x{EB2}\x{E94}\x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{E9B}\x{EB0}\x{E81}\x{EB2}\x{E99} \x{E9A}\x{ECD}\x{EC8}\x{EA7}\x{EC8}\x{EB2}\x{E88}\x{EB0}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E9E}\x{EB4}\x{EA1}\x{E9C}\x{EB4}\x{E94} \x{EAB}\x{EBC}\x{EB7}\x{EC1}\x{E9B}\x{E9A}\x{ECD}\x{EC8}\x{E96}\x{EB7}\x{E81} \x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E95}\x{EBB}\x{EC9}\x{E99}. \x{E94}\x{EB1}\x{EC8}\x{E87}\x{E99}\x{EB1}\x{EC9}\x{E99}&quot;
-          text run at (0,126) width 743: &quot;\x{E81}\x{EB2}\x{E99}\x{EC1}\x{E9B}\x{E84}\x{EB7}\x{E99}\x{E9E}\x{EB2}\x{EAA}\x{EB2}\x{EA5}\x{EB2}\x{EA7}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A} \x{E81}\x{ECD}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EC0}\x{E9B}\x{EBB}\x{EC9}\x{EB2}\x{EDD}\x{EB2}\x{E8D}\x{EAD}\x{EB1}\x{E99}\x{E99}\x{EB6}\x{EC8}\x{E87} \x{EC0}\x{E8A}\x{EB1}\x{EC8}\x{E99}\x{E94}\x{EBD}\x{EA7}\x{E81}\x{EB1}\x{E9A}\x{E81}\x{EB2}\x{E99}\x{EC1}\x{E9B} Component \x{EC2}\x{E95}\x{EAD}\x{EB7}\x{EC8}\x{E99}\x{EC6} \x{E97}\x{EB5}\x{EC8}\x{E99}\x{EB4}\x{E8D}\x{EBB}\x{EA1}\x{EC3}\x{E8A}\x{EC9}\x{E81}\x{EB1}\x{E99} \x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC0}\x{E8A}\x{EB1}\x{EC8}\x{E99}&quot;
-          text run at (0,144) width 247: &quot;Kunena \x{EC0}\x{E8A}\x{EB4}\x{EC8}\x{E87}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EA5}\x{EB0}\x{E9A}\x{EBB}\x{E9A}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{E9A}\x{EAD}\x{E94}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A} &quot;
-          text run at (247,144) width 407: &quot;\x{E99}\x{EAD}\x{E81}\x{E88}\x{EB2}\x{E81}\x{E99}\x{EB1}\x{EC9}\x{E99} \x{EC3}\x{E99}\x{E94}\x{EC9}\x{EB2}\x{E99}\x{E81}\x{EB2}\x{E99}\x{EAA}\x{EAD}\x{E99} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2}\x{E81}\x{ECD}\x{EAB}\x{EA7}\x{EB1}\x{E87}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{E8D}\x{EB4}\x{EC8}\x{E87}\x{EA7}\x{EC8}\x{EB2}&quot;
-          text run at (0,162) width 767: &quot;\x{E88}\x{EB0}\x{EAA}\x{EB2}\x{EA1}\x{EB2}\x{E94}\x{EC0}\x{E9B}\x{EB5}\x{E94}\x{E84}\x{EAD}\x{EAA}\x{EAA}\x{EAD}\x{E99} \x{EC3}\x{E99}\x{EA7}\x{EBD}\x{E87}\x{E88}\x{EB1}\x{E99}\x{EC4}\x{E94}\x{EC9}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EAE}\x{EB9}\x{E9A}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EAE}\x{EC8}\x{EB2}\x{E87} \x{EC0}\x{E8A}\x{EB4}\x{EC8}\x{E87}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A}\x{E95}\x{EAD}\x{E99}\x{E99}\x{EB5}\x{EC9}\x{E81}\x{ECD}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EA1}\x{EB5}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{E82}\x{EB2}\x{E94}\x{EC0}\x{E82}\x{EB5}\x{E99}\x{EC3}\x{E99}\x{E94}\x{EC9}\x{EB2}\x{E99}\x{EC0}\x{E87}\x{EB7}\x{EC8}\x{EAD}\x{E99}\x{EC4}\x{E82}\x{E95}\x{EC8}\x{EB2}\x{E87}\x{EC6}&quot;
-          text run at (0,180) width 751: &quot;\x{EC2}\x{E94}\x{E8D}\x{EAA}\x{EB0}\x{EC0}\x{E9E}\x{EB2}\x{EB0}\x{E81}\x{ECD}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EAA}\x{EB0}\x{E96}\x{EB2}\x{E99}\x{E97}\x{EB5}\x{EC8}. \x{EC0}\x{E96}\x{EB4}\x{E87}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC3}\x{E94}\x{E81}\x{ECD}\x{E95}\x{EB2}\x{EA1} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2}\x{EC0}\x{E8A}\x{EB7}\x{EC8}\x{EAD}\x{EDD}\x{EB1}\x{EC9}\x{E99}\x{EA7}\x{EC8}\x{EB2} \x{E88}\x{EB0}\x{EA1}\x{EB5}\x{EA1}\x{EB7}\x{EC9}\x{E99}\x{EB6}\x{EC8}\x{E87} \x{E97}\x{EB5}\x{EC8}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{EAB}\x{EA7}\x{EB1}\x{E87}\x{E99}\x{EB5}\x{EC9}\x{E88}\x{EB0}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E88}\x{EB4}\x{E87}\x{E82}\x{EB6}\x{EC9}\x{E99}\x{EA1}\x{EB2}\x{EC4}\x{E94}\x{EC9}. &quot;
-          text run at (751,180) width 21: &quot;\x{ED1}\x{ED6}&quot;
-          text run at (0,198) width 376: &quot;\x{EA1}\x{EB1}\x{E87}\x{E81}\x{EAD}\x{E99} \x{ED2}\x{ED0}\x{ED1}\x{ED1} \x{E97}\x{EB0}\x{E99}\x{EB0}\x{EA7}\x{ECD}\x{EA5}\x{EB0}\x{E81}\x{EB4}\x{E94} \x{E81}\x{EB8}\x{E99}\x{E97}\x{EB0}\x{EA7}\x{EB1}\x{E94}\x{E9E}\x{EB4}\x{E99}\x{EC2}\x{E8D} \x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EA1}\x{EB2}\x{EAA}\x{EC0}\x{E95}\x{EB5}&quot;
</del><ins>+      RenderBlock {P} at (0,226) size 784x198
+        RenderText {#text} at (0,0) size 782x197
+          text run at (0,0) width 756: &quot;\x{E84}\x{EBB}\x{EC9}\x{E99}\x{EAB}\x{EB2} \x{EAE}\x{EB9}\x{E9A}\x{E9E}\x{EB2}\x{E9A} \x{EC1}\x{E9C}\x{E99}\x{E97}\x{EB5}\x{EC8} \x{EC1}\x{E9B}\x{E9E}\x{EB2}\x{EAA}\x{EB2} \x{EA1}\x{EB7}\x{E96}\x{EB7} \x{E9A}\x{EA5}\x{EB1}\x{EAD}\x{E81}\x{EC0}\x{E81}\x{EB5} \x{EC0}\x{E9E}\x{EB5}\x{EC8}\x{EA1}\x{EC0}\x{E95}\x{EB5}\x{EA1}\x{E88}\x{EB2}\x{E81} \x{EC1}\x{E9B}\x{EDC}\x{EC9}\x{EB2}\x{E99}\x{EB5}\x{EC9} \x{EAE}\x{EB9}\x{E9A}\x{E9E}\x{EB2}\x{E9A}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A} \x{EC1}\x{E9B}\x{EDC}\x{EC9}\x{EB2}\x{E99}\x{EB5}\x{EC9} \x{EAB}\x{EBC}\x{EB1}\x{E87}\x{E88}\x{EB2}\x{E81}\x{E97}\x{EB5}\x{EC8}\x{EC0}\x{E9B}\x{EB5}\x{E94}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EC4}\x{E8A} \x{E9A}&quot;
+          text run at (0,18) width 757: &quot;\x{EAA}\x{EB2}\x{EA1}\x{E9B}\x{EB5} \x{E95}\x{EB1}\x{EC9}\x{E87}\x{EC1}\x{E95}\x{EC8}\x{E9B}\x{EB5} \x{E88}\x{EBB}\x{E99}\x{E95}\x{EAD}\x{E99}\x{E99}\x{EB5}\x{EC9}\x{E9B}\x{EB5} \x{EC1}\x{EA5}\x{EC9}\x{EA7} \x{E81}\x{ECD}\x{EA1}\x{EB5}\x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{EAA}\x{EB4}\x{EC8}\x{E87}\x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC0}\x{E81}\x{EB5}\x{E94}\x{E82}\x{EB6}\x{EC9}\x{E99} \x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{E84}\x{EBB}\x{E99}\x{E81}\x{ECD}\x{EC4}\x{E94}\x{EC9}\x{EAE}\x{EBD}\x{E99}\x{EAE}\x{EB9}\x{EC9}\x{EA7}\x{EB4}\x{E97}\x{EB5}\x{E81}\x{EB2}\x{E99}\x{EC3}\x{E8A}\x{EC9} \x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{E84}\x{EBB}\x{E99}\x{E81}\x{ECD}\x{E87}\x{EBB}\x{E87}\x{E81}\x{EB1}\x{E9A}\x{E81}\x{EB2}\x{E99}\x{EC3}\x{E8A}\x{EC9}&quot;
+          text run at (0,36) width 754: &quot;\x{EC0}\x{E82}\x{EBB}\x{EC9}\x{EB2}\x{EC4}\x{E9B}\x{EAD}\x{EB5}\x{E81} (\x{EAD}\x{EC9}\x{EB2}\x{EA7}!) \x{EC1}\x{E95}\x{EC8}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC3}\x{E94}\x{E81}\x{ECD}\x{E95}\x{EB2}\x{EA1} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2} \x{EC3}\x{E99}\x{E99}\x{EB2}\x{EA1}\x{E82}\x{EAD}\x{E87}\x{E9C}\x{EB9}\x{EC8}\x{EAA}\x{EC9}\x{EB2}\x{E87}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EC4}\x{E8A}\x{E99}\x{EB5}\x{EC9} \x{E81}\x{ECD}\x{E95}\x{EC9}\x{EAD}\x{E87}\x{E82}\x{ECD}\x{E82}\x{EAD}\x{E9A}\x{EC3}\x{E88}\x{E97}\x{EB8}\x{E81}\x{EC6} \x{E97}\x{EC8}\x{EB2}\x{E99}\x{E97}\x{EB5}\x{EC8}\x{EA1}\x{EB5}\x{EAA}\x{EC8}\x{EA7}\x{E99}\x{EAE}\x{EC8}\x{EA7}\x{EA1} \x{E97}\x{EB1}\x{E87}&quot;
+          text run at (0,54) width 726: &quot;\x{E81}\x{EB2}\x{E99}\x{E96}\x{EB2}\x{EA1} \x{EC1}\x{EA5}\x{EB0}\x{E95}\x{EAD}\x{E9A}\x{E97}\x{EB5}\x{EC8}\x{EC0}\x{E81}\x{EB5}\x{E94}\x{E82}\x{EB6}\x{EC9}\x{E99}\x{EC3}\x{E99}\x{E9A}\x{EBB}\x{E94}\x{E84}\x{EA7}\x{EB2}\x{EA1} \x{EC1}\x{EA5}\x{EB0}\x{E81}\x{EB0}\x{E97}\x{EB9}\x{EC9}\x{E95}\x{EC8}\x{EB2}\x{E87}\x{EC6} \x{EC3}\x{E99}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{E9A}\x{EAD}\x{E94} \x{EC0}\x{E8A}\x{EB4}\x{EC8}\x{E87}\x{E81}\x{ECD}\x{E96}\x{EB7}\x{EA7}\x{EC8}\x{EB2}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E81}\x{EB2}\x{E99}\x{EC1}\x{EA5}\x{E81}\x{E9B}\x{EC8}\x{EBD}\x{E99}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{EAE}\x{EB9}\x{EC9}\x{E81}\x{EB1}\x{E99}. &quot;
+          text run at (726,54) width 40: &quot;\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A}&quot;
+          text run at (0,72) width 782: &quot;\x{EC3}\x{E99}\x{E9B}\x{EB5} 2011 \x{E99}\x{EB5}\x{EC9} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2}\x{EA1}\x{EB5}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{E84}\x{EB2}\x{E94}\x{EAB}\x{EA7}\x{EB1}\x{E87}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EAA}\x{EB9}\x{E87}\x{EA7}\x{EC8}\x{EB2} \x{E88}\x{EB0}\x{E9B}\x{EB1}\x{E9A}\x{E9B}\x{EB8}\x{E87}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EC4}\x{E8A}\x{EC1}\x{EAB}\x{EC8}\x{E87}\x{E99}\x{EB5}\x{EC9} \x{EC3}\x{EAB}\x{EC9}\x{E94}\x{EB5}\x{E8D}\x{EB4}\x{EC8}\x{E87}\x{EC6} \x{E82}\x{EB6}\x{EC9}\x{E99}\x{EC4}\x{E9B}\x{EAD}\x{EB5}\x{E81} \x{EC2}\x{E94}\x{E8D}\x{EAA}\x{EB0}\x{EC0}\x{E9E}\x{EB2}\x{EB0}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EC3}\x{E99}&quot;
+          text run at (0,90) width 765: &quot;\x{E94}\x{EC9}\x{EB2}\x{E99} Localization \x{EAB}\x{EBC}\x{EB7}\x{E81}\x{EB2}\x{E99}\x{EC1}\x{E9B}\x{E9E}\x{EB2}\x{EAA}\x{EB2}\x{EA5}\x{EB2}\x{EA7}\x{E82}\x{EAD}\x{E87} \x{E99}\x{EB1}\x{EC9}\x{E99}\x{EC0}\x{EAD}\x{E87}. \x{EC0}\x{E96}\x{EB4}\x{E87}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EA7}\x{EC8}\x{EB2}\x{E88}\x{EB0}\x{EA1}\x{EB5}\x{EC4}\x{E9F}\x{EA5}\x{ECC}\x{E9E}\x{EB2}\x{EAA}\x{EB2}\x{EA5}\x{EB2}\x{EA7}\x{EC0}\x{E81}\x{EBB}\x{EC8}\x{EB2}\x{EA2}\x{EB9}\x{EC8}\x{EC1}\x{EA5}\x{EC9}\x{EA7} \x{EC1}\x{E95}\x{EC8}\x{E81}\x{ECD}\x{E8D}\x{EB1}\x{E87}\x{E9A}\x{ECD}\x{EC8}\x{EAA}\x{EBB}\x{EA1}\x{E9A}\x{EB9}\x{E99} \x{EC1}\x{EA5}\x{EB0}\x{EA1}\x{EB5}&quot;
+          text run at (0,108) width 764: &quot;\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{E9C}\x{EB4}\x{E94}\x{E9E}\x{EB2}\x{E94}\x{EAB}\x{EBC}\x{EB2}\x{E8D}\x{E9B}\x{EB0}\x{E81}\x{EB2}\x{E99} \x{E9A}\x{ECD}\x{EC8}\x{EA7}\x{EC8}\x{EB2}\x{E88}\x{EB0}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E9E}\x{EB4}\x{EA1}\x{E9C}\x{EB4}\x{E94} \x{EAB}\x{EBC}\x{EB7}\x{EC1}\x{E9B}\x{E9A}\x{ECD}\x{EC8}\x{E96}\x{EB7}\x{E81} \x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E95}\x{EBB}\x{EC9}\x{E99}. \x{E94}\x{EB1}\x{EC8}\x{E87}\x{E99}\x{EB1}\x{EC9}\x{E99} \x{E81}\x{EB2}\x{E99}\x{EC1}\x{E9B}\x{E84}\x{EB7}\x{E99}\x{E9E}\x{EB2}\x{EAA}\x{EB2}\x{EA5}\x{EB2}\x{EA7}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A} \x{E81}\x{ECD}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EC0}\x{E9B}\x{EBB}\x{EC9}\x{EB2}\x{EDD}\x{EB2}\x{E8D}&quot;
+          text run at (0,126) width 708: &quot;\x{EAD}\x{EB1}\x{E99}\x{E99}\x{EB6}\x{EC8}\x{E87} \x{EC0}\x{E8A}\x{EB1}\x{EC8}\x{E99}\x{E94}\x{EBD}\x{EA7}\x{E81}\x{EB1}\x{E9A}\x{E81}\x{EB2}\x{E99}\x{EC1}\x{E9B} Component \x{EC2}\x{E95}\x{EAD}\x{EB7}\x{EC8}\x{E99}\x{EC6} \x{E97}\x{EB5}\x{EC8}\x{E99}\x{EB4}\x{E8D}\x{EBB}\x{EA1}\x{EC3}\x{E8A}\x{EC9}\x{E81}\x{EB1}\x{E99} \x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC0}\x{E8A}\x{EB1}\x{EC8}\x{E99} Kunena \x{EC0}\x{E8A}\x{EB4}\x{EC8}\x{E87}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EA5}\x{EB0}\x{E9A}\x{EBB}\x{E9A}\x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{E9A}\x{EAD}\x{E94}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A} &quot;
+          text run at (708,126) width 62: &quot;\x{E99}\x{EAD}\x{E81}\x{E88}\x{EB2}\x{E81}&quot;
+          text run at (0,144) width 776: &quot;\x{E99}\x{EB1}\x{EC9}\x{E99} \x{EC3}\x{E99}\x{E94}\x{EC9}\x{EB2}\x{E99}\x{E81}\x{EB2}\x{E99}\x{EAA}\x{EAD}\x{E99} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2}\x{E81}\x{ECD}\x{EAB}\x{EA7}\x{EB1}\x{E87}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{E8D}\x{EB4}\x{EC8}\x{E87}\x{EA7}\x{EC8}\x{EB2} \x{E88}\x{EB0}\x{EAA}\x{EB2}\x{EA1}\x{EB2}\x{E94}\x{EC0}\x{E9B}\x{EB5}\x{E94}\x{E84}\x{EAD}\x{EAA}\x{EAA}\x{EAD}\x{E99} \x{EC3}\x{E99}\x{EA7}\x{EBD}\x{E87}\x{E88}\x{EB1}\x{E99}\x{EC4}\x{E94}\x{EC9}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EAE}\x{EB9}\x{E9A}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{EAE}\x{EC8}\x{EB2}\x{E87} \x{EC0}\x{E8A}\x{EB4}\x{EC8}\x{E87}\x{EAA}\x{EB3}\x{EA5}\x{EB1}\x{E9A}&quot;
+          text run at (0,162) width 780: &quot;\x{E95}\x{EAD}\x{E99}\x{E99}\x{EB5}\x{EC9}\x{E81}\x{ECD}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EA1}\x{EB5}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{E82}\x{EB2}\x{E94}\x{EC0}\x{E82}\x{EB5}\x{E99}\x{EC3}\x{E99}\x{E94}\x{EC9}\x{EB2}\x{E99}\x{EC0}\x{E87}\x{EB7}\x{EC8}\x{EAD}\x{E99}\x{EC4}\x{E82}\x{E95}\x{EC8}\x{EB2}\x{E87}\x{EC6} \x{EC2}\x{E94}\x{E8D}\x{EAA}\x{EB0}\x{EC0}\x{E9E}\x{EB2}\x{EB0}\x{E81}\x{ECD}\x{EC1}\x{EA1}\x{EC8}\x{E99}\x{EAA}\x{EB0}\x{E96}\x{EB2}\x{E99}\x{E97}\x{EB5}\x{EC8}. \x{EC0}\x{E96}\x{EB4}\x{E87}\x{EA2}\x{EC8}\x{EB2}\x{E87}\x{EC3}\x{E94}\x{E81}\x{ECD}\x{E95}\x{EB2}\x{EA1} \x{E82}\x{EC9}\x{EB2}\x{E9E}\x{EB0}\x{EC0}\x{E88}\x{EBB}\x{EC9}\x{EB2}\x{EC0}\x{E8A}\x{EB7}\x{EC8}\x{EAD}\x{EDD}\x{EB1}\x{EC9}\x{E99}&quot;
+          text run at (0,180) width 315: &quot;\x{EA7}\x{EC8}\x{EB2} \x{E88}\x{EB0}\x{EA1}\x{EB5}\x{EA1}\x{EB7}\x{EC9}\x{E99}\x{EB6}\x{EC8}\x{E87} \x{E97}\x{EB5}\x{EC8}\x{E84}\x{EA7}\x{EB2}\x{EA1}\x{EAB}\x{EA7}\x{EB1}\x{E87}\x{E99}\x{EB5}\x{EC9}\x{E88}\x{EB0}\x{EC0}\x{E9B}\x{EB1}\x{E99}\x{E88}\x{EB4}\x{E87}\x{E82}\x{EB6}\x{EC9}\x{E99}\x{EA1}\x{EB2}\x{EC4}\x{E94}\x{EC9}. &quot;
+          text run at (315,180) width 401: &quot;\x{ED1}\x{ED6} \x{EA1}\x{EB1}\x{E87}\x{E81}\x{EAD}\x{E99} \x{ED2}\x{ED0}\x{ED1}\x{ED1} \x{E97}\x{EB0}\x{E99}\x{EB0}\x{EA7}\x{ECD}\x{EA5}\x{EB0}\x{E81}\x{EB4}\x{E94} \x{E81}\x{EB8}\x{E99}\x{E97}\x{EB0}\x{EA7}\x{EB1}\x{E94}\x{E9E}\x{EB4}\x{E99}\x{EC2}\x{E8D} \x{EC0}\x{EA7}\x{EB1}\x{E9A}\x{EA1}\x{EB2}\x{EAA}\x{EC0}\x{E95}\x{EB5}&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestssvgW3CSVG11shapesrect02texpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt (171915 => 171916)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt        2014-08-01 13:34:56 UTC (rev 171915)
+++ trunk/LayoutTests/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt        2014-08-01 13:42:26 UTC (rev 171916)
</span><span class="lines">@@ -1,15 +1,15 @@
</span><del>-layer at (0,0) size 480x360
-  RenderView at (0,0) size 480x360
-layer at (0,0) size 480x360
-  RenderSVGRoot {svg} at (0,0) size 480x360
-    RenderSVGContainer {g} at (0,0) size 401x277
-      RenderSVGRect {rect} at (0,45) size 51x82 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=46.00] [width=50.00] [height=80.00]
-      RenderSVGRect {rect} at (129,0) size 52x81 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=130.00] [y=0.00] [width=50.00] [height=80.00]
-      RenderSVGRect {rect} at (249,45) size 2x82 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=250.00] [y=46.00] [width=0.00] [height=80.00]
-      RenderSVGRect {rect} at (349,45) size 52x2 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=350.00] [y=46.00] [width=50.00] [height=0.00]
-      RenderSVGRect {rect} at (29,195) size 52x82 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=30.00] [y=196.00] [width=50.00] [height=80.00]
-      RenderSVGRect {rect} at (129,195) size 52x82 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=130.00] [y=196.00] [width=50.00] [height=80.00]
-    RenderSVGText {text} at (10,304) size 264x45 contains 1 chunk(s)
-      RenderSVGInlineText {#text} at (0,0) size 264x45
-        chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: &quot;$Revision: 1.4 $&quot;
-    RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</del><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (0,0) size 800x600
+    RenderSVGContainer {g} at (0,0) size 301x461
+      RenderSVGRect {rect} at (0,75) size 85x136 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=46.00] [width=50.00] [height=80.00]
+      RenderSVGRect {rect} at (215,0) size 86x135 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=130.00] [y=0.00] [width=50.00] [height=80.00]
+      RenderSVGRect {rect} at (415,75) size 3x136 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=250.00] [y=46.00] [width=0.00] [height=80.00]
+      RenderSVGRect {rect} at (582,75) size 86x3 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=350.00] [y=46.00] [width=50.00] [height=0.00]
+      RenderSVGRect {rect} at (49,325) size 86x136 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=30.00] [y=196.00] [width=50.00] [height=80.00]
+      RenderSVGRect {rect} at (215,325) size 86x136 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#FF0000]}] [x=130.00] [y=196.00] [width=50.00] [height=80.00]
+    RenderSVGText {text} at (10,304) size 269x45 contains 1 chunk(s)
+      RenderSVGInlineText {#text} at (0,0) size 269x45
+        chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 268.20: &quot;$Revision: 1.4 $&quot;
+    RenderSVGRect {rect} at (0,0) size 800x600 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
</ins></span></pre>
</div>
</div>

</body>
</html>