<!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>[180078] 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/180078">180078</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-02-13 14:11:58 -0800 (Fri, 13 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>       [Win] Document some debug asserts in Accessibility (Windows) tests.

* platform/win/TestExpectations:</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>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (180077 => 180078)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-02-13 22:00:45 UTC (rev 180077)
+++ trunk/LayoutTests/ChangeLog        2015-02-13 22:11:58 UTC (rev 180078)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2015-02-13  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+       [Win] Document some debug asserts in Accessibility (Windows) tests.
+
+        * platform/win/TestExpectations:
+
</ins><span class="cx"> 2015-02-13  Zalan Bujtas  &lt;zalan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION (r174761): Invalid cast in WebCore::lastRubyRun / WebCore::RenderRubyAsBlock::addChild
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (180077 => 180078)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-02-13 22:00:45 UTC (rev 180077)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-02-13 22:11:58 UTC (rev 180078)
</span><span class="lines">@@ -1280,20 +1280,34 @@
</span><span class="cx"> webkit.org/b/140798 [ Debug ] accessibility/fieldset-element.html [ Skip ] # Crash (Debug Assertion)
</span><span class="cx"> webkit.org/b/140798 [ Release ] accessibility/global-aria-attributes-invalidate-presentational.html [ Failure ]
</span><span class="cx"> webkit.org/b/140798 [ Debug ] accessibility/global-aria-attributes-invalidate-presentational.html [ Skip ] # Crash (Debug Assertion)
</span><del>-webkit.org/b/140798 accessibility/heading-crash-after-hidden.html [ Failure ]
-webkit.org/b/140798 accessibility/html-html-element-is-ignored.html [ Failure ]
-webkit.org/b/140798 accessibility/inline-block-assertion.html [ Failure ]
-webkit.org/b/140798 accessibility/input-type-hidden-in-aria-hidden-false.html [ Failure ]
-webkit.org/b/140798 accessibility/legend-children-are-visible.html [ Failure ]
-webkit.org/b/140798 accessibility/link-inside-button-accessible-text.html [ Failure ]
-webkit.org/b/140798 accessibility/list-detection.html [ Failure ]
-webkit.org/b/140798 accessibility/listitem-title.html [ Failure ]
-webkit.org/b/140798 accessibility/math-multiscript-attributes.html [ Failure ]
-webkit.org/b/140798 accessibility/math-text.html [ Failure ]
-webkit.org/b/140798 accessibility/negative-tabindex-does-not-expose-label.html [ Failure ]
-webkit.org/b/140798 accessibility/non-data-table-cell-title-ui-element.html [ Failure ]
-webkit.org/b/140798 accessibility/noscript-ignored.html [ Failure ]
-webkit.org/b/140798 accessibility/password-field-value.html [ Failure ]
</del><ins>+webkit.org/b/140798 [ Release ] accessibility/heading-crash-after-hidden.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/heading-crash-after-hidden.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/html-html-element-is-ignored.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/html-html-element-is-ignored.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/inline-block-assertion.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/inline-block-assertion.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/input-type-hidden-in-aria-hidden-false.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/input-type-hidden-in-aria-hidden-false.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/legend-children-are-visible.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/legend-children-are-visible.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/link-inside-button-accessible-text.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/link-inside-button-accessible-text.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/list-detection.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/list-detection.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/listitem-title.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/listitem-title.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/math-multiscript-attributes.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/math-multiscript-attributes.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/math-text.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/math-text.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/negative-tabindex-does-not-expose-label.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/negative-tabindex-does-not-expose-label.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/non-data-table-cell-title-ui-element.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/non-data-table-cell-title-ui-element.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/noscript-ignored.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/noscript-ignored.html [ Skip ] # Debug assertion
+webkit.org/b/140798 [ Release ] accessibility/password-field-value.html [ Failure ]
+webkit.org/b/140798 [ Debug ] accessibility/password-field-value.html [ Skip ] # Debug assertion
</ins><span class="cx"> webkit.org/b/140798 accessibility/poorly-formed-aria-table.html [ Failure ]
</span><span class="cx"> webkit.org/b/140798 accessibility/radio-button-group-members.html [ Failure ]
</span><span class="cx"> webkit.org/b/140798 accessibility/radio-button-title-label.html [ Failure ]
</span><span class="lines">@@ -1335,12 +1349,14 @@
</span><span class="cx"> webkit.org/b/140832 [ Debug ] accessibility/aria-slider-value-change.html [ Skip ] # Debug assertion
</span><span class="cx"> webkit.org/b/140832 [ Release ] accessibility/aria-slider-value.html [ Failure ]
</span><span class="cx"> webkit.org/b/140832 [ Debug ] accessibility/aria-slider-value.html [ Skip ] # Debug assertion
</span><del>-webkit.org/b/140832 accessibility/meter-element.html [ Failure ]
</del><ins>+webkit.org/b/140832 [ Release ] accessibility/meter-element.html [ Failure ]
+webkit.org/b/140832 [ Debug ] accessibility/meter-element.html [ Skip ] # Debug assertion
</ins><span class="cx"> webkit.org/b/140832 accessibility/progressbar.html [ Failure ]
</span><span class="cx"> webkit.org/b/140832 accessibility/range-alter-by-step.html [ Failure ]
</span><span class="cx"> webkit.org/b/140832 [ Release ] accessibility/aria-scrollbar-role.html [ Failure ]
</span><span class="cx"> webkit.org/b/140832 [ Debug ] accessibility/aria-scrollbar-role.html [ Skip ] # Debug assertion
</span><del>-webkit.org/b/140832 accessibility/notification-listeners.html [ Failure ]
</del><ins>+webkit.org/b/140832 [ Release ] accessibility/notification-listeners.html [ Failure ]
+webkit.org/b/140832 [ Debug ] accessibility/notification-listeners.html [ Skip ] # Debug assertion
</ins><span class="cx"> webkit.org/b/140832 [ Release ] accessibility/spinbutton-value.html [ Failure ]
</span><span class="cx"> webkit.org/b/140832 accessibility/svg-remote-element.html [ Failure ]
</span><span class="cx"> webkit.org/b/140832 accessibility/textarea-line-for-index.html [ Failure ]
</span><span class="lines">@@ -1349,7 +1365,8 @@
</span><span class="cx"> # TODO Need to implement global addNotificationListener in Windows DRT
</span><span class="cx"> accessibility/content-editable-as-textarea.html [ Skip ]
</span><span class="cx"> accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Skip ]
</span><del>-accessibility/loading-iframe-sends-notification.html [ Failure ]
</del><ins>+[ Release ] accessibility/loading-iframe-sends-notification.html [ Failure ]
+[ Debug ] accessibility/loading-iframe-sends-notification.html [ Skip ] # Debug assertion
</ins><span class="cx"> platform/win/accessibility/single-select-children-changed.html        [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/130011 accessibility/aria-setsize-posinset.html [ Skip ]
</span><span class="lines">@@ -1434,16 +1451,26 @@
</span><span class="cx"> webkit.org/b/140869 [ Debug ] accessibility/aria-combobox.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # The following failures have not been investigated.
</span><del>-accessibility/heading-level.html [ Failure ]
-accessibility/help-text.html [ Failure ]
-accessibility/html5-required-attribute.html [ Failure ]
-accessibility/image-link.html [ Failure ]
-accessibility/image-map2.html [ Failure ]
-accessibility/internal-link-anchors2.html [ Failure ]
-accessibility/language-attribute.html [ Pass Failure ]
-accessibility/lists.html [ Failure ]
-accessibility/onclick-handlers.html [ Failure ]
-accessibility/parent-delete.html [ Failure ]
</del><ins>+[ Release ] accessibility/heading-level.html [ Failure ]
+[ Debug ] accessibility/heading-level.html [ Skip ] # Debug assertion
+[ Release ] accessibility/help-text.html [ Failure ]
+[ Debug ] accessibility/help-text.html [ Skip ] # Debug assertion
+[ Release ] accessibility/html5-required-attribute.html [ Failure ]
+[ Debug ] accessibility/html5-required-attribute.html [ Skip ] # Debug assertion
+[ Release ] accessibility/image-link.html [ Failure ]
+[ Debug ] accessibility/image-link.html [ Skip ] # Debug assertion
+[ Release ] accessibility/image-map2.html [ Failure ]
+[ Debug ] accessibility/image-map2.html [ Skip ] # Debug assertion
+[ Release ] accessibility/internal-link-anchors2.html [ Failure ]
+[ Debug ] accessibility/internal-link-anchors2.html [ Skip ] # Debug assertion
+[ Release ] accessibility/language-attribute.html [ Pass Failure ]
+[ Debug ] accessibility/language-attribute.html [ Skip ] # Debug assertion
+[ Release ] accessibility/lists.html [ Failure ]
+[ Debug ] accessibility/lists.html [ Skip ] # Debug assertion
+[ Release ] accessibility/onclick-handlers.html [ Failure ]
+[ Debug ] accessibility/onclick-handlers.html [ Skip ] # Debug assertion
+[ Release ] accessibility/parent-delete.html [ Failure ]
+[ Debug ] accessibility/parent-delete.html [ Skip ] # Debug assertion
</ins><span class="cx"> accessibility/placeholder.html [ Failure ]
</span><span class="cx"> accessibility/plugin.html [ Failure ]
</span><span class="cx"> accessibility/press-target-uses-text-descendant-node.html [ Failure ]
</span><span class="lines">@@ -1489,6 +1516,30 @@
</span><span class="cx"> [ Debug ] accessibility/aria-checkbox-text.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] accessibility/anonymous-render-block-in-continuation-causes-crash.html [ Skip ] # Crashing
</span><span class="cx"> [ Debug ] accessibility/aria-labelledby-on-input.html [ Skip ] # Crashing
</span><ins>+
+[ Debug ] accessibility/paragraph-with-linebreaks.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/ignore-spacer-elements.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/nested-layout-crash.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/image-map1.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/nochildren-elements.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/inline-continuations.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/insert-selected-option-into-select-causes-crash.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/label-element-press.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/image-map-update-parent-crash.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/image-map-with-indirect-area-crash.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/input-image-alt.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/iframe-bastardization.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/image-link-inline-cont.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/img-fallsback-to-title.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/media-controls.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/listbox-enabled-states.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/non-native-image-crash.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/input-file-causes-crash.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/img-alt-tag-only-whitespace.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/image-with-alt-and-map.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/menu-item-crash.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/img-aria-button-alt-tag.html [ Skip ] # Debug assertion
+[ Debug ] accessibility/image-map-title-causes-crash.html [ Skip ] # Debug assertion
</ins><span class="cx"> ################################################################################
</span><span class="cx"> #######################   End Accessibility Issues   ###########################
</span><span class="cx"> ################################################################################
</span></span></pre>
</div>
</div>

</body>
</html>