<!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>[181021] 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/181021">181021</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-03-04 13:41:00 -0800 (Wed, 04 Mar 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] Rebaseline a few tests. Mark some failures.

* platform/win/TestExpectations:
* platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastattachmentattachmentdisabledrenderingexpectedtxt">trunk/LayoutTests/platform/win/fast/attachment/attachment-disabled-rendering-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (181020 => 181021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-03-04 21:35:11 UTC (rev 181020)
+++ trunk/LayoutTests/ChangeLog        2015-03-04 21:41:00 UTC (rev 181021)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2015-03-04  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Rebaseline a few tests. Mark some failures.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
+        * platform/win/js/dom/global-constructors-attributes-expected.txt:
+
</ins><span class="cx"> 2015-03-04  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Implement -apple-trailing-word: -apple-partially-balanced
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (181020 => 181021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-03-04 21:35:11 UTC (rev 181020)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-03-04 21:41:00 UTC (rev 181021)
</span><span class="lines">@@ -588,6 +588,10 @@
</span><span class="cx"> 
</span><span class="cx"> # TODO Impossible to test text-only-zoom from DRT on Windows
</span><span class="cx"> webkit.org/b/35013 svg/zoom/text/ [ Skip ]
</span><ins>+
+# TODO Attachment elements do not provide a custom renderer
+webkit.org/b/142260 fast/attachment/attachment-label-highlight.html [ Failure ]
+webkit.org/b/14260 fast/attachment/attachment-rendering.html [ Failure ]
</ins><span class="cx"> ################################################################################
</span><span class="cx"> ###########    End Missing Functionality Prevents Testing         ##############
</span><span class="cx"> ################################################################################
</span><span class="lines">@@ -2062,7 +2066,8 @@
</span><span class="cx"> webkit.org/b/140703 http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ]
</span><span class="cx"> webkit.org/b/140703 [ Release ] http/tests/loading/307-after-303-after-post.html [ Failure ]
</span><span class="cx"> webkit.org/b/140703 [ Debug ] http/tests/loading/307-after-303-after-post.html [ Skip ] # Debug Assertion
</span><del>-webkit.org/b/140703 http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html [ Failure ]
</del><ins>+webkit.org/b/140703 [ Release ] http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html [ Failure ]
+webkit.org/b/140703 [ Debug ] http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html [ Skip ] # Debug Assertion
</ins><span class="cx"> webkit.org/b/140703 [ Release ] http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure ]
</span><span class="cx"> webkit.org/b/140703 [ Debug ] http/tests/loading/basic-auth-resend-wrong-credentials.html [ Skip ] # Debug Assertion
</span><span class="cx"> webkit.org/b/140703 [ Release ] http/tests/loading/basic-credentials-sent-automatically.html [ Failure ]
</span><span class="lines">@@ -2475,10 +2480,12 @@
</span><span class="cx"> [ Debug ] editing/pasteboard/copy-paste-attachment.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/pasteboard/copy-paste-bidi.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/pasteboard/copy-paste-content-starting-and-ending-canvas.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] editing/pasteboard/copy-paste-converts-fixed.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] editing/selection/14971.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/3690703.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/3690703-2.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/3690719.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] editing/selection/4397952.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] editing/selection/5007143-2.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] editing/selection/5007143.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] editing/selection/5076323-1.html [ Skip ] # Debug Assertion
</span><span class="lines">@@ -2488,6 +2495,7 @@
</span><span class="cx"> [ Debug ] editing/selection/5081257-2.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/5099303.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/51344.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] editing/selection/5131716-1.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] editing/selection/6476.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] editing/selection/7152-1.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/7152-2.html [ Skip ] # Debug Assertion
</span><span class="lines">@@ -2499,6 +2507,7 @@
</span><span class="cx"> [ Debug ] editing/selection/home-inside-noneditable-table.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/iframe.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/image-before-linebreak.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] editing/selection/inactive-selection.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] editing/selection/select-all-textarea.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] editing/selection/select-all-user-select-none.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/select-bidi-run.html [ Skip ] # Debug Assertion
</span><span class="lines">@@ -2507,6 +2516,7 @@
</span><span class="cx"> [ Debug ] editing/selection/select-crash-002.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/select-element-paragraph-boundary.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/select-from-textfield-outwards.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] editing/selection/select-line-break-with-opposite-directionality.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/dom/adopt-node-crash.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/dom/adopt-node-prevented.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/dom/allowed-children.html [ Skip ] # Crashing
</span><span class="lines">@@ -2517,10 +2527,12 @@
</span><span class="cx"> [ Debug ] fast/dom/array-special-accessors-should-ignore-items.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/assign-to-prototype-accessor-on-prototype-should-be-silent.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/assign-to-window-status.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/dom/attr-style-too-lazy.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/dom/htmlallcollection-detached-node-children.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/dom/htmlallcollection-reachable.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/dom/htmlcollection-children-mutation.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/htmlcollection-namedItem.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/dom/htmlcollection-reachable.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/dom/HTMLAnchorElement/get-href-attribute-port.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/dom/HTMLAnchorElement/remove-rel-attribute.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/dom/HTMLAnchorElement/set-href-attribute-hash.html [ Skip ] # Crashing
</span><span class="lines">@@ -2531,6 +2543,7 @@
</span><span class="cx"> [ Debug ] fast/dom/HTMLAnchorElement/set-href-attribute-prevents-rebase.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/HTMLAnchorElement/set-href-attribute-rebase.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/dom/HTMLAnchorElement/set-href-attribute-search.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/dom/HTMLDocument/document-all.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/dom/HTMLDocument/document-open-return-value.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/dom/HTMLDocument/document-plugins.html [ Skip ] # Crashing
</span><span class="lines">@@ -2540,6 +2553,7 @@
</span><span class="cx"> [ Debug ] fast/dom/HTMLDocument/hasFocus-frameless-crash.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/HTMLDocument/named-item.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/HTMLDocument/named-item-multiple-match.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/dom/HTMLDocument/object-by-name-or-id.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/dom/htmlcollection-backwards-subtree-iteration.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/dom/htmlcollection-conversion-throws-exception.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/htmlcollection-detectability.html [ Skip ] # Debug Assertion
</span><span class="lines">@@ -2565,6 +2579,7 @@
</span><span class="cx"> [ Debug ] fast/events/before-unload-returnValue.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/before-unload-with-subframes.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/beforeload-assertion.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/beforeload-iframe-crash.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/events/change-overflow-on-overflow-change.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/check-defocus-event-order-when-triggered-by-tab.html [ Skip ] # Crashing
</span><span class="lines">@@ -2578,6 +2593,7 @@
</span><span class="cx"> [ Debug ] fast/events/content-changed-during-drop.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/context-no-deselect.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/context-nodrag.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/context-onmousedown-event.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/events/drag-parent-node.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/drag-selects-image.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/drag-text-with-clear.html [ Skip ] # Crashing
</span><span class="lines">@@ -2591,6 +2607,7 @@
</span><span class="cx"> [ Debug ] fast/events/event-fire-order.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/event-fired-after-removal.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/event-function-toString.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/event-input-contentEditable.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/events/gc-freeze-with-attribute-listeners.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/ghostly-mousemoves-in-subframe.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/iframe-object-onload.html [ Skip ] # Crashing
</span><span class="lines">@@ -2604,6 +2621,7 @@
</span><span class="cx"> [ Debug ] fast/events/input-element-display-none-in-dragleave-crash.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/input-focus-no-duplicate-events.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/input-image-scrolled-x-y.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/input-tab-focus-no-duplicate-events.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/events/keydown-keypress-focus-change.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/events/keydown-keypress-preventDefault.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/keydown-remove-frame.html [ Skip ] # Debug Assertion
</span><span class="lines">@@ -2621,6 +2639,7 @@
</span><span class="cx"> [ Debug ] fast/events/message-channel-gc-4.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/message-channel-listener-circular-ownership.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/message-port-clone.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/message-port-close.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/events/mousedown_in_scrollbar.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/mousedown-inside-dragstart-should-not-cause-crash.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/mouseenter-mouseleave-capture.html [ Skip ] # Crashing
</span><span class="lines">@@ -2634,6 +2653,7 @@
</span><span class="cx"> [ Debug ] fast/events/mouseover-mouseout2.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/mouseup-from-button2.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/mouseup-outside-button.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/mouseup-outside-document.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/events/onblur-remove.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/onchange-click-hang.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/onchange-passwordfield.html [ Skip ] # Crashing
</span><span class="lines">@@ -2646,6 +2666,7 @@
</span><span class="cx"> [ Debug ] fast/events/onclick-list-marker.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/ondragenter.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/onerror-bubbling.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/onerror-img-after-gc.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/events/page-scaled-mouse-click.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/page-visibility-null-view.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/pagehide-timeout.html [ Skip ] # Crashing
</span><span class="lines">@@ -2659,6 +2680,7 @@
</span><span class="cx"> [ Debug ] fast/events/popup-allowed-from-gesture-initiated-form-submit.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/popup-blocked-from-fake-button-click.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/popup-blocked-from-fake-focus.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/popup-blocked-from-fake-user-gesture.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/forms/autofocus-input-css-style-change.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/forms/autofocus-keygen.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/forms/autofocus-opera-001.html [ Skip ] # Crashing
</span><span class="lines">@@ -2672,6 +2694,7 @@
</span><span class="cx"> [ Debug ] fast/forms/autofocus-readonly-attribute.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/forms/basic-buttons.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/forms/basic-inputs.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/forms/basic-selects.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/forms/number/number-stepup-stepdown-from-renderer.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/forms/number/number-type-update-by-change-event.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/forms/number/number-validity-badinput.html [ Skip ] # Crashing
</span><span class="lines">@@ -2685,6 +2708,7 @@
</span><span class="cx"> [ Debug ] fast/forms/radio/ValidityState-valueMissing-radio.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/forms/radio/indeterminate-radio.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/forms/radio/input-radio-checked-tab.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/forms/radio/interactive-validation-required-radio.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/frames/flattening/iframe-flattening-simple.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/frames/flattening/iframe-tiny.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/frames/flattening/scrollable-flexbox-inside-iframe-with-zero-height-and-needs-full-repaint-crash.html [ Skip ] # Crashing
</span><span class="lines">@@ -2705,6 +2729,7 @@
</span><span class="cx"> [ Debug ] fast/frames/frame-set-same-src.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/frame-set-scaling-3d.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/frame-set-scaling-centered.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/frames/frame-set-scaling-hit.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/frames/iframe-with-frameborder.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/frames/inline-object-inside-frameset.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/frames/invalid-frameset-compute-edge.html [ Skip ] # Crashing
</span><span class="lines">@@ -2718,6 +2743,7 @@
</span><span class="cx"> [ Debug ] fast/frames/location-put-after-removal.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/lots-of-iframes.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/lots-of-objects.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/frames/modifications-in-subtree-unload.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/frames/srcdoc/reloading-a-srcdoc-document-loads-it-again.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/srcdoc/setting-src-does-nothing.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/srcdoc/setting-srcdoc-reloads-document.html [ Skip ] # Debug Assertion
</span><span class="lines">@@ -2725,6 +2751,7 @@
</span><span class="cx"> [ Debug ] fast/frames/srcdoc/srcdoc-beats-src-dom.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/srcdoc/srcdoc-can-be-in-qurks-mode.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/srcdoc/srcdoc-can-navigate.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/frames/srcdoc/srcdoc-defaults-to-standards-mode.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/history/form-submit-in-frame.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/history/forward-during-load.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/history/gesture-before-onload-form-submit.html [ Skip ] # Crashing
</span><span class="lines">@@ -2738,6 +2765,7 @@
</span><span class="cx"> [ Debug ] fast/history/history-traversal-is-asynchronous.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/history/history_reload.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/history/link-inside-any.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/history/link-inside-not-inside-any.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/images/animated-gif-webkit-transform.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/images/animated-gif-iframe-webkit-transform.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/line-grid/line-align-left-edges.html [ Skip ]
</span><span class="lines">@@ -2752,6 +2780,7 @@
</span><span class="cx"> [ Debug ] fast/line-grid/line-grid-parsing.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/line-grid/line-grid-positioned.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/line-grid/line-snap-parsing.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/lists/001.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/lists/001-vertical.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/loader/empty-embed-src-attribute.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/loader/external-script-URL-location.html [ Skip ]
</span><span class="lines">@@ -2763,6 +2792,7 @@
</span><span class="cx"> [ Debug ] fast/loader/form-submission-before-load-get.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/loader/form-submission-before-load-post.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/loader/form-submit-aborts-parsing.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/loader/frame-creation-removal.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/overflow/setting-scrollTop-after-hide-show.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/overflow/scrollbar-click-retains-focus.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/overflow/scrollbar-position-update.html [ Skip ]
</span><span class="lines">@@ -2776,6 +2806,7 @@
</span><span class="cx"> [ Debug ] fast/parser/001.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/parser/adoption-agency-crash-01.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/parser/adoption-agency-crash-02.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/parser/adoption-agency-crash-03.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/regions/subtree-with-vert-lr.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/regions/hover-content-inside-iframe-in-region.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/regions/subtree-with-vert-rl.html [ Skip ]
</span><span class="lines">@@ -2784,6 +2815,7 @@
</span><span class="cx"> [ Debug ] fast/repaint/absolute-position-changed.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] fast/repaint/absolute-position-moved.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/add-table-overpaint.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/repaint/animation-after-layer-scroll.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/repaint/fixed.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/fixed-move-after-scroll.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/repaint/fixed-position-transparency-with-overflow.html [ Skip ]
</span><span class="lines">@@ -2797,6 +2829,7 @@
</span><span class="cx"> [ Debug ] fast/repaint/fixed-to-relative-position-with-absolute-child.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/fixed-tranformed.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/flexible-box-overflow-horizontal.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/repaint/flexible-box-overflow.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/repaint/text-selection-rect-in-overflow.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/repaint/text-shadow-horizontal.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/repaint/text-shadow.html [ Skip ] # Crashing
</span><span class="lines">@@ -2810,6 +2843,7 @@
</span><span class="cx"> [ Debug ] fast/repaint/transform-repaint-descendants.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/transform-replaced-shadows.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/transform-rotate-and-remove.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/repaint/transform-table-layout.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] http/tests/cache/network-error-during-revalidation.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/canvas/webgl/origin-clean-conformance.html [ Skip ]
</span><span class="cx"> [ Debug ] http/tests/incremental/slow-utf8-css.html [ Skip ]
</span><span class="lines">@@ -2820,6 +2854,7 @@
</span><span class="cx"> [ Debug ] http/tests/loading/bad-scheme-subframe.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/loading/bad-server-subframe.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/loading/basic.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/loading/empty-subframe.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] http/tests/loading/preload-css-test.html [ Skip ]
</span><span class="cx"> [ Debug ] http/tests/loading/preload-slow-loading.php [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] http/tests/loading/redirect-with-no-location-crash.html [ Skip ] # Crashing
</span><span class="lines">@@ -2840,6 +2875,7 @@
</span><span class="cx"> [ Debug ] http/tests/mime/quoted-charset.php [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/mime/standard-mode-loads-stylesheet-with-charset-and-css-extension.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] http/tests/misc/javascript-url-stop-loaders.html [ Skip ]
</span><span class="cx"> [ Debug ] http/tests/misc/last-modified-parsing.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] http/tests/misc/location-origin.html [ Skip ] # Crashing
</span><span class="lines">@@ -2851,6 +2887,7 @@
</span><span class="cx"> [ Debug ] http/tests/misc/multiple-submit.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/misc/no-last-modified.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/misc/non-utf8-header-name.php [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] http/tests/navigation/location-assign-adds-history-item.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] http/tests/security/isolatedWorld/storage-prototype.html [ Skip ]
</span><span class="cx"> [ Debug ] http/tests/security/isolatedWorld/string-prototype.html [ Skip ] # Crashing
</span><span class="lines">@@ -2870,6 +2907,7 @@
</span><span class="cx"> [ Debug ] http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] http/tests/security/mixedContent/data-url-script-in-iframe.html [ Skip ]
</span><span class="cx"> [ Debug ] http/tests/security/originHeader/origin-header-for-data.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] http/tests/security/originHeader/origin-header-for-empty.html [ Skip ] # Crashing
</span><span class="lines">@@ -2882,6 +2920,7 @@
</span><span class="cx"> [ Debug ] http/tests/security/postMessage/origin-unaffected-by-base-tag.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/security/postMessage/origin-unaffected-by-document-domain.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/security/postMessage/target-origin.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/security/xssAuditor/anchor-url-dom-write-location2.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] http/tests/webgl/1.0.2/origin-clean-conformance.html [ Skip ]
</span><span class="cx"> [ Debug ] http/tests/webgl/1.0.2/texImage2DHTML.html [ Skip ]
</span><span class="cx"> [ Debug ] ietestcenter/css3/valuesandunits/units-000.htm [ Skip ]
</span><span class="lines">@@ -2896,6 +2935,7 @@
</span><span class="cx"> [ Debug ] platform/win/plugins/window-geometry-initialized-before-set-window.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] printing/allowed-page-breaks.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] printing/iframe-print.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] printing/no-content-empty-pages.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] svg/custom/list-items-with-svg-font-family.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] transforms/3d/general/perspective-non-layer.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -3254,8 +3294,6 @@
</span><span class="cx"> fast/regions/webkit-flow-renderer.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/writing-mode/invalid-first-region-with-writing-mode-2.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/writing-mode/invalid-first-region-with-writing-mode.html [ ImageOnlyFailure ]
</span><del>-[ Debug ] fast/repaint/animation-after-layer-scroll.html [ Failure ]
-
</del><span class="cx"> fast/regions/region-overflow-break.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/scrolling/wheel-scroll-abspos.html [ ImageOnlyFailure ]
</span><span class="cx"> fast/regions/scrolling/wheel-scroll.html [ ImageOnlyFailure ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastattachmentattachmentdisabledrenderingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/attachment/attachment-disabled-rendering-expected.txt (181020 => 181021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/attachment/attachment-disabled-rendering-expected.txt        2015-03-04 21:35:11 UTC (rev 181020)
+++ trunk/LayoutTests/platform/win/fast/attachment/attachment-disabled-rendering-expected.txt        2015-03-04 21:41:00 UTC (rev 181021)
</span><span class="lines">@@ -4,8 +4,8 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><del>-        RenderText {#text} at (0,0) size 766x18
-          text run at (0,0) width 766: &quot;This tests that attachments don't have a custom renderer when they are disabled. This test must be run in the test runner.&quot;
</del><ins>+        RenderText {#text} at (0,0) size 750x18
+          text run at (0,0) width 750: &quot;This tests that attachments don't have a custom renderer when they are disabled. This test must be run in the test runner.&quot;
</ins><span class="cx">       RenderBlock (anonymous) at (0,34) size 784x0
</span><span class="cx">         RenderBlock {ATTACHMENT} at (0,0) size 0x0
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt (181020 => 181021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt        2015-03-04 21:35:11 UTC (rev 181020)
+++ trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt        2015-03-04 21:41:00 UTC (rev 181021)
</span><span class="lines">@@ -313,6 +313,11 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').value is HTMLAttachmentElement
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').value is HTMLAudioElement
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('set') is false
</span></span></pre>
</div>
</div>

</body>
</html>