<!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>[213516] 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/213516">213516</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2017-03-07 09:02:27 -0800 (Tue, 07 Mar 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK][Wayland] Update list of test failing on the Wayland release test bot.

Unreviewed test gardening.

* platform/gtk-wayland/TestExpectations: Update list of test failing on the Wayland release test bot.
* platform/gtk/TestExpectations: media/video-played-collapse.html crashes sometimes.</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="#trunkLayoutTestsplatformgtkwaylandTestExpectations">trunk/LayoutTests/platform/gtk-wayland/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (213515 => 213516)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2017-03-07 16:54:56 UTC (rev 213515)
+++ trunk/LayoutTests/ChangeLog        2017-03-07 17:02:27 UTC (rev 213516)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2017-03-07  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK][Wayland] Update list of test failing on the Wayland release test bot.
+
+        Unreviewed test gardening.
+
+        * platform/gtk-wayland/TestExpectations: Update list of test failing on the Wayland release test bot.
+        * platform/gtk/TestExpectations: media/video-played-collapse.html crashes sometimes.
+
</ins><span class="cx"> 2017-03-07  Antoine Quint  &lt;graouts@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Modern Media Controls] Setting a valid source after an invalid one retains the invalid placard
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (213515 => 213516)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2017-03-07 16:54:56 UTC (rev 213515)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2017-03-07 17:02:27 UTC (rev 213516)
</span><span class="lines">@@ -1099,7 +1099,7 @@
</span><span class="cx"> webkit.org/b/116960 perf/adding-radio-buttons.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/116961 perf/show-hide-table-rows.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/116976 media/video-played-collapse.html [ Failure Pass ]
</del><ins>+webkit.org/b/116976 media/video-played-collapse.html [ Failure Pass Crash ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/116977 media/event-attributes.html [ Crash Failure Timeout Pass ]
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkwaylandTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk-wayland/TestExpectations (213515 => 213516)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk-wayland/TestExpectations        2017-03-07 16:54:56 UTC (rev 213515)
+++ trunk/LayoutTests/platform/gtk-wayland/TestExpectations        2017-03-07 17:02:27 UTC (rev 213516)
</span><span class="lines">@@ -9,28 +9,27 @@
</span><span class="cx"> # Expected failures
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><ins>+webkit.org/b/156717 editing/pasteboard/gtk/middle-click-onpaste.html [ Failure ]
+webkit.org/b/156717 editing/pasteboard/paste-global-selection.html [ Failure ]
+webkit.org/b/156717 fast/regions/overflow/overflow-3dtransformed-region.html [ Failure ]
+webkit.org/b/156717 fast/repaint/animation-after-layer-scroll.html [ Failure ]
+webkit.org/b/156717 imported/blink/css3/blending/mix-blend-mode-has-ancestor-clipping-layer.html [ ImageOnlyFailure ]
+webkit.org/b/156717 imported/blink/css3/blending/mix-blend-mode-multiply.html [ ImageOnlyFailure ]
+webkit.org/b/156717 transforms/3d/hit-testing/backface-hit-test.html [ Failure ]
+webkit.org/b/156717 transforms/3d/hit-testing/backface-no-transform-hit-test.html [ Failure ]
+webkit.org/b/156717 transforms/3d/hit-testing/overlapping-layers-hit-test.html [ Failure ]
+webkit.org/b/156717 transforms/3d/hit-testing/perspective-clipped.html [ Failure ]
+webkit.org/b/156717 transforms/3d/hit-testing/rotated-hit-test2.html [ Failure ]
+webkit.org/b/156717 transforms/3d/hit-testing/rotated-hit-test.html [ Failure ]
+webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-2.html [ Failure ]
+webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-3.html [ Failure ]
+webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-coplanar.html [ Failure ]
+webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-deep.html [ Failure ]
+webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping.html [ Failure ]
+webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-origins.html [ Failure ]
+webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-overlapping.html [ Failure ]
</ins><span class="cx"> webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html [ Failure ]
</span><del>-webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-overlapping.html [ Failure ]
-webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-origins.html [ Failure ]
-webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping.html [ Failure ]
-webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-deep.html [ Failure ]
-webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-coplanar.html [ Failure ]
-webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-3.html [ Failure ]
-webkit.org/b/156717 transforms/3d/point-mapping/3d-point-mapping-2.html [ Failure ]
-webkit.org/b/156717 transforms/3d/hit-testing/rotated-hit-test.html [ Failure ]
-webkit.org/b/156717 transforms/3d/hit-testing/rotated-hit-test2.html [ Failure ]
-webkit.org/b/156717 transforms/3d/hit-testing/perspective-clipped.html [ Failure ]
-webkit.org/b/156717 transforms/3d/hit-testing/overlapping-layers-hit-test.html [ Failure ]
-webkit.org/b/156717 transforms/3d/hit-testing/backface-no-transform-hit-test.html [ Failure ]
-webkit.org/b/156717 transforms/3d/hit-testing/backface-hit-test.html [ Failure ]
-webkit.org/b/156717 imported/blink/css3/blending/mix-blend-mode-multiply.html [ ImageOnlyFailure ]
-webkit.org/b/156717 imported/blink/css3/blending/mix-blend-mode-has-ancestor-clipping-layer.html [ ImageOnlyFailure ]
-webkit.org/b/156717 fast/repaint/animation-after-layer-scroll.html [ Failure ]
-webkit.org/b/156717 fast/regions/overflow/overflow-3dtransformed-region.html [ Failure ]
-webkit.org/b/156717 editing/pasteboard/paste-global-selection.html [ Failure ]
-webkit.org/b/156717 editing/pasteboard/gtk/middle-click-onpaste.html [ Failure ]
</del><span class="cx"> 
</span><del>-
</del><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Expected failures
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -39,92 +38,126 @@
</span><span class="cx"> # Crashing tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><ins>+webkit.org/b/156717 editing/spelling/spelling-changed-text.html [ Crash ]
+webkit.org/b/156717 fast/events/dropzone-005.html [ Crash ]
+webkit.org/b/156717 fast/events/keydown-numpad-keys.html [ Crash ]
+webkit.org/b/156717 fast/events/open-window-from-another-frame.html [ Crash ]
+webkit.org/b/156717 fast/events/popup-allowed-from-gesture-initiated-event.html [ Crash ]
+webkit.org/b/156717 fast/events/popup-blocked-from-fake-user-gesture.html [ Crash ]
+webkit.org/b/156717 fast/events/popup-blocking-timers1.html [ Crash ]
+webkit.org/b/156717 fast/forms/listbox-typeahead-cyrillic.html [ Crash ]
+webkit.org/b/156717 fast/forms/listbox-typeahead-greek.html [ Crash ]
+webkit.org/b/156717 fast/forms/select-type-ahead-non-latin.html [ Crash ]
+webkit.org/b/156717 fast/history/history_reload.html [ Crash ]
+webkit.org/b/156717 fast/history/window-open.html [ Crash ]
+webkit.org/b/156717 http/tests/navigation/no-referrer-reset.html [ Crash ]
+webkit.org/b/156717 http/tests/navigation/no-referrer-target-blank.html [ Crash ]
+webkit.org/b/156717 http/tests/security/dataTransfer-set-data-file-url.html [ Crash ]
+webkit.org/b/156717 http/tests/security/isolatedWorld/userGestureEvents.html [ Crash ]
+webkit.org/b/156717 http/tests/security/referrer-policy-redirect-link.html [ Crash ]
+webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag-from-subframe.html [ Crash ]
+webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag.html [ Crash ]
+webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag-from-subframe.html [ Crash ]
+webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag.html [ Crash ]
+webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag-from-subframe.html [ Crash ]
+webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag.html [ Crash ]
+webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag-from-subframe.html [ Crash ]
+webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag.html [ Crash ]
</ins><span class="cx"> webkit.org/b/156717 media/crash-closing-page-with-media-as-plugin-fallback.html [ Crash ]
</span><del>-webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag.html [ Crash ]
-webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag-from-subframe.html [ Crash ]
-webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag.html [ Crash ]
-webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag-from-subframe.html [ Crash ]
-webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag.html [ Crash ]
-webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag-from-subframe.html [ Crash ]
-webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag.html [ Crash ]
-webkit.org/b/156717 loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag-from-subframe.html [ Crash ]
-webkit.org/b/156717 http/tests/security/referrer-policy-redirect-link.html [ Crash ]
-webkit.org/b/156717 http/tests/security/isolatedWorld/userGestureEvents.html [ Crash ]
-webkit.org/b/156717 http/tests/navigation/no-referrer-target-blank.html [ Crash ]
-webkit.org/b/156717 http/tests/navigation/no-referrer-reset.html [ Crash ]
-webkit.org/b/156717 fast/history/window-open.html [ Crash ]
-webkit.org/b/156717 fast/history/history_reload.html [ Crash ]
-webkit.org/b/156717 fast/forms/select-type-ahead-non-latin.html [ Crash ]
-webkit.org/b/156717 fast/forms/listbox-typeahead-greek.html [ Crash ]
-webkit.org/b/156717 fast/forms/listbox-typeahead-cyrillic.html [ Crash ]
-webkit.org/b/156717 fast/events/popup-blocking-timers1.html [ Crash ]
-webkit.org/b/156717 fast/events/popup-blocked-from-fake-user-gesture.html [ Crash ]
-webkit.org/b/156717 fast/events/popup-allowed-from-gesture-initiated-event.html [ Crash ]
-webkit.org/b/156717 fast/events/open-window-from-another-frame.html [ Crash ]
-webkit.org/b/156717 fast/events/keydown-numpad-keys.html [ Crash ]
-webkit.org/b/156717 editing/spelling/spelling-changed-text.html [ Crash ]
</del><ins>+webkit.org/b/156717 workers/bomb.html [ Crash Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # [GTK] Drag and drop can't be tested with WebKitTestRunner
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=157179
</span><span class="cx"> # In Wayland drag and drop events are generated by tests crash.
</span><del>-webkit.org/b/157179 editing/pasteboard/4947130.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/dataTransfer-setData-getData.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-and-drop-image-contenteditable.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-and-drop-inputimage-contenteditable.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-and-drop-objectimage-contenteditable.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-drop-copy-content.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-drop-input-textarea.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-drop-modifies-page.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-drop-url-text.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-image-in-about-blank-frame.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-selected-image-to-contenteditable.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drop-file-svg.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drop-inputtext-acquires-style.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drop-link.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-link-with-data-transfer-adds-trusted-link-to-pasteboard.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drop-text-without-selection.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/get-data-text-plain-drop.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/smart-drag-drop.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/subframe-dragndrop-1.html [ Crash ]
-webkit.org/b/157179 editing/selection/4895428-1.html [ Crash ]
-webkit.org/b/157179 editing/selection/4895428-4.html [ Crash ]
-webkit.org/b/157179 editing/selection/contains-boundaries.html [ Crash ]
-webkit.org/b/157179 editing/selection/drag-text-delay.html [ Crash ]
-webkit.org/b/157179 fast/block/float/float-in-float-hit-testing.html [ Crash ]
-webkit.org/b/157179 fast/events/before-input-events-prevent-drag-and-drop.html [ Crash ]
-webkit.org/b/157179 fast/events/bogus-dropEffect-effectAllowed.html [ Crash ]
-webkit.org/b/157179 fast/events/content-changed-during-drop.html [ Crash ]
-webkit.org/b/157179 fast/events/crash-on-mutate-during-drop.html [ Crash ]
-webkit.org/b/157179 fast/events/drag-and-drop-dataTransfer-types-nocrash.html [ Crash ]
-webkit.org/b/157179 fast/events/drag-and-drop-fire-drag-dragover.html [ Crash ]
-webkit.org/b/157179 fast/events/drag-and-drop.html [ Crash ]
-webkit.org/b/157179 fast/events/drag-and-drop-subframe-dataTransfer.html [ Crash ]
-webkit.org/b/42194 fast/events/drag-and-drop-link.html [ Crash ]
-webkit.org/b/157179 fast/events/drag-and-drop-link-into-focused-contenteditable.html [ Crash ]
-webkit.org/b/157179 fast/events/drag-parent-node.html [ Crash ]
-webkit.org/b/157179 fast/events/drag-selects-image.html [ Crash ]
-webkit.org/b/157179 fast/events/draggable-div-customdata.html [ Crash ]
-webkit.org/b/157179 fast/events/draggable-div-nodata.html [ Crash ]
-webkit.org/b/157179 fast/events/dropzone-001.html [ Crash ]
-webkit.org/b/157179 fast/events/dropzone-002.html [ Crash ]
-webkit.org/b/157179 fast/events/dropzone-003.html [ Crash ]
-webkit.org/b/157179 fast/events/input-events-drag-and-drop.html [ Crash ]
-webkit.org/b/157179 fast/events/input-events-insert-by-drop.html [ Crash ]
-webkit.org/b/157179 fast/events/ondrop-text-html.html [ Crash ]
-webkit.org/b/157179 fast/events/selectstart-by-drag.html [ Crash ]
-webkit.org/b/157179 fast/events/standalone-image-drag-to-editable.html [ Crash ]
-webkit.org/b/157179 fast/forms/drag-into-textarea.html [ Crash ]
-webkit.org/b/157179 fast/forms/drag-out-of-textarea.html [ Crash ]
-webkit.org/b/157179 fast/forms/range/slider-delete-while-dragging-thumb.html [ Crash ]
-webkit.org/b/157179 fast/lists/drag-into-marker.html [ Crash ]
-webkit.org/b/157179 plugins/mouse-events-fixedpos.html [ Crash ]
-webkit.org/b/157179 plugins/mouse-events.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/cleanup-on-move.html [ Crash ]
-webkit.org/b/157179 editing/pasteboard/drag-list-item.html [ Crash ]
-webkit.org/b/157179 fast/events/ondragenter.html [ Crash ]
-webkit.org/b/157179 fast/events/drag-customData.html  [ Crash ]
-webkit.org/b/157179 fast/events/drag-and-drop-autoscroll-inner-frame.html [ Crash ]
-webkit.org/b/157179 fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html [ Crash ]
</del><ins>+webkit.org/b/157179 editing/pasteboard/4947130.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/can-read-in-dragstart-event.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/cleanup-on-move.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/dataTransfer-setData-getData.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-and-drop-image-contenteditable.html [ Crash Timeout ]
+webkit.org/b/157179 editing/pasteboard/drag-and-drop-inputimage-contenteditable.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-and-drop-objectimage-contenteditable.html [ Crash Timeout ]
+webkit.org/b/157179 editing/pasteboard/drag-drop-copy-content.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-drop-dead-frame.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-drop-iframe-refresh-crash.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-drop-input-in-svg.svg [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-drop-input-textarea.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-drop-list.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-drop-modifies-page.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-drop-paragraph-crasher.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-drop-url-text.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-image-in-about-blank-frame.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-link-with-data-transfer-adds-trusted-link-to-pasteboard.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-list-item.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drag-selected-image-to-contenteditable.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drop-file-svg.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drop-inputtext-acquires-style.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drop-link.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/drop-text-without-selection.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/get-data-text-plain-drop.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/smart-drag-drop.html [ Crash Failure ]
+webkit.org/b/157179 editing/pasteboard/subframe-dragndrop-1.html [ Crash Failure ]
+webkit.org/b/157179 editing/selection/4895428-1.html [ Crash Failure ]
+webkit.org/b/157179 editing/selection/4895428-4.html [ Crash Failure ]
+webkit.org/b/157179 editing/selection/contains-boundaries.html [ Crash Failure ]
+webkit.org/b/157179 editing/selection/drag-in-iframe.html [ Crash Failure ]
+webkit.org/b/157179 editing/selection/drag-start-event-client-x-y.html [ Crash Failure ]
+webkit.org/b/157179 editing/selection/drag-text-delay.html [ Crash Failure ]
+webkit.org/b/157179 editing/selection/user-drag-element-and-user-select-none.html [ Crash Failure ]
+webkit.org/b/157179 fast/block/float/float-in-float-hit-testing.html [ Crash Failure ]
+webkit.org/b/157179 fast/css-generated-content/drag-state.html [ Crash Failure ]
+webkit.org/b/157179 fast/css/user-drag-none.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/before-input-events-prevent-drag-and-drop.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/bogus-dropEffect-effectAllowed.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/clear-drag-state.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/clear-edit-drag-state.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/content-changed-during-drop.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/crash-on-mutate-during-drop.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-and-drop-autoscroll-inner-frame.html [ Crash Failure Timeout ]
+webkit.org/b/157179 fast/events/drag-and-drop-dataTransfer-types-nocrash.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-and-drop-fire-drag-dragover.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-and-drop.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-and-drop-link.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-and-drop-link-into-focused-contenteditable.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-and-drop-subframe-dataTransfer.html [ Crash Failure Timeout ]
+webkit.org/b/157179 fast/events/drag-customData.html  [ Crash Failure ]
+webkit.org/b/157179 fast/events/draggable-div-customdata.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/draggable-div-nodata.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/dragging-mouse-moves.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-image-filename.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-in-frames.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-parent-node.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-selects-image.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/drag-text-with-clear.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/dropzone-001.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/dropzone-002.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/dropzone-003.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/input-events-drag-and-drop.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/input-events-insert-by-drop.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/ondragenter.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/ondrop-text-html.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/remove-target-with-shadow-in-drag.html
+webkit.org/b/157179 fast/events/selectstart-by-drag.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/setDragImage-in-document-element-crash.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/shift-drag-selection-on-link-triggers-drag-n-drop.html [ Crash Failure ]
+webkit.org/b/157179 fast/events/standalone-image-drag-to-editable.html [ Crash Timeout ]
+webkit.org/b/157179 fast/forms/drag-into-textarea.html [ Crash Failure ]
+webkit.org/b/157179 fast/forms/drag-out-of-textarea.html [ Crash Failure ]
+webkit.org/b/157179 fast/forms/range/slider-delete-while-dragging-thumb.html [ Crash Failure ]
+webkit.org/b/157179 fast/forms/textfield-drag-into-disabled.html [ Crash Failure ]
+webkit.org/b/157179 fast/lists/drag-into-marker.html [ Crash Failure ]
+webkit.org/b/157179 fast/scrolling/overflow-scrollable-after-back.html [ Crash Failure ]
+webkit.org/b/157179 http/tests/local/drag-over-remote-content.html [ Crash Failure ]
+webkit.org/b/157179 http/tests/misc/bubble-drag-events.html [ Crash Failure ]
+webkit.org/b/157179 http/tests/misc/drag-over-iframe-invalid-source-crash.html [ Crash Failure ]
+webkit.org/b/157179 http/tests/security/drag-drop-same-unique-origin.html [ Crash Failure ]
+webkit.org/b/157179 http/tests/security/drag-over-remote-content-iframe.html [ Crash Failure ]
+webkit.org/b/157179 http/tests/security/history-username-password.html [ Crash Failure ]
+webkit.org/b/157179 imported/blink/compositing/drag-opacity-crash.html [ Crash Failure ]
+webkit.org/b/157179 imported/blink/fast/events/drag-leak-document.html [ Crash Failure ]
+webkit.org/b/157179 media/video-controls-drag.html [ Crash Failure ]
+webkit.org/b/157179 plugins/mouse-events-fixedpos.html [ Crash Failure ]
+webkit.org/b/157179 svg/as-image/drag-svg-as-image.html [ Crash Failure ]
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -135,9 +168,20 @@
</span><span class="cx"> # Tests timing out
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><ins>+webkit.org/b/156717 editing/execCommand/print.html [ Timeout ]
</ins><span class="cx"> webkit.org/b/156717 fast/images/animated-gif-iframe-webkit-transform.html [ Timeout ]
</span><del>-webkit.org/b/156717 plugins/mouse-events.html [ Timeout ]
</del><ins>+webkit.org/b/156717 fast/media/print-restores-previous-mediatype.html [ Timeout ]
+webkit.org/b/156717 plugins/mouse-events.html [ Timeout Crash ]
</ins><span class="cx"> 
</span><ins>+# Fullscreen related issues
+webkit.org/b/169281 fast/regions/fullscreen/full-screen-video-from-region.html [ Timeout ]
+webkit.org/b/169281 fast/regions/fullscreen/full-screen-video-in-region-crash.html [ Timeout ]
+webkit.org/b/169281 fast/shadow-dom/fullscreen-in-shadow-fullscreenElement.html [ Timeout ]
+webkit.org/b/169281 fast/shadow-dom/fullscreen-in-shadow-webkitCurrentFullScreenElement.html [ Timeout ]
+webkit.org/b/169281 fast/shadow-dom/fullscreen-in-slot-fullscreenElement.html [ Timeout ]
+webkit.org/b/169281 fast/shadow-dom/fullscreen-in-slot-webkitCurrentFullScreenElement.html [ Timeout ]
+webkit.org/b/169281 fullscreen [ Timeout ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests timing out
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre>
</div>
</div>

</body>
</html>