1 // These tests are expected to fail until we get around to fixing
4 // Bug 1124548: Copying with no selection is sometimes supposed to work
5 // Also skipped by Apple on Windows (rdar://problem/5015941)
6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL
8 // onload race condition due to poorly designed test.
9 // Works fine when run stand-alone. Not needed for Beta.
10 // Also skipped by Apple on Windows, due to intermittent failure
12 DEFER LINUX WIN : LayoutTests/fast/dom/frame-loading-via-document-write.html = FAIL TIMEOUT
15 // WebKit's CSS counters are somewhat broken, thus expected results are failures
16 // Our high-precision timers make these tests flakey.
17 // We could fork these tests, but we'll just unfork them as soon as
18 // our high-precision timers are public.
19 DEFER : LayoutTests/css2.1/t1204-increment-00-c-o.html = FAIL
20 DEFER : LayoutTests/css2.1/t1204-increment-01-c-o.html = FAIL
21 DEFER : LayoutTests/css2.1/t1204-increment-02-c-o.html = FAIL
22 DEFER : LayoutTests/css2.1/t1204-reset-00-c-o.html = FAIL
23 DEFER WIN MAC : LayoutTests/css2.1/t1204-reset-01-c-o.html = FAIL
25 // This are failing for different reasons under our new lighttpd configuration
26 // TODO(deanm): Address all of these via lighttpd if possible, otherwise fork.
27 // Maybe flaky and need to be forked? Bug 1234761.
29 // Difference in caching headers
30 LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL
31 // LightTPD doesn't accept unknown HTTP methods
32 LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH
33 LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT
34 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
35 // even when a request didn't send the header.
36 LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
37 // http://crbug.com/2975 : Need to support upload progress notifications in
38 // the resource bridge.
39 LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html = FAIL CRASH
40 LayoutTests/http/tests/xmlhttprequest/upload-onprogress-event.html = FAIL
41 LayoutTests/http/tests/xmlhttprequest/upload-progress-events.html = FAIL
43 // -----------------------------------------------------------------
45 // -----------------------------------------------------------------
47 // This class of test fails because of size differences in text runs.
48 // Mostly this is because of international text rendering differences.
50 // Bug 1316221: fail now that we use the same font code path in test_shell
52 DEFER LINUX WIN : LayoutTests/css2.1/t1202-counter-04-b.html = FAIL
53 DEFER LINUX WIN : LayoutTests/css2.1/t1202-counters-04-b.html = FAIL
55 // Bug 1124513: the max length is being applied correctly, but the over- and
56 // under-lines aren't placed properly over the "x".
57 // Can defer this test once the crash is fixed.
58 LayoutTests/fast/forms/input-text-maxlength.html = FAIL CRASH
59 DEFER : LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL
61 // Font differences, requiring overriden metrics, not a real bug, not fixing for Beta
62 DEFER LINUX WIN : LayoutTests/fast/text/international/bidi-AN-after-L.html = FAIL
65 // Parethesis missing, metrics wrong.
66 DEFER LINUX WIN : LayoutTests/fast/text/international/bidi-neutral-run.html = FAIL
68 // Bug: 628529: complex text effects
69 // This is a real bug, but not one we're fixing for Beta.
70 DEFER LINUX WIN : LayoutTests/fast/text/stroking-decorations.html = FAIL
71 DEFER LINUX WIN : LayoutTests/fast/text/stroking.html = FAIL
74 // Incrorect results, in incorrect international font metrics.
75 // Fixing these overrides does not help us to Beta, deffering
76 DEFER LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL
77 DEFER LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = FAIL
80 // This test checks that we hack around a bug in helvetica. We fail to.
81 DEFER LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL
83 // Font-size differences in international text cause the wrong character
84 // to be under the (x,y) click location used by the test. See bug 850411
85 // on faking international font sizes like we do for Latin fonts.
86 DEFER LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = FAIL
89 // More missing international text overides, not needed for Beta.
90 // Capitalization results match Safari, even if "not fully correct"
91 DEFER LINUX WIN : LayoutTests/fast/text/capitalize-boundaries.html = FAIL
94 // Different button line-heights, our behavior looks wrong.
95 DEFER : LayoutTests/fast/forms/control-restrict-line-height.html = FAIL
96 DEFER : LayoutTests/fast/replaced/table-percent-height.html = FAIL
98 // Bug 992930: Unable to load file:/// URLs from data: URLs.
99 DEFER RELEASE : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL
101 // Bug 1187672. Two font faces should be identical but aren't. Punting SVG.
102 DEFER LINUX WIN : LayoutTests/svg/custom/font-face-simple.svg = FAIL
104 LINUX WIN : LayoutTests/svg/custom/use-on-non-svg-namespaced-element.svg = FAIL
106 // -----------------------------------------------------------------
108 // -----------------------------------------------------------------
110 // http://b/1089231: Form submission (GET) on non-standard url does not append a query.
111 // Defering these tests as the expected behavior is wonky, and shouldn't affect
112 // existing apps one way or another.
114 // Implicit expectation in this test is that you can "set query" on a data URL,
115 // and it should replace the first "?" substring. This makes absolutely no sense.
116 DEFER : LayoutTests/fast/events/stopPropagation-submit.html = FAIL
118 // Expected results has a terminal "?", since "set query" on about:blank is allowed.
119 // This is strange since query should have no meaning in non-standard urls
120 DEFER LINUX WIN : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = FAIL
121 DEFER LINUX WIN : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = FAIL
123 // -----------------------------------------------------------------
124 // PENDING TESTS (forked to pending/, need to be sent upstream)
125 // -----------------------------------------------------------------
127 // Bug 972450: These tests don't work with fast timers due to setTimeout
128 // races. Pending versions have these fixed.
129 LayoutTests/fast/repaint/bugzilla-6473.html = PASS FAIL
131 // Bug 982608: test had a wrong result for one condition
132 LayoutTests/plugins/destroy-stream-twice.html = FAIL TIMEOUT
134 // Bug 1064038. Image with border="1" drawn without the border.
135 LINUX WIN : LayoutTests/fast/forms/image-border.html = FAIL
137 // Bug 1055396. Vertical scrollbar created when there is no overflow.
138 LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = FAIL
140 // -----------------------------------------------------------------
142 // -----------------------------------------------------------------
146 MAC : LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain.html = FAIL
147 MAC : LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL
149 // Bug 865472, this should just need proper pixel test rebaselining.
150 // Also skipped by Apple on Windows (rdar://5723191).
151 // Linux pixeltest failure: Form control metrics incorrect
152 LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL
155 // Window status should always return a string object
156 // WebKit does this to match IE, FF also fails this test.
157 // Obscure, not sure we care. DEFER for now.
158 DEFER : LayoutTests/fast/dom/assign-to-window-status.html = FAIL
161 // Getting parseerror (probably wrong svn:eol-style)
162 // Will be fixed by upstream merge
163 LINUX WIN : LayoutTests/fast/xsl/xslt-enc16.xml = FAIL
164 LINUX WIN : LayoutTests/fast/xsl/xslt-enc16to16.xml = FAIL
166 // Bug: 742182, 845388
167 // Mac Safari under certain circumstances automatically places
168 // a caret in editable document even when none was requested programatically.
169 // We don't intend to copy this feature (at least not for Beta).
170 DEFER LINUX WIN : LayoutTests/editing/selection/designmode-no-caret.html = FAIL
172 // Bug: 742182, 845388, 960092
173 // Platform-specific: simulates command-{arrow} input to modify selection
174 // Our Event-Sender isn't robust enough to support this.
175 // Not required for Beta. This may also be related to known home/end issues
176 // which are intended to be fixed for Beta.
177 DEFER LINUX WIN : LayoutTests/editing/selection/move-begin-end.html = FAIL
180 // The end result looks right, but the event messages differ.
181 DEFER : LayoutTests/editing/pasteboard/paste-xml.xhtml = FAIL
184 // Directionality of mixed-direction text in selected choice should
185 // match that in the <select> option lists.
186 // Low priority, unclear if test expectations are correct (see bug)
187 DEFER : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL
188 DEFER : LayoutTests/fast/text/international/bidi-menulist.html = FAIL
191 // requires support for layoutTestController.encodeHostName()
192 DEFER : LayoutTests/fast/encoding/idn-security.html = FAIL
195 // These layout tests to see if link colors change after visiting a page. They
196 // does this by using layoutTestController.keepWebHistory() to turn on a
197 // temporary web history. layoutTestController.keepWebHistory() is not
198 // implemented in test shell.
199 // This is a test tool problem, not a Chrome problem.
200 DEFER : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL
201 // Can defer this test once the crash is fixed.
202 LayoutTests/fast/history/subframe-is-visited.html = FAIL CRASH
205 // Bug 945322: test shell should dump text when
206 // layoutTestController.notifyDone() is called
207 DEFER : LayoutTests/editing/selection/drag-in-iframe.html = FAIL TIMEOUT
210 // We don't support NPN_Enumerate, but don't know of any plugin
211 // which depends on that functionality. So we ignore this for beta.
212 DEFER : LayoutTests/plugins/netscape-enumerate.html = FAIL
214 // This tests the screen's pixel depth, which we don't set on the buildbots
215 // so it depends on the users settings. Making this a broken test for us.
216 // The test must be fixed to not depend on user settings and rebaselined. post-beta.
217 DEFER : LayoutTests/fast/dom/Window/window-screen-properties.html = PASS FAIL
220 // Plugin creation is delayed until after first layout, so
221 // setwindow isn't being called.
222 LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL
224 LayoutTests/http/tests/security/cross-frame-access-put.html = FAIL
227 // We don't support support window.resizeTo (nor is it planned for Beta)
228 DEFER : LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html = FAIL
230 // Test expects that when focus is in an iframe and page-up is hit, the parent
231 // document is also scrolled
232 // IE and FF also "fail" this test.
233 DEFER : LayoutTests/fast/frames/iframe-scroll-page-up-down.html = FAIL
236 // document.write() pf plain text does not always flush
237 // This is a known WebKit bug, https://bugs.webkit.org/show_bug.cgi?id=8961
238 DEFER : LayoutTests/editing/execCommand/delete-no-scroll.html = FAIL
241 // TODO(joshia): Need some changes to the test shell in order to support
242 // Java applet related unit tests. So disable the following for now.
243 // These tests should be fixed immediately after the Java applets work is done.
244 LayoutTests/fast/replaced/applet-disabled-positioned.html = FAIL
245 LayoutTests/fast/replaced/applet-rendering-java-disabled.html = FAIL
248 DEFER LINUX WIN : LayoutTests/svg/custom/svgsvgelement-ctm.xhtml = FAIL
251 LayoutTests/http/tests/navigation/post-goback1.html = FAIL
253 // Bug 1135948: Fails because we cannot call plugins as functions.
254 // Can defer this test once the crash is fixed.
255 LayoutTests/plugins/bindings-test.html = FAIL CRASH
257 // Bug 871718: These tests load data: URLs into frames and sets queries on then.
258 // This is totally broken. This layout test should be rewitten so that the
259 // subframes are not data URLs (probably we want files in the resources dir.).
260 DEFER : LayoutTests/fast/encoding/char-encoding.html = FAIL
262 // Bug 1130795: since we don't have Aqua-themed controls, don't ignore the
263 // box-shadow properties of controls that request Aqua theming. But since Aqua
264 // controls are rare on the web, defer this fix.
265 DEFER : LayoutTests/fast/forms/box-shadow-override.html = FAIL
267 // These tests are not valid: the so-called expected results are not known to
268 // be correct. See bug 849072.
269 // TODO(ojan): They are *our* tests.
270 // It seems silly to skip our own tests when we can change/delete them.
271 // I'm marking them as deferred for now, but we should do something with them.
272 DEFER SKIP : chrome/http/mime = PASS
274 // We don't support the storage APIs. Some of the them hang.
275 DEFER SKIP : LayoutTests/storage = PASS
276 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS
278 // Fails due to storage APIs not implemented. See bug 1124568. Might be worth
279 // re-baselining temporarily so the rest of the conditions are still tested.
280 DEFER : LayoutTests/fast/dom/Window/window-function-name-getter-precedence.html = FAIL
282 // Bug: 916857: These tests fail because of <audio> and <video>?
283 // Removed from the skip-list since they consistently fail quickly.
284 DEFER : LayoutTests/http/tests/media/video-play-stall.html = FAIL
285 DEFER : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL
286 DEFER : LayoutTests/http/tests/media/video-seekable-stall.html = FAIL
287 DEFER : LayoutTests/http/tests/media/remove-while-loading.html = FAIL
289 // These tests all time out, which makes running the suite take too long if
290 // they're included. See bug 916857 to investigate <audio> and <video>.
291 DEFER SKIP : LayoutTests/media = TIMEOUT
293 // Bug 850287: Need better Thai line-breaking. Not a high priority, because
294 // it's acceptable as it is.
295 DEFER LINUX WIN : LayoutTests/fast/text/international/thai-line-breaks.html = FAIL
297 // Bug 941049: Function arguments object is copied for each access.
298 DEFER : LayoutTests/fast/js/kde/function_arguments.html = FAIL
300 // BUG 973468: Need a setAuthorAndUserStylesEnabled method in
301 // layoutTestController. Now we have preference to enable/disable user
302 // styles(not work now), we still need to add a preference to enable/disable
303 // styles of both author and user.
304 // Deferring, we don't support user-controlled UA stylesheets (in beta)
305 // Actually, gonna SKIP because it causes an additional error message in:
306 // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow
307 // the message is dumped after the #EOF, which causes an additional
308 // error in the header of the following test.
309 DEFER SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL
311 // Failed with change http://codereview.chromium.org/12457 which changes
312 // the fallback font to "times new roman" from "Times". Need to
313 // verify if the current behavior is still correct.
314 WIN : LayoutTests/fast/css/font-family-initial.html = FAIL
315 WIN : LayoutTests/fast/css/font-face-default-font.html = FAIL
316 WIN : LayoutTests/editing/pasteboard/drag-drop-dead-frame.html = FAIL
319 // Dynamic font support (@font-face) for Windows was ported from the
320 // upstream (http://trac.webkit.org/projects/webkit/changeset/31507)
321 // SVG test still fails, though.
322 LINUX : LayoutTests/fast/css/font-face-remote.html = FAIL
323 DEFER WIN : LayoutTests/svg/custom/font-face-cascade-order.svg = FAIL
327 // These hit a not-implemented code-path in @font-face code
328 // Fixing this should not be required for beta.
329 LINUX : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL
330 LINUX : LayoutTests/fast/css/font-face-unicode-range.html = FAIL
333 // The v8 bindings allow shadowing of all properties on the global object. If you use
334 // 'var prop = value' you will get a new variable named prop that shadows builtin properties
335 // on the global object. This behavior is consistent and I'm reluctant to make the
336 // massive change that would be needed to implement the inconsistent handling of this
337 // that KJS has (some properties can be shadowed and others can't). This should have
339 // We currently match IE, the plan is to convince KJS to change post-beta.
340 DEFER : LayoutTests/fast/dom/Window/window-property-shadowing-name.html = TIMEOUT
341 DEFER : LayoutTests/fast/js/var-declarations-shadowing.html = FAIL
343 // This test expects weird behavior of __defineGetter__ on the
344 // window object. It expects variables introduced with 'var x = value'
345 // to behave differently from variables introduced with 'y = value'.
346 // This just seems wrong and should have very low priority.
347 // Agreed, not required for Beta, we can debate this with WebKit post Beta, (eseidel, 4/25)
348 DEFER : LayoutTests/fast/dom/getter-on-window-object2.html = FAIL
351 // User stylesheets not currently supported by chrome.
352 // Webkit supports them by doing filesystem operations directly.
353 // This is disallowed in a sandboxed renderer. The test fails in test_shell.exe because the
354 // necessary filesystem stubs are notImplemented(), and would need to be proxied through the browser
355 DEFER : LayoutTests/http/tests/security/local-user-CSS-from-remote.html = FAIL
357 // Extra space at end of test results. Since this is a crash test, a
358 // FAIL here is just as good as running the test normally
360 // FAIL results from an extra newline at the top of the results
361 // the checked in results do not include the PASS text.
362 DEFER : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onload.html = FAIL
364 // -----------------------------------------------------------------
366 // -----------------------------------------------------------------
369 // The failures listed below have never passed in Chromium and need to be
370 // investigated, categorized, and (one hopes) fixed.
372 // The following tests fail because SVG animation is not yet implemented
373 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-36-t.svg = FAIL
374 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-78-t.svg = FAIL
376 // These test fail full text diff (but not simplified diff) most likely due
377 // to differing implementations of SVG fonts. They may or may not represent real
378 // bugs which need fixin'
380 // pixeltest failure: font baseline should be on the path, not the centerline
381 // There's no baseline at all for this!
382 DEFER SKIP : LayoutTests/svg/batik/text/smallFonts.svg = FAIL
383 DEFER : LayoutTests/svg/batik/text/textBiDi.svg = FAIL
384 DEFER LINUX WIN : LayoutTests/svg/batik/text/textGlyphOrientationHorizontal.svg = FAIL
386 // pixeltest failure: font baseline should be on the path, not the centerline
387 DEFER LINUX WIN : LayoutTests/svg/batik/text/textOnPath.svg = FAIL
388 DEFER LINUX WIN : LayoutTests/svg/batik/text/textOnPath2.svg = FAIL
389 DEFER LINUX WIN : LayoutTests/svg/batik/text/textOnPath3.svg = FAIL
391 // pixeltest failure: font baseline should be on the path, not the centerline
392 DEFER LINUX WIN : LayoutTests/svg/batik/text/textOnPathSpaces.svg = FAIL
393 DEFER LINUX WIN : LayoutTests/svg/batik/text/verticalText.svg = FAIL
394 // pixeltest failure: font baseline should be on the path, not the centerline
395 DEFER LINUX WIN : LayoutTests/svg/batik/text/verticalTextOnPath.svg = FAIL
396 DEFER LINUX WIN : LayoutTests/svg/custom/path-textPath-simulation.svg = FAIL
397 DEFER LINUX WIN : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL
398 DEFER LINUX WIN : LayoutTests/svg/text/text-intro-05-t.svg = FAIL
399 DEFER LINUX WIN : LayoutTests/svg/text/text-path-01-b.svg = FAIL
401 // This test is failing because Apple's results appear to be bogus. Will let them know.
402 DEFER : LayoutTests/svg/custom/gradient-stop-style-change.svg = FAIL
404 // This test fails because of an oddity in stroke width calculation. A
405 // line is stroked horizontally from Y=100 with stroke width 100, we consider
406 // it to be occupying the scan lines from Y=50 to Y=149 inclusive, which
407 // is a total of 100 lines. Apple expects it to be occupying Y=150 as
408 // well. The specification isn't very specific on which behavior is correct,
409 // but I feel like ours makes more sense.
410 DEFER : LayoutTests/svg/custom/stroke-width-click.svg = FAIL
412 // These tests all pass simplified diff, but fail full text diffs due to
413 // positions and/or widths that deviate from Apple's expectations by varying
414 // degrees. These are almost certainly nonbugs, but won't be rebased until
415 // we can say for sure.
416 DEFER LINUX WIN : LayoutTests/svg/custom/control-points-for-S-and-T.svg = FAIL // 6 numbers differ, by an absolute total of 31.36
417 DEFER LINUX WIN : LayoutTests/svg/custom/dasharrayOrigin.svg = FAIL // 2 numbers differ, by an absolute total of 0.20
418 DEFER LINUX WIN : LayoutTests/svg/custom/linking-a-03-b-all.svg = FAIL // 4 numbers differ, by an absolute total of 0.06
419 DEFER LINUX WIN : LayoutTests/svg/custom/linking-a-03-b-viewBox-transform.svg = FAIL // 4 numbers differ, by an absolute total of 0.06
420 DEFER LINUX WIN : LayoutTests/svg/custom/linking-a-03-b-viewBox.svg = FAIL // 2 numbers differ, by an absolute total of 0.04
421 DEFER LINUX WIN : LayoutTests/svg/custom/marker-changes.svg = FAIL // 6 numbers differ, by an absolute total of 5.00
422 DEFER LINUX WIN : LayoutTests/svg/custom/use-css-events.svg = FAIL // 5 numbers differ, by an absolute total of 27.16
423 DEFER : LayoutTests/svg/custom/use-on-symbol-inside-pattern.svg = FAIL // 11 numbers differ, by an absolute total of 4.69
424 DEFER LINUX WIN : LayoutTests/svg/hixie/perf/001.xml = FAIL // 274 numbers differ, by an absolute total of 157.52
425 DEFER LINUX WIN : LayoutTests/svg/hixie/perf/002.xml = FAIL // 274 numbers differ, by an absolute total of 157.52
426 DEFER LINUX WIN : LayoutTests/svg/hixie/perf/007.xml = FAIL // 745 numbers differ, by an absolute total of 37.97
427 DEFER LINUX WIN : LayoutTests/svg/hixie/shapes/path/001.xml = FAIL // 6 numbers differ, by an absolute total of 100.56
428 DEFER LINUX WIN : LayoutTests/svg/hixie/text/003.html = FAIL // 1 numbers differ, by an absolute total of 1.00
429 DEFER LINUX WIN : LayoutTests/svg/hixie/text/003a.xml = FAIL // 1 numbers differ, by an absolute total of 1.00
430 DEFER LINUX WIN : LayoutTests/svg/hixie/viewbox/preserveAspectRatio/001.xml = FAIL // 2 numbers differ, by an absolute total of 18.00
431 DEFER LINUX WIN : LayoutTests/svg/hixie/viewbox/preserveAspectRatio/002.xml = FAIL // 3 numbers differ, by an absolute total of 3.00
433 // SVG combined with font metrics.
434 LINUX : LayoutTests/svg/hixie/text/001-broken.xml = FAIL
436 // This is an interesting one.
437 // The test has an error which causes it to output a message to the console.
438 // Apple's expected results include this error. Actually, Apple's expected
439 // results include the error twice, because (apparently unique among console
440 // debugging messages) it's generated during rendering. The problem is that
441 // we end up invoking the renderer twice when we're doing pixel tests, once
442 // otherwise, so we get different results depending on whether pixel tests are
443 // enabled. (Neither matches Apple's exactly... when we have pixel tests on,
444 // the duplicate error message ends up at the end of the file, while Apple's
445 // results have them both at the top.) But this test doesn't represent a real
446 // failure in any way and nothing needs to be done to fix it. I'm leaving it
447 // in tests_fixable in case we change the test shell's webview delegate to
448 // ignore console messages while doing a pixel dump
449 DEFER : LayoutTests/svg/custom/clip-path-referencing-use2.svg = FAIL PASS
451 // Bug 1107191. These flakily fail image diffs. Punting on SVG for now.
452 // Note that the "expected" images checked in are not necessarily correct.
453 DEFER : LayoutTests/svg/W3C-SVG-1.1/text-text-03-b.svg = FAIL PASS
454 DEFER : LayoutTests/svg/batik/text/textDecoration2.svg = FAIL PASS
455 // pixeltest failure: font baseline should be on the path, not the centerline
456 DEFER : LayoutTests/svg/batik/text/textFeatures.svg = FAIL PASS
457 DEFER : LayoutTests/svg/batik/text/textProperties.svg = FAIL PASS
458 DEFER : LayoutTests/svg/batik/text/textStyles.svg = FAIL PASS
459 DEFER : LayoutTests/svg/text/text-text-03-b.svg = FAIL PASS
460 // These consistently fail with image diffs.
461 DEFER LINUX WIN : LayoutTests/svg/text/text-deco-01-b.svg = FAIL
463 LayoutTests/svg/text/text-text-08-b.svg = FAIL PASS
466 // -----------------------------------------------------------------
468 // -----------------------------------------------------------------
471 // Following tests are failing because Chrome does not allow file url
472 // to access non-file urls.
473 DEFER LINUX WIN : LayoutTests/editing/selection/4960137.html = FAIL
474 DEFER : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = FAIL
475 DEFER LINUX WIN : LayoutTests/fast/frames/frame-src-attribute.html = FAIL
478 // We haven't implemented GCController in test shell
479 // Not critical for Beta. We have window.gc() for other tests.
480 DEFER : LayoutTests/fast/js/garbage-collect-after-string-appends.html = FAIL
483 // These fail the pixel tests in debug mode because they have
484 // unpainted space (filled red in Debug but not in Release).
485 // https://bugs.webkit.org/show_bug.cgi?id=8423
486 DEFER : LayoutTests/tables/mozilla_expected_failures/bugs/bug178855.xml = FAIL PASS
487 // Passes release. Fails debug.
488 DEFER DEBUG : LayoutTests/fast/flexbox/flex-hang.html = FAIL PASS
491 // Fails on webkit windows as well.
492 DEFER WIN LINUX : LayoutTests/fast/events/attempt-scroll-with-no-scrollbars.html = FAIL
495 // Linux pixeltest failure: Form control metrics incorrect
496 LayoutTests/http/tests/navigation/redirect302-basic.html = FAIL
498 // The test may require a proper version of Java 6 RC 10 plugin
500 chrome/fast/dom/java-applet-calls.html = FAIL
502 // These tests don't work on the open source buildbot because no font covers
503 // U+2798 (Heavy SE Arrow) and U+2799 (Heavy Rightwards Arrow). See bug #2304.
504 WIN : LayoutTests/css2.1/t0805-c5519-brdr-r-01-e.html = FAIL
505 WIN : LayoutTests/css2.1/t0905-c5525-fltblck-00-d-ag.html = FAIL
507 // These tests don't work on the open source buildbot because there's no font
508 // covering YinYang sign. See bug # 2304.
509 WIN : LayoutTests/css2.1/t0905-c414-flt-fit-01-d-g.html = FAIL
510 WIN : LayoutTests/css2.1/t0905-c5525-flthw-00-c-g.html = FAIL
511 WIN : LayoutTests/css2.1/t0905-c5526-flthw-00-c-g.html = FAIL
512 // No glyph for U+FFFD (Replacement Character : black diamond with question mark) in them
513 LINUX WIN : LayoutTests/fast/encoding/invalid-UTF-8.html = FAIL
515 DEFER WIN : LayoutTests/fast/text/zero-width-characters.html = FAIL
517 // HTTPS tests fail on the open source buildbot with error "cross-site not access allowed".
519 LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL PASS
521 // V8 doesn't stable sort. This is not required and may never be fixed. It is
522 // tracked by: http://code.google.com/p/v8/issues/detail?id=90
523 LayoutTests/fast/js/comparefn-sort-stability.html = FAIL
524 LayoutTests/fast/js/sort-stability.html = FAIL
526 // Apparently V8 date handling:
527 // http://code.google.com/p/v8/issues/detail?id=91
528 LayoutTests/fast/js/date-set-to-nan.html = FAIL
530 // These require application cache to be enabled. Skip the tests because
531 // they're all timing out. TODO(tc): Upstream changes to the test so they
532 // fail quickly if window.applicationCache is undefined (then we don't have to
534 // http://crbug.com/2844
535 SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL
537 // V8 failures as a result of the WebKit merge.
538 // http://code.google.com/p/v8/issues/detail?id=92
540 // Failing because looking up a method on an object fails when the stack is
541 // full because of recursion.
542 // Partially fixed in bleeding_edge: Now gives a StackOverflowException,
543 // which isn't unreasonable when calling a method on a full stack.
544 LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL
545 // http://b/issue?id=1344252
546 LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL
548 // Shadows don't render correctly for these tests.
549 // http://code.google.com/p/chromium/issues/detail?id=2969
550 LINUX WIN : LayoutTests/fast/canvas/shadow-offset-7.html = FAIL
551 LINUX WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL
553 // Problems with getImageData and toDataURL: http://crbug.com/2972
554 LINUX WIN : LayoutTests/fast/canvas/canvas-getImageData.html = FAIL
555 LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL
556 LINUX WIN : LayoutTests/fast/canvas/toDataURL-supportedTypes.html = FAIL
558 // Our shadows looks wrong. The text not having shadows is to be expected, but
559 // it looks like we're missing a red shadow that Safari has.
560 // http://code.google.com/p/chromium/issues/detail?id=2982
561 LINUX WIN : LayoutTests/fast/repaint/shadow-multiple-horizontal.html = FAIL
562 LINUX WIN : LayoutTests/fast/repaint/shadow-multiple-strict-horizontal.html = FAIL
563 LINUX WIN : LayoutTests/fast/repaint/shadow-multiple-strict-vertical.html = FAIL
564 LINUX WIN : LayoutTests/fast/repaint/shadow-multiple-vertical.html = FAIL
566 // Many of the failures here are because V8 stringifies objects differently than
567 // JSC. However, the missing position and totalSize properties seems genuine.
568 SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS
570 // We don't render reflection masks properly.
571 // http://code.google.com/p/chromium/issues/detail?id=3229
572 LINUX WIN : LayoutTests/fast/reflections/reflection-masks.html = FAIL
574 // http://crbug.com/3244 : SVG masks aren't quite working yet.
575 // Might also be related to https://bugs.webkit.org/show_bug.cgi?id=21910
576 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-mask.html = FAIL
577 LINUX WIN : LayoutTests/fast/backgrounds/animated-svg-as-mask.html = FAIL
578 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/masking-mask-01-b.svg = FAIL
579 LINUX WIN : LayoutTests/svg/batik/masking/maskRegions.svg = FAIL
581 // More tests that fail because of masks not working properly.
582 LINUX WIN : LayoutTests/fast/backgrounds/mask-composite.html = FAIL
583 LINUX WIN : LayoutTests/fast/backgrounds/repeat/mask-negative-offset-repeat.html = FAIL
584 LINUX WIN : LayoutTests/fast/borders/block-mask-overlay-image.html = FAIL
585 LINUX WIN : LayoutTests/fast/borders/inline-mask-overlay-image.html = FAIL
587 // This test finishes while in the middle of a CSS animation. This is
588 // intentional, but it makes pixel results unreliable.
589 // http://bugs.webkit.org/show_bug.cgi?id=21491
590 SKIP : LayoutTests/transitions/opacity-transition-zindex.html = PASS
592 // Issue 3273: TextInputController::firstRectForCharacterRange not implemented
593 // http://code.google.com/p/chromium/issues/detail?id=3273
594 LayoutTests/editing/selection/move-left-right.html = FAIL
596 // This test needs to be rebaselined but said rebaselining didn't work and after
597 // over an hour wasted, I'm giving up. -brettw
598 LINUX WIN : LayoutTests/svg/custom/foreign-object-skew.svg = FAIL
600 // ----------------------------------------------------------------------------
603 // These tests need to have their output inspected to make sure it's reasonable
604 // and then baselined if necessary.
605 // ----------------------------------------------------------------------------
607 LayoutTests/accessibility = FAIL
608 // Linux pixeltest failure: Image scaling is terrible
609 LINUX WIN : LayoutTests/fast/borders/border-image-omit-right-slice.html = FAIL
610 // Border radius not anti-aliased.
611 WIN : LayoutTests/fast/borders/fieldsetBorderRadius.html = FAIL
612 // Linux pixeltest failure: We can't do gradient filled text
613 LINUX WIN : LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL
614 // It looks like the text is the wrong color.
615 WIN : LayoutTests/fast/canvas/canvas-text-baseline.html = FAIL
616 // Linux pixeltest failure: radial gradients don't have offset focal point
617 LINUX WIN : LayoutTests/fast/gradients/generated-gradients.html = FAIL
618 // Linux pixeltest failure: radial gradients don't have offset focal point
619 LINUX WIN : LayoutTests/fast/gradients/simple-gradients.html = FAIL
620 LINUX WIN : LayoutTests/fast/media/viewport-media-query.html = FAIL
621 LINUX WIN : LayoutTests/fast/overflow/float-in-relpositioned.html = FAIL
622 // Our pixel results have a darker green color.
623 WIN : LayoutTests/fast/table/border-collapsing/equal-precedence-resolution.html = FAIL
624 LINUX WIN : LayoutTests/fast/table/prepend-in-anonymous-table.html = FAIL
625 LINUX WIN : LayoutTests/fast/table/vertical-align-baseline.html = FAIL
626 LINUX WIN : LayoutTests/fast/transforms/overflow-with-transform.html = FAIL
627 // Linux pixeltest failure: Failing to render shadows
628 LINUX WIN : LayoutTests/fast/transforms/shadows.html = FAIL
629 LayoutTests/http/tests/misc/acid3.html = FAIL TIMEOUT
630 LayoutTests/http/tests/security/xss-DENIED-synchronous-form.html = FAIL
631 LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html = FAIL
632 LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html = FAIL
633 // Times out because this uses dom storage which we don't implement.
634 LayoutTests/security/autocomplete-cleared-on-back.html = TIMEOUT
635 // Fails because we don't implement form autocomplete.
636 LayoutTests/security/set-form-autocomplete-attribute.html = FAIL
638 // Post-MERGE failures: these will all need to be fixed one day
640 // Linux pixeltest failure: caret is in the wrong place
641 LINUX WIN : LayoutTests/editing/selection/caret-rtl-2.html = FAIL
642 // Flaky and wrong pattern output.
643 WIN : LayoutTests/fast/canvas/patternfill-repeat.html = FAIL CRASH
644 LINUX : LayoutTests/fast/canvas/patternfill-repeat.html = FAIL CRASH PASS
645 // This test assumes we're using unix paths and looks for a file:///test
646 // path. We correctly return file:///C:/test on Windows. We should fix
648 WIN : LayoutTests/fast/dom/resource-locations-in-created-html-document.html = FAIL
649 // RenderListBox off by 4px. Font metrics? Or form control size wrong?
650 LINUX : LayoutTests/fast/replaced/replaced-breaking.html = FAIL
651 DEBUG : LayoutTests/http/tests/messaging/cross-domain-message-event-dispatch.html = FAIL PASS TIMEOUT
652 // Linux pixeltest failure: Form control metrics incorrect
653 LayoutTests/http/tests/navigation/metaredirect-basic.html = FAIL
654 LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.html = FAIL
655 // We don't seem to draw this as well as Mac. The numbers have gaps at the
657 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-34-t.svg = FAIL
658 // We're missing rectangle outlines on the 6th and 7th example. This may
659 // just be the timing of when we take the pixel snapshot.
660 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-40-t.svg = FAIL
661 // We're missing a rainbow box below the word "stop-color".
662 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/color-prop-01-b.svg = FAIL
663 // Fails in release and debug. Sometimes crashes in debug.
664 // Linux pixeltest failure: background is all blue instead of white.
665 WIN : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = FAIL CRASH
666 LINUX : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = FAIL CRASH PASS
667 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/painting-render-01-b.svg = FAIL
668 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-01-b.svg = FAIL
669 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-02-b.svg = FAIL
670 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-04-b.svg = FAIL
671 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-05-b.svg = FAIL
672 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-06-b.svg = FAIL
673 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-09-b.svg = FAIL
674 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-10-b.svg = FAIL
675 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-12-b.svg = FAIL
676 // Radial gradients are broken.
677 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-13-b.svg = FAIL
678 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-14-b.svg = FAIL
679 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-15-b.svg = FAIL
680 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-16-b.svg = FAIL
681 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = FAIL
682 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-18-b.svg = FAIL
683 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-19-b.svg = FAIL
684 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-pattern-01-b.svg = FAIL
685 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/render-groups-01-b.svg = FAIL
686 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/render-groups-03-t.svg = FAIL
687 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = FAIL
688 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/struct-symbol-01-b.svg = FAIL
689 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/struct-use-01-t.svg = FAIL
690 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/styling-inherit-01-b.svg = FAIL
691 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-altglyph-01-b.svg = FAIL
692 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-fonts-02-t.svg = FAIL
693 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-text-06-t.svg = FAIL
694 LINUX WIN : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL
695 LINUX WIN : LayoutTests/svg/batik/paints/patternPreserveAspectRatioA.svg = FAIL CRASH
696 LINUX WIN : LayoutTests/svg/batik/paints/patternRegionA.svg = FAIL CRASH
697 LINUX WIN : LayoutTests/svg/batik/paints/patternRegions.svg = FAIL CRASH
698 LINUX WIN : LayoutTests/svg/batik/text/textEffect.svg = FAIL
699 LINUX WIN : LayoutTests/svg/batik/text/textEffect3.svg = FAIL
700 LINUX WIN : LayoutTests/svg/carto.net/colourpicker.svg = FAIL
701 LINUX : LayoutTests/svg/carto.net/scrollbar.svg = FAIL
702 // 2008/12/13 - This was FAIL but is now CRASH on WIN
703 LINUX WIN : LayoutTests/svg/carto.net/selectionlist.svg = FAIL CRASH
704 LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL
705 WIN : LayoutTests/svg/custom/animate-path-discrete.svg = FAIL
706 LINUX WIN : LayoutTests/svg/custom/animate-path-morphing.svg = FAIL
707 WIN : LayoutTests/svg/custom/circular-marker-reference-1.svg = FAIL
708 // Size is off by 0.01. Maybe a rounding difference?
709 LINUX WIN : LayoutTests/svg/custom/circular-marker-reference-2.svg = FAIL
710 WIN : LayoutTests/svg/custom/circular-marker-reference-3.svg = FAIL
711 WIN : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL
712 LINUX WIN : LayoutTests/svg/custom/clip-path-display-none-child.svg = FAIL
713 // Flaky on both release and debug.
714 LINUX WIN : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH
715 LINUX WIN : LayoutTests/svg/custom/dominant-baseline-hanging.svg = FAIL
716 LayoutTests/svg/custom/embedded-svg-disallowed-in-dashboard.xml = FAIL
717 LINUX WIN : LayoutTests/svg/custom/focus-ring.svg = FAIL
718 // Difference between numeric precision in output.
719 LINUX WIN : LayoutTests/svg/custom/glyph-selection-lang-attribute.svg = FAIL
720 LINUX WIN : LayoutTests/svg/custom/gradient-rotated-bbox.svg = FAIL
721 LINUX WIN : LayoutTests/svg/custom/gradient-stop-corner-cases.svg = FAIL
722 LINUX WIN : LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL
723 LINUX WIN : LayoutTests/svg/custom/group-opacity.svg = FAIL
724 LINUX WIN : LayoutTests/svg/custom/image-small-width-height.svg = FAIL
725 // Linux pixeltest failure: Failing to draw gradients
726 LayoutTests/svg/custom/inline-svg-in-xhtml.xml = FAIL
727 // Our green is darker and we seem to be a pixel taller.
728 WIN : LayoutTests/svg/custom/js-update-image.svg = FAIL
729 LINUX WIN : LayoutTests/svg/custom/large-bounding-box-percents.svg = FAIL
730 LayoutTests/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html = FAIL
731 LayoutTests/svg/custom/manually-parsed-svg-disallowed-in-dashboard.html = FAIL
732 LINUX WIN : LayoutTests/svg/custom/non-circular-marker-reference.svg = FAIL
733 LINUX WIN : LayoutTests/svg/custom/pattern-deep-referencing.svg = FAIL
734 LINUX WIN : LayoutTests/svg/custom/pattern-rotate.svg = FAIL
735 LINUX WIN : LayoutTests/svg/custom/pattern-y-offset.svg = FAIL
736 // The pattern we generate appears to be scaled incorrectly.
737 LINUX WIN : LayoutTests/svg/custom/pointer-events-image.svg = FAIL
738 LINUX WIN : LayoutTests/svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html = FAIL
739 LINUX WIN : LayoutTests/svg/custom/stroked-pattern.svg = FAIL
740 LayoutTests/svg/custom/svg-disallowed-in-dashboard-object.html = FAIL
741 LINUX WIN : LayoutTests/svg/custom/text-dom-01-f.svg = FAIL
742 WIN : LayoutTests/svg/custom/text-dom-removal.svg = FAIL
744 // Windows fails to draw anything here
745 LINUX WIN : LayoutTests/svg/custom/use-on-disallowed-foreign-object-1.svg = FAIL
746 LINUX WIN : LayoutTests/svg/custom/use-on-disallowed-foreign-object-2.svg = FAIL
747 LINUX WIN : LayoutTests/svg/custom/use-on-disallowed-foreign-object-3.svg = FAIL
748 // This one passes even though nothing is drawn.
749 // LINUX WIN : LayoutTests/svg/custom/use-on-disallowed-foreign-object-4.svg = FAIL
750 LINUX WIN : LayoutTests/svg/custom/use-on-disallowed-foreign-object-5.svg = FAIL
751 LINUX WIN : LayoutTests/svg/custom/use-on-disallowed-foreign-object-6.svg = FAIL
753 LINUX WIN : LayoutTests/svg/custom/use-on-g-containing-foreignObject-and-image.svg = FAIL
754 // Output differs by 0.01. Maybe a rounding difference?
755 LINUX WIN : LayoutTests/svg/custom/width-full-percentage.svg = FAIL
756 LINUX WIN : LayoutTests/svg/text/text-fonts-02-t.svg = FAIL
757 // Linux pixeltest failure: Font mismatch
758 LINUX WIN : LayoutTests/tables/mozilla/bugs/bug43854-1.html = FAIL
759 // Linux pixeltest failure: Font mismatch
760 LINUX WIN : LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2.html = FAIL
761 chrome/fast/forms/basic-textareas-quirks.html = FAIL
763 // This test seems to fail on the builders but not locally.
764 LINUX WIN : LayoutTests/fast/css/font-face-multiple-faces.html = FAIL
766 // Post-merge Debug only Crashes
767 // This test also produces an unending stream of blank lines on stderr,
768 // which makes it hang the test harness.
769 SKIP DEBUG : LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = CRASH
771 // One of these svg tests sometimes crash in debug mode. It seems to only
772 // happen when all the dynamic-updates tests are run together.
773 DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html = CRASH PASS
774 DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html = CRASH PASS
775 DEBUG : LayoutTests/fast/dom/gc-1.html = CRASH PASS
777 // Got flakey (both debug and release) around r3581 (ananta).
778 WIN : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL PASS
780 // Crash in DEBUG only
781 DEBUG LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/interact-dom-01-b.svg = CRASH
783 // This test is timing sensitive and sometimes fails. However, other tests
784 // in the LayoutTests/animations/ directory are timing sensitive in the same
785 // way. Maybe this is just flaky because it's animating faster?
786 LayoutTests/animations/big-rotation.html = FAIL PASS
788 // Windows is probably getting the ex-height incorrect
789 WIN : LayoutTests/css2.1/t040302-c61-ex-len-00-b-a.html = FAIL
790 WIN : LayoutTests/css2.1/t040302-c61-rel-len-00-b-ag.html = FAIL
792 // Renderblocks off by a pixel -- font metrics?
793 LINUX : LayoutTests/css2.1/t09-c5526c-display-00-e.html = FAIL
795 // Missing a Georgian font for Linux
796 LINUX : LayoutTests/css2.1/t1202-counter-09-b.html = FAIL
797 LINUX : LayoutTests/css2.1/t1202-counters-09-b.html = FAIL
799 // It's not clear that the test isn't wrong here. It believes that middle
800 // aligning 15px Ahem should end up in a certain spot. But we have the
801 // x-height correct and we're still one px off.
802 LINUX : LayoutTests/css2.1/t100801-c544-valgn-01-d-ag.html = FAIL
804 // This test fails at least partly due to font sizing issues.
805 LINUX : LayoutTests/fast/forms/button-sizes.html = FAIL
807 // Form sizing issue.
808 LINUX : LayoutTests/fast/forms/disabled-select-change-index.html = FAIL
810 // This needs to be rebased on Windows since the baseline was incorrect.
811 WIN : LayoutTests/css2.1/t1601-c547-indent-00-b-a.html = FAIL
813 // Font metrics problems on Windows
814 WIN : LayoutTests/css2.1/t1604-c541-word-sp-00-b-a.html = FAIL
816 // Uses ahem font and expects line heights to match some pixel value.
817 // We should be able to pass this -- not sure what's wrong.
818 LINUX WIN : LayoutTests/css2.1/t1008-c44-ln-box-02-d-ag.html = FAIL
820 // Many off-by-one-pixel bits. Font metrics?
821 LINUX : LayoutTests/css2.1/t100801-c544-valgn-03-d-agi.html = FAIL
823 // Red pixels -- probably font metrics? Ugh.
824 LINUX : LayoutTests/css2.1/t100801-c548-ln-ht-04-d-ag.html = FAIL
825 // Red pixels, even upstream! Linux is like upstream but everyone fails.
826 LINUX WIN : LayoutTests/css2.1/t1605-c545-txttrans-00-b-ag.html = FAIL
828 // Not implemented in clipboard code.
829 LINUX : LayoutTests/editing/pasteboard/copy-standalone-image.html = FAIL
831 // Some tests that we had baselined improperly on Windows.
832 WIN : LayoutTests/css2.1/t100801-c548-ln-ht-02-b-ag.html = FAIL
833 WIN : LayoutTests/css2.1/t1507-c526-font-sz-02-b-a.html = FAIL
834 WIN : LayoutTests/css2.1/t1604-c542-letter-sp-00-b-a.html = FAIL
836 // Font size for arrows are different. Should we rebaseline?
837 LINUX : LayoutTests/editing/deleting/5144139-2.html = FAIL
839 // Linux: color off by one. Rounding error?
840 LINUX MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FAIL
842 // Linux: off-by-ones imply font metrics.
843 LINUX MAC : LayoutTests/editing/selection/select-from-textfield-outwards.html = FAIL
845 // Linux: off-by-ones imply font metrics.
846 LINUX : LayoutTests/fast/block/basic/011.html = FAIL
848 // Linux: fonts significantly different.
849 LINUX MAC : LayoutTests/fast/block/margin-collapse/103.html = FAIL
851 // Asks for "system" fonts, which we don't support at all.
852 LINUX : LayoutTests/fast/css/css2-system-fonts.html = FAIL
854 // Large fonts have different metrics.
855 LINUX : LayoutTests/fast/css/font-face-descriptor-multiple-values.html = FAIL
857 // Wants Helvetica, Monaco. It's still testing something useful, but we may
858 // need to check in a wrong-looking baseline.
859 LINUX : LayoutTests/fast/css/font-face-locally-installed.html = FAIL
861 // Fonts are all wrong. Not sure.
862 LINUX : LayoutTests/fast/css/line-height-font-order.html = FAIL
864 // Need a Japanese font.
865 LINUX : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL
867 // Font metrics wrong, despite using Lucida Grande?
868 LINUX MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL
870 // RenderListBox metrics off.
871 LINUX : LayoutTests/fast/forms/HTMLOptionElement_label05.html = FAIL
872 LINUX : LayoutTests/fast/forms/hidden-listbox.html = FAIL
873 LINUX : LayoutTests/fast/forms/listbox-width-change.html = FAIL
874 LINUX : LayoutTests/fast/forms/option-strip-whitespace.html = FAIL
875 LINUX : LayoutTests/fast/forms/select-block-background.html = FAIL
876 LINUX : LayoutTests/fast/forms/select-change-listbox-size.html = FAIL
877 LINUX : LayoutTests/fast/forms/select-change-popup-to-listbox.html = FAIL
878 LINUX : LayoutTests/fast/forms/select-initial-position.html = FAIL
879 LINUX : LayoutTests/fast/forms/select-list-box-with-height.html = FAIL
880 LINUX : LayoutTests/fast/text/international/bidi-listbox.html = FAIL
882 // Off-by-one in form controls -- font metrics?
883 LINUX MAC : LayoutTests/fast/forms/input-baseline.html = FAIL
884 LINUX MAC : LayoutTests/fast/forms/searchfield-heights.html = FAIL
885 LINUX MAC : LayoutTests/fast/forms/textfield-outline.html = FAIL
887 // Hebrew font metrics.
888 LINUX : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL
889 LINUX MAC : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL
891 // Layout totally different -- wrong font selected?
892 LINUX : LayoutTests/fast/frames/viewsource-attribute.html = FAIL
894 // Linux flaky: sometimes I get scrollbars and sometimes not.
895 LINUX : LayoutTests/fast/lists/001.html = FAIL PASS
896 MAC : LayoutTests/fast/lists/001.html = FAIL
898 // We fail to load a file URL with a port number -- how does this work on
900 LINUX MAC : LayoutTests/fast/loader/file-URL-with-port-number.html = FAIL
902 // URL canonicalization is different -- how does this work on Windows?
903 LINUX MAC : LayoutTests/fast/loader/url-parse-1.html = FAIL
905 // Text doesn't display at all -- maybe we don't have the slow font
907 LINUX : LayoutTests/fast/text/atsui-kerning-and-ligatures.html = FAIL
908 LINUX : LayoutTests/fast/text/atsui-partial-selection.html = FAIL
909 LINUX : LayoutTests/fast/text/atsui-small-caps-punctuation-size.html = FAIL
910 LINUX : LayoutTests/fast/text/atsui-spacing-features.html = FAIL
911 LINUX : LayoutTests/fast/text/cg-vs-atsui.html = FAIL
912 LINUX : LayoutTests/fast/text/international/complex-character-based-fallback.html = FAIL
913 LINUX : LayoutTests/fast/text/large-text-composed-char.html = FAIL
915 // Missing CJK fonts.
916 LINUX : LayoutTests/fast/text/international/001.html = FAIL
917 LINUX : LayoutTests/fast/text/international/002.html = FAIL
918 LINUX : LayoutTests/fast/text/international/003.html = FAIL
919 LINUX : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL
921 // Missing text -- slow font path unimplemented?
922 LINUX : LayoutTests/fast/text/international/bidi-AN-after-empty-run.html = FAIL
923 LINUX : LayoutTests/fast/text/international/bidi-control-chars-treated-as-ZWS.html = FAIL
924 LINUX : LayoutTests/fast/text/international/bidi-listbox-atsui.html = FAIL
925 LINUX : LayoutTests/fast/text/should-use-atsui.html = FAIL
927 // Missing Arabic font.
928 LINUX : LayoutTests/fast/text/international/bidi-CS-after-AN.html = FAIL
930 // Missing Hindi font.
931 LINUX : LayoutTests/fast/text/international/hindi-spacing.html = FAIL
933 // Missing composed "m'" glyph.
934 LINUX : LayoutTests/fast/text/line-breaks.html = FAIL
936 // We print to stderr when a failure happens while importing XSL;
937 // should disable this in libxml.
938 LINUX MAC : LayoutTests/fast/xsl/transform-xhr-doc.xhtml = FAIL
940 // I find it hard to care too much about SVG failures.
941 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL PASS
942 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-04-t.svg = FAIL
943 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-05-t.svg = FAIL
944 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-06-t.svg = FAIL
945 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-07-t.svg = FAIL
946 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = FAIL
947 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-desc-02-t.svg = FAIL
948 LINUX : LayoutTests/svg/W3C-SVG-1.1/interact-zoom-01-t.svg = FAIL
949 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-spacing-01-b.svg = FAIL
950 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-text-01-b.svg = FAIL
951 LINUX : LayoutTests/svg/batik/text/textPosition.svg = FAIL
952 LINUX : LayoutTests/svg/carto.net/slider.svg = FAIL
953 LINUX : LayoutTests/svg/carto.net/textbox.svg = FAIL
954 LINUX : LayoutTests/svg/carto.net/window.svg = FAIL
955 LINUX : LayoutTests/svg/custom/coords-relative-units-transforms.svg = FAIL
956 LINUX : LayoutTests/svg/custom/glyph-setting-d-attribute.svg = FAIL
957 LINUX : LayoutTests/svg/custom/path-getTotalLength.svg = FAIL
958 LINUX : LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL
959 LINUX : LayoutTests/svg/custom/use-referencing-nonexisting-symbol.svg = FAIL
960 LINUX : LayoutTests/svg/hixie/perf/003.xml = FAIL
961 LINUX : LayoutTests/svg/hixie/perf/004.xml = FAIL
962 LINUX : LayoutTests/svg/hixie/perf/005.xml = FAIL
963 LINUX : LayoutTests/svg/hixie/perf/006.xml = FAIL
964 LINUX : LayoutTests/svg/hixie/text/003b.xml = FAIL
965 LINUX : LayoutTests/svg/text/text-spacing-01-b.svg = FAIL
966 LINUX : LayoutTests/svg/text/text-text-01-b.svg = FAIL
968 // Linux pixeltest failure: Large areas of the page are missing
969 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = FAIL
971 // Mysterious off-by-one on the y axis -- font metrics?
972 LINUX : LayoutTests/css1/box_properties/acid_test.html = FAIL
974 MAC : LayoutTests/fast/forms/input-appearance-height.html = FAIL
975 MAC : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FAIL
976 MAC : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL
977 MAC : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL
978 MAC : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL
980 // Linux pixeltest failure: Form control incorrect size
981 LINUX : LayoutTests/fast/forms/listbox-clip.html = FAIL
983 // Linux pixeltest failure: Failing to apply style
984 LINUX : LayoutTests/fast/forms/select-style.html = FAIL
986 // Linux pixeltest failure: The text suggests that the radios should not
987 // overlap, but it's very close and quite different from the Windows version
988 LINUX : LayoutTests/fast/replaced/width100percent-radio.html = FAIL
990 // Linux pixel tests: the select arrow is clipping wrong on one line.
991 LINUX : chrome/fast/forms/basic-selects.html = FAIL
993 // Internationalization / complex characters / etc
994 LINUX : LayoutTests/fast/lists/w3-list-styles.html = FAIL
996 // Depends on plugin support.
997 LINUX MAC : LayoutTests/fast/dom/Window/Plug-ins.html = FAIL
998 LINUX MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL
999 LINUX MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL
1000 LINUX MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL
1001 LINUX MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html = FAIL
1002 LINUX : chrome/plugins/call-as-function.html = CRASH FAIL
1003 MAC : chrome/plugins/call-as-function.html = FAIL
1004 LINUX MAC : LayoutTests/dom/html/level2/html/AppletsCollection.html = FAIL
1005 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement01.html = FAIL
1006 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement02.html = FAIL
1007 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement03.html = FAIL
1008 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement04.html = FAIL
1009 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement05.html = FAIL
1010 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement06.html = FAIL
1011 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement07.html = FAIL
1012 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement08.html = FAIL
1013 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement09.html = FAIL
1014 LINUX MAC : LayoutTests/dom/html/level2/html/HTMLAppletElement10.html = FAIL
1015 LINUX MAC : LayoutTests/fast/js/navigator-mimeTypes-length.html = FAIL
1016 LINUX MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = FAIL
1017 LINUX MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT
1018 // Skip because we throw an exception before we get to dumpAsText.
1019 LINUX MAC SKIP : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL
1020 LINUX MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT
1021 LINUX MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIMEOUT
1022 LINUX MAC : LayoutTests/http/tests/plugins/post-url-file.html = CRASH TIMEOUT
1023 LINUX MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html = TIMEOUT
1024 LINUX MAC : LayoutTests/plugins/createScriptableObject-before-start.html = CRASH FAIL
1025 LINUX MAC : LayoutTests/plugins/embed-attributes-setting.html = CRASH FAIL
1026 LINUX MAC : LayoutTests/plugins/embed-attributes-style.html = FAIL
1027 LINUX MAC : LayoutTests/plugins/embed-inside-object.html = TIMEOUT
1028 LINUX MAC : LayoutTests/plugins/get-empty-url.html = CRASH FAIL
1029 LINUX MAC : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-disallow.html = FAIL
1030 LINUX MAC : LayoutTests/plugins/getintidentifier-special-values.html = FAIL
1031 LINUX MAC : LayoutTests/plugins/geturl-replace-query.html = TIMEOUT
1032 LINUX MAC : LayoutTests/plugins/inner-html-display-none.html = FAIL
1033 LINUX MAC : LayoutTests/plugins/invoke.html = FAIL
1034 LINUX MAC : LayoutTests/plugins/mouse-events.html = FAIL
1035 LINUX MAC : LayoutTests/plugins/netscape-destroy-plugin-script-objects.html = FAIL
1036 LINUX MAC : LayoutTests/plugins/netscape-dom-access.html = FAIL
1037 LINUX MAC : LayoutTests/plugins/netscape-get-property-return-value.html = FAIL
1038 LINUX MAC : LayoutTests/plugins/netscape-identifier-conversion.html = FAIL
1039 LINUX MAC : LayoutTests/plugins/netscape-invoke-default.html = FAIL
1040 LINUX : LayoutTests/plugins/open-and-close-window-with-plugin.html = FAIL
1041 LINUX MAC : LayoutTests/plugins/plugin-javascript-access.html = FAIL
1042 LINUX MAC : LayoutTests/plugins/plugin-remove-subframe.html = FAIL
1043 LINUX MAC : LayoutTests/plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html = TIMEOUT
1044 LINUX MAC : chrome/plugins/get-file-url.html = CRASH TIMEOUT
1045 // Skip because we throw an exception before we get to dumpAsText.
1046 SKIP LINUX MAC : chrome/plugins/get-url-with-blank-target.html = FAIL
1047 LINUX MAC : chrome/plugins/multiple-plugins.html = FAIL
1048 LINUX MAC : chrome/plugins/nested-plugin-objects.html = FAIL
1049 LINUX MAC : chrome/plugins/refcount-leaks.html = FAIL
1050 LINUX MAC : chrome/plugins/return-npobject.html = FAIL
1051 LINUX MAC : chrome/plugins/script-object-invoke.html = FAIL
1052 LINUX MAC : pending/plugins/destroy-stream-twice.html = TIMEOUT
1053 LINUX MAC : pending/plugins/iframe-shims.html = FAIL
1055 // Depends on event_sending_controller fixes.
1056 MAC : LayoutTests/fast/forms/search-event-delay.html = FAIL
1058 // NEW FOR MERGE 36102:37604
1060 // Linux pixeltest failure: We don't draw the spelling markers at all
1061 LINUX WIN : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL
1062 LINUX WIN : LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom.html = FAIL
1063 LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2.html = FAIL
1064 LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL
1065 LayoutTests/fast/dom/constructors-cached.html = FAIL
1066 LayoutTests/fast/js/arguments.html = FAIL
1067 LayoutTests/fast/js/construct-global-object.html = FAIL
1068 LayoutTests/fast/js/function-dot-arguments.html = FAIL
1069 LayoutTests/fast/js/primitive-method-this.html = FAIL
1070 LINUX WIN : LayoutTests/fast/repaint/button-spurious-layout-hint.html = FAIL
1071 LINUX WIN : LayoutTests/fast/table/empty-row-crash.html = FAIL
1072 LayoutTests/http/tests/plugins/local-geturl-from-remote.html = CRASH FAIL
1073 LINUX WIN : LayoutTests/scrollbars/basic-scrollbar.html = FAIL
1074 LINUX WIN : LayoutTests/scrollbars/disabled-scrollbar.html = FAIL
1075 LINUX WIN : LayoutTests/scrollbars/listbox-scrollbar-combinations.html = FAIL
1076 LINUX WIN : LayoutTests/scrollbars/overflow-scrollbar-combinations.html = FAIL
1077 LINUX WIN : LayoutTests/scrollbars/scrollbar-buttons.html = FAIL
1078 LINUX WIN : LayoutTests/scrollbars/scrollbar-orientation.html = FAIL
1079 LayoutTests/http/tests/security/MessagePort/event-listener-context.html = FAIL
1081 // The extra output may be legitimate; the extra setSelectionRange line is
1082 // printed if that property is on a button. This is either a small problem in
1083 // test shell or a big problem in V8.
1084 LayoutTests/fast/forms/selection-functions.html = FAIL
1085 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL
1086 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-11-t.svg = FAIL
1087 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-24-t.svg = FAIL
1088 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-33-t.svg = FAIL
1089 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-39-t.svg = FAIL
1091 // MAC: these two seem to pass in release, but not debug
1092 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-41-t.svg = FAIL
1093 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-46-t.svg = FAIL
1094 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/animate-elem-41-t.svg = FAIL
1095 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/animate-elem-46-t.svg = FAIL
1097 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-60-t.svg = FAIL
1098 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-61-t.svg = FAIL
1099 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-62-t.svg = FAIL
1100 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-63-t.svg = FAIL
1101 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-64-t.svg = FAIL
1102 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-65-t.svg = FAIL
1103 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-66-t.svg = FAIL
1104 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-67-t.svg = FAIL
1105 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-68-t.svg = FAIL
1106 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-69-t.svg = FAIL
1107 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-70-t.svg = FAIL
1108 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-81-t.svg = FAIL
1109 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-82-t.svg = FAIL
1110 LayoutTests/svg/W3C-SVG-1.1/coords-viewattr-01-b.svg = FAIL
1111 LayoutTests/svg/W3C-SVG-1.1/coords-viewattr-02-b.svg = FAIL
1112 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-01-t.svg = FAIL
1113 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-02-t.svg = FAIL
1114 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-03-b.svg = FAIL
1115 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-04-b.svg = FAIL
1116 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-05-t.svg = FAIL
1117 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-06-t.svg = FAIL
1118 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-07-b.svg = FAIL
1119 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-08-b.svg = FAIL
1120 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/render-elems-01-t.svg = FAIL
1121 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/render-elems-02-t.svg = FAIL
1122 LayoutTests/svg/W3C-SVG-1.1/render-elems-03-t.svg = FAIL
1123 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/render-elems-06-t.svg = FAIL
1124 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/render-elems-07-t.svg = FAIL
1125 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/render-elems-08-t.svg = FAIL
1126 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/script-handle-02-b.svg = FAIL
1127 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/script-handle-03-b.svg = FAIL
1128 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/script-handle-04-b.svg = FAIL
1129 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/struct-image-05-b.svg = FAIL
1130 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/struct-image-06-t.svg = FAIL
1131 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/struct-image-07-t.svg = FAIL
1132 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-align-05-b.svg = FAIL
1133 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-align-06-b.svg = FAIL
1134 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-text-04-t.svg = FAIL
1135 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-text-05-t.svg = FAIL
1136 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-text-07-t.svg = FAIL
1137 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-tspan-01-b.svg = FAIL
1138 LINUX WIN : LayoutTests/svg/batik/filters/filterRegions.svg = FAIL
1139 LINUX WIN : LayoutTests/svg/batik/text/textLayout.svg = FAIL
1140 LINUX WIN : LayoutTests/svg/batik/text/textLayout2.svg = FAIL
1141 LINUX WIN : LayoutTests/svg/batik/text/textLength.svg = FAIL
1142 LINUX WIN : LayoutTests/svg/batik/text/textPCDATA.svg = FAIL
1143 LINUX WIN : LayoutTests/svg/batik/text/textPosition2.svg = FAIL
1144 LINUX WIN : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL
1145 LINUX : LayoutTests/svg/carto.net/button.svg = FAIL
1146 LINUX WIN : LayoutTests/svg/custom/getscreenctm-in-mixed-content2.xhtml = FAIL
1147 LINUX WIN : LayoutTests/svg/custom/text-linking.svg = FAIL
1148 LINUX WIN : LayoutTests/svg/custom/text-xy-updates.svg = FAIL
1149 WIN : LayoutTests/svg/custom/use-css-no-effect-on-shadow-tree.svg = FAIL
1150 LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = FAIL
1151 LayoutTests/svg/custom/use-instanceRoot-event-listeners.xhtml = FAIL
1152 LINUX WIN : LayoutTests/svg/custom/use-setAttribute-crash.svg = FAIL
1153 LINUX WIN : LayoutTests/svg/hixie/links/003-broken.xml = FAIL
1154 LINUX WIN : LayoutTests/svg/text/kerning.svg = FAIL
1155 LINUX WIN : LayoutTests/svg/text/multichar-glyph.svg = FAIL
1156 LINUX WIN : LayoutTests/svg/text/text-align-05-b.svg = FAIL
1157 LINUX WIN : LayoutTests/svg/text/text-align-06-b.svg = FAIL
1158 LINUX WIN : LayoutTests/svg/text/text-altglyph-01-b.svg = FAIL
1159 LINUX WIN : LayoutTests/svg/text/text-text-04-t.svg = FAIL
1160 LINUX WIN : LayoutTests/svg/text/text-text-05-t.svg = FAIL
1161 LINUX WIN : LayoutTests/svg/text/text-text-06-t.svg = FAIL
1162 LINUX WIN : LayoutTests/svg/text/text-text-07-t.svg = FAIL
1163 LINUX WIN : LayoutTests/svg/text/text-tspan-01-b.svg = FAIL
1165 // MERGE REGRESSIONS 36102:37604
1167 // Caret may be off, but it may just need rebaselining.
1168 WIN : LayoutTests/editing/style/smoosh-styles-003.html = FAIL
1169 WIN : LayoutTests/fast/css/line-height-overflow.html = FAIL
1170 LINUX WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL
1171 WIN : LayoutTests/fast/flexbox/009.html = FAIL
1172 // The thumb in the scrollbar looks wrong. It looks too narrow.
1173 LayoutTests/fast/forms/form-element-geometry.html = FAIL
1174 // The list box selection is wrong, the focus ring is wrong, and the thumb in
1175 // the scrollbar looks too narrow.
1176 LINUX WIN : LayoutTests/fast/forms/listbox-deselect-scroll.html = FAIL
1177 // The thumb in the scrollbar looks too narrow.
1178 LINUX WIN : LayoutTests/fast/forms/listbox-scrollbar-incremental-load.html = FAIL
1179 LINUX WIN : LayoutTests/fast/forms/listbox-selection-2.html = FAIL
1180 // Thumb is the wrong size and this test doesn't work on Windows due to font
1182 LINUX WIN : LayoutTests/fast/forms/select-item-background-clip.html = FAIL
1183 // The pixel diff looks ok, but the render trees are pretty different.
1184 LayoutTests/fast/forms/textarea-rows-cols.html = FAIL
1185 // Linux pixeltest failure: Small scrollbar error
1186 LINUX WIN : LayoutTests/fast/frames/invalid.html = FAIL
1187 // Linux pixeltest failure: Looks like we're screwing up the scollbar
1188 LINUX WIN : LayoutTests/fast/frames/onlyCommentInIFrame.html = FAIL
1189 // Linux pixeltest failure: Looks like we're screwing up the scollbar
1190 LINUX WIN : LayoutTests/fast/frames/valid.html = FAIL
1191 LayoutTests/fast/html/keygen.html = FAIL
1192 LayoutTests/fast/invalid/residual-style.html = FAIL
1193 LayoutTests/fast/overflow/overflow-x-y.html = FAIL
1194 WIN : LayoutTests/fast/overflow/unreachable-overflow-rtl-bug.html = FAIL
1195 LayoutTests/fast/parser/comment-in-textarea.html = FAIL
1196 LayoutTests/fast/parser/open-comment-in-textarea.html = FAIL
1197 // Linux pixeltest failure: We, with Windows, are failing to repaint correctly
1198 LINUX WIN : LayoutTests/fast/repaint/overflow-outline-repaint.html = FAIL
1199 WIN : LayoutTests/fast/repaint/overflow-scroll-delete.html = FAIL
1200 LayoutTests/fast/replaced/width100percent-textarea.html = FAIL
1201 LINUX WIN : LayoutTests/fast/text/drawBidiText.html = FAIL
1202 LINUX : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html = TIMEOUT PASS
1203 LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html = FAIL
1204 LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html = FAIL
1205 LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html = FAIL
1206 chrome/fast/dom/xss-DENIED-javascript-variations.html = FAIL
1207 chrome/fast/forms/basic-textareas.html = FAIL
1208 LayoutTests/http/tests/misc/dns-prefetch-control.html = FAIL TIMEOUT PASS
1209 // Linux pixeltest failure: Large areas of the page are missing
1210 WIN DEBUG : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = FAIL PASS
1211 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = FAIL
1213 // NEW FOR MERGE 37604:38097
1214 LayoutTests/fast/events/destroyed-atomic-string.html = FAIL
1215 LayoutTests/fast/js/exception-thrown-from-new.html = FAIL
1216 LayoutTests/fast/js/global-constructors.html = FAIL
1217 LINUX WIN : LayoutTests/fast/layers/opacity-transforms.html = FAIL
1218 LayoutTests/fast/profiler = FAIL TIMEOUT
1219 LINUX WIN : LayoutTests/fast/replaced/percent-height-in-anonymous-block-widget.html = FAIL
1220 LINUX WIN : LayoutTests/fast/text/bidi-embedding-pop-and-push-same.html = FAIL
1221 LayoutTests/plugins/netscape-construct.html = FAIL
1223 // MERGE 37604:38097 REGRESSIONS
1224 LINUX : LayoutTests/svg/carto.net/combobox.svg = FAIL
1225 pending/security/block-test.html = CRASH FAIL
1226 LayoutTests/http/tests/security/originHeader/origin-header-for-empty.html = FAIL PASS
1229 LayoutTests/svg/dom/animated-tearoff-equality.xhtml = FAIL PASS
1230 LayoutTests/svg/dom/animated-tearoff-lifespan.xhtml = FAIL PASS
1232 MAC WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = FAIL TIMEOUT
1234 // MERGE 38097:38305 REGRESSIONS
1235 // Bug 5051: several steps of this test fail for an unknown reason.
1236 LINUX WIN : LayoutTests/fast/canvas/canvas-pattern-transform.html = FAIL
1237 // Bug 5053: fails (maybe V8?)
1238 LayoutTests/fast/frames/cross-site-this.html = FAIL
1240 LINUX WIN : LayoutTests/editing/deleting/delete-4038408-fix.html = FAIL
1242 // MERGE 38389:38450
1243 LINUX WIN : LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-4.html = FAIL
1244 LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT
1246 // Started failing with r5743 (darin)
1247 // http://crbug.com/4617
1248 LayoutTests/security/block-test.html = FAIL
1250 // http://crbug.com/4618
1251 DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html = CRASH PASS
1252 DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html = CRASH PASS
1254 // These have been failing for as long as we've had SVG support and were
1255 // incorrectly removed during a merge.
1256 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-28-t.svg = FAIL
1257 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-37-t.svg = FAIL
1258 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-80-t.svg = FAIL
1259 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-83-t.svg = FAIL
1260 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/extend-namespace-01-f.svg = FAIL
1261 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = FAIL
1262 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b.svg = FAIL
1263 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/paths-data-01-t.svg = FAIL
1264 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/paths-data-02-t.svg = FAIL
1265 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/paths-data-03-f.svg = FAIL
1266 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/paths-data-10-t.svg = FAIL
1267 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/paths-data-12-t.svg = FAIL
1268 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/paths-data-15-t.svg = FAIL
1269 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/struct-group-03-t.svg = FAIL
1270 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-deco-01-b.svg = FAIL
1271 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-fonts-01-t.svg = FAIL
1272 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL
1273 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/text-path-01-b.svg = FAIL
1275 // MERGE 38500:39550: New tests
1276 LayoutTests/transitions/transition-drt-api.html = TIMEOUT
1277 // Missing expected results
1278 SKIP : LayoutTests/animations/animation-drt-api.html = PASS
1280 // MERGE 38550:38575: New tests. Need ENABLE_WORKERS turned on.
1281 SKIP : LayoutTests/fast/workers/worker-constructor.html = FAIL
1282 SKIP : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT
1283 SKIP : LayoutTests/fast/workers/worker-gc.html = TIMEOUT
1284 SKIP : LayoutTests/fast/workers/worker-location.html = TIMEOUT
1286 // MERGE 38575:38600: Currently we don't support workers
1287 SKIP : LayoutTests/fast/workers/worker-replace-global-constructor.html = TIMEOUT
1289 // MERGE 38600:38625: New tests
1290 // Big 4999: we need to fix this same bug in our plugin handling Apple did in
1292 LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = FAIL
1294 // MERGE 38625:38653: Expectations changed upstream
1295 LINUX WIN : LayoutTests/editing/deleting/delete-to-end-of-paragraph.html = FAIL
1296 LayoutTests/fast/css/computed-style-without-renderer.html = FAIL
1298 // MERGE 38625:38653: Regressions
1299 LayoutTests/fast/events/key-events-in-input-button.html = FAIL
1301 // MERGE 38625:38653: New tests
1302 LayoutTests/fast/css/computed-style.html = FAIL
1303 LINUX WIN : LayoutTests/fast/repaint/change-transform.html = FAIL
1305 // MERGE 38653:38729: Expectations changed upstream
1306 // Flaky on Linux, maybe on Windows too?
1307 LINUX WIN : LayoutTests/editing/selection/5057506.html = PASS FAIL
1308 LINUX WIN : LayoutTests/editing/inserting/insert-before-link-1.html = FAIL
1309 LINUX : LayoutTests/editing/execCommand/19089.html = FAIL
1310 LINUX : LayoutTests/fast/block/positioning/047.html = FAIL
1311 LINUX : LayoutTests/fast/text/cg-fallback-bolding.html = FAIL
1313 // MERGE 38653:38729: New tests
1314 LINUX WIN : LayoutTests/fast/repaint/outline-child-repaint.html = FAIL
1315 LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml = FAIL
1316 // Currently we don't support workers.
1317 SKIP : LayoutTests/fast/workers/stress-js-execution.html = TIMEOUT
1319 // MERGE 38729:38760: New tests
1320 // Currently we don't support workers.
1321 SKIP : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT
1322 LayoutTests/http/tests/misc/timer-vs-loading.html = TIMEOUT PASS
1324 // MERGE 38729:38760: Regressions
1325 LINUX WIN : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL
1327 LINUX : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html = PASS CRASH
1329 // MERGE 38760:38800: New tests
1330 // Currently we don't support workers.
1331 SKIP : LayoutTests/fast/workers/use-machine-stack.html = TIMEOUT
1333 // MERGE 38760:38800: Expectations changed upstream
1334 WIN : LayoutTests/svg/hixie/data-types/001.xml = FAIL
1336 // Windows is missing the green box.
1337 WIN : LayoutTests/http/tests/multipart/invalid-image-data.html = FAIL
1339 LayoutTests/fast/dynamic/insert-before-table-part-in-continuation.html = FAIL
1341 // -----------------------------------------------------------------
1343 // -----------------------------------------------------------------
1345 // These tests hang for an unknown reason. Need to debug why the watchdog
1346 // thread doesn't kill the app correctly.
1347 SKIP MAC : LayoutTests/fast/regex/ = TIMEOUT
1350 // *** TESTS TO WORK ON FIRST ***
1351 // These tests fail because of work that needs to be done in Mac TestShell to
1352 // bring it up to par with Win TestShell. These tests pass on Win and should
1353 // pass on Mac once we fix the bugs.
1356 // We've bucketed tests into groupings for why they're failing. Please try
1357 // to add new failures in the appropriate bucket.
1359 // text fields wrong width
1360 MAC : LayoutTests/editing/deleting/5168598.html = FAIL
1361 MAC : LayoutTests/editing/inserting/5607069-2.html = FAIL
1362 MAC : LayoutTests/editing/inserting/5607069-3.html = FAIL
1363 MAC : LayoutTests/editing/inserting/typing-tab-designmode-forms.html = FAIL
1364 MAC : LayoutTests/fast/forms/input-text-double-click.html = FAIL
1365 MAC : LayoutTests/tables/mozilla/bugs/bug2479-2.html = FAIL
1366 MAC : LayoutTests/editing/inserting/before-after-input-element.html = FAIL
1367 MAC : LayoutTests/editing/pasteboard/4806874.html = FAIL
1368 MAC : LayoutTests/editing/pasteboard/drop-text-without-selection.html = FAIL
1369 MAC : LayoutTests/editing/pasteboard/input-field-1.html = FAIL
1370 MAC : LayoutTests/editing/pasteboard/nested-blocks-with-text-field.html = FAIL
1371 MAC : LayoutTests/editing/selection/3690703-2.html = FAIL
1372 MAC : LayoutTests/editing/selection/3690703.html = FAIL
1373 MAC : LayoutTests/editing/selection/3690719.html = FAIL
1374 MAC : LayoutTests/editing/selection/4895428-3.html = FAIL
1375 MAC : LayoutTests/editing/selection/4975120.html = FAIL
1376 MAC : LayoutTests/editing/selection/5136696.html = FAIL
1377 MAC : LayoutTests/editing/selection/5213963.html = FAIL
1378 MAC : LayoutTests/editing/selection/drag-select-1.html = FAIL
1379 MAC : LayoutTests/editing/selection/drag-text-delay.html = FAIL
1380 MAC : LayoutTests/fast/css/line-height.html = FAIL
1381 MAC : LayoutTests/fast/forms/input-disabled-color.html = FAIL
1382 MAC : LayoutTests/fast/forms/password-placeholder-text-security.html = FAIL
1383 MAC : LayoutTests/fast/forms/password-placeholder.html = FAIL
1384 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug2479-5.html = FAIL
1385 MAC : LayoutTests/fast/events/autoscroll.html = FAIL
1386 MAC : LayoutTests/fast/events/label-focus.html = FAIL
1387 MAC : LayoutTests/fast/forms/blankbuttons.html = FAIL
1388 MAC : LayoutTests/fast/forms/encoding-test.html = FAIL
1389 MAC : LayoutTests/fast/forms/fieldset-align.html = FAIL
1390 MAC : LayoutTests/fast/forms/input-align.html = FAIL
1391 MAC : LayoutTests/fast/forms/input-appearance-bkcolor.html = FAIL
1392 MAC : LayoutTests/fast/forms/input-appearance-default-bkcolor.html = FAIL
1393 MAC : LayoutTests/fast/forms/input-appearance-disabled.html = FAIL
1394 MAC : LayoutTests/fast/forms/input-appearance-focus.html = FAIL
1395 MAC : LayoutTests/fast/forms/input-appearance-preventDefault.html = FAIL
1396 MAC : LayoutTests/fast/forms/input-appearance-readonly.html = FAIL
1397 MAC : LayoutTests/fast/forms/input-appearance-selection.html = FAIL
1398 MAC : LayoutTests/fast/forms/input-appearance-visibility.html = FAIL
1399 MAC : LayoutTests/fast/forms/input-appearance-width.html = FAIL
1400 MAC : LayoutTests/fast/forms/input-double-click-selection-gap-bug.html = FAIL
1401 MAC : LayoutTests/fast/forms/input-first-letter.html = FAIL
1402 MAC : LayoutTests/fast/forms/input-paste-undo.html = FAIL
1403 MAC : LayoutTests/fast/forms/input-radio-checked-tab.html = FAIL
1404 MAC : LayoutTests/fast/forms/input-readonly-dimmed.html = FAIL
1405 MAC : LayoutTests/fast/forms/input-readonly-empty.html = FAIL
1406 MAC : LayoutTests/fast/forms/input-spaces.html = FAIL
1407 MAC : LayoutTests/fast/forms/input-table.html = FAIL
1408 MAC : LayoutTests/fast/forms/input-text-click-inside.html = FAIL
1409 MAC : LayoutTests/fast/forms/input-text-click-outside.html = FAIL
1410 MAC : LayoutTests/fast/forms/input-text-drag-down.html = FAIL
1411 MAC : LayoutTests/fast/forms/input-text-option-delete.html = FAIL
1412 MAC : LayoutTests/fast/forms/input-text-self-emptying-click.html = FAIL
1413 MAC : LayoutTests/fast/forms/input-text-word-wrap.html = FAIL
1414 MAC : LayoutTests/fast/forms/input-type-change2.html = FAIL
1415 MAC : LayoutTests/fast/forms/input-value.html = FAIL
1416 MAC : LayoutTests/fast/forms/input-width.html = FAIL
1417 MAC : LayoutTests/fast/forms/search-display-none-cancel-button.html = FAIL
1418 MAC : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL
1419 MAC : LayoutTests/fast/forms/textfield-drag-into-disabled.html = FAIL
1420 MAC : LayoutTests/fast/forms/textfield-overflow.html = FAIL
1421 MAC : LayoutTests/fast/lists/dynamic-marker-crash.html = FAIL
1422 MAC : LayoutTests/fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = FAIL
1423 MAC : LayoutTests/fast/repaint/subtree-root-skipped.html = FAIL
1424 MAC : LayoutTests/fast/replaced/replaced-breaking-mixture.html = FAIL
1425 MAC : LayoutTests/fast/replaced/width100percent-textfield.html = FAIL
1426 MAC : LayoutTests/fast/table/colspanMinWidth.html = FAIL
1427 MAC : LayoutTests/fast/table/spanOverlapRepaint.html = FAIL
1428 MAC : LayoutTests/fast/text/textIteratorNilRenderer.html = FAIL
1429 MAC : LayoutTests/svg/hixie/mixed/003.xml = FAIL
1430 MAC : LayoutTests/tables/mozilla/bugs/bug1188.html = FAIL
1431 MAC : LayoutTests/tables/mozilla/bugs/bug12384.html = FAIL
1432 MAC : LayoutTests/tables/mozilla/bugs/bug18359.html = FAIL
1433 MAC : LayoutTests/tables/mozilla/bugs/bug194024.html = FAIL
1434 MAC : LayoutTests/tables/mozilla/bugs/bug24200.html = FAIL
1435 MAC : LayoutTests/tables/mozilla/bugs/bug2479-3.html = FAIL
1436 MAC : LayoutTests/tables/mozilla/bugs/bug2479-4.html = FAIL
1437 MAC : LayoutTests/tables/mozilla/bugs/bug28928.html = FAIL
1438 MAC : LayoutTests/tables/mozilla/bugs/bug30559.html = FAIL
1439 MAC : LayoutTests/tables/mozilla/bugs/bug30692.html = FAIL
1440 MAC : LayoutTests/tables/mozilla/bugs/bug39209.html = FAIL
1441 MAC : LayoutTests/tables/mozilla/bugs/bug4382.html = FAIL
1442 MAC : LayoutTests/tables/mozilla/bugs/bug4429.html = FAIL
1443 MAC : LayoutTests/tables/mozilla/bugs/bug4527.html = FAIL
1444 MAC : LayoutTests/tables/mozilla/bugs/bug46368-1.html = FAIL
1445 MAC : LayoutTests/tables/mozilla/bugs/bug46368-2.html = FAIL
1446 MAC : LayoutTests/tables/mozilla/bugs/bug51037.html = FAIL
1447 MAC : LayoutTests/tables/mozilla/bugs/bug53690-1.html = FAIL
1448 MAC : LayoutTests/tables/mozilla/bugs/bug55545.html = FAIL
1449 MAC : LayoutTests/tables/mozilla/bugs/bug59354.html = FAIL
1450 MAC : LayoutTests/tables/mozilla/bugs/bug7342.html = FAIL
1451 MAC : LayoutTests/tables/mozilla/bugs/bug9024.html = FAIL
1452 MAC : LayoutTests/tables/mozilla/bugs/bug96334.html = FAIL
1453 MAC : LayoutTests/tables/mozilla/bugs/bug99948.html = FAIL
1454 MAC : LayoutTests/tables/mozilla/dom/tableDom.html = FAIL
1455 MAC : LayoutTests/tables/mozilla/other/move_row.html = FAIL
1456 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug92647-1.html = FAIL
1457 MAC : chrome/fast/forms/basic-buttons.html = FAIL
1458 MAC : chrome/fast/forms/basic-inputs.html = FAIL
1459 MAC : chrome/fast/forms/basic-selects.html = FAIL
1460 MAC : chrome/fast/forms/textarea-metrics.html = FAIL
1461 MAC : LayoutTests/fast/forms/input-readonly-autoscroll.html = FAIL
1462 MAC : LayoutTests/fast/forms/input-type-text-min-width.html = FAIL
1463 MAC : LayoutTests/fast/forms/placeholder-set-attribute.html = FAIL
1464 MAC : LayoutTests/fast/replaced/replaced-breaking.html = FAIL
1465 MAC : LayoutTests/fast/table/text-field-baseline.html = FAIL
1467 // we're waiting on upstreaming a change to how textarea padding works. rather
1468 // than rebasing, we'll wait for the upstream (which ojan said should happen
1469 // early in Jan 09).
1470 MAC : LayoutTests/fast/forms/negativeLineHeight.html = FAIL
1471 MAC : LayoutTests/fast/forms/textAreaLineHeight.html = FAIL
1472 MAC : LayoutTests/fast/forms/textarea-width.html = FAIL
1473 MAC : LayoutTests/fast/text/international/rtl-white-space-pre-wrap.html = FAIL
1474 MAC : LayoutTests/editing/inserting/4960120-1.html = FAIL
1475 MAC : LayoutTests/editing/pasteboard/nested-blocks-with-text-area.html = FAIL
1476 MAC : LayoutTests/editing/pasteboard/pasting-tabs.html = FAIL
1477 MAC : LayoutTests/fast/css/resize-corner-tracking.html = FAIL
1478 MAC : LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html = FAIL
1479 MAC : LayoutTests/fast/dynamic/008.html = FAIL
1480 MAC : LayoutTests/fast/forms/textarea-align.html = FAIL
1481 MAC : LayoutTests/fast/forms/textarea-appearance-wrap.html = FAIL
1482 MAC : LayoutTests/fast/forms/textarea-hard-linewrap.html = FAIL
1483 MAC : LayoutTests/fast/forms/textarea-scroll-height.html = FAIL
1484 MAC : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL
1485 MAC : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL
1486 MAC : LayoutTests/fast/forms/textarea-setinnerhtml.html = FAIL
1487 MAC : LayoutTests/fast/parser/entity-comment-in-textarea.html = FAIL
1488 MAC : LayoutTests/fast/table/003.html = FAIL
1489 MAC : LayoutTests/http/tests/navigation/anchor-basic.html = FAIL
1490 MAC : LayoutTests/http/tests/navigation/anchor-frames.html = FAIL
1491 MAC : LayoutTests/http/tests/navigation/anchor-goback.html = FAIL
1492 MAC : LayoutTests/http/tests/navigation/anchor-subframeload.html = FAIL
1493 MAC : LayoutTests/http/tests/navigation/javascriptlink-basic.html = FAIL
1494 MAC : LayoutTests/http/tests/navigation/javascriptlink-goback.html = FAIL
1495 MAC : LayoutTests/http/tests/navigation/javascriptlink-subframeload.html = FAIL
1496 MAC : LayoutTests/http/tests/navigation/metaredirect-frames.html = FAIL
1497 MAC : LayoutTests/http/tests/navigation/metaredirect-goback.html = FAIL
1498 MAC : LayoutTests/http/tests/navigation/metaredirect-subframeload.html = FAIL
1499 MAC : LayoutTests/http/tests/navigation/redirect302-frames.html = FAIL
1500 MAC : LayoutTests/http/tests/navigation/relativeanchor-goback.html = FAIL
1501 MAC : LayoutTests/http/tests/navigation/reload-subframe-object.html = FAIL
1502 MAC : LayoutTests/http/tests/navigation/slowmetaredirect-basic.html = FAIL
1503 MAC : LayoutTests/http/tests/navigation/slowtimerredirect-basic.html = FAIL
1504 MAC : LayoutTests/http/tests/navigation/success200-basic.html = FAIL
1505 MAC : LayoutTests/http/tests/navigation/success200-frames-loadsame.html = FAIL
1506 MAC : LayoutTests/http/tests/navigation/success200-frames.html = FAIL
1507 MAC : LayoutTests/http/tests/navigation/success200-goback.html = FAIL
1508 MAC : LayoutTests/http/tests/navigation/success200-loadsame.html = FAIL
1509 MAC : LayoutTests/http/tests/navigation/success200-reload.html = FAIL
1510 MAC : LayoutTests/http/tests/navigation/success200-subframeload.html = FAIL
1511 MAC : LayoutTests/http/tests/navigation/timerredirect-basic.html = FAIL CRASH
1512 MAC : LayoutTests/http/tests/navigation/timerredirect-frames.html = FAIL
1513 MAC : LayoutTests/http/tests/navigation/timerredirect-goback.html = FAIL
1514 MAC : LayoutTests/http/tests/navigation/timerredirect-subframeload.html = FAIL
1515 MAC : LayoutTests/http/tests/navigation/post-goback2.html = FAIL
1516 MAC : LayoutTests/http/tests/navigation/postredirect-goback2.html = FAIL
1517 MAC : LayoutTests/http/tests/navigation/redirect302-goback.html = FAIL
1518 MAC : LayoutTests/http/tests/navigation/redirect302-subframeload.html = FAIL
1519 MAC : LayoutTests/http/tests/navigation/relativeanchor-basic.html = FAIL
1520 MAC : LayoutTests/http/tests/navigation/relativeanchor-frames.html = FAIL
1522 // text input garbage
1523 MAC : LayoutTests/editing/inserting/typing-tab-designmode.html = FAIL
1524 MAC : LayoutTests/fast/events/key-events-in-input-text.html = FAIL
1525 MAC : LayoutTests/fast/forms/focus-selection-input.html = FAIL
1526 MAC : LayoutTests/fast/forms/focus-selection-textarea.html = FAIL
1527 MAC : LayoutTests/fast/forms/textarea-type-spaces.html = FAIL
1528 MAC : LayoutTests/fast/frames/iframe-window-focus.html = FAIL
1529 MAC : LayoutTests/fast/events/js-keyboard-event-creation.html = FAIL
1531 // bad key event handling
1532 MAC : LayoutTests/fast/events/access-key-self-destruct.html = FAIL
1533 MAC : LayoutTests/fast/events/arrow-keys-on-body.html = FAIL
1534 MAC : LayoutTests/fast/events/keypress-focus-change.html = FAIL
1535 MAC : LayoutTests/fast/events/keypress-insert-tab.html = FAIL
1536 MAC : LayoutTests/fast/events/onchange-passwordfield.html = FAIL
1537 MAC : LayoutTests/fast/events/onchange-searchfield.html = FAIL
1538 MAC : LayoutTests/fast/events/onchange-select-popup.html = FAIL
1539 MAC : LayoutTests/fast/events/onchange-textfield.html = FAIL
1540 MAC : LayoutTests/fast/events/onsearch-enter.html = FAIL
1541 MAC : LayoutTests/fast/forms/access-key.html = FAIL
1542 MAC : LayoutTests/fast/forms/button-enter-click.html = FAIL
1543 MAC : LayoutTests/fast/forms/check-box-enter-key.html = FAIL
1544 MAC : LayoutTests/fast/forms/enter-clicks-buttons.html = FAIL
1545 MAC : LayoutTests/fast/forms/legend-access-key.html = FAIL
1546 MAC : LayoutTests/fast/forms/listbox-typeahead-scroll.html = FAIL
1547 MAC : LayoutTests/fast/forms/onchange-enter-submit.html = FAIL
1548 MAC : LayoutTests/fast/forms/select-accesskey.html = FAIL
1549 MAC : LayoutTests/fast/forms/select-double-onchange.html = FAIL
1550 MAC : LayoutTests/fast/forms/select-enter-key.html = FAIL
1551 MAC : LayoutTests/fast/forms/select-type-ahead-non-latin.html = FAIL
1552 MAC : LayoutTests/fast/forms/textfield-onchange-deletion.html = FAIL
1553 MAC : LayoutTests/fast/forms/textfield-to-password-on-focus.html = FAIL
1554 MAC : LayoutTests/fast/events/option-tab.html = FAIL
1555 MAC : LayoutTests/fast/events/keydown-keypress-preventDefault.html = FAIL
1556 MAC : LayoutTests/fast/events/tabindex-focus-chain.html = FAIL
1557 MAC : LayoutTests/fast/forms/button-spacebar-click.html = FAIL
1558 MAC : LayoutTests/fast/forms/focus-control-to-page.html = FAIL
1561 MAC : LayoutTests/fast/events/attempt-scroll-with-no-scrollbars.html = FAIL
1564 MAC : LayoutTests/http/tests/navigation/lockedhistory-iframe.html = FAIL
1565 LINUX : LayoutTests/http/tests/navigation/lockedhistory-iframe.html = PASS FAIL
1568 MAC : LayoutTests/fast/forms/listbox-onchange.html = FAIL
1569 MAC : LayoutTests/fast/forms/listbox-selection.html = FAIL
1570 MAC : LayoutTests/editing/selection/5109817.html = FAIL
1571 MAC : LayoutTests/editing/selection/5354455-2.html = FAIL
1573 // missing default resources (strings?)
1574 MAC : LayoutTests/fast/forms/button-default-title.html = FAIL
1575 MAC : LayoutTests/fast/forms/file-input-direction.html = FAIL
1576 MAC : LayoutTests/fast/forms/file-input-disabled.html = FAIL
1577 MAC : LayoutTests/fast/forms/hidden-input-file.html = FAIL
1580 MAC : LayoutTests/fast/css/font-weight-1.html = FAIL
1581 MAC : LayoutTests/http/tests/misc/isindex-formdata.html = FAIL
1582 MAC : LayoutTests/svg/custom/preserve-aspect-ratio-syntax.svg = FAIL
1583 MAC : LayoutTests/svg/custom/viewbox-syntax.svg = FAIL
1584 MAC : LayoutTests/tables/mozilla/marvin/x_td_nowrap.xml = FAIL
1585 MAC : LayoutTests/tables/mozilla/marvin/x_th_nowrap.xml = FAIL
1586 MAC : LayoutTests/editing/deleting/5408255.html = FAIL
1587 MAC : LayoutTests/editing/pasteboard/5006779.html = FAIL
1589 // not loading local files
1590 MAC : LayoutTests/fast/loader/local-CSS-from-local.html = FAIL
1591 MAC : LayoutTests/fast/loader/local-JavaScript-from-local.html = FAIL
1592 MAC : LayoutTests/fast/loader/local-image-from-local.html = FAIL
1594 // parser issues (guess: may be related to missing resources?)
1595 MAC : LayoutTests/fast/parser/entities-in-attributes.xhtml = FAIL
1596 MAC : LayoutTests/fast/parser/entities-in-xhtml.xhtml = FAIL
1597 MAC : LayoutTests/fast/parser/entity-ignorable-whitespace.xhtml = FAIL
1600 MAC : LayoutTests/fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml = FAIL
1602 // the url comes back wrong, it should have a question mark for args on it.
1603 MAC : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = FAIL
1604 MAC : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = FAIL
1606 // contain extra output at the top, no clue why.
1607 MAC : LayoutTests/fast/forms/001.html = FAIL
1608 MAC : LayoutTests/fast/forms/menulist-narrow-width.html = FAIL
1610 // JS profiler not enabled?
1611 MAC : LayoutTests/fast/profiler/document-dot-write.html = FAIL
1612 MAC : LayoutTests/fast/profiler/stop-then-function-call.html = FAIL
1614 // whitespace differences (??)
1615 MAC : LayoutTests/fast/dom/tabindex-clamp.html = FAIL
1617 // Error from CGImageSourceUpdateData but everything else is correct.
1618 MAC : LayoutTests/http/tests/multipart/invalid-image-data.html = FAIL
1622 // window.open crashes
1623 MAC : LayoutTests/http/tests/navigation/target-frame-from-window.html = CRASH TIMEOUT
1624 MAC : LayoutTests/http/tests/security/frameNavigation/not-opener.html = CRASH
1625 MAC : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html = PASS CRASH
1626 MAC : LayoutTests/http/tests/xmlhttprequest/close-window.html = CRASH
1627 MAC : LayoutTests/plugins/open-and-close-window-with-plugin.html = CRASH FAIL
1628 MAC : LayoutTests/fast/dom/Window/setting-properties-on-closed-window.html = CRASH
1629 MAC RELEASE : LayoutTests/fast/events/open-window-from-another-frame.html = CRASH PASS
1630 MAC RELEASE : LayoutTests/fast/history/history_reload.html = CRASH
1631 MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html = CRASH TIMEOUT
1632 MAC : LayoutTests/http/tests/security/frameNavigation/opener.html = CRASH
1633 MAC RELEASE : LayoutTests/http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html = CRASH PASS
1634 MAC : LayoutTests/http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html = PASS CRASH
1635 MAC : LayoutTests/svg/carto.net/scrollbar.svg = CRASH
1637 MAC : LayoutTests/fast/dom/Window/new-window-opener.html = CRASH
1638 MAC : LayoutTests/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html = PASS CRASH
1639 MAC : LayoutTests/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html = PASS CRASH
1640 MAC : LayoutTests/http/tests/security/aboutBlank/xss-DENIED-set-opener.html = PASS CRASH
1641 // passing as of 12/29/08, remove this once it proves to be passing and no longer flaky.
1642 // MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = TIMEOUT
1643 MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html = PASS CRASH
1644 MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html = CRASH PASS
1645 MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html = PASS CRASH
1646 MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html = CRASH
1647 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL
1648 MAC : LayoutTests/fast/forms/focus2.html = CRASH FAIL
1650 // no html tags, bad html (unmatched tags)
1651 MAC : LayoutTests/fast/canvas/unclosed-canvas-1.html = CRASH
1652 // Script -- onload hooks
1653 MAC : LayoutTests/fast/dom/Document/early-document-access.html = CRASH
1655 // -----------------------------------------------------------------
1656 // END MAC PORT TESTS
1657 // -----------------------------------------------------------------
1659 // WebKit Merge 38800:38850 regressions
1660 LayoutTests/fast/events/dispatchEvent-crash.html = FAIL
1662 // WebKit Merge 38850:38900 new tests
1664 // Linux pixeltest failure: There should be two lines of text
1665 LINUX WIN : LayoutTests/editing/selection/wrapped-line-caret-1.html = FAIL
1666 // Linux pixeltest failure: There should be two lines of text
1667 LINUX WIN : LayoutTests/editing/selection/wrapped-line-caret-2.html = FAIL
1668 LayoutTests/fast/dom/dom-constructors.html = FAIL
1670 // WebKit Merge 38950:39000 failures:
1671 LINUX WIN : LayoutTests/svg/custom/fill-fallback.svg = FAIL
1672 LINUX WIN : LayoutTests/svg/custom/invalid-css.svg = FAIL
1673 LINUX WIN : LayoutTests/svg/custom/js-late-gradient-and-object-creation.svg = FAIL
1674 LINUX WIN : LayoutTests/svg/custom/resource-client-removal.svg = FAIL
1676 // WebKit Merge 39050:39100 failures:
1677 LayoutTests/fast/dom/java-applet-calls.html = FAIL
1678 LINUX WIN : LayoutTests/fast/repaint/transform-repaint-descendants.html = FAIL
1679 LINUX WIN : LayoutTests/http/tests/loading/simple-subframe.html = FAIL
1681 // WebKit Merge 39100:39141 new tests:
1682 MAC : LayoutTests/fast/events/special-key-events-in-input-text.html = FAIL
1683 LayoutTests/fast/regex/non-pattern-characters.html = FAIL
1684 SKIP : LayoutTests/fast/workers/worker-navigator.html = FAIL
1685 SKIP : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg = FAIL
1687 // Windows pixeltest failure: alpha=0.5 red does not come out blended.
1688 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is
1689 // coming out with with a slightly-less-than-100% red channel.
1690 // Looks like we need to investigate HSL color conversion.
1691 LINUX WIN : LayoutTests/fast/css/hsla-color.html = FAIL
1693 // Windows pixeltest failure: upstream baseline has the background of the
1694 // "Cancel" button in a slightly darker gray than the surrounding dark gray.
1695 WIN : LayoutTests/fast/css/imageTileOpacity.html = FAIL
1697 // Linux pixeltest failure: flaky? Appears without red locally.
1698 LINUX : LayoutTests/fast/layers/layer-visibility-sublayer.html = PASS FAIL
1700 // Repaint tests, so the expected output should look like the
1701 // Mac where everything is dark gray.
1702 LINUX WIN : LayoutTests/fast/repaint/table-cell-collapsed-border.html = FAIL
1703 LINUX WIN : LayoutTests/fast/repaint/transform-absolute-child.html = FAIL
1704 LINUX WIN : LayoutTests/fast/canvas/canvas-as-image-incremental-repaint.html = FAIL
1705 LINUX WIN : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FAIL
1706 LINUX WIN : LayoutTests/fast/repaint/create-layer-repaint.html = FAIL
1707 LINUX WIN : LayoutTests/fast/repaint/reflection-redraw.html = FAIL
1709 // Linux pixeltest failure: Failing to rotate the form control
1710 LINUX MAC : LayoutTests/fast/transforms/transformed-focused-text-input.html = FAIL
1712 // http://crbug.com/5294 and http://crbug.com/4618
1713 DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html = CRASH PASS
1716 LINUX : LayoutTests/fast/events/5056619.html = PASS FAIL
1717 // Linux pixeltest failure: Gradient fail
1718 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL
1720 // Failed with r6844 (dglazkov)
1721 LayoutTests/http/tests/navigation/error404-goback.html = FAIL
1723 // Started failing when landing the new skia r6925.
1724 WIN : LayoutTests/fast/css/rtl-ordering.html = FAIL
1725 WIN : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL
1726 WIN : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL
1727 WIN : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL
1728 WIN : LayoutTests/fast/lists/w3-list-styles.html = FAIL
1729 WIN : LayoutTests/fast/text/international/001.html = FAIL
1730 WIN : LayoutTests/fast/text/international/002.html = FAIL
1731 WIN : LayoutTests/fast/text/international/003.html = FAIL
1732 WIN : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL
1734 // 2008/12/13 - Turning off some Friday night test regressions until they can be looked at.
1735 WIN : LayoutTests/fast/css/beforeSelectorOnCodeElement.html = CRASH
1736 // Passes when run by itself. Fails on the buildbot.
1737 LINUX : LayoutTests/fast/css/beforeSelectorOnCodeElement.html = CRASH PASS
1738 DEBUG WIN : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html = CRASH
1740 // 2008/12/15 These fail the pixel tests.
1741 // The pixel tests regressed while the tests were marked FAIL for text diff reasons, which are now fixed.
1742 // They are already rebaselined compared to the webkit standard, and are now off by a small number of pixels
1743 // from the platform rebaseline, so they could probably just be re-rebaselined.
1744 WIN : LayoutTests/svg/custom/empty-merge.svg = FAIL
1745 WIN : LayoutTests/svg/custom/feDisplacementMap-01.svg = FAIL
1746 WIN : LayoutTests/svg/custom/fractional-rects.svg = FAIL
1747 LINUX WIN : LayoutTests/svg/custom/gradient-add-stops.svg = FAIL
1748 WIN : LayoutTests/svg/custom/js-update-container2.svg = FAIL
1749 WIN : LayoutTests/svg/custom/rounded-rects.svg = FAIL
1750 WIN : LayoutTests/svg/custom/use-forward-refs.svg = FAIL
1751 WIN : LayoutTests/svg/custom/use-nested-transform.svg = FAIL
1752 // Same as above, but only regressed on win.
1753 WIN : LayoutTests/svg/custom/container-opacity-clip-viewBox.svg = FAIL
1754 // Our pixel results have darker red and green.
1755 LINUX WIN : LayoutTests/svg/custom/image-parent-translation.xhtml = FAIL
1756 // The pattern we generate is wrong.
1757 LINUX WIN : LayoutTests/svg/custom/pattern-cycle-detection.svg = FAIL
1758 WIN : LayoutTests/svg/custom/stroke-fallback.svg = FAIL
1760 // Merge 39143:39309
1761 // This test needs to be rebaselined on Mac/Linux.
1762 LINUX MAC : LayoutTests/animations/keyframes-rule.html = FAIL
1763 LINUX MAC : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL
1764 // These two appear to be failing because of changes to PCRE that have
1765 // not made it to JSCRE (regex engine used by V8). See V8 bug 182.
1766 LayoutTests/fast/js/regexp-no-extensions.html = FAIL
1767 LayoutTests/fast/regex/quantified-assertions.html = FAIL
1768 // This test appears to pass on Linux, despite it referencing feed:// URLs which
1769 // we don't support. Needs more investigation.
1770 LayoutTests/http/tests/security/feed-urls-from-remote.html = PASS FAIL
1771 // Needs to be rebaselined on Linux/Mac.
1772 LINUX MAC : LayoutTests/transforms/2d/transform-value-types.html = FAIL
1773 // Currently we don't support workers.
1774 SKIP : LayoutTests/fast/workers/worker-replace-self.html = TIMEOUT
1775 // Skipped as this tests window.sessionStorage, which we don't support. Enable
1776 // once we turn on DOM_STORAGE.
1777 SKIP : LayoutTests/http/tests/navigation/post-goback-repost-policy.html = TIMEOUT
1778 // These are failing until Adam's patch to ImageDecoder is merged and we
1779 // update ImageSource. See bug 5827.
1780 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/4947130.html = CRASH
1781 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-in-about-blank-frame.html = CRASH
1782 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-iframe.html = CRASH
1783 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-selected-image-to-contenteditable.html = CRASH
1784 LINUX WIN DEBUG : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = CRASH
1785 LINUX WIN DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = CRASH
1786 // eventSender to fake a drag
1787 MAC DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL
1788 // Missing expected results.
1789 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL
1791 // Merge 39309:39335 Regressions, see bug 5737
1792 LINUX WIN : LayoutTests/fast/box-sizing/percentage-height.html = FAIL
1793 // This seems to pass what it is testing, however the bottom three boxes should
1794 // have small buttons. We seem to not draw buttons if the height is set.
1795 LINUX WIN : LayoutTests/fast/forms/001.html = FAIL
1796 LINUX WIN : LayoutTests/fast/forms/input-first-letter.html = FAIL
1797 LINUX WIN : LayoutTests/fast/forms/select-baseline.html = FAIL
1799 // Background SVGs fail upstream but were rebaselined to pass (r38335)
1800 // https://bugs.webkit.org/show_bug.cgi?id=21910
1801 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-1.html = FAIL
1802 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-2.html = FAIL
1803 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-3.html = FAIL
1804 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-4.html = FAIL
1805 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = FAIL CRASH
1806 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL
1807 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image.html = FAIL
1808 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image-2.html = FAIL
1809 LINUX WIN : LayoutTests/fast/images/svg-as-background.html = FAIL
1810 LINUX WIN : LayoutTests/fast/images/svg-as-image.html = FAIL
1811 LINUX WIN : LayoutTests/fast/images/svg-as-relative-image.html = FAIL
1813 // Brett broke this with his font rendering effect patch and needs to fix it.
1814 WIN : LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t.svg = FAIL
1816 // These test the behavior of the (x) in type=search inputs. We haven't
1817 // implemented this yet (should we on win/linux?). http://crbug.com/5701
1818 LINUX WIN : LayoutTests/fast/forms/search-cancel-button-mouseup.html = FAIL
1819 LayoutTests/fast/forms/search-cancel-button-style-sharing.html = FAIL
1820 LayoutTests/fast/forms/search-rtl.html = FAIL
1821 LayoutTests/fast/forms/search-transformed.html = FAIL
1823 // Merge 39369:39410: new test
1824 LayoutTests/fast/events/popup-blocking-click-in-iframe.html = TIMEOUT
1826 // Merge 39369:39410: new test. Ran correctly and was baselined on Win32;
1827 // may just need a baseline for Mac and Linux. (Might even pass there.)
1828 MAC LINUX : LayoutTests/fast/reflections/reflection-overflow-hidden.html = PASS FAIL
1829 LINUX : LayoutTests/transitions/transform-op-list-match.html = FAIL
1830 LINUX : LayoutTests/transitions/transform-op-list-no-match.html = FAIL
1832 // Merge 39410:39438
1833 // We're not clearing the exposed region. See test output.
1834 LINUX : LayoutTests/fast/transforms/transformed-document-element.html = FAIL
1836 // Passes locally when run individually, but fails on buildbot. Could be a
1837 // sideffect from previous test causing it to be flaky. Seems to have
1838 // started with r7379
1839 WIN DEBUG : LayoutTests/editing/execCommand/paste-2.html = PASS FAIL
1841 // Merge 39438:39453 -- new tests missing expected results. Probably going to
1842 // fail anyway, since chromium does not support webarchive format.
1843 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL
1844 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL
1846 // Merge 39520:39606 -- new test.
1847 MAC WIN : LayoutTests/fast/canvas/set-colors.html = FAIL
1848 // Crashes on the buildbot reliably(?) but not locally, even under Valgrind.
1849 LINUX : LayoutTests/fast/canvas/set-colors.html = FAIL CRASH