<!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>[178061] 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/178061">178061</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-01-07 15:41:28 -0800 (Wed, 07 Jan 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] Unreviewed test gardening (writing-mode).

Rebaseline some of the writing-mode tests based on current WebKit behavior.

* platform/win/TestExpectations:
* platform/win/fast/writing-mode/fallback-orientation-expected.txt:
* platform/win/fast/writing-mode/vertical-font-fallback-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="#trunkLayoutTestsplatformwinfastwritingmodefallbackorientationexpectedtxt">trunk/LayoutTests/platform/win/fast/writing-mode/fallback-orientation-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastwritingmodeverticalfontfallbackexpectedtxt">trunk/LayoutTests/platform/win/fast/writing-mode/vertical-font-fallback-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (178060 => 178061)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-01-07 23:29:03 UTC (rev 178060)
+++ trunk/LayoutTests/ChangeLog        2015-01-07 23:41:28 UTC (rev 178061)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-01-07  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Unreviewed test gardening (writing-mode).
+
+        Rebaseline some of the writing-mode tests based on current WebKit behavior.
+
+        * platform/win/TestExpectations:
+        * platform/win/fast/writing-mode/fallback-orientation-expected.txt:
+        * platform/win/fast/writing-mode/vertical-font-fallback-expected.txt:
+
</ins><span class="cx"> 2015-01-07  Eric Carlson  &lt;eric.carlson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Layout Test http/tests/navigation/forward-and-cancel.html is flaky
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (178060 => 178061)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2015-01-07 23:29:03 UTC (rev 178060)
+++ trunk/LayoutTests/platform/win/TestExpectations        2015-01-07 23:41:28 UTC (rev 178061)
</span><span class="lines">@@ -88,26 +88,26 @@
</span><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/5075790&gt; Layout tests that depend on certain fonts don't match Mac results:
</span><span class="cx"> #                          - Mac OS X and Windows do not have an Arabic font in common
</span><del>-fast/text/international/bidi-AN-after-L.html
-fast/text/international/bidi-AN-after-empty-run.html
-fast/text/international/bidi-CS-after-AN.html
-fast/text/international/bidi-neutral-run.html
-fast/text/international/bidi-neutral-directionality-paragraph-start.html
</del><ins>+#fast/text/international/bidi-AN-after-L.html
+#fast/text/international/bidi-AN-after-empty-run.html
+#fast/text/international/bidi-CS-after-AN.html
+#fast/text/international/bidi-neutral-run.html
+#fast/text/international/bidi-neutral-directionality-paragraph-start.html
</ins><span class="cx"> svg/W3C-SVG-1.1/fonts-glyph-02-t.svg
</span><span class="cx"> svg/W3C-SVG-1.1/text-intro-05-t.svg
</span><span class="cx"> svg/text/text-intro-05-t.svg
</span><span class="cx"> #                           - Mac OS X and Windows do not have a CJK font in common
</span><span class="cx"> fast/encoding/denormalised-voiced-japanese-chars.html
</span><del>-fast/text/international/002.html
-fast/text/international/003.html
-fast/text/international/wrap-CJK-001.html
</del><ins>+#fast/text/international/002.html
+#fast/text/international/003.html
+#fast/text/international/wrap-CJK-001.html
</ins><span class="cx"> svg/W3C-SVG-1.1/text-fonts-01-t.svg
</span><span class="cx"> svg/text/text-fonts-01-t.svg
</span><span class="cx"> #                           - Windows does not have Geneva
</span><span class="cx"> svg/W3C-SVG-1.1/interact-cursor-01-f.svg
</span><span class="cx"> #                           - Mac OS X and Windows do not have a Thai font in common
</span><del>-fast/text/atsui-multiple-renderers.html
-fast/text/international/thai-line-breaks.html
</del><ins>+#fast/text/atsui-multiple-renderers.html
+#fast/text/international/thai-line-breaks.html
</ins><span class="cx"> #                           - Mac OS X and Windows do not have a Georgian font in common
</span><span class="cx"> css2.1/t1202-counter-09-b.html
</span><span class="cx"> css2.1/t1202-counters-09-b.html
</span><span class="lines">@@ -120,9 +120,9 @@
</span><span class="cx"> fast/css/text-overflow-ellipsis-strict.html
</span><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/5720592&gt; Width of certain complex text is off by one
</span><del>-fast/text/atsui-pointtooffset-calls-cg.html
-fast/text/cg-vs-atsui.html
-fast/text/atsui-spacing-features.html
</del><ins>+#fast/text/atsui-pointtooffset-calls-cg.html
+#fast/text/cg-vs-atsui.html
+#fast/text/atsui-spacing-features.html
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/98718 svg/animations/animate-css-xml-attributeType.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx"> fast/events/keydown-numpad-keys.html
</span><span class="cx"> 
</span><span class="cx"> # New test added for https://bugs.webkit.org/show_bug.cgi?id=98452 needs platform specific results
</span><del>-fast/text/vertical-rl-rtl-linebreak.html [ Failure ]
</del><ins>+#fast/text/vertical-rl-rtl-linebreak.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # The eqqivalent of option-tab doesn not exist in Boomer &lt;rdar://problem/5137230&gt;
</span><span class="cx"> fast/events/frame-tab-focus.html
</span><span class="lines">@@ -342,8 +342,8 @@
</span><span class="cx"> svg/custom/stroke-width-click.svg
</span><span class="cx"> 
</span><span class="cx"> # New results needed after r43759, see &lt;https://bugs.webkit.org/show_bug.cgi?id=25816&gt;
</span><del>-fast/text/international/danda-space.html
-fast/text/international/thai-baht-space.html
</del><ins>+#fast/text/international/danda-space.html
+#fast/text/international/thai-baht-space.html
</ins><span class="cx"> 
</span><span class="cx"> # Sensitive to load timing or PHP behavior (https://bugs.webkit.org/show_bug.cgi?id=44873)
</span><span class="cx"> http/tests/css/css-image-loading.html
</span><span class="lines">@@ -744,25 +744,25 @@
</span><span class="cx"> webkit.org/b/24810 fast/loader/stop-provisional-loads.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/replaced/border-radius-clip.html [ Failure ]
</span><span class="cx"> webkit.org/b/24810 fast/replaced/replaced-breaking.html [ Failure ]
</span><del>-webkit.org/b/24810 fast/text/bidi-embedding-pop-and-push-same.html [ Failure ]
-webkit.org/b/24810 fast/text/complex-text-opacity.html [ Failure ]
-webkit.org/b/24810 fast/text/drawBidiText.html [ Failure Timeout ]
</del><ins>+#webkit.org/b/24810 fast/text/bidi-embedding-pop-and-push-same.html [ Failure ]
+#webkit.org/b/24810 fast/text/complex-text-opacity.html [ Failure ]
+#webkit.org/b/24810 fast/text/drawBidiText.html [ Failure Timeout ]
</ins><span class="cx"> fast/text/emphasis-vertical.html [ Pass Failure ]
</span><span class="cx"> fast/text/emphasis.html [ Pass Failure ]
</span><span class="cx"> fast/text/fallback-traits-fixup.html [ Pass Failure ]
</span><del>-fast/text/hyphenate-first-word.html [ Failure ]
-fast/text/hyphenate-limit-before-after.html [ Failure ]
-fast/text/hyphenate-limit-lines.html [ Failure ]
-fast/text/hyphenate-locale.html [ Failure ]
-webkit.org/b/24810 fast/text/updateNewFont.html [ Failure ]
-webkit.org/b/24810 fast/text/international/bidi-linebreak-001.html [ Failure ]
-webkit.org/b/24810 fast/text/international/bidi-linebreak-002.html [ Failure ]
-webkit.org/b/24810 fast/text/international/bidi-linebreak-003.html [ Failure ]
-webkit.org/b/24810 fast/text/international/bidi-listbox-atsui.html [ Failure ]
-webkit.org/b/24810 fast/text/international/bidi-listbox.html [ Failure ]
-fast/text/international/combining-marks-position.html [ Failure ]
-webkit.org/b/24810 fast/text/international/hindi-spacing.html [ Failure ]
-fast/text/international/text-combine-image-test.html [ Failure ]
</del><ins>+#fast/text/hyphenate-first-word.html [ Failure ]
+#fast/text/hyphenate-limit-before-after.html [ Failure ]
+#fast/text/hyphenate-limit-lines.html [ Failure ]
+#fast/text/hyphenate-locale.html [ Failure ]
+#webkit.org/b/24810 fast/text/updateNewFont.html [ Failure ]
+#webkit.org/b/24810 fast/text/international/bidi-linebreak-001.html [ Failure ]
+#webkit.org/b/24810 fast/text/international/bidi-linebreak-002.html [ Failure ]
+#webkit.org/b/24810 fast/text/international/bidi-linebreak-003.html [ Failure ]
+#webkit.org/b/24810 fast/text/international/bidi-listbox-atsui.html [ Failure ]
+#webkit.org/b/24810 fast/text/international/bidi-listbox.html [ Failure ]
+#fast/text/international/combining-marks-position.html [ Failure ]
+#webkit.org/b/24810 fast/text/international/hindi-spacing.html [ Failure ]
+#fast/text/international/text-combine-image-test.html [ Failure ]
</ins><span class="cx"> fast/text/orientation-sideways.html [ Pass Failure ]
</span><span class="cx"> fast/text/unicode-variation-selector.html [ Pass Failure Crash ]
</span><span class="cx"> webkit.org/b/24810 http/tests/misc/window-dot-stop.html [ Failure ]
</span><span class="lines">@@ -802,9 +802,9 @@
</span><span class="cx"> ################################################################################
</span><span class="cx"> 
</span><span class="cx"> # Failures following r42379
</span><del>-fast/text/international/001.html [ Failure ]
-fast/text/international/hindi-whitespace.html [ Failure ]
-fast/text/international/khmer-selection.html [ Failure ]
</del><ins>+#fast/text/international/001.html [ Failure ]
+#fast/text/international/hindi-whitespace.html [ Failure ]
+#fast/text/international/khmer-selection.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # transitions/zero-duration-with-non-zero-delay-end.html sometimes fails on Windows
</span><span class="cx"> webkit.org/b/25188 transitions/zero-duration-with-non-zero-delay-end.html [ Pass Failure ]
</span><span class="lines">@@ -978,7 +978,7 @@
</span><span class="cx"> webkit.org/b/36002 scrollbars/scroll-rtl-or-bt-layer.html
</span><span class="cx"> 
</span><span class="cx"> # Windows port doesn't yet support rendering of non-BMP characters even though there's a font available.
</span><del>-fast/text/international/plane2.html
</del><ins>+#fast/text/international/plane2.html
</ins><span class="cx"> 
</span><span class="cx"> # Requires testRunner.setMediaType() and implementation
</span><span class="cx"> fast/media/print-restores-previous-mediatype.html
</span><span class="lines">@@ -1080,8 +1080,8 @@
</span><span class="cx"> printing/page-rule-selection.html
</span><span class="cx"> 
</span><span class="cx"> # Hyphenation is not implemented yet.
</span><del>-fast/text/hyphenate-character.html
-fast/text/hyphens.html
</del><ins>+#fast/text/hyphenate-character.html
+#fast/text/hyphens.html
</ins><span class="cx"> 
</span><span class="cx"> # DRT doesn't support showModalDialog https://bugs.webkit.org/show_bug.cgi?id=53675
</span><span class="cx"> fast/events/show-modal-dialog-onblur-onfocus.html
</span><span class="lines">@@ -1583,7 +1583,6 @@
</span><span class="cx"> fast/table/027.html
</span><span class="cx"> fast/table/027-vertical.html
</span><span class="cx"> fast/table/max-width-integer-overflow.html
</span><del>-fast/writing-mode/fallback-orientation.html
</del><span class="cx"> # media/controls-after-reload.html [ Failure ]
</span><span class="cx"> # media/controls-strict.html [ Failure ]
</span><span class="cx"> # media/controls-without-preload.html [ Failure ]
</span><span class="lines">@@ -1619,7 +1618,7 @@
</span><span class="cx"> fast/multicol/span/clone-flexbox.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # Skip tests in fast/text/shaping
</span><del>-fast/text/shaping [ Skip ]
</del><ins>+#fast/text/shaping [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # CSS image-orientation property not yet supported
</span><span class="cx"> fast/css/image-orientation/ [ Skip ]
</span><span class="lines">@@ -1668,8 +1667,7 @@
</span><span class="cx"> fast/forms/button-sizes.html [ Failure ]
</span><span class="cx"> fast/forms/button-style-color.html [ Failure ]
</span><span class="cx"> fast/forms/button-text-transform.html [ Failure ]
</span><del>-fast/writing-mode/broken-ideograph-small-caps.html [ Failure ]
-fast/writing-mode/vertical-font-fallback.html [ Failure ]
</del><ins>+webkit.org/b/140216 fast/writing-mode/broken-ideograph-small-caps.html [ Failure ]
</ins><span class="cx"> svg/custom/use-on-symbol-inside-pattern.svg [ Failure ]
</span><span class="cx"> svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures.html        [ ImageOnlyFailure ]
</span><span class="cx"> tables/mozilla/marvin/x_col_align_justify.xml [ ImageOnlyFailure ]
</span><span class="lines">@@ -1893,7 +1891,7 @@
</span><span class="cx"> compositing/tiling/tiled-layer-resize.html [ Failure ]
</span><span class="cx"> fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
</span><span class="cx"> fast/events/ime-composition-events-001.html [ Failure ]
</span><del>-fast/text/international/float-as-only-child-of-isolate-crash.html [ Failure ]
</del><ins>+#fast/text/international/float-as-only-child-of-isolate-crash.html [ Failure ]
</ins><span class="cx"> svg/css/shadow-changes.svg [ Failure ]
</span><span class="cx"> # End temporary skips
</span><span class="cx"> 
</span><span class="lines">@@ -1946,7 +1944,7 @@
</span><span class="cx"> webkit.org/b/112492 media/track/track-user-preferences.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> #These tests are flaky:
</span><del>-fast/text/international/bidi-menulist.html [ Failure ]
</del><ins>+#fast/text/international/bidi-menulist.html [ Failure ]
</ins><span class="cx"> fast/text/international/bidi-mirror-he-ar.html [ Pass Failure ]
</span><span class="cx"> fast/text/international/bold-bengali.html [ Pass Failure ]
</span><span class="cx"> fast/text/international/complex-character-based-fallback.html [ Pass ImageOnlyFailure Failure ]
</span><span class="lines">@@ -2020,7 +2018,7 @@
</span><span class="cx"> webkit.org/b/116564 fast/events/clientXY-in-zoom-and-scroll.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/116564 fast/events/remove-target-with-shadow-in-drag.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/116564 fast/overflow/infiniteRecursionGuard.html [ Pass Failure ]
</span><del>-webkit.org/b/116564 fast/text/text-combine-different-fonts.html [ Failure ]
</del><ins>+#webkit.org/b/116564 fast/text/text-combine-different-fonts.html [ Failure ]
</ins><span class="cx"> webkit.org/b/116564 fast/writing-mode/Kusa-Makura-background-canvas.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/116564 media/click-volume-bar-not-pausing.html [ Timeout ]
</span><span class="cx"> webkit.org/b/116564 transitions/svg-text-shadow-transition.html [ Failure ]
</span><span class="lines">@@ -2072,7 +2070,7 @@
</span><span class="cx"> webkit.org/b/117323 platform/win/plugins/windowless-paint-rect-coordinates.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Synthesized italics not supported
</span><del>-fast/text/international/synthesized-italic-vertical-latin.html [ Skip ]
</del><ins>+#fast/text/international/synthesized-italic-vertical-latin.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> # -webkit-user-select:all not supported
</span><span class="cx"> webkit.org/b/118740 editing/selection/user-select-all-image-with-single-click.html [ Failure ]
</span><span class="lines">@@ -2136,8 +2134,6 @@
</span><span class="cx"> webkit.org/b/121509 media/track/track-text-track-cue-list.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 media/audio-constructor-preload.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 fast/repaint/selection-rl.html        [ Skip ]
</span><del>-webkit.org/b/121509 fast/writing-mode/horizontal-bt-replaced-selection.html        [ Skip ]
-webkit.org/b/121509 fast/writing-mode/vertical-rl-replaced-selection.html        [ Skip ]
</del><span class="cx"> webkit.org/b/121509 fast/dom/Window/window-early-properties.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 fast/dom/MutationObserver/database-callback-delivery.html        [ Skip ]
</span><span class="cx"> webkit.org/b/121509 fast/dom/object-plugin-hides-properties.html        [ Skip ]
</span><span class="lines">@@ -2710,7 +2706,7 @@
</span><span class="cx"> fast/replaced/width100percent-radio.html [ Skip ]
</span><span class="cx"> fast/selectors/querySelector-window-inactive.html [ Skip ]
</span><span class="cx"> fast/selectors/read-only-read-write-input-basics.html [ Skip ]
</span><del>-fast/text/content-following-inline-isolate-with-collapsed-whitespace.html [ Skip ]
</del><ins>+#fast/text/content-following-inline-isolate-with-collapsed-whitespace.html [ Skip ]
</ins><span class="cx"> http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Skip ]
</span><span class="cx"> inspector-protocol/layers/layers-blending-compositing-reasons.html [ Skip ]
</span><span class="cx"> inspector/test-harness-trivially-works.html [ Skip ]
</span><span class="lines">@@ -2737,7 +2733,7 @@
</span><span class="cx"> fast/canvas/draw-focus-if-needed.html [ Skip ]
</span><span class="cx"> fast/forms/checkbox-appearance-change-by-checked.html [ Skip ]
</span><span class="cx"> fast/frames/lots-of-objects.html [ Skip ]
</span><del>-fast/text/indic.html [ Skip ]
</del><ins>+#fast/text/indic.html [ Skip ]
</ins><span class="cx"> fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Skip ]
</span><span class="cx"> ietestcenter/Javascript/12.10-2-2.html [ Skip ]
</span><span class="cx"> js/dom/non-object-proto.html [ Skip ]
</span><span class="lines">@@ -2748,7 +2744,7 @@
</span><span class="cx"> fast/borders/bidi-002.html [ Failure ]
</span><span class="cx"> fast/borders/bidi-009a.html [ Failure ]
</span><span class="cx"> fast/dom/rtl-scroll-to-leftmost-and-resize.html [ Timeout ]
</span><del>-fast/text/khmer-lao-font.html [ Failure ]
</del><ins>+#fast/text/khmer-lao-font.html [ Failure ]
</ins><span class="cx"> mathml/opentype/opentype-stretchy-horizontal.html [ Failure Crash ]
</span><span class="cx"> inspector/dom/content-node-region-info.html [ Crash Pass Failure Timeout ]
</span><span class="cx"> fast/overflow/overflow-height-float-not-removed-crash2.html [ Crash Pass ]
</span><span class="lines">@@ -2836,7 +2832,7 @@
</span><span class="cx"> fast/table/003.html [ Failure ]
</span><span class="cx"> fast/table/colspanMinWidth-vertical.html [ Failure ]
</span><span class="cx"> fast/table/colspanMinWidth.html [ Failure ]
</span><del>-fast/text/international/unicode-bidi-plaintext-in-textarea.html [ Failure ]
</del><ins>+#fast/text/international/unicode-bidi-plaintext-in-textarea.html [ Failure ]
</ins><span class="cx"> tables/mozilla/bugs/bug103533.html [ Failure ]
</span><span class="cx"> tables/mozilla/bugs/bug12384.html [ Failure ]
</span><span class="cx"> tables/mozilla/bugs/bug26178.html [ Failure ]
</span><span class="lines">@@ -2907,7 +2903,7 @@
</span><span class="cx"> webkit.org/b/137962 fast/invalid/014.html [ Failure ]
</span><span class="cx"> webkit.org/b/137962 fast/parser/document-write-option.html [ Failure ]
</span><span class="cx"> webkit.org/b/137962 fast/replaced/replaced-breaking-mixture.html [ Failure ]
</span><del>-webkit.org/b/137962 fast/text/international/pop-up-button-text-alignment-and-direction.html [ Failure ]
</del><ins>+#webkit.org/b/137962 fast/text/international/pop-up-button-text-alignment-and-direction.html [ Failure ]
</ins><span class="cx"> webkit.org/b/137962 tables/mozilla/bugs/bug18359.html [ Failure ]
</span><span class="cx"> webkit.org/b/137962 tables/mozilla/bugs/bug29326.html [ Failure ]
</span><span class="cx"> webkit.org/b/137962 tables/mozilla/bugs/bug33855.html [ Failure ]
</span><span class="lines">@@ -2938,7 +2934,7 @@
</span><span class="cx"> fast/regions/overflow/overflow-in-variable-width-regions-inline.html
</span><span class="cx"> fast/parser/bad-xml-slash.html [ Failure ]
</span><span class="cx"> svg/custom/foreign-object-skew.svg [ Failure ]
</span><del>-fast/text/backslash-to-yen-sign-euc.html [ Failure ]
</del><ins>+#fast/text/backslash-to-yen-sign-euc.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # Borders render too dark sometimes.
</span><span class="cx"> webkit.org/b/138041 fast/text/international/rtl-white-space-pre-wrap.html [ Failure ]
</span><span class="lines">@@ -3030,8 +3026,8 @@
</span><span class="cx"> fast/dom/Document/createElement-valid-names.html [ Crash ]
</span><span class="cx"> fast/lists/w3-css3-list-styles-numeric.html [ Crash ]
</span><span class="cx"> fast/parser/entities-in-xhtml.xhtml [ Crash ]
</span><del>-fast/text/midword-break-before-surrogate-pair-2.html [ Crash ]
-fast/text/regional-indicator-symobls.html [ Crash ]
</del><ins>+#fast/text/midword-break-before-surrogate-pair-2.html [ Crash ]
+#fast/text/regional-indicator-symobls.html [ Crash ]
</ins><span class="cx"> inspector-protocol/debugger/setBreakpoint-dfg.html [ Crash ]
</span><span class="cx"> mathml/opentype/munderover-layout-resize.html [ Crash ]
</span><span class="cx"> mathml/presentation/mo-invisible.html [ Crash ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastwritingmodefallbackorientationexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/writing-mode/fallback-orientation-expected.txt (178060 => 178061)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/writing-mode/fallback-orientation-expected.txt        2015-01-07 23:29:03 UTC (rev 178060)
+++ trunk/LayoutTests/platform/win/fast/writing-mode/fallback-orientation-expected.txt        2015-01-07 23:41:28 UTC (rev 178061)
</span><span class="lines">@@ -1,11 +1,11 @@
</span><del>-layer at (0,0) size 785x650
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x650
-  RenderBlock {HTML} at (0,0) size 785x650
-    RenderBody {BODY} at (8,8) size 769x634
-      RenderBlock {P} at (0,0) size 769x18
</del><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
</ins><span class="cx">         RenderText {#text} at (0,0) size 211x18
</span><span class="cx">           text run at (0,0) width 211: &quot;This should be pointing upwards:&quot;
</span><del>-      RenderBlock {DIV} at (0,34) size 92x600
</del><ins>+      RenderBlock {DIV} at (0,34) size 92x40
</ins><span class="cx">         RenderText {#text} at (0,0) size 92x40
</span><span class="cx">           text run at (0,0) width 40: &quot;\x{3008}&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastwritingmodeverticalfontfallbackexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/writing-mode/vertical-font-fallback-expected.txt (178060 => 178061)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/writing-mode/vertical-font-fallback-expected.txt        2015-01-07 23:29:03 UTC (rev 178060)
+++ trunk/LayoutTests/platform/win/fast/writing-mode/vertical-font-fallback-expected.txt        2015-01-07 23:41:28 UTC (rev 178061)
</span><span class="lines">@@ -4,17 +4,17 @@
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x377
</span><span class="cx">     RenderBody {BODY} at (50,50) size 700x277
</span><span class="cx">       RenderBlock {DIV} at (0,0) size 556x277 [bgcolor=#EEEEEE]
</span><del>-        RenderBlock {DIV} at (1,1) size 277x127 [bgcolor=#FFEEEE]
-          RenderBlock {P} at (14,28) size 249x22 [bgcolor=#FFAAAA] [border: (20px solid #FF8888) none (20px solid #FF8888)]
-            RenderText {#text} at (21,0) size 181x23
-              text run at (21,0) width 181: &quot;\x{7B2C}\x{4E00}\x{6BB5}\x{843D} paragraph 1&quot;
-          RenderBlock {P} at (14,77) size 249x22 [bgcolor=#FFAAAA] [border: (20px solid #FF8888) none (20px solid #FF8888)]
-            RenderText {#text} at (21,0) size 181x23
-              text run at (21,0) width 181: &quot;\x{7B2C}\x{4E8C}\x{6BB5}\x{843D} paragraph 2&quot;
</del><ins>+        RenderBlock {DIV} at (1,1) size 277x129 [bgcolor=#FFEEEE]
+          RenderBlock {P} at (14,28) size 249x23 [bgcolor=#FFAAAA] [border: none (20px solid #FF8888) none (20px solid #FF8888)]
+            RenderText {#text} at (21,-1) size 181x23
+              text run at (21,-1) width 181: &quot;\x{7B2C}\x{4E00}\x{6BB5}\x{843D} paragraph 1&quot;
+          RenderBlock {P} at (14,78) size 249x22 [bgcolor=#FFAAAA] [border: none (20px solid #FF8888) none (20px solid #FF8888)]
+            RenderText {#text} at (21,-1) size 181x23
+              text run at (21,-1) width 181: &quot;\x{7B2C}\x{4E8C}\x{6BB5}\x{843D} paragraph 2&quot;
</ins><span class="cx">         RenderBlock {DIV} at (278,1) size 277x275 [bgcolor=#FFFFEE]
</span><del>-          RenderBlock {P} at (14,28) size 62x219 [bgcolor=#FFAAAA] [border: (20px solid #FF8888) none (20px solid #FF8888)]
-            RenderText {#text} at (20,1) size 23x181
-              text run at (20,1) width 181: &quot;\x{7B2C}\x{4E00}\x{6BB5}\x{843D} paragraph 1&quot;
-          RenderBlock {P} at (89,28) size 62x219 [bgcolor=#FFAAAA] [border: (20px solid #FF8888) none (20px solid #FF8888)]
-            RenderText {#text} at (20,1) size 23x181
-              text run at (20,1) width 181: &quot;\x{7B2C}\x{4E8C}\x{6BB5}\x{843D} paragraph 2&quot;
</del><ins>+          RenderBlock {P} at (14,28) size 63x219 [bgcolor=#FFAAAA] [border: none (20px solid #FF8888) none (20px solid #FF8888)]
+            RenderText {#text} at (19,1) size 23x181
+              text run at (19,1) width 181: &quot;\x{7B2C}\x{4E00}\x{6BB5}\x{843D} paragraph 1&quot;
+          RenderBlock {P} at (90,28) size 63x219 [bgcolor=#FFAAAA] [border: none (20px solid #FF8888) none (20px solid #FF8888)]
+            RenderText {#text} at (19,1) size 23x181
+              text run at (19,1) width 181: &quot;\x{7B2C}\x{4E8C}\x{6BB5}\x{843D} paragraph 2&quot;
</ins></span></pre>
</div>
</div>

</body>
</html>