<!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>[173236] 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/173236">173236</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2014-09-03 15:26:34 -0700 (Wed, 03 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] Mark a number of passing tests.

* platform/win/TestExpectations: Update expectations based on passes
on multiple test bots.</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 (173235 => 173236)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-09-03 22:15:29 UTC (rev 173235)
+++ trunk/LayoutTests/ChangeLog        2014-09-03 22:26:34 UTC (rev 173236)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2014-09-03  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Mark a number of passing tests.
+
+        * platform/win/TestExpectations: Update expectations based on passes
+        on multiple test bots.
+
</ins><span class="cx"> 2014-09-03  Benjamin Poulain  &lt;benjamin@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Fix style invalidation of elements with multiple siblings dependencies
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (173235 => 173236)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2014-09-03 22:15:29 UTC (rev 173235)
+++ trunk/LayoutTests/platform/win/TestExpectations        2014-09-03 22:26:34 UTC (rev 173236)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> #
</span><del>-# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2013 Apple Inc. All rights reserved.
</del><ins>+# Copyright (C) 2007-2014 Apple Inc. All rights reserved.
</ins><span class="cx"> #
</span><span class="cx"> # Redistribution and use in source and binary forms, with or without
</span><span class="cx"> # modification, are permitted provided that the following conditions
</span><span class="lines">@@ -252,7 +252,6 @@
</span><span class="cx"> fast/files
</span><span class="cx"> http/tests/fileapi
</span><span class="cx"> fast/dom/DOMURL/check-instanceof-domurl-functions.html
</span><del>-fast/dom/window-domurl-crash.html [ Failure ]
</del><span class="cx"> fast/forms/file/recover-file-input-in-unposted-form.html
</span><span class="cx"> http/tests/security/contentSecurityPolicy/blob-urls-match-self.html
</span><span class="cx"> fast/workers/worker-domurl.html
</span><span class="lines">@@ -695,9 +694,7 @@
</span><span class="cx"> accessibility/color-well.html
</span><span class="cx"> 
</span><span class="cx"> # Failing Windows-only accessibility tests
</span><del>-webkit.org/b/127485 platform/win/accessibility/option-element-selection-and-focus-events.html [ Failure ]
</del><span class="cx"> webkit.org/b/127485 platform/win/accessibility/parent-element.html [ Failure ]
</span><del>-webkit.org/b/127485 platform/win/accessibility/select-element-valuechange-event.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Skipping on windows, missing implementation.
</span><span class="cx"> webkit.org/b/129250 accessibility/table-scope.html [ Skip ]
</span><span class="lines">@@ -784,9 +781,6 @@
</span><span class="cx"> webkit.org/b/24810 plugins/netscape-destroy-plugin-script-objects.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 plugins/netscape-plugin-setwindow-size-2.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 security/block-test.html [ Failure ]
</span><del>-webkit.org/b/24810 svg/W3C-SVG-1.1/animate-elem-30-t.svg [ Failure ]
-webkit.org/b/24810 svg/W3C-SVG-1.1/coords-viewattr-02-b.svg [ Failure ]
-webkit.org/b/24810 svg/W3C-SVG-1.1/render-elems-03-t.svg [ Failure ]
</del><span class="cx"> webkit.org/b/24810 svg/hixie/viewbox/preserveAspectRatio/001.xml [ Failure ]
</span><span class="cx"> webkit.org/b/24810 tables/mozilla/core/bloomberg.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 transforms/2d/zoom-menulist.html [ Failure ]
</span><span class="lines">@@ -909,9 +903,6 @@
</span><span class="cx"> # This test has never passed on Windows (https://bugs.webkit.org/show_bug.cgi?id=30234)
</span><span class="cx"> platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html
</span><span class="cx"> 
</span><del>-# Needs rebaseline
-js/dom/constructor-length.html [ Failure ]
-
</del><span class="cx"> # Need to add functionality to DumpRenderTree to handle error pages
</span><span class="cx"> fast/history/back-forward-reset-after-error-handling.html
</span><span class="cx"> 
</span><span class="lines">@@ -1006,7 +997,6 @@
</span><span class="cx"> webkit.org/b/35973 fast/multicol/hit-test-above-or-below.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Needs progress element support
</span><del>-webkit.org/b/49769 fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html [ Failure ]
</del><span class="cx"> webkit.org/b/49769 fast/dom/HTMLProgressElement [ Pass Failure ]
</span><span class="cx"> webkit.org/b/49769 fast/forms/form-attribute.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1042,13 +1032,11 @@
</span><span class="cx"> webkit.org/b/128981 canvas/philip/tests/2d.gradient.radial.inside3.html [ Failure ]
</span><span class="cx"> webkit.org/b/128981 [ Release ] canvas/philip/tests/2d.gradient.radial.outside1.html [ Failure ]
</span><span class="cx"> webkit.org/b/128981 canvas/philip/tests/2d.line.cap.closed.html [ Failure ]
</span><del>-webkit.org/b/128981 canvas/philip/tests/2d.line.miter.lineedge.html [ Failure ]
</del><span class="cx"> webkit.org/b/128981 canvas/philip/tests/2d.path.arcTo.collinear.2.html [ Failure ]
</span><span class="cx"> webkit.org/b/128981 canvas/philip/tests/2d.path.arcTo.collinear.3.html [ Failure ]
</span><span class="cx"> webkit.org/b/128981 canvas/philip/tests/2d.shadow.enable.blur.html [ Failure ]
</span><span class="cx"> webkit.org/b/128981 canvas/philip/tests/2d.shadow.enable.x.html [ Failure ]
</span><span class="cx"> webkit.org/b/128981 canvas/philip/tests/2d.shadow.enable.y.html [ Failure ]
</span><del>-webkit.org/b/128981 canvas/philip/tests/2d.strokeRect.zero.4.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Need to dump context menu items on eventSender.contextClick(true).
</span><span class="cx"> webkit.org/b/39104 editing/spelling/context-menu-suggestions.html [ Failure ]
</span><span class="lines">@@ -1761,8 +1749,6 @@
</span><span class="cx"> # As usual, DRT on Windows has problems knowing how to continue a test when focus moves to a popup window, in this case the file chooser
</span><span class="cx"> webkit.org/b/87469 fast/events/domactivate-sets-underlying-click-event-as-handled.html [ Pass Failure Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/95795 editing/style/apply-style-atomic.html [ Failure ]
-
</del><span class="cx"> # Flaky http/tests/security tests
</span><span class="cx"> webkit.org/b/95803 http/tests/security/local-image-from-remote-whitelisted.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/95803 http/tests/security/object-literals.html [ Pass Failure ]
</span><span class="lines">@@ -1846,7 +1832,6 @@
</span><span class="cx"> webkit.org/b/97026 editing/selection/select-from-textfield-outwards.html [ Failure ]
</span><span class="cx"> webkit.org/b/97026 editing/spelling/grammar-edit-word.html [ Failure ]
</span><span class="cx"> webkit.org/b/97026 fast/forms/state-restore-broken-state.html [ Failure ]
</span><del>-webkit.org/b/97026 fast/html/progress-user-modify.html [ Failure ]
</del><span class="cx"> webkit.org/b/97026 media/audio-controls-rendering.html [ Failure ]
</span><span class="cx"> webkit.org/b/97026 media/audio-repaint.html [ Failure ]
</span><span class="cx"> webkit.org/b/97026 media/controls-styling-strict.html [ Failure ]
</span><span class="lines">@@ -1976,7 +1961,6 @@
</span><span class="cx"> svg/W3C-SVG-1.1-SE/text-intro-02-b.svg [ Failure ]
</span><span class="cx"> svg/W3C-SVG-1.1-SE/text-intro-09-b.svg [ Failure ]
</span><span class="cx"> svg/W3C-SVG-1.1/extend-namespace-01-f.svg [ Failure ]
</span><del>-svg/batik/text/longTextOnPath.svg [ Failure ]
</del><span class="cx"> svg/text/bidi-text-anchor-direction.svg [ Failure ]
</span><span class="cx"> svg/text/font-size-below-point-five.svg [ Failure ]
</span><span class="cx"> tables/mozilla/bugs/bug1188.html [ Failure ]
</span><span class="lines">@@ -2016,7 +2000,6 @@
</span><span class="cx"> webkit.org/b/108370 editing/spelling/spelling-backspace-between-lines.html [ Failure ]
</span><span class="cx"> webkit.org/b/108370 editing/spelling/spelling-hasspellingmarker.html [ Failure ]
</span><span class="cx"> webkit.org/b/108370 editing/spelling/spelling-linebreak.html [ Failure ]
</span><del>-webkit.org/b/108370 editing/spelling/spelling-unified-emulation.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Disable document.register tests, ENABLE_CUSTOM_ELEMENT disabled
</span><span class="cx"> fast/dom/custom [ Skip ]
</span><span class="lines">@@ -2111,7 +2094,6 @@
</span><span class="cx"> webkit.org/b/116564 compositing/layer-creation/animation-overlap-with-children.html [ Failure ]
</span><span class="cx"> webkit.org/b/116564 editing/pasteboard/copy-without-selection.html [ Failure ]
</span><span class="cx"> webkit.org/b/116564 editing/pasteboard/get-data-text-plain-paste.html [ Pass Failure ]
</span><del>-webkit.org/b/116564 editing/pasteboard/onpaste-text-html.html [ Failure ]
</del><span class="cx"> webkit.org/b/116564 editing/selection/user-drag-element-and-user-select-none.html [ Failure ]
</span><span class="cx"> webkit.org/b/116564 editing/style/block-style-005.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/116564 fast/block/lineboxcontain/block-with-ideographs.xhtml [ Pass Failure ]
</span><span class="lines">@@ -2278,9 +2260,7 @@
</span><span class="cx"> fast/css/image-set-value-not-removed-crash.html [ Failure ]
</span><span class="cx"> fast/events/wheelevent-basic.html [ Failure ]
</span><span class="cx"> fast/events/wheelevent-constructor.html [ Failure ]
</span><del>-fast/forms/select/listbox-click-on-scrollbar.html [ Failure ]
</del><span class="cx"> fast/loader/file-protocol-fragment.html [ Failure ]
</span><del>-js/dom/exception-sequencing.html [ Failure ]
</del><span class="cx"> media/track/track-in-band-legacy-api.html [ Crash ]
</span><span class="cx"> media/track/track-in-band-mode.html [ Crash ]
</span><span class="cx"> security/block-test-no-port.html [ Failure ]
</span><span class="lines">@@ -2352,9 +2332,6 @@
</span><span class="cx"> webkit.org/b/125855 accessibility/aria-checked-mixed-value.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # Subpixel failures
</span><del>-# Subpixel: off-by-1 pixel rendering on mathml
-webkit.org/b/126897 mathml/presentation/bug95015.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Subpixel: misplaced zoomed svg content.
</span><span class="cx"> webkit.org/b/126900 svg/zoom/page/zoom-zoom-coords.xhtml [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2367,7 +2344,6 @@
</span><span class="cx"> # Subpixel rendering: borders are reporting float values.
</span><span class="cx"> webkit.org/b/128061 css1/units/length_units.html [ Failure ]
</span><span class="cx"> webkit.org/b/128061 fast/css/bidi-override-in-anonymous-block.html [ Failure ]
</span><del>-webkit.org/b/128061 fast/multicol/span/anonymous-style-inheritance.html [ Failure ]
</del><span class="cx"> webkit.org/b/128061 fast/repaint/repaint-during-scroll-with-zoom.html [ Failure ]
</span><span class="cx"> webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001.htm [ Failure ]
</span><span class="cx"> webkit.org/b/128061 ietestcenter/css3/bordersbackgrounds/border-radius-style-001.htm [ Failure ]
</span><span class="lines">@@ -2395,12 +2371,10 @@
</span><span class="cx"> webkit.org/b/128789 [ Debug ] js/regress/simple-getter-access.html [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="cx"> # Some very small image differences (~0.01-0.05%)
</span><del>-fast/forms/textarea-placeholder-set-attribute.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/128855 fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html [ ImageOnlyFailure ] 
</span><span class="cx"> webkit.org/b/128855 fast/regions/overflow/overflow-in-variable-width-regions-inline-bt.html [ ImageOnlyFailure ] 
</span><span class="cx"> webkit.org/b/128855 fast/regions/overflow/overflow-in-variable-width-regions-inline-continuation.html [ ImageOnlyFailure ] 
</span><span class="cx"> webkit.org/b/128855 fast/regions/overflow/overflow-in-variable-width-regions-inline.html [ ImageOnlyFailure ] 
</span><del>-webkit.org/b/128855 fast/regions/overflow/overflow-region-transform.html [ ImageOnlyFailure ] 
</del><span class="cx"> 
</span><span class="cx"> # Some region tests fail:
</span><span class="cx"> webkit.org/b/128855 fast/regions/subtree-with-vert-rl.html [ Pass Crash ] 
</span><span class="lines">@@ -2610,7 +2584,6 @@
</span><span class="cx"> editing/inserting/insert-after-delete-001.html [ Pass Failure ImageOnlyFailure ]
</span><span class="cx"> editing/inserting/insert-at-end-02.html [ Pass Timeout ]
</span><span class="cx"> editing/inserting/insert-br-quoted-001.html [ Pass Timeout ]
</span><del>-editing/inserting/insert-paste-bidi-control.html [ Failure ]
</del><span class="cx"> editing/inserting/insert-space-in-empty-doc.html [ Pass Timeout ]
</span><span class="cx"> editing/inserting/insert-tab-001.html [ Pass Failure ]
</span><span class="cx"> editing/inserting/typing-002.html [ Pass Timeout ]
</span><span class="lines">@@ -2692,9 +2665,6 @@
</span><span class="cx"> ietestcenter/css3/bordersbackgrounds [ Pass Failure Timeout ]
</span><span class="cx"> ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
</span><span class="cx"> ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
</span><del>-ietestcenter/css3/grid/grid-column-001.htm [ ImageOnlyFailure ]
-ietestcenter/css3/grid/grid-column-002.htm [ ImageOnlyFailure ]
-ietestcenter/css3/grid/grid-column-003.htm [ ImageOnlyFailure ]
</del><span class="cx"> ietestcenter/css3/multicolumn/column-containing-block-001.htm [ ImageOnlyFailure ]
</span><span class="cx"> ietestcenter/css3/multicolumn/column-containing-block-002.htm [ ImageOnlyFailure ]
</span><span class="cx"> ietestcenter/css3/multicolumn/column-filling-001.htm [ ImageOnlyFailure ]
</span><span class="lines">@@ -2715,11 +2685,9 @@
</span><span class="cx"> js/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.html [ Pass Timeout ]
</span><span class="cx"> js/dom/const.html [ Pass Timeout ]
</span><span class="cx"> js/dom/dfg-patchable-get-by-id-after-watchpoint.html [ Pass Timeout ]
</span><del>-js/dom/dfg-cross-global-object-inline-new-array.html [ Failure ]
</del><span class="cx"> js/dom/global-constructors-attributes-shared-worker.html [ Pass Timeout ]
</span><span class="cx"> js/kde/comment-1.html [ Pass Timeout ]
</span><span class="cx"> js/math.html [ Pass Failure ]
</span><del>-js/mozilla/strict/strict-this-is-not-truthy.html [ Failure ]
</del><span class="cx"> js/mozilla/strict/this-for-function-expression-recursion.html [ Pass Timeout ]
</span><span class="cx"> js/regress/for-of-iterate-array-keys.html [ Pass Failure Timeout ]
</span><span class="cx"> imported/w3c/html-templates/parsing-html-templates/additions-to-the-in-body-insertion-mode/start-tag-html.html [ Pass Timeout ]
</span><span class="lines">@@ -2746,7 +2714,6 @@
</span><span class="cx"> [ Debug ] fast/selectors/querySelector-id-with-multiple-elements-with-same-id.html [ Crash ]
</span><span class="cx"> 
</span><span class="cx"> # Reporting DRT output instead of text dump. Investigate!
</span><del>-editing/selection/modify-up-on-rtl-wrapping-text.html [ Failure ]
</del><span class="cx"> [ Debug ] ietestcenter/Javascript/15.2.3.2-2-4.html [ Failure ]
</span><span class="cx"> fast/canvas/canvas-isPointInPath-winding.html [ Pass Failure ]
</span><span class="cx"> fast/css/getComputedStyle/getComputedStyle-outline-shorthand.html [ Pass Failure ]
</span><span class="lines">@@ -2771,9 +2738,7 @@
</span><span class="cx"> fast/table/border-collapsing/cached-change-row-border-color.html [ Pass Timeout ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Regressions in svg/clip-path
</span><del>-webkit.org/b/128499 svg/clip-path/clip-path-content-use-005.svg [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/128499 svg/clip-path/clip-path-precision-001.svg [ ImageOnlyFailure ]
</span><del>-webkit.org/b/128499 svg/clip-path/clip-path-content-use-006.svg [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/129180 svg/clip-path/clip-path-on-svg-001.svg [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/129180 svg/clip-path/clip-path-on-svg-002.svg [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2785,7 +2750,6 @@
</span><span class="cx"> media/track/track-datacue-value.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # CRASHES
</span><del>-ietestcenter/Javascript/15.2.3.3-4-18.html [ Crash ]
</del><span class="cx"> fast/canvas/canvas-path-addPath.html [ Crash ]
</span><span class="cx"> 
</span><span class="cx"> # Missing references on Windows
</span><span class="lines">@@ -2793,7 +2757,6 @@
</span><span class="cx"> webkit.org/b/130322 mathml/opentype/opentype-stretchy.html [ Failure ]
</span><span class="cx"> webkit.org/b/130322 mathml/opentype/vertical.html [ Failure ]
</span><span class="cx"> webkit.org/b/72828 mathml/opentype/horizontal.html [ Failure ]
</span><del>-webkit.org/b/72828 mathml/opentype/opentype-stretchy-horizontal.html [ Failure ]
</del><span class="cx"> webkit.org/b/72828 mathml/opentype/horizontal-munderover.html [ Failure ]
</span><span class="cx"> webkit.org/b/119038 mathml/presentation/mo-stretch.html [ Failure ]
</span><span class="cx"> webkit.org/b/119038 mathml/presentation/roots.xhtml [ Failure ]
</span></span></pre>
</div>
</div>

</body>
</html>