<!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>[189291] 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/189291">189291</a></dd>
<dt>Author</dt> <dd>ap@apple.com</dd>
<dt>Date</dt> <dd>2015-09-03 14:52:27 -0700 (Thu, 03 Sep 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Consolidate iOS pasteboard test failures.

Per-process pasteboard is not implemented in iOS DumpRenderTree and WebKitTestRunner,
so pasteboard tests interfere with each other.

* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorTestExpectations">trunk/LayoutTests/platform/ios-simulator/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (189290 => 189291)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-09-03 21:51:41 UTC (rev 189290)
+++ trunk/LayoutTests/ChangeLog        2015-09-03 21:52:27 UTC (rev 189291)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2015-09-03  Alexey Proskuryakov  &lt;ap@apple.com&gt;
+
+        Consolidate iOS pasteboard test failures.
+
+        Per-process pasteboard is not implemented in iOS DumpRenderTree and WebKitTestRunner,
+        so pasteboard tests interfere with each other.
+
+        * platform/ios-simulator-wk1/TestExpectations:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+
</ins><span class="cx"> 2015-09-03  Tim Horton  &lt;timothy_horton@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add a test for swiping back after a same-document navigation
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (189290 => 189291)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-09-03 21:51:41 UTC (rev 189290)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-09-03 21:52:27 UTC (rev 189291)
</span><span class="lines">@@ -112,7 +112,6 @@
</span><span class="cx"> webkit.org/b/76173 fast/css3-text/css3-text-align-last
</span><span class="cx"> webkit.org/b/99945 fast/css3-text/css3-text-justify
</span><span class="cx"> webkit.org/b/112755 fast/css3-text/css3-text-indent
</span><del>-webkit.org/b/58491 editing/pasteboard/insert-text-decoration.html
</del><span class="cx"> 
</span><span class="cx"> # Needs testRunner.enableAutoResizeMode()
</span><span class="cx"> fast/autoresize
</span><span class="lines">@@ -170,30 +169,6 @@
</span><span class="cx"> fast/events/standalone-image-drag-to-editable.html
</span><span class="cx"> fast/files/local-file-drag-security.html
</span><span class="cx"> fast/history/page-cache-createObjectURL.html [ Skip ]
</span><del>-editing/pasteboard/data-transfer-items-drag-drop-entry.html
-editing/pasteboard/data-transfer-items-drag-drop-file.html
-editing/pasteboard/data-transfer-items-drag-drop-string.html
-editing/pasteboard/data-transfer-items-image-png.html
-editing/pasteboard/data-transfer-items.html
-editing/pasteboard/drag-and-drop-attachment-contenteditable.html
-editing/pasteboard/drag-and-drop-image-contenteditable.html
-editing/pasteboard/drag-and-drop-inputimage-contenteditable.html
-editing/pasteboard/drag-and-drop-objectimage-contenteditable.html
-editing/pasteboard/file-drag-to-editable.html
-editing/pasteboard/can-read-in-dragstart-event.html
-editing/pasteboard/drag-drop-input-textarea.html
-editing/pasteboard/drag-drop-list.html
-editing/pasteboard/drag-drop-paragraph-crasher.html
-editing/pasteboard/drag-drop-url-text.html
-editing/pasteboard/drag-drop-url-with-style.html
-editing/pasteboard/drag-files-to-editable-element.html
-editing/pasteboard/drag-image-in-about-blank-frame.html
-editing/pasteboard/drag-list-item.html
-editing/pasteboard/drop-file-svg.html
-editing/pasteboard/drop-inputtext-acquires-style.html
-editing/pasteboard/drop-link.html
-editing/pasteboard/drop-text-events.html
-editing/pasteboard/dataTransfer-setData-getData.html
</del><span class="cx"> http/tests/local/drag-over-remote-content.html
</span><span class="cx"> http/tests/local/fileapi/send-dragged-file.html
</span><span class="cx"> http/tests/local/fileapi/send-sliced-dragged-file.html
</span><span class="lines">@@ -356,7 +331,6 @@
</span><span class="cx"> http/tests/local/formdata/send-form-data.html [ Failure ]
</span><span class="cx"> http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
</span><span class="cx"> http/tests/local/link-stylesheet-load-order.html [ Failure ]
</span><del>-http/tests/misc/copy-resolves-urls.html [ Failure ]
</del><span class="cx"> http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure ]
</span><span class="cx"> http/tests/misc/link-rel-icon-beforeload.html [ Failure ]
</span><span class="cx"> http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml [ Failure ]
</span><span class="lines">@@ -1573,7 +1547,6 @@
</span><span class="cx"> fast/dom/custom/lifecycle-ready-innerHTML.html [ Failure ]
</span><span class="cx"> fast/dom/custom/lifecycle-ready-parser-only.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/dom/custom/lifecycle-ready-parser-script.html [ Failure ]
</span><del>-fast/dom/custom/lifecycle-ready-paste.html [ Failure ]
</del><span class="cx"> fast/dom/horizontal-scrollbar-in-rtl.html [ Failure ]
</span><span class="cx"> fast/dom/horizontal-scrollbar-when-dir-change.html [ Failure ]
</span><span class="cx"> fast/dom/icon-url-property.html [ Failure ]
</span><span class="lines">@@ -2556,23 +2529,11 @@
</span><span class="cx"> # Editing tests that are flaky:
</span><span class="cx"> editing/selection/extend-selection-home-end.html
</span><span class="cx"> editing/spelling/spellcheck-async.html
</span><del>-editing/spelling/spellcheck-async-mutation.html
-editing/spelling/spellcheck-queue.html
</del><span class="cx"> editing/style/style-text-node-without-editable-parent.html
</span><span class="cx"> 
</span><span class="cx"> # Editing tests that fail:
</span><span class="cx"> editing/deleting/delete-emoji.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-at-end-of-line.html [ Failure ]
</span><del>-editing/pasteboard/3976872.html [ Failure ]
-editing/pasteboard/4076267-2.html [ Failure ]
-editing/pasteboard/4076267.html [ Failure ]
-editing/pasteboard/4242293.html [ Failure ]
-editing/pasteboard/4641033.html [ Failure ]
-editing/pasteboard/8145-2.html [ Failure ]
-editing/pasteboard/8145-3.html [ Failure ]
-editing/pasteboard/bad-placeholder.html [ Failure ]
-editing/pasteboard/pasting-tabs.html [ Failure ]
-editing/pasteboard/unrendered-br.html [ Failure ]
</del><span class="cx"> editing/undo/undo-combined-delete-boundary.html [ Failure ]
</span><span class="cx"> editing/undo/undo-combined-delete.html [ Failure ]
</span><span class="cx"> editing/undo/undo-forward-delete-boundary.html [ Failure ]
</span><span class="lines">@@ -2707,6 +2668,46 @@
</span><span class="cx"> # Media controls tests are OS X only
</span><span class="cx"> media/controls [ Skip ]
</span><span class="cx"> 
</span><ins>+# Local pasteboard is not implemented on iOS, so pasteboard tests interfere with each other.
+editing/pasteboard [ Pass Failure ]
+editing/mac/pasteboard [ Pass Failure ]
+editing/execCommand/find-after-replace.html [ Pass Failure ]
+editing/execCommand/paste-1.html [ Pass Failure ]
+editing/execCommand/paste-and-match-style-event.html [ Pass Failure ]
+editing/spelling/spellcheck-async-mutation.html [ Pass Failure ]
+editing/spelling/spellcheck-paste-disabled.html [ Pass Failure ]
+editing/spelling/spellcheck-queue.html [ Pass Failure ]
+editing/spelling/spellcheck-sequencenum.html [ Pass Failure ]
+editing/style/5065910.html [ Pass Failure ]
+editing/style/apply-through-end-of-document.html [ Pass Failure ]
+editing/style/font-family-with-space.html [ Pass Failure ]
+editing/style/non-inheritable-styles.html [ Pass Failure ]
+editing/undo/undo-paste-when-caret-is-not-in-range.html [ Pass Failure ]
+fast/dom/custom/lifecycle-ready-paste.html [ Pass Failure ]
+http/tests/misc/copy-resolves-urls.html [ Pass Failure ]
+editing/inserting/insert-3907422-fix.html [ Pass Failure ]
+fast/forms/textarea-paste-newline.html [ Pass Failure ]
+editing/inserting/insert-3786362-fix.html [ Pass Failure ]
+editing/inserting/insert-paste-bidi-control.html [ Pass Failure ]
+editing/style/smoosh-styles-001.html [ Pass Failure ]
+editing/style/smoosh-styles-003.html [ Pass Failure ]
+editing/style/style-boundary-005.html [ Pass Failure ]
+fast/forms/input-paste-undo.html [ Pass Failure ]
+editing/deleting/paste-with-transparent-background-color.html [ Pass Failure ]
+editing/input/paste-text-ending-with-interchange-newline.html [ Pass Failure ]
+editing/spelling/grammar-markers-hidpi.html [ Pass Failure ]
+editing/spelling/grammar-markers.html [ Pass Failure ]
+editing/spelling/grammar-paste.html [ Pass Failure ]
+editing/spelling/spellcheck-paste-continuous-disabled.html [ Pass Failure ]
+editing/spelling/spellcheck-paste.html [ Pass Failure ]
+editing/undo/orphaned-selection-crash-bug32823-2.html [ Pass Failure ]
+fast/events/clipboard-dataTransferItemList.html [ Pass Failure ]
+editing/input/reveal-contenteditable-on-paste-vertically.html [ Pass Failure ]
+editing/input/reveal-edit-on-paste-vertically.html [ Pass Failure ]
+editing/execCommand/clipboard-access.html [ Pass Failure ]
+editing/execCommand/enabling-and-selection.html [ Pass Failure ]
+fast/forms/plaintext-mode-1.html [ Pass Failure ]
+
</ins><span class="cx"> # Latest iOS failures as of Sept 1, 2015
</span><span class="cx"> accessibility/ios-simulator/table-cell-ranges.html [ Failure ]
</span><span class="cx"> canvas/philip/tests/2d.imageData.put.unchanged.html [ Failure ]
</span><span class="lines">@@ -2718,7 +2719,6 @@
</span><span class="cx"> compositing/layer-creation/will-change-layer-creation.html [ Failure ]
</span><span class="cx"> css3/scroll-snap/nested-elements.html [ Failure ]
</span><span class="cx"> css3/scroll-snap/scroll-snap-coordinate.html [ Failure ]
</span><del>-editing/execCommand/paste-1.html [ Failure ]
</del><span class="cx"> fast/block/lineboxcontain/block-with-ideographs.xhtml [ Failure ]
</span><span class="cx"> fast/css/text-overflow-ellipsis-text-align-center.html [ Failure ]
</span><span class="cx"> fast/css/text-overflow-ellipsis-text-align-left.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (189290 => 189291)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-09-03 21:51:41 UTC (rev 189290)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-09-03 21:52:27 UTC (rev 189291)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx"> editing/deleting/delete-table-cell-contents.html
</span><span class="cx"> editing/deleting/delete-to-select-table.html
</span><span class="cx"> editing/deleting/forward-delete-empty-table-cell.html
</span><del>-editing/deleting/paste-with-transparent-background-color.html
</del><span class="cx"> editing/deleting/smart-delete-across-editable-boundaries.html
</span><span class="cx"> editing/deleting/table-cells.html
</span><span class="cx"> editing/execCommand/5119244.html
</span><span class="lines">@@ -41,8 +40,6 @@
</span><span class="cx"> editing/inserting/5058163-1.html
</span><span class="cx"> editing/inserting/6609479-1.html
</span><span class="cx"> editing/inserting/6609479.html
</span><del>-editing/inserting/insert-3786362-fix.html
-editing/inserting/insert-3907422-fix.html
</del><span class="cx"> editing/inserting/insert-images-in-pre-x-crash.html
</span><span class="cx"> editing/inserting/insert-paragraph-01.html
</span><span class="cx"> editing/inserting/insert-paragraph-02.html
</span><span class="lines">@@ -50,72 +47,6 @@
</span><span class="cx"> editing/inserting/paragraph-separator-in-table-1.html
</span><span class="cx"> editing/inserting/paragraph-separator-in-table-2.html
</span><span class="cx"> editing/inserting/typing-003.html
</span><del>-editing/pasteboard/19644-2.html
-editing/pasteboard/4242293-1.html
-editing/pasteboard/4922709.html
-editing/pasteboard/5065605.html
-editing/pasteboard/5156401-1.html
-editing/pasteboard/5387578.html
-editing/pasteboard/5761530-1.html
-editing/pasteboard/5780697-1.html
-editing/pasteboard/5780697-2.html
-editing/pasteboard/avoid-copying-body-with-background.html
-editing/pasteboard/block-wrappers-necessary.html
-editing/pasteboard/contenteditable-pre-2.html
-editing/pasteboard/copy-inside-h1-preserves-h1.html
-editing/pasteboard/copy-paste-bidi.html
-editing/pasteboard/copy-paste-content-starting-and-ending-canvas.html
-editing/pasteboard/copy-paste-converts-fixed.html
-editing/pasteboard/copy-paste-converts-sticky.html
-editing/pasteboard/copy-paste-doesnt-convert-sticky-and-fixed-during-partial-copy.html
-editing/pasteboard/copy-paste-inserts-clearing-div.html
-editing/pasteboard/copy-paste-with-important-rules.html
-editing/pasteboard/copy-paste-wraps-position-absolute.html
-editing/pasteboard/copy-text-with-backgroundcolor.html
-editing/pasteboard/copy-text-with-wrapped-tag.html
-editing/pasteboard/display-block-on-spans.html
-editing/pasteboard/do-not-copy-unnecessary-styles-2.html
-editing/pasteboard/do-not-copy-unnecessary-styles.html
-editing/pasteboard/heading-crash.html
-editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content.html
-editing/pasteboard/paste-4039777-fix.html
-editing/pasteboard/paste-TIFF.html
-editing/pasteboard/paste-code-in-pre.html
-editing/pasteboard/paste-into-anchor-text.html
-editing/pasteboard/paste-into-table-cell-2.html
-editing/pasteboard/paste-into-table-cell.html
-editing/pasteboard/paste-list-001.html
-editing/pasteboard/paste-list-002.html
-editing/pasteboard/paste-list-003.html
-editing/pasteboard/paste-noplugin.html
-editing/pasteboard/paste-noscript-xhtml.xhtml
-editing/pasteboard/paste-table-001.html
-editing/pasteboard/paste-table-003.html
-editing/pasteboard/paste-table-cells.html
-editing/pasteboard/paste-text-001.html
-editing/pasteboard/paste-text-005.html
-editing/pasteboard/paste-text-006.html
-editing/pasteboard/paste-text-007.html
-editing/pasteboard/paste-text-010.html
-editing/pasteboard/paste-text-011.html
-editing/pasteboard/paste-text-015.html
-editing/pasteboard/paste-text-017.html
-editing/pasteboard/paste-text-018.html
-editing/pasteboard/paste-text-with-style-2.html
-editing/pasteboard/paste-text-with-style-3.html
-editing/pasteboard/paste-text-with-style-4.html
-editing/pasteboard/paste-text-with-style-5.html
-editing/pasteboard/paste-text-with-style.html
-editing/pasteboard/paste-unrendered-select.html
-editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote.html
-editing/pasteboard/pasting-into-p-should-not-nest-p.html
-editing/pasteboard/preserve-line-break-at-end-of-pasted-content.html
-editing/pasteboard/preserve-underline-color.html
-editing/pasteboard/simplfiying-markup-should-not-strip-content.html
-editing/pasteboard/smart-paste-003-trailing-whitespace.html
-editing/pasteboard/style-from-rules.html
-editing/pasteboard/testcase-9507.html
-editing/pasteboard/undoable-fragment-removes.html
</del><span class="cx"> editing/selection/3690703-2.html
</span><span class="cx"> editing/selection/3690703.html
</span><span class="cx"> editing/selection/3690719.html
</span><span class="lines">@@ -137,7 +68,6 @@
</span><span class="cx"> editing/spelling/context-menu-suggestions-subword-selection.html
</span><span class="cx"> editing/spelling/spelling-with-whitespace-selection.html
</span><span class="cx"> editing/style/background-color-retained.html
</span><del>-editing/style/non-inheritable-styles.html
</del><span class="cx"> editing/style/remove-underline-across-paragraph-in-bold.html
</span><span class="cx"> editing/style/remove-underline-across-paragraph.html
</span><span class="cx"> editing/style/remove-underline-after-paragraph-in-bold.html
</span><span class="lines">@@ -174,25 +104,18 @@
</span><span class="cx"> editing/deleting/delete-button-background-image-none.html
</span><span class="cx"> editing/input/page-up-down-scrolls.html
</span><span class="cx"> editing/input/reveal-contenteditable-on-input-vertically.html
</span><del>-editing/pasteboard/copy-backslash-with-euc.html
-editing/pasteboard/copy-standalone-image-crash.html
</del><span class="cx"> editing/selection/caret-at-bidi-boundary.html
</span><span class="cx"> editing/spelling/context-menu-suggestions-multiword-selection.html
</span><span class="cx"> editing/spelling/delete-into-misspelled-word.html
</span><span class="cx"> editing/spelling/design-mode-spellcheck-off.html
</span><span class="cx"> editing/spelling/editing-word-with-marker-2.html
</span><span class="cx"> editing/spelling/grammar-edit-word.html
</span><del>-editing/spelling/grammar-markers-hidpi.html
-editing/spelling/grammar-markers.html
</del><span class="cx"> editing/spelling/grammar.html
</span><span class="cx"> editing/spelling/inline-spelling-markers-hidpi.html
</span><span class="cx"> editing/spelling/inline-spelling-markers.html
</span><span class="cx"> editing/spelling/markers.html
</span><span class="cx"> editing/spelling/move-cursor-around-misspelled-word.html
</span><span class="cx"> editing/spelling/spellcheck-attribute.html
</span><del>-editing/spelling/spellcheck-paste-continuous-disabled.html
-editing/spelling/spellcheck-paste-disabled.html
-editing/spelling/spellcheck-paste.html
</del><span class="cx"> editing/spelling/spelling-attribute-at-child.html
</span><span class="cx"> editing/spelling/spelling-attribute-change.html
</span><span class="cx"> editing/spelling/spelling-backspace-between-lines.html
</span><span class="lines">@@ -335,13 +258,10 @@
</span><span class="cx"> editing/input/password-echo-passnode2.html [ Failure ]
</span><span class="cx"> editing/input/password-echo-passnode3.html [ Failure ]
</span><span class="cx"> editing/input/password-echo-textnode.html [ Failure ]
</span><del>-editing/input/paste-text-ending-with-interchange-newline.html [ Failure ]
</del><span class="cx"> editing/input/reveal-caret-of-multiline-contenteditable.html [ Failure ]
</span><span class="cx"> editing/input/reveal-caret-of-multiline-input.html [ Failure ]
</span><span class="cx"> editing/input/reveal-caret-of-transformed-multiline-input.html [ Failure ]
</span><del>-editing/input/reveal-contenteditable-on-paste-vertically.html [ Failure ]
</del><span class="cx"> editing/input/reveal-edit-on-input-vertically.html [ Failure ]
</span><del>-editing/input/reveal-edit-on-paste-vertically.html [ Failure ]
</del><span class="cx"> editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable.html [ Failure ]
</span><span class="cx"> editing/input/scroll-to-edge-if-paragraph-separator-at-end-of-document-contenteditable.html [ Failure ]
</span><span class="cx"> editing/input/scroll-viewport-page-up-down.html [ Failure ]
</span><span class="lines">@@ -356,112 +276,9 @@
</span><span class="cx"> editing/inserting/insert-br-007.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-character-in-first-letter-crash.html [ Failure ]
</span><span class="cx"> editing/inserting/insert-paragraph-selection-outside-contenteditable.html [ Failure ]
</span><del>-editing/inserting/insert-paste-bidi-control.html [ Failure ]
</del><span class="cx"> editing/inserting/insert-tab-001.html [ Failure ]
</span><span class="cx"> editing/inserting/smart-quote-with-all-configurations.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-space-to-trigger-smart-link.html [ Failure ]
</span><del>-editing/pasteboard/19644-1.html [ Failure ]
-editing/pasteboard/4076267-3.html [ Failure ]
-editing/pasteboard/4944770-1.html [ Failure ]
-editing/pasteboard/4944770-2.html [ Failure ]
-editing/pasteboard/4989774.html [ Failure ]
-editing/pasteboard/5006779.html [ Failure ]
-editing/pasteboard/5028447.html [ Failure ]
-editing/pasteboard/5071074.html [ Failure ]
-editing/pasteboard/5075944.html [ Failure ]
-editing/pasteboard/5478250.html [ Failure ]
-editing/pasteboard/5601583-1.html [ Failure ]
-editing/pasteboard/8145-1.html [ Failure ]
-editing/pasteboard/can-read-in-copy-and-cut-events.html [ Failure ]
-editing/pasteboard/cleanup-on-move.html [ Failure ]
-editing/pasteboard/clipboard-customData.html [ Failure ]
-editing/pasteboard/contenteditable-pre.html [ Failure ]
-editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html [ ImageOnlyFailure ]
-editing/pasteboard/copy-in-password-field.html [ Failure ]
-editing/pasteboard/copy-null-characters.html [ Failure ]
-editing/pasteboard/copy-resolves-urls.html [ Failure ]
-editing/pasteboard/copy-two-pasteboard-types-both-work.html [ Failure ]
-editing/pasteboard/copy-without-selection.html [ Failure ]
-editing/pasteboard/cut-text-001.html [ Failure ]
-editing/pasteboard/drag-drop-to-data-url.html [ Failure ]
-editing/pasteboard/emacs-cntl-y-001.html [ Failure ]
-editing/pasteboard/emacs-ctrl-a-k-y.html [ Failure ]
-editing/pasteboard/emacs-ctrl-k-with-move.html [ Failure ]
-editing/pasteboard/emacs-ctrl-k-y-001.html [ Failure ]
-editing/pasteboard/file-input-files-access.html [ Failure ]
-editing/pasteboard/files-during-page-drags.html [ Failure ]
-editing/pasteboard/get-data-text-plain-drop.html [ Failure ]
-editing/pasteboard/input-field-1.html [ Failure ]
-editing/pasteboard/input-with-display-none-div.html [ Failure ]
-editing/pasteboard/input-with-visibility-hidden.html [ Failure ]
-editing/pasteboard/insert-div-text-into-text.html [ Failure ]
-editing/pasteboard/interchange-newline-2.html [ Failure ]
-editing/pasteboard/interchange-newline-4.html [ Failure ]
-editing/pasteboard/merge-end-2.html [ Failure ]
-editing/pasteboard/merge-end-3.html [ Failure ]
-editing/pasteboard/merge-end-4.html [ Failure ]
-editing/pasteboard/merge-end-5.html [ Failure ]
-editing/pasteboard/merge-end-list-2.html [ Failure ]
-editing/pasteboard/merge-end-list.html [ Failure ]
-editing/pasteboard/merge-end-table-2.html [ Failure ]
-editing/pasteboard/merge-end-table.html [ Failure ]
-editing/pasteboard/onpaste-text-html-types.html [ Failure ]
-editing/pasteboard/onpaste-text-html.html [ Failure ]
-editing/pasteboard/page-zoom.html [ Failure ]
-editing/pasteboard/paste-2.html [ Failure ]
-editing/pasteboard/paste-4038267-fix.html [ Failure ]
-editing/pasteboard/paste-and-sanitize.html [ Failure ]
-editing/pasteboard/paste-before-tab-span.html [ Failure ]
-editing/pasteboard/paste-blockquote-3.html [ Failure ]
-editing/pasteboard/paste-blockquote-and-paragraph-break.html [ Failure ]
-editing/pasteboard/paste-global-selection.html [ Failure ]
-editing/pasteboard/paste-line-endings-001.html [ Failure ]
-editing/pasteboard/paste-line-endings-002.html [ Failure ]
-editing/pasteboard/paste-line-endings-003.html [ Failure ]
-editing/pasteboard/paste-line-endings-004.html [ Failure ]
-editing/pasteboard/paste-line-endings-005.html [ Failure ]
-editing/pasteboard/paste-line-endings-006.html [ Failure ]
-editing/pasteboard/paste-line-endings-007.html [ Failure ]
-editing/pasteboard/paste-line-endings-008.html [ Failure ]
-editing/pasteboard/paste-line-endings-009.html [ Failure ]
-editing/pasteboard/paste-line-endings-010.html [ Failure ]
-editing/pasteboard/paste-list-004.html [ Failure ]
-editing/pasteboard/paste-noscript-svg.html [ Failure ]
-editing/pasteboard/paste-noscript.html [ Failure ]
-editing/pasteboard/paste-placeholder-input.html [ Failure ]
-editing/pasteboard/paste-plaintext-user-select-none.html [ Failure ]
-editing/pasteboard/paste-pre-001.html [ Failure ]
-editing/pasteboard/paste-sanitize-crash-1.html [ Failure ]
-editing/pasteboard/paste-sanitize-crash-2.html [ Failure ]
-editing/pasteboard/paste-table-002.html [ Failure ]
-editing/pasteboard/paste-text-002.html [ Failure ]
-editing/pasteboard/paste-text-003.html [ Failure ]
-editing/pasteboard/paste-text-004.html [ Failure ]
-editing/pasteboard/paste-text-008.html [ Failure ]
-editing/pasteboard/paste-text-009.html [ Failure ]
-editing/pasteboard/paste-text-012.html [ Failure ]
-editing/pasteboard/paste-text-013.html [ Failure ]
-editing/pasteboard/paste-text-014.html [ Failure ]
-editing/pasteboard/paste-text-016.html [ Failure ]
-editing/pasteboard/paste-text-at-tabspan-001.html [ Failure ]
-editing/pasteboard/paste-text-at-tabspan-002.html [ Failure ]
-editing/pasteboard/paste-text-at-tabspan-003.html [ Failure ]
-editing/pasteboard/paste-text-events.html [ Failure ]
-editing/pasteboard/paste-visible-script.html [ Failure ]
-editing/pasteboard/paste-without-nesting.html [ Failure ]
-editing/pasteboard/paste-xml.xhtml [ Failure ]
-editing/pasteboard/pasting-empty-html-falls-back-to-text.html [ Failure ]
-editing/pasteboard/quirks-mode-br-1.html [ Failure ]
-editing/pasteboard/select-element-1.html [ Failure ]
-editing/pasteboard/smart-paste-001.html [ Failure ]
-editing/pasteboard/smart-paste-002.html [ Failure ]
-editing/pasteboard/smart-paste-003.html [ Failure ]
-editing/pasteboard/smart-paste-004.html [ Failure ]
-editing/pasteboard/smart-paste-005.html [ Failure ]
-editing/pasteboard/smart-paste-006.html [ Failure ]
-editing/pasteboard/smart-paste-007.html [ Failure ]
-editing/pasteboard/smart-paste-008.html [ Failure ]
-editing/pasteboard/styled-element-markup.html [ Failure ]
</del><span class="cx"> editing/secure-input/password-input-changed-type.html [ Failure ]
</span><span class="cx"> editing/secure-input/password-input-focusing-to-different-frame.html [ Failure ]
</span><span class="cx"> editing/secure-input/password-input-focusing.html [ Failure ]
</span><span class="lines">@@ -557,14 +374,11 @@
</span><span class="cx"> editing/spelling/spelling-unified-emulation.html [ Failure ]
</span><span class="cx"> editing/spelling/spelling.html [ Failure ]
</span><span class="cx"> editing/style/5046875-2.html [ Failure ]
</span><del>-editing/style/5065910.html [ Failure ]
</del><span class="cx"> editing/style/5084241.html [ Failure ]
</span><del>-editing/style/apply-through-end-of-document.html [ Failure ]
</del><span class="cx"> editing/style/create-block-for-style-001.html [ Failure ]
</span><span class="cx"> editing/style/create-block-for-style-004.html [ Failure ]
</span><span class="cx"> editing/style/create-block-for-style-009.html [ Failure ]
</span><span class="cx"> editing/style/create-block-for-style-011.html [ Failure ]
</span><del>-editing/style/font-family-with-space.html [ Failure ]
</del><span class="cx"> editing/style/fore-color-by-name.html [ Failure ]
</span><span class="cx"> editing/style/make-text-writing-direction-inline-mac.html [ Failure ]
</span><span class="cx"> editing/style/push-down-font-styles-mac.html [ Failure ]
</span><span class="lines">@@ -572,14 +386,11 @@
</span><span class="cx"> editing/style/push-down-implicit-styles-around-list-mac.html [ Failure ]
</span><span class="cx"> editing/style/push-down-implicit-styles-around-list-win.html [ Failure ]
</span><span class="cx"> editing/style/push-down-implicit-styles-mac.html [ Failure ]
</span><del>-editing/style/smoosh-styles-001.html [ Failure ]
-editing/style/smoosh-styles-003.html [ Failure ]
</del><span class="cx"> editing/style/style-3681552-fix-001.html [ Failure ]
</span><span class="cx"> editing/style/style-3681552-fix-002.html [ Failure ]
</span><span class="cx"> editing/style/style-3690704-fix.html [ Failure ]
</span><span class="cx"> editing/style/style-boundary-002.html [ Failure ]
</span><span class="cx"> editing/style/style-boundary-003.html [ Failure ]
</span><del>-editing/style/style-boundary-005.html [ Failure ]
</del><span class="cx"> editing/style/stylewithcss-without-selection.html [ Failure ]
</span><span class="cx"> editing/style/text-indent.html [ Failure ]
</span><span class="cx"> editing/style/toggle-style-bold-italic-mixed-editability.html [ Failure ]
</span><span class="lines">@@ -658,8 +469,6 @@
</span><span class="cx"> editing/inserting/typing-002.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-around-br-001.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-around-image-001.html [ Failure ]
</span><del>-editing/pasteboard/merge-end-blockquote.html [ Failure ]
-editing/pasteboard/paste-match-style-002.html [ Failure ]
</del><span class="cx"> editing/unsupported-content/list-type-after.html [ Failure ]
</span><span class="cx"> editing/unsupported-content/list-type-before.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -684,7 +493,6 @@
</span><span class="cx"> editing/execCommand/5210032.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/5573879.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/5604313.html [ Failure Pass ]
</span><del>-editing/execCommand/enabling-and-selection.html [ Failure Pass ]
</del><span class="cx"> editing/input/insert-wrapping-space-in-textarea.html [ Failure Pass ]
</span><span class="cx"> editing/input/set-value-on-input-and-delete.html [ Failure Pass ]
</span><span class="cx"> editing/input/set-value-on-input-and-forward-delete.html [ Failure Pass ]
</span><span class="lines">@@ -705,17 +513,6 @@
</span><span class="cx"> editing/inserting/6104369.html [ Failure Pass ]
</span><span class="cx"> editing/inserting/6703873-2.html [ Failure Pass ]
</span><span class="cx"> editing/inserting/caret-position.html [ Failure Pass ]
</span><del>-editing/pasteboard/4744008.html [ Failure Pass ]
-editing/pasteboard/4840662.html [ Failure Pass ]
-editing/pasteboard/4930986-1.html [ Failure Pass ]
-editing/pasteboard/4930986-2.html [ Failure Pass ]
-editing/pasteboard/5245519.html [ Failure Pass ]
-editing/pasteboard/5480736.html [ Failure Pass ]
-editing/pasteboard/5521237.html [ Failure Pass ]
-editing/pasteboard/5665299.html [ Failure Pass ]
-editing/pasteboard/6018653.html [ Failure Pass ]
-editing/pasteboard/copy-image-with-alt-text.html [ Failure Pass ]
-editing/pasteboard/copy-paste-float.html [ Failure Pass ]
</del><span class="cx"> editing/selection/51344.html [ Failure Pass ]
</span><span class="cx"> editing/selection/find-in-text-control.html [ Failure Pass ]
</span><span class="cx"> editing/selection/hit-test-on-text-with-line-height.html [ Failure Pass ]
</span><span class="lines">@@ -1029,13 +826,11 @@
</span><span class="cx"> fast/forms/datetimelocal/datetimelocal-interactive-validation-required.html [ Failure ]
</span><span class="cx"> fast/forms/input-maxlength-ime-completed.html [ Failure ]
</span><span class="cx"> fast/forms/input-maxlength-ime-preedit.html [ Failure ]
</span><del>-fast/forms/input-paste-undo.html [ Failure ]
</del><span class="cx"> fast/forms/input-text-scroll-left-on-blur.html [ Failure Pass ]
</span><span class="cx"> fast/forms/interactive-validation-assertion-by-validate-twice.html [ Failure ]
</span><span class="cx"> fast/forms/interactive-validation-prevented.html [ Failure ]
</span><span class="cx"> fast/forms/month/month-interactive-validation-required.html [ Failure ]
</span><span class="cx"> fast/forms/number/number-interactive-validation-required.html [ Failure ]
</span><del>-fast/forms/plaintext-mode-1.html [ Failure ]
</del><span class="cx"> fast/forms/textarea-newline.html [ Failure ]
</span><span class="cx"> fast/forms/time/time-interactive-validation-required.html [ Failure ]
</span><span class="cx"> fast/forms/validation-message-on-checkbox.html [ Failure ]
</span><span class="lines">@@ -1110,7 +905,6 @@
</span><span class="cx"> fast/dom/Window/window-postmessage-clone-frames.html
</span><span class="cx"> fast/dom/Window/window-postmessage-clone.html
</span><span class="cx"> fast/dom/Window/window-resize-contents.html
</span><del>-fast/events/clipboard-dataTransferItemList.html
</del><span class="cx"> fast/forms/interactive-validation-crash-by-style-override.html
</span><span class="cx"> fast/forms/interactive-validation-select-crash.html
</span><span class="cx"> fast/forms/select-empty-optgroup.html
</span><span class="lines">@@ -1497,24 +1291,9 @@
</span><span class="cx"> animations/simultaneous-start-transform.html [ Failure ]
</span><span class="cx"> compositing/iframes/display-none-subframe.html [ Failure ]
</span><span class="cx"> css3/blending/blend-mode-simple-composited.html [ Failure ]
</span><del>-editing/execCommand/find-after-replace.html [ Failure ]
-editing/pasteboard/cjk-line-height.html [ Failure ]
-editing/pasteboard/copy-paste-attachment.html [ Failure ]
-editing/pasteboard/copy-paste-first-line-in-textarea.html [ Failure ]
-editing/pasteboard/copy-paste-pre-line-content.html [ Failure ]
-editing/pasteboard/copy-paste-ruby-text-with-block.html [ Failure ]
-editing/pasteboard/copy-standalone-image.html [ Failure ]
-editing/pasteboard/crash-accessing-clipboardData-types.html [ Failure ]
-editing/pasteboard/get-data-text-plain-paste.html [ Failure ]
-editing/pasteboard/img-srcset-copy-paste-canonicalization.html [ Failure ]
-editing/pasteboard/paste-blockquote-before-blockquote.html [ Failure ]
-editing/pasteboard/paste-double-nested-blockquote-before-blockquote.html [ Failure ]
-editing/pasteboard/paste-match-style-001.html [ Failure ]
-editing/pasteboard/paste-text-019.html [ Failure ]
</del><span class="cx"> editing/selection/caret-mode-document-begin-end.html [ Failure ]
</span><span class="cx"> fast/events/onchange-passwordfield.html [ Failure ]
</span><span class="cx"> fast/forms/input-text-option-delete.html [ Failure ]
</span><del>-fast/forms/textarea-paste-newline.html [ Failure ]
</del><span class="cx"> fast/xsl/xslt-extra-content-at-end.xml [ Failure ]
</span><span class="cx"> fast/xsl/xslt-missing-namespace-in-xslt.xml [ Failure ]
</span><span class="cx"> http/tests/security/video-cross-origin-accesssameorigin.html [ Failure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (189290 => 189291)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2015-09-03 21:51:41 UTC (rev 189290)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2015-09-03 21:52:27 UTC (rev 189291)
</span><span class="lines">@@ -107,8 +107,6 @@
</span><span class="cx"> # ietestcenter tests that fail:
</span><span class="cx"> ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm [ Failure ]
</span><span class="cx"> 
</span><del>-# CSS multicol tests that fail:
-
</del><span class="cx"> # &lt;rdar://problem/17349058&gt; Assertion in WebProcessProxy::didNavigateWithNavigationData() when running layout tests in WTR
</span><span class="cx"> loader/go-back-cached-main-resource.html
</span><span class="cx"> js/dom/function-constructor-this-value.html
</span><span class="lines">@@ -935,7 +933,6 @@
</span><span class="cx"> fast/dom/remove-body-during-body-replacement2.html
</span><span class="cx"> fast/encoding/mailto-always-utf-8.html
</span><span class="cx"> fast/events/attempt-scroll-with-no-scrollbars.html
</span><del>-fast/events/clipboard-dataTransferItemList.html
</del><span class="cx"> fast/events/event-view-toString.html
</span><span class="cx"> fast/events/focus-change-crash2.html
</span><span class="cx"> fast/events/frame-detached-in-mousedown.html
</span><span class="lines">@@ -1190,76 +1187,6 @@
</span><span class="cx"> editing/inserting/typing-space-to-trigger-smart-link.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-tab-designmode-forms.html [ Failure ]
</span><span class="cx"> editing/inserting/typing-tab-designmode.html [ Failure ]
</span><del>-editing/pasteboard/4242293-1.html [ Failure ]
-editing/pasteboard/5780697-2.html [ Failure ]
-editing/pasteboard/can-read-in-copy-and-cut-events.html [ Failure ]
-editing/pasteboard/cleanup-on-move.html [ Failure ]
-editing/pasteboard/clipboard-customData.html [ Failure ]
-editing/pasteboard/copy-backslash-with-euc.html [ Failure ]
-editing/pasteboard/copy-in-password-field.html [ Failure ]
-editing/pasteboard/copy-inside-h1-preserves-h1.html [ Failure ]
-editing/pasteboard/copy-null-characters.html [ Failure ]
-editing/pasteboard/copy-resolves-urls.html [ Failure ]
-editing/pasteboard/copy-text-with-backgroundcolor.html [ Failure ]
-editing/pasteboard/copy-text-with-wrapped-tag.html [ Failure ]
-editing/pasteboard/copy-two-pasteboard-types-both-work.html [ Failure ]
-editing/pasteboard/copy-without-selection.html [ Failure ]
-editing/pasteboard/display-block-on-spans.html [ Failure ]
-editing/pasteboard/do-not-copy-unnecessary-styles-2.html [ Failure ]
-editing/pasteboard/emacs-cntl-y-001.html [ Failure ]
-editing/pasteboard/emacs-ctrl-k-with-move.html [ Failure ]
-editing/pasteboard/emacs-ctrl-k-y-001.html [ Failure ]
-editing/pasteboard/file-input-files-access.html [ Failure ]
-editing/pasteboard/files-during-page-drags.html [ Failure ]
-editing/pasteboard/get-data-text-plain-drop.html [ Failure ]
-editing/pasteboard/input-with-display-none-div.html [ Failure ]
-editing/pasteboard/input-with-visibility-hidden.html [ Failure ]
-editing/pasteboard/insert-div-text-into-text.html [ Failure ]
-editing/pasteboard/merge-end-3.html [ Failure ]
-editing/pasteboard/merge-end-5.html [ Failure ]
-editing/pasteboard/merge-end-list-2.html [ Failure ]
-editing/pasteboard/merge-end-table-2.html [ Failure ]
-editing/pasteboard/onpaste-text-html-types.html [ Failure ]
-editing/pasteboard/onpaste-text-html.html [ Failure ]
-editing/pasteboard/page-zoom.html [ Failure ]
-editing/pasteboard/paste-before-tab-span.html [ Failure ]
-editing/pasteboard/paste-blockquote-3.html [ Failure ]
-editing/pasteboard/paste-global-selection.html [ Failure ]
-editing/pasteboard/paste-list-004.html [ Failure ]
-editing/pasteboard/paste-noplugin.html [ Failure ]
-editing/pasteboard/paste-noscript-svg.html [ Failure ]
-editing/pasteboard/paste-noscript-xhtml.xhtml [ Failure ]
-editing/pasteboard/paste-noscript.html [ Failure ]
-editing/pasteboard/paste-placeholder-input.html [ Failure ]
-editing/pasteboard/paste-plaintext-user-select-none.html [ Failure ]
-editing/pasteboard/paste-sanitize-crash-1.html [ Failure ]
-editing/pasteboard/paste-sanitize-crash-2.html [ Failure ]
-editing/pasteboard/paste-text-004.html [ Failure ]
-editing/pasteboard/paste-text-008.html [ Failure ]
-editing/pasteboard/paste-text-009.html [ Failure ]
-editing/pasteboard/paste-text-013.html [ Failure ]
-editing/pasteboard/paste-text-014.html [ Failure ]
-editing/pasteboard/paste-text-016.html [ Failure ]
-editing/pasteboard/paste-text-019.html [ Failure ]
-editing/pasteboard/paste-text-at-tabspan-003.html [ Failure ]
-editing/pasteboard/paste-text-events.html [ Failure ]
-editing/pasteboard/paste-visible-script.html [ Failure ]
-editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote.html [ Failure ]
-editing/pasteboard/paste-xml.xhtml [ Failure ]
-editing/pasteboard/pasting-empty-html-falls-back-to-text.html [ Failure ]
-editing/pasteboard/pasting-object.html [ Failure ]
-editing/pasteboard/quirks-mode-br-1.html [ Failure ]
-editing/pasteboard/simplfiying-markup-should-not-strip-content.html [ Failure ]
-editing/pasteboard/smart-drag-drop.html [ Failure ]
-editing/pasteboard/smart-paste-001.html [ Failure ]
-editing/pasteboard/smart-paste-002.html [ Failure ]
-editing/pasteboard/smart-paste-003.html [ Failure ]
-editing/pasteboard/smart-paste-004.html [ Failure ]
-editing/pasteboard/smart-paste-005.html [ Failure ]
-editing/pasteboard/smart-paste-007.html [ Failure ]
-editing/pasteboard/smart-paste-008.html [ Failure ]
-editing/pasteboard/styled-element-markup.html [ Failure ]
-editing/pasteboard/undoable-fragment-removes.html [ Failure ]
</del><span class="cx"> editing/secure-input/password-input-changed-type.html [ Failure ]
</span><span class="cx"> editing/secure-input/password-input-focusing-to-different-frame.html [ Failure ]
</span><span class="cx"> editing/secure-input/password-input-focusing.html [ Failure ]
</span><span class="lines">@@ -1370,7 +1297,6 @@
</span><span class="cx"> editing/spelling/misspelling-dots-dont-extend-beyond-words.html [ Failure ]
</span><span class="cx"> editing/spelling/spellcheck-input-search-crash.html [ Failure ]
</span><span class="cx"> editing/spelling/spelling-unified-emulation.html [ Failure ]
</span><del>-editing/style/apply-through-end-of-document.html [ Failure ]
</del><span class="cx"> editing/style/fore-color-by-name.html [ Failure ]
</span><span class="cx"> editing/style/make-text-writing-direction-inline-mac.html [ Failure ]
</span><span class="cx"> editing/style/push-down-font-styles-mac.html [ Failure ]
</span><span class="lines">@@ -1410,8 +1336,6 @@
</span><span class="cx"> # Editing tests that time out:
</span><span class="cx"> editing/input/page-up-down-scrolls.html
</span><span class="cx"> editing/input/reveal-contenteditable-on-input-vertically.html
</span><del>-editing/pasteboard/copy-crash.html
-editing/pasteboard/copy-standalone-image-crash.html
</del><span class="cx"> editing/selection/designmode-no-caret.html
</span><span class="cx"> editing/selection/move-by-character-brute-force.html
</span><span class="cx"> editing/spelling/context-menu-suggestions-multiword-selection.html
</span><span class="lines">@@ -1421,18 +1345,12 @@
</span><span class="cx"> editing/spelling/editing-multiple-words-with-markers.html
</span><span class="cx"> editing/spelling/editing-word-with-marker-2.html
</span><span class="cx"> editing/spelling/grammar-edit-word.html
</span><del>-editing/spelling/grammar-markers-hidpi.html
-editing/spelling/grammar-markers.html
-editing/spelling/grammar-paste.html
</del><span class="cx"> editing/spelling/grammar.html
</span><span class="cx"> editing/spelling/inline-spelling-markers-hidpi.html
</span><span class="cx"> editing/spelling/inline-spelling-markers.html
</span><span class="cx"> editing/spelling/markers.html
</span><span class="cx"> editing/spelling/move-cursor-around-misspelled-word.html
</span><span class="cx"> editing/spelling/spellcheck-attribute.html
</span><del>-editing/spelling/spellcheck-paste-continuous-disabled.html
-editing/spelling/spellcheck-paste-disabled.html
-editing/spelling/spellcheck-paste.html
</del><span class="cx"> editing/spelling/spelling-attribute-at-child.html
</span><span class="cx"> editing/spelling/spelling-attribute-change.html
</span><span class="cx"> editing/spelling/spelling-backspace-between-lines.html
</span><span class="lines">@@ -1478,7 +1396,6 @@
</span><span class="cx"> editing/deleting/pruning-after-merge-1.html [ Failure Pass ]
</span><span class="cx"> editing/deleting/skip-virama-001.html [ Failure Pass ]
</span><span class="cx"> editing/deleting/whitespace-pre-1.html [ Failure Pass ]
</span><del>-editing/execCommand/find-after-replace.html [ Failure Pass ]
</del><span class="cx"> editing/execCommand/format-block-with-braces.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/format-block.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/indent-nested-lists-1.html [ Failure Pass ]
</span><span class="lines">@@ -1499,42 +1416,12 @@
</span><span class="cx"> editing/execCommand/remove-formatting.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/remove-list-items.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/switch-list-type.html [ Failure Pass ]
</span><del>-editing/inserting/insert-3786362-fix.html [ Failure Pass ]
-editing/inserting/insert-3907422-fix.html [ Failure Pass ]
</del><span class="cx"> editing/inserting/insert-thai-characters-001.html [ Failure Pass ]
</span><del>-editing/pasteboard/4076267-3.html [ Failure Pass ]
-editing/pasteboard/4744008.html [ Failure Pass ]
-editing/pasteboard/4944770-2.html [ Failure Pass ]
-editing/pasteboard/block-wrappers-necessary.html [ Failure Pass ]
-editing/pasteboard/interchange-newline-1.html [ Failure Pass ]
-editing/pasteboard/interchange-newline-2.html [ Failure Pass ]
-editing/pasteboard/interchange-newline-3.html [ Failure Pass ]
-editing/pasteboard/interchange-newline-4.html [ Failure Pass ]
-editing/pasteboard/line-feed-between-br-and-b-should-not-reorder-pasted-content.html [ Failure Pass ]
-editing/pasteboard/merge-end-4.html [ Failure Pass ]
-editing/pasteboard/merge-end-list.html [ Failure Pass ]
-editing/pasteboard/merge-end-table.html [ Failure Pass ]
-editing/pasteboard/nested-blocks-with-text-area.html [ Failure Pass ]
-editing/pasteboard/nested-blocks-with-text-field.html [ Failure Pass ]
-editing/pasteboard/paste-4039777-fix.html [ Failure Pass ]
-editing/pasteboard/paste-into-anchor-text.html [ Failure Pass ]
-editing/pasteboard/paste-list-001.html [ Failure Pass ]
-editing/pasteboard/paste-table-001.html [ Failure Pass ]
-editing/pasteboard/paste-table-002.html [ Failure Pass ]
-editing/pasteboard/paste-text-001.html [ Failure Pass ]
-editing/pasteboard/paste-text-002.html [ Failure Pass ]
-editing/pasteboard/paste-text-003.html [ Failure Pass ]
-editing/pasteboard/paste-text-007.html [ Failure Pass ]
-editing/pasteboard/paste-text-at-tabspan-001.html [ Failure Pass ]
-editing/pasteboard/paste-text-at-tabspan-002.html [ Failure Pass ]
-editing/pasteboard/paste-text-with-style.html [ Failure Pass ]
-editing/pasteboard/smart-paste-006.html [ Failure Pass ]
</del><span class="cx"> editing/selection/find-in-text-control.html [ Failure Pass ]
</span><span class="cx"> editing/selection/skip-non-editable-1.html [ Failure Pass ]
</span><span class="cx"> editing/selection/skip-non-editable-2.html [ Failure Pass ]
</span><span class="cx"> editing/selection/toString-1.html [ Failure Pass ]
</span><span class="cx"> editing/spelling/spelling.html [ Failure Pass ]
</span><del>-editing/style/smoosh-styles-001.html [ Failure Pass ]
</del><span class="cx"> editing/undo/redo-style.html [ Failure Pass ]
</span><span class="cx"> editing/undo/undo-indent.html [ Failure Pass ]
</span><span class="cx"> editing/unsupported-content/list-type-before.html [ Failure Pass ]
</span><span class="lines">@@ -1904,8 +1791,6 @@
</span><span class="cx"> editing/deleting/pruning-after-merge-2.html [ Failure Pass ]
</span><span class="cx"> editing/deleting/smart-delete-001.html [ Failure Pass ]
</span><span class="cx"> editing/deleting/table-cells.html [ Failure Pass ]
</span><del>-editing/pasteboard/8145-1.html [ Failure Pass ]
-editing/pasteboard/cut-text-001.html [ Failure Pass ]
</del><span class="cx"> fast/loader/fragment-navigation-base-blank.html [ Failure Pass ]
</span><span class="cx"> fast/loader/iframe-meta-refresh-base-blank.html [ Failure Pass ]
</span><span class="cx"> fast/loader/iframe-set-location-base-blank.html [ Failure Pass ]
</span><span class="lines">@@ -1928,8 +1813,6 @@
</span><span class="cx"> css3/filters/backdrop/backdrop-filter-with-cliprect.html [ Failure ]
</span><span class="cx"> css3/filters/backdrop/backdrop-filter-with-mask.html [ Failure ]
</span><span class="cx"> css3/scroll-snap/scroll-snap-offsets.html [ Failure ]
</span><del>-editing/pasteboard/displaced-generic-placeholder.html [ Failure ]
-editing/pasteboard/displaced-placeholder.html [ Failure ]
</del><span class="cx"> editing/selection/move-past-trailing-space.html [ Failure ]
</span><span class="cx"> editing/selection/previous-line-position.html [ Failure ]
</span><span class="cx"> editing/selection/replaced-boundaries-1.html [ Failure ]
</span><span class="lines">@@ -2041,7 +1924,6 @@
</span><span class="cx"> compositing/layer-creation/scale-rotation-transition-overlap.html [ Failure Pass ]
</span><span class="cx"> compositing/layer-creation/translate-scale-transition-overlap.html [ Failure Pass ]
</span><span class="cx"> compositing/layer-creation/translate-transition-overlap.html [ Failure Pass ]
</span><del>-editing/deleting/paste-with-transparent-background-color.html [ Failure Pass ]
</del><span class="cx"> editing/execCommand/4641880-1.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/4641880-2.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/create-list-with-hr.html [ Failure Pass ]
</span><span class="lines">@@ -2055,19 +1937,6 @@
</span><span class="cx"> editing/execCommand/nsresponder-outdent.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/print.html [ Failure Pass ]
</span><span class="cx"> editing/execCommand/remove-list-from-range-selection.html [ Failure Pass ]
</span><del>-editing/input/paste-text-ending-with-interchange-newline.html [ Failure Pass ]
-editing/input/reveal-contenteditable-on-paste-vertically.html [ Failure Pass ]
-editing/inserting/insert-paste-bidi-control.html [ Failure Pass ]
-editing/pasteboard/paste-text-with-style-3.html [ Failure Pass ]
-editing/pasteboard/paste-without-nesting.html [ Failure Pass ]
-editing/pasteboard/pasting-into-p-should-not-nest-p.html [ Failure Pass ]
-editing/pasteboard/preserve-line-break-at-end-of-pasted-content.html [ Failure Pass ]
-editing/pasteboard/preserve-underline-color.html [ Failure Pass ]
-editing/pasteboard/prevent-block-nesting-01.html [ Failure Pass ]
-editing/pasteboard/select-element-1.html [ Failure Pass ]
-editing/pasteboard/smart-paste-003-trailing-whitespace.html [ Failure Pass ]
-editing/pasteboard/style-from-rules.html [ Failure Pass ]
-editing/pasteboard/testcase-9507.html [ Failure Pass ]
</del><span class="cx"> editing/selection/3690703-2.html [ Failure Pass ]
</span><span class="cx"> editing/selection/3690703.html [ Failure Pass ]
</span><span class="cx"> editing/selection/3690719.html [ Failure Pass ]
</span><span class="lines">@@ -2113,8 +1982,6 @@
</span><span class="cx"> editing/selection/move-by-character-6.html [ Failure Pass ]
</span><span class="cx"> editing/selection/move-by-line-002.html [ Failure Pass ]
</span><span class="cx"> editing/selection/move-by-sentence-001.html [ Failure Pass ]
</span><del>-fast/forms/input-paste-undo.html [ Failure Pass ]
-fast/forms/textarea-paste-newline.html [ Failure Pass ]
</del><span class="cx"> http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html [ Failure Pass ]
</span><span class="cx"> perf/mouse-event.html [ Failure Pass ]
</span><span class="cx"> perf/rel-list-remove.html [ Failure Pass ]
</span><span class="lines">@@ -2155,9 +2022,6 @@
</span><span class="cx"> css2.1/t090501-c5525-flt-l-00-b-g.html [ Failure ]
</span><span class="cx"> css2.1/t090501-c5525-flt-r-00-b-g.html [ Failure ]
</span><span class="cx"> css2.1/t100304-c43-rpl-bbx-01-d-g.html [ Failure ]
</span><del>-editing/pasteboard/4631972.html [ Failure ]
-editing/style/5065910.html [ Failure ]
-editing/style/font-family-with-space.html [ Failure ]
</del><span class="cx"> fast/block/basic/truncation-rtl.html [ Failure ]
</span><span class="cx"> fast/block/positioning/auto/vertical-rl/007.html [ Failure ]
</span><span class="cx"> fast/block/positioning/vertical-rl/fixed-positioning.html [ Failure ]
</span></span></pre>
</div>
</div>

</body>
</html>