<!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>[181427] 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/181427">181427</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-03-11 21:53:11 -0700 (Wed, 11 Mar 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] Update test expectations after <a href="http://trac.webkit.org/projects/webkit/changeset/181408">r181408</a>.

Also update with more debug assertions.

* platform/win/TestExpectations:
* platform/win/fast/forms/input-auto-fill-button-expected.txt: Added.</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>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformwinfastformsinputautofillbuttonexpectedtxt">trunk/LayoutTests/platform/win/fast/forms/input-auto-fill-button-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (181426 => 181427)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-03-12 04:49:05 UTC (rev 181426)
+++ trunk/LayoutTests/ChangeLog        2015-03-12 04:53:11 UTC (rev 181427)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2015-03-11  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Update test expectations after r181408.
+
+        Also update with more debug assertions.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/forms/input-auto-fill-button-expected.txt: Added.
+
</ins><span class="cx"> 2015-03-11  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: CSS parser errors in the console should include column numbers
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (181426 => 181427)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-03-12 04:49:05 UTC (rev 181426)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-03-12 04:53:11 UTC (rev 181427)
</span><span class="lines">@@ -2490,6 +2490,7 @@
</span><span class="cx"> [ Debug ] editing/pasteboard/copy-paste-converts-fixed.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/pasteboard/copy-paste-converts-sticky.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/pasteboard/copy-paste-doesnt-convert-sticky-and-fixed-during-partial-copy.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] editing/pasteboard/copy-paste-first-line-in-textarea.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="lines">@@ -2497,6 +2498,7 @@
</span><span class="cx"> [ Debug ] editing/selection/4397952.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/4402375.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/4776665.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] editing/selection/4818145.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">@@ -2509,6 +2511,7 @@
</span><span class="cx"> [ Debug ] editing/selection/5131716-1.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/5131716-2.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/5131716-3.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] editing/selection/5131716-4.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">@@ -2523,6 +2526,7 @@
</span><span class="cx"> [ Debug ] editing/selection/inactive-selection.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/inline-closest-leaf-child.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] editing/selection/inline-table.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] editing/selection/internal-caret-rect.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">@@ -2547,6 +2551,7 @@
</span><span class="cx"> [ Debug ] fast/dom/attr-style-too-lazy.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/attribute-case-sensitivity2.xhtml [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/attr_dead_doc.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/dom/attribute-case-sensitivity.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="lines">@@ -2566,6 +2571,7 @@
</span><span class="cx"> [ Debug ] fast/dom/HTMLAnchorElement/set-href-attribute-search.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/HTMLAnchorElement/set-href-attribute-whitespace.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/HTMLAreaElement/area-islink-focus-null-ptr-crash.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.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">@@ -2578,12 +2584,14 @@
</span><span class="cx"> [ Debug ] fast/dom/HTMLDocument/object-by-name-or-id.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/HTMLDocument/object-by-name-unknown-child-element.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/HTMLDocument/object-with-same-id-and-name.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/dom/HTMLDocument/set-focus-on-valid-element.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="cx"> [ Debug ] fast/dom/htmlcollection-length-after-item.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/htmlcollection-non-html.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/dom/htmlcollection-protects-base.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/dom/icon-size-property.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] fast/events/autoscroll-in-textarea.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/autoscroll-in-textfield.html [ Skip ]
</span><span class="cx"> [ Debug ] fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html [ Skip ] # Crashing
</span><span class="lines">@@ -2606,6 +2614,7 @@
</span><span class="cx"> [ Debug ] fast/events/beforeload-iframe-crash.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/beforeload-input-time-crash.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/blur-focus-window-should-blur-focus-element.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/blur-remove-parent-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">@@ -2622,6 +2631,7 @@
</span><span class="cx"> [ Debug ] fast/events/context-onmousedown-event.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/contextmenu-scrolled-page-with-frame.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/controlclick-no-onclick.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/crash-on-mutate-during-drop.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">@@ -2638,6 +2648,7 @@
</span><span class="cx"> [ Debug ] fast/events/event-input-contentEditable.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/event-listener-html-non-html-confusion.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/event-listener-list-mutation.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/event-listener-map-rehash-crash.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">@@ -2653,6 +2664,7 @@
</span><span class="cx"> [ Debug ] fast/events/input-image-scrolled-x-y.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/input-tab-focus-no-duplicate-events.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/invalid-001.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/invalid-002.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">@@ -2673,6 +2685,7 @@
</span><span class="cx"> [ Debug ] fast/events/message-port-close.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/message-port-constructor-for-deleted-document.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/message-port-context-destroyed.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/message-port-deleted-document.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">@@ -2689,6 +2702,7 @@
</span><span class="cx"> [ Debug ] fast/events/mouseup-outside-document.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/move-element-with-wheel-and-touch-event-listeners.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/moving-text-should-fire-drop-and-dragend-events-2.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/moving-text-should-fire-drop-and-dragend-events.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">@@ -2704,6 +2718,7 @@
</span><span class="cx"> [ Debug ] fast/events/onerror-img-after-gc.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/onerror-no-constructor.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/onload-after-document-close-no-subresource.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/onload-after-document-close-with-subresource.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">@@ -2720,6 +2735,7 @@
</span><span class="cx"> [ Debug ] fast/events/popup-blocked-from-fake-user-gesture.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/popup-blocked-from-history-reload.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/events/popup-blocked-from-iframe-script.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/events/popup-blocked-from-iframe-src.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">@@ -2736,6 +2752,7 @@
</span><span class="cx"> [ Debug ] fast/forms/basic-selects.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/forms/basic-textareas-quirks-simple-lines.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/forms/basic-textareas-quirks.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/forms/basic-textareas-simple-lines.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">@@ -2752,6 +2769,7 @@
</span><span class="cx"> [ Debug ] fast/forms/radio/interactive-validation-required-radio.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/forms/radio/radio-attr-order.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/forms/radio/radio-button-no-change-event.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/forms/radio/radio-default-value.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">@@ -2775,6 +2793,7 @@
</span><span class="cx"> [ Debug ] fast/frames/frame-set-scaling-hit.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/frame-set-scaling-rotate.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/frame-set-scaling-skew.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/frames/frame-set-scaling.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">@@ -2791,6 +2810,7 @@
</span><span class="cx"> [ Debug ] fast/frames/modifications-in-subtree-unload.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/negative-remaining-length-crash.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/no-frame-borders.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/frames/onload-remove-iframe-crash.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">@@ -2801,6 +2821,7 @@
</span><span class="cx"> [ Debug ] fast/frames/srcdoc/srcdoc-defaults-to-standards-mode.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/srcdoc/srcdoc-loads-content.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/frames/srcdoc/srcdoc-urls.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/gradients/background-clipped.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">@@ -2817,6 +2838,7 @@
</span><span class="cx"> [ Debug ] fast/history/link-inside-not-inside-any.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/history/link-inside-not.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/history/multiple-classes-visited.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/history/nested-visited-test-complex.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">@@ -2835,6 +2857,7 @@
</span><span class="cx"> [ Debug ] fast/lists/001-vertical.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/lists/002.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/lists/002-vertical.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/lists/003-vertical.html [ Skip ] # Debug Assertion
</ins><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="cx"> [ Debug ] fast/loader/file-URL-with-port-number.html [ Skip ] # Crashing
</span><span class="lines">@@ -2848,6 +2871,7 @@
</span><span class="cx"> [ Debug ] fast/loader/frame-creation-removal.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/loader/frame-location-change-not-added-to-history.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/loader/frame-src-change-added-to-history.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/loader/frame-src-change-not-added-to-history.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">@@ -2864,6 +2888,7 @@
</span><span class="cx"> [ Debug ] fast/parser/adoption-agency-crash-03.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/parser/ampersand-escaped-parseXMLFragment.xhtml [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/parser/append-child-followed-by-document-write.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/parser/area-in-div.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">@@ -2889,6 +2914,7 @@
</span><span class="cx"> [ Debug ] fast/repaint/flexible-box-overflow.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/float-in-new-block-with-layout-delta.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/float-move-during-layout.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/repaint/float-new-in-block.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">@@ -2905,6 +2931,7 @@
</span><span class="cx"> [ Debug ] fast/repaint/transform-table-layout.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/transform-translate.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] fast/repaint/vertical-overflow-child.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] fast/repaint/vertical-overflow-parent.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">@@ -2929,6 +2956,8 @@
</span><span class="cx"> [ Debug ] http/tests/loading/text-content-type-with-binary-extension.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/loading/unfinished-load-back-to-cached-page-callbacks.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/loading/unfinished-main-resource-back-to-cached-page-callbacks.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/loading/load-javascript-after-many-xhrs.html [ Skip ] # Debug Assertion
+[ Debug ] http/tests/local/absolute-url-strip-whitespace.html [ Skip ] # Debug Assertion
</ins><span class="cx"> [ Debug ] http/tests/local/link-stylesheet-preferred.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] http/tests/local/style-access-before-stylesheet-loaded.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] http/tests/local/stylesheet-and-script-load-order-http.html [ Skip ] # Crashing
</span><span class="lines">@@ -2942,6 +2971,7 @@
</span><span class="cx"> [ Debug ] http/tests/mime/standard-mode-loads-stylesheet-with-charset-and-css-extension.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/mime/standard-mode-loads-stylesheet-with-charset.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/mime/standard-mode-loads-stylesheet-with-empty-content-type.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.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">@@ -2956,6 +2986,7 @@
</span><span class="cx"> [ Debug ] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/misc/object-image-error-with-onload.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/misc/object-image-error.html [ 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">@@ -2978,6 +3009,7 @@
</span><span class="cx"> [ Debug ] http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/security/javascriptURL/javascriptURL-in-new-iframe.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-to-javascript-url-sub-frame.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">@@ -2993,6 +3025,7 @@
</span><span class="cx"> [ Debug ] http/tests/security/xssAuditor/anchor-url-dom-write-location2.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL.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">@@ -3010,6 +3043,7 @@
</span><span class="cx"> [ Debug ] printing/no-content-empty-pages.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] printing/numberOfPages.html [ Skip ] # Debug Assertion
</span><span class="cx"> [ Debug ] printing/page-break-after-avoid.html [ Skip ] # Debug Assertion
</span><ins>+[ Debug ] printing/page-break-always.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></pre></div>
<a id="trunkLayoutTestsplatformwinfastformsinputautofillbuttonexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/win/fast/forms/input-auto-fill-button-expected.txt (0 => 181427)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/forms/input-auto-fill-button-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/win/fast/forms/input-auto-fill-button-expected.txt        2015-03-12 04:53:11 UTC (rev 181427)
</span><span class="lines">@@ -0,0 +1,37 @@
</span><ins>+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {P} at (0,0) size 784x18
+        RenderText {#text} at (0,0) size 490x18
+          text run at (0,0) width 490: &quot;This tests that the AutoFill button renders. It can only be tested in the test tool.&quot;
+      RenderBlock {DIV} at (0,34) size 784x25
+        RenderTextControl {INPUT} at (2,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (2,3) size 145x15
+            RenderBlock {DIV} at (0,0) size 129x15
+        RenderText {#text} at (153,3) size 4x18
+          text run at (153,3) width 4: &quot; &quot;
+        RenderTextControl {INPUT} at (159,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (2,3) size 145x15
+            RenderBlock {DIV} at (0,0) size 129x15
+        RenderText {#text} at (310,3) size 4x18
+          text run at (310,3) width 4: &quot; &quot;
+        RenderTextControl {INPUT} at (316,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+          RenderFlexibleBox {DIV} at (2,3) size 145x15
+            RenderBlock {DIV} at (0,0) size 129x15
+        RenderTextControl {INPUT} at (469,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+layer at (12,47) size 129x15
+  RenderBlock {DIV} at (0,0) size 129x15
+layer at (169,47) size 129x15
+  RenderBlock {DIV} at (0,0) size 129x15
+layer at (326,47) size 129x15
+  RenderBlock {DIV} at (0,0) size 129x15
+layer at (479,47) size 145x15
+  RenderBlock {DIV} at (2,3) size 145x15
+layer at (141,47) size 16x15
+  RenderImage {DIV} at (129,0) size 16x15
+layer at (298,47) size 16x15
+  RenderImage {DIV} at (129,0) size 16x15
+layer at (455,47) size 16x15
+  RenderImage {DIV} at (129,0) size 16x15
</ins></span></pre>
</div>
</div>

</body>
</html>