// This file consists of lines with specifications of what // to expect from layout test cases. The test cases can be directories // in which case the expectations apply to all test cases in that // directory and any subdirectory. The format of the file is along the // lines of: // // LayoutTests/fast/js/fixme.js = FAIL // LayoutTests/fast/js/flaky.js = FAIL PASS // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS // // The format of a test line is as follows: // METADATA : relative/path/to/test.html = EXPECTATIONS // // Valid values for METADATA: // // BUG[0-9]+: See this bug for more information. Every test that isn't marked // WONTFIX should have a BUG annotation. // SKIP: Doesn't run the test. // SLOW: The test takes a long time to run, but does not timeout indefinitely. // WONTFIX: For tests that we never intend to pass on a given platform. // DEBUG: Expectations apply only to the debug build. // RELEASE: Expectations apply only to release build. // LINUX/WIN/WIN-XP/WIN-VISTA/MAC: Expectations apply only to these platforms. // // Valid values for EXPECTATIONS: // // PASS: Test should pass // CRASH: Test should crash // TIMEOUT: Test should timeout // IMAGE: Test will produce an incorrect image dump // TEXT: Test will produce incorrect text output (either full or simplified) // IMAGE+TEXT: Test will produce both incorrect text and images // FAIL: Test will produce either incorrect text, images, or both // // If a line contains multiple expectations, it is considered "flakey", // because it means that we're not producing consistent, reliable results. // // For example, // LINUX : LayoutTests/media = PASS FAIL // // The above means that all the media tests are flaky, but only on Linux. // // Other examples: // // SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS // DEBUG : LayoutTests/fast/js/no-good.js = TIMEOUT PASS // DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS // LINUX DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS // BUG1234 DEBUG MAC : LayoutTests/fast/js/no-good.js = TIMEOUT PASS // // Notes: // -A test cannot be both SLOW and TIMEOUT // -A test can be included twice, but not via the same path. // -If a test is included twice, then the more precise path wins. // -CRASH tests cannot be WONTFIX // ----------------------------------------------------------------- // SLOW TESTS // ----------------------------------------------------------------- BUG24182 SLOW : LayoutTests/fast/js/regexp-overflow.html = PASS BUG24182 SLOW : LayoutTests/http/tests/misc/DOMContentLoaded-event.html = PASS BUG24182 SLOW : LayoutTests/http/tests/navigation/multiple-back-forward-entries.html = PASS BUG24182 SLOW : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html = PASS BUG24182 SLOW MAC LINUX : LayoutTests/http/tests/xmlhttprequest/small-chunks-response-text.html = PASS BUG24182 SLOW WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = PASS BUG24182 SLOW LINUX : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = PASS BUG24182 SLOW WIN MAC : LayoutTests/svg/custom/invisible-text-after-scrolling.xhtml = PASS BUG24182 SLOW : LayoutTests/tables/mozilla/other/slashlogo.html = PASS BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/svg/css/getComputedStyle-basic.xhtml = PASS BUG24182 SLOW WIN LINUX : LayoutTests/tables/mozilla/bugs/bug113235-1.html = PASS BUG24182 SLOW DEBUG : LayoutTests/fast/js/toString-and-valueOf-override.html = PASS // This tests is normally <1 second, but occasionally takes >20s. BUG24182 SLOW WIN : LayoutTests/fast/dom/Window/webkitConvertPoint.html = PASS BUG24182 WIN SLOW : LayoutTests/http/tests/loading/redirect-methods.html = PASS BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/tables/mozilla/bugs/bug5797.html = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/svg/custom/linking-a-03-b-viewBox-transform.svg = PASS BUG24182 WIN RELEASE SLOW : LayoutTests/dom/html/level2/html/HTMLAppletElement01.html = PASS BUG24182 WIN DEBUG SLOW : LayoutTests/editing/deleting/delete-line-016.html = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/svg/hixie/perf/001.xml = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/svg/hixie/perf/002.xml = PASS BUG24182 SLOW LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/coords-viewattr-01-b.svg = PASS BUG24182 WIN SLOW : LayoutTests/svg/hixie/perf/007.xml = PASS BUG24182 WIN LINUX DEBUG : LayoutTests/fast/backgrounds/size/contain-and-cover.html = PASS BUG24182 MAC SLOW : LayoutTests/dom/html/level2/html/HTMLImageElement01.html = PASS BUG24182 SLOW WIN DEBUG : LayoutTests/svg/carto.net/scrollbar.svg = PASS BUG24182 SLOW DEBUG : LayoutTests/storage/domstorage/localstorage/index-get-and-set.html = PASS BUG24182 SLOW WONTFIX DEBUG : LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html = PASS BUG24182 SLOW WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = PASS BUG24182 SLOW WIN : LayoutTests/http/tests/local/file-url-sent-as-referer.html = PASS BUG24182 SLOW WIN : LayoutTests/svg/carto.net/window.svg = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug149275-2.html = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug1818-4.html = PASS BUG24182 SLOW DEBUG : LayoutTests/fast/xpath/4XPath/Borrowed/cz_20030217.html = PASS BUG24182 SLOW LINUX DEBUG : LayoutTests/svg/custom/viewbox-syntax.svg = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug131020.html = PASS BUG24182 SLOW LINUX DEBUG : LayoutTests/tables/mozilla/other/wa_table_thtd_rowspan.html = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug113424.html = PASS BUG24182 SLOW WIN MAC DEBUG : LayoutTests/tables/mozilla/bugs/45621.html = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/svg/carto.net/selectionlist.svg = PASS BUG24182 SLOW LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/animate-elem-29-b.svg = PASS //BUG24852 started failing since webkit 49583 //BUG24182 SLOW WIN : LayoutTests/css1/font_properties/font.html = PASS BUG24182 SLOW WIN DEBUG : LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = PASS BUG24182 SLOW LINUX MAC DEBUG : LayoutTests/editing/selection/doubleclick-whitespace.html = PASS BUG24182 SLOW DEBUG : LayoutTests/scrollbars/overflow-scrollbar-combinations.html = PASS BUG24182 SLOW WIN : LayoutTests/http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url.html = PASS BUG24182 SLOW LINUX DEBUG : LayoutTests/tables/mozilla_expected_failures/core/col_span2.html = PASS BUG24182 SLOW WIN DEBUG : LayoutTests/editing/selection/extend-by-word-002.html = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/editing/pasteboard/smart-paste-001.html = PASS BUG24182 SLOW WIN RELEASE : LayoutTests/http/tests/misc/SVGFont-delayed-load.html = PASS BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/fast/dom/Window/window-lookup-precedence.html = PASS BUG24182 SLOW WIN : LayoutTests/fast/loader/local-CSS-from-local.html = PASS BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/incremental/split-hex-entities.pl = PASS BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html = PASS BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/connection-error-sync.html = PASS // ----------------------------------------------------------------- // SKIPPED TESTS // ----------------------------------------------------------------- // Since V8 is more interruptible than other engines, they use the standard // long-running-script mechanism to handle very-long-running regexps too. // See http://code.google.com/p/v8/issues/detail?id=287 WONTFIX SKIP : LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT // XHTML tests. These tests seem like they work, but only because the // expected output expects to see JS errors. There is no point in running // these tests, because they are giving us a false sense of testing that isn't // really happening. Furthermore, since they appear to pass if we do try to // run them, we can't even list them as permanently expected to fail. BUG24185 WONTFIX SKIP : LayoutTests/dom/xhtml = PASS // We do not want to support Legacy mac encodings on Windows/Linux. // On Mac, we can support them by building platform/text/mac, but // probably we don't want there, either. WONTFIX SKIP WIN LINUX : LayoutTests/fast/encoding/char-encoding-mac.html = FAIL // Fails due to different window.close() rules. We need to decide whether we // ever expect to pass this. Now also timing out. BUG24189 WONTFIX SKIP : LayoutTests/fast/dom/open-and-close-by-DOM.html = FAIL // Skip because of WebKit bug 18512. These bugs "poison" future tests, causing // all SVG objects with fill="red" to be rendered in green. WONTFIX SKIP : LayoutTests/svg/custom/fill-SVGPaint-interface.svg = PASS WONTFIX SKIP : LayoutTests/svg/custom/getPresentationAttribute.svg = PASS // WML is still an inprogress feature upstream. Chromium does not build // with WML support, so skip its tests. WONTFIX SKIP : LayoutTests/wml = FAIL WONTFIX SKIP : LayoutTests/http/tests/wml = FAIL WONTFIX SKIP : LayoutTests/fast/wml = FAIL // These tests are based on the JSC JavaScript profiler. The V8 JavaScript // profiler is in development and will use a different approach than JSC and // most likely these tests will always be JSC specific. WONTFIX SKIP : LayoutTests/fast/profiler = FAIL TIMEOUT // This test doesn't terminate because it contains exponential // regexps. It is safe to disable because we run the same tests // (sans the nonterminating ones) as part of the v8 tests. WONTFIX SKIP : LayoutTests/fast/regex/test1.html = PASS // We use worker_uitests to run workers tests. Don't run them in test_shell. WONTFIX SKIP : LayoutTests/fast/workers = PASS TIMEOUT FAIL WONTFIX SKIP : LayoutTests/http/tests/workers = PASS TIMEOUT FAIL WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/workers = PASS TIMEOUT FAIL WONTFIX SKIP : LayoutTests/http/tests/eventsource/workers = PASS TIMEOUT FAIL // Page Cache - based tests. Chromium disables page cache because the WebKit page cache keeps previously // loaded pages alive in memory to be able to quickly substitute them when user clicks History buttons. // Chromium wants those to be separate navigations made via browser process to be able to make decision // on which renderer process to use for each of them. WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT FAIL WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-back.html = TIMEOUT FAIL // Depends on page cache, as far as I can tell. WONTFIX SKIP BUG19635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached.html = TIMEOUT FAIL WONTFIX SKIP BUG19635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached-with-frames.html = TIMEOUT WONTFIX SKIP BUG19635 : LayoutTests/media/restore-from-page-cache.html = TIMEOUT // No support for WebGL yet BUG21852 SKIP : LayoutTests/fast/canvas/webgl = FAIL // Tests that rely on cross-process MessagePorts. No point in running them in // test_shell, since we'd have to use a completely different implementation from // what is used in the browser. WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-2.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-3.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-4.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-channel-listener-circular-ownership.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-port-clone.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-document.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-frame.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-port-inactive-document.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-port-no-wrapper.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-port.html = FAIL WONTFIX SKIP : LayoutTests/fast/events/message-port-multi.html = FAIL WONTFIX SKIP : LayoutTests/http/tests/security/MessagePort/event-listener-context.html = FAIL WONTFIX SKIP : chrome/fast/dom/messageport-gc.html = FAIL // Chrome does not support WebArchives (just like Safari for Windows), // although we might eventually want to on Mac. WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.html = FAIL WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.html = FAIL WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html = FAIL // ----------------------------------------------------------------- // WONTFIX TESTS // ----------------------------------------------------------------- // This test is completely timing dependent. It is testing the time // between a key event and a search event. You cannot count on this // always being exactly the same, so we allow this to either PASS or FAIL // but not CRASH or TIMEOUT. // Actually, this test has started to crash lately, so now it's CRASH too. WONTFIX SLOW WIN MAC LINUX : LayoutTests/fast/forms/search-event-delay.html = FAIL PASS CRASH // Chrome uses different keyboard accelerators from those used by Safari, so // these tests will always fail. // TODO(pinkerton): these should probably pass on Mac since we want Emacs // keybindings but they currently do not. WONTFIX LINUX WIN : LayoutTests/editing/pasteboard/emacs-cntl-y-001.html = FAIL WONTFIX : LayoutTests/editing/pasteboard/emacs-ctrl-a-k-y.html = FAIL WONTFIX : LayoutTests/editing/pasteboard/emacs-ctrl-k-y-001.html = FAIL WONTFIX : LayoutTests/editing/input/emacs-ctrl-o.html = FAIL // Checks for very kjs-specific garbage collector behavior. // Would have to be implemented much differently to work in v8. WONTFIX : LayoutTests/fast/dom/gc-10.html = FAIL // This fails because we're missing various useless apple-specific // properties on the window object. // This test also timeouts in Debug mode. BUG24187 WONTFIX SLOW : LayoutTests/fast/dom/Window/window-properties.html = FAIL // Safari specific test to ensure that JavaScript errors aren't logged when in // private browsing mode. WONTFIX : LayoutTests/http/tests/security/cross-frame-access-private-browsing.html = FAIL // Chromium doesn't implement private browsing in the renderer. WONTFIX : LayoutTests/plugins/private-browsing-mode.html = FAIL // We don't care about dashboard compatibility mode. WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/default-content-type-dashboard.html = FAIL WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html = FAIL WONTFIX : LayoutTests/svg/custom/embedded-svg-disallowed-in-dashboard.xml = FAIL WONTFIX : LayoutTests/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html = FAIL WONTFIX : LayoutTests/svg/custom/manually-parsed-svg-disallowed-in-dashboard.html = FAIL WONTFIX SKIP : LayoutTests/svg/custom/svg-disallowed-in-dashboard-object.html = FAIL WONTFIX : LayoutTests/fast/canvas/canvas-gradient-addStop-error.html = FAIL // Chrome uses different keyboard accelerators from those used by Safari, so // these tests will always fail. // TODO(ericroman): can the following 2 tests be removed from this list, since they pass? WONTFIX : LayoutTests/fast/events/keydown-1.html = FAIL WONTFIX LINUX WIN : LayoutTests/fast/events/option-tab.html = FAIL // Chrome does not support WebArchives. BUG10395 WONTFIX SKIP : LayoutTests/webarchive/loading = FAIL TIMEOUT BUG10395 WONTFIX : LayoutTests/webarchive = PASS BUG10395 WONTFIX : LayoutTests/svg/webarchive = FAIL PASS BUG10395 WONTFIX : LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg = FAIL PASS BUG10395 WONTFIX SKIP : LayoutTests/http/tests/webarchive = FAIL PASS BUG10395 WONTFIX SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL BUG10395 WONTFIX SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL BUG10395 WONTFIX SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL // We don't support ACCELERATED_COMPOSITING. Skipping because some tests in this // directory don't have pixel results. BUG15733 WONTFIX SKIP : LayoutTests/compositing = FAIL PASS TIMEOUT // Run the Mac-specific platform tests, but only to check for crashes. WONTFIX : LayoutTests/platform/gtk = FAIL PASS WONTFIX : LayoutTests/platform/mac = FAIL PASS TIMEOUT WONTFIX : LayoutTests/platform/mac-leopard = FAIL PASS WONTFIX : LayoutTests/platform/mac-tiger = FAIL PASS WONTFIX : LayoutTests/platform/qt = FAIL PASS WONTFIX LINUX MAC : LayoutTests/platform/win = FAIL PASS // This is a Safari specific test to make WebKit behave like AppKit on the Mac. // We do not support it because PLATFORM(MAC) is not defined for the mac version. WONTFIX MAC : LayoutTests/platform/mac/editing/deleting/backward-delete.html = FAIL // Ignored because we do not have OBJC bindings WONTFIX SKIP : LayoutTests/editing/pasteboard/paste-RTFD.html = FAIL WONTFIX SKIP : LayoutTests/editing/pasteboard/paste-TIFF.html = FAIL WONTFIX SKIP : LayoutTests/plugins/jsobjc-dom-wrappers.html = FAIL WONTFIX SKIP : LayoutTests/plugins/jsobjc-simple.html = FAIL WONTFIX SKIP : LayoutTests/plugins/root-object-premature-delete-crash.html = FAIL WONTFIX SKIP : LayoutTests/plugins/throw-on-dealloc.html = FAIL WONTFIX SKIP : LayoutTests/plugins/undefined-property-crash.html = FAIL // Uses __apple_runtime_object WONTFIX SKIP : LayoutTests/plugins/call-as-function-test.html = FAIL // Ignore test because it tries to load .pdf files in tags. WONTFIX LINUX WIN : LayoutTests/fast/images/pdf-as-image-landscape.html = FAIL WONTFIX LINUX WIN : LayoutTests/fast/images/pdf-as-image.html = FAIL WONTFIX LINUX WIN : LayoutTests/fast/replaced/pdf-as-image.html = FAIL // This test tries to print a PDF file as the expected result. I don't think // we plan on supporting this anytime soon. WONTFIX SKIP : LayoutTests/printing/media-queries-print.html = PASS // Chrome doesn't call the willCacheResponse callback (a method // of ResourceHandleClient). That function is Mac-specific. WONTFIX SKIP : LayoutTests/http/tests/misc/willCacheResponse-delegate-callback.html = FAIL // Checks for very kjs-specific garbage collector // behavior. Gc-9 is completely braindamaged; it tests that certain // properties are reset by the garbage collector. It looks to pass recently. WONTFIX : LayoutTests/fast/dom/gc-9.html = PASS FAIL // This test checks that ((new Error()).message is undefined, which is // a direct contradiction of the javascript spec 15.11.4.3 which // says that it must be a string. WONTFIX : LayoutTests/fast/js/kde/evil-n.html = FAIL // This test checks that properties of arguments arrays are non-enumerable // which is incorrect according to the ES5 spec. WONTFIX : LayoutTests/fast/js/kde/function.html = FAIL // This test is broken. The regular expression used contains an error // which kjs swallows and returns false, which is the expected result, // but for which we issue a syntax error. WONTFIX : LayoutTests/fast/js/code-serialize-paren.html = FAIL // These tests check for a kjs-specific extension, that source file // name and line numbers are available as properties on exception // objects. We handle error positions differently. WONTFIX : LayoutTests/fast/js/exception-linenums-in-html-1.html = FAIL WONTFIX : LayoutTests/fast/js/exception-linenums-in-html-2.html = FAIL WONTFIX : LayoutTests/fast/js/exception-linenums.html = FAIL WONTFIX : LayoutTests/fast/js/exception-expression-offset.html = FAIL // These tests rely on specific details of decompilation of // functions. V8 always returns the source code as written; there's // no decompilation or pretty printing involved except for // certain "native" functions where the V8 output does not include // newline characters. This is working as intended and we don't care // if the tests pass or fail. (It should probably simply be re-baselined.) WONTFIX : LayoutTests/fast/js/function-names.html = FAIL PASS // This test relies on KJS specific implementation // (window.GCController.getJSObjectCount), which we have no intention of // supporting. WONTFIX SKIP : LayoutTests/fast/dom/Window/timeout-released-on-close.html = FAIL // These tests expect a tiff decoder, which we don't have. WONTFIX LINUX WIN : LayoutTests/fast/images/embed-image.html = FAIL WONTFIX LINUX WIN : LayoutTests/fast/images/object-image.html = FAIL // Safari has a unique handling of the BOM characters among browsers. // There is a strong suspicion that this is a security problem, so we // follow the rest of the browsers on this one. WONTFIX : LayoutTests/fast/js/removing-Cf-characters.html = FAIL // These tests fail in all but the PST/PDT time zone. // Another reason for failure is that, for compatability, we don't obey // the ECMA standard on DST exactly. We use the OS's facilities to // convert to local time for dates within the UNIX 32-bit epoch, // and follow the ECMA rules for dates outside that range. // The ECMA rules say to use current DST rules for all dates, // and that all dates that are separated by an exact multiple of // 28 years must behave exactly the same. // OS local time services are more accurate than this ECMA rule, // which is a discrepancy. WONTFIX SKIP : LayoutTests/fast/js/date-DST-time-cusps.html = PASS FAIL WONTFIX SKIP : LayoutTests/fast/js/date-big-setdate.html = PASS FAIL // The following tests fail because of difference in how the test shell // navigation controller tracks navigations as compared to how the Mac // implementation does it. WONTFIX : LayoutTests/http/tests/history/redirect-200-refresh-0-seconds.pl = FAIL WONTFIX : LayoutTests/http/tests/history/redirect-js-location-replace-0-seconds.html = FAIL WONTFIX : LayoutTests/http/tests/history/redirect-js-location-replace-2-seconds.html = FAIL WONTFIX : LayoutTests/http/tests/history/redirect-js-location-replace-before-load.html = FAIL WONTFIX : LayoutTests/http/tests/history/redirect-meta-refresh-0-seconds.html = FAIL // This test expects weird behavior of __defineGetter__ on the // window object. It expects variables introduced with 'var x = value' // to behave differently from variables introduced with 'y = value'. // This just seems wrong and should have very low priority. // Agreed, not required for Beta, we can debate this with WebKit post Beta // (eseidel, 4/25) // Ignore this until we see evidence that we need to support it. WONTFIX : LayoutTests/fast/dom/getter-on-window-object2.html = FAIL // V8 doesn't stable sort and we currently have no intention of // changing this. It is tracked by: // http://code.google.com/p/v8/issues/detail?id=90 WONTFIX : LayoutTests/fast/js/comparefn-sort-stability.html = FAIL WONTFIX : LayoutTests/fast/js/sort-stability.html = FAIL // We have no indication that anyone misses this and have currently no // intention of implementing it. WONTFIX : LayoutTests/fast/js/function-dot-arguments.html = FAIL // This is a Safari specific test used to document the set of global // constructors they expose and the exact way they are printed. Not // important. WONTFIX : LayoutTests/fast/js/global-constructors.html = FAIL // This test is not reliable. The behavior depends on exactly how the // stack limit is reached. We're happy with our behavior on this test // as long as we don't crash. WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL PASS // Our DOM Storage implementation doesn't use WebKit's private browsing feature (even for incognito mode). WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage.html = FAIL WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage.html = FAIL // These tests propagate auth credentials back to the renderer, which we // don't want to do. WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.html = FAIL // This checks the IDN behavior of WebKit/WebKit on Mac, not WebKit/WebCore or // WebKit/JavaScriptCore. Chrome doesn't use WebKit/WebKit, and Chrome's IDN // security model is different from it. BUG21814 WONTFIX SKIP: LayoutTests/fast/encoding/idn-security.html = FAIL // Our implementation of global history is completely different, and // these tests are irrelevant. BUG23748 WONTFIX : LayoutTests/http/tests/globalhistory = FAIL // ----------------------------------------------------------------- // CHROME REWRITTEN TESTS // ----------------------------------------------------------------- // These tests have been rewritten, with the original being ignored, // because they rely on being able to shadow the 'top' variable on the // global object. For security we disallow shadowing of top. WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL // We're taking a different approach on this test than Webkit does, related to // whether we create a window via a plugin when target is _blank. BUG24186 WONTFIX SKIP : LayoutTests/plugins/get-url-with-blank-target.html = FAIL // This test doesn't work on the bbot. Works locally. WONTFIX SKIP : chrome/http/tests/plugins/get-file-url.html = FAIL PASS TIMEOUT // Dashboard-related test WONTFIX SKIP : LayoutTests/platform/mac/fast/css/dashboard-region-parser.html = FAIL // Not a test? WONTFIX SKIP : LayoutTests/http/tests/incremental/pause-in-script-element.pl = FAIL // This tests for an arbitrary limit set in JSCRE to terminate regular // expressions with an exponential matching behavior. Since the V8 // regular expression engine can be preempted from the outside, we do not // need to limit the execution this way. Firefox also keeps running // on this one. WONTFIX : LayoutTests/fast/regex/slow.html = TIMEOUT // Test to verify legacy MAC encodings. We don't want to support them and // have to skip this test. WONTFIX SKIP : LayoutTests/fast/encoding/char-decoding-mac.html = FAIL // WebKit QT Build-specific tests WONTFIX SKIP : LayoutTests/platform/qt/view/fixed-layout-size.html = FAIL // These don't have pixel results and rely on ObjC bindings. Don't run until they have pixel results. WONTFIX SKIP : LayoutTests/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html = FAIL WONTFIX SKIP : LayoutTests/http/tests/security/dataTransfer-set-data-file-url.html = FAIL // The issue is which global object to use as the implicit // receiver for cross-frame calls. Currently, IE, Firefox and Chrome // agree and only Safari is doing it this way. BUG5053 WONTFIX : LayoutTests/fast/frames/cross-site-this.html = FAIL // This tests a Safari incompatibility. This test should fail since // it contains syntax errors that JSC for some reason choose not to // throw. V8 follows the spec. WONTFIX : LayoutTests/fast/js/reparsing-semicolon-insertion.html = FAIL // These tests relate to transform/3d which is a work in progress and is not // even run by the WebKit folk. They should be enabled whenever WebKit begins // testing them by default. The bug to re-enable is: // http://code.google.com/p/chromium/issues/detail?id=8455 WONTFIX SKIP : LayoutTests/transforms/3d = FAIL // Copying with no selection is sometimes supposed to work // Also skipped by Apple on Windows (rdar://problem/5015941) BUG20404 : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL // This is a faulty test and need to change so it works on Windows. // onload race condition due to poorly designed test. // Works fine when run stand-alone. Not needed for Beta. // Also skipped by Apple on Windows, due to intermittent failure // (rdar://5313536) BUG10270 WIN : LayoutTests/fast/dom/frame-loading-via-document-write.html = FAIL // ----------------------------------------------------------------- // LIGHTTPD // ----------------------------------------------------------------- // This are failing for different reasons under our new lighttpd configuration // TODO(deanm): Address all of these via lighttpd if possible, otherwise fork. // Maybe flaky and need to be forked? // Difference in caching headers BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL // LightTPD doesn't accept unknown HTTP methods BUG18978 SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH BUG18978 : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html = FAIL BUG18978 MAC LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html = FAIL // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type // even when a request didn't send the header. BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL BUG18978 LINUX : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL TIMEOUT // Another lighttpd quirk. BUG8941 LINUX WIN SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL BUG8941 MAC DEBUG SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL BUG8941 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL TIMEOUT BUG8941 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FAIL // ----------------------------------------------------------------- // TEXT // ----------------------------------------------------------------- // This class of test fails because of size differences in text runs. // Mostly this is because of international text rendering differences. // Incrorect results, in incorrect international font metrics. BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = FAIL BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = FAIL // This test checks that we hack around a bug in helvetica. We fail to. BUG20519 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL // More missing international text overides, not needed for Beta. // Capitalization results match Safari, even if "not fully correct" BUG20547 LINUX WIN : LayoutTests/fast/text/capitalize-boundaries.html = FAIL // Different button line-heights, our behavior looks wrong. BUG20551 LINUX WIN : LayoutTests/fast/forms/control-restrict-line-height.html = FAIL BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height.html = FAIL BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height-text-controls.html = FAIL // ----------------------------------------------------------------- // URL // ----------------------------------------------------------------- // Form submission (GET) on non-standard url does not append a query. // Defering these tests as the expected behavior is wonky, and shouldn't affect // existing apps one way or another. // Implicit expectation in this test is that you can "set query" on a data URL, // and it should replace the first "?" substring. This makes absolutely no // sense. BUG24203 : LayoutTests/fast/events/stopPropagation-submit.html = FAIL // ----------------------------------------------------------------- // PENDING TESTS (forked to pending/, need to be sent upstream) // ----------------------------------------------------------------- // These tests don't work with fast timers due to setTimeout // races. Pending versions have these fixed. // Upstreaming pending test needs work. // See https://bugs.webkit.org/show_bug.cgi?id=21536 BUG24195 WIN LINUX : LayoutTests/fast/repaint/bugzilla-6473.html = IMAGE+TEXT // ----------------------------------------------------------------- // Tests deferred until we provide support for a particular feature. // ----------------------------------------------------------------- // These tests rely on the keygen tag, we need to implement // WebCore::signedPublicKeyAndChallengeString to support them. BUG20566 : LayoutTests/fast/html/keygen.html = FAIL BUG20566 : LayoutTests/fast/invalid/residual-style.html = FAIL // ----------------------------------------------------------------- // Tests requiring features not currently in test_shell. // ----------------------------------------------------------------- // These layout tests to see if link colors change after visiting a page. They // does this by using layoutTestController.keepWebHistory() to turn on a // temporary web history. layoutTestController.keepWebHistory() is not // implemented in test shell. // This is a test tool problem, not a Chrome problem. BUG21888 : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL BUG21888 : LayoutTests/fast/history/subframe-is-visited.html = FAIL // Need to implement LayoutTestController.setCacheModel BUG13920 : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL // Implement layoutTestController.testRepaint() BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-horizontal.html = FAIL BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-strict-horizontal.html = FAIL BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-strict-vertical.html = FAIL BUG21510 WIN LINUX : LayoutTests/fast/repaint/shadow-multiple-vertical.html = FAIL BUG21510 WIN LINUX : LayoutTests/fast/repaint/text-shadow-horizontal.html = FAIL BUG21510 WIN LINUX : LayoutTests/fast/repaint/text-shadow.html = FAIL // Implement layoutTestController.display() BUG8630 WIN LINUX : LayoutTests/fast/repaint/body-background-image.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/repaint/clip-with-layout-delta.html = FAIL BUG8630 WIN LINUX RELEASE : LayoutTests/fast/repaint/line-flow-with-floats-1.html = FAIL BUG8630 WIN LINUX DEBUG SLOW : LayoutTests/fast/repaint/line-flow-with-floats-1.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-2.html = FAIL BUG8630 WIN LINUX RELEASE : LayoutTests/fast/repaint/line-flow-with-floats-6.html = FAIL BUG8630 DEBUG SLOW : LayoutTests/fast/repaint/line-flow-with-floats-6.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-8.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-flow-with-floats-9.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/repaint/line-overflow.html = FAIL BUG8630 WIN LINUX RELEASE : LayoutTests/fast/repaint/make-children-non-inline.html = FAIL BUG8630 WIN LINUX DEBUG SLOW : LayoutTests/fast/repaint/make-children-non-inline.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/repaint/overflow-outline-repaint.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/repaint/selected-replaced.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint-2.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/backgrounds/solid-color-context-restore.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/dynamic/containing-block-change.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/forms/hidden-listbox.html = IMAGE+TEXT BUG8630 WIN : LayoutTests/fast/forms/listbox-clip.html = IMAGE BUG8630 LINUX : LayoutTests/fast/forms/listbox-clip.html = IMAGE+TEXT BUG8630 WIN LINUX RELEASE : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL BUG8630 WIN LINUX DEBUG SLOW : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL BUG8630 WIN LINUX RELEASE : LayoutTests/fast/reflections/inline-crash.html = FAIL BUG8630 WIN LINUX DEBUG SLOW : LayoutTests/fast/reflections/inline-crash.html = FAIL BUG8630 WIN LINUX : LayoutTests/fast/text/font-initial.html = FAIL BUG8630 WIN LINUX RELEASE : pending/fast/repaint/bugzilla-6473.html = FAIL BUG8630 WIN LINUX DEBUG SLOW : pending/fast/repaint/bugzilla-6473.html = FAIL BUG8630 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS BUG18772 LINUX : LayoutTests/fast/backgrounds/001.html = CRASH FAIL PASS // Need to implement layoutTestController.addUserScript. BUG21113 : LayoutTests/userscripts/script-run-at-end.html = FAIL // Need a setAuthorAndUserStylesEnabled method in // layoutTestController. Now we have preference to enable/disable user // styles(not work now), we still need to add a preference to enable/disable // styles of both author and user. // Deferring, we don't support user-controlled UA stylesheets (in beta) // Actually, gonna SKIP because it causes an additional error message in: // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow // the message is dumped after the #EOF, which causes an additional // error in the header of the following test. BUG24197 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL // Need to implement clearAllDatabases in layoutTestController. BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL // ----------------------------------------------------------------- // Other // ----------------------------------------------------------------- // Pixeltest failure: Form control metrics incorrect BUG10273 LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL PASS TIMEOUT // Mac Safari under certain circumstances automatically places // a caret in editable document even when none was requested programatically. // We don't intend to copy this feature (at least not for Beta). BUG20844 LINUX WIN RELEASE : LayoutTests/editing/selection/designmode-no-caret.html = FAIL BUG20844 LINUX WIN DEBUG SLOW : LayoutTests/editing/selection/designmode-no-caret.html = FAIL // Directionality of mixed-direction text in selected choice should // match that in the ; various failures, some tests may simply need new // baselines, others have more problems. BUG10473 LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL BUG10473 LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FAIL BUG10473 LINUX : LayoutTests/fast/forms/search-display-none-cancel-button.html = FAIL BUG10473 LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL BUG10473 LINUX : LayoutTests/fast/forms/searchfield-heights.html = FAIL BUG10473 LINUX : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL // Changed in http://trac.webkit.org/changeset/42082 BUG20570 : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = TIMEOUT BUG20570 : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIMEOUT BUG20570 : LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT // Merge WebKit: 42026:42115 new tests BUG10475 WIN LINUX : LayoutTests/fast/block/positioning/negative-rel-position.html = FAIL // This test isn't just slow -- sometimes it times out indefinitely. BUG10475 WIN LINUX MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html = TIMEOUT PASS BUG10475 WIN LINUX : LayoutTests/fast/forms/range-thumb-height-percentage.html = FAIL SKIP BUG9613 : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = PASS BUG10476 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html = FAIL PASS // Merge WebKit 42133:42199 regressions BUG20570 LINUX : LayoutTests/fast/events/context-no-deselect.html = FAIL // All platforms fail because Chrome allows XHR to local directories and Safari doesn't. // Mac also has unimplemented test shell features. BUG20450 LINUX WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL BUG20458 MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL // Flaky since rev 13111. BUG10478 MAC : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL PASS // These tests were affected by rolling out WebKit i8n patches. // Was only WIN, also fail on LINUX since merge 43346:43361 BUG9768 LINUX WIN : LayoutTests/fast/forms/select-initial-position.html = FAIL // Was only WIN, also fail on LINUX since merge 43346:43361 BUG9768 LINUX WIN : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL // Was only WIN, also fail on LINUX since merge 43346:43361 BUG9768 LINUX WIN : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL // Linux looks ok, rebaselined. BUG9768 WIN : LayoutTests/fast/text/cg-fallback-bolding.html = FAIL BUG9768 WIN : LayoutTests/fast/text/international/001.html = FAIL BUG9768 WIN : LayoutTests/fast/text/international/002.html = FAIL BUG9768 WIN : LayoutTests/fast/text/international/003.html = FAIL BUG9768 WIN : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL // Merge WebKit 42200:42244 regressions BUG9786 : LayoutTests/fast/dom/Window/dom-access-from-closure-iframe.html = FAIL BUG9786 : LayoutTests/fast/dom/Window/dom-access-from-closure-window.html = FAIL BUG9786 WIN SLOW : LayoutTests/http/tests/security/cross-frame-access-history-prototype.html = FAIL BUG9786 LINUX MAC : LayoutTests/http/tests/security/cross-frame-access-history-prototype.html = FAIL BUG9786 : LayoutTests/http/tests/security/cross-frame-access-location-prototype.html = FAIL BUG9786 : LayoutTests/http/tests/security/cross-frame-access-document-direct.html = TIMEOUT BUG9787 BUG10296 WIN LINUX RELEASE : LayoutTests/svg/W3C-SVG-1.1/animate-elem-41-t.svg = FAIL BUG9787 BUG10296 WIN LINUX DEBUG SLOW : LayoutTests/svg/W3C-SVG-1.1/animate-elem-41-t.svg = FAIL BUG9787 : LayoutTests/svg/W3C-SVG-1.1/coords-trans-01-b.svg = FAIL BUG9787 WIN LINUX SLOW : LayoutTests/svg/W3C-SVG-1.1/painting-render-01-b.svg = FAIL BUG10479 RELEASE MAC : LayoutTests/fast/dom/Window/window-object-cross-frame-calls.html = FAIL PASS CRASH BUG10479 MAC : LayoutTests/svg/hixie/perf/001.xml = FAIL BUG10479 MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL BUG9798 LINUX DEBUG : chrome/fast/dom/extensions/interval.html = CRASH FAIL PASS BUG9798 LINUX RELEASE : chrome/fast/dom/extensions/interval.html = FAIL PASS BUG9798 MAC DEBUG : chrome/fast/dom/extensions/interval.html = FAIL PASS BUG9798 WIN : chrome/fast/dom/extensions/interval.html = FAIL PASS BUG9798 LINUX RELEASE : LayoutTests/editing/execCommand/15381.html = FAIL PASS BUG9798 WIN DEBUG : LayoutTests/dom/html/level2/html/HTMLAppletElement01.html = PASS TIMEOUT BUG9798 LINUX DEBUG : LayoutTests/svg/carto.net/scrollbar.svg = PASS TIMEOUT BUG9798 WIN LINUX : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL PASS BUG9798 WIN : LayoutTests/fast/dom/Window/slow_unload_handler.html = TIMEOUT PASS BUG9798 WIN DEBUG : LayoutTests/fast/encoding/char-encoding.html = FAIL PASS BUG9798 WIN : LayoutTests/fast/forms/check-box-enter-key.html = CRASH PASS BUG9798 LINUX DEBUG : LayoutTests/fast/forms/input-align-image.html = FAIL PASS BUG9798 MAC RELEASE : LayoutTests/fast/forms/menulist-separator-painting.html = CRASH PASS BUG9798 WIN RELEASE : LayoutTests/fast/forms/textarea-setvalue-submit.html = CRASH PASS BUG9798 LINUX DEBUG SLOW : LayoutTests/fast/frames/calculate-order.html = CRASH PASS BUG9798 LINUX RELEASE : LayoutTests/fast/frames/calculate-percentage.html = CRASH PASS BUG9798 LINUX RELEASE : LayoutTests/fast/frames/calculate-round.html = CRASH PASS BUG9798 LINUX DEBUG SLOW : LayoutTests/fast/frames/calculate-round.html = CRASH PASS BUG9798 RELEASE : LayoutTests/fast/frames/frame-limit.html = CRASH PASS BUG9798 DEBUG SLOW : LayoutTests/fast/frames/frame-limit.html = CRASH PASS BUG9798 MAC DEBUG : LayoutTests/fast/frames/frame-name-reset.html = TIMEOUT PASS BUG24340 LINUX : LayoutTests/fast/frames/iframe-text-contents.html = CRASH PASS BUG9798 MAC RELEASE : LayoutTests/fast/js/stack-unwinding.html = CRASH PASS BUG9798 MAC RELEASE : LayoutTests/fast/js/toString-dontEnum.html = CRASH PASS BUG9798 WIN DEBUG : LayoutTests/fast/lists/inlineBoxWrapperNullCheck.html = FAIL PASS // Was flaky. Became a consistent failure. BUG9798 WIN SLOW : LayoutTests/fast/replaced/border-radius-clip.html = FAIL BUG9798 MAC RELEASE : LayoutTests/http/tests/loading/preload-img-test.html = TIMEOUT PASS BUG9798 LINUX DEBUG : LayoutTests/http/tests/local/style-access-before-stylesheet-loaded.html = FAIL PASS BUG9798 WIN DEBUG : LayoutTests/http/tests/local/style-access-before-stylesheet-loaded.html = FAIL PASS BUG9798 LINUX MAC : LayoutTests/http/tests/misc/BOM-override-script.html = TIMEOUT PASS BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/empty-file-formdata.html = TIMEOUT PASS BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/redirect-with-quotes.php = TIMEOUT PASS BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/refresh-headers.php = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/misc/refresh-headers.php = TIMEOUT PASS BUG9798 MAC DEBUG : LayoutTests/http/tests/navigation/back-to-slow-frame.html = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/navigation/success200-frames-loadsame.html = TIMEOUT PASS BUG9798 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain.html = FAIL PASS BUG9798 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL PASS BUG9798 WIN LINUX RELEASE : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entities.html = TIMEOUT PASS BUG9798 MAC DEBUG : LayoutTests/http/tests/security/xssAuditor/script-tag.html = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-no-quote.html = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/ssl/verify-ssl-enabled.php = TIMEOUT PASS BUG9798 MAC DEBUG : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html = TIMEOUT PASS BUG9798 MAC WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html = PASS TIMEOUT BUG9798 MAC DEBUG : LayoutTests/http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html = TIMEOUT PASS BUG9798 MAC WIN : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/encode-request-url-2.html = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/null-auth.php = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/post-content-type.html = TIMEOUT PASS BUG9798 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/referer.html = TIMEOUT PASS BUG9797 BUG9798 MAC WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/state-after-network-error.html = PASS BUG9798 LINUX : LayoutTests/storage/change-version.html = TIMEOUT PASS BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = FAIL BUG9798 LINUX RELEASE : LayoutTests/svg/carto.net/colourpicker.svg = FAIL PASS BUG9798 SLOW LINUX : LayoutTests/svg/custom/invisible-text-after-scrolling.xhtml = FAIL PASS BUG9798 LINUX DEBUG : LayoutTests/svg/custom/js-late-marker-and-object-creation.svg = FAIL PASS BUG9798 MAC : LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = TIMEOUT FAIL BUG9798 LINUX RELEASE : LayoutTests/tables/mozilla/bugs/45621.html = FAIL BUG9798 LINUX DEBUG SLOW : LayoutTests/tables/mozilla/bugs/45621.html = FAIL BUG9798 WIN RELEASE : LayoutTests/tables/mozilla_expected_failures/bugs/bug85016.html = FAIL PASS BUG9798 WIN SLOW : LayoutTests/transitions/change-values-during-transition.html = FAIL PASS BUG9798 LINUX MAC : LayoutTests/transitions/extra-transition.html = TIMEOUT PASS BUG9798 LINUX : LayoutTests/transitions/interrupt-zero-duration.html = FAIL PASS BUG9798 LINUX DEBUG : LayoutTests/transitions/interrupted-all-transition.html = FAIL PASS //also BUG24868 (crash) BUG9798 LINUX : LayoutTests/transitions/mask-transitions.html = FAIL PASS CRASH BUG9798 LINUX DEBUG : LayoutTests/transitions/multiple-background-transitions.html = FAIL PASS BUG9798 LINUX DEBUG : LayoutTests/transitions/multiple-shadow-transitions.html = FAIL PASS BUG9798 LINUX SLOW : LayoutTests/transitions/shorthand-border-transitions.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-all-properties.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-attributes.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-container.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-left.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-multiple-01.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-multiple-02.html = FAIL PASS BUG9798 LINUX DEBUG : LayoutTests/transitions/transition-end-event-multiple-03.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-multiple-04.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-set-none.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-window.html = FAIL PASS BUG9798 LINUX SLOW : LayoutTests/transitions/transition-timing-function.html = FAIL PASS BUG9798 MAC : LayoutTests/fast/forms/search-placeholder-value-changed.html = CRASH PASS BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage.html = PASS TIMEOUT BUG9798 WIN : LayoutTests/http/tests/misc/submit-post-in-utf32le.html = PASS TIMEOUT // New tests or failures from WebKit merge 42324:42364. Re-baselined on // Windows. Probably just need the same on other platforms. BUG9962 LINUX : LayoutTests/fast/block/positioning/fixed-positioning-scrollbar-bug.html = FAIL BUG9962 MAC : LayoutTests/fast/js/function-apply-aliased.html = FAIL // Regressions from WebKit merge 43264:42403, possibly due to r42375. BUG9992 WIN LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL // Regressions from WebKit merge 43264:42403, unknown cause(s) BUG10055 MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL // This test was changed upstream in http://trac.webkit.org/changeset/42447 // to include window.showModalDialog, which we give as undefined. BUG10530 RELEASE : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.html = FAIL BUG10530 DEBUG SLOW : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.html = FAIL // New tests from WebKit Merge 42609:42671 BUG10760 LINUX : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FAIL BUG10760 LINUX : LayoutTests/fast/inline/25277-2.html = FAIL BUG10760 LINUX : LayoutTests/fast/inline/25277.html = FAIL BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL BUG10760 LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL BUG10760 LINUX MAC : LayoutTests/svg/custom/marker-viewBox-changes.svg = PASS FAIL // New failures from WebKit Merge 42671:42725 BUG10861 WIN : LayoutTests/http/tests/plugins/post-url-file.html = PASS BUG10861 MAC : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT // New failures from WebKit merge 42725:42805 // WebKit change http://trac.webkit.org/changeset/42785 // added a test which submits a form and then uses history.back() // to go back. in test_shell history.back() does not go back, // so the test timeouts. BUG11001 LINUX MAC WIN : LayoutTests/http/tests/history/back-to-post.php = TIMEOUT // New failures from WebKit merge 42725:42805 // Reasons unknown.. BUG11012 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xml-external-entity.xhtml = FAIL // Need Linux rebaselines from WebKit Merge 42805:42932 BUG11123 LINUX : LayoutTests/editing/inserting/4960120-1.html = FAIL BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL // Regressions from WebKit Merge 42932:42994 BUG11239 MAC : LayoutTests/svg/custom/js-late-marker-and-object-creation.svg = FAIL PASS // Regressions from WebKit Merge 42932:42994 due to text metric changes. BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL BUG11251 WIN LINUX RELEASE : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL BUG11251 WIN LINUX DEBUG SLOW : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FAIL BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL // Unimplemented test shell features causing editing tests to fail // window.plainText not implemented BUG23285 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL // We don't draw the spelling markers at all in test shell. BUG11577 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL BUG11577 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL BUG11577 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined. BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL // Regressions from WebKit merge 43242:43321. These just need to re-baselining: BUG24229 LINUX : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = FAIL BUG24229 LINUX : LayoutTests/svg/transforms/animated-path-inside-transformed-html.xhtml = FAIL BUG24229 LINUX : LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html.xhtml = FAIL BUG24229 LINUX : LayoutTests/svg/transforms/text-with-pattern-with-svg-transform.svg = FAIL // TODO(erg): Attempted to rebaseline these tests as part of the above // 43346:43361 rebaseling from http://trac.webkit.org/changeset/43355. Turned // tree red. May be more involved then just rebaselining. BUG11613 LINUX : LayoutTests/editing/deleting/5168598.html = FAIL BUG11613 LINUX : LayoutTests/editing/inserting/5607069-2.html = FAIL // This needs to be rebaselined. See http://trac.webkit.org/changeset/43378 BUG11669 LINUX : LayoutTests/fast/layers/remove-only-this-layer-update.html = FAIL // May need rebaselining for mac/linux, or may need nothing at all. Triage after has run // on mac/linux buildbot. See http://crbug.com/11763. BUG11763 LINUX : LayoutTests/fast/layers/self-painting-outline.html = FAIL PASS // This test got moved (and the baselines have been moved accordingly), but now as a result // it seems to be failing?! BUG11795 WIN LINUX : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL BUG11795 MAC : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL CRASH // Already baselined for chromium-win, may need to be done for mac/linux as well. BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL // Flaky Windows/Linux Tests BUG11898 : LayoutTests/svg/dom/SVGScriptElement/script-set-href.svg = FAIL PASS BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TIMEOUT PASS BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT PASS BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT PASS // Need LINUX/Mac rebaselines after WebKit Update 437150:43770 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test1.html = FAIL BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test2.html = FAIL BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test3.html = FAIL BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test4.html = FAIL // xhtml mp tests were added in http://trac.webkit.org/changeset/43865 and are // skipped on all platforms upstream. BUG12254 SKIP : LayoutTests/fast/xhtmlmp/check-doctype-declaration.xhtml = FAIL BUG12254 SKIP : LayoutTests/fast/xhtmlmp/check-rootelement.xhtml = FAIL BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript-in-multiscripts.xhtml = FAIL BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript-nested.xhtml = FAIL BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript.xhtml = FAIL // wap css tests were added in http://trac.webkit.org/changeset/43887 and are // skipped on all platforms upstream. BUG12310 SKIP : LayoutTests/fast/wcss/marquee-dir.xhtml = FAIL BUG12310 SKIP : LayoutTests/fast/wcss/marquee-loop.xhtml = FAIL BUG12310 SKIP : LayoutTests/fast/wcss/marquee-speed.xhtml = FAIL BUG12310 SKIP : LayoutTests/fast/wcss/marquee-style.xhtml = FAIL // Details for all of these are in the bugs. BUG12361 WIN SLOW : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL BUG12361 LINUX MAC : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL // WebKit 44286:44342 BUG13174 WIN : LayoutTests/transitions/shorthand-border-transitions.html = PASS FAIL // WebKit 44438:44544 BUG13721 LINUX : LayoutTests/fast/dynamic/positioned-movement-with-positioned-children.html = FAIL BUG14207 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug28341.html = PASS FAIL // Newly added test http://trac.webkit.org/changeset/44816 BUG14673 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization.html = FAIL BUG14673 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization.html = FAIL // Need investigation: test shell crashers. BUG14752 LINUX SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = FAIL PASS BUG14751 LINUX DEBUG: LayoutTests/css2.1/atrule_longest_match.html = CRASH FAIL PASS BUG14767 LINUX : LayoutTests/dom/html/level1/core/documentgetdoctypenodtd.html = CRASH FAIL PASS BUG14832 : LayoutTests/editing/selection/user-drag-element-and-user-select-none.html = FAIL // WebKit 44928:44943 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL // WebKit 44969:45017 // The Mac layout test buildbots haven't generated a package for 20 days so // the rebaselining tool isn't working for this --agl BUG15125 MAC SKIP : chrome/fast/text/fake-italic.html = FAIL // WebKit 45017:45086 BUG15217 : LayoutTests/fast/js/dictionary-no-cache.html = FAIL BUG15217 MAC : LayoutTests/fast/js/switch-behaviour.html = FAIL // WebKit 45086:45111 BUG15270 RELEASE : LayoutTests/fast/js/excessive-comma-usage.html = FAIL BUG15270 DEBUG SLOW : LayoutTests/fast/js/excessive-comma-usage.html = FAIL // WebKit 45270:45287 BUG15490 LINUX : LayoutTests/editing/deleting/25322-1.html = PASS FAIL CRASH // Flaky for a while on DEBUG; also related to BUG17974 BUG15267 WIN LINUX DEBUG : LayoutTests/transitions/cancel-transition.html = PASS FAIL // WebKit 45431:45444 BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL BUG11613 LINUX RELEASE : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL BUG11613 LINUX DEBUG SLOW : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL // Webkit 45555:45558 // This was removed from test_expectations when it was passing after the Webkit merge 45495:45535. // Not sure if this is a regression or some manner of flakiness. BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FAIL // WebKit tests regressions 20529:20532 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL // This started crashing regularly as a result of r28798 (see bug 24720). BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.html = FAIL CRASH // WebKit merge 42738:45840 // New test, needs baseline. BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = FAIL // WebKit merge 42738:45840 // New tests, need baseline. BUG16240 MAC WIN : LayoutTests/http/tests/cache/subresource-expiration.html = PASS TIMEOUT // HTML5 DataGrid bindings are not enabled yet because the feature's not fully implemented. BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html = FAIL BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = FAIL BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attributes.html = FAIL BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html = FAIL // Failure since WebKit merge 45873:45916 BUG16823 MAC : LayoutTests/editing/execCommand/4128080-2.html = FAIL BUG16823 MAC : LayoutTests/editing/inserting/insert-3786362-fix.html = FAIL BUG16823 MAC : LayoutTests/editing/inserting/insert-3907422-fix.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/19644-1.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/19644-2.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/4242293-1.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/4242293.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/4641033.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/4922709.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/4944770-1.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/4944770-2.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/4989774.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5027857.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5028447.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5065605.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5071074.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5075944-2.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5075944.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5368833.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5478250.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5601583-1.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5761530-1.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/5780697-2.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/block-wrappers-necessary.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/copy-paste-bidi.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/display-block-on-spans.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/drag-drop-modifies-page.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/input-field-1.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-4035648-fix.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-4038267-fix.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-4039777-fix.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-001.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-002.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-003.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-004.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-005.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-006.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-007.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-008.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-009.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-line-endings-010.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-list-001.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-pre-001.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-pre-002.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-table-001.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-table-002.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-table-003.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-table-cells.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-001.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-002.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-003.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-004.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-005.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-006.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-007.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-008.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-009.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-010.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-011.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-012.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-013.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-014.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-015.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-016.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-017.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-018.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-at-tabspan-001.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-at-tabspan-002.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-text-at-tabspan-003.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/paste-unrendered-select.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/select-element-1.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/styled-element-markup.html = FAIL BUG16823 MAC : LayoutTests/editing/pasteboard/testcase-9507.html = FAIL BUG16823 MAC : LayoutTests/editing/selection/4895428-1.html = FAIL BUG16823 MAC : LayoutTests/editing/selection/4895428-4.html = FAIL BUG16823 MAC : LayoutTests/editing/selection/contains-boundaries.html = FAIL BUG16823 MAC : LayoutTests/editing/style/5065910.html = FAIL BUG16823 MAC : LayoutTests/editing/style/font-family-with-space.html = FAIL BUG16823 MAC : LayoutTests/editing/style/non-inheritable-styles.html = FAIL BUG16823 MAC : LayoutTests/editing/style/smoosh-styles-003.html = FAIL BUG16823 MAC : LayoutTests/fast/lists/drag-into-marker.html = FAIL // New test from WebKit merge 46050:46087 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL // Test failures from WebKit merge r46143:46194 BUG17398 LINUX : LayoutTests/fast/forms/search-zoomed.html = FAIL // not sure why this started failing BUG17509 LINUX SLOW : LayoutTests/fast/loader/local-CSS-from-local.html = FAIL BUG17509 LINUX : LayoutTests/fast/loader/local-JavaScript-from-local.html = FAIL TIMEOUT BUG17509 LINUX : LayoutTests/fast/loader/local-image-from-local.html = FAIL // New tests with WebKit merge 46288:46363 BUG18116 : LayoutTests/fast/dom/constructed-objects-prototypes.html = FAIL BUG18116 : LayoutTests/fast/dom/prototype-inheritance-2.html = FAIL // Flaky. Timing? BUG18584 : LayoutTests/animations/change-one-anim.html = FAIL PASS BUG18584 LINUX WIN : LayoutTests/animations/play-state.html = FAIL PASS BUG18584 : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS BUG18584 WIN : LayoutTests/animations/combo-transform-translate+scale.html = FAIL PASS BUG18584 LINUX RELEASE : LayoutTests/animations/combo-transform-translate+scale.html = FAIL PASS // Flaky crashes BUG18656 MAC RELEASE : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL BUG18656 MAC DEBUG SLOW : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL BUG18724 LINUX DEBUG : LayoutTests/transitions/transition-drt-api-delay.html = PASS CRASH // Flaky timeout BUG18733 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization.html = PASS TIMEOUT BUG18740 WIN MAC DEBUG : LayoutTests/http/tests/security/credentials-in-referer.html = PASS TIMEOUT // Test failures caused by re-enabling skia asserts. BUG18896 WIN LINUX DEBUG SLOW : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL // Test failures from WebKit merge 46894 to 46977 BUG18939 : LayoutTests/fast/js/function-declaration.html = FAIL BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL // Fallout from webkit 47041:47189 BUG19248 : LayoutTests/fast/js/const.html = FAIL BUG24904 WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL // WebKit roll r47417:47528 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL // SVG empty trailing tspan causes text to not show up BUG23468 WIN MAC : LayoutTests/svg/batik/text/textPosition.svg = IMAGE BUG23468 LINUX : LayoutTests/svg/batik/text/textPosition.svg = IMAGE+TEXT BUG23468 WIN LINUX MAC : LayoutTests/svg/batik/text/xmlSpace.svg = IMAGE // Fails due to textInputController.setInputMethod not implemented for Mac. BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html = FAIL BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html = FAIL // WebKit 47719:47732. New test. Time out on all 3 platforms. BUG20341 : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT // WebKit 47777:47790 - getOwnPropertyDescriptor BUG20345 : LayoutTests/fast/js/getOwnPropertyDescriptor.html = FAIL // This newly added test times out on Mac: BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT // Mac LayoutTest/http errors after removing blanket exception. BUG20748 MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIMEOUT BUG20748 MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html = TIMEOUT BUG20748 MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT BUG20748 MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT // started crashing at build 5804 then green until 5863 of webkit-dbg-2 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-style-filter.html = PASS CRASH // started crashing at build 5859 of webkit-dbg-2 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-document-all.html = PASS CRASH BUG10480 LINUX : LayoutTests/editing/selection/move-by-line-001.html = PASS FAIL // Flakey crashes in js tests. Cause unknown. BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH PASS BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRASH PASS BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL PASS // MessageEvent.initMessageEvent() does not set the source attribute. BUG23607 : LayoutTests/fast/events/init-events.html = FAIL // The linux layout result in build bot shows the changed method does not // executed. BUG21141 LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL BUG21141 LINUX : LayoutTests/fast/forms/select-script-onchange.html = FAIL BUG24232 MAC : LayoutTests/animations/change-keyframes-name.html = FAIL PASS // Flaky, not clear as of when. BUG21411 DEBUG: LayoutTests/svg/dom/SVGScriptElement/script-load-and-error-events.svg = FAIL PASS // WebKit 48217:48239 // Fails because we don't support layoutTestController.addUserStyleSheet(). BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL // Need investigation after we enable file URL universal access in test shell. BUG24233 WIN LINUX : LayoutTests/editing/selection/drag-in-iframe.html = FAIL // New test added in r48318 (GoogleURL bug) BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL // WK roll to 48371 BUG21841 MAC RELEASE : LayoutTests/plugins/destroy-during-npp-new.html = FAIL BUG21841 MAC DEBUG SLOW : LayoutTests/plugins/destroy-during-npp-new.html = FAIL BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PASS BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL BUG21859 WIN-VISTA : LayoutTests/fast/forms/search-styled.html = FAIL BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL BUG21859 WIN-XP RELEASE : LayoutTests/fast/text/line-breaks.html = FAIL BUG21859 WIN-XP DEBUG SLOW : LayoutTests/fast/text/line-breaks.html = FAIL BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL // WK roll 48388:48399 (brettw) BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main-frame.html = FAIL PASS // Flaky. The width of containing RenderBlocks sometimes becomes larger BUG21958 WIN LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS BUG21958 MAC : LayoutTests/svg/hixie/error/012.xml = FAIL PASS // WK roll 48399:48423 (brettw) BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html = FAIL BUG22014 LINUX MAC : LayoutTests/transitions/hang-with-bad-transition-list.html = PASS FAIL // WebKit merge 48500:48585, newly implemented Object.defineProperty. BUG22526 : LayoutTests/fast/js/Object-create.html = FAIL BUG22526 : LayoutTests/fast/js/Object-defineProperties.html = FAIL BUG22526 : LayoutTests/fast/js/Object-defineProperty.html = FAIL BUG22526 : LayoutTests/http/tests/security/xss-DENIED-defineProperty.html = TIMEOUT // WebKit merge 48500:48585, introduced by a clipping bug fix. BUG22549 WIN LINUX : LayoutTests/fast/overflow/position-fixed-transform-clipping.html = FAIL // WebKit merge 48500:48585, due to newly added support for MathML. BUG22554 SKIP : LayoutTests/mathml = FAIL // WebKit update 48734:48747 BUG24175 : LayoutTests/platform/gtk/scrollbars/overflow-scrollbar-horizontal-wheel-scroll.html = TIMEOUT // WebKit update 48766:48796 BUG24174 : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FAIL // WebKit update 48796:48820 BUG23956 WIN LINUX : LayoutTests/fast/dom/Element/getBoundingClientRect.html = FAIL BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FAIL BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL BUG24126 : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL // WebKit update 48883:48904 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc-context-2.html = FAIL BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc-context.html = FAIL BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc.xhtml = FAIL BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-doc-context-2.html = FAIL BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-doc-context.html = FAIL BUG23745 LINUX MAC : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL // WebKit update 48937:48947 BUG23751 WIN LINUX DEBUG : LayoutTests/fast/inline/relative-positioned-overflow.html = CRASH // Started happening somewhere around http://trac.webkit.org/changeset/48989. BUG23955 MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS // Possibly busted as part of http://trac.webkit.org/changeset/49003 BUG23901 WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL // Flaky on Linux since WebKit merge 49051:49097 BUG24331 LINUX : LayoutTests/svg/text/text-text-07-t.svg = FAIL PASS // Fails since WebKit merge 49321:49372 BUG24331 LINUX : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL PASS // WebKit update: 49190:49206 BUG_JPARENT WIN DEBUG : LayoutTests/fast/frames/calculate-percentage.html = CRASH PASS BUG_JPARENT LINUX DEBUG SLOW : LayoutTests/fast/frames/calculate-fixed.html = PASS // Started failing for no apparent reason at r28124 BUG23972 LINUX WIN : LayoutTests/fast/forms/form-element-geometry.html = CRASH PASS // Flaky timeouts first appearing at r27764 (webkit 48947) BUG9798 LINUX MAC : LayoutTests/http/tests/cookies/multiple-cookies.html = TIMEOUT PASS // WebKit update: 49213:49221 BUG24063 : LayoutTests/fast/dom/Window/window-postmessage-clone.html = FAIL // Got slow with V8 update to 1.3.15. Debug logging perhaps? BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-implicit-length-limit.html = PASS BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-maxlength.html = PASS // Webkit update: 49221:49245 BUG_HAMAJI WIN LINUX : LayoutTests/fast/css/counters/t1204-increment-00-c-o.html = FAIL BUG_HAMAJI WIN LINUX : LayoutTests/fast/css/counters/t1204-increment-01-c-o.html = FAIL // Failing after r28267 BUG24116 SLOW : LayoutTests/http/tests/loading/gmail-assert-on-load.html = FAIL // Failing at WebKit Linux (dbg)(3) build 7795 BUG24119 LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug1220.html = PASS FAIL // Flaky failure BUG24167 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-port-explicit-domain.html = PASS FAIL BUG_24308 MAC : LayoutTests/http/tests/navigation/back-send-referrer.html = PASS TIMEOUT BUG_24314 LINUX DEBUG : LayoutTests/editing/selection/extend-selection.html = PASS TIMEOUT BUG_23475 WIN : LayoutTests/svg/custom/junk-data.svg = PASS IMAGE // WebKit roll 49405:49413 BUG_HCLAM : LayoutTests/http/tests/xmlhttprequest/logout.html = FAIL // WebKit roll 49502:49562 BUG_DIMICH : LayoutTests/fast/events/add-event-without-document.html = TIMEOUT //WebKit roll 49562:49583 SKIP BUG_PFELDMAN : LayoutTests/inspector = FAIL BUG24862 LINUX : LayoutTests/fast/replaced/border-radius-clip.html = FAIL // WebKit roll 49583:49597 BUG24930 LINUX DEBUG : LayoutTests/editing/selection/editable-html-element.html = FAIL BUG24930 MAC DEBUG : LayoutTests/editing/selection/editable-html-element.html = FAIL PASS // WebKit Roll 49597:49640 BUG24963 MAC : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL BUG24964 MAC : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL BUG24964 WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL BUG24965 LINUX RELEASE : LayoutTests/fast/forms/preserveFormDuringResidualStyle.html = CRASH PASS BUG_JEREMY MAC : LayoutTests/fast/forms/search-display-none-cancel-button.html = CRASH PASS BUG_JEREMY LINUX DEBUG : LayoutTests/fast/forms/menulist-option-wrap.html = CRASH PASS BUG24966 MAC DEBUG SLOW : LayoutTests/fast/frames/calculate-fixed.html = CRASH PASS // WebKit Roll 49640:49684 BUG_JEREMY LINUX WIN : LayoutTests/http/tests/navigation/reload-subframe-object.html = FAIL BUG25202 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/masking-path-02-b.svg = FAIL BUG25208 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/masking-path-05-f.svg = FAIL BUG_JEREMY LINUX WIN : LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL BUG_JEREMY WIN : LayoutTests/editing/deleting/deletionUI-single-instance.html = FAIL BUG25204 WIN : chrome/fast/forms/basic-selects.html = FAIL BUG_JEREMY MAC : LayoutTests/fast/frames/onlyCommentInIFrame.html = CRASH FAIL BUG_JEREMY WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL // WebKit Roll 49684:49761 BUG_YUTAK : LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.html = FAIL BUG_YUTAK LINUX : LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html = FAIL PASS // WebKit Roll 49761:49809 BUG_JAPHET : LayoutTests/media/media-load-event.html = FAIL BUG_JAPHET : LayoutTests/media/progress-event-at-least-one.html = FAIL // WebKit Roll 49809:49830 // New test flakiness is being observed. BUG_YUTAK MAC LINUX : LayoutTests/fast/frames/frame-set-same-src.html = CRASH PASS BUG_YUTAK MAC RELEASE : LayoutTests/fast/overflow/002.html = CRASH PASS // Test expectation for MAC is located above. // Please remove CRASH from that line when the fix is in. BUG_YUTAK WIN LINUX : LayoutTests/fast/frames/invalid.html = CRASH PASS // Not sure when the flakiness started. BUG25378 WIN LINUX : LayoutTests/fast/forms/search-hidden-cancel-button.html = CRASH PASS // Caused by ukai at revision 29626 (WebSockets) BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-gc.html = CRASH PASS BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = CRASH PASS BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-html-response-encoding.html = CRASH PASS // Caused by ukai at revision 29765 (WebSockets) BUG25399 LINUX MAC : LayoutTests/fast/xmlhttprequest/null-document-xmlhttprequest-open.html = CRASH // Incorrect baseline removed. BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE // Webkit roll 49926:49941 BUG25611 : LayoutTests/storage/domstorage/complex-values.html = FAIL BUG25611 : LayoutTests/storage/domstorage/quota.html = CRASH PASS // Webkit roll 49947:49957 BUG_JOHNNYG WIN LINUX : LayoutTests/fast/forms/ValidityState-patternMismatch-001.html = CRASH PASS