blob: 0507d22da3c51d5f4b1d8ede23c034bdecc93a45 [file] [log] [blame]
harakenb25744b2016-01-25 09:05:291# ====== Oilpan-only failures from here ======
2# Most of these actually cause the tests to report success, rather than
3# failure. Expected outputs will be adjusted for the better once Oilpan
4# has been well and truly enabled always.
5
6# With Oilpan, the parent pointer in the CSSRule hierarchy is
7# strong. This is the intended behavior.
8crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ]
9crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ]
10crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ]
11crbug.com/345655 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html [ Failure ]
12crbug.com/370906 fast/dom/StyleSheet/gc-declaration-parent-rule.html [ Failure ]
13
14# With Oilpan, parent pointers in the DOM tree do not
15# mysteriously disappear. This is the intended behavior.
16crbug.com/356658 fast/dom/gc-3.html [ Failure ]
17crbug.com/356658 fast/dom/gc-5.html [ Failure ]
18crbug.com/356658 fast/dom/gc-12.html [ Failure ]
19crbug.com/356658 crbug.com/356828 fast/dom/gc-dom-tree-lifetime.html [ Failure Timeout ]
20
dprankec975dce2016-03-06 02:33:0721crbug.com/501229 fast/forms/associatedFormControls-leak-nodes.html [ Failure Pass ]
harakenb25744b2016-01-25 09:05:2922
23crbug.com/417181 http/tests/xmlhttprequest/abort-on-changestate-headers-received.html [ Failure Pass ]
24
harakenb25744b2016-01-25 09:05:2925crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
Alexei Filippovffa6c992016-01-28 18:45:2526crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
dgozmand78b0252016-03-22 17:13:1327crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.html [ Pass Timeout ]
dgozmand55cd512016-03-28 16:22:3128crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-reload.html [ Pass Failure ]
harakenb25744b2016-01-25 09:05:2929
harakenf45bbf82016-01-26 00:15:3330crbug.com/569901 crbug.com/24182 [ Debug ] jquery/manipulation.html [ Timeout Failure Pass ]
31crbug.com/569901 [ Debug ] imported/web-platform-tests/html/syntax/parsing/html5lib_tests16.html [ Timeout Failure ]
32crbug.com/569901 [ Debug ] fast/dom/minor-dom-gc.html [ Timeout Failure ]
33crbug.com/569901 [ Debug ] imported/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-auto.html [ Timeout Failure ]
34crbug.com/569901 [ Debug ] imported/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-iframe-percentage.html [ Timeout Failure ]
35crbug.com/569901 [ Debug ] virtual/pointerevent/fast/events/touch/gesture/pad-gesture-fling.html [ Timeout Failure ]
36crbug.com/569901 [ Debug ] imported/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-fixed.html [ Timeout Failure ]
37crbug.com/569901 [ Debug ] imported/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-iframe-auto.html [ Timeout Failure ]
38crbug.com/569901 [ Debug ] imported/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-percentage.html [ Timeout Failure ]
39crbug.com/569901 [ Debug ] imported/web-platform-tests/html/syntax/parsing/html5lib_template.html [ Timeout Failure ]
40crbug.com/569901 [ Debug ] imported/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-iframe-fixed.html [ Timeout Failure ]
harakene67eef62016-01-29 09:03:5341crbug.com/569901 [ Debug ] fast/dom/StyleSheet/stylesheet-move-between-documents-crash.html [ Timeout ]
42crbug.com/569901 [ Debug ] imported/web-platform-tests/html/syntax/parsing/html5lib_doctype01.html [ Timeout ]
43crbug.com/569901 [ Debug ] fast/frames/cached-frame-counter.html [ Timeout ]
44crbug.com/569901 [ Debug ] http/tests/security/w3c/cross-origin-objects.html [ Timeout ]
haraken81111eb2016-01-25 15:39:1045
eae63f4a422016-04-08 09:02:5346crbug.com/299010 [ Win Linux ] fast/forms/text/text-font-height-mismatch.html [ Pass Failure ]
noel8a9e9162016-01-28 07:29:3647crbug.com/581990 [ Win ] fast/writing-mode/english-lr-text.html [ Pass Failure ]
noelcda481a2016-01-28 06:00:4648
noel158970d2016-01-28 11:53:3249# See also crbug.com/521730 for the these two text/emphasis tests (non-Oilpan) Win10 failures.
50crbug.com/574660 [ Win7 ] fast/text/emphasis-combined-text.html [ Pass Failure ]
noel158970d2016-01-28 11:53:3251
wangxianzhu3c4c8102016-04-12 05:41:4152# TODO(wangxianzhu): verify this after rebaseline for crbug.com/602483
53# crbug.com/584211 [ Mac ] svg/transforms/animated-path-inside-transformed-html.xhtml [ Pass Failure ]
vabr5ca63632016-02-04 12:10:3654
bokan3bd3454e2016-04-14 03:18:1255# This test violates lifecycle assertions.
56# Timeout because of crbug.com/603231
57crbug.com/372245 media/track/track-word-breaking.html [ Crash Timeout ]
58
harakenb25744b2016-01-25 09:05:2959# ====== Oilpan-only failures until here ======
60
wangxianzhu45b99fa12015-09-25 18:25:3161# Run these tests with under virtual/spv2 only.
62crbug.com/524134 paint/invalidation/spv2 [ Skip ]
[email protected]f15aa762015-08-26 22:21:1263
Walter Korman9265ee3e2016-03-02 19:06:1464# Run these tests with under virtual/scalefactor... only.
65crbug.com/567837 fast/hidpi/static [ Skip ]
66
yosin019a65d2015-12-01 04:51:1067# TODO(yosin): We should convert following tests to use asynchronous spell checker.
68crbug.com/563265 editing/spelling/context-menu-suggestions.html [ Skip ]
69crbug.com/563265 editing/spelling/spellcheck-editable-on-focus-multiframe.html [ Skip ]
70crbug.com/563265 editing/spelling/spellcheck-editable-on-focus-sync.html [ Skip ]
71crbug.com/563265 editing/spelling/spelling-unified-emulation.html [ Skip ]
72
[email protected]f0d46a7d2015-08-27 20:53:1073# TODO(wangxianzhu): Triage the failures
[email protected]f0d46a7d2015-08-27 20:53:1074crbug.com/524134 virtual/spv2/paint/invalidation/invalidate-after-composited-scroll.html [ Failure ]
ojandb6cbb92015-10-16 02:07:5075crbug.com/524134 crbug.com/539546 virtual/spv2/paint/selection/text-selection-drag.html [ Pass Failure ]
ojandb6cbb92015-10-16 02:07:5076crbug.com/524134 virtual/spv2/paint/invalidation/spv2/focus-ring-on-continuation-move.html [ Failure ]
[email protected]f0d46a7d2015-08-27 20:53:1077
wangxianzhu45b99fa12015-09-25 18:25:3178crbug.com/524236 virtual/spv2/paint/invalidation/spv2/clipping-should-not-repaint-composited-descendants-as-text.html [ Failure ]
79crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scroll-fixed-layer-no-content-as-text.html [ Failure ]
80crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scroll-fixed-layer-out-of-view-as-text.html [ Failure ]
81crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scroll-fixed-squahed-layer-as-text.html [ Failure ]
82crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-descendants-on-overflow-change-as-text.html [ Failure ]
83crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-descendants-as-text.html [ Failure ]
84crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-filter-as-text.html [ Failure ]
85crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-opacity-as-text.html [ Failure ]
86crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-transform-as-text.html [ Failure ]
87crbug.com/524236 virtual/spv2/paint/invalidation/spv2/absolute-layer-specified-left-or-right-auto-width-moved-vertically-as-text.html [ Failure ]
88crbug.com/524236 virtual/spv2/paint/invalidation/spv2/invalidate-after-composited-scroll-as-text.html [ Failure ]
89crbug.com/524236 virtual/spv2/paint/invalidation/spv2/clip-path-constant-repaint-as-text.html [ Failure ]
90crbug.com/524236 virtual/spv2/paint/invalidation/spv2/relative-positioned-movement-repaint-as-text.html [ Failure ]
91crbug.com/524236 virtual/spv2/paint/invalidation/spv2/repaint-tile-clipped-as-text.html [ Failure ]
92crbug.com/524236 virtual/spv2/paint/invalidation/spv2/updating-scrolling-content-as-text.html [ Failure ]
93crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scrolling-without-painting-as-text.html [ Failure ]
[email protected]9180d4b2015-09-04 18:37:2394
ojandb6cbb92015-10-16 02:07:5095crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-cell-append.html [ Failure ]
96crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-cell-remove.html [ Failure ]
97crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-cell-border-width.html [ Failure ]
98crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-col-border-width.html [ Failure ]
99crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-colgroup-border-width.html [ Failure ]
100crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-row-border-width.html [ Failure ]
101crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-table-border-width.html [ Failure ]
102crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-tbody-border-width.html [ Failure ]
[email protected]f0d46a7d2015-08-27 20:53:10103
Dirk Pranke55fc6412016-02-25 03:47:43104crbug.com/537172 [ Win10 ] virtual/spv2/paint/invalidation/spv2/background-image-paint-invalidation.html [ Failure ]
105crbug.com/564443 [ Mac10.9 Mac10.10 Win7 Linux ] virtual/spv2/paint/invalidation/spv2/background-image-paint-invalidation.html [ Failure Pass ]
tasakd163797d2015-09-29 11:23:21106
[email protected]f0d46a7d2015-08-27 20:53:10107crbug.com/504613 crbug.com/524248 paint/images/image-backgrounds-not-antialiased.html [ Skip ]
108crbug.com/504613 crbug.com/524248 virtual/spv2/paint/images/image-backgrounds-not-antialiased.html [ Skip ]
ojandb6cbb92015-10-16 02:07:50109crbug.com/502531 fast/borders/border-antialiasing.html [ Failure ]
[email protected]9c350692015-06-10 01:41:42110
junovf3a746d2015-10-03 02:04:15111crbug.com/538697 [ Win7 Debug ] virtual/threaded/printing/webgl-oversized-printing.html [ Crash ]
112crbug.com/538697 [ Win7 Debug ] printing/webgl-oversized-printing.html [ Crash ]
113
junov3e810322016-03-14 22:10:19114# Expected to fail until OffscreenCanvas can render on the gpu
115crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-strokeRect-in-worker.html [ Failure ]
xlai743ca082016-03-22 16:36:50116crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-paths-in-worker.html [ Failure ]
xlai1b697942016-04-05 16:18:22117crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-transform-shadow-in-worker.html [ Failure ]
junov3e810322016-03-14 22:10:19118
ojandb6cbb92015-10-16 02:07:50119crbug.com/417782 [ Linux Win ] virtual/rootlayerscrolls/fast/scrolling/fractional-scroll-offset-fixed-position-non-composited.html [ Failure ]
wkormana9c815512016-01-27 03:18:59120crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-rel-pos-vlr-005.xht [ Failure ]
121crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-rel-pos-vrl-004.xht [ Failure ]
ojandb6cbb92015-10-16 02:07:50122crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-embed-002.html [ Failure ]
123crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-isolate-002.html [ Failure ]
124crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-override-005.html [ Failure ]
125crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-plaintext-001.html [ Failure ]
ojandb6cbb92015-10-16 02:07:50126crbug.com/463358 [ Mac Linux Debug ] fast/backgrounds/transformed-body-html-background.html [ Failure ]
127crbug.com/463358 [ Mac Linux Debug ] css3/masking/clip-path-polygon-nonzero.html [ Failure ]
Emil A Eklundc86457b2015-10-18 22:55:59128crbug.com/463358 [ Mac Linux ] fast/transforms/transformed-caret.html [ Pass Failure ]
ojandb6cbb92015-10-16 02:07:50129crbug.com/463358 [ Mac Linux Debug ] fast/backgrounds/transformed-body-background.html [ Failure ]
ojandb6cbb92015-10-16 02:07:50130crbug.com/463358 [ Mac Linux Debug ] css3/masking/clip-path-polygon.html [ Failure ]
eae63f4a422016-04-08 09:02:53131crbug.com/463358 [ Mac Linux ] svg/W3C-SVG-1.1/paths-data-02-t.svg [ Pass Failure ]
[email protected]0b679e82015-08-06 04:55:33132
133crbug.com/267206 [ Mac ] virtual/rootlayerscrolls/fast/scrolling/scrollbar-tickmarks-hittest.html [ Timeout ]
[email protected]9f98f4e2015-08-08 01:05:10134
kojii6796327f32016-02-01 07:17:57135crbug.com/582836 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/variables/variable-font-face-01.html [ Failure ]
136crbug.com/582836 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/variables/variable-font-face-02.html [ Failure ]
leviw6a5f6be2015-11-04 03:32:56137
[email protected]da8b83d52015-08-11 02:36:55138crbug.com/280342 [ Linux Win ] http/tests/media/progress-events-generated-correctly.html [ Failure ]
[email protected]48600d02015-08-12 18:34:47139
[email protected]346ef412015-08-13 23:25:44140crbug.com/520739 [ Mac ] http/tests/websocket/close-code-and-reason.html [ Failure Pass Timeout ]
ojandb6cbb92015-10-16 02:07:50141crbug.com/520737 [ Mac ] imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-001.xht [ Failure Pass Timeout ]
[email protected]346ef412015-08-13 23:25:44142crbug.com/520736 [ Win7 ] media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ]
143
fs0c39a6f2016-04-14 21:58:00144crbug.com/602606 svg/W3C-SVG-1.1/styling-css-02-b.svg [ NeedsRebaseline ]
145crbug.com/602606 svg/W3C-SVG-1.1/text-align-08-b.svg [ NeedsRebaseline ]
146crbug.com/602606 svg/W3C-SVG-1.1/text-tselect-02-f.svg [ NeedsRebaseline ]
147crbug.com/602606 svg/W3C-SVG-1.1/text-ws-01-t.svg [ NeedsRebaseline ]
148crbug.com/602606 svg/custom/invalid-text-content.svg [ NeedsRebaseline ]
149crbug.com/602606 svg/custom/text-whitespace-handling.svg [ NeedsRebaseline ]
150crbug.com/602606 svg/text/text-selection-tselect-02-f.svg [ NeedsRebaseline ]
151crbug.com/602606 svg/text/text-selection-ws-01-t.svg [ NeedsRebaseline ]
152crbug.com/602606 svg/text/textPathBoundsBug.svg [ NeedsRebaseline ]
153
yurys52ce8632015-11-30 19:46:25154crbug.com/563650 inspector/elements/css-rule-hover-highlights-selectors.html [ Pass Failure ]
fmalita6af83332015-12-02 19:40:35155
[email protected]19f18b92015-08-19 20:26:28156crbug.com/522641 inspector/elements/styles-4/styles-update-links.html [ Pass Timeout ]
ojandb6cbb92015-10-16 02:07:50157crbug.com/522645 [ Linux ] virtual/android/fullscreen/video-fixed-background.html [ Failure Pass ]
[email protected]19f18b92015-08-19 20:26:28158crbug.com/522647 http/tests/notifications/close-dispatch-asynchronous.html [ Failure Pass ]
159crbug.com/522648 fast/events/touch/compositor-touch-hit-rects-iframes.html [ Crash Failure Pass ]
[email protected]ca6754d2015-08-18 00:47:29160crbug.com/521858 [ Win7 ] http/tests/security/media-element-audio-source-node-same-origin.html [ Failure Pass ]
[email protected]ca6754d2015-08-18 00:47:29161crbug.com/521855 transitions/cancel-and-start-new.html [ Failure Pass ]
[email protected]ca6754d2015-08-18 00:47:29162crbug.com/521853 [ Win ] http/tests/inspector/search/sources-search-scope.html [ Failure Pass ]
[email protected]ff724632015-08-14 20:30:23163crbug.com/521084 animations/additive-transform-animations.html [ Pass Timeout ]
[email protected]ff724632015-08-14 20:30:23164crbug.com/521086 fast/cookies/cookies-disabled-in-data-url.html [ Crash Pass Timeout ]
[email protected]ff724632015-08-14 20:30:23165crbug.com/521089 [ Precise ] fast/preloader/image.html [ Failure Pass ]
166crbug.com/521090 [ Mac Win ] http/tests/history/post-replace-state-reload.html [ Crash Failure Pass ]
[email protected]19f18b92015-08-19 20:26:28167crbug.com/521091 http/tests/inspector/elements/styles/selector-line-sourcemap-header.html [ Crash Failure Timeout Pass ]
[email protected]ff724632015-08-14 20:30:23168crbug.com/521093 http/tests/loading/pdf-commit-load-callbacks.html [ Failure Pass ]
169crbug.com/521094 [ Mac ] http/tests/navigation/beacon-cross-origin.https.html [ Crash Failure Pass ]
170crbug.com/521096 imported/web-platform-tests/webstorage/event_case_sensitive.html [ Failure Pass ]
[email protected]ff724632015-08-14 20:30:23171crbug.com/521107 [ Debug ] fast/html/imports/import-custom-element-abort.html [ Crash Pass ]
[email protected]48600d02015-08-12 18:34:47172crbug.com/520166 compositing/overflow/do-not-repaint-if-scrolling-composited-layers.html [ Failure Pass ]
[email protected]48600d02015-08-12 18:34:47173crbug.com/520169 [ Win ] fast/dom/Geolocation/timestamp.html [ Failure Pass ]
174crbug.com/520170 [ Win ] fast/dom/timer-throttling-hidden-page.html [ Failure Pass ]
[email protected]48600d02015-08-12 18:34:47175crbug.com/520174 fast/events/message-port-start-and-close-different-microtask.html [ Failure Pass ]
[email protected]48600d02015-08-12 18:34:47176crbug.com/520177 [ Android ] fast/images/style-access-during-imageChanged-crash.html [ Crash Pass ]
[email protected]48600d02015-08-12 18:34:47177crbug.com/520179 fast/preloader/document-write-noscript.html [ Failure Pass ]
178crbug.com/520180 [ Linux ] fast/text/basic/001.html [ Pass Timeout ]
[email protected]20ba2c9d2015-08-18 17:11:13179crbug.com/520183 http/tests/fouc/scroll-left-while-loading.html [ Pass Timeout ]
[email protected]48600d02015-08-12 18:34:47180crbug.com/520184 http/tests/history/frameset-repeated-name.html [ Failure Pass ]
[email protected]48600d02015-08-12 18:34:47181crbug.com/520187 [ Linux Win ] http/tests/loading/bad-scheme-subframe.html [ Failure Pass ]
182crbug.com/520188 [ Win ] http/tests/local/fileapi/file-last-modified-after-delete.html [ Failure Pass ]
[email protected]48600d02015-08-12 18:34:47183crbug.com/520191 http/tests/security/mixedContent/strict-mode-via-pref-image-blocked.https.html [ Failure Pass ]
[email protected]a536a7d2015-08-13 18:17:07184crbug.com/520611 [ Debug ] fast/filesystem/workers/file-writer-events-shared-worker.html [ Failure Pass ]
185crbug.com/520612 [ Linux ] fullscreen/anonymous-block-merge-crash.html [ Pass Timeout ]
186crbug.com/520613 http/tests/cache/freshness-header.html [ Failure Pass ]
187crbug.com/520614 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction.html [ Failure Pass ]
wkormana9c815512016-01-27 03:18:59188crbug.com/520619 [ Android Mac Linux Win7 ] webexposed/global-interface-listing.html [ Pass Timeout ]
[email protected]48600d02015-08-12 18:34:47189crbug.com/520194 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html [ Failure Pass ]
[email protected]da8b83d52015-08-11 02:36:55190crbug.com/518967 [ Win7 ] http/tests/htmlimports/csp-import-block-but-nonce-nested.html [ Failure Pass Timeout ]
191crbug.com/448461 http/tests/loading/simple-subframe.html [ Failure Pass Timeout ]
192crbug.com/339597 http/tests/navigation/back-to-redirect-with-frame.php [ Pass Timeout ]
193crbug.com/473718 http/tests/navigation/beacon-cross-origin-redirect.html [ Failure Pass ]
[email protected]cd4e7d62015-09-03 19:19:31194
195crbug.com/410974 fast/scroll-behavior/scroll-customization/scrollstate-basic.html [ Pass Failure ]
196crbug.com/410974 fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas.html [ Pass Failure ]
197crbug.com/410974 fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas-throw.html [ Pass Failure ]
198crbug.com/410974 fast/scroll-behavior/scroll-customization/scrollstate-distribute-to-scroll-chain-descendant.html [ Pass Failure ]
199crbug.com/410974 fast/scroll-behavior/scroll-customization/touch-scroll-customization.html [ Pass Failure ]
200
201crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/scrollstate-basic.html [ Pass Failure ]
202crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas.html [ Pass Failure ]
203crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas-throw.html [ Pass Failure ]
204crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/scrollstate-distribute-to-scroll-chain-descendant.html [ Pass Failure ]
205crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html [ Pass Failure ]
206
[email protected]da8b83d52015-08-11 02:36:55207crbug.com/381730 http/tests/navigation/pending-location-change-assert.html [ Failure Pass ]
[email protected]da8b83d52015-08-11 02:36:55208crbug.com/518883 crbug.com/390452 http/tests/security/isolatedWorld/media-query-wrapper-leaks.html [ Failure Pass Timeout ]
[email protected]da8b83d52015-08-11 02:36:55209crbug.com/518987 http/tests/xmlhttprequest/navigation-abort-detaches-frame.html [ Pass Timeout ]
210crbug.com/518988 [ Win7 ] http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html [ Failure Pass ]
ojandb6cbb92015-10-16 02:07:50211crbug.com/518989 [ Mac ] imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-002.xht [ Failure Pass Timeout ]
[email protected]da8b83d52015-08-11 02:36:55212crbug.com/518995 media/track/media-element-move-to-new-document-assert.html [ Failure Pass ]
ojandb6cbb92015-10-16 02:07:50213crbug.com/518998 media/video-poster-after-loadedmetadata.html [ Failure Pass ]
[email protected]804ca6e2015-08-31 19:50:39214
pdr0a65df812015-12-09 02:55:07215# These performance-sensitive user-timing tests are flaky in debug on all platforms, and flaky on all configurations of windows.
216# See: crbug.com/567965, crbug.com/518992, and crbug.com/518993
217crbug.com/567965 [ Debug ] imported/web-platform-tests/user-timing/test_user_timing_measure.html [ Skip ]
218crbug.com/518992 [ Win Release ] imported/web-platform-tests/user-timing/test_user_timing_measure.html [ Skip ]
219crbug.com/567965 [ Debug ] imported/web-platform-tests/user-timing/test_user_timing_mark.html [ Skip ]
harakenb25744b2016-01-25 09:05:29220crbug.com/518993 imported/web-platform-tests/user-timing/test_user_timing_measure_navigation_timing.html [ Skip ]
pdr0a65df812015-12-09 02:55:07221
ojan3003ac92015-11-04 03:35:17222crbug.com/526594 [ Win ] plugins/webview-plugin-lifecycle.html [ Failure ]
[email protected]804ca6e2015-08-31 19:50:39223
[email protected]da8b83d52015-08-11 02:36:55224crbug.com/519001 storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Pass Timeout ]
225crbug.com/519002 storage/indexeddb/pending-version-change-stuck.html [ Pass Timeout ]
[email protected]da8b83d52015-08-11 02:36:55226crbug.com/410949 http/tests/security/local-image-from-remote-whitelisted.html [ Failure Pass ]
[email protected]da8b83d52015-08-11 02:36:55227crbug.com/518902 accessibility/AccessibilityScrollbar-leak.html [ Failure Pass ]
228crbug.com/518915 [ Android ] accessibility/aria-labelledby-on-input.html [ Crash Pass ]
[email protected]da8b83d52015-08-11 02:36:55229crbug.com/445100 fast/block/float/marquee-shrink-to-avoid-floats.html [ Failure Pass ]
mustaqd904a342015-11-04 18:46:02230
231crbug.com/548226 [ Win ] fast/events/pointerevents/mouse-pointer-event-properties.html [ Failure Pass ]
mustaq8911f4e2015-10-27 18:10:22232crbug.com/548226 [ Win ] virtual/pointerevent/fast/events/pointerevents/mouse-pointer-event-properties.html [ Failure Pass ]
mustaqd904a342015-11-04 18:46:02233crbug.com/548226 [ Win ] virtual/trustedeventsdefaultaction/fast/events/pointerevents/mouse-pointer-event-properties.html [ Failure Pass ]
nzolghadr43146032016-04-11 15:33:38234crbug.com/548226 [ Win ] virtual/pointerevent/fast/events/pointerevents/multi-pointer-preventdefault.html [ Failure Pass ]
mustaqd904a342015-11-04 18:46:02235
[email protected]da8b83d52015-08-11 02:36:55236crbug.com/432129 fast/html/marquee-scroll.html [ Failure Pass ]
[email protected]da8b83d52015-08-11 02:36:55237crbug.com/518929 [ Precise Debug ] http/tests/appcache/obsolete-error-events.html [ Failure Pass Timeout ]
238crbug.com/518929 [ Precise Debug ] http/tests/appcache/remove-cache.html [ Failure Pass ]
[email protected]9f98f4e2015-08-08 01:05:10239crbug.com/248938 virtual/threaded/transitions/cancel-and-start-new.html [ Pass Failure ]
[email protected]cabbb042015-08-07 01:55:49240crbug.com/248938 virtual/threaded/animations/change-keyframes-name.html [ Failure Pass Timeout ]
[email protected]0b679e82015-08-06 04:55:33241crbug.com/248938 virtual/threaded/animations/change-one-anim.html [ Failure Pass ]
ojandb6cbb92015-10-16 02:07:50242crbug.com/326139 crbug.com/390125 media/video-frame-accurate-seek.html [ Failure Pass ]
[email protected]0b679e82015-08-06 04:55:33243crbug.com/413604 http/tests/loading/script-priorities.html [ Failure Pass ]
ojandb6cbb92015-10-16 02:07:50244crbug.com/495523 svg/wicd/test-rightsizing-b.xhtml [ Failure Pass ]
[email protected]0b679e82015-08-06 04:55:33245crbug.com/516364 svg/animations/smil-leak-element-instances.svg [ Failure Pass ]
246crbug.com/248938 virtual/threaded/animations/3d/transform-origin-vs-functions.html [ Pass Failure ]
247crbug.com/248938 virtual/threaded/transitions/cancel-transition.html [ Pass Failure ]
248crbug.com/248938 virtual/threaded/transitions/extra-transition.html [ Pass Failure ]
249crbug.com/248938 virtual/threaded/transitions/start-transform-transition.html [ Pass Failure ]
ojandb6cbb92015-10-16 02:07:50250crbug.com/248938 virtual/threaded/animations/animation-direction-normal.html [ Pass Failure Timeout ]
[email protected]0b679e82015-08-06 04:55:33251crbug.com/248938 virtual/threaded/animations/animation-iteration-event-destroy-renderer.html [ Pass Timeout ]
252crbug.com/248938 virtual/threaded/animations/transition-and-animation-3.html [ Pass Timeout ]
[email protected]0b679e82015-08-06 04:55:33253crbug.com/446385 [ Linux Mac ] http/tests/xmlhttprequest/xmlhttprequest-json-response-overflow.html [ Pass Timeout ]
254crbug.com/446385 [ Win7 Debug ] http/tests/xmlhttprequest/xmlhttprequest-json-response-overflow.html [ Crash Pass Timeout ]
[email protected]b5428542015-08-06 21:26:56255crbug.com/441705 fast/media/media-svg-crash.html [ Pass Failure ]
[email protected]b5428542015-08-06 21:26:56256crbug.com/248938 virtual/threaded/transitions/interrupt-transform-transition.html [ Pass Failure ]
257crbug.com/248938 virtual/threaded/animations/dynamic-stylesheet-loading.html [ Pass Failure Timeout ]
258crbug.com/248938 virtual/threaded/transitions/change-duration-during-transition.html [ Pass Failure ]
[email protected]b5428542015-08-06 21:26:56259crbug.com/248938 [ Win ] virtual/threaded/animations/change-keyframes.html [ Pass Failure ]
260crbug.com/248938 virtual/threaded/transitions/transition-end-event-nested.html [ Pass Failure ]
[email protected]b7b5a8c2015-08-06 22:02:39261crbug.com/513143 virtual/threaded/fast/scroll-behavior/subframe-interrupted-scroll.html [ Failure Pass ]
[email protected]31c99242015-08-06 22:50:04262crbug.com/248938 virtual/threaded/animations/display-none-terminates-animation.html [ Pass Failure ]
[email protected]9f98f4e2015-08-08 01:05:10263crbug.com/421283 fast/html/marquee-scrollamount.html [ Pass Failure ]
[email protected]31c99242015-08-06 22:50:04264crbug.com/248938 [ Win Debug ] virtual/threaded/animations/delay-start-event.html [ Pass Failure ]
265crbug.com/248938 [ Win Debug ] virtual/threaded/transitions/transition-end-event-transform.html [ Pass Failure ]
266crbug.com/248938 [ Linux Win ] virtual/threaded/animations/cascade-important.html [ Pass Timeout ]
[email protected]4cd1e832015-08-06 23:07:33267crbug.com/493815 inspector/elements/iframe-load-event.html [ Pass Failure ]
[email protected]7ddaf722015-08-07 00:42:17268crbug.com/248938 [ Win Debug ] virtual/threaded/transitions/transition-end-event-multiple-03.html [ Pass Failure ]
269crbug.com/248938 [ Win Debug ] virtual/threaded/transitions/transition-end-event-multiple-04.html [ Pass Failure ]
[email protected]cabbb042015-08-07 01:55:49270crbug.com/352405 virtual/threaded/animations/transition-and-animation-1.html [ Pass Timeout ]
[email protected]0b679e82015-08-06 04:55:33271
Dominik Röttschesa116ba22015-10-13 07:25:23272crbug.com/542541 [ Debug ] fast/events/click-count.html [ Pass Failure ]
jsbelle30cf232015-10-19 19:41:17273crbug.com/542541 [ Debug ] virtual/trustedeventsdefaultaction/fast/events/click-count.html [ Pass Failure ]
274crbug.com/542541 [ Debug ] virtual/pointerevent/fast/events/click-count.html [ Pass Failure ]
wkorman5e27ff982015-12-18 23:35:22275
oshimadebc2d3c2016-03-15 20:24:45276# TODO(oshima): Mac Android are currently not supported.
Walter Korman68ac35b62016-03-03 19:19:09277crbug.com/567837 [ Mac Android ] virtual/scalefactor200withzoom/fast/hidpi/static [ Skip ]
oshima841bbae2015-12-18 08:14:29278
oshima75bacd22016-03-17 02:08:07279# TODO(oshima): Debug build generates slightly different image for these tests.
eae63f4a422016-04-08 09:02:53280#crbug.com/593567 [ Debug ] virtual/scalefactor150/fast/hidpi/static/calendar-picker-appearance.html [ Skip ]
kjellander36d028e2016-04-12 13:22:48281crbug.com/593567 [ Debug ] virtual/scalefactor150/fast/hidpi/static/data-suggestion-picker-appearance.html [ Skip ]
282crbug.com/593567 [ Debug ] virtual/scalefactor150/fast/hidpi/static/popup-menu-appearance.html [ Skip ]
oshima75bacd22016-03-17 02:08:07283
oshima12b81502016-03-17 19:51:50284# Mac does not support fractional scale factor.
285crbug.com/567837 [ Mac ] virtual/scalefactor150/fast/hidpi/static [ Skip ]
286
oshimae931e572016-03-03 20:58:46287# TODO(oshima): Move the event scaling code to eventSender and remove this.
Walter Korman7c1c2742016-03-07 20:50:29288crbug.com/567837 virtual/scalefactor200/fast/hidpi/static/mousewheel-scroll-amount.html [ Skip ]
289crbug.com/567837 virtual/scalefactor200/fast/hidpi/static/gesture-scroll-amount.html [ Skip ]
290crbug.com/567837 virtual/scalefactor150/fast/hidpi/static/mousewheel-scroll-amount.html [ Skip ]
291crbug.com/567837 virtual/scalefactor150/fast/hidpi/static/gesture-scroll-amount.html [ Skip ]
oshimae931e572016-03-03 20:58:46292
[email protected]b5428542015-08-06 21:26:56293# TODO(ojan): These tests aren't flaky. See crbug.com/517144.
[email protected]0b679e82015-08-06 04:55:33294# Release trybots run asserts, but the main waterfall ones don't. So, even
295# though this is a non-flaky assert failure, we need to mark it [ Pass Crash ].
harakenb25744b2016-01-25 09:05:29296crbug.com/389648 crbug.com/517123 crbug.com/410145 fast/text-autosizing/table-inflation-crash.html [ Pass Crash Timeout ]
[email protected]b5428542015-08-06 21:26:56297crbug.com/419696 [ Mac Debug ] fast/text/font-linux-normalize.html [ Crash Pass ]
[email protected]f7a823f2015-08-26 06:08:35298crbug.com/524859 fast/text/complex-text-opacity.html [ NeedsManualRebaseline ]
ojandb6cbb92015-10-16 02:07:50299# crbug.com/498021 [ Linux ] fast/text/complex-text-opacity.html [ Failure ]
ojan7523aca2015-11-04 15:16:44300# crbug.com/509025 [ Mac10.10 ] fast/text/complex-text-opacity.html [ Failure ]
ojandb6cbb92015-10-16 02:07:50301# crbug.com/521730 [ Win10 ] fast/text/complex-text-opacity.html [ Failure Timeout ]
[email protected]f7a823f2015-08-26 06:08:35302crbug.com/524859 transforms/2d/hindi-rotated.html [ NeedsManualRebaseline ]
[email protected]c120a7e2015-08-26 14:00:44303
adamka87130a2015-12-11 23:30:51304crbug.com/569139 fast/js/string-replace-2.html [ NeedsManualRebaseline ]
305crbug.com/569139 fast/js/regexp-caching.html [ NeedsManualRebaseline ]
mstarzinger660ee3c2016-03-23 15:02:04306crbug.com/597221 fast/dom/Window/window-postmessage-clone-deep-array.html [ NeedsManualRebaseline ]
mstarzinger660ee3c2016-03-23 15:02:04307
[email protected]da8b83d52015-08-11 02:36:55308crbug.com/498539 http/tests/inspector/elements/styles/selector-line.html [ Pass Timeout ]
309crbug.com/498539 http/tests/inspector/network/network-datareceived.html [ Pass Timeout ]
310crbug.com/498539 [ Win ] inspector/tracing/decode-resize.html [ Failure Timeout ]
311crbug.com/498539 [ Win ] inspector/tracing/timeline-event-dispatch.html [ Failure Pass ]
[email protected]4b880a12015-08-07 23:58:40312crbug.com/498539 inspector/console/console-log-syntax-error.html [ Pass Timeout ]
313crbug.com/498539 inspector/tracing/timeline-bound-function.html [ Pass Failure ]
314crbug.com/498539 inspector/tracing/timeline-injected-script-eval.html [ Pass Failure ]
[email protected]4b880a12015-08-07 23:58:40315crbug.com/498539 inspector/tracing/timeline-time.html [ Pass Failure Timeout ]
316crbug.com/498539 inspector/tracing/timeline-timer.html [ Pass Failure ]
dstockwellb9081212015-09-24 11:41:47317crbug.com/498539 inspector/elements/styles-3/styles-change-node-while-editing.html [ Failure Pass ]
Dirk Pranke55fc6412016-02-25 03:47:43318crbug.com/498539 [ Mac ] inspector/sources/debugger/live-edit-no-reveal.html [ Crash Pass Timeout ]
319crbug.com/498539 [ Mac10.10 ] inspector/sources/debugger/debug-inlined-scripts-fragment-id.html [ Pass Timeout ]
yangguod7ebd0d2016-03-07 12:58:39320crbug.com/498539 [ Precise ] inspector/sources/debugger-step/debugger-step-over-inlined-scripts.html [ Pass Timeout ]
ojan7523aca2015-11-04 15:16:44321crbug.com/498539 [ Precise Win7 Mac10.10 ] inspector/sources/debugger-breakpoints/dynamic-scripts-breakpoints.html [ Pass Timeout ]
322crbug.com/498539 [ Precise Mac10.10 ] inspector/sources/debugger-breakpoints/set-breakpoint.html [ Pass Timeout ]
[email protected]4b880a12015-08-07 23:58:40323crbug.com/498539 [ Trusty ] inspector/sources/debugger/mutation-observer-suspend-while-paused.html [ Pass Timeout ]
324crbug.com/498539 [ Win7 ] inspector/profiler/cpu-profiler-stopped-removed-race.html [ Crash Pass ]
[email protected]4b880a12015-08-07 23:58:40325crbug.com/498539 [ Win7 ] inspector/sources/debugger-breakpoints/set-conditional-breakpoint.html [ Pass Timeout ]
326crbug.com/498539 [ Win7 ] inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html [ Failure Pass ]
327crbug.com/498539 [ Win7 ] inspector/sources/debugger-ui/source-frame-count.html [ Pass Timeout ]
328crbug.com/498539 [ Win7 ] inspector/sources/debugger-ui/source-url-comment.html [ Pass Timeout ]
wkormana9c815512016-01-27 03:18:59329crbug.com/498539 [ Trusty ] http/tests/inspector/sources/ui-source-code-highlight.php [ Crash Pass Timeout ]
ojan7523aca2015-11-04 15:16:44330crbug.com/498539 [ Mac10.10 ] inspector/sources/debugger-ui/reveal-not-skipped.html [ Failure Pass ]
331crbug.com/498539 [ Mac10.10 ] inspector/sources/debugger/rethrow-error-from-bindings-crash.html [ Failure Pass ]
dpranke38664e742016-02-26 02:58:38332crbug.com/498539 [ Win7 ] inspector/console/console-log-short-hand-method.html [ Failure Pass ]
ojan7523aca2015-11-04 15:16:44333crbug.com/498539 [ Mac10.9 ] inspector/console/console-uncaught-exception.html [ Failure Pass ]
Dirk Pranke55fc6412016-02-25 03:47:43334crbug.com/498539 [ Win7 ] inspector/console/console-log-wrapped-in-framework.html [ Failure Pass ]
dpranke38664e742016-02-26 02:58:38335crbug.com/498539 [ Precise ] inspector/console/console-filter-level-test.html [ Failure Pass ]
[email protected]4b880a12015-08-07 23:58:40336crbug.com/498539 [ Win7 ] inspector/console/console-command-clear.html [ Failure Pass ]
337crbug.com/498539 [ Win7 ] inspector/console/console-custom-formatters.html [ Failure Pass ]
338crbug.com/498539 [ Win7 ] inspector/console/console-dir-es6.html [ Failure Pass ]
339crbug.com/498539 [ Win7 ] inspector/console/console-dirxml.html [ Failure Pass ]
[email protected]4b880a12015-08-07 23:58:40340crbug.com/498539 [ Win7 ] inspector/console/console-format-collections.html [ Failure Pass ]
[email protected]4b880a12015-08-07 23:58:40341crbug.com/498539 [ Win7 ] inspector/console/console-format-table.html [ Failure Pass ]
342crbug.com/498539 [ Win7 ] inspector/console/console-log-eval-syntax-error.html [ Failure Pass ]
[email protected]ff724632015-08-14 20:30:23343crbug.com/521099 inspector/console/shadow-element.html [ Crash Pass Timeout ]
[email protected]4b880a12015-08-07 23:58:40344crbug.com/498539 [ Win7 ] inspector/console/console-trace-arguments.html [ Failure Pass ]
345crbug.com/498539 [ Win7 ] inspector/console/console-trace-in-eval.html [ Failure Pass ]
[email protected]4b880a12015-08-07 23:58:40346crbug.com/498539 [ Retina ] http/tests/inspector/search/sources-search-scope.html [ Failure Pass ]
Dirk Pranke55fc6412016-02-25 03:47:43347crbug.com/498539 [ Precise Win7 ] inspector-protocol/cpu-profiler/record-cpu-profile.html [ Crash Pass ]
348crbug.com/498539 [ Precise Win7 ] inspector/agents-enable-disable.html [ Crash Pass ]
349crbug.com/498539 [ Precise Win7 ] inspector/elements/styles-1/edit-inspector-stylesheet.html [ Failure Pass Timeout ]
harakenb25744b2016-01-25 09:05:29350crbug.com/498539 crbug.com/410145 [ Release ] inspector-protocol/heap-profiler/heap-objects-tracking.html [ Crash Pass ]
[email protected]1dd834c2015-09-21 15:56:37351crbug.com/498539 [ Win7 Release ] inspector/elements/styles-2/perform-undo-perform-of-mergable-action.html [ Failure Pass ]
[email protected]4b880a12015-08-07 23:58:40352crbug.com/498539 [ Win7 ] inspector/elements/styles-3/selector-list.html [ Failure Pass ]
[email protected]1dd834c2015-09-21 15:56:37353crbug.com/498539 [ Win7 Debug ] inspector/elements/styles-3/styles-computed-trace.html [ Crash Pass ]
[email protected]4b880a12015-08-07 23:58:40354crbug.com/498539 [ Win7 ] inspector/elements/styles-4/styles-update-from-js.html [ Crash Pass ]
[email protected]4b880a12015-08-07 23:58:40355
wangxianzhube0bbb82016-04-14 23:15:25356crbug.com/602483 compositing/overflow/fixed-scroll-in-empty-root-layer.html [ NeedsRebaseline ]
357crbug.com/602483 compositing/overflow/text-color-change.html [ NeedsRebaseline ]
358crbug.com/602483 compositing/overflow/text-match-highlight.html [ NeedsRebaseline ]
359crbug.com/602483 compositing/overflow/updating-scrolling-container-and-content.html [ NeedsRebaseline ]
360crbug.com/602483 compositing/repaint/fixed-pos-inside-composited-intermediate-layer.html [ NeedsRebaseline ]
361crbug.com/602483 compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html [ NeedsRebaseline ]
362crbug.com/602483 compositing/repaint/resize-repaint.html [ NeedsRebaseline ]
363crbug.com/602483 compositing/repaint/should-not-clip-composited-overflow-scrolling-layer.html [ NeedsRebaseline ]
364crbug.com/602483 compositing/repaint/should-not-clip-composited-viewport-scrolling-layer.html [ NeedsRebaseline ]
365crbug.com/602483 compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change.html [ NeedsRebaseline ]
366crbug.com/602483 compositing/squashing/add-remove-squashed-layers.html [ NeedsRebaseline ]
367crbug.com/602483 compositing/squashing/iframe-inside-squashed-layer.html [ NeedsRebaseline ]
368crbug.com/602483 compositing/squashing/invalidations-with-large-negative-margin.html [ NeedsRebaseline ]
369crbug.com/602483 compositing/squashing/remove-squashed-layer-plus-move.html [ NeedsRebaseline ]
370crbug.com/602483 compositing/squashing/selection-repaint-with-gaps.html [ NeedsRebaseline ]
371crbug.com/602483 compositing/squashing/squash-above-fixed-1.html [ NeedsRebaseline ]
372crbug.com/602483 compositing/squashing/squashed-layer-loses-graphicslayer.html [ NeedsRebaseline ]
373crbug.com/602483 compositing/squashing/squashed-repaints.html [ NeedsRebaseline ]
374crbug.com/602483 compositing/will-change/containing-block-removed.html [ NeedsRebaseline ]
375crbug.com/602483 css3/flexbox/repaint-during-resize-no-flex.html [ NeedsRebaseline ]
376crbug.com/602483 css3/flexbox/repaint-on-layout.html [ NeedsRebaseline ]
377crbug.com/602483 css3/flexbox/repaint-on-margin-change.html [ NeedsRebaseline ]
378crbug.com/602483 css3/flexbox/repaint-opacity-change.html [ NeedsRebaseline ]
379crbug.com/602483 css3/flexbox/repaint-rtl-column.html [ NeedsRebaseline ]
380crbug.com/602483 css3/flexbox/repaint.html [ NeedsRebaseline ]
381crbug.com/602483 editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root.html [ NeedsRebaseline ]
382crbug.com/602483 fast/box-shadow/negative-shadow-box-expand.html [ NeedsRebaseline ]
383crbug.com/602483 fast/box-shadow/negative-shadow-box-shrink.html [ NeedsRebaseline ]
384crbug.com/602483 fast/box-shadow/shadow-box-resize-writing-mode.html [ NeedsRebaseline ]
385crbug.com/602483 fast/box-shadow/shadow-box-resize.html [ NeedsRebaseline ]
386crbug.com/602483 fast/canvas/canvas-composite-repaint-by-all-imagesource.html [ NeedsRebaseline ]
387crbug.com/602483 fast/css-grid-layout/grid-element-change-columns-repaint.html [ NeedsRebaseline ]
388crbug.com/602483 fast/css-grid-layout/grid-element-change-rows-repaint.html [ NeedsRebaseline ]
389crbug.com/602483 fast/css-grid-layout/grid-item-change-row-repaint.html [ NeedsRebaseline ]
390crbug.com/602483 fast/css-grid-layout/grid-item-z-index-change-repaint.html [ NeedsRebaseline ]
391crbug.com/602483 fast/forms/button/button-reset-focus-by-mouse-then-keydown.html [ NeedsRebaseline ]
392crbug.com/602483 fast/forms/range/range-focus-by-mouse-then-keydown.html [ NeedsRebaseline ]
393crbug.com/602483 fast/forms/submit/submit-focus-by-mouse-then-keydown.html [ NeedsRebaseline ]
394crbug.com/602483 fast/images/fixed-img-src-change-after-scroll.html [ NeedsRebaseline ]
395crbug.com/602483 fast/images/repaint-subrect-grid.html [ NeedsRebaseline ]
396crbug.com/602483 fast/layers/scroll-descendant-with-cached-cliprects.html [ NeedsRebaseline ]
397crbug.com/602483 fast/repaint/4776765.html [ NeedsRebaseline ]
398crbug.com/602483 fast/repaint/absolute-margin-change-repaint.html [ NeedsRebaseline ]
399crbug.com/602483 fast/repaint/absolute-position-change-containing-block.html [ NeedsRebaseline ]
400crbug.com/602483 fast/repaint/absolute-position-changed.html [ NeedsRebaseline ]
401crbug.com/602483 fast/repaint/abspos-shift-image-incorrect-repaint.html [ NeedsRebaseline ]
402crbug.com/602483 fast/repaint/add-table-overpaint.html [ NeedsRebaseline ]
403crbug.com/602483 fast/repaint/align-content-change.html [ NeedsRebaseline ]
404crbug.com/602483 fast/repaint/align-content-distribution-change-grid.html [ NeedsRebaseline ]
405crbug.com/602483 fast/repaint/align-content-position-change-grid.html [ NeedsRebaseline ]
406crbug.com/602483 fast/repaint/align-self-change-grid.html [ NeedsRebaseline ]
407crbug.com/602483 fast/repaint/align-self-change.html [ NeedsRebaseline ]
408crbug.com/602483 fast/repaint/align-self-overflow-change.html [ NeedsRebaseline ]
409crbug.com/602483 fast/repaint/background-currentColor-repaint.html [ NeedsRebaseline ]
410crbug.com/602483 fast/repaint/background-image-paint-invalidation.html [ NeedsRebaseline ]
411crbug.com/602483 fast/repaint/background-shorthand-with-gradient-and-height-changes.html [ NeedsRebaseline ]
412crbug.com/602483 fast/repaint/background-size-auto-with-gradient-and-height-changes.html [ NeedsRebaseline ]
413crbug.com/602483 fast/repaint/backgroundSizeRepaint.html [ NeedsRebaseline ]
414crbug.com/602483 fast/repaint/block-layout-inline-children-float-positioned.html [ NeedsRebaseline ]
415crbug.com/602483 fast/repaint/block-no-inflow-children.html [ NeedsRebaseline ]
416crbug.com/602483 fast/repaint/block-shift-repaint.html [ NeedsRebaseline ]
417crbug.com/602483 fast/repaint/body-background-image.html [ NeedsRebaseline ]
418crbug.com/602483 fast/repaint/border-radius-repaint-2.html [ NeedsRebaseline ]
419crbug.com/602483 fast/repaint/border-radius-repaint.html [ NeedsRebaseline ]
420crbug.com/602483 fast/repaint/border-radius-without-border.html [ NeedsRebaseline ]
421crbug.com/602483 fast/repaint/border-repaint-glitch.html [ NeedsRebaseline ]
422crbug.com/602483 fast/repaint/box-inline-resize.html [ NeedsRebaseline ]
423crbug.com/602483 fast/repaint/box-shadow-dynamic.html [ NeedsRebaseline ]
424crbug.com/602483 fast/repaint/box-shadow-inset-repaint.html [ NeedsRebaseline ]
425crbug.com/602483 fast/repaint/box-sizing-border-keeping-size.html [ NeedsRebaseline ]
426crbug.com/602483 fast/repaint/box-sizing.html [ NeedsRebaseline ]
427crbug.com/602483 fast/repaint/bugzilla-3509.html [ NeedsRebaseline ]
428crbug.com/602483 fast/repaint/bugzilla-5699.html [ NeedsRebaseline ]
429crbug.com/602483 fast/repaint/bugzilla-6278.html [ NeedsRebaseline ]
430crbug.com/602483 fast/repaint/bugzilla-6388.html [ NeedsRebaseline ]
431crbug.com/602483 fast/repaint/bugzilla-6473.html [ NeedsRebaseline ]
432crbug.com/602483 fast/repaint/bugzilla-7235.html [ NeedsRebaseline ]
433crbug.com/602483 fast/repaint/caret-with-transformation.html [ NeedsRebaseline ]
434crbug.com/602483 fast/repaint/change-text-content-and-background-color.html [ NeedsRebaseline ]
435crbug.com/602483 fast/repaint/clip-with-layout-delta.html [ NeedsRebaseline ]
436crbug.com/602483 fast/repaint/clipped-overflow-visible-subtree.html [ NeedsRebaseline ]
437crbug.com/602483 fast/repaint/clipped-relative.html [ NeedsRebaseline ]
438crbug.com/602483 fast/repaint/containing-block-position-change.html [ NeedsRebaseline ]
439crbug.com/602483 fast/repaint/content-into-overflow.html [ NeedsRebaseline ]
440crbug.com/602483 fast/repaint/control-clip.html [ NeedsRebaseline ]
441crbug.com/602483 fast/repaint/crbug-371640-2.html [ NeedsRebaseline ]
442crbug.com/602483 fast/repaint/crbug-371640-3.html [ NeedsRebaseline ]
443crbug.com/602483 fast/repaint/crbug-371640-4.html [ NeedsRebaseline ]
444crbug.com/602483 fast/repaint/crbug-371640.html [ NeedsRebaseline ]
445crbug.com/602483 fast/repaint/destroy-composited-scrollbar.html [ NeedsRebaseline ]
446crbug.com/602483 fast/repaint/destroy-overlay-scrollbar.html [ NeedsRebaseline ]
447crbug.com/602483 fast/repaint/destroy-scrollbar.html [ NeedsRebaseline ]
448crbug.com/602483 fast/repaint/details-open-repaint.html [ NeedsRebaseline ]
449crbug.com/602483 fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html [ NeedsRebaseline ]
450crbug.com/602483 fast/repaint/dynamic-table-vertical-alignment-change.html [ NeedsRebaseline ]
451crbug.com/602483 fast/repaint/erase-overflow.html [ NeedsRebaseline ]
452crbug.com/602483 fast/repaint/fixed-after-scroll.html [ NeedsRebaseline ]
453crbug.com/602483 fast/repaint/fixed-and-absolute-position-scrolled.html [ NeedsRebaseline ]
454crbug.com/602483 fast/repaint/fixed-child-move-after-scroll.html [ NeedsRebaseline ]
455crbug.com/602483 fast/repaint/fixed-child-of-fixed-move-after-scroll.html [ NeedsRebaseline ]
456crbug.com/602483 fast/repaint/fixed-child-of-transformed-move-after-scroll.html [ NeedsRebaseline ]
457crbug.com/602483 fast/repaint/fixed-margin-change-repaint.html [ NeedsRebaseline ]
458crbug.com/602483 fast/repaint/fixed-move-after-scroll.html [ NeedsRebaseline ]
459crbug.com/602483 fast/repaint/fixed-scroll-simple.html [ NeedsRebaseline ]
460crbug.com/602483 fast/repaint/fixed-table-cell.html [ NeedsRebaseline ]
461crbug.com/602483 fast/repaint/fixed-table-overflow-zindex.html [ NeedsRebaseline ]
462crbug.com/602483 fast/repaint/fixed-table-overflow.html [ NeedsRebaseline ]
463crbug.com/602483 fast/repaint/fixed-to-relative-position-with-absolute-child.html [ NeedsRebaseline ]
464crbug.com/602483 fast/repaint/float-in-new-block-with-layout-delta.html [ NeedsRebaseline ]
465crbug.com/602483 fast/repaint/float-move-during-layout.html [ NeedsRebaseline ]
466crbug.com/602483 fast/repaint/float-overflow-right.html [ NeedsRebaseline ]
467crbug.com/602483 fast/repaint/float-overflow.html [ NeedsRebaseline ]
468crbug.com/602483 fast/repaint/focus-continuations.html [ NeedsRebaseline ]
469crbug.com/602483 fast/repaint/focus-enable-continuations.html [ NeedsRebaseline ]
470crbug.com/602483 fast/repaint/focus-ring-on-child-move.html [ NeedsRebaseline ]
471crbug.com/602483 fast/repaint/focus-ring-on-continuation-move.html [ NeedsRebaseline ]
472crbug.com/602483 fast/repaint/gradients-em-stops-repaint.html [ NeedsRebaseline ]
473crbug.com/602483 fast/repaint/hover-invalidation-table.html [ NeedsRebaseline ]
474crbug.com/602483 fast/repaint/hover-pseudo-borders-whitespace.html [ NeedsRebaseline ]
475crbug.com/602483 fast/repaint/hover-pseudo-borders.html [ NeedsRebaseline ]
476crbug.com/602483 fast/repaint/inline-block-resize.html [ NeedsRebaseline ]
477crbug.com/602483 fast/repaint/inline-color-change.html [ NeedsRebaseline ]
478crbug.com/602483 fast/repaint/inline-focus.html [ NeedsRebaseline ]
479crbug.com/602483 fast/repaint/inline-outline-repaint-2.html [ NeedsRebaseline ]
480crbug.com/602483 fast/repaint/inline-outline-repaint.html [ NeedsRebaseline ]
481crbug.com/602483 fast/repaint/inline-overflow.html [ NeedsRebaseline ]
482crbug.com/602483 fast/repaint/inline-reflow.html [ NeedsRebaseline ]
483crbug.com/602483 fast/repaint/inline-relative-positioned.html [ NeedsRebaseline ]
484crbug.com/602483 fast/repaint/inline-style-change-in-scrolled-view.html [ NeedsRebaseline ]
485crbug.com/602483 fast/repaint/inline-vertical-lr-overflow.html [ NeedsRebaseline ]
486crbug.com/602483 fast/repaint/inline-vertical-rl-overflow.html [ NeedsRebaseline ]
487crbug.com/602483 fast/repaint/intermediate-layout-position.html [ NeedsRebaseline ]
488crbug.com/602483 fast/repaint/invalidation-after-opacity-change-subtree.html [ NeedsRebaseline ]
489crbug.com/602483 fast/repaint/invisible-objects.html [ NeedsRebaseline ]
490crbug.com/602483 fast/repaint/japanese-rl-selection-clear.html [ NeedsRebaseline ]
491crbug.com/602483 fast/repaint/japanese-rl-selection-repaint.html [ NeedsRebaseline ]
492crbug.com/602483 fast/repaint/justify-content-change.html [ NeedsRebaseline ]
493crbug.com/602483 fast/repaint/justify-content-distribution-change-grid.html [ NeedsRebaseline ]
494crbug.com/602483 fast/repaint/justify-content-position-change-grid.html [ NeedsRebaseline ]
495crbug.com/602483 fast/repaint/justify-content-position-change.html [ NeedsRebaseline ]
496crbug.com/602483 fast/repaint/justify-items-change.html [ NeedsRebaseline ]
497crbug.com/602483 fast/repaint/justify-items-legacy-change.html [ NeedsRebaseline ]
498crbug.com/602483 fast/repaint/justify-items-overflow-change.html [ NeedsRebaseline ]
499crbug.com/602483 fast/repaint/justify-self-change.html [ NeedsRebaseline ]
500crbug.com/602483 fast/repaint/justify-self-overflow-change.html [ NeedsRebaseline ]
501crbug.com/602483 fast/repaint/layout-state-only-positioned.html [ NeedsRebaseline ]
502crbug.com/602483 fast/repaint/layout-state-relative.html [ NeedsRebaseline ]
503crbug.com/602483 fast/repaint/layout-state-scrolloffset.html [ NeedsRebaseline ]
504crbug.com/602483 fast/repaint/layout-state-scrolloffset2.html [ NeedsRebaseline ]
505crbug.com/602483 fast/repaint/layout-state-scrolloffset3.html [ NeedsRebaseline ]
506crbug.com/602483 fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned.html [ NeedsRebaseline ]
507crbug.com/602483 fast/repaint/line-flow-with-floats-1.html [ NeedsRebaseline ]
508crbug.com/602483 fast/repaint/line-flow-with-floats-10.html [ NeedsRebaseline ]
509crbug.com/602483 fast/repaint/line-flow-with-floats-2.html [ NeedsRebaseline ]
510crbug.com/602483 fast/repaint/line-flow-with-floats-3.html [ NeedsRebaseline ]
511crbug.com/602483 fast/repaint/line-flow-with-floats-4.html [ NeedsRebaseline ]
512crbug.com/602483 fast/repaint/line-flow-with-floats-5.html [ NeedsRebaseline ]
513crbug.com/602483 fast/repaint/line-flow-with-floats-6.html [ NeedsRebaseline ]
514crbug.com/602483 fast/repaint/line-flow-with-floats-7.html [ NeedsRebaseline ]
515crbug.com/602483 fast/repaint/line-flow-with-floats-8.html [ NeedsRebaseline ]
516crbug.com/602483 fast/repaint/line-flow-with-floats-9.html [ NeedsRebaseline ]
517crbug.com/602483 fast/repaint/line-in-scrolled-clipped-block.html [ NeedsRebaseline ]
518crbug.com/602483 fast/repaint/line-overflow.html [ NeedsRebaseline ]
519crbug.com/602483 fast/repaint/lines-with-layout-delta.html [ NeedsRebaseline ]
520crbug.com/602483 fast/repaint/list-marker-2.html [ NeedsRebaseline ]
521crbug.com/602483 fast/repaint/make-children-non-inline.html [ NeedsRebaseline ]
522crbug.com/602483 fast/repaint/margin.html [ NeedsRebaseline ]
523crbug.com/602483 fast/repaint/mix-blend-mode-separate-stacking-context.html [ NeedsRebaseline ]
524crbug.com/602483 fast/repaint/multi-layout-one-frame.html [ NeedsRebaseline ]
525crbug.com/602483 fast/repaint/multicol-as-paint-container.html [ NeedsRebaseline ]
526crbug.com/602483 fast/repaint/multicol-repaint.html [ NeedsRebaseline ]
527crbug.com/602483 fast/repaint/multicol-with-abspos-in-relpos.html [ NeedsRebaseline ]
528crbug.com/602483 fast/repaint/multicol-with-abspos.html [ NeedsRebaseline ]
529crbug.com/602483 fast/repaint/multicol-with-block.html [ NeedsRebaseline ]
530crbug.com/602483 fast/repaint/multicol-with-inline.html [ NeedsRebaseline ]
531crbug.com/602483 fast/repaint/multicol-with-text.html [ NeedsRebaseline ]
532crbug.com/602483 fast/repaint/negative-text-indent-with-overflow-hidden.html [ NeedsRebaseline ]
533crbug.com/602483 fast/repaint/offset-change-wrong-invalidation-with-float.html [ NeedsRebaseline ]
534crbug.com/602483 fast/repaint/opacity-change-on-overflow-float.html [ NeedsRebaseline ]
535crbug.com/602483 fast/repaint/outline-change-continuations.html [ NeedsRebaseline ]
536crbug.com/602483 fast/repaint/outline-change-invalidation.html [ NeedsRebaseline ]
537crbug.com/602483 fast/repaint/outline-child-repaint.html [ NeedsRebaseline ]
538crbug.com/602483 fast/repaint/outline-clip-change.html [ NeedsRebaseline ]
539crbug.com/602483 fast/repaint/outline-continuations.html [ NeedsRebaseline ]
540crbug.com/602483 fast/repaint/outline-inset.html [ NeedsRebaseline ]
541crbug.com/602483 fast/repaint/outline-repaint-glitch.html [ NeedsRebaseline ]
542crbug.com/602483 fast/repaint/overflow-auto-in-overflow-auto-scrolled.html [ NeedsRebaseline ]
543crbug.com/602483 fast/repaint/overflow-clip-subtree-layout.html [ NeedsRebaseline ]
544crbug.com/602483 fast/repaint/overflow-delete-line.html [ NeedsRebaseline ]
545crbug.com/602483 fast/repaint/overflow-hide.html [ NeedsRebaseline ]
546crbug.com/602483 fast/repaint/overflow-into-content.html [ NeedsRebaseline ]
547crbug.com/602483 fast/repaint/overflow-scroll-after-move.html [ NeedsRebaseline ]
548crbug.com/602483 fast/repaint/overflow-scroll-body-appear.html [ NeedsRebaseline ]
549crbug.com/602483 fast/repaint/overflow-scroll-delete.html [ NeedsRebaseline ]
550crbug.com/602483 fast/repaint/overflow-scroll-in-overflow-scroll-scrolled.html [ NeedsRebaseline ]
551crbug.com/602483 fast/repaint/overflow-show.html [ NeedsRebaseline ]
552crbug.com/602483 fast/repaint/overhanging-float-detach-repaint.html [ NeedsRebaseline ]
553crbug.com/602483 fast/repaint/padding-keeping-content-size.html [ NeedsRebaseline ]
554crbug.com/602483 fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries.html [ NeedsRebaseline ]
555crbug.com/602483 fast/repaint/percent-size-image-resize-container.html [ NeedsRebaseline ]
556crbug.com/602483 fast/repaint/position-change-keeping-geometry.html [ NeedsRebaseline ]
557crbug.com/602483 fast/repaint/positioned-document-element.html [ NeedsRebaseline ]
558crbug.com/602483 fast/repaint/positioned-great-grandparent-change-location.html [ NeedsRebaseline ]
559crbug.com/602483 fast/repaint/positioned-list-offset-change-repaint.html [ NeedsRebaseline ]
560crbug.com/602483 fast/repaint/push-block-with-first-line.html [ NeedsRebaseline ]
561crbug.com/602483 fast/repaint/quotes.html [ NeedsRebaseline ]
562crbug.com/602483 fast/repaint/reflection-redraw.html [ NeedsRebaseline ]
563crbug.com/602483 fast/repaint/reflection-repaint-test.html [ NeedsRebaseline ]
564crbug.com/602483 fast/repaint/relative-inline-positioned-movement-repaint.html [ NeedsRebaseline ]
565crbug.com/602483 fast/repaint/relative-margin-change-repaint.html [ NeedsRebaseline ]
566crbug.com/602483 fast/repaint/remove-block-after-layout.html [ NeedsRebaseline ]
567crbug.com/602483 fast/repaint/remove-inline-after-layout.html [ NeedsRebaseline ]
568crbug.com/602483 fast/repaint/remove-inline-block-descendant-of-flex.html [ NeedsRebaseline ]
569crbug.com/602483 fast/repaint/remove-inline-layer-after-layout.html [ NeedsRebaseline ]
570crbug.com/602483 fast/repaint/repaint-across-writing-mode-boundary.html [ NeedsRebaseline ]
571crbug.com/602483 fast/repaint/repaint-composited-child-in-scrolled-container.html [ NeedsRebaseline ]
572crbug.com/602483 fast/repaint/repaint-descandant-on-ancestor-layer-move.html [ NeedsRebaseline ]
573crbug.com/602483 fast/repaint/repaint-during-scroll-with-zoom.html [ NeedsRebaseline ]
574crbug.com/602483 fast/repaint/repaint-table-row-in-composited-document.html [ NeedsRebaseline ]
575crbug.com/602483 fast/repaint/replaced-clipped-positioned-not-wrong-incremental-repainting.html [ NeedsRebaseline ]
576crbug.com/602483 fast/repaint/requestAnimation-translation-leave-traces.html [ NeedsRebaseline ]
577crbug.com/602483 fast/repaint/resize-scrollable-div.html [ NeedsRebaseline ]
578crbug.com/602483 fast/repaint/resize-scrollable-iframe.html [ NeedsRebaseline ]
579crbug.com/602483 fast/repaint/resize-with-border-clipped.html [ NeedsRebaseline ]
580crbug.com/602483 fast/repaint/resize-with-border.html [ NeedsRebaseline ]
581crbug.com/602483 fast/repaint/scroll-in-transformed-layer.html [ NeedsRebaseline ]
582crbug.com/602483 fast/repaint/scroll-inside-table-cell.html [ NeedsRebaseline ]
583crbug.com/602483 fast/repaint/scroll-relative-table-inside-table-cell.html [ NeedsRebaseline ]
584crbug.com/602483 fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces.html [ NeedsRebaseline ]
585crbug.com/602483 fast/repaint/scrollbar-damage-and-full-viewport-repaint.html [ NeedsRebaseline ]
586crbug.com/602483 fast/repaint/scrollbar-invalidation-on-resize-with-border.html [ NeedsRebaseline ]
587crbug.com/602483 fast/repaint/scrollbar-invalidation-on-resize.html [ NeedsRebaseline ]
588crbug.com/602483 fast/repaint/scrollbar-parts.html [ NeedsRebaseline ]
589crbug.com/602483 fast/repaint/search-field-cancel.html [ NeedsRebaseline ]
590crbug.com/602483 fast/repaint/select-option-background-color.html [ NeedsRebaseline ]
591crbug.com/602483 fast/repaint/selected-replaced.html [ NeedsRebaseline ]
592crbug.com/602483 fast/repaint/selection-after-delete.html [ NeedsRebaseline ]
593crbug.com/602483 fast/repaint/selection-after-remove.html [ NeedsRebaseline ]
594crbug.com/602483 fast/repaint/selection-change-in-iframe-with-relative-parent.html [ NeedsRebaseline ]
595crbug.com/602483 fast/repaint/selection-clear.html [ NeedsRebaseline ]
596crbug.com/602483 fast/repaint/selection-partial-invalidation-between-blocks.html [ NeedsRebaseline ]
597crbug.com/602483 fast/repaint/selection-rl.html [ NeedsRebaseline ]
598crbug.com/602483 fast/repaint/shift-relative-positioned-container-with-image-addition.html [ NeedsRebaseline ]
599crbug.com/602483 fast/repaint/shift-relative-positioned-container-with-image-removal.html [ NeedsRebaseline ]
600crbug.com/602483 fast/repaint/stacked-diacritics.html [ NeedsRebaseline ]
601crbug.com/602483 fast/repaint/stacking-context-lost.html [ NeedsRebaseline ]
602crbug.com/602483 fast/repaint/static-to-positioned.html [ NeedsRebaseline ]
603crbug.com/602483 fast/repaint/subtree-root-skipped.html [ NeedsRebaseline ]
604crbug.com/602483 fast/repaint/table-cell-collapsed-border.html [ NeedsRebaseline ]
605crbug.com/602483 fast/repaint/table-cell-move.html [ NeedsRebaseline ]
606crbug.com/602483 fast/repaint/table-col-background-offset.html [ NeedsRebaseline ]
607crbug.com/602483 fast/repaint/table-col-background.html [ NeedsRebaseline ]
608crbug.com/602483 fast/repaint/table-collapsed-border.html [ NeedsRebaseline ]
609crbug.com/602483 fast/repaint/table-outer-border.html [ NeedsRebaseline ]
610crbug.com/602483 fast/repaint/table-overflow-auto-in-overflow-auto-scrolled.html [ NeedsRebaseline ]
611crbug.com/602483 fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled.html [ NeedsRebaseline ]
612crbug.com/602483 fast/repaint/table-row-bg-change.html [ NeedsRebaseline ]
613crbug.com/602483 fast/repaint/table-row.html [ NeedsRebaseline ]
614crbug.com/602483 fast/repaint/table-section-overflow.html [ NeedsRebaseline ]
615crbug.com/602483 fast/repaint/table-section-repaint.html [ NeedsRebaseline ]
616crbug.com/602483 fast/repaint/table-shrink-row-repaint.html [ NeedsRebaseline ]
617crbug.com/602483 fast/repaint/table-with-padding-row-invalidation.html [ NeedsRebaseline ]
618crbug.com/602483 fast/repaint/text-append-dirty-lines.html [ NeedsRebaseline ]
619crbug.com/602483 fast/repaint/text-in-relative-positioned-inline.html [ NeedsRebaseline ]
620crbug.com/602483 fast/repaint/text-match-document-change.html [ NeedsRebaseline ]
621crbug.com/602483 fast/repaint/text-selection-rect-in-overflow-2.html [ NeedsRebaseline ]
622crbug.com/602483 fast/repaint/text-selection-rect-in-overflow.html [ NeedsRebaseline ]
623crbug.com/602483 fast/repaint/textarea-appearance-none-resize-handle.html [ NeedsRebaseline ]
624crbug.com/602483 fast/repaint/textarea-set-disabled.html [ NeedsRebaseline ]
625crbug.com/602483 fast/repaint/transform-disable-layoutstate.html [ NeedsRebaseline ]
626crbug.com/602483 fast/repaint/transform-inline-layered-child.html [ NeedsRebaseline ]
627crbug.com/602483 fast/repaint/transform-layout-repaint.html [ NeedsRebaseline ]
628crbug.com/602483 fast/repaint/transform-rotate-and-remove.html [ NeedsRebaseline ]
629crbug.com/602483 fast/repaint/transform-translate.html [ NeedsRebaseline ]
630crbug.com/602483 fast/repaint/vertical-align-length1.html [ NeedsRebaseline ]
631crbug.com/602483 fast/repaint/vertical-align-length2.html [ NeedsRebaseline ]
632crbug.com/602483 fast/repaint/vertical-align1.html [ NeedsRebaseline ]
633crbug.com/602483 fast/repaint/vertical-align2.html [ NeedsRebaseline ]
634crbug.com/602483 fast/repaint/vertical-rl-as-paint-container.html [ NeedsRebaseline ]
635crbug.com/602483 fast/repaint/video-mute-repaint.html [ NeedsRebaseline ]
636crbug.com/602483 fast/repaint/video-unmute-repaint.html [ NeedsRebaseline ]
637crbug.com/602483 fast/repaint/view-background-from-body-2.html [ NeedsRebaseline ]
638crbug.com/602483 fast/repaint/window-resize-background-image-fixed-centered-composited.html [ NeedsRebaseline ]
639crbug.com/602483 fast/repaint/window-resize-background-image-fixed-centered.html [ NeedsRebaseline ]
640crbug.com/602483 fast/repaint/window-resize-background-image-generated.html [ NeedsRebaseline ]
641crbug.com/602483 fast/repaint/window-resize-background-image-non-fixed.html [ NeedsRebaseline ]
642crbug.com/602483 fast/repaint/window-resize-media-query.html [ NeedsRebaseline ]
643crbug.com/602483 fast/repaint/window-resize-percent-html.html [ NeedsRebaseline ]
644crbug.com/602483 fast/repaint/window-resize-percent-width-height.html [ NeedsRebaseline ]
645crbug.com/602483 fast/repaint/window-resize-positioned-bottom.html [ NeedsRebaseline ]
646crbug.com/602483 fast/repaint/window-resize-positioned-percent-top.html [ NeedsRebaseline ]
647crbug.com/602483 fast/repaint/window-resize-vertical-writing-mode.html [ NeedsRebaseline ]
648crbug.com/602483 fast/repaint/window-resize-viewport-percent.html [ NeedsRebaseline ]
649crbug.com/602483 fast/table/border-collapsing/border-collapse-change-collapse-to-separate.html [ NeedsRebaseline ]
650crbug.com/602483 fast/table/border-collapsing/border-collapse-change-separate-to-collapse.html [ NeedsRebaseline ]
651crbug.com/602483 fast/table/border-collapsing/cached-69296.html [ NeedsRebaseline ]
652crbug.com/602483 fast/table/border-collapsing/cached-cell-append.html [ NeedsRebaseline ]
653crbug.com/602483 fast/table/border-collapsing/cached-cell-remove.html [ NeedsRebaseline ]
654crbug.com/602483 fast/table/border-collapsing/cached-change-cell-border-color.html [ NeedsRebaseline ]
655crbug.com/602483 fast/table/border-collapsing/cached-change-cell-border-width.html [ NeedsRebaseline ]
656crbug.com/602483 fast/table/border-collapsing/cached-change-cell-sl-border-color.html [ NeedsRebaseline ]
657crbug.com/602483 fast/table/border-collapsing/cached-change-col-border-color.html [ NeedsRebaseline ]
658crbug.com/602483 fast/table/border-collapsing/cached-change-col-border-width.html [ NeedsRebaseline ]
659crbug.com/602483 fast/table/border-collapsing/cached-change-colgroup-border-color.html [ NeedsRebaseline ]
660crbug.com/602483 fast/table/border-collapsing/cached-change-colgroup-border-width.html [ NeedsRebaseline ]
661crbug.com/602483 fast/table/border-collapsing/cached-change-row-border-color.html [ NeedsRebaseline ]
662crbug.com/602483 fast/table/border-collapsing/cached-change-row-border-width.html [ NeedsRebaseline ]
663crbug.com/602483 fast/table/border-collapsing/cached-change-table-border-color.html [ NeedsRebaseline ]
664crbug.com/602483 fast/table/border-collapsing/cached-change-table-border-width.html [ NeedsRebaseline ]
665crbug.com/602483 fast/table/border-collapsing/cached-change-tbody-border-color.html [ NeedsRebaseline ]
666crbug.com/602483 fast/table/border-collapsing/cached-change-tbody-border-width.html [ NeedsRebaseline ]
667crbug.com/602483 fast/table/resize-table-repaint-percent-size-cell.html [ NeedsRebaseline ]
668crbug.com/602483 fast/table/resize-table-repaint-vertical-align-cell.html [ NeedsRebaseline ]
669crbug.com/602483 fast/table/resize-table-row-repaint.html [ NeedsRebaseline ]
670crbug.com/602483 media/media-audio-no-spurious-repaints.html [ NeedsRebaseline ]
671crbug.com/602483 media/video-paint-invalidation.html [ NeedsRebaseline ]
672crbug.com/602483 paint/invalidation/animated-gif-background.html [ NeedsRebaseline ]
673crbug.com/602483 paint/invalidation/invalidate-box-shadow-currentColor.html [ NeedsRebaseline ]
674crbug.com/602483 paint/invalidation/invalidate-descendants-when-receiving-paint-layer.html [ NeedsRebaseline ]
675crbug.com/602483 paint/invalidation/non-text-link-invalidation-optimization.html [ NeedsRebaseline ]
676crbug.com/602483 paint/selection/invalidation-rect-includes-newline-for-rtl.html [ NeedsRebaseline ]
677crbug.com/602483 paint/selection/invalidation-rect-includes-newline-for-vertical-lr.html [ NeedsRebaseline ]
678crbug.com/602483 paint/selection/invalidation-rect-includes-newline-for-vertical-rl.html [ NeedsRebaseline ]
679crbug.com/602483 paint/selection/invalidation-rect-includes-newline.html [ NeedsRebaseline ]
680crbug.com/602483 paint/selection/invalidation-rect-with-br-includes-newline.html [ NeedsRebaseline ]
681crbug.com/602483 paint/selection/selection-within-composited-scroller.html [ NeedsRebaseline ]
682crbug.com/602483 svg/as-image/svg-image-change-content-size.xhtml [ NeedsRebaseline ]
683crbug.com/602483 svg/as-object/embedded-svg-size-changes-no-layout-triggers.html [ NeedsRebaseline ]
684crbug.com/602483 svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1.html [ NeedsRebaseline ]
685crbug.com/602483 svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2.html [ NeedsRebaseline ]
686crbug.com/602483 svg/carto.net/window.svg [ NeedsRebaseline ]
687crbug.com/602483 svg/custom/absolute-sized-content-with-resources.xhtml [ NeedsRebaseline ]
688crbug.com/602483 svg/custom/circle-move-invalidation.svg [ NeedsRebaseline ]
689crbug.com/602483 svg/custom/clip-path-child-changes.svg [ NeedsRebaseline ]
690crbug.com/602483 svg/custom/clip-path-href-changes.svg [ NeedsRebaseline ]
691crbug.com/602483 svg/custom/clip-path-id-changes.svg [ NeedsRebaseline ]
692crbug.com/602483 svg/custom/clip-path-units-changes.svg [ NeedsRebaseline ]
693crbug.com/602483 svg/custom/deep-dynamic-updates.svg [ NeedsRebaseline ]
694crbug.com/602483 svg/custom/gradient-add-stops.svg [ NeedsRebaseline ]
695crbug.com/602483 svg/custom/gradient-stop-style-change.svg [ NeedsRebaseline ]
696crbug.com/602483 svg/custom/js-late-clipPath-and-object-creation.svg [ NeedsRebaseline ]
697crbug.com/602483 svg/custom/js-late-clipPath-creation.svg [ NeedsRebaseline ]
698crbug.com/602483 svg/custom/js-late-gradient-and-object-creation.svg [ NeedsRebaseline ]
699crbug.com/602483 svg/custom/js-late-gradient-creation.svg [ NeedsRebaseline ]
700crbug.com/602483 svg/custom/js-late-marker-and-object-creation.svg [ NeedsRebaseline ]
701crbug.com/602483 svg/custom/js-late-marker-creation.svg [ NeedsRebaseline ]
702crbug.com/602483 svg/custom/js-late-mask-and-object-creation.svg [ NeedsRebaseline ]
703crbug.com/602483 svg/custom/js-late-mask-creation.svg [ NeedsRebaseline ]
704crbug.com/602483 svg/custom/js-late-pattern-and-object-creation.svg [ NeedsRebaseline ]
705crbug.com/602483 svg/custom/js-late-pattern-creation.svg [ NeedsRebaseline ]
706crbug.com/602483 svg/custom/js-repaint-rect-on-path-with-stroke.svg [ NeedsRebaseline ]
707crbug.com/602483 svg/custom/js-update-bounce.svg [ NeedsRebaseline ]
708crbug.com/602483 svg/custom/js-update-container.svg [ NeedsRebaseline ]
709crbug.com/602483 svg/custom/js-update-gradient.svg [ NeedsRebaseline ]
710crbug.com/602483 svg/custom/js-update-pattern-child.svg [ NeedsRebaseline ]
711crbug.com/602483 svg/custom/js-update-pattern.svg [ NeedsRebaseline ]
712crbug.com/602483 svg/custom/js-update-polygon-changes.svg [ NeedsRebaseline ]
713crbug.com/602483 svg/custom/js-update-polygon-removal.svg [ NeedsRebaseline ]
714crbug.com/602483 svg/custom/js-update-stop-linked-gradient.svg [ NeedsRebaseline ]
715crbug.com/602483 svg/custom/js-update-stop.svg [ NeedsRebaseline ]
716crbug.com/602483 svg/custom/js-update-style.svg [ NeedsRebaseline ]
717crbug.com/602483 svg/custom/marker-viewBox-changes.svg [ NeedsRebaseline ]
718crbug.com/602483 svg/custom/mask-invalidation.svg [ NeedsRebaseline ]
719crbug.com/602483 svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml [ NeedsRebaseline ]
720crbug.com/602483 svg/custom/pending-resource-after-removal.xhtml [ NeedsRebaseline ]
721crbug.com/602483 svg/custom/relative-sized-content-with-resources.xhtml [ NeedsRebaseline ]
722crbug.com/602483 svg/custom/relative-sized-content.xhtml [ NeedsRebaseline ]
723crbug.com/602483 svg/custom/relative-sized-deep-shadow-tree-content.xhtml [ NeedsRebaseline ]
724crbug.com/602483 svg/custom/relative-sized-image.xhtml [ NeedsRebaseline ]
725crbug.com/602483 svg/custom/relative-sized-inner-svg.xhtml [ NeedsRebaseline ]
726crbug.com/602483 svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml [ NeedsRebaseline ]
727crbug.com/602483 svg/custom/relative-sized-shadow-tree-content.xhtml [ NeedsRebaseline ]
728crbug.com/602483 svg/custom/relative-sized-use-on-symbol.xhtml [ NeedsRebaseline ]
729crbug.com/602483 svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml [ NeedsRebaseline ]
730crbug.com/602483 svg/custom/repaint-moving-svg-and-div.xhtml [ NeedsRebaseline ]
731crbug.com/602483 svg/custom/resource-client-removal.svg [ NeedsRebaseline ]
732crbug.com/602483 svg/custom/resource-invalidate-on-target-update.svg [ NeedsRebaseline ]
733crbug.com/602483 svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html [ NeedsRebaseline ]
734crbug.com/602483 svg/custom/text-dom-removal.svg [ NeedsRebaseline ]
735crbug.com/602483 svg/custom/text-repaint-including-stroke.svg [ NeedsRebaseline ]
736crbug.com/602483 svg/custom/text-xy-updates-SVGList.xhtml [ NeedsRebaseline ]
737crbug.com/602483 svg/custom/use-clipped-hit.svg [ NeedsRebaseline ]
738crbug.com/602483 svg/custom/use-detach.svg [ NeedsRebaseline ]
739crbug.com/602483 svg/custom/use-setAttribute-crash.svg [ NeedsRebaseline ]
740crbug.com/602483 svg/filters/feImage-change-target-id.svg [ NeedsRebaseline ]
741crbug.com/602483 svg/filters/feImage-multiple-targets-id-change.svg [ NeedsRebaseline ]
742crbug.com/602483 svg/filters/feImage-reference-invalidation.svg [ NeedsRebaseline ]
743crbug.com/602483 svg/filters/feImage-remove-target.svg [ NeedsRebaseline ]
744crbug.com/602483 svg/filters/feImage-target-add-to-document.svg [ NeedsRebaseline ]
745crbug.com/602483 svg/filters/feImage-target-attribute-change-with-use-indirection-2.svg [ NeedsRebaseline ]
746crbug.com/602483 svg/filters/feImage-target-attribute-change-with-use-indirection.svg [ NeedsRebaseline ]
747crbug.com/602483 svg/filters/feImage-target-attribute-change.svg [ NeedsRebaseline ]
748crbug.com/602483 svg/filters/feImage-target-changes-id.svg [ NeedsRebaseline ]
749crbug.com/602483 svg/filters/feImage-target-id-change.svg [ NeedsRebaseline ]
750crbug.com/602483 svg/filters/feImage-target-property-change.svg [ NeedsRebaseline ]
751crbug.com/602483 svg/filters/feImage-target-reappend-to-document.svg [ NeedsRebaseline ]
752crbug.com/602483 svg/filters/feImage-target-remove-from-document.svg [ NeedsRebaseline ]
753crbug.com/602483 svg/filters/filter-width-update.svg [ NeedsRebaseline ]
754crbug.com/602483 svg/filters/invalidate-on-child-layout.svg [ NeedsRebaseline ]
755crbug.com/602483 svg/repaint/add-background-property-on-root.html [ NeedsRebaseline ]
756crbug.com/602483 svg/repaint/add-outline-property-on-root.html [ NeedsRebaseline ]
757crbug.com/602483 svg/repaint/container-repaint.svg [ NeedsRebaseline ]
758crbug.com/602483 svg/repaint/fecomponenttransfer-in1-change.svg [ NeedsRebaseline ]
759crbug.com/602483 svg/repaint/foreign-object-repaint.svg [ NeedsRebaseline ]
760crbug.com/602483 svg/repaint/image-with-clip-path.svg [ NeedsRebaseline ]
761crbug.com/602483 svg/repaint/inner-svg-change-viewBox-contract.svg [ NeedsRebaseline ]
762crbug.com/602483 svg/repaint/inner-svg-change-viewPort-relative.svg [ NeedsRebaseline ]
763crbug.com/602483 svg/repaint/mask-clip-target-transform.svg [ NeedsRebaseline ]
764crbug.com/602483 svg/repaint/modify-inserted-listitem.html [ NeedsRebaseline ]
765crbug.com/602483 svg/repaint/modify-transferred-listitem-different-attr.html [ NeedsRebaseline ]
766crbug.com/602483 svg/repaint/modify-transferred-listitem.html [ NeedsRebaseline ]
767crbug.com/602483 svg/repaint/outline-offset-text.html [ NeedsRebaseline ]
768crbug.com/602483 svg/repaint/paintorder-filtered.svg [ NeedsRebaseline ]
769crbug.com/602483 svg/repaint/remove-background-property-on-root.html [ NeedsRebaseline ]
770crbug.com/602483 svg/repaint/remove-outline-property-on-root.html [ NeedsRebaseline ]
771crbug.com/602483 svg/repaint/repaint-non-scaling-stroke-text-decoration.html [ NeedsRebaseline ]
772crbug.com/602483 svg/repaint/repaint-non-scaling-stroke-text.html [ NeedsRebaseline ]
773crbug.com/602483 svg/repaint/repaint-paintorder.svg [ NeedsRebaseline ]
774crbug.com/602483 svg/repaint/text-mask-update.svg [ NeedsRebaseline ]
775crbug.com/602483 svg/repaint/text-pattern-update-2.html [ NeedsRebaseline ]
776crbug.com/602483 svg/repaint/text-pattern-update.html [ NeedsRebaseline ]
777crbug.com/602483 svg/repaint/transform-changed-state.html [ NeedsRebaseline ]
778crbug.com/602483 svg/repaint/transform-foreign-object.html [ NeedsRebaseline ]
779crbug.com/602483 svg/repaint/transform-text-element.html [ NeedsRebaseline ]
780crbug.com/602483 svg/repaint/tspan-pattern-update.html [ NeedsRebaseline ]
781crbug.com/602483 svg/text/append-text-node-to-tspan.html [ NeedsRebaseline ]
782crbug.com/602483 svg/text/ems-display-none.svg [ NeedsRebaseline ]
783crbug.com/602483 svg/text/exs-display-none.svg [ NeedsRebaseline ]
784crbug.com/602483 svg/text/modify-text-node-in-tspan.html [ NeedsRebaseline ]
785crbug.com/602483 svg/text/remove-text-node-from-tspan.html [ NeedsRebaseline ]
786crbug.com/602483 svg/text/remove-tspan-from-text.html [ NeedsRebaseline ]
787crbug.com/602483 svg/text/text-rescale.html [ NeedsRebaseline ]
788crbug.com/602483 svg/text/text-selection-text-05-t.svg [ NeedsRebaseline ]
789crbug.com/602483 svg/text/text-viewbox-rescale.html [ NeedsRebaseline ]
790crbug.com/602483 svg/text/tspan-dynamic-positioning.svg [ NeedsRebaseline ]
791crbug.com/602483 svg/zoom/page/absolute-sized-document-no-scrollbars.svg [ NeedsRebaseline ]
792crbug.com/602483 svg/zoom/page/relative-sized-document-scrollbars.svg [ NeedsRebaseline ]
793crbug.com/602483 transforms/transform-focus-ring-repaint.html [ NeedsRebaseline ]
794crbug.com/602483 virtual/display_list_2d_canvas/fast/canvas/canvas-composite-repaint-by-all-imagesource.html [ NeedsRebaseline ]
795crbug.com/602483 virtual/gpu-rasterization/fast/images/fixed-img-src-change-after-scroll.html [ NeedsRebaseline ]
796crbug.com/602483 virtual/gpu-rasterization/fast/images/repaint-subrect-grid.html [ NeedsRebaseline ]
797crbug.com/602483 virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-color-change.html [ NeedsRebaseline ]
798crbug.com/602483 virtual/prefer_compositing_to_lcd_text/compositing/overflow/text-match-highlight.html [ NeedsRebaseline ]
799crbug.com/602483 virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-and-content.html [ NeedsRebaseline ]
800
dgozmande4ded92016-03-22 18:33:49801crbug.com/596968 [ Win ] inspector-protocol/input/eventTimestamp.html [ Failure Pass ]
802
[email protected]b5428542015-08-06 21:26:56803crbug.com/248938 [ Win Debug ] virtual/threaded/animations/transition-and-animation-2.html [ Timeout ]
[email protected]63d65472015-04-07 09:11:59804
tkent828afb6d2015-12-11 08:53:47805crbug.com/487281 [ Mac ] fast/forms/select/menulist-narrow-width.html [ Failure ]
[email protected]b10624a62015-06-08 19:20:43806
drott9f6a2b02015-10-23 16:29:50807crbug.com/543110 [ Mac ] fast/text/international/text-shaping-arabic.html [ Failure ]
drott9f6a2b02015-10-23 16:29:50808
yurysf6f20f92015-11-30 18:21:37809crbug.com/548904 [ Linux Win ] fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure Pass ]
drott9f6a2b02015-10-23 16:29:50810
Stefan Zager35b1c5a22015-11-06 17:15:30811crbug.com/552433 svg/W3C-SVG-1.1/coords-units-02-b.svg [ Pass Failure ]
Walter Korman8acca612015-11-07 02:20:55812crbug.com/552433 [ Linux Mac Win10 Win7 ] svg/dom/length-list-parser.html [ Failure Pass ]
813crbug.com/552433 [ Linux Mac Win10 Win7 ] svg/transforms/text-with-pattern-with-svg-transform.svg [ Failure Pass ]
814crbug.com/552433 [ Linux Mac Win10 Win7 ] svg/hixie/perf/006.xml [ Failure Pass ]
fs7ada59be2015-11-06 21:34:35815
[email protected]ca44271b2015-09-16 01:33:07816crbug.com/530044 transforms/2d/transform-borderbox.html [ NeedsManualRebaseline ]
817
[email protected]3bc717b2015-04-27 05:43:03818# This directly has manual tests that don't have to run with run-webkit-tests
[email protected]f4ad2d62014-04-04 21:39:53819crbug.com/359838 http/tests/ManualTests/ [ Skip ]
[email protected]ad403a162013-11-05 13:56:52820
[email protected]5e1dfcb2015-03-26 15:58:39821# Will be re-enabled and rebaselined once we remove the '--enable-file-cookies' flag.
822crbug.com/470482 fast/cookies/local-file-can-set-cookies.html [ Skip ]
823
[email protected]387a89c52013-08-01 13:56:06824# Text::inDocument() returns false but should not.
825crbug.com/264138 dom/xhtml/level3/core/nodecomparedocumentposition38.xhtml [ Failure ]
826
ojandb6cbb92015-10-16 02:07:50827crbug.com/240374 compositing/overlap-blending/reflection-opacity-huge.html [ Failure ]
828crbug.com/240374 compositing/overlap-blending/children-opacity-huge.html [ Failure ]
829crbug.com/240374 compositing/overlap-blending/children-opacity-no-overlap.html [ Failure ]
[email protected]387a89c52013-08-01 13:56:06830
robhogan622e42e2015-12-22 07:54:43831crbug.com/410145 [ Win ] fast/table/column-in-inline.html [ Failure ]
832
nainara2f07ea52016-01-25 02:33:53833crbug.com/411164 [ Win ] http/tests/security/powerfulFeatureRestrictions/serviceworker-on-insecure-origin.html [ Pass ]
[email protected]732471d2014-09-05 06:25:21834
[email protected]8e4601052015-04-10 19:19:01835crbug.com/475984 [ Mac Debug ] css2.1/t100801-c544-valgn-03-d-agi.html [ Failure ]
836
[email protected]f4587482015-08-07 23:28:29837# Rebaseline didn't fix this. It's flaking between two different failures due to rounding error.
[email protected]da8b83d52015-08-11 02:36:55838# It consistently fails on debug builds and sometiems on release+asserts builds.
839# But consistently passes on release builds.
840crbug.com/518005 crbug.com/463358 [ Mac ] svg/W3C-SVG-1.1/struct-frag-02-t.svg [ Pass Failure ]
[email protected]3a579572015-08-07 21:32:05841
jbroman2140a5bf2015-10-20 16:59:00842# SPv2 paint properties are still being implemented.
pdr584121862016-02-02 01:10:55843#
844# These tests should not be rebaselined automatically, as our goal is to exactly match
845# existing tests. We have skipped the entire spv2 directory and are adding [ Pass ] lines
846# as we go. Please remove [ Pass ] lines instead of rebaselining these tests.
jbroman739203472015-12-10 00:31:43847crbug.com/537409 virtual/spv2/ [ Skip ]
jbroman848d94d42016-01-15 19:56:53848crbug.com/563667 virtual/spv2/fast/block/basic/001.html [ Pass ]
pdr188401b2016-01-18 23:51:50849crbug.com/563667 virtual/spv2/fast/block/positioning/static-distance-with-positioned-ancestor.html [ Pass ]
jbromanfdebf822016-01-22 18:38:44850crbug.com/563667 virtual/spv2/fast/block/float/clamped-right-float.html [ Pass ]
jbromancd7e76692016-01-30 05:53:31851crbug.com/580355 virtual/spv2/fast/block/basic/018.html [ Pass ]
852crbug.com/580355 virtual/spv2/fast/block/basic/adding-near-anonymous-block.html [ Pass ]
853crbug.com/580355 virtual/spv2/fast/block/basic/text-indent-rtl.html [ Pass ]
jbromancd7e76692016-01-30 05:53:31854crbug.com/580355 virtual/spv2/fast/block/basic/white-space-pre-wraps.html [ Pass ]
855crbug.com/580355 virtual/spv2/fast/block/float/001.html [ Pass ]
jbromancd7e76692016-01-30 05:53:31856crbug.com/580355 virtual/spv2/fast/block/float/independent-align-positioning.html [ Pass ]
857crbug.com/580355 virtual/spv2/fast/block/float/intruding-painted-twice.html [ Pass ]
jbromancd7e76692016-01-30 05:53:31858crbug.com/580355 virtual/spv2/fast/block/float/shrink-to-fit-width.html [ Pass ]
859crbug.com/580355 virtual/spv2/fast/block/float/table-relayout.html [ Pass ]
860crbug.com/580355 virtual/spv2/fast/block/float/vertical-move-relayout.html [ Pass ]
861crbug.com/580355 virtual/spv2/fast/block/margin-collapse/001.html [ Pass ]
862crbug.com/580355 virtual/spv2/fast/block/margin-collapse/005.html [ Pass ]
jbromancd7e76692016-01-30 05:53:31863crbug.com/580355 virtual/spv2/fast/block/margin-collapse/012.html [ Pass ]
864crbug.com/580355 virtual/spv2/fast/block/margin-collapse/015.html [ Pass ]
865crbug.com/580355 virtual/spv2/fast/block/margin-collapse/016.html [ Pass ]
jbromancd7e76692016-01-30 05:53:31866crbug.com/580355 virtual/spv2/fast/block/margin-collapse/019.html [ Pass ]
867crbug.com/580355 virtual/spv2/fast/block/margin-collapse/020.html [ Pass ]
868crbug.com/580355 virtual/spv2/fast/block/margin-collapse/056.html [ Pass ]
869crbug.com/580355 virtual/spv2/fast/block/margin-collapse/059.html [ Pass ]
870crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/001.html [ Pass ]
871crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/005.html [ Pass ]
jbromancd7e76692016-01-30 05:53:31872crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/012.html [ Pass ]
873crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/015.html [ Pass ]
874crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/016.html [ Pass ]
jbromancd7e76692016-01-30 05:53:31875crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/019.html [ Pass ]
876crbug.com/580355 virtual/spv2/fast/block/margin-collapse/block-inside-inline/020.html [ Pass ]
877crbug.com/580355 virtual/spv2/fast/block/positioning/height-change.html [ Pass ]
878crbug.com/580355 virtual/spv2/fast/block/positioning/relayout-on-position-change.html [ Pass ]
pdrbfb0fc42016-03-22 20:55:04879crbug.com/596780 virtual/spv2/compositing/framesets/composited-frame-alignment.html [ Pass ]
880crbug.com/596780 virtual/spv2/compositing/geometry/outline-change.html [ Pass ]
881crbug.com/596780 virtual/spv2/compositing/squashing/incorrect-clip-after-remove-compositing.html [ Pass ]
pdr143503e2016-04-08 16:23:26882crbug.com/600618 virtual/spv2/svg/custom/fill-update.svg [ Pass ]
883crbug.com/600618 virtual/spv2/svg/custom/getscreenctm-in-mixed-content.xhtml [ Pass ]
884crbug.com/600618 virtual/spv2/svg/custom/non-scaling-stroke-markers.svg [ Pass ]
885crbug.com/600618 virtual/spv2/svg/custom/object-current-scale.html [ Pass ]
886crbug.com/600618 virtual/spv2/svg/custom/object-sizing-explicit-height.xhtml [ Pass ]
887crbug.com/600618 virtual/spv2/svg/custom/object-sizing-explicit-width-height.xhtml [ Pass ]
888crbug.com/600618 virtual/spv2/svg/custom/object-sizing-explicit-width.xhtml [ Pass ]
wangxianzhu3c4c8102016-04-12 05:41:41889# TODO(wangxianzhu): restore this after rebaseline for crbug.com/602483
890# crbug.com/600618 virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml [ Pass ]
pdr143503e2016-04-08 16:23:26891crbug.com/600618 virtual/spv2/svg/custom/svg-root-padding-left.html [ Pass ]
892crbug.com/600618 virtual/spv2/svg/custom/svg-root-padding-top.html [ Pass ]
893crbug.com/600618 virtual/spv2/svg/custom/viewport-em.svg [ Pass ]
894crbug.com/600618 virtual/spv2/svg/css/border-image-zoomed.html [ Pass ]
895crbug.com/600618 virtual/spv2/svg/css/max-height.html [ Pass ]
896crbug.com/600618 virtual/spv2/svg/css/max-width.html [ Pass ]
trchen1fbc9682016-03-15 02:08:08897
trchene5eb731a2016-03-29 02:13:11898crbug.com/537409 virtual/spv2/fast/clip [ Pass ]
trchenbe699772016-03-09 00:32:44899crbug.com/537409 virtual/spv2/fast/overflow [ Pass ]
trchene5eb731a2016-03-29 02:13:11900# PaintArtifactCompositor doesn't implement effects yet.
901crbug.com/563667 virtual/spv2/fast/overflow/007.html [ Failure ]
trchen1fbc9682016-03-15 02:08:08902# Sub-pixel differences in layout tests for SPv2
trchene5eb731a2016-03-29 02:13:11903crbug.com/589265 virtual/spv2/fast/clip/nestedTransparencyClip.html [ Failure ]
904crbug.com/589265 virtual/spv2/fast/clip/outline-overflowClip.html [ Failure ]
trchenbe699772016-03-09 00:32:44905crbug.com/589265 virtual/spv2/fast/block/float/002.html [ Failure ]
906crbug.com/589265 virtual/spv2/fast/overflow/001.html [ Failure ]
trchen1fbc9682016-03-15 02:08:08907crbug.com/589265 virtual/spv2/fast/overflow/003.xml [ Failure ]
trchenbe699772016-03-09 00:32:44908crbug.com/589265 virtual/spv2/fast/overflow/border-radius-clipping.html [ Failure ]
trchen1fbc9682016-03-15 02:08:08909crbug.com/589265 virtual/spv2/fast/overflow/childFocusRingClip.html [ Failure ]
trchenbe699772016-03-09 00:32:44910crbug.com/589265 virtual/spv2/fast/overflow/clip-rects-fixed-ancestor.html [ Failure ]
911crbug.com/589265 virtual/spv2/fast/overflow/dynamic-hidden.html [ Failure ]
trchen1fbc9682016-03-15 02:08:08912crbug.com/589265 virtual/spv2/fast/overflow/float-in-relpositioned.html [ Failure ]
913crbug.com/589265 virtual/spv2/fast/overflow/hit-test-overflow-controls.html [ Failure ]
914crbug.com/589265 virtual/spv2/fast/overflow/image-selection-highlight.html [ Failure ]
915crbug.com/589265 virtual/spv2/fast/overflow/overflow-float-stacking.html [ Failure ]
trchenbe699772016-03-09 00:32:44916crbug.com/589265 virtual/spv2/fast/overflow/overflow-focus-ring.html [ Failure ]
trchen1fbc9682016-03-15 02:08:08917crbug.com/589265 virtual/spv2/fast/overflow/overflow-stacking.html [ Failure ]
trchenbe699772016-03-09 00:32:44918crbug.com/589265 virtual/spv2/fast/overflow/overflow-text-hit-testing.html [ Failure ]
trchen1fbc9682016-03-15 02:08:08919crbug.com/589265 virtual/spv2/fast/overflow/overflow-with-local-background-attachment.html [ Failure ]
920crbug.com/589265 virtual/spv2/fast/overflow/scrollbar-position-update.html [ Failure ]
pdrbfb0fc42016-03-22 20:55:04921crbug.com/589265 virtual/spv2/compositing/geometry/root-layer-update.html [ Failure ]
922
trchen1fbc9682016-03-15 02:08:08923# Implement scrollbars in FramePainter for SPv2
trchenbe699772016-03-09 00:32:44924crbug.com/589279 virtual/spv2/fast/overflow/006.html [ Failure ]
trchen55b667592016-03-10 07:30:11925crbug.com/589279 virtual/spv2/fast/overflow/hidden-viewport-x.html [ Failure ]
926crbug.com/589279 virtual/spv2/fast/overflow/hidden-viewport-y.html [ Failure ]
trchen1fbc9682016-03-15 02:08:08927crbug.com/589279 virtual/spv2/fast/overflow/overflow-x-y.html [ Failure ]
trchenbe699772016-03-09 00:32:44928crbug.com/589279 virtual/spv2/fast/overflow/position-fixed-transform-clipping.html [ Failure ]
trchen1fbc9682016-03-15 02:08:08929crbug.com/589279 virtual/spv2/fast/overflow/scrollRevealButton.html [ Failure ]
930# Implement table walk in PaintPropertyTreeBuilder.
931crbug.com/593525 virtual/spv2/fast/overflow/002.html [ Failure ]
932crbug.com/593525 virtual/spv2/fast/overflow/overflow-rtl-vertical.html [ Failure ]
933crbug.com/593525 virtual/spv2/fast/overflow/overflow-rtl.html [ Failure ]
934crbug.com/593525 virtual/spv2/fast/overflow/table-overflow-float.html [ Failure ]
935# [SPv2] PaintLayerPainter should adjust cull rect between transform spaces.
936crbug.com/593596 virtual/spv2/fast/overflow/overflow-update-transform.html [ Failure ]
937crbug.com/593596 virtual/spv2/fast/overflow/scroll-nested-positioned-layer-in-overflow.html [ Failure ]
trchene5eb731a2016-03-29 02:13:11938# [SPv2] Handle transform space reversion in PaintArtifactCompositor
eae63f4a422016-04-08 09:02:53939crbug.com/597156 virtual/spv2/fast/clip/010.html [ Crash Failure ]
trchene5eb731a2016-03-29 02:13:11940# [SPv2] Implement border radius rasterizing / drawing
941crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-clip.html [ Failure ]
942crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-combinations.html [ Failure ]
943crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-composited-parent.html [ Failure ]
944crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-composited.html [ Failure ]
945crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-fixed-position.html [ Failure ]
946crbug.com/597158 virtual/spv2/fast/clip/overflow-border-radius-transformed.html [ Failure ]
trchenbe699772016-03-09 00:32:44947
pdrf31f83e2016-02-23 04:35:19948crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibility-3d.html [ Pass ]
949crbug.com/587236 virtual/spv2/compositing/backface-visibility/backface-visibility-simple.html [ Pass ]
jbroman8b3ed672016-03-01 22:51:36950crbug.com/587970 virtual/spv2/compositing/plugins/webplugin-alpha.html [ Pass ]
951crbug.com/587970 virtual/spv2/compositing/plugins/webplugin-no-alpha.html [ Pass ]
jbroman2140a5bf2015-10-20 16:59:00952
pdrbfb0fc42016-03-22 20:55:04953# These failures have been manually verified to be only paint invalidation text differences.
954crbug.com/596780 virtual/spv2/compositing/geometry/bounds-clipped-composited-child.html [ Failure ]
955crbug.com/596780 virtual/spv2/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex.html [ Failure ]
956crbug.com/596780 virtual/spv2/compositing/geometry/bounds-ignores-hidden-dynamic.html [ Failure ]
957crbug.com/596780 virtual/spv2/compositing/rtl/rtl-iframe-absolute-overflow.html [ Failure ]
958crbug.com/596780 virtual/spv2/compositing/rtl/rtl-iframe-absolute.html [ Failure ]
959crbug.com/596780 virtual/spv2/compositing/rtl/rtl-iframe-fixed-overflow.html [ Failure ]
960crbug.com/596780 virtual/spv2/compositing/rtl/rtl-iframe-fixed.html [ Failure ]
961crbug.com/596780 virtual/spv2/compositing/rtl/rtl-iframe-relative.html [ Failure ]
962crbug.com/596780 virtual/spv2/compositing/visibility/layer-visible-content.html [ Failure ]
963
pdr143503e2016-04-08 16:23:26964# This test has a paint invalidation failure that needs to be investigated.
Xianzhu Wangd3767e52016-04-12 04:48:40965crbug.com/600618 virtual/spv2/svg/as-image/svg-image-with-data-uri.html [ Failure Crash ]
pdr143503e2016-04-08 16:23:26966
[email protected]fc0fe8382015-09-01 01:27:24967# In imported/web-platform-tests/html/, we prefer checking in failure
[email protected]9cdf21482015-08-10 00:34:46968# expectation files. The following tests with [ Failure ] don't have failure
969# expectation files because they contain local path names.
[email protected]e9a8f6d62015-08-19 05:03:30970# Use crbug.com/490511 for untriaged failures.
kojiid12b58ef2016-04-07 08:27:41971crbug.com/490511 imported/web-platform-tests/dom/nodes/Document-contentType/contentType/contenttype_txt.html [ Timeout ]
dprankec975dce2016-03-06 02:33:07972crbug.com/490511 [ Linux Win ] imported/web-platform-tests/html/rendering/bindings/the-input-element-as-a-text-entry-widget/unrecognized-type-should-fallback-as-text-type.html [ Failure ]
ojandb6cbb92015-10-16 02:07:50973crbug.com/526898 imported/web-platform-tests/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-x.xhtml [ Failure ]
974crbug.com/108417 imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-border-1.html [ Failure ]
kojii6197e1ed2015-11-18 16:08:33975crbug.com/490511 imported/web-platform-tests/html/rendering/non-replaced-elements/the-hr-element-0/color.html [ Failure Pass ]
976crbug.com/490511 imported/web-platform-tests/html/rendering/non-replaced-elements/the-hr-element-0/width.html [ Failure Pass ]
[email protected]e9a8f6d62015-08-19 05:03:30977crbug.com/490511 imported/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html [ Failure Pass ]
[email protected]dda970e02015-06-06 18:16:45978crbug.com/490511 imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src.html [ Failure ]
[email protected]fc0fe8382015-09-01 01:27:24979crbug.com/525889 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-setInterval.html [ Failure ]
980crbug.com/525889 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-setTimeout.html [ Failure ]
981crbug.com/525889 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-setInterval.html [ Failure ]
982crbug.com/525889 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-setTimeout.html [ Failure ]
[email protected]07499442015-05-22 02:25:49983
[email protected]b7d47f42015-09-13 03:40:26984crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/elements-001.html [ Failure ]
hayato14136cef2016-03-25 03:43:20985crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html [ Failure ]
[email protected]b7d47f42015-09-13 03:40:26986crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/events/event-dispatch/test-003.html [ Failure ]
987crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-003.html [ Failure ]
988crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-001.html [ Failure Crash ]
989crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-002.html [ Failure ]
990crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-003.html [ Failure ]
hayato3a686f12016-03-03 02:22:06991crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-004.html [ Failure ]
[email protected]b7d47f42015-09-13 03:40:26992crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-003.html [ Failure ]
993crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/custom-pseudo-elements/test-001.html [ Failure ]
994crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/styles/css-variables/test-001.html [ Failure ]
995crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/styles/test-003.html [ Failure ]
996crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/styles/test-010.html [ Failure Crash ]
kochif7ca0a12016-02-25 10:49:04997crbug.com/413731 imported/web-platform-tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html [ Failure Crash ]
[email protected]f611b4e02014-04-06 05:41:13998
wangxianzhu8c0c32362016-04-12 19:53:12999crbug.com/602483 fast/repaint/delete-into-nested-block.html [ Pass Failure ]
1000
Stefan Zager595bc412015-11-06 20:25:061001crbug.com/552532 [ Win10 ] fast/replaced/no-focus-ring-embed.html [ Pass Crash ]
1002crbug.com/552532 [ Win10 ] fast/replaced/no-focus-ring-object.html [ Pass Crash ]
1003crbug.com/552532 [ Win10 ] plugins/focus.html [ Pass Crash ]
Stefan Zager595bc412015-11-06 20:25:061004crbug.com/552532 [ Win10 ] plugins/tabindex.html [ Pass Crash ]
1005
myid.shinb2771e8b2016-04-14 21:45:441006crbug.com/602110 hittesting/border-hittest-with-image-fallback.html [ Failure ]
1007
[email protected]b7d47f42015-09-13 03:40:261008crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/test-004.html [ Failure ]
1009crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html [ Failure ]
1010crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html [ Failure ]
1011crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-002.html [ Failure ]
1012crbug.com/505364 crbug.com/520616 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-009.html [ Failure ]
[email protected]59ce4852015-04-09 08:22:131013
suzyhd90c1ea2016-04-08 05:43:381014crbug.com/387740 imported/web-platform-tests/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.html [ Skip ]
1015crbug.com/387740 imported/web-platform-tests/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.html [ Skip ]
1016crbug.com/387740 imported/web-platform-tests/mediacapture-streams/MediaStreamTrack-end.html [ Skip ]
1017crbug.com/387740 imported/web-platform-tests/mediacapture-streams/MediaStreamTrack-init.html [ Skip ]
1018crbug.com/387740 imported/web-platform-tests/mediacapture-streams/MediaStream-audio-only.html [ Skip ]
1019crbug.com/387740 imported/web-platform-tests/mediacapture-streams/MediaStream-finished-add.html [ Skip ]
1020crbug.com/387740 imported/web-platform-tests/mediacapture-streams/MediaStream-idl.html [ Skip ]
1021crbug.com/387740 imported/web-platform-tests/mediacapture-streams/MediaStream-removetrack.html [ Skip ]
[email protected]53c39092014-08-17 03:24:441022
suzyhd90c1ea2016-04-08 05:43:381023crbug.com/412381 imported/web-platform-tests/mediacapture-streams/GUM-empty-option-param.html [ Failure ]
1024crbug.com/412381 imported/web-platform-tests/mediacapture-streams/GUM-trivial-constraint.html [ Failure ]
1025crbug.com/412381 imported/web-platform-tests/mediacapture-streams/GUM-unknownkey-option-param.html [ Failure ]
[email protected]53c39092014-08-17 03:24:441026
[email protected]fe43076ea2014-11-18 23:41:421027crbug.com/325673 imported/web-platform-tests/custom-elements/concepts/custom-elements-type-allowed-chars-first-char.html [ Failure Timeout ]
1028crbug.com/325673 imported/web-platform-tests/custom-elements/concepts/custom-elements-type-allowed-chars.html [ Failure Timeout ]
[email protected]1cc577a2014-09-12 03:43:211029crbug.com/325673 imported/web-platform-tests/custom-elements/concepts/custom-elements-type-naming.html [ Failure ]
[email protected]5ab4c152014-09-10 08:11:211030
eae41180572015-10-16 16:55:471031crbug.com/542660 fast/css/absolute-inline-alignment-2.html [ Failure ]
Emil A Eklundc86457b2015-10-18 22:55:591032
1033# Ref tests that needs investigation.
1034crbug.com/404597 [ Mac ] fast/css3-text/css3-text-justify/text-justify-crash.html [ Failure ]
Emil A Eklundf86d2d32015-10-20 16:31:221035crbug.com/404597 fast/forms/long-text-in-input.html [ Failure ]
Emil A Eklundc86457b2015-10-18 22:55:591036
joelo11ae66392015-10-19 03:50:591037# Ref test needs updating due to new font metrics.
1038crbug.com/404597 fast/css/text-overflow-ellipsis-button.html [ Pass Failure ]
1039crbug.com/404597 [ Win ] fast/selectors/007a.html [ Pass Failure ]
1040
1041crbug.com/505364 imported/web-platform-tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/create-element-interface-type-is-a-type-extension.html [ Failure ]
1042
joelo11ae66392015-10-19 03:50:591043crbug.com/517840 imported/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html [ Failure Timeout ]
1044
joelo11ae66392015-10-19 03:50:591045
noela86f2612015-11-10 02:18:241046crbug.com/552494 scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
1047crbug.com/552494 virtual/prefer_compositing_to_lcd_text/scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
1048crbug.com/552494 virtual/rootlayerscrolls/scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
1049
joelo11ae66392015-10-19 03:50:591050crbug.com/380217 [ Linux Win ] fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html [ Skip ]
1051crbug.com/380217 [ Win ] fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-left.html [ Skip ]
1052
1053crbug.com/405389 imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/polygon/shape-outside-polygon-017.html [ Failure ]
1054crbug.com/424365 imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-010.html [ Failure ]
1055crbug.com/424365 imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-024.html [ Failure ]
dprankec975dce2016-03-06 02:33:071056crbug.com/441840 [ Linux Win ] imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-001.html [ Failure ]
joelo11ae66392015-10-19 03:50:591057crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-004.html [ Failure ]
1058crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-005.html [ Failure ]
1059crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
1060crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-005.html [ Failure ]
1061crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-003.html [ Failure ]
1062crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-004.html [ Failure ]
dprankec975dce2016-03-06 02:33:071063crbug.com/441840 [ Linux Win ] imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]
joelo11ae66392015-10-19 03:50:591064
kojii5fcda07b2016-03-02 05:00:201065crbug.com/586413 imported/csswg-test/css-snap-size-1/snap-width-block-in-available-001.html [ Failure ]
1066crbug.com/586413 imported/csswg-test/css-snap-size-1/snap-width-block-in-fixed-001.html [ Failure ]
1067crbug.com/586413 imported/csswg-test/css-snap-size-1/snap-width-block-in-max-001.html [ Failure ]
1068crbug.com/586413 imported/csswg-test/css-snap-size-1/snap-width-inline-in-available-001.html [ Failure ]
1069crbug.com/586413 imported/csswg-test/css-snap-size-1/snap-width-inline-in-fixed-001.html [ Failure ]
1070crbug.com/586413 imported/csswg-test/css-snap-size-1/snap-width-inline-in-max-001.html [ Failure ]
kojii7bcb5102016-02-25 09:24:341071
joelo11ae66392015-10-19 03:50:591072crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-003.xht [ Failure ]
1073crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-005.xht [ Failure ]
1074crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-011.xht [ Failure ]
1075crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-013.xht [ Failure ]
1076crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-033.xht [ Failure ]
1077crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-002.xht [ Failure ]
1078crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-004.xht [ Failure ]
1079crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-006.xht [ Failure ]
1080crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-008.xht [ Failure ]
1081crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-010.xht [ Failure ]
1082crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-012.xht [ Failure ]
1083crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-014.xht [ Failure ]
1084crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-016.xht [ Failure ]
1085crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-018.xht [ Failure ]
1086crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-020.xht [ Failure ]
1087crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-030.xht [ Failure ]
1088crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-005.xht [ Failure ]
1089crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-017.xht [ Failure ]
1090crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-029.xht [ Failure ]
1091crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-041.xht [ Failure ]
1092crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-053.xht [ Failure ]
1093crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-065.xht [ Failure ]
1094crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-077.xht [ Failure ]
1095crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-089.xht [ Failure ]
1096crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-095.xht [ Failure ]
1097crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-105.xht [ Failure ]
1098crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-109.xht [ Failure ]
1099crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-121.xht [ Failure ]
1100crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-125.xht [ Failure ]
1101crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-137.xht [ Failure ]
1102crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-141.xht [ Failure ]
1103crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-153.xht [ Failure ]
1104crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-157.xht [ Failure ]
1105crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-004.xht [ Failure ]
1106crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-010.xht [ Failure ]
1107crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-016.xht [ Failure ]
1108crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-028.xht [ Failure ]
1109crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-034.xht [ Failure ]
1110crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-040.xht [ Failure ]
1111crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-052.xht [ Failure ]
1112crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-064.xht [ Failure ]
1113crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-076.xht [ Failure ]
1114crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-088.xht [ Failure ]
1115crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-104.xht [ Failure ]
1116crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-108.xht [ Failure ]
1117crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-112.xht [ Failure ]
1118crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-116.xht [ Failure ]
1119crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-124.xht [ Failure ]
1120crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-128.xht [ Failure ]
1121crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-136.xht [ Failure ]
1122crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-140.xht [ Failure ]
1123crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-144.xht [ Failure ]
1124crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-148.xht [ Failure ]
1125crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-156.xht [ Failure ]
1126crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-160.xht [ Failure ]
1127crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-169.xht [ Failure ]
1128crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-173.xht [ Failure ]
1129crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-185.xht [ Failure ]
1130crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-189.xht [ Failure ]
1131crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-201.xht [ Failure ]
1132crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-205.xht [ Failure ]
1133crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-217.xht [ Failure ]
1134crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-221.xht [ Failure ]
1135crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-225.xht [ Failure ]
1136crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-229.xht [ Failure ]
1137crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-172.xht [ Failure ]
1138crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-176.xht [ Failure ]
1139crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-188.xht [ Failure ]
1140crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-192.xht [ Failure ]
1141crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-204.xht [ Failure ]
1142crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-208.xht [ Failure ]
1143crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-220.xht [ Failure ]
1144crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-224.xht [ Failure ]
1145
1146crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-block-alignment-003.xht [ Failure ]
1147crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-block-alignment-005.xht [ Failure ]
1148crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-block-alignment-007.xht [ Failure ]
1149crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-table-alignment-003.xht [ Failure ]
1150crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-table-alignment-005.xht [ Failure ]
1151crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-002.xht [ Failure ]
1152crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-003.xht [ Failure ]
1153crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-004.xht [ Failure ]
1154crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-005.xht [ Failure ]
1155crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-001.html [ Failure ]
kojiiac4eabd2016-01-28 04:58:291156crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-003.html [ Failure ]
joelo11ae66392015-10-19 03:50:591157crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-004.html [ Failure ]
1158crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-001.html [ Failure ]
kojiiac4eabd2016-01-28 04:58:291159crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-003.html [ Failure ]
joelo11ae66392015-10-19 03:50:591160crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-004.html [ Failure ]
joelo11ae66392015-10-19 03:50:591161
noel5a0a7d492015-12-22 03:14:271162# Test sometimes flakes on most platforms
1163crbug.com/571531 imported/csswg-test/css-flexbox-1/css-flexbox-height-animation-stretch.html [ Pass Failure ]
1164
joelo11ae66392015-10-19 03:50:591165# Either "combo" or split should run: http://testthewebforward.org/docs/css-naming.html
1166crbug.com/410320 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001.html [ Skip ]
joelo11ae66392015-10-19 03:50:591167crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-orientation-script-001.html [ Skip ]
1168crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-orientation-script-001e.html [ Failure ]
1169
1170# These tests pass but images do not match because of wrong half-leading in vertical-lr
1171crbug.com/537080 imported/csswg-test/css-writing-modes-3/vertical-alignment-003.xht [ Failure ]
1172crbug.com/537080 imported/csswg-test/css-writing-modes-3/vertical-alignment-009.xht [ Failure ]
1173
1174# These tests pass but images do not match because of position: absolute in vertical flow bug
kojii3924dfc2015-11-26 14:51:311175crbug.com/492664 imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-009.xht [ Failure ]
joelo11ae66392015-10-19 03:50:591176crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vlr-003.xht [ Failure ]
1177crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vlr-005.xht [ Failure ]
1178crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vlr-007.xht [ Failure ]
1179crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vlr-009.xht [ Failure ]
1180crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vrl-002.xht [ Failure ]
1181crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vrl-004.xht [ Failure ]
1182crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006.xht [ Failure ]
1183crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vrl-008.xht [ Failure ]
kojii3924dfc2015-11-26 14:51:311184crbug.com/492664 imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-009.xht [ Failure ]
joelo11ae66392015-10-19 03:50:591185
1186# These tests pass but images do not match because tests are stricter than the spec.
1187crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-001.html [ Failure ]
1188crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-002.html [ Failure ]
1189crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-003.html [ Failure ]
1190
1191# These CSS Writing Modes Level 3 tests pass but causes 1px diff on images, notified to the submitter.
kojii3924dfc2015-11-26 14:51:311192crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht [ Failure ]
1193crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-002.xht [ Failure ]
1194crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-003.xht [ Failure ]
joelo11ae66392015-10-19 03:50:591195crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-004.xht [ Failure ]
kojii3924dfc2015-11-26 14:51:311196crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-005.xht [ Failure ]
1197crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-006.xht [ Failure ]
1198crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-007.xht [ Failure ]
1199crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-008.xht [ Failure ]
1200crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-010.xht [ Failure ]
1201crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-011.xht [ Failure ]
1202crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-012.xht [ Failure ]
1203crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-013.xht [ Failure ]
1204crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-014.xht [ Failure ]
1205crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-015.xht [ Failure ]
1206crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-016.xht [ Failure ]
1207crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-019.xht [ Failure ]
1208crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-020.xht [ Failure ]
1209crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-021.xht [ Failure ]
1210crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-022.xht [ Failure ]
1211crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-023.xht [ Failure ]
1212crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-024.xht [ Failure ]
joelo11ae66392015-10-19 03:50:591213crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/inline-block-alignment-006.xht [ Failure ]
kojii3924dfc2015-11-26 14:51:311214crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-htb-001.xht [ Failure ]
1215crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-002.xht [ Failure ]
1216crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-003.xht [ Failure ]
1217crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-005.xht [ Failure ]
1218crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-006.xht [ Failure ]
1219crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-007.xht [ Failure ]
1220crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-008.xht [ Failure ]
1221crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-010.xht [ Failure ]
1222crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-011.xht [ Failure ]
1223crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-012.xht [ Failure ]
1224crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-013.xht [ Failure ]
1225crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-014.xht [ Failure ]
1226crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-017.xht [ Failure ]
1227crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-018.xht [ Failure ]
1228crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-019.xht [ Failure ]
1229crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-020.xht [ Failure ]
1230crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vrl-002.xht [ Failure ]
1231crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vlr-003.xht [ Failure ]
1232crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vrl-004.xht [ Failure ]
1233crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vlr-005.xht [ Failure ]
1234crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vrl-006.xht [ Failure ]
1235crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vlr-007.xht [ Failure ]
1236crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vrl-008.xht [ Failure ]
1237crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vlr-009.xht [ Failure ]
kojiifce37df2015-11-26 05:38:371238crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/text-baseline-vrl-006.xht [ Failure ]
1239crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/text-baseline-vlr-007.xht [ Failure ]
joelo11ae66392015-10-19 03:50:591240
1241crbug.com/498845 [ Win ] fast/multicol/vertical-rl/float-content-break.html [ Failure ]
joelo11ae66392015-10-19 03:50:591242crbug.com/443615 [ Linux Win ] imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ Failure ]
1243
1244crbug.com/443379 imported/web-platform-tests/gamepad/idlharness.html [ Failure Timeout ]
1245
1246crbug.com/396775 compositing/overflow/reflected-overlay-scrollbars-should-appear-without-compositing.html [ Failure ]
1247crbug.com/396775 virtual/prefer_compositing_to_lcd_text/compositing/overflow/reflected-overlay-scrollbars-should-appear-without-compositing.html [ Failure ]
1248
Joel Ong50580bb2015-10-19 19:51:051249crbug.com/381684 [ Mac Win ] fonts/family-fallback-gardiner.html [ Skip ]
joelo11ae66392015-10-19 03:50:591250
1251crbug.com/467635 fast/dom/HTMLImageElement/image-sizes-meta-viewport.html [ Skip ]
1252
1253# crbug.com/396823 [ Mac ] fast/multicol/multicol-with-child-renderLayer-for-input.html [ Failure ]
1254
yurys1af961e92015-11-30 21:24:231255crbug.com/484370 [ Win Debug ] svg/custom/gradient-userSpaceOnUse-with-percentage.svg [ Failure ]
joelo11ae66392015-10-19 03:50:591256
joelo11ae66392015-10-19 03:50:591257# Printing Layout broken in these tests.
1258crbug.com/377696 printing/setPrinting.html [ Skip ]
1259crbug.com/377696 printing/width-overflow.html [ Skip ]
1260
1261# Reftests that needs investigation.
wkormana9c815512016-01-27 03:18:591262crbug.com/397255 [ Linux ] css3/masking/clip-path-reference-userSpaceOnUse.html [ Failure ]
joelo11ae66392015-10-19 03:50:591263crbug.com/396940 ietestcenter/css3/multicolumn/column-containing-block-001.htm [ Failure ]
1264crbug.com/396940 ietestcenter/css3/multicolumn/column-containing-block-002.htm [ Failure ]
joelo11ae66392015-10-19 03:50:591265crbug.com/396941 ietestcenter/css3/multicolumn/column-width-applies-to-010.htm [ Failure ]
Stephen Whiteb2eda0e2015-12-09 16:38:041266crbug.com/378610 [ Win ] svg/custom/focus-ring-text.svg [ Failure ]
1267crbug.com/378610 [ Mac ] svg/custom/focus-ring-text.svg [ Failure Pass ]
joelo11ae66392015-10-19 03:50:591268
ojan3003ac92015-11-04 03:35:171269crbug.com/474987 [ Win Mac ] css3/flexbox/auto-margins.html [ Failure ]
joelo11ae66392015-10-19 03:50:591270
1271crbug.com/267206 [ Mac ] fast/scrolling/scrollbar-tickmarks-hittest.html [ Timeout ]
1272crbug.com/267206 [ Mac ] virtual/scroll_customization/fast/scrolling/scrollbar-tickmarks-hittest.html [ Timeout ]
1273
joelo11ae66392015-10-19 03:50:591274crbug.com/524160 [ Debug ] http/tests/media/media-source/mediasource-appendbuffer-quota-exceeded.html [ Timeout ]
1275crbug.com/524160 [ Debug ] http/tests/media/media-source/mediasource-appendstream-quota-exceeded.html [ Timeout ]
1276
wolenetzafc6c772015-12-15 22:46:371277crbug.com/568827 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-av-audio-bitrate.html [ Failure ]
1278crbug.com/555703 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-av-framesize.html [ Failure ]
1279crbug.com/555703 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-av-video-bitrate.html [ Failure ]
1280crbug.com/555703 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-v-bitrate.html [ Failure ]
1281crbug.com/555703 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-v-framerate.html [ Failure ]
1282crbug.com/555703 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-v-framesize.html [ Failure ]
1283
joelo11ae66392015-10-19 03:50:591284crbug.com/517449 [ Android ] css3/images/optimize-contrast-image.html [ Failure ]
1285
kjellander95103632016-04-12 13:25:321286crbug.com/602268 [ Android ] svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults.xhtml [ Pass Failure ]
1287
joelo11ae66392015-10-19 03:50:591288crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html [ Failure ]
1289
1290crbug.com/245556 compositing/transitions/transform-on-large-layer.html [ Failure ]
1291
1292crbug.com/253763 fast/text-autosizing/first-line-scale-factor.html [ Failure ]
1293
1294crbug.com/374643 [ Mac ] fast/text-autosizing/supercluster-multiple-layout.html [ Failure ]
1295crbug.com/374643 [ Mac ] fast/text-autosizing/tables/table-with-inline-block.html [ Failure ]
1296
1297# Started failing after r162705.
1298crbug.com/324370 compositing/video/video-reflection.html [ Failure ]
1299
1300crbug.com/390377 [ Release ] fast/dom/private_script_unittest.html [ Skip ]
1301
nainara2f07ea52016-01-25 02:33:531302crbug.com/357427 http/tests/workers/terminate-during-sync-operation-file.html [ Crash Pass Timeout ]
1303crbug.com/357427 http/tests/workers/terminate-during-sync-operation-filesystem.html [ Crash Pass Timeout ]
joelo11ae66392015-10-19 03:50:591304
tkentc987cb42015-12-02 03:29:451305crbug.com/564403 http/tests/inspector/service-workers/service-worker-manager.html [ Failure Pass ]
joelo11ae66392015-10-19 03:50:591306
1307crbug.com/306222 fast/hidpi/image-srcset-relative-svg-canvas.html [ Skip ]
1308crbug.com/306222 fast/hidpi/image-srcset-relative-svg-canvas-2x.html [ Skip ]
1309
nainara2f07ea52016-01-25 02:33:531310crbug.com/364250 [ Debug ] virtual/threaded/animations/interpolation/transform-interpolation.html [ Pass Crash ]
1311crbug.com/364250 [ Debug ] virtual/threaded/animations/interpolation/webkit-transform-interpolation.html [ Pass Crash ]
joelo11ae66392015-10-19 03:50:591312
1313crbug.com/467477 fast/multicol/vertical-rl/nested-columns.html [ Failure ]
1314
joelo11ae66392015-10-19 03:50:591315crbug.com/400841 media/video-canvas-draw.html [ Failure ]
1316crbug.com/400829 media/video-object-fit.html [ Failure ]
1317crbug.com/400829 virtual/stable/media/stable/video-object-fit-stable.html [ Failure ]
1318
1319# We only want to run one of the web-animations-api tests in stable mode.
1320crbug.com/441553 virtual/stable/web-animations-api [ Skip ]
1321crbug.com/368946 virtual/stable/web-animations-api/eased-keyframes.html [ Pass ]
1322# These tests *only* run in stable, to verify that these features are unsupported and throw exceptions.
1323crbug.com/441559 virtual/stable/web-animations-api/partial-keyframes-unsupported.html [ Pass ]
1324crbug.com/437696 virtual/stable/web-animations-api/additive-animations-unsupported.html [ Pass ]
1325
1326# switching to apache-win32: needs triaging.
1327crbug.com/528062 [ Win ] http/tests/css/missing-repaint-after-slow-style-sheet.pl [ Failure ]
1328crbug.com/528062 [ Win ] http/tests/local/blob/send-data-blob.html [ Failure ]
1329crbug.com/528062 [ Win ] http/tests/local/blob/send-hybrid-blob.html [ Failure Timeout ]
1330crbug.com/528062 [ Win ] http/tests/security/XFrameOptions/x-frame-options-cached.html [ Failure ]
1331crbug.com/528062 [ Win ] http/tests/security/contentSecurityPolicy/cached-frame-csp.html [ Failure ]
1332crbug.com/528062 [ Win ] http/tests/security/xssAuditor/cached-frame.html [ Failure ]
1333crbug.com/528062 [ Win ] http/tests/security/xssAuditor/chunked-big-script.html [ Failure ]
1334
joelo11ae66392015-10-19 03:50:591335crbug.com/392706 virtual/threaded/animations/play-state-initially-paused.html [ Failure ]
1336
nainara2f07ea52016-01-25 02:33:531337crbug.com/402379 [ Win7 Debug ] storage/indexeddb/cursor-continue-validity.html [ Pass ]
1338crbug.com/402379 [ Win7 Debug ] storage/indexeddb/mozilla/indexes.html [ Pass ]
joelo11ae66392015-10-19 03:50:591339
nainara2f07ea52016-01-25 02:33:531340crbug.com/419993 [ Debug ] fast/css/giant-stylesheet-crash.html [ Pass ]
joelo11ae66392015-10-19 03:50:591341
1342# Part of a larger issue referenced in the bug. This specific issue will be fixed shortly.
1343crbug.com/408159 accessibility/is-ignored-change-sends-notification.html [ Timeout ]
1344
nainara2f07ea52016-01-25 02:33:531345crbug.com/504706 [ Linux ] inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html [ Pass ]
1346crbug.com/504706 [ Linux ] inspector/profiler/heap-snapshot-containment-sorting.html [ Pass ]
joelo11ae66392015-10-19 03:50:591347
mustaq1bdaa6152016-02-12 20:35:381348crbug.com/305346 fast/events/mouseover-mouseout.html [ Failure Pass ]
1349crbug.com/305346 virtual/pointerevent/fast/events/mouseover-mouseout.html [ Failure Pass ]
1350crbug.com/305346 virtual/trustedeventsdefaultaction/fast/events/mouseover-mouseout.html [ Failure Pass ]
pdrb1edb0b2016-02-11 21:30:161351
joelo11ae66392015-10-19 03:50:591352crbug.com/425345 [ Mac ] fast/text/line-break-after-question-mark.html [ Failure ]
1353
ymalik4b15b712016-02-09 05:16:001354crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html [ Skip ]
skyedf3fda2016-02-17 19:31:261355crbug.com/587165 [ Win7 Debug ] virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html [ Pass Failure ]
lukaszad001d7012016-04-04 18:24:211356crbug.com/587165 [ Linux Debug ] virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html [ Pass Failure ]
ymalik4b15b712016-02-09 05:16:001357
joelo11ae66392015-10-19 03:50:591358# When drawing subpixel smoothed glyphs, CoreGraphics will fake bold the glyphs.
1359# In this configuration, the pixel smoothed glyphs will be created from subpixel smoothed glyphs.
1360# This means that CoreGraphics may draw outside the reported glyph bounds, and in this case does.
1361# By about a quarter or less of a pixel.
leviwa63a3fc2015-10-20 00:26:061362crbug.com/421412 [ Mac ] fast/text/international/bdo-bidi-width.html [ Failure ]
joelo11ae66392015-10-19 03:50:591363
1364crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-overflow-hidden.html [ Failure ]
1365crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-overried-inherited-visibility-hidden.html [ Failure ]
1366crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-scrolling-no-overried-inherited-visibility-hidden.html [ Failure ]
1367crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-scrolling-no-visibility-hidden-child.html [ Failure ]
1368crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-scrolling-no.html [ Failure ]
1369crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-scrolling-yes.html [ Failure ]
1370crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-visibility-hidden-child.html [ Failure ]
1371crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-zero-size-and-border.html [ Failure ]
1372crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame.html [ Failure ]
1373crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollbar-tickmarks-styled.html [ Failure ]
1374
noel8a842c72016-04-04 04:26:321375crbug.com/600087 virtual/gpu-rasterization/fast/images/pixel-crack-image-background-webkit-transform-scale.html [ Timeout ]
noel8a842c72016-04-04 04:26:321376
harakenb25744b2016-01-25 09:05:291377crbug.com/385014 crbug.com/410145 accessibility/canvas-fallback-content-2.html [ Pass Failure Timeout ]
joelo11ae66392015-10-19 03:50:591378
nainara2f07ea52016-01-25 02:33:531379crbug.com/440452 virtual/display_list_2d_canvas/fast/canvas/canvas-partial-invalidation-zoomed.html [ Pass Timeout ]
joelo11ae66392015-10-19 03:50:591380
1381crbug.com/364614 [ Mac ] fast/scroll-behavior/overflow-scroll-animates.html [ Skip ]
1382crbug.com/364614 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-scroll-animates.html [ Skip ]
1383crbug.com/364614 [ Mac ] virtual/scroll_customization/fast/scroll-behavior/overflow-scroll-animates.html [ Skip ]
joelo11ae66392015-10-19 03:50:591384crbug.com/364614 [ Mac ] fast/scroll-behavior/overflow-scroll-root-frame-animates.html [ Skip ]
1385crbug.com/364614 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-scroll-root-frame-animates.html [ Skip ]
1386crbug.com/364614 [ Mac ] virtual/scroll_customization/fast/scroll-behavior/overflow-scroll-root-frame-animates.html [ Skip ]
joelo11ae66392015-10-19 03:50:591387
skobesb47b4762016-01-23 00:38:181388crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/smooth-scroll/fixed-background-in-iframe.html [ Skip ]
skobes0bb166002016-03-08 23:51:381389crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/smooth-scroll/horizontal-smooth-scroll-in-rtl.html [ Skip ]
ymalik002b8a22016-02-25 02:44:241390crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-added.html [ Skip ]
1391crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-correctness.html [ Skip ]
ymalik899920c652016-03-16 01:52:391392crbug.com/574283 [ Mac ] virtual/threaded/fast/scroll-behavior/first-scroll-runs-on-compositor.html [ Skip ]
skobesb47b4762016-01-23 00:38:181393
nainara2f07ea52016-01-25 02:33:531394crbug.com/552556 [ Win Linux ] virtual/threaded/fast/scroll-behavior/overflow-scroll-root-frame-animates.html [ Pass Timeout ]
1395crbug.com/552556 [ Win Linux ] virtual/threaded/fast/scroll-behavior/overflow-scroll-animates.html [ Pass Timeout ]
noel277507482015-12-25 23:48:561396crbug.com/552556 virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll.html [ Pass Failure ]
noela4b7d772015-12-23 12:06:101397
joelo11ae66392015-10-19 03:50:591398crbug.com/524596 paint/invalidation/composited-non-stacking-context-descendant-change-color.html [ Failure ]
1399crbug.com/524596 paint/invalidation/composited-non-stacking-context-descendant-move.html [ Failure ]
1400crbug.com/524596 paint/invalidation/fixed-position-descendant-paint-offset-indirect.html [ Failure ]
1401crbug.com/524596 virtual/spv2/paint/invalidation/composited-non-stacking-context-descendant-move.html [ Skip ]
1402crbug.com/524596 virtual/spv2/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html [ Skip ]
1403
1404crbug.com/425113 svg/clip-path/clip-path-multiple-children.svg [ Failure ]
1405
nainara2f07ea52016-01-25 02:33:531406crbug.com/480769 http/tests/inspector/service-workers/service-workers-redundant.html [ Crash Pass Failure ]
1407crbug.com/480769 http/tests/inspector/service-workers/service-worker-agents.html [ Crash Pass Timeout ]
joelo11ae66392015-10-19 03:50:591408
noelf5b61be2015-12-26 01:43:491409crbug.com/569901 [ Debug ] http/tests/serviceworker/navigation-redirect.html [ Pass Failure ]
1410
alladac0d55a92016-04-08 22:06:461411crbug.com/599670 [ Win Linux ] http/tests/inspector/resource-parameters-ipv6.html [ Failure Pass ]
1412
joelo11ae66392015-10-19 03:50:591413crbug.com/472330 fast/borders/border-image-outset-split-inline-vertical-lr.html [ Failure ]
1414crbug.com/472330 fast/writing-mode/box-shadow-vertical-lr.html [ Failure ]
1415crbug.com/472330 fast/writing-mode/box-shadow-vertical-rl.html [ Failure ]
1416
1417crbug.com/466200 svg/custom/repaint-on-constant-size-change.svg [ Failure ]
1418
1419# Temporary until we start generating Trusty baselines.
1420crbug.com/498021 [ Linux ] fast/text/unicode-fallback-font.html [ Failure ]
joelo11ae66392015-10-19 03:50:591421crbug.com/498021 [ Linux ] fast/forms/month/month-appearance-l10n.html [ Failure ]
1422crbug.com/498021 [ Linux ] fast/text/ellipsis-stroked.html [ Failure ]
1423crbug.com/498021 [ Linux ] fast/text/emphasis-complex.html [ Failure ]
1424crbug.com/498021 [ Linux ] fast/text/international/danda-space.html [ Failure ]
1425crbug.com/498021 [ Linux ] fast/text/international/hindi-whitespace.html [ Failure ]
joelo11ae66392015-10-19 03:50:591426crbug.com/498021 [ Linux ] fast/text/selection-multiple-runs.html [ Failure ]
joelo11ae66392015-10-19 03:50:591427crbug.com/498021 [ Linux ] editing/pasteboard/4944770-2.html [ Failure ]
1428crbug.com/498021 [ Linux ] fast/encoding/invalid-UTF-8.html [ Failure ]
1429crbug.com/498021 [ Linux ] fast/text/emoticons.html [ Failure ]
joelo11ae66392015-10-19 03:50:591430crbug.com/498021 [ Linux ] fast/text/international/hindi-spacing.html [ Failure ]
1431
joelo11ae66392015-10-19 03:50:591432# Significant Slimming Paint failure.
1433crbug.com/459305 [ Mac ] svg/custom/foreign-object-skew.svg [ Failure ]
1434
joelo11ae66392015-10-19 03:50:591435crbug.com/463358 [ Mac Linux Debug ] css3/masking/clip-path-polygon-evenodd.html [ Failure ]
joelo11ae66392015-10-19 03:50:591436
1437crbug.com/482229 compositing/layer-creation/fixed-position-under-transform.html [ Failure ]
1438
1439crbug.com/471824 imported/web-platform-tests/pointerevents/ [ Skip ]
1440crbug.com/471824 virtual/pointerevent/imported/web-platform-tests/pointerevents/pointerevent_touch-action-illegal.html [ Skip ]
1441crbug.com/471824 virtual/pointerevent/imported/web-platform-tests/pointerevents/pointerevent_touch-action-verification.html [ Skip ]
1442
cbiesingereba8fa22016-01-28 03:57:521443# These testcases are incorrect, mark them as failing until they're fixed in the testsuite.
1444# https://lists.w3.org/Archives/Public/www-style/2016Jan/0275.html
1445# https://lists.w3.org/Archives/Public/www-style/2016Jan/0276.html
1446crbug.com/249112 imported/csswg-test/css-flexbox-1/flex-minimum-height-flex-items-005.xht [ Failure ]
1447crbug.com/249112 imported/csswg-test/css-flexbox-1/flex-minimum-height-flex-items-007.xht [ Failure ]
1448crbug.com/249112 imported/csswg-test/css-flexbox-1/flex-minimum-width-flex-items-005.xht [ Failure ]
1449crbug.com/249112 imported/csswg-test/css-flexbox-1/flex-minimum-width-flex-items-007.xht [ Failure ]
1450
cbiesingere1454002015-12-16 20:48:201451# Not implemented yet
1452crbug.com/336604 imported/csswg-test/css-flexbox-1/flexbox_visibility-collapse-line-wrapping.html [ Failure ]
1453crbug.com/336604 imported/csswg-test/css-flexbox-1/flexbox_visibility-collapse.html [ Failure ]
cbiesingere1454002015-12-16 20:48:201454crbug.com/249112 imported/csswg-test/css-flexbox-1/flex-minimum-width-flex-items-006.xht [ Failure ]
1455
1456crbug.com/467127 imported/csswg-test/css-flexbox-1/flex-grow-006.html [ Failure ]
kojii2dff4c22016-03-10 11:41:291457crbug.com/467127 imported/csswg-test/css-flexbox-1/flex-aspect-ratio-img-column-003.html [ Failure ]
1458crbug.com/467127 imported/csswg-test/css-flexbox-1/flex-aspect-ratio-img-row-002.html [ Failure ]
1459crbug.com/467127 imported/csswg-test/css-flexbox-1/flex-aspect-ratio-img-row-003.html [ Failure ]
cbiesingere1454002015-12-16 20:48:201460crbug.com/467127 imported/csswg-test/css-flexbox-1/flexbox_justifycontent-center-overflow.html [ Failure ]
1461crbug.com/467127 imported/csswg-test/css-flexbox-1/getcomputedstyle/flexbox_computedstyle_align-items-invalid.html [ Failure ]
1462crbug.com/467127 imported/csswg-test/css-flexbox-1/getcomputedstyle/flexbox_computedstyle_align-self-invalid.html [ Failure ]
1463crbug.com/467127 imported/csswg-test/css-flexbox-1/getcomputedstyle/flexbox_computedstyle_flex-basis-0percent.html [ Failure ]
1464crbug.com/467127 imported/csswg-test/css-flexbox-1/getcomputedstyle/flexbox_computedstyle_flex-basis-percent.html [ Failure ]
1465crbug.com/467127 imported/csswg-test/css-flexbox-1/getcomputedstyle/flexbox_computedstyle_flex-shorthand-number.html [ Failure ]
cbiesingere1454002015-12-16 20:48:201466crbug.com/467127 [ Mac Win ] imported/csswg-test/css-flexbox-1/ttwf-reftest-flex-wrap-reverse.html [ Failure ]
1467crbug.com/467127 [ Mac Win ] imported/csswg-test/css-flexbox-1/ttwf-reftest-flex-wrap.html [ Failure ]
1468
tkent9e17d402015-12-18 02:18:361469crbug.com/570894 [ Win ] imported/csswg-test/css-flexbox-1/flexbox_flex-natural-mixed-basis-auto.html [ Failure Pass ]
cbiesingere1454002015-12-16 20:48:201470
cbiesingerd21bab62016-02-18 21:45:221471crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001a.xhtml [ Failure ]
1472crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-content-vert-001b.xhtml [ Failure ]
1473crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-canvas-vert-001.xhtml [ Failure ]
1474crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-iframe-vert-001.xhtml [ Failure ]
1475crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-img-vert-001.xhtml [ Failure ]
1476crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-textarea-horiz-001.xhtml [ Failure ]
1477crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-textarea-vert-001.xhtml [ Failure ]
1478crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-basic-video-vert-001.xhtml [ Failure ]
1479crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-horiz-001a.html [ Failure ]
1480crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-horiz-001b.html [ Failure ]
1481crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-001a.html [ Failure ]
1482crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-break-request-vert-001b.html [ Failure ]
1483crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-collapsed-item-baseline-001.html [ Failure ]
1484crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-collapsed-item-horiz-001.html [ Failure ]
1485crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-collapsed-item-horiz-002.html [ Failure ]
1486crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-collapsed-item-horiz-003.html [ Failure ]
1487crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-mbp-horiz-004.xhtml [ Failure ]
1488crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002a.html [ Failure ]
1489crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002b.html [ Failure ]
1490crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002c.html [ Failure ]
1491crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-width-auto-002a.html [ Failure ]
1492crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-width-auto-002c.html [ Failure ]
1493crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-paint-ordering-002.xhtml [ Failure ]
1494crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-table-fixup-001a.xhtml [ Failure ]
1495crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-table-fixup-001b.xhtml [ Failure ]
1496crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-whitespace-handling-001a.xhtml [ Failure ]
1497crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-whitespace-handling-001b.xhtml [ Failure ]
1498crbug.com/553838 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-with-pseudo-elements-003.html [ Failure ]
1499crbug.com/553838 [ Mac ] imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-baseline-horiz-001a.xhtml [ Failure ]
1500crbug.com/553838 [ Mac ] imported/csswg-test/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-align-self-baseline-horiz-001b.xhtml [ Failure ]
1501
drott9f6a2b02015-10-23 16:29:501502# These need a rebaseline due crbug.com/504745 on Windows when they are activated again.
harakenb25744b2016-01-25 09:05:291503crbug.com/521124 crbug.com/410145 [ Win7 ] fast/css/font-weight-1.html [ Pass Failure ]
Daniel Murphyfe775722015-12-21 22:41:411504
noel74953e32016-01-28 05:38:481505
joelo11ae66392015-10-19 03:50:591506# Temporary, until we stop use_system_harfbuzz on Linux including non-official builds
1507crbug.com/462689 [ Linux ] fast/text/unicode-variation-selector.html [ Failure ]
1508
1509# Temporary, until WebAXObjectProxy support lands.
1510crbug.com/421771 accessibility/inline-text-box-next-on-line.html [ Skip ]
1511
joelo11ae66392015-10-19 03:50:591512# Disabled briefly until test runner support lands.
1513crbug.com/479533 accessibility/show-context-menu.html [ Skip ]
1514crbug.com/479533 accessibility/show-context-menu-shadowdom.html [ Skip ]
1515crbug.com/483653 accessibility/scroll-containers.html [ Skip ]
1516
dprankec975dce2016-03-06 02:33:071517crbug.com/491764 http/tests/inspector/service-workers/user-agent-override.html [ Pass Timeout ]
joelo11ae66392015-10-19 03:50:591518crbug.com/474798 fast/repaint/align-self-change-keeping-geometry-grid.html [ Failure ]
1519crbug.com/474798 fast/repaint/justify-self-change-keeping-geometry.html [ Failure ]
wangxianzhu6b0fe6c72015-10-24 16:33:581520crbug.com/474798 virtual/spv2/paint/invalidation/spv2/align-self-change-keeping-geometry-grid-as-text.html [ Skip ]
1521crbug.com/474798 virtual/spv2/paint/invalidation/spv2/justify-self-change-keeping-geometry-as-text.html [ Skip ]
joelo11ae66392015-10-19 03:50:591522
jfernandez89b4a2a2016-02-01 15:49:561523crbug.com/582230 fast/css-grid-layout/relayout-align-items-changed.html [ Skip ]
1524crbug.com/582230 fast/repaint/align-items-change.html [ Skip ]
1525crbug.com/582230 fast/repaint/align-items-overflow-change.html [ Skip ]
1526
wangxianzhu68d76912015-11-26 21:15:001527crbug.com/548695 fast/forms/datalist/update-range-with-datalist.html [ Failure ]
1528
joelo11ae66392015-10-19 03:50:591529# Temporarily disabled after chromium change
1530crbug.com/492511 [ Mac ] fast/text/atsui-negative-spacing-features.html [ Failure ]
joelo11ae66392015-10-19 03:50:591531crbug.com/492511 [ Mac ] fast/text/international/arabic-justify.html [ Failure ]
1532
1533# Ref tests that fail due to differences in inline box structure, even though they contain the same text.
1534# This happens because inline box layout uses fixed-point measurements, which can cause rounding differences.
1535crbug.com/321237 [ Mac ] fast/dom/shadow/shadow-insertion-point-rendering-multiple-shadow-roots.html [ Failure ]
1536crbug.com/321237 [ Mac ] fast/selectors/007a.html [ Failure ]
1537crbug.com/321237 [ Mac Win ] fast/text-autosizing/inherited-multiplier.html [ Failure ]
1538crbug.com/321237 [ Mac ] virtual/stable/fast/css3-text/css3-text-decoration/stable/first-letter-text-decoration.html [ Failure ]
1539crbug.com/321237 [ Win ] fast/multicol/span/pseudo-before-after-in-content.html [ Failure ]
1540crbug.com/321237 [ Win ] fast/selectors/004.html [ Failure ]
1541
joelo11ae66392015-10-19 03:50:591542crbug.com/501659 fast/xsl/xslt-missing-namespace-in-xslt.xml [ Failure ]
joelo11ae66392015-10-19 03:50:591543
1544crbug.com/501659 http/tests/security/xss-DENIED-xml-external-entity.xhtml [ Failure ]
1545crbug.com/501659 fast/css/stylesheet-candidate-nodes-crash.xhtml [ Failure ]
joelo11ae66392015-10-19 03:50:591546
1547# Slow expected on debug builds
1548crbug.com/445194 [ Debug ] fast/dom/shadow/focus-controller-recursion-crash.html [ Skip ]
1549crbug.com/505387 [ Win ] virtual/prefer_compositing_to_lcd_text/scrollbars/rtl/overflow-scroll-rtl.html [ Failure ]
1550
ojan7523aca2015-11-04 15:16:441551# Mac10.10-specific failures that still need triaging.
joelo11ae66392015-10-19 03:50:591552# Form controls need rebaseline because of the default font change.
1553# If you see wider INPUT elements or narrower TEXTAREA elements, you may do just
1554# rebaseline. See crbug.com/508768#c6
joelo11ae66392015-10-19 03:50:591555# TODO(chrishtr): uncomment after fixing crbug.com/529038
ojan7523aca2015-11-04 15:16:441556#crbug.com/509025 [ Mac10.10 ] compositing/layer-creation/should-invoke-deferred-compositing.html [ Failure ]
joelo11ae66392015-10-19 03:50:591557# TODO(chrishtr): uncomment/inspect rebaseline of this after fixing crbug.com/516016
ojan7523aca2015-11-04 15:16:441558# crbug.com/509025 [ Mac10.10 ] compositing/repaint/should-not-clip-composited-overflow-scrolling-layer.html [ Failure ]
ojan7523aca2015-11-04 15:16:441559crbug.com/509025 [ Mac10.10 ] fast/css/css2-system-fonts.html [ Failure ]
tkent828afb6d2015-12-11 08:53:471560crbug.com/509025 [ Mac10.10 ] fast/forms/select/hidden-listbox.html [ Failure ]
tkente7e6fed2015-12-14 03:29:251561crbug.com/509025 [ Mac10.10 ] fast/forms/textarea/textarea-newline.html [ Failure ]
wangxianzhu873db7f2015-10-23 18:06:561562
dpranke083e8b22016-03-04 06:16:461563crbug.com/545140 [ Mac10.10 Mac10.11 Retina ] fast/encoding/denormalised-voiced-japanese-chars.html [ Failure ]
leviwa63a3fc2015-10-20 00:26:061564
ojan7523aca2015-11-04 15:16:441565crbug.com/509025 [ Mac10.10 ] virtual/pointerevent/fast/events/context-no-deselect.html [ Failure ]
1566crbug.com/509025 [ Mac10.10 ] virtual/trustedeventsdefaultaction/fast/events/context-no-deselect.html [ Failure ]
1567crbug.com/509025 [ Mac10.10 ] virtual/prefer_compositing_to_lcd_text/compositing/overflow/theme-affects-visual-overflow.html [ Failure ]
1568crbug.com/509025 [ Mac10.10 ] virtual/rootlayerscrolls/scrollbars/rtl/overflow-scroll-rtl.html [ Failure ]
1569crbug.com/509025 [ Mac10.10 ] virtual/rootlayerscrolls/scrollbars/short-scrollbar.html [ Failure ]
joelo11ae66392015-10-19 03:50:591570
1571crbug.com/443596 media/sources-fallback-codecs.html [ Pass Failure ]
1572
1573crbug.com/464736 http/tests/xmlhttprequest/ontimeout-event-override-after-failure.html [ Pass Failure ]
1574
fgorski65188bb2016-03-16 23:35:511575crbug.com/595483 [ Android ] editing/caret/caret-color.html [ Failure Crash ]
1576crbug.com/595483 [ Android ] fast/invalid/009.html [ Failure Crash ]
1577crbug.com/595483 [ Android ] fast/hidpi/clip-text-in-hidpi.html [ Failure Crash ]
1578
joelo11ae66392015-10-19 03:50:591579crbug.com/521730 [ Win10 ] fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html [ Failure ]
1580crbug.com/521730 [ Win10 ] fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty.html [ Failure ]
1581crbug.com/521730 [ Win10 ] fast/forms/suggested-value.html [ Failure ]
1582crbug.com/521730 [ Win10 ] fast/forms/text-control-intrinsic-widths.html [ Failure ]
1583crbug.com/521730 [ Win10 ] fast/forms/time-multiple-fields/time-multiple-fields-localization.html [ Failure ]
joelo11ae66392015-10-19 03:50:591584crbug.com/521730 [ Win10 ] svg/custom/svg-fonts-in-text-controls.html [ Failure ]
ojan3003ac92015-11-04 03:35:171585crbug.com/521730 [ Win10 ] fast/forms/month/month-appearance-basic.html [ Failure ]
ojan3003ac92015-11-04 03:35:171586crbug.com/521730 [ Win10 ] fast/text-autosizing/list-item-above-dbcat.html [ Failure ]
joelo11ae66392015-10-19 03:50:591587crbug.com/521730 [ Win10 ] fast/text-autosizing/supercluster-multiple-layout.html [ Timeout Failure ]
ojan3003ac92015-11-04 03:35:171588crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/table-with-inline-block.html [ Failure ]
ojan3003ac92015-11-04 03:35:171589crbug.com/521730 [ Win10 ] fast/text/basic/009.html [ Failure ]
ojan3003ac92015-11-04 03:35:171590crbug.com/521730 [ Win10 ] fast/text/international/bidi-word-spacing-rtl.html [ Failure ]
1591crbug.com/521730 [ Win10 ] fast/text/international/inline-block-with-mixed-direction-words.html [ Failure ]
ojan3003ac92015-11-04 03:35:171592crbug.com/521730 [ Win10 ] fast/text/shadow-no-blur.html [ Failure ]
ojan3003ac92015-11-04 03:35:171593crbug.com/521730 [ Win10 ] fast/text/trailing-white-space-2.html [ Failure ]
1594crbug.com/521730 [ Win10 ] fast/text/whitespace/nbsp-mode-and-linewraps.html [ Failure ]
mlamouri1d8ea482015-11-25 14:02:461595crbug.com/521730 [ Win10 ] svg/css/text-gradient-shadow.svg [ Failure ]
Peter Kasting62003052015-10-29 00:30:121596crbug.com/521730 [ Win10 ] compositing/squashing/squashing-print.html [ Failure ]
Peter Kasting62003052015-10-29 00:30:121597crbug.com/521730 [ Win10 ] printing/simultaneous-position-float-change.html [ Failure ]
1598crbug.com/521730 [ Win10 ] printing/webgl-repeated-printing-preservedrawingbuffer.html [ Failure ]
Peter Kasting62003052015-10-29 00:30:121599crbug.com/521730 [ Win10 ] virtual/threaded/printing/simultaneous-position-float-change.html [ Failure ]
1600crbug.com/521730 [ Win10 ] virtual/threaded/printing/webgl-repeated-printing-preservedrawingbuffer.html [ Failure ]
jbroman0f339942016-01-16 01:29:221601crbug.com/521730 [ Win10 ] fast/text/emphasis-combined-text.html [ Failure ]
ojan3003ac92015-11-04 03:35:171602crbug.com/521730 [ Win10 ] fast/writing-mode/border-vertical-lr.html [ Failure ]
joelo11ae66392015-10-19 03:50:591603crbug.com/521730 [ Win10 ] media/track/track-cue-rendering-vertical.html [ Failure ]
ojan3003ac92015-11-04 03:35:171604crbug.com/521730 [ Win10 ] fast/forms/month/month-appearance-pseudo-elements.html [ Failure ]
ojan3003ac92015-11-04 03:35:171605crbug.com/521730 [ Win10 ] fast/text/atsui-negative-spacing-features.html [ Failure ]
ojan3003ac92015-11-04 03:35:171606crbug.com/521730 [ Win10 ] fast/text/basic/generic-family-reset.html [ Failure ]
ojan3003ac92015-11-04 03:35:171607crbug.com/521730 [ Win10 ] fast/text/cg-vs-atsui.html [ Failure ]
ojan3003ac92015-11-04 03:35:171608crbug.com/521730 [ Win10 ] fast/text/trailing-white-space.html [ Failure ]
ojan3003ac92015-11-04 03:35:171609crbug.com/521730 [ Win10 ] fast/writing-mode/japanese-lr-text.html [ Failure ]
1610crbug.com/521730 [ Win10 ] fast/writing-mode/japanese-rl-text.html [ Failure ]
ojan3003ac92015-11-04 03:35:171611crbug.com/521730 [ Win10 ] fonts/fantasy.html [ Failure ]
1612crbug.com/521730 [ Win10 ] ietestcenter/css3/text/textshadow-002.htm [ Failure ]
1613crbug.com/521730 [ Win10 ] ietestcenter/css3/text/textshadow-010.htm [ Failure ]
1614crbug.com/521730 [ Win10 ] printing/webgl-repeated-printing.html [ Failure ]
1615crbug.com/521730 [ Win10 ] virtual/threaded/printing/webgl-repeated-printing.html [ Failure ]
ojan3003ac92015-11-04 03:35:171616crbug.com/521730 [ Win10 ] svg/as-image/svg-canvas-xhtml-tainted.html [ Failure ]
1617crbug.com/521730 [ Win10 ] svg/css/text-shadow-multiple.xhtml [ Failure ]
1618crbug.com/521730 [ Win10 ] svg/custom/textPath-change-id2-pattern.svg [ Failure ]
robhogan5a0b4182016-04-03 08:33:181619crbug.com/521730 [ Win10 ] printing/quirks-percentage-height-body.html [ Failure ]
1620crbug.com/521730 [ Win10 ] printing/quirks-percentage-height.html [ Failure ]
1621crbug.com/521730 [ Win10 ] printing/standards-percentage-heights.html [ Failure ]
1622crbug.com/521730 [ Win10 ] printing/subframes-percentage-height.html [ Failure ]
1623crbug.com/521730 [ Win10 ] virtual/threaded/printing/quirks-percentage-height-body.html [ Failure ]
1624crbug.com/521730 [ Win10 ] virtual/threaded/printing/quirks-percentage-height.html [ Failure ]
1625crbug.com/521730 [ Win10 ] virtual/threaded/printing/standards-percentage-heights.html [ Failure ]
1626crbug.com/521730 [ Win10 ] virtual/threaded/printing/subframes-percentage-height.html [ Failure ]
robhogan2e94fbe2016-04-08 07:20:441627crbug.com/521730 [ Win10 ] printing/fixed-positioned-headers-and-footers-absolute-covering-some-pages.html [ Failure ]
1628crbug.com/521730 [ Win10 ] virtual/threaded/printing/fixed-positioned-headers-and-footers-absolute-covering-some-pages.html [ Failure ]
1629crbug.com/521730 [ Win10 ] printing/absolute-position-headers-and-footers.html [ Missing ]
1630crbug.com/521730 [ Win10 ] printing/fixed-positioned-but-static-headers-and-footers.html [ Missing ]
1631crbug.com/521730 [ Win10 ] printing/fixed-positioned-headers-and-footers-clipped.html [ Missing ]
1632crbug.com/521730 [ Win10 ] printing/fixed-positioned-headers-and-footers-inside-transform.html [ Missing ]
1633crbug.com/521730 [ Win10 ] printing/fixed-positioned-headers-and-footers-larger-than-page.html [ Missing ]
1634crbug.com/521730 [ Win10 ] printing/fixed-positioned-headers-and-footers.html [ Missing ]
1635crbug.com/521730 [ Win10 ] virtual/threaded/printing/absolute-position-headers-and-footers.html [ Missing ]
1636crbug.com/521730 [ Win10 ] virtual/threaded/printing/fixed-positioned-but-static-headers-and-footers.html [ Missing ]
1637crbug.com/521730 [ Win10 ] virtual/threaded/printing/fixed-positioned-headers-and-footers-clipped.html [ Missing ]
1638crbug.com/521730 [ Win10 ] virtual/threaded/printing/fixed-positioned-headers-and-footers-inside-transform.html [ Missing ]
1639crbug.com/521730 [ Win10 ] virtual/threaded/printing/fixed-positioned-headers-and-footers-larger-than-page.html [ Missing ]
1640crbug.com/521730 [ Win10 ] virtual/threaded/printing/fixed-positioned-headers-and-footers.html [ Missing ]
joelo11ae66392015-10-19 03:50:591641
chrishtr063be112016-03-02 23:18:231642crbug.com/591500 [ Win10 ] virtual/threaded/printing/ellipsis-printing-style.html [ Skip ]
1643crbug.com/591500 [ Win10 ] printing/ellipsis-printing-style.html [ Skip ]
1644crbug.com/591500 [ Win10 ] printing/iframe-print.html [ Skip ]
1645crbug.com/591500 [ Win10 ] virtual/threaded/printing/iframe-print.html [ Skip ]
robhogan3f7a3482016-04-02 22:43:451646
dprankec975dce2016-03-06 02:33:071647crbug.com/331582 [ Win ] fast/inline/justify-emphasis-inline-box.html [ Failure ]
joelo11ae66392015-10-19 03:50:591648crbug.com/474759 fast/writing-mode/vertical-rl-replaced-selection.html [ Failure ]
joelo11ae66392015-10-19 03:50:591649
1650crbug.com/353746 virtual/android/fullscreen/video-specified-size.html [ Failure Pass ]
1651
joelo11ae66392015-10-19 03:50:591652crbug.com/527270 accessibility/name-calc-img.html [ Failure Pass Timeout ]
joelo11ae66392015-10-19 03:50:591653
joelo11ae66392015-10-19 03:50:591654# This test has different results in Debug and Release.
1655crbug.com/529038 [ Debug ] virtual/gpu/fast/canvas/canvas-composite-repaint-by-all-imagesource.html [ Failure ]
1656
1657crbug.com/532643 [ Mac ] fast/events/hit-test-cache-scrollbar-no-crash.html [ Pass Failure ]
1658crbug.com/532643 [ Mac ] virtual/trustedeventsdefaultaction/fast/events/hit-test-cache-scrollbar-no-crash.html [ Pass Failure ]
1659crbug.com/532643 [ Mac ] virtual/pointerevent/fast/events/hit-test-cache-scrollbar-no-crash.html [ Pass Failure ]
1660
1661# The Win10 result for fast/text/emoji-font-fallback-win.html does not match the description
ojan3003ac92015-11-04 03:35:171662crbug.com/527044 [ Win10 ] fast/text/emoji-font-fallback-win.html [ Failure ]
joelo11ae66392015-10-19 03:50:591663
joelo11ae66392015-10-19 03:50:591664crbug.com/525296 fast/css/font-load-while-styleresolver-missing.html [ Crash Failure Pass ]
1665
Mikhail Naganov2f1d0cd2015-10-21 20:10:221666crbug.com/240576 fullscreen/api/element-ready-check-containing-iframe.html [ Timeout Failure Pass ]
1667crbug.com/240576 virtual/android/fullscreen/api/element-ready-check-containing-iframe.html [ Timeout Failure Pass ]
dsinclair2460a952015-10-21 16:51:441668
pdr2e0db322015-12-07 18:19:121669crbug.com/567230 virtual/threaded/animations/restart-not-visible.html [ Timeout Crash Pass ]
1670
pdrc0d58abe32015-12-08 01:08:321671crbug.com/567419 inspector/elements/styles-2/metrics-box-sizing.html [ Skip ]
1672
joelo11ae66392015-10-19 03:50:591673crbug.com/457273 [ Mac ] http/tests/websocket/close.html [ Pass Timeout ]
1674
joelo11ae66392015-10-19 03:50:591675crbug.com/531286 virtual/gpu/fast/canvas/yuv-video-on-accelerated-canvas.html [ Failure ]
1676
esprehnbd217452016-03-22 03:03:081677crbug.com/596752 virtual/threaded/inspector/tracing/decode-resize.html [ Pass Failure ]
joelo11ae66392015-10-19 03:50:591678
ojan7523aca2015-11-04 15:16:441679crbug.com/524646 [ Mac10.10 ] fast/dom/shadow/shadowdom-for-button.html [ Failure ]
joelo11ae66392015-10-19 03:50:591680
1681crbug.com/538717 [ Win Mac Linux ] http/tests/permissions/chromium/test-request-multiple-window.html [ Failure Pass Timeout ]
1682crbug.com/538717 [ Win Mac Linux ] http/tests/permissions/chromium/test-request-multiple-worker.html [ Failure Pass Timeout ]
1683crbug.com/538717 [ Win Mac Linux ] http/tests/permissions/chromium/test-request-multiple-sharedworker.html [ Failure Pass Timeout ]
1684
tkent3a1194402016-01-15 06:09:021685crbug.com/543369 [ Linux ] fast/forms/select-popup/popup-menu-appearance-tall.html [ Failure ]
Emil A Eklundf86d2d32015-10-20 16:31:221686
pfeldmanac88d902015-10-21 22:43:391687crbug.com/546215 [ Android ] fast/inline-block/overflow-clip.html [ Failure ]
caseqb81a32c2015-10-27 19:15:441688
nainara2f07ea52016-01-25 02:33:531689crbug.com/548765 http/tests/inspector/console-fetch-logging.html [ Failure Pass ]
brucedawson46afb892015-11-25 08:12:141690
yurysded1b2982015-11-30 21:44:381691crbug.com/563694 [ Linux Mac Debug ] svg/hixie/perf/005.xml [ Failure ]
1692
wkormana9c815512016-01-27 03:18:591693crbug.com/564109 [ Win7 ] http/tests/webfont/font-display.html [ Pass Timeout Failure ]
yurys4ac4249b2015-12-01 18:40:571694
Walter Kormancc331fa2016-01-05 01:34:481695crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-deep.html [ Failure ]
1696crbug.com/568867 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html [ Failure ]
1697
noel0f5f4612015-12-21 13:37:001698crbug.com/571376 http/tests/webfont/font-display-intervention.html [ Pass Failure ]
1699
mstensho552071c2015-12-30 14:12:151700crbug.com/320139 fast/repaint/block-layout-inline-children-replaced.html [ Pass Failure ]
kozyatinskiye53fbe022015-12-23 00:04:021701
dgozmane6809592016-01-11 22:06:181702crbug.com/575766 http/tests/inspector/resource-tree/resource-tree-frame-add.html [ Timeout Pass ]
pfeldman6c2a490b2016-01-28 15:52:291703crbug.com/581468 http/tests/inspector/resource-tree/resource-tree-non-unique-url.html [ Pass Failure ]
kozyatinskiy68f0c762015-12-23 00:20:261704
1705crbug.com/571710 http/tests/inspector/search/source-frame-search.html [ Timeout Pass ]
kozyatinskiydc293d32015-12-23 06:09:101706
kozyatinskiy41fca7b2015-12-23 06:53:211707crbug.com/571721 inspector/console/console-xpath.html [ Timeout Pass ]
kozyatinskiyc2e05ce2015-12-23 07:18:071708
tkentf405844002016-01-22 02:24:351709crbug.com/580378 [ Mac ] fast/replaced/width100percent-searchfield.html [ Failure Pass ]
kozyatinskiyc84bb822015-12-23 08:25:041710
noms6d8e4bd2016-02-22 20:52:551711crbug.com/551843 fast/text/fallback-traits-fixup.html [ NeedsManualRebaseline ]
1712
noel28523e22015-12-26 21:56:261713crbug.com/399951 http/tests/mime/javascript-mimetype-usecounters.html [ Pass Failure ]
kozyatinskiy39d5c5e2015-12-28 19:09:431714
kjellandera35c1c962016-04-11 09:53:181715crbug.com/602193 inspector/extensions/extensions-resources.html [ Pass Failure ]
kozyatinskiy4e4e6e72015-12-28 19:50:391716
jochen5ff185ee2016-01-29 11:29:071717crbug.com/579493 http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml [ Timeout ]
1718
kozyatinskiyf3d8ac22015-12-28 20:33:091719crbug.com/572723 [ Linux Mac10.9 ] inspector/sources/debugger/debugger-disable-enable.html [ Pass Failure Timeout ]
harakenb25744b2016-01-25 09:05:291720crbug.com/572723 inspector/sources/debugger/debugger-uncaught-promise-on-pause.html [ Timeout Pass ]
kozyatinskiyd324fe32015-12-28 20:41:421721
1722crbug.com/572726 inspector/tracing/timeline-node-reference.html [ Timeout Pass Crash ]
nhiroki215b50432016-01-07 03:29:401723
Julien Chaffraix512aac92016-01-13 22:36:281724crbug.com/577380 [ Linux Debug ] http/tests/serviceworker/chromium/registration-stress.html [ Failure ]
Julien Chaffraix512aac92016-01-13 22:36:281725
nolan.robin.caobd415ee2016-01-25 18:31:261726crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ]
harakena74de2b2016-01-26 00:09:581727
ksakamoto1e95a142016-02-19 05:58:591728crbug.com/587136 [ Linux Debug ] http/tests/security/xss-DENIED-cross-origin-stack-overflow.html [ Timeout Pass ]
1729
sky943b9352016-02-17 22:09:281730crbug.com/587593 [ Android ] fast/js/pic/cached-single-entry-transition.html [ Pass Failure ]
fsamuela7b11012016-02-18 21:22:381731
wangxianzhube0bbb82016-04-14 23:15:251732crbug.com/602614 svg/carto.net/tabgroup.svg [ NeedsManualRebaseline ]
1733crbug.com/602618 svg/custom/use-disappears-after-style-update.svg [ NeedsManualRebaseline ]
1734crbug.com/602616 svg/filters/filter-refresh.svg [ NeedsManualRebaseline ]
1735crbug.com/602483 svg/transforms/animated-path-inside-transformed-html.xhtml [ NeedsManualRebaseline ]
kjellanderb366bfc2016-04-12 13:33:211736
dpranke9f3b2062016-03-10 06:17:371737crbug.com/587779 [ Linux Mac10.10 Mac10.11 Retina ] fast/dynamic/window-resize-scrollbars-test.html [ Timeout Failure Pass ]
jochenfe3447e2016-02-19 14:31:411738crbug.com/588103 fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html [ Pass Failure ]
yangguo274f76812016-03-01 12:03:001739
nzolghadr228ea6fa2016-03-15 12:14:561740crbug.com/594672 fast/events/iframe-object-onload.html [ Failure Pass ]
1741crbug.com/594672 fast/events/scale-and-scroll-iframe-body.html [ Failure Pass ]
1742crbug.com/594672 fast/events/updateLayoutForHitTest.html [ Failure Pass ]
1743crbug.com/594672 virtual/pointerevent/fast/events/iframe-object-onload.html [ Failure Pass ]
1744crbug.com/594672 virtual/pointerevent/fast/events/scale-and-scroll-iframe-body.html [ Failure Pass ]
1745crbug.com/594672 virtual/pointerevent/fast/events/scale-and-scroll-iframe-window.html [ Failure Pass ]
1746crbug.com/594672 virtual/pointerevent/fast/events/updateLayoutForHitTest.html [ Failure Pass ]
1747crbug.com/594672 virtual/trustedeventsdefaultaction/fast/events/iframe-object-onload.html [ Failure Pass ]
1748crbug.com/594672 virtual/trustedeventsdefaultaction/fast/events/scale-and-scroll-iframe-body.html [ Failure Pass ]
1749crbug.com/594672 virtual/trustedeventsdefaultaction/fast/events/updateLayoutForHitTest.html [ Failure Pass ]
dprankecaa69c872016-03-03 23:41:261750
alexmos88208d232016-03-10 23:34:001751crbug.com/593888 [ Linux Debug ] fast/dom/htmlcollection-reachable.html [ Timeout ]
alexmosbc6196e2016-03-10 21:17:471752
skobesc2c57c42016-03-13 02:09:421753crbug.com/593568 [ Win Debug ] virtual/threaded/fast/scroll-behavior/smooth-scroll/horizontal-smooth-scroll-in-rtl.html [ Failure ]
dprankeded72252016-03-10 05:43:441754
bungeman4dca57f2016-03-25 18:32:261755#crbug.com/591825 [ Mac10.11 Debug ] fast/text/selection-multiple-runs.html [ Failure ]
dpranke8d8f0f2b2016-03-04 02:40:401756
dpranke8d8f0f2b2016-03-04 02:40:401757crbug.com/591832 [ Mac10.11 Retina ] compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents.html [ Failure ]
dpranke8d8f0f2b2016-03-04 02:40:401758crbug.com/591832 [ Mac10.11 Retina ] compositing/overflow/update-widget-positions-on-nested-frames-and-scrollers.html [ Failure ]
dpranke083e8b22016-03-04 06:16:461759
dpranke083e8b22016-03-04 06:16:461760crbug.com/591902 [ Linux Mac10.10 Mac10.11 Retina ] http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ]
dprankec975dce2016-03-06 02:33:071761
dprankec975dce2016-03-06 02:33:071762crbug.com/592185 fast/repaint/fixed-right-in-page-scale.html [ Failure Pass ]
1763
yangguoe23ec622016-03-07 12:54:111764crbug.com/592409 inspector-protocol/debugger/stepping-with-blackboxed-ranges.html [ NeedsManualRebaseline ]
1765
kozyatinskiyb252d7b2016-03-14 19:24:111766crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-worker-allowed.html [ Timeout Pass ]
Jochen Eisinger28998732016-03-30 13:28:401767
Jochen Eisinger76d56b92016-03-30 14:20:091768crbug.com/453002 [ Win ] fast/text/international/text-combine-image-test.html [ Failure Pass ]
1769crbug.com/453002 [ Win ] fast/text/international/vertical-text-glyph-test.html [ Failure Pass ]
1770crbug.com/453002 [ Win ] fast/text/justify-ideograph-vertical.html [ Failure Pass ]
1771crbug.com/453002 [ Win ] fast/text/orientation-sideways.html [ Failure Pass ]
grt340af4c2016-03-31 20:47:411772
lukasza59a4e802016-04-04 22:45:311773crbug.com/587737 [ Mac10.11 Retina ] virtual/gpu-rasterization/fast/images/color-profile-filter.html [ Timeout Failure ]
dalecurtis5d4867542016-04-05 22:24:441774
1775crbug.com/599975 [ Android ] media/video-autoplay.html [ Timeout ]
dpranke5ae3cfb62016-04-07 04:11:421776
csharrison485e6992016-04-08 20:04:271777# DocumentWriteEvaluator is still experimental
1778crbug.com/599115 http/tests/preload/document-write [ Failure ]
1779
hayato63915eb82016-04-08 03:14:101780crbug.com/601669 [ Win ] svg/as-image/svg-nested.html [ Crash ]
1781
dpranke5ae3cfb62016-04-07 04:11:421782crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/css-table-lots-of-text-many-cells.html [ Failure ]
1783crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/css-table-single-cell-lots-of-text.html [ Failure ]
1784crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/fixed-table-lots-of-text-many-cells.html [ Failure ]
1785crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/fixed-table-single-cell-lots-of-text.html [ Failure ]
1786crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/lots-of-text-many-cells.html [ Failure ]
1787crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/narrow-percentage-width.html [ Failure ]
1788crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/narrow-specified-width.html [ Failure ]
1789crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/nested-table-wrapping.html [ Failure ]
1790crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/nested-tables.html [ Failure ]
1791crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/single-cell-lots-of-text.html [ Failure ]
1792crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/single-percent-width-cell-lots-of-text.html [ Failure ]
1793crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/table-cell-inflation.html [ Failure ]
1794crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/table-for-layout.html [ Failure ]
1795crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/wide-percentage-width.html [ Failure ]
1796crbug.com/601166 [ Mac10.9 ] fast/text-autosizing/tables/wide-specified-width.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441797crbug.com/601166 [ Mac10.9 ] fast/text/aat-morx.html [ Failure ]
1798crbug.com/601166 [ Mac10.9 ] fast/text/atsui-kerning-and-ligatures.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421799crbug.com/601166 [ Mac10.9 ] fast/text/atsui-multiple-renderers.html [ Failure ]
1800crbug.com/601166 [ Mac10.9 ] fast/text/atsui-partial-selection.html [ Failure ]
1801crbug.com/601166 [ Mac10.9 ] fast/text/atsui-pointtooffset-calls-cg.html [ Failure ]
1802crbug.com/601166 [ Mac10.9 ] fast/text/atsui-rtl-override-selection.html [ Failure ]
1803crbug.com/601166 [ Mac10.9 ] fast/text/atsui-small-caps-punctuation-size.html [ Failure ]
1804crbug.com/601166 [ Mac10.9 ] fast/text/atsui-spacing-features.html [ Failure ]
1805crbug.com/601166 [ Mac10.9 ] fast/text/basic/002.html [ Failure ]
1806crbug.com/601166 [ Mac10.9 ] fast/text/basic/003.html [ Failure ]
1807crbug.com/601166 [ Mac10.9 ] fast/text/basic/004.html [ Failure ]
1808crbug.com/601166 [ Mac10.9 ] fast/text/basic/005.html [ Failure ]
1809crbug.com/601166 [ Mac10.9 ] fast/text/basic/006.html [ Failure ]
1810crbug.com/601166 [ Mac10.9 ] fast/text/basic/007.html [ Failure ]
1811crbug.com/601166 [ Mac10.9 ] fast/text/basic/008.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441812crbug.com/601166 [ Mac10.9 ] fast/text/basic/011.html [ Failure ]
1813crbug.com/601166 [ Mac10.9 ] fast/text/basic/012.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421814crbug.com/601166 [ Mac10.9 ] fast/text/basic/013.html [ Failure ]
1815crbug.com/601166 [ Mac10.9 ] fast/text/basic/014.html [ Failure ]
1816crbug.com/601166 [ Mac10.9 ] fast/text/basic/015.html [ Failure ]
1817crbug.com/601166 [ Mac10.9 ] fast/text/basic/generic-family-changes.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441818crbug.com/601166 [ Mac10.9 ] fast/text/bidi-embedding-pop-and-push-same.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421819crbug.com/601166 [ Mac10.9 ] fast/text/bidi-img-alt-text.html [ Failure ]
1820crbug.com/601166 [ Mac10.9 ] fast/text/break-word.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441821crbug.com/601166 [ Mac10.9 ] fast/text/capitalize-boundaries.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421822crbug.com/601166 [ Mac10.9 ] fast/text/capitalize-empty-generated-string.html [ Failure ]
1823crbug.com/601166 [ Mac10.9 ] fast/text/capitalize-preserve-nbsp.html [ Failure ]
1824crbug.com/601166 [ Mac10.9 ] fast/text/caps-lock-indicator-disabled.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441825crbug.com/601166 [ Mac10.9 ] fast/text/caps-lock-indicator-enabled.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421826crbug.com/601166 [ Mac10.9 ] fast/text/cg-fallback-bolding.html [ Failure ]
1827crbug.com/601166 [ Mac10.9 ] fast/text/complex-path-with-no-subpixel-fonts.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441828crbug.com/601166 [ Mac10.9 ] fast/text/complex-preferred-logical-widths.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421829crbug.com/601166 [ Mac10.9 ] fast/text/complex-synthetic-bold-space-width.html [ Failure ]
1830crbug.com/601166 [ Mac10.9 ] fast/text/complex-text-rtl-selection-repaint.html [ Failure ]
1831crbug.com/601166 [ Mac10.9 ] fast/text/delete-hard-break-character.html [ Failure ]
1832crbug.com/601166 [ Mac10.9 ] fast/text/drawBidiText.html [ Failure ]
1833crbug.com/601166 [ Mac10.9 ] fast/text/embed-at-end-of-pre-wrap-line.html [ Failure ]
1834crbug.com/601166 [ Mac10.9 ] fast/text/emoji-web-font.html [ Failure ]
1835crbug.com/601166 [ Mac10.9 ] fast/text/emoticons.html [ Failure ]
1836crbug.com/601166 [ Mac10.9 ] fast/text/emphasis-complex.html [ Failure ]
1837crbug.com/601166 [ Mac10.9 ] fast/text/emphasis-ellipsis-complextext.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441838crbug.com/601166 [ Mac10.9 ] fast/text/emphasis.html [ Failure ]
1839crbug.com/601166 [ Mac10.9 ] fast/text/fake-italic.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421840crbug.com/601166 [ Mac10.9 ] fast/text/fallback-for-custom-font.html [ Failure ]
1841crbug.com/601166 [ Mac10.9 ] fast/text/firstline/001.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441842crbug.com/601166 [ Mac10.9 ] fast/text/firstline/002.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421843crbug.com/601166 [ Mac10.9 ] fast/text/firstline/003.html [ Failure ]
1844crbug.com/601166 [ Mac10.9 ] fast/text/font-ascent-mac.html [ Failure ]
1845crbug.com/601166 [ Mac10.9 ] fast/text/font-fallback.html [ Failure ]
1846crbug.com/601166 [ Mac10.9 ] fast/text/font-initial.html [ Failure ]
1847crbug.com/601166 [ Mac10.9 ] fast/text/font-smallcaps-layout.html [ Failure ]
1848crbug.com/601166 [ Mac10.9 ] fast/text/font-stretch-variant.html [ Failure ]
1849crbug.com/601166 [ Mac10.9 ] fast/text/font-stretch.html [ Failure ]
1850crbug.com/601166 [ Mac10.9 ] fast/text/font-weight-variant.html [ Failure ]
1851crbug.com/601166 [ Mac10.9 ] fast/text/font-weight.html [ Failure ]
1852crbug.com/601166 [ Mac10.9 ] fast/text/format-control.html [ Failure ]
1853crbug.com/601166 [ Mac10.9 ] fast/text/in-rendered-text-rtl.html [ Failure ]
1854crbug.com/601166 [ Mac10.9 ] fast/text/international/001.html [ Failure ]
1855crbug.com/601166 [ Mac10.9 ] fast/text/international/alef-connected.html [ Failure ]
1856crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-AN-after-L.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441857crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-AN-after-empty-run.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421858crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-CS-after-AN.html [ Failure ]
1859crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-L2-run-reordering.html [ Failure ]
1860crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-LDB-2-CSS.html [ Failure ]
1861crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-LDB-2-HTML.html [ Failure ]
1862crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-LDB-2-formatting-characters.html [ Failure ]
1863crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-control-chars-treated-as-ZWS.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441864crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-european-terminators.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421865crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-explicit-embedding.html [ Failure ]
1866crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-ignored-for-first-child-inline.html [ Failure ]
1867crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-innertext.html [ Failure ]
1868crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-layout-across-linebreak.html [ Failure ]
1869crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-linebreak-001.html [ Failure ]
1870crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-linebreak-002.html [ Failure ]
1871crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-linebreak-003.html [ Failure ]
1872crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-listbox-atsui.html [ Failure ]
1873crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-listbox.html [ Failure ]
1874crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-menulist.html [ Failure ]
1875crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-mirror-he-ar.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441876crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-neutral-directionality-paragraph-start.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421877crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-neutral-run.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441878crbug.com/601166 [ Mac10.9 ] fast/text/international/bidi-override.html [ Failure ]
1879crbug.com/601166 [ Mac10.9 ] fast/text/international/bold-bengali.html [ Failure ]
1880crbug.com/601166 [ Mac10.9 ] fast/text/international/complex-character-based-fallback.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421881crbug.com/601166 [ Mac10.9 ] fast/text/international/danda-space.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441882crbug.com/601166 [ Mac10.9 ] fast/text/international/hebrew-vowels.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421883crbug.com/601166 [ Mac10.9 ] fast/text/international/hindi-spacing.html [ Failure ]
1884crbug.com/601166 [ Mac10.9 ] fast/text/international/hindi-whitespace.html [ Failure ]
1885crbug.com/601166 [ Mac10.9 ] fast/text/international/khmer-selection.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441886crbug.com/601166 [ Mac10.9 ] fast/text/international/lang-glyph-cache-separation.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421887crbug.com/601166 [ Mac10.9 ] fast/text/international/menulist-width-rtl.html [ Failure ]
1888crbug.com/601166 [ Mac10.9 ] fast/text/international/mixed-directionality-selection.html [ Failure ]
1889crbug.com/601166 [ Mac10.9 ] fast/text/international/plane2.html [ Failure ]
1890crbug.com/601166 [ Mac10.9 ] fast/text/international/pop-up-button-text-alignment-and-direction.html [ Failure ]
1891crbug.com/601166 [ Mac10.9 ] fast/text/international/rtl-caret.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441892crbug.com/601166 [ Mac10.9 ] fast/text/international/rtl-negative-letter-spacing.html [ Failure ]
1893crbug.com/601166 [ Mac10.9 ] fast/text/international/rtl-white-space-pre-wrap.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421894crbug.com/601166 [ Mac10.9 ] fast/text/international/text-spliced-font.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441895crbug.com/601166 [ Mac10.9 ] fast/text/international/thai-baht-space.html [ Failure ]
1896crbug.com/601166 [ Mac10.9 ] fast/text/international/thai-line-breaks.html [ Failure ]
1897crbug.com/601166 [ Mac10.9 ] fast/text/international/unicode-bidi-plaintext-in-textarea.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421898crbug.com/601166 [ Mac10.9 ] fast/text/international/unicode-bidi-plaintext.html [ Failure ]
1899crbug.com/601166 [ Mac10.9 ] fast/text/international/wrap-CJK-001.html [ Failure ]
1900crbug.com/601166 [ Mac10.9 ] fast/text/justified-selection-at-edge.html [ Failure ]
1901crbug.com/601166 [ Mac10.9 ] fast/text/justified-selection.html [ Failure ]
1902crbug.com/601166 [ Mac10.9 ] fast/text/justify-ideograph-complex.html [ Failure ]
1903crbug.com/601166 [ Mac10.9 ] fast/text/justify-ideograph-simple.html [ Failure ]
1904crbug.com/601166 [ Mac10.9 ] fast/text/justify-ideograph-vertical.html [ Failure ]
1905crbug.com/601166 [ Mac10.9 ] fast/text/large-text-composed-char.html [ Failure ]
1906crbug.com/601166 [ Mac10.9 ] fast/text/line-breaks-after-white-space.html [ Failure ]
1907crbug.com/601166 [ Mac10.9 ] fast/text/line-breaks.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441908crbug.com/601166 [ Mac10.9 ] fast/text/line-initial-and-final-swashes.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421909crbug.com/601166 [ Mac10.9 ] fast/text/midword-break-after-breakable-char.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441910crbug.com/601166 [ Mac10.9 ] fast/text/midword-break-before-surrogate-pair.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421911crbug.com/601166 [ Mac10.9 ] fast/text/midword-break-hang.html [ Failure ]
1912crbug.com/601166 [ Mac10.9 ] fast/text/monospace-width-cache.html [ Failure ]
1913crbug.com/601166 [ Mac10.9 ] fast/text/reset-emptyRun.html [ Failure ]
1914crbug.com/601166 [ Mac10.9 ] fast/text/selection-hard-linebreak.html [ Failure ]
1915crbug.com/601166 [ Mac10.9 ] fast/text/selection-painting-hidpi.html [ Failure ]
1916crbug.com/601166 [ Mac10.9 ] fast/text/selection-rect-line-height-too-big.html [ Failure ]
1917crbug.com/601166 [ Mac10.9 ] fast/text/selection-rect-line-height-too-small.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441918crbug.com/601166 [ Mac10.9 ] fast/text/shadow-translucent-fill.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421919crbug.com/601166 [ Mac10.9 ] fast/text/shaping/same-script-different-lang.html [ Failure ]
1920crbug.com/601166 [ Mac10.9 ] fast/text/shaping/shaping-script-order.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441921crbug.com/601166 [ Mac10.9 ] fast/text/shaping/shaping-selection-rect.html [ Failure ]
1922crbug.com/601166 [ Mac10.9 ] fast/text/should-use-atsui.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421923crbug.com/601166 [ Mac10.9 ] fast/text/small-caps-turkish.html [ Failure ]
1924crbug.com/601166 [ Mac10.9 ] fast/text/softHyphen.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441925crbug.com/601166 [ Mac10.9 ] fast/text/text-letter-spacing.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421926crbug.com/601166 [ Mac10.9 ] fast/text/text-shadow-no-default-color.html [ Failure ]
1927crbug.com/601166 [ Mac10.9 ] fast/text/text-stroke-with-border.html [ Failure ]
1928crbug.com/601166 [ Mac10.9 ] fast/text/textIteratorNilRenderer.html [ Failure ]
1929crbug.com/601166 [ Mac10.9 ] fast/text/unicode-fallback-font.html [ Failure ]
1930crbug.com/601166 [ Mac10.9 ] fast/text/vertical-rl-rtl-linebreak.html [ Failure ]
1931crbug.com/601166 [ Mac10.9 ] fast/text/vertical-surrogate-pair.html [ Failure ]
1932crbug.com/601166 [ Mac10.9 ] fast/text/wbr-in-pre-crash.html [ Failure ]
1933crbug.com/601166 [ Mac10.9 ] fast/text/wbr-pre.html [ Failure ]
1934crbug.com/601166 [ Mac10.9 ] fast/text/wbr-styled.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441935crbug.com/601166 [ Mac10.9 ] fast/text/wbr.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421936crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/001.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441937crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/002.html [ Failure ]
1938crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/003.html [ Failure ]
1939crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/004.html [ Failure ]
1940crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/005.html [ Failure ]
1941crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/006.html [ Failure ]
1942crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/007.html [ Failure ]
1943crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/008.html [ Failure ]
1944crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/009.html [ Failure ]
1945crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/010.html [ Failure ]
1946crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/011.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421947crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/012.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441948crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/015.html [ Failure ]
1949crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/016.html [ Failure ]
1950crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/018.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421951crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/019.html [ Failure ]
1952crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/020.html [ Failure ]
1953crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/021.html [ Failure ]
1954crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/023.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441955crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/024.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421956crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/025.html [ Failure ]
1957crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/026.html [ Failure ]
Dirk Prankec1f128432016-04-12 23:03:441958crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/027.html [ Failure ]
dpranke5ae3cfb62016-04-07 04:11:421959crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/028.html [ Failure ]
1960crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/029.html [ Failure ]
1961crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/030.html [ Failure ]
1962crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/normal-after-nowrap-breaking.html [ Failure ]
1963crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/nowrap-clear-float.html [ Failure ]
1964crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/pre-newline-box-test.html [ Failure ]
1965crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/pre-wrap-last-char.html [ Failure ]
1966crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/pre-wrap-line-test.html [ Failure ]
1967crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/pre-wrap-overflow-selection.html [ Failure ]
1968crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/pre-wrap-spaces-after-newline.html [ Failure ]
1969crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/select-new-line-with-line-break-normal.html [ Failure ]
1970crbug.com/601166 [ Mac10.9 ] fast/text/whitespace/span-in-word-space-causes-overflow.html [ Failure ]
1971crbug.com/601166 [ Mac10.9 ] fast/text/wide-zero-width-space.html [ Failure ]
1972crbug.com/601166 [ Mac10.9 ] fast/text/word-break-run-rounding.html [ Failure ]
1973crbug.com/601166 [ Mac10.9 ] fast/text/word-break-soft-hyphen.html [ Failure ]
1974crbug.com/601166 [ Mac10.9 ] fast/text/word-break.html [ Failure ]
1975crbug.com/601166 [ Mac10.9 ] fast/text/word-space.html [ Failure ]
1976crbug.com/601166 [ Mac10.9 ] fast/text/zero-font-size.html [ Failure ]
1977crbug.com/601166 [ Mac10.9 ] ietestcenter/css3/text/textshadow-003.htm [ Failure ]
1978crbug.com/601166 [ Mac10.9 ] ietestcenter/css3/text/textshadow-004.htm [ Failure ]
suzyhd90c1ea2016-04-08 05:43:381979
1980crbug.com/600261 imported/web-platform-tests/mediacapture-streams/GUM-deny.html [ Failure ]
1981crbug.com/600261 imported/web-platform-tests/mediacapture-streams/MediaDevices-getUserMedia.html [ Failure ]
1982crbug.com/600261 imported/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.html [ Failure ]
eae63f4a422016-04-08 09:02:531983
kjellander36d028e2016-04-12 13:22:481984crbug.com/593679 virtual/scalefactor150/fast/hidpi/static/calendar-picker-appearance.html [ NeedsManualRebaseline ]
1985crbug.com/593679 virtual/scalefactor200/fast/hidpi/static/calendar-picker-appearance.html [ NeedsManualRebaseline ]
1986crbug.com/593679 virtual/scalefactor200withzoom/fast/hidpi/static/calendar-picker-appearance.html [ NeedsManualRebaseline ]
suzyh7791bb42016-04-14 01:34:381987
rjkroege918639b02016-04-14 22:34:211988crbug.com/603703 [ Linux ] imported/web-platform-tests/web-animations/animation-timeline/document-timeline.html [ Failure Pass ]
1989
suzyh7791bb42016-04-14 01:34:381990crbug.com/600248 imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-progress.html [ Crash Failure ]
1991crbug.com/600248 imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-currentIteration.html [ Crash Failure ]
1992crbug.com/600248 imported/web-platform-tests/web-animations/animation-effect-timing/endDelay.html [ Failure ]
1993crbug.com/600248 imported/web-platform-tests/web-animations/animation/constructor.html [ Failure Timeout ]
1994crbug.com/600248 imported/web-platform-tests/web-animations/animation-node/idlharness.html [ Failure Timeout ]