<!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>[165335] 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/165335">165335</a></dd>
<dt>Author</dt> <dd>mrobinson@webkit.org</dd>
<dt>Date</dt> <dd>2014-03-08 13:49:27 -0800 (Sat, 08 Mar 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Lots of cleanups for the GTK+ TestExpectations

Updated TestExpectations, adding bug standins where appropriate, skipping tests that
expected to fail and prone to timeout or crash. Removed some unused expectations. Added
new baselines for some tests.

* platform/gtk-wk1/TestExpectations: Updated expectations.
* platform/gtk-wk2/TestExpectations: Ditto.
* platform/gtk/TestExpectations: Ditto.</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="#trunkLayoutTestsplatformgtkwk1TestExpectations">trunk/LayoutTests/platform/gtk-wk1/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkwk2TestExpectations">trunk/LayoutTests/platform/gtk-wk2/TestExpectations</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/platform/gtk/accessibility/accessibility/</li>
<li><a href="#trunkLayoutTestsplatformgtkaccessibilityaccessibilityariahelpexpectedtxt">trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-help-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkaccessibilityaccessibilityariahiddenfalseworksinsubtreesexpectedtxt">trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-hidden-false-works-in-subtrees-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkaccessibilityaccessibilityfieldsetelementexpectedtxt">trunk/LayoutTests/platform/gtk/accessibility/accessibility/fieldset-element-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkaccessibilityaccessibilitymeterelementexpectedtxt">trunk/LayoutTests/platform/gtk/accessibility/accessibility/meter-element-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkaccessibilityaccessibilitynegativetabindexdoesnotexposelabelexpectedtxt">trunk/LayoutTests/platform/gtk/accessibility/accessibility/negative-tabindex-does-not-expose-label-expected.txt</a></li>
<li>trunk/LayoutTests/platform/gtk/css3/css3/</li>
<li>trunk/LayoutTests/platform/gtk/css3/css3/masking/</li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingclippathcircleborderboxexpectedpng">trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-border-box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingclippathcircleborderboxexpectedtxt">trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-border-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclecontentboxexpectedpng">trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-content-box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclecontentboxexpectedtxt">trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-content-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclemarginboxexpectedpng">trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-margin-box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclemarginboxexpectedtxt">trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-margin-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclepaddingboxexpectedpng">trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-padding-box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclepaddingboxexpectedtxt">trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-padding-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingmaskluminancepngexpectedpng">trunk/LayoutTests/platform/gtk/css3/css3/masking/mask-luminance-png-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3css3maskingmaskluminancepngexpectedtxt">trunk/LayoutTests/platform/gtk/css3/css3/masking/mask-luminance-png-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathcircleborderboxexpectedpng">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-border-box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathcircleborderboxexpectedtxt">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-border-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathcirclecontentboxexpectedpng">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-content-box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathcirclecontentboxexpectedtxt">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-content-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathcirclemarginboxexpectedpng">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-margin-box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathcirclemarginboxexpectedtxt">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-margin-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathcirclepaddingboxexpectedpng">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-padding-box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathcirclepaddingboxexpectedtxt">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-padding-box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingmaskluminancepngexpectedpng">trunk/LayoutTests/platform/gtk/css3/masking/mask-luminance-png-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingmaskluminancepngexpectedtxt">trunk/LayoutTests/platform/gtk/css3/masking/mask-luminance-png-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastimagesimagecontrolsbasicexpectedpng">trunk/LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastimagesimagecontrolsbasicexpectedtxt">trunk/LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.txt</a></li>
<li>trunk/LayoutTests/platform/gtk/fast/images/images/</li>
<li><a href="#trunkLayoutTestsplatformgtkfastimagesimagesimagecontrolsbasicexpectedpng">trunk/LayoutTests/platform/gtk/fast/images/images/image-controls-basic-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastimagesimagesimagecontrolsbasicexpectedtxt">trunk/LayoutTests/platform/gtk/fast/images/images/image-controls-basic-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepainthoverpseudobordersexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/hover-pseudo-borders-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepainthoverpseudobordersexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/hover-pseudo-borders-expected.txt</a></li>
<li>trunk/LayoutTests/platform/gtk/fast/repaint/repaint/</li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintrepainthoverpseudobordersexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintrepainthoverpseudobordersexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.txt</a></li>
<li>trunk/LayoutTests/platform/gtk/fast/ruby/ruby/</li>
<li><a href="#trunkLayoutTestsplatformgtkfastrubyrubyrubybasemergeblockchildrencrash2expectedpng">trunk/LayoutTests/platform/gtk/fast/ruby/ruby/ruby-base-merge-block-children-crash-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrubyrubyrubybasemergeblockchildrencrash2expectedtxt">trunk/LayoutTests/platform/gtk/fast/ruby/ruby/ruby-base-merge-block-children-crash-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrubyrubybasemergeblockchildrencrash2expectedpng">trunk/LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrubyrubybasemergeblockchildrencrash2expectedtxt">trunk/LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathcirclerelativeoverflowexpectedpng">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-relative-overflow-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathpolygonevenoddexpectedpng">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-polygon-evenodd-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathpolygonexpectedpng">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-polygon-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkcss3maskingclippathpolygonnonzeroexpectedpng">trunk/LayoutTests/platform/gtk/css3/masking/clip-path-polygon-nonzero-expected.png</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (165334 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-03-08 19:23:01 UTC (rev 165334)
+++ trunk/LayoutTests/ChangeLog        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -1,5 +1,17 @@
</span><span class="cx"> 2014-03-08  Martin Robinson  &lt;mrobinson@igalia.com&gt;
</span><span class="cx"> 
</span><ins>+        Lots of cleanups for the GTK+ TestExpectations
+
+        Updated TestExpectations, adding bug standins where appropriate, skipping tests that
+        expected to fail and prone to timeout or crash. Removed some unused expectations. Added
+        new baselines for some tests.
+
+        * platform/gtk-wk1/TestExpectations: Updated expectations.
+        * platform/gtk-wk2/TestExpectations: Ditto.
+        * platform/gtk/TestExpectations: Ditto.
+
+2014-03-08  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
</ins><span class="cx">         Add and update some test expectations for GTK+
</span><span class="cx"> 
</span><span class="cx">         * platform/gtk/TestExpectations: These all seem to be failing because of the same bug.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (165334 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-03-08 19:23:01 UTC (rev 165334)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -46,18 +46,18 @@
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><span class="cx"> # Color bleeds through; might work with newer cairo (works when running with Fedora 20's system cairo).
</span><del>-fast/backgrounds/background-opaque-images-over-color.html [ ImageOnlyFailure ]
</del><ins>+Bug(GTK) fast/backgrounds/background-opaque-images-over-color.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> # Ignored because we do not have OBJC bindings (via Chromium).
</span><del>-editing/pasteboard/paste-RTFD.html [ WontFix Missing ]
-editing/pasteboard/paste-TIFF.html [ WontFix Missing ]
</del><ins>+Bug(GTK) editing/pasteboard/paste-RTFD.html [ WontFix Missing ]
+Bug(GTK) editing/pasteboard/paste-TIFF.html [ WontFix Missing ]
</ins><span class="cx"> 
</span><span class="cx"> # This test assumes we cannot play RTSP, but we can.
</span><del>-media/unsupported-rtsp.html [ WontFix Timeout ]
</del><ins>+Bug(GTK) media/unsupported-rtsp.html [ WontFix Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # We have no need to support Dashboard compatibility mode. (via Chromium).
</span><del>-fast/canvas/canvas-gradient-addStop-error.html [ WontFix Failure ]
-http/tests/xmlhttprequest/default-content-type-dashboard.html [ WontFix Failure ]
</del><ins>+Bug(GTK) fast/canvas/canvas-gradient-addStop-error.html [ WontFix Failure ]
+Bug(GTK) http/tests/xmlhttprequest/default-content-type-dashboard.html [ WontFix Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # ENABLE(DRAGGABLE_REGION) is disabled
</span><span class="cx"> Bug(GTK) fast/css/draggable-region-parser.html [ Failure ]
</span><span class="lines">@@ -66,11 +66,11 @@
</span><span class="cx"> webkit.org/b/71851 http/tests/security/contentTypeOptions [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # Accelerated overflow scrolling (ENABLE_ACCELERATED_OVERFLOW_SCROLLING) is not enabled.
</span><del>-fast/repaint/overflow-scroll-touch-repaint.html [ Skip ]
</del><ins>+Bug(GTK) fast/repaint/overflow-scroll-touch-repaint.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # This port doesn't support detecting slow unload handlers.
</span><del>-fast/dom/Window/slow-unload-handler.html [ WontFix Timeout Failure ]
-fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html [ WontFix Timeout Failure ]
</del><ins>+Bug(GTK) fast/dom/Window/slow-unload-handler.html [ WontFix Timeout Failure ]
+Bug(GTK) fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html [ WontFix Timeout Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Accessibility tests that should never be run for GTK due to be
</span><span class="cx"> # written in a platform-specific way. They should either be moved to
</span><span class="lines">@@ -137,12 +137,6 @@
</span><span class="cx"> # Pre-HMTL5 parser quirks only apply to the mac port for now.
</span><span class="cx"> fast/parser/pre-html5-parser-quirks.html [ WontFix Failure ]
</span><span class="cx"> 
</span><del>-# Text rendering overflowing region it should not
-webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-ignoring-region-horiz-bt.html [ ImageOnlyFailure ]
-webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-ignoring-region-vert-lr.html [ ImageOnlyFailure ]
-webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-in-2-regions-horiz-bt.html [ ImageOnlyFailure ]
-webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-in-2-regions-vert-lr.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Features that we want eventually:
</span><span class="cx"> # DeviceMotion and DeviceOrientation are not enabled by default.
</span><span class="cx"> webkit.org/b/98927 fast/dom/Window/window-properties-device-orientation.html [ Skip ]
</span><span class="lines">@@ -208,9 +202,6 @@
</span><span class="cx"> webkit.org/b/99069 editing/inserting/typing-space-to-trigger-smart-link.html [ Failure ]
</span><span class="cx"> webkit.org/b/85463 editing/inserting/smart-link-when-caret-is-moved-before-URL.html [ Failure ]
</span><span class="cx"> 
</span><del>-# PasteBoard::plainText() does not support file names.
-webkit.org/b/99070 editing/pasteboard/drag-files-to-editable-element.html [ Failure ]
-
</del><span class="cx"> # Quota API is not supported.
</span><span class="cx"> webkit.org/b/98942 storage/storageinfo-missing-arguments.html [ Failure ]
</span><span class="cx"> webkit.org/b/98942 storage/storageinfo-no-callbacks.html [ Failure ]
</span><span class="lines">@@ -402,35 +393,6 @@
</span><span class="cx"> # CSS Device Adaptation is not enabled.
</span><span class="cx"> webkit.org/b/95959 css3/device-adapt [ Skip ]
</span><span class="cx"> 
</span><del>-# Opera-submitted tests to W3C for &lt;track&gt;, a lot of failures still.
-webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrack/activeCues.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/constructor.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/createEvent.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/line.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onenter.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onexit.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/snapToLines.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/text.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/vertical.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCueList/getter.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/getter.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/onremovetrack.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/track-element/cloneNode.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/track-element/src-clear-cues.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing/001.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html [ Skip ] 
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ]
-
</del><span class="cx"> # No support for exposing in-band text tracks
</span><span class="cx"> webkit.org/b/103771 media/track/track-forced-subtitles-in-band.html [ Timeout Failure ]
</span><span class="cx"> webkit.org/b/103771 media/track/track-in-band.html [ Failure ]
</span><span class="lines">@@ -439,15 +401,6 @@
</span><span class="cx"> webkit.org/b/103771 media/track/track-in-band-legacy-api.html [ Failure ]
</span><span class="cx"> webkit.org/b/103771 media/track/track-in-band-mode.html [ Skip ]
</span><span class="cx"> 
</span><del>-#Incorrect rebaseline
-webkit.org/b/107818 media/controls-styling.html [ Failure ]
-
-# New chromium based controls
-webkit.org/b/107825 media/audio-delete-while-step-button-clicked.html [ Failure ]
-webkit.org/b/107825 media/nodesFromRect-shadowContent.html [ Failure ]
-webkit.org/b/107825 media/video-controls-fullscreen-volume.html [ Failure ]
-webkit.org/b/107825 media/media-controls-clone.html [ Failure ]
-
</del><span class="cx"> # Require ENABLE(CUSTOM_ELEMENTS) support
</span><span class="cx"> webkit.org/b/110735 fast/dom/custom [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -457,52 +410,28 @@
</span><span class="cx"> # Skip the perf/ tests in debug builds
</span><span class="cx"> Bug(GTK) [ Debug ] perf [ Skip ]
</span><span class="cx"> 
</span><del>-# Shadow DOM is disabled
-webkit.org/b/115374 editing/shadow [ Skip ]
-webkit.org/b/115374 fast/dom/shadow [ Skip ]
-
</del><span class="cx"> # No concept of secure text input
</span><span class="cx"> Bug(GTK) editing/secure-input [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Synthesized italics not supported
</span><span class="cx"> webkit.org/b/117975 fast/text/international/synthesized-italic-vertical-latin.html [ Skip ]
</span><span class="cx"> 
</span><del>-# .webkitClosedCaptionsVisible doesn't work with &quot;Automatic&quot; caption mode
-webkit.org/b/118459 media/track/track-legacyapi-with-automatic-mode.html [ Skip ]
-
-# Some tests will fail after the visual overflow patch, they will be fixed shortly.
-webkit.org/b/118665 fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/floats-basic-in-variable-width-regions.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/overflow-nested-regions.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/overflow-region-transform.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/top-overflow-out-of-second-region.html [ ImageOnlyFailure Pass Missing ]
-webkit.org/b/118665 fast/regions/webkit-flow-float-unable-to-push.html [ ImageOnlyFailure Pass ]
-
-# The feature is enabled at build-time, but the whole test set is failing.
-webkit.org/b/120665 media/track/in-band [ Skip ]
-
-# About using &lt;img&gt; to display PDF with annotations
-webkit.org/b/120844 fast/images/pdf-as-image-with-annotations.html [ Skip ]
-
-# IndexedDB code is going through refactoring/refreshing, so the tests are quite unstable at this point.
-webkit.org/b/107194 storage/indexeddb [ Skip ]
-webkit.org/b/107194 http/tests/security/cross-origin-indexeddb-allowed.html [ Skip ]
-webkit.org/b/107194 http/tests/security/cross-origin-indexeddb.html [ Skip ]
-webkit.org/b/107194 http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Skip ]
-webkit.org/b/107194 http/tests/security/cross-origin-worker-indexeddb.html [ Skip ]
-webkit.org/b/107194 http/tests/security/no-indexeddb-from-sandbox.html [ Skip ]
-crypto/subtle/rsa-indexeddb.html
-
</del><span class="cx"> # crypto.subtle is not yet enabled
</span><del>-crypto/subtle [ Skip ]
</del><ins>+Bug(GTK) crypto/subtle [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # QuickTime plug-in not relevant to this port
</span><del>-plugins/quicktime-plugin-replacement.html [ Skip ]
</del><ins>+Bug(GTK) plugins/quicktime-plugin-replacement.html [ Skip ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/127743 media/video-restricted-no-preload-auto.html [ Failure ]
</del><ins>+# Style scoped support unimplemented
+Bug(GTK) fast/css/style-scoped [ Skip ]
</ins><span class="cx"> 
</span><ins>+# ENABLE(SHADOW_DOM) is disabled.
+Bug(GTK) fast/dom/shadow [ Skip ]
+Bug(GTK) fast/dom/HTMLTemplateElement/cycles-in-shadow.html [ Skip ]
+Bug(GTK) editing/shadow [ Skip ]
+Bug(GTK) accessibility/corresponding-control-deleted-crash.html [ Skip ]
+Bug(GTK) editing/text-iterator/basic-iteration-shadowdom.html [ Skip ]
+#
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Expected failures
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1262,22 +1191,6 @@
</span><span class="cx"> # GTK is moving from the simple toggle button to a menu of tracks
</span><span class="cx"> webkit.org/b/95428 media/video-controls-captions.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/95429 svg/custom/clamped-masking-clipping.svg [ ImageOnlyFailure ]
-
-# It now crashes on Debug
-webkit.org/b/90775 fast/dom/shadow/focus-navigation.html [ Crash Failure ]
-webkit.org/b/97468 fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html [ ImageOnlyFailure ]
-webkit.org/b/97468 fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html [ ImageOnlyFailure ]
-
-webkit.org/b/90860 fast/dom/shadow/shadowdom-for-object-complex-shadow.html [ ImageOnlyFailure ]
-webkit.org/b/90860 fast/dom/shadow/shadowdom-for-object-without-shadow.html [ ImageOnlyFailure ]
-webkit.org/b/91487 fast/dom/shadow/shadowdom-for-select-complex-shadow.html [ ImageOnlyFailure ]
-webkit.org/b/91487 fast/dom/shadow/shadowdom-for-select-without-shadow.html [ ImageOnlyFailure ]
-# It now crashes on Debug
-webkit.org/b/91488 fast/dom/shadow/shadowdom-for-output-only-shadow.html [ Crash ImageOnlyFailure ]
-webkit.org/b/91489 fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html [ ImageOnlyFailure ]
-webkit.org/b/91489 fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/98613 css3/masking/clip-path-reference-userSpaceOnUse.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/98613 css3/masking/clip-path-reference.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1293,9 +1206,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/101539 editing/execCommand/switch-list-type-with-orphaned-li.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/102349 fast/dom/shadow/pseudoclass-update-enabled-anchor.html [ ImageOnlyFailure ]
-webkit.org/b/102349 fast/dom/shadow/pseudoclass-update-enabled-area.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Fix for https://bugs.webkit.org/show_bug.cgi?id=97192 introduces these regressions
</span><span class="cx"> webkit.org/b/102776 webkit.org/b/102993 media/media-document-audio-repaint.html [ Failure Timeout ]
</span><span class="cx"> webkit.org/b/102776 media/track/track-cue-rendering-horizontal.html [ Failure ]
</span><span class="lines">@@ -1325,10 +1235,6 @@
</span><span class="cx"> # Test fails on JSC platforms due to GC timing issues
</span><span class="cx"> webkit.org/b/106957 svg/dom/SVGViewSpec-invalid-ref-crash.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/108169 fast/dom/shadow/gesture-tap.html [ Failure ]
-webkit.org/b/108169 fast/dom/shadow/touch-event.html [ Failure ]
-webkit.org/b/108169 fast/dom/shadow/touch-event-retargeting.html [ Failure ]
-
</del><span class="cx"> # Spellchecker behavior tests.
</span><span class="cx"> webkit.org/b/108370 editing/spelling/context-menu-suggestions-multiword-selection.html [ Skip ]
</span><span class="cx"> webkit.org/b/108370 editing/spelling/context-menu-suggestions-subword-selection.html [ Skip ]
</span><span class="lines">@@ -1350,9 +1256,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/110090 fast/events/clientXY-in-zoom-and-scroll.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/110320 fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html [ Failure ]
-webkit.org/b/110320 fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/110446 svg/as-background-image/svg-transformed-background.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Need support for ResourceHandle::didChangePriority and DRT support
</span><span class="lines">@@ -1388,15 +1291,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/105299 webaudio/javascriptaudionode.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/115374 accessibility/corresponding-control-deleted-crash.html [ Failure ]
-webkit.org/b/115374 editing/text-iterator/basic-iteration-shadowdom.html [ Failure ]
-webkit.org/b/115374 fast/css/style-scoped/style-scoped-apply-author-styles.html [ Failure ]
-webkit.org/b/115374 fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html [ Failure ]
-webkit.org/b/115374 fast/css/style-scoped/style-scoped-in-shadow.html [ Failure ]
-webkit.org/b/115374 fast/css/style-scoped/style-scoped-nested.html [ Failure ]
-webkit.org/b/115374 fast/css/style-scoped/style-scoped-with-important-rule.html [ Failure ]
-webkit.org/b/115374 fast/dom/HTMLTemplateElement/cycles-in-shadow.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/115437 css3/flexbox/auto-margins.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/115437 fast/css/sticky/sticky-writing-mode-vertical-lr.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/115437 fast/regions/region-content-flown-into-region.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1428,8 +1322,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/118418 accessibility/img-fallsback-to-title.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/118419 fast/css/style-scoped/registering.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/118420 [ Release ] fast/dom/gc-dom-tree-lifetime.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # May take too long on the bots.
</span><span class="lines">@@ -1565,6 +1457,84 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/128901 accessibility/list-detection.html [ Failure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/127743 media/video-restricted-no-preload-auto.html [ Failure ]
+
+# .webkitClosedCaptionsVisible doesn't work with &quot;Automatic&quot; caption mode
+webkit.org/b/118459 media/track/track-legacyapi-with-automatic-mode.html [ Skip ]
+
+# Some tests will fail after the visual overflow patch, they will be fixed shortly.
+webkit.org/b/118665 fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html [ ImageOnlyFailure Pass ]
+webkit.org/b/118665 fast/regions/floats-basic-in-variable-width-regions.html [ ImageOnlyFailure Pass ]
+webkit.org/b/118665 fast/regions/overflow-nested-regions.html [ ImageOnlyFailure Pass ]
+webkit.org/b/118665 fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html [ ImageOnlyFailure Pass ]
+webkit.org/b/118665 fast/regions/overflow-region-transform.html [ ImageOnlyFailure Pass ]
+webkit.org/b/118665 fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html [ ImageOnlyFailure Pass ]
+webkit.org/b/118665 fast/regions/top-overflow-out-of-second-region.html [ ImageOnlyFailure Pass Missing ]
+webkit.org/b/118665 fast/regions/webkit-flow-float-unable-to-push.html [ ImageOnlyFailure Pass ]
+
+# The feature is enabled at build-time, but the whole test set is failing.
+webkit.org/b/120665 media/track/in-band [ Skip ]
+
+# About using &lt;img&gt; to display PDF with annotations
+webkit.org/b/120844 fast/images/pdf-as-image-with-annotations.html [ Skip ]
+
+# Text rendering overflowing region it should not
+webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-ignoring-region-horiz-bt.html [ ImageOnlyFailure ]
+webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-ignoring-region-vert-lr.html [ ImageOnlyFailure ]
+webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-in-2-regions-horiz-bt.html [ ImageOnlyFailure ]
+webkit.org/b/122511 webkit.org/b/120401 fast/regions/selection/selecting-text-in-2-regions-vert-lr.html [ ImageOnlyFailure ]
+
+# PasteBoard::plainText() does not support file names.
+webkit.org/b/99070 editing/pasteboard/drag-files-to-editable-element.html [ Failure ]
+
+# Opera-submitted tests to W3C for &lt;track&gt;, a lot of failures still.
+webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrack/activeCues.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/constructor.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/createEvent.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/line.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onenter.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onexit.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/snapToLines.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/text.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/vertical.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackCueList/getter.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/getter.html [ Skip ]
+webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/onremovetrack.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/track-element/cloneNode.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/track-element/src-clear-cues.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing/001.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html [ Skip ] 
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html [ Skip ]
+webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ]
+
+#Incorrect rebaseline
+webkit.org/b/107818 media/controls-styling.html [ Failure ]
+
+# New chromium based controls
+webkit.org/b/107825 media/audio-delete-while-step-button-clicked.html [ Failure ]
+webkit.org/b/107825 media/nodesFromRect-shadowContent.html [ Failure ]
+webkit.org/b/107825 media/video-controls-fullscreen-volume.html [ Failure ]
+webkit.org/b/107825 media/media-controls-clone.html [ Failure ]
+
+# IndexedDB code is going through refactoring/refreshing, so the tests are quite unstable at this point.
+webkit.org/b/107194 storage/indexeddb [ Skip ]
+webkit.org/b/107194 http/tests/security/cross-origin-indexeddb-allowed.html [ Skip ]
+webkit.org/b/107194 http/tests/security/cross-origin-indexeddb.html [ Skip ]
+webkit.org/b/107194 http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Skip ]
+webkit.org/b/107194 http/tests/security/cross-origin-worker-indexeddb.html [ Skip ]
+webkit.org/b/107194 http/tests/security/no-indexeddb-from-sandbox.html [ Skip ]
+webkit.org/b/107194 crypto/subtle/rsa-indexeddb.html [ Skip ]
+webkit.org/b/107194 inspector-protocol/indexeddb/basics.html [ Skip ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkaccessibilityaccessibilityariahelpexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-help-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-help-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-help-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+button
+This tests that aria-help attribute works as expected.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+FAIL button.helpText should be AXHelp: click here. Was .
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-help-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkaccessibilityaccessibilityariahiddenfalseworksinsubtreesexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-hidden-false-works-in-subtrees-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-hidden-false-works-in-subtrees-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-hidden-false-works-in-subtrees-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,21 @@
</span><ins>+
+This tests that a sub-tree within a node marked with aria-hidden=false will be exposed in the AX tree.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+AXRole: AXSection
+AXDescription: group0
+
+  AXRole: AXGroup
+  AXDescription: group2
+
+    AXRole: AXButton
+    AXDescription: button1
+
+Non-rendered iframe content should not be visible when aria-hidden=true. The first child should be a group and NOT static text.
+iFrame child role: AXRole: AXWebArea
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/accessibility/accessibility/aria-hidden-false-works-in-subtrees-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkaccessibilityaccessibilityfieldsetelementexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/accessibility/accessibility/fieldset-element-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/accessibility/accessibility/fieldset-element-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/accessibility/fieldset-element-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,29 @@
</span><ins>+CONSOLE MESSAGE: line 86: TypeError: undefined is not an object (evaluating 'accessibilityController.accessibleElementById(&quot;l0&quot;).childAtIndex(0).stringValue')
+Name: 
+High Score:
+Name: 
+High Score:
+Name: 
+High Score:
+Name: 
+High Score:
+Name: 
+High Score: Name: 
+Name: 
+Other:
+This tests that fieldset and legend elements are exposed correctly.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+AXDescription: High Score:
+AXDescription: High Score:
+AXDescription: New High Score:
+AXDescription: New High Score:
+AXDescription: 
+AXDescription: High Score:
+AXDescription: 
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
+
+TEST COMPLETE
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/accessibility/accessibility/fieldset-element-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkaccessibilityaccessibilitymeterelementexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/accessibility/accessibility/meter-element-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/accessibility/accessibility/meter-element-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/accessibility/meter-element-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+CONSOLE MESSAGE: line 25: TypeError: undefined is not an object (evaluating 'meter.role')
+      
+This tests that the meter element is accessible.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+Meter1
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
+
+TEST COMPLETE
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/accessibility/accessibility/meter-element-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkaccessibilityaccessibilitynegativetabindexdoesnotexposelabelexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/accessibility/accessibility/negative-tabindex-does-not-expose-label-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/accessibility/accessibility/negative-tabindex-does-not-expose-label-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/accessibility/accessibility/negative-tabindex-does-not-expose-label-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+hello world
+This tests that a group has a tabindex &lt; 0, it will not have a label exposed for title or description.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+Description: AXDescription: 
+Title: AXTitle: 
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/accessibility/accessibility/negative-tabindex-does-not-expose-label-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingclippathcircleborderboxexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-border-box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-border-box-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingclippathcircleborderboxexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-border-box-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-border-box-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-border-box-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x260
+  RenderBlock {HTML} at (0,0) size 800x260
+    RenderBody {BODY} at (8,10) size 784x240
+layer at (18,10) size 240x240
+  RenderBlock {DIV} at (10,0) size 240x240 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (20,20) size 200x200 [bgcolor=#008000]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-border-box-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclecontentboxexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-content-box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-content-box-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclecontentboxexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-content-box-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-content-box-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-content-box-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x236
+  RenderBlock {HTML} at (0,0) size 800x236
+    RenderBody {BODY} at (8,8) size 784x220
+layer at (8,8) size 220x220
+  RenderBlock {DIV} at (0,0) size 220x220 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (10,10) size 200x200 [bgcolor=#008000]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-content-box-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclemarginboxexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-margin-box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-margin-box-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclemarginboxexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-margin-box-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-margin-box-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-margin-box-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x260
+  RenderBlock {HTML} at (0,0) size 800x260
+    RenderBody {BODY} at (8,10) size 784x240
+layer at (18,10) size 240x240
+  RenderBlock {DIV} at (10,0) size 240x240 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (20,20) size 200x200 [bgcolor=#008000]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-margin-box-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclepaddingboxexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-padding-box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-padding-box-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingclippathcirclepaddingboxexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-padding-box-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-padding-box-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-padding-box-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x260
+  RenderBlock {HTML} at (0,0) size 800x260
+    RenderBody {BODY} at (8,10) size 784x240
+layer at (18,10) size 240x240
+  RenderBlock {DIV} at (10,0) size 240x240 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (20,20) size 200x200 [bgcolor=#008000]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/clip-path-circle-padding-box-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingmaskluminancepngexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/mask-luminance-png-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/mask-luminance-png-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3css3maskingmaskluminancepngexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/css3/masking/mask-luminance-png-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/css3/masking/mask-luminance-png-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/css3/masking/mask-luminance-png-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 1008x616
+  RenderView at (0,0) size 785x585
+layer at (0,0) size 785x616
+  RenderBlock {HTML} at (0,0) size 785x616
+    RenderBody {BODY} at (8,8) size 769x600
+      RenderBlock {DIV} at (0,0) size 1000x600 [bgcolor=#008000]
+layer at (8,8) size 1000x600
+  RenderBlock {DIV} at (0,0) size 1000x600 [bgcolor=#FF0000] [border: (50px solid #0000FF)]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/css3/masking/mask-luminance-png-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathcircleborderboxexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-border-box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-border-box-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathcircleborderboxexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-border-box-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-border-box-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-border-box-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x260
+  RenderBlock {HTML} at (0,0) size 800x260
+    RenderBody {BODY} at (8,10) size 784x240
+layer at (18,10) size 240x240
+  RenderBlock {DIV} at (10,0) size 240x240 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (20,20) size 200x200 [bgcolor=#008000]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-border-box-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathcirclecontentboxexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-content-box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-content-box-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathcirclecontentboxexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-content-box-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-content-box-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-content-box-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x236
+  RenderBlock {HTML} at (0,0) size 800x236
+    RenderBody {BODY} at (8,8) size 784x220
+layer at (8,8) size 220x220
+  RenderBlock {DIV} at (0,0) size 220x220 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (10,10) size 200x200 [bgcolor=#008000]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-content-box-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathcirclemarginboxexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-margin-box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-margin-box-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathcirclemarginboxexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-margin-box-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-margin-box-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-margin-box-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x260
+  RenderBlock {HTML} at (0,0) size 800x260
+    RenderBody {BODY} at (8,10) size 784x240
+layer at (18,10) size 240x240
+  RenderBlock {DIV} at (10,0) size 240x240 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (20,20) size 200x200 [bgcolor=#008000]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-margin-box-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathcirclepaddingboxexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-padding-box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-padding-box-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathcirclepaddingboxexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-padding-box-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-padding-box-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-padding-box-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x260
+  RenderBlock {HTML} at (0,0) size 800x260
+    RenderBody {BODY} at (8,10) size 784x240
+layer at (18,10) size 240x240
+  RenderBlock {DIV} at (10,0) size 240x240 [bgcolor=#FFFF00] [border: (10px solid #0000FF)]
+    RenderBlock {DIV} at (20,20) size 200x200 [bgcolor=#008000]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-padding-box-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathcirclerelativeoverflowexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-circle-relative-overflow-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathpolygonevenoddexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-polygon-evenodd-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathpolygonexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-polygon-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingclippathpolygonnonzeroexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/css3/masking/clip-path-polygon-nonzero-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingmaskluminancepngexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/mask-luminance-png-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/mask-luminance-png-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkcss3maskingmaskluminancepngexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/css3/masking/mask-luminance-png-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/css3/masking/mask-luminance-png-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/css3/masking/mask-luminance-png-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+layer at (0,0) size 1008x616
+  RenderView at (0,0) size 785x585
+layer at (0,0) size 785x616
+  RenderBlock {HTML} at (0,0) size 785x616
+    RenderBody {BODY} at (8,8) size 769x600
+      RenderBlock {DIV} at (0,0) size 1000x600 [bgcolor=#008000]
+layer at (8,8) size 1000x600
+  RenderBlock {DIV} at (0,0) size 1000x600 [bgcolor=#FF0000] [border: (50px solid #0000FF)]
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/css3/masking/mask-luminance-png-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkfastimagesimagecontrolsbasicexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkfastimagesimagecontrolsbasicexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><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
+      RenderImage {IMG} at (0,0) size 256x256
+      RenderText {#text} at (0,0) size 0x0
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkfastimagesimagesimagecontrolsbasicexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/fast/images/images/image-controls-basic-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/images/images/image-controls-basic-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkfastimagesimagesimagecontrolsbasicexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/images/images/image-controls-basic-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/images/images/image-controls-basic-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/images/images/image-controls-basic-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><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
+      RenderImage {IMG} at (0,0) size 256x256
+      RenderText {#text} at (0,0) size 0x0
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/images/images/image-controls-basic-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkfastrepainthoverpseudobordersexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/fast/repaint/hover-pseudo-borders-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/repaint/hover-pseudo-borders-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkfastrepainthoverpseudobordersexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/repaint/hover-pseudo-borders-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/hover-pseudo-borders-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/hover-pseudo-borders-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x116
+  RenderBlock {HTML} at (0,0) size 800x116
+    RenderBody {BODY} at (8,8) size 784x100
+      RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
+layer at (148,18) size 80x80
+  RenderBlock (positioned) at (148,18) size 80x80 [color=#008000] [border: (40px solid #008000)]
+    RenderText at (0,0) size 0x0
+caret: position 0 of child 3 {DIV} of body
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/repaint/hover-pseudo-borders-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintrepainthoverpseudobordersexpectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintrepainthoverpseudobordersexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x116
+  RenderBlock {HTML} at (0,0) size 800x116
+    RenderBody {BODY} at (8,8) size 784x100
+      RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]
+layer at (148,18) size 80x80
+  RenderBlock (positioned) at (148,18) size 80x80 [color=#008000] [border: (40px solid #008000)]
+    RenderText at (0,0) size 0x0
+caret: position 0 of child 3 {DIV} of body
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkfastrubyrubyrubybasemergeblockchildrencrash2expectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/fast/ruby/ruby/ruby-base-merge-block-children-crash-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/ruby/ruby/ruby-base-merge-block-children-crash-2-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkfastrubyrubyrubybasemergeblockchildrencrash2expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/ruby/ruby/ruby-base-merge-block-children-crash-2-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/ruby/ruby/ruby-base-merge-block-children-crash-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/ruby/ruby/ruby-base-merge-block-children-crash-2-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,32 @@
</span><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 {SUMMARY} at (0,0) size 784x184
+        RenderInline {I} at (0,0) size 304x17
+          RenderRuby (inline) {RUBY} at (0,0) size 300x17
+            RenderRubyRun (anonymous) at (0,171) size 0x0
+              RenderRubyText {RT} at (0,0) size 0x0
+              RenderRubyBase (anonymous) at (0,0) size 0x0
+                RenderText {#text} at (0,0) size 0x0
+            RenderRubyRun (anonymous) at (0,0) size 300x185
+              RenderRubyBase (anonymous) at (0,21) size 300x143
+                RenderBlock {H1} at (0,0) size 300x142
+                  RenderBlock (anonymous) at (0,0) size 300x150
+                    RenderEmbeddedObject {OBJECT} at (0,0) size 300x150
+                    RenderImage {IMG} at (0,150) size 0x0
+                    RenderText {#text} at (0,0) size 0x0
+                  RenderBlock {DIV} at (0,150) size 300x-8
+          RenderText {#text} at (300,157) size 4x17
+            text run at (300,157) width 4: &quot; &quot;
+        RenderEmbeddedObject {OBJECT} at (304,21) size 300x150
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,184) size 784x17
+        RenderInline {A} at (0,0) size 138x17 [color=#0000EE]
+          RenderText {#text} at (0,0) size 138x17
+            text run at (0,0) width 138: &quot;WebKit bug #127515&quot;
+        RenderText {#text} at (138,0) size 455x17
+          text run at (138,0) width 455: &quot;. This test must be run under Guard Malloc. It passes if it does not crash.&quot;
+selection start: position 0 of child 1 {OBJECT} of child 3 {H1} of child 0 {RUBY} of child 1 {I} of child 0 {SUMMARY} of body
+selection end:   position 0 of child 3 {#text} of child 0 {SUMMARY} of body
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/ruby/ruby/ruby-base-merge-block-children-crash-2-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkfastrubyrubybasemergeblockchildrencrash2expectedpng"></a>
<div class="binary"><h4>Added: trunk/LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-2-expected.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkLayoutTestsplatformgtkfastrubyrubybasemergeblockchildrencrash2expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt (0 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -0,0 +1,32 @@
</span><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 {SUMMARY} at (0,0) size 784x184
+        RenderInline {I} at (0,0) size 304x17
+          RenderRuby (inline) {RUBY} at (0,0) size 300x17
+            RenderRubyRun (anonymous) at (0,171) size 0x0
+              RenderRubyText {RT} at (0,0) size 0x0
+              RenderRubyBase (anonymous) at (0,0) size 0x0
+                RenderText {#text} at (0,0) size 0x0
+            RenderRubyRun (anonymous) at (0,0) size 300x185
+              RenderRubyBase (anonymous) at (0,21) size 300x143
+                RenderBlock {H1} at (0,0) size 300x142
+                  RenderBlock (anonymous) at (0,0) size 300x150
+                    RenderEmbeddedObject {OBJECT} at (0,0) size 300x150
+                    RenderImage {IMG} at (0,150) size 0x0
+                    RenderText {#text} at (0,0) size 0x0
+                  RenderBlock {DIV} at (0,150) size 300x-8
+          RenderText {#text} at (300,157) size 4x17
+            text run at (300,157) width 4: &quot; &quot;
+        RenderEmbeddedObject {OBJECT} at (304,21) size 300x150
+        RenderText {#text} at (0,0) size 0x0
+      RenderBlock {DIV} at (0,184) size 784x17
+        RenderInline {A} at (0,0) size 138x17 [color=#0000EE]
+          RenderText {#text} at (0,0) size 138x17
+            text run at (0,0) width 138: &quot;WebKit bug #127515&quot;
+        RenderText {#text} at (138,0) size 455x17
+          text run at (138,0) width 455: &quot;. This test must be run under Guard Malloc. It passes if it does not crash.&quot;
+selection start: position 0 of child 1 {OBJECT} of child 3 {H1} of child 0 {RUBY} of child 1 {I} of child 0 {SUMMARY} of body
+selection end:   position 0 of child 3 {#text} of child 0 {SUMMARY} of body
</ins><span class="cx">Property changes on: trunk/LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkLayoutTestsplatformgtkwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk-wk1/TestExpectations (165334 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk-wk1/TestExpectations        2014-03-08 19:23:01 UTC (rev 165334)
+++ trunk/LayoutTests/platform/gtk-wk1/TestExpectations        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -258,7 +258,7 @@
</span><span class="cx"> Bug(GTK) http/tests/download [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Touch support only implemented in WK2
</span><del>-fast/events/touch [ Skip ]
</del><ins>+Bug(GTK) fast/events/touch [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk-wk2/TestExpectations (165334 => 165335)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk-wk2/TestExpectations        2014-03-08 19:23:01 UTC (rev 165334)
+++ trunk/LayoutTests/platform/gtk-wk2/TestExpectations        2014-03-08 21:49:27 UTC (rev 165335)
</span><span class="lines">@@ -360,9 +360,6 @@
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=39160
</span><span class="cx"> webkit.org/b/39160 security/block-test-no-port.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/97655 fast/css/style-scoped [ Failure ]
-webkit.org/b/97655 fast/css/style-scoped/style-scoped-with-dom-operation.html [ Pass ]
-
</del><span class="cx"> # Apparently our WebkitTestRunner is disregarding window features? We open the window sized 800x600.
</span><span class="cx"> webkit.org/b/122535 fast/dom/Window/open-window-min-size.html [ Failure ]
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>