<!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>[194032] 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/194032">194032</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2015-12-14 05:00:42 -0800 (Mon, 14 Dec 2015)</dd>
</dl>

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

* platform/gtk/TestExpectations: Update TestExpectations with the following changes:
  - Remove expectations for tests removed after <a href="http://trac.webkit.org/projects/webkit/changeset/193411">r193411</a> <a href="http://trac.webkit.org/projects/webkit/changeset/193426">r193426</a> and <a href="http://trac.webkit.org/projects/webkit/changeset/19366">r19366</a>.
  - Merge repeated expectations from some tests.
  - Mark tests failing after <a href="http://trac.webkit.org/projects/webkit/changeset/188159">r188159</a>.
  - Update list of imported/blink tests failing.</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>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (194031 => 194032)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-12-14 11:48:48 UTC (rev 194031)
+++ trunk/LayoutTests/ChangeLog        2015-12-14 13:00:42 UTC (rev 194032)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-12-14  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed gardening.
+
+        * platform/gtk/TestExpectations: Update TestExpectations with the following changes:
+          - Remove expectations for tests removed after r193411 r193426 and r19366.
+          - Merge repeated expectations from some tests.
+          - Mark tests failing after r188159.
+          - Update list of imported/blink tests failing.
+
</ins><span class="cx"> 2015-12-14  Sergio Villar Senin  &lt;svillar@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [css-grid] Fix height computation of grid items with borders
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (194031 => 194032)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2015-12-14 11:48:48 UTC (rev 194031)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2015-12-14 13:00:42 UTC (rev 194032)
</span><span class="lines">@@ -82,7 +82,9 @@
</span><span class="cx"> # written in a platform-specific way. They should either be moved to
</span><span class="cx"> # the right platform or re-written in a more platform-agnostic way.
</span><span class="cx"> webkit.org/b/98348 accessibility/internal-link-anchors2.html [ WontFix Missing ]
</span><del>-webkit.org/b/98348 accessibility/radio-button-group-members.html [ WontFix Missing ]
</del><ins>+# Things specific to AX API (at least at the moment)
+webkit.org/b/98348 accessibility/radio-button-group-members.html [ Skip ]
+webkit.org/b/141074 accessibility/auto-filled-value.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # Feature disabled, see: https://bugs.webkit.org/show_bug.cgi?id=85425
</span><span class="cx"> webkit.org/b/98925 fast/viewport/viewport-legacy-handheldfriendly.html [ Skip ]
</span><span class="lines">@@ -453,7 +455,6 @@
</span><span class="cx"> webkit.org/b/128172 fast/events/touch/send-oncancel-event.html [ Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # HighDPI support is not enabled
</span><del>-webkit.org/b/131347 fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ Timeout ]
</del><span class="cx"> webkit.org/b/131347 fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/backgrounds/hidpi-generated-gradient-background-on-subpixel-position.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-border-image-gradient-on-subpixels.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -558,8 +559,6 @@
</span><span class="cx"> webkit.org/b/142287 svg/clip-path/clip-path-line-use-before-defined.svg [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/142289 mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/141074 accessibility/auto-filled-value.html [ Missing ]
-
</del><span class="cx"> webkit.org/b/142819 fast/text/baseline-inline-block.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/143233 media/media-source/media-source-append-buffer-with-append-window.html [ Pass Failure ]
</span><span class="lines">@@ -603,7 +602,7 @@
</span><span class="cx"> webkit.org/b/146724 fast/text/word-break-keep-all.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # This tests fail since the upgrade of GTK to 3.16 and Cairo to 1.14 on the JHBuild
</span><del>-webkit.org/b/146731 fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ ImageOnlyFailure ]
</del><ins>+webkit.org/b/146731 fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ ImageOnlyFailure Timeout ]
</ins><span class="cx"> webkit.org/b/146731 fast/hidpi/filters-blur.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/146731 fast/hidpi/filters-hue-rotate.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/146731 fast/hidpi/filters-invert.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -916,7 +915,6 @@
</span><span class="cx"> Bug(GTK) fast/events/onchange-searchfield.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/events/onchange-select-popup.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/forms/incremental-dom-property.html [ Pass Timeout ]
</span><del>-Bug(GTK) fast/forms/select/menulist-type-ahead-find.html [ Pass Timeout ]
</del><span class="cx"> Bug(GTK) fast/forms/select/optgroup-disabled.html [ Pass Timeout ]
</span><span class="cx"> Bug(GTK) fast/forms/select-selected.html [ Pass Timeout ]
</span><span class="cx"> Bug(GTK) js/dom/exceptions-thrown-in-callbacks.html [ Failure Pass ]
</span><span class="lines">@@ -1155,7 +1153,6 @@
</span><span class="cx"> webkit.org/b/145170 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/145170 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/145256 media/video-controller-child-rate.html [ Failure Pass ]
</del><span class="cx"> webkit.org/b/145258 media/video-controller-child-rate.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/145261 fast/workers/stress-js-execution.html [ Failure Pass ]
</span><span class="lines">@@ -1294,8 +1291,6 @@
</span><span class="cx"> 
</span><span class="cx"> Bug(GTK) plugins/reloadplugins-and-pages.html [ Timeout ]
</span><span class="cx"> 
</span><del>-Bug(GTK) fast/forms/select/optgroup-clicking.html [ Timeout ]
-
</del><span class="cx"> Bug(GTK) fast/media/media-query-list-04.html [ Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/132128 fast/text/international/embed-bidi-style-in-isolate-crash.html [ Timeout Pass ]
</span><span class="lines">@@ -1431,9 +1426,13 @@
</span><span class="cx"> webkit.org/b/148940 fast/events/touch/touch-event-pageXY.html [ Skip ]
</span><span class="cx"> webkit.org/b/148940 fast/events/touch/zoomed-touch-event-pageXY.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Things specific to AX API (at least at the moment)
-accessibility/radio-button-group-members.html [ Skip ]
-accessibility/auto-filled-value.html [ Skip ]
</del><ins>+# This tests were moved on r188159 from platform/mac/fast/forms/
+webkit.org/b/152247 fast/forms/attributed-strings.html [ Skip ]
+webkit.org/b/152247 fast/forms/focus-option-control-on-page.html [ Skip ]
+webkit.org/b/152247 fast/forms/indeterminate-progress-inline-height.html [ Skip ]
+webkit.org/b/152247 fast/forms/input-appearance-spinbutton-up.html [ Skip ]
+webkit.org/b/152247 fast/forms/input-appearance-spinbutton.html [ Skip ]
+webkit.org/b/152247 fast/forms/listbox-scrollbar-hit-test.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of tests with architecture-specific results
</span><span class="lines">@@ -1849,9 +1848,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/98950 transitions/blendmode-transitions.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/100846 inspector/debugger/pause-dedicated-worker.html [ Skip ]
-webkit.org/b/100846 inspector/debugger/terminate-dedicated-worker-while-paused.html [ Skip ]
-
</del><span class="cx"> webkit.org/b/101539 editing/execCommand/switch-list-type-with-orphaned-li.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Fix for https://bugs.webkit.org/show_bug.cgi?id=97192 introduces these regressions
</span><span class="lines">@@ -2089,7 +2085,6 @@
</span><span class="cx"> storage/indexeddb/cursor-basics.html [ Skip ]
</span><span class="cx"> storage/indexeddb/cursor-continue.html [ Skip ]
</span><span class="cx"> storage/indexeddb/cursor-continue-validity.html [ Skip ]
</span><del>-storage/indexeddb/cursor-continueprimarykey.html [ Skip ]
</del><span class="cx"> storage/indexeddb/cursor-index-delete.html [ Skip ]
</span><span class="cx"> storage/indexeddb/cursor-key-order.html [ Skip ]
</span><span class="cx"> storage/indexeddb/cursor-leak.html [ Skip ] # Missing needed WKTR feature?
</span><span class="lines">@@ -2097,7 +2092,6 @@
</span><span class="cx"> storage/indexeddb/cursor-primary-key-order.html [ Skip ]
</span><span class="cx"> storage/indexeddb/cursor-request-cycle.html [ Skip ] # Missing needed WKTR feature?
</span><span class="cx"> storage/indexeddb/cursor-update.html [ Skip ]
</span><del>-storage/indexeddb/data-corruption.html [ Skip ]
</del><span class="cx"> storage/indexeddb/database-close.html [ Skip ]
</span><span class="cx"> storage/indexeddb/database-closepending-flag.html [ Skip ]
</span><span class="cx"> storage/indexeddb/database-quota.html [ Skip ]
</span><span class="lines">@@ -2111,7 +2105,6 @@
</span><span class="cx"> storage/indexeddb/deleted-objects.html [ Skip ]
</span><span class="cx"> storage/indexeddb/duplicates.html [ Skip ] # Difference between null + undefined
</span><span class="cx"> storage/indexeddb/events.html [ Skip ]
</span><del>-storage/indexeddb/factory-basics.html [ Skip ] # indexedDB.webkitGetDatabaseNames is missing)
</del><span class="cx"> storage/indexeddb/factory-cmp.html [ Skip ]
</span><span class="cx"> storage/indexeddb/factory-deletedatabase.html [ Skip ]
</span><span class="cx"> storage/indexeddb/get-keyrange.html [ Skip ]
</span><span class="lines">@@ -2136,7 +2129,6 @@
</span><span class="cx"> storage/indexeddb/noblobs.html [ Skip ] # Missing DRT file/blob support
</span><span class="cx"> storage/indexeddb/objectstore-autoincrement.html [ Skip ]
</span><span class="cx"> storage/indexeddb/objectstore-basics.html [ Skip ]
</span><del>-storage/indexeddb/objectstore-keycursor.html [ Skip ]
</del><span class="cx"> storage/indexeddb/odd-strings.html [ Skip ]
</span><span class="cx"> storage/indexeddb/optional-arguments.html [ Skip ]
</span><span class="cx"> storage/indexeddb/persistence.html [ Skip ]
</span><span class="lines">@@ -2534,6 +2526,11 @@
</span><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ]
</span><span class="cx"> imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Timeout ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/151267 imported/blink/compositing/draws-content/webgl-simple-background.html [ ImageOnlyFailure Pass ]
+webkit.org/b/151267 imported/blink/compositing/invisible-subtree-compositing-and-preserves-3d.html [ ImageOnlyFailure Pass ]
+webkit.org/b/151267 imported/blink/compositing/squashing/abspos-under-abspos-overflow-scroll.html [ ImageOnlyFailure ]
+webkit.org/b/151267 imported/blink/compositing/squashing/clip-to-squashed-layer-size.html [ ImageOnlyFailure ]
+webkit.org/b/151267 imported/blink/compositing/squashing/overflow-scroll-grandchildren.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/151267 imported/blink/compositing/squashing/squashing-reflection-disallowed.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/compositing/squashing/squash-overflow-hidden-contents.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/compositing/squashing/squash-overflow-hidden-scrolltop.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2547,24 +2544,36 @@
</span><span class="cx"> webkit.org/b/151267 imported/blink/css3/blending/svg-isolation-foreign-no-isolation.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/css3/blending/svg-isolation-nested-svg-no-isolation.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/editing/selection/deleteFromDocument-crash.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/151267 imported/blink/fast/canvas/canvas-clip-stack-persistence.html [ ImageOnlyFailure ]
+webkit.org/b/151267 imported/blink/fast/css/fixed-overlaps-absolute-in-clip.html [ ImageOnlyFailure Pass ]
</ins><span class="cx"> webkit.org/b/151267 imported/blink/fast/css/tab-size-complex-path.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/fast/css/text-overflow-ellipsis-button.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/151267 imported/blink/fast/css/transformed-overflow-hidden-clips-fixed.html [ ImageOnlyFailure Pass ]
</ins><span class="cx"> webkit.org/b/151267 imported/blink/fast/events/click-focus-keydown-no-ring.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/fast/gradients/large-horizontal-gradient.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/fast/gradients/large-vertical-gradient.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/151267 imported/blink/fast/multicol/composited-layer-single-fragment.html [ ImageOnlyFailure Pass ]
</ins><span class="cx"> webkit.org/b/151267 imported/blink/fast/multicol/composited-relpos-2nd-column.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/fast/multicol/composited-relpos-simple.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/151267 imported/blink/fast/replaced/viewport-percentage-height-with-dynamic-container-height.html [ ImageOnlyFailure Pass ]
+webkit.org/b/151267 imported/blink/fast/sub-pixel/clip-sub-pixel-composited-layer.html [ ImageOnlyFailure Pass ]
+webkit.org/b/151267 imported/blink/fast/sub-pixel/negative-composited-offset.html [ ImageOnlyFailure ]
+webkit.org/b/151267 imported/blink/fast/sub-pixel/sub-pixel-transparency-layer.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/151267 imported/blink/fast/text/international/complex-text-space-in-second-font.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/fast/text/international/vertical-positioning-with-combining-marks.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/fast/text/tab-renders-as-space.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/fast/text/word-spacing-nbsp.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/151267 imported/blink/fast/transforms/transform-update-frame-overflow.html [ ImageOnlyFailure Pass ]
+webkit.org/b/151267 imported/blink/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html [ ImageOnlyFailure Pass ]
</ins><span class="cx"> webkit.org/b/151267 imported/blink/svg/animations/no-attr-radialgradient-spreadmethod.svg [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/151267 imported/blink/svg/as-image/default-sans-serif-font.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/151267 imported/blink/svg/canvas/canvas-draw-pattern-size.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/svg/custom/feDisplacementMap-invalid-selector.svg [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/svg/filters/big-viewbox.svg [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/svg/filters/feDropShadow-linearrgb-flood-color.svg [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/svg/filters/feOffset-nonuniform-scale.svg [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/151267 imported/blink/svg/filters/filter-huge-clamping.svg [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/151267 imported/blink/transforms/inline-transform-and-clipping-roots.html [ ImageOnlyFailure Pass ]
</ins><span class="cx"> webkit.org/b/151267 imported/blink/webexposed/webkit-focus-ring-exposed-to-quirks-mode.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/152057 accessibility/textarea-selected-text-range.html [ Failure Timeout ]
</span></span></pre>
</div>
</div>

</body>
</html>