// 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 // // To add other options: // 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 // // 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/MAC: Expectations apply only to these platforms. // // The format of a test line is as follows: // METADATA : relative/path/to/test.html = EXPECTATIONS // // For example, // LINUX : LayoutTests/media = PASS FAIL // // The above means that all the media tests are flaky, but only on Linux. // // 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 // ----------------------------------------------------------------- BUG_OJAN SLOW : LayoutTests/fast/js/regexp-overflow.html = PASS BUG_OJAN SLOW : LayoutTests/http/tests/misc/DOMContentLoaded-event.html = PASS BUG_OJAN SLOW : LayoutTests/http/tests/navigation/multiple-back-forward-entries.html = PASS BUG_OJAN SLOW : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html = PASS BUG_OJAN SLOW MAC LINUX : LayoutTests/http/tests/xmlhttprequest/small-chunks-response-text.html = PASS BUG_OJAN SLOW WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = PASS BUG_OJAN SLOW LINUX MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = PASS BUG_OJAN SLOW WIN MAC : LayoutTests/svg/custom/invisible-text-after-scrolling.xhtml = PASS BUG_OJAN SLOW : LayoutTests/tables/mozilla/other/slashlogo.html = PASS // ----------------------------------------------------------------- // SKIPPED TESTS // ----------------------------------------------------------------- // The action taken when trying to load the resource // (http://255.255.255.255/test.jpg) depends on the network proxy settings // of the machine running the test, so we don't worry about that case. WONTFIX : LayoutTests/security/block-test-no-port.html = PASS FAIL // 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. BUG793944 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. BUG753420 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 // 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 // These tests depend on a bogus assumption that file:// URLs have universal // access to other URLs. This isn't true for us. WONTFIX SKIP : LayoutTests/editing/selection/drag-in-iframe.html = TIMEOUT WONTFIX SKIP : LayoutTests/fast/dom/gc-6.html = TIMEOUT WONTFIX SKIP : LayoutTests/fast/dom/gc-7.html = TIMEOUT WONTFIX SKIP : LayoutTests/fast/frames/frame-set-same-location.html = TIMEOUT WONTFIX SKIP : LayoutTests/fast/frames/frame-set-same-src.html = TIMEOUT WONTFIX SKIP : LayoutTests/fast/frames/hover-timer-crash.html = 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 // ----------------------------------------------------------------- // FAILING TESTS // ----------------------------------------------------------------- // We don't intend to pass all of these cases, so this is an expected fail. // Window resizing is not implemented in chrome. BUG1137420 WONTFIX : LayoutTests/fast/dom/Window/window-resize.html = FAIL // 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. WONTFIX : LayoutTests/fast/forms/search-event-delay.html = FAIL PASS // 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 // These tests check for very kjs-specific garbage collector behavior. Gc-8 // tests behavior that makes no sense for us to implement. Gc-10 makes sense // but would have to be implemented much differently to work in v8. WONTFIX : LayoutTests/fast/dom/gc-8.html = FAIL 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. BUG1058654 WONTFIX : LayoutTests/fast/dom/Window/window-properties.html = FAIL TIMEOUT // 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 // 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 // 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 (just like Safari for Windows), // although we might eventually want to on Mac. BUG761653 WONTFIX SKIP : LayoutTests/webarchive/loading = FAIL TIMEOUT BUG761653 WONTFIX : LayoutTests/webarchive = PASS BUG761653 WONTFIX : LayoutTests/svg/webarchive = FAIL PASS BUG761653 WONTFIX : LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg = FAIL PASS BUG761653 WONTFIX SKIP : LayoutTests/http/tests/webarchive = FAIL PASS // We don't support ACCELERATED_COMPOSITING, so skip all related tests WONTFIX SKIP : LayoutTests/compositing = FAIL // 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 // 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. BUG853268 WONTFIX : 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 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 // ----------------------------------------------------------------- // CHROME REWRITTEN TESTS // ----------------------------------------------------------------- // These tests have been rewritten, with the original being ignored, // because they were written in ways which are not cross-browser. // (e.g. they expect implementation-dependent strings in output) WONTFIX : LayoutTests/fast/js/date-proto-generic-invocation.html = FAIL WONTFIX : LayoutTests/fast/js/kde/function.html = FAIL WONTFIX : LayoutTests/fast/js/kde/inbuilt_function_tostring.html = FAIL // 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. BUG849085 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 test times out. It is testing arbitrary limits on the sizes // of regular expressions. We handle larger regular expressions than // JSCRE, but it takes a long time to run this test because it // repeatedly creates big regular expressions. All the test is trying // to verify is that we don't crash on this page. WONTFIX : LayoutTests/fast/js/regexp-charclass-crash.html = PASS TIMEOUT // 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) BUG1124548 : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL // 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 = TIMEOUT FAIL // WebKit's CSS counters are somewhat broken, thus expected results are failures // Our high-precision timers make these tests flakey. // We could fork these tests, but we'll just unfork them as soon as // our high-precision timers are public. BUG877986 WIN LINUX : LayoutTests/css2.1/t1204-increment-00-c-o.html = FAIL BUG877986 WIN LINUX : LayoutTests/css2.1/t1204-increment-01-c-o.html = FAIL BUG877986 WIN LINUX : LayoutTests/css2.1/t1204-increment-02-c-o.html = FAIL BUG877986 WIN LINUX : LayoutTests/css2.1/t1204-reset-00-c-o.html = FAIL BUG877986 WIN LINUX : LayoutTests/css2.1/t1204-reset-01-c-o.html = FAIL // 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 BUG1234761 : LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL // LightTPD doesn't accept unknown HTTP methods BUG1234761 SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH BUG1234761 : LayoutTests/http/tests/xmlhttprequest/methods-async.html = FAIL TIMEOUT BUG1234761 WIN LINUX MAC : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html = FAIL TIMEOUT PASS // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type // even when a request didn't send the header. BUG1234761 : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL TIMEOUT CRASH // This passes when run in Chrome. It appears to be because of a difference // in how lighttpd serves up the svn resource image (or the image // contained in the svg image). BUG1234761 : LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL // Another lighttpd quirk. BUG8941 LINUX WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL BUG8941 MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL TIMEOUT // ----------------------------------------------------------------- // TEXT // ----------------------------------------------------------------- // This class of test fails because of size differences in text runs. // Mostly this is because of international text rendering differences. // These fail now that we use the same font code path in test_shell // as in Chrome BUG1316221 LINUX WIN : LayoutTests/css2.1/t1202-counter-04-b.html = FAIL BUG1316221 LINUX WIN : LayoutTests/css2.1/t1202-counters-04-b.html = FAIL // The max length doesn't appear to be applied correctly (or the test needs // changing), and furthermore, the over- and under-lines aren't placed // properly over the "x". BUG1124513 LINUX WIN : LayoutTests/fast/forms/input-text-maxlength.html = FAIL BUG1124513 LINUX WIN : LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL // This is a real bug, but not one we're fixing for Beta. BUG628529 LINUX : LayoutTests/fast/text/stroking-decorations.html = FAIL BUG628529 LINUX WIN : LayoutTests/fast/text/stroking.html = FAIL // Incrorect results, in incorrect international font metrics. // Fixing these overrides does not help us to Beta, deffering BUG1124522 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL BUG1124522 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = FAIL // This test checks that we hack around a bug in helvetica. We fail to. BUG1143382 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL // Font-size differences in international text cause the wrong character // to be under the (x,y) click location used by the test. See bug // on faking international font sizes like we do for Latin fonts. BUG850411 LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = FAIL // More missing international text overides, not needed for Beta. // Capitalization results match Safari, even if "not fully correct" BUG1124542 LINUX WIN : LayoutTests/fast/text/capitalize-boundaries.html = FAIL // Different button line-heights, our behavior looks wrong. BUG1145887 LINUX WIN : LayoutTests/fast/forms/control-restrict-line-height.html = FAIL BUG1145887 LINUX WIN : LayoutTests/fast/replaced/table-percent-height.html = FAIL BUG1145887 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. BUG1089231 : LayoutTests/fast/events/stopPropagation-submit.html = FAIL // ----------------------------------------------------------------- // Workers // ----------------------------------------------------------------- BUG10271 SKIP : LayoutTests/fast/workers = TIMEOUT FAIL BUG10271 SKIP : LayoutTests/fast/workers/stress-js-execution.html = TIMEOUT FAIL BUG10271 SKIP : LayoutTests/http/tests/workers = TIMEOUT FAIL BUG10271 SKIP : LayoutTests/http/tests/xmlhttprequest/workers = TIMEOUT FAIL BUG10271 MAC LINUX : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH FAIL // This is expected to fail after we remove the uses of v8::Locker when we // switch to process-per-worker model. Re-enable this when we fully support // worker thread. BUG12428 SKIP : LayoutTests/fast/workers/worker-terminate.html = CRASH 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 BUG972450 : LayoutTests/fast/repaint/bugzilla-6473.html = PASS FAIL // ----------------------------------------------------------------- // Tests deferred until we provide support for a particular feature. // ----------------------------------------------------------------- // These tests rely on the keygen tag, which we haven't wired up. BUG802185 : LayoutTests/fast/html/keygen.html = FAIL BUG820185 : LayoutTests/fast/invalid/residual-style.html = FAIL // Tests that clicking the "x" box in a search field clears it; we don't // currently have such a box except on Mac (where it's part of the native // widget). BUG10272 WIN LINUX : LayoutTests/fast/forms/search-abs-pos-cancel-button.html = FAIL PASS // ----------------------------------------------------------------- // Other // ----------------------------------------------------------------- // Vertical scrollbar created when there is no overflow. // See also https://bugs.webkit.org/show_bug.cgi?id=24434 . BUG1055396 LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = FAIL // Image with border="1" drawn without the border. BUG1064038 LINUX WIN : LayoutTests/fast/forms/image-border.html = FAIL // Pixeltest failure: Form control metrics incorrect BUG10273 LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL PASS // 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). BUG742182 BUG845388 LINUX WIN : LayoutTests/editing/selection/designmode-no-caret.html = FAIL // The end result looks right, but the event messages differ. BUG845400 LINUX WIN : LayoutTests/editing/pasteboard/paste-xml.xhtml = 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/repaint/search-field-cancel.html = FAIL BUG10473 LINUX : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL // Changed in http://trac.webkit.org/changeset/42082 // This is deferred because it involves a scenario (submitting a form to // about:blank) that is unlikely to occur on real web pages. That only // explains why this test sometimes times-out. BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = TIMEOUT CRASH BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIMEOUT CRASH // 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 : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html = FAIL TIMEOUT BUG10475 WIN LINUX : LayoutTests/fast/forms/range-thumb-height-percentage.html = FAIL SKIP BUG9613 : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = PASS BUG10476 WIN LINUX : LayoutTests/editing/selection/5136696.html = FAIL PASS BUG10476 : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html = FAIL PASS // Merge WebKit 42133:42199 regressions BUG10477 WIN LINUX : LayoutTests/fast/repaint/reflection-repaint-test.html = FAIL BUG10477 WIN LINUX : LayoutTests/fast/repaint/transform-layout-repaint.html = FAIL BUG10477 LINUX : LayoutTests/fast/events/context-no-deselect.html = FAIL BUG10477 : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL BUG10477 : LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT // 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. BUG9768 LINUX WIN : LayoutTests/fast/block/positioning/047.html = FAIL // Was only WIN, also fail on LINUX since merge 43346:43361 BUG9768 LINUX WIN : LayoutTests/fast/css/rtl-ordering.html = FAIL // 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 : 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 WIN : 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 : 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 BUG10479 MAC : LayoutTests/svg/hixie/perf/001.xml = FAIL BUG10479 MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL // Broken by r13217. BUG10480 LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL PASS BUG9798 : LayoutTests/editing/execCommand/15381.html = FAIL PASS BUG9798 : LayoutTests/fast/encoding/char-encoding.html = FAIL PASS BUG9798 : LayoutTests/http/tests/misc/css-reject-any-type-in-strict-mode.html = TIMEOUT PASS BUG9798 : LayoutTests/http/tests/misc/image-blocked-src-change.html = FAIL PASS BUG9798 : LayoutTests/http/tests/misc/redirect-with-quotes.php = TIMEOUT PASS BUG9798 : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS BUG9798 DEBUG : LayoutTests/editing/execCommand/paste-2.html = FAIL PASS BUG9798 DEBUG : LayoutTests/editing/selection/4776665.html = FAIL PASS BUG9798 DEBUG : LayoutTests/svg/custom/path-bad-data.svg = CRASH FAIL BUG9798 : chrome/fast/dom/extensions/interval.html = CRASH FAIL PASS BUG9798 LINUX : LayoutTests/animations/animation-iteration-event-destroy-renderer.html = TIMEOUT PASS BUG9798 LINUX : LayoutTests/animations/change-keyframes-name.html = FAIL PASS BUG9798 LINUX : LayoutTests/animations/change-one-anim.html = FAIL PASS BUG9798 LINUX : LayoutTests/animations/combo-transform-translate+scale.html = FAIL PASS BUG9798 LINUX : LayoutTests/fast/backgrounds/001.html = FAIL PASS BUG9798 LINUX : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = FAIL PASS BUG9798 LINUX : LayoutTests/fast/dom/delete-contents.html = FAIL PASS BUG9798 LINUX : LayoutTests/fast/dom/onerror-img.html = CRASH PASS BUG9798 LINUX : LayoutTests/fonts/cursive.html = FAIL PASS BUG9798 LINUX : LayoutTests/http/tests/misc/BOM-override-script.html = TIMEOUT PASS BUG9798 LINUX : LayoutTests/http/tests/navigation/error404-frames.html = TIMEOUT PASS BUG9798 LINUX : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html = FAIL PASS BUG9798 LINUX : LayoutTests/http/tests/security/originHeader/origin-header-for-post.html = FAIL PASS TIMEOUT BUG9798 LINUX : LayoutTests/http/tests/security/postMessage/origin-unaffected-by-document-domain.html = FAIL PASS BUG9798 LINUX : LayoutTests/http/tests/security/protocol-compare-case-insensitive.html = FAIL PASS BUG9798 LINUX : LayoutTests/http/tests/security/xss-DENIED-assign-location-hostname.html = FAIL PASS BUG9798 LINUX : LayoutTests/http/tests/security/xss-eval.html = FAIL PASS BUG9798 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html = FAIL PASS BUG9798 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html = FAIL PASS BUG9798 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html = FAIL PASS BUG9798 LINUX : LayoutTests/http/tests/xmlhttprequest/document-domain-set.html = TIMEOUT PASS BUG9798 LINUX : LayoutTests/http/tests/xmlhttprequest/failed-auth.html = FAIL PASS BUG9798 LINUX : LayoutTests/scrollbars/basic-scrollbar.html = FAIL PASS BUG9798 LINUX : LayoutTests/svg/batik/filters/filterRegions.svg = FAIL PASS BUG9798 LINUX : LayoutTests/svg/css/glyph-orientation-rounding-test.xhtml = FAIL PASS BUG9798 LINUX : LayoutTests/svg/custom/invisible-text-after-scrolling.xhtml = FAIL PASS BUG9798 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS BUG9798 LINUX : LayoutTests/svg/text/text-text-07-t.svg = FAIL PASS BUG9798 LINUX : LayoutTests/tables/mozilla/bugs/45621.html = FAIL PASS CRASH BUG9798 LINUX : LayoutTests/tables/mozilla/bugs/bug137388-1.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/interrupted-all-transition.html = FAIL PASS BUG9798 LINUX : 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-left.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-end-event-multiple-04.html = FAIL PASS BUG9798 LINUX : LayoutTests/transitions/transition-timing-function.html = FAIL PASS BUG9798 LINUX : chrome/http/tests/misc/set-window-opener-to-null.html = FAIL PASS BUG9798 LINUX : pending/fast/repaint/bugzilla-6473.html = FAIL PASS BUG9798 LINUX DEBUG : LayoutTests/transitions/repeated-firing-background-color.html = FAIL PASS TIMEOUT BUG9798 LINUX MAC : LayoutTests/editing/pasteboard/drag-drop-dead-frame.html = FAIL PASS BUG9798 LINUX RELEASE : LayoutTests/svg/carto.net/colourpicker.svg = FAIL PASS BUG9798 LINUX WIN : LayoutTests/http/tests/navigation/metaredirect-subframeload.html = TIMEOUT PASS BUG9798 MAC : LayoutTests/dom/html/level2/html/HTMLSelectElement15.html = FAIL PASS BUG9798 MAC : LayoutTests/fast/dom/onerror-img.html = FAIL PASS BUG9798 MAC : LayoutTests/fast/images/load-img-with-empty-src.html = FAIL PASS BUG9798 MAC : LayoutTests/http/tests/security/cross-frame-access-name-getter.html = FAIL PASS BUG9798 MAC : LayoutTests/http/tests/security/cross-frame-access-selection.html = FAIL PASS BUG9798 MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html = FAIL CRASH PASS BUG9798 MAC : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html = FAIL PASS BUG9798 MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation.html = FAIL PASS BUG9798 MAC : LayoutTests/http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html = FAIL PASS BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers.html = FAIL PASS BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync.html = FAIL PASS BUG9798 MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin.html = FAIL PASS BUG9798 MAC : LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = TIMEOUT FAIL BUG9798 MAC : LayoutTests/svg/hixie/processing-model/003.xml = TIMEOUT PASS BUG9798 MAC : LayoutTests/tables/mozilla/other/test3.html = TIMEOUT PASS BUG9798 MAC : LayoutTests/transitions/transition-timing-function.html = FAIL PASS BUG9798 MAC DEBUG : LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml = FAIL PASS BUG9798 WIN : LayoutTests/fast/dom/Window/window-lookup-precedence.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL PASS BUG9798 WIN : LayoutTests/fast/lists/inlineBoxWrapperNullCheck.html = FAIL PASS BUG9798 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-gc.html = CRASH PASS BUG9798 WIN : LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-charset-and-css-extension.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-charset.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/css-accept-any-type.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/empty-file-formdata.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/redirect.php = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/refresh-headers.php = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/submit-get-in-utf32be.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/submit-get-in-utf32le.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/submit-get-in-utf7.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/submit-post-in-utf16be.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/submit-post-in-utf16le.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/submit-post-in-utf32be.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/submit-post-in-utf32le.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/submit-post-in-utf7.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/url-in-utf16le.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/url-in-utf32be.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/url-in-utf32le.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/url-in-utf7.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/misc/xhtml.php = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/navigation/back-send-referrer.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/ssl/verify-ssl-enabled.php = TIMEOUT PASS FAIL BUG9798 WIN : LayoutTests/http/tests/uri/css-href.php = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/uri/escaped-entity.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/uri/utf8-path.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/authorization-header.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/failed-auth.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html = TIMEOUT PASS BUG9798 WIN : LayoutTests/svg/hixie/error/009.xml = CRASH PASS BUG9798 WIN : LayoutTests/transitions/change-values-during-transition.html = FAIL PASS BUG9798 WIN DEBUG : LayoutTests/fast/xsl/xslt-fragment-in-empty-doc.html = CRASH PASS BUG9798 WIN DEBUG : LayoutTests/svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg = CRASH PASS BUG9798 WIN RELEASE : LayoutTests/editing/selection/move-by-line-001.html = FAIL PASS BUG9798 WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/state-after-network-error.html = TIMEOUT PASS BUG9797 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-gauss-01-b.svg = CRASH PASS BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = CRASH FAIL BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/tabgroup.svg = CRASH PASS BUG9797 : LayoutTests/fast/body-propagation/overflow/004.html = FAIL PASS BUG9797 MAC DEBUG : LayoutTests/tables/mozilla/bugs/bug137388-2.html = FAIL PASS BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS BUG9797 : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL PASS BUG9797 WIN DEBUG : LayoutTests/fast/encoding/namespace-tolerance.html = CRASH PASS BUG9797 WIN DEBUG : LayoutTests/fast/loader/file-URL-with-port-number.html = FAIL PASS BUG9797 WIN DEBUG : LayoutTests/http/tests/navigation/lockedhistory-iframe.html = FAIL PASS BUG9797 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-first-time.html = CRASH PASS BUG9797 BUG9798 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/state-after-network-error.html = CRASH TIMEOUT PASS BUG9797 WIN DEBUG : LayoutTests/svg/W3C-SVG-1.1/extend-namespace-01-f.svg = CRASH PASS BUG9797 WIN DEBUG : LayoutTests/svg/css/css-box-min-width.html = CRASH PASS BUG9797 WIN DEBUG : LayoutTests/traversal/node-iterator-009.html = CRASH PASS // Failed in WebKit merge 42287:42324 BUG9916 WIN LINUX : LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html = FAIL BUG9916 WIN LINUX : LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html = FAIL BUG9916 WIN LINUX : LayoutTests/fast/block/float/013.html = FAIL BUG9916 : LayoutTests/http/tests/xmlhttprequest/set-dangerous-headers.html = FAIL BUG9916 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FAIL // 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 BUG9962 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html = FAIL BUG9962 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html = FAIL BUG9962 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html = FAIL BUG9962 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html = FAIL BUG9962 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny.html = FAIL BUG9962 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow.html = TIMEOUT FAIL BUG9962 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.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 LINUX DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS BUG10055 MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL BUG10055 LINUX DEBUG : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL PASS // This test was changed upstream in http://trac.webkit.org/changeset/42447 // to include window.showModalDialog, which we give as undefined. BUG10530 : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.html = FAIL // Need rebaselining for Linux, from WebKit merge 42580:42609 // The content editable div is wider on linux than on windows. BUG11122 LINUX : LayoutTests/fast/forms/caret-rtl.html = FAIL // New tests from WebKit Merge 42609:42671 BUG4363 : LayoutTests/fast/layers/video-layer.html = FAIL 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/focus-ring.svg = FAIL BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-viewBox-changes.svg = PASS FAIL BUG10760 MAC : LayoutTests/svg/custom/marker-changes.svg = PASS FAIL BUG11571 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FAIL PASS BUG10760 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = PASS FAIL // Needs investigation, perhaps just needs to be re-baselined on all // platforms. BUG10859 LINUX MAC : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = FAIL BUG10861 WIN : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = 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 BUG10861 LINUX MAC : LayoutTests/security/set-form-autocomplete-attribute.html = TIMEOUT PASS // New failures from WebKit merge 42725:42805 // The following tests needs rebaseline on LINUX since // WebKit change http://trac.webkit.org/changeset/42751 // changed the name of SVG image in the dump from "RenderImage" // to "RenderSVGImage". BUG10998 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-39-t.svg = FAIL BUG10998 LINUX : LayoutTests/svg/custom/image-parent-translation.xhtml = FAIL BUG10998 LINUX : LayoutTests/svg/custom/text-image-opacity.svg = FAIL // New failures from WebKit merge 42725:42805 // The following tests needs rebaseline on MAC because of // WebKit change http://trac.webkit.org/changeset/42732 BUG10999 MAC : LayoutTests/editing/selection/click-in-margins-inside-editable-div.html = FAIL BUG10999 MAC : LayoutTests/editing/selection/click-in-padding-with-multiple-line-boxes.html = FAIL // New failures from WebKit merge 42725:42805 // Because of WebKit change http://trac.webkit.org/changeset/42740, // DumpRenderTree now dumps additional info on the element that was // passed to the policy delegate. So the dump changes. // We need to reflect the change in test shell. BUG11000 LINUX MAC WIN : LayoutTests/fast/encoding/mailto-always-utf-8.html = FAIL BUG11000 LINUX MAC WIN : LayoutTests/fast/loader/policy-delegate-action-hit-test-zoomed.html = FAIL BUG11000 LINUX MAC WIN : LayoutTests/http/tests/misc/policy-delegate-called-twice.html = FAIL BUG11000 LINUX MAC WIN : LayoutTests/http/tests/misc/redirect-to-external-url.html = FAIL // 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/deleting/delete-br-013.html = FAIL BUG11123 LINUX : LayoutTests/editing/inserting/4960120-1.html = FAIL BUG11123 LINUX : LayoutTests/editing/pasteboard/paste-blockquote-after-blockquote.html = FAIL BUG11123 LINUX : LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-3.html = FAIL BUG11123 LINUX : LayoutTests/fast/css/nested-layers-with-hover.html = FAIL BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL // Mysteriously started failing right around the v8 scons->gyp change. BUG11176 MAC : LayoutTests/fast/css/first-child-pseudo-class.html = FAIL PASS BUG11176 LINUX MAC WIN : LayoutTests/fast/forms/input-align-image.html = FAIL PASS // New failures from WebKit Merge 42932:42994 BUG11604 DEBUG WIN : LayoutTests/transitions/repeated-firing-background-color.html = FAIL PASS // New tests from WebKit Merge 42932:42994 BUG11179 : LayoutTests/http/tests/xmlhttprequest/detaching-frame-2.html = FAIL TIMEOUT // 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 // Regressions from WebKit Merge 42932:42994 BUG11239 : LayoutTests/fast/dom/Window/setTimeout-string-argument.html = FAIL BUG11239 : LayoutTests/platform/win/accessibility/document-role.html = FAIL 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 : 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 // Regressions from r14994 (pulling in new WebKit) BUG11264 WIN : LayoutTests/plugins/getintidentifier-special-values.html = CRASH PASS BUG11264 WIN : LayoutTests/plugins/netscape-identifier-conversion.html = CRASH PASS // Regressions from WebKit Merge 43059:43114 BUG11322 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL BUG11469 MAC : LayoutTests/fast/repaint/outline-shrinking.html = CRASH PASS // 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/editing/spelling/spellcheck-attribute.html = FAIL BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL // Regressions from WebKit merge 43242:43321. These just need to re-baselining: BUG_DARIN LINUX : LayoutTests/editing/pasteboard/5027857.html = FAIL BUG_DARIN LINUX : LayoutTests/editing/pasteboard/paste-pre-002.html = FAIL BUG_DARIN LINUX : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = FAIL BUG_DARIN LINUX : LayoutTests/svg/transforms/animated-path-inside-transformed-html.xhtml = FAIL BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html.xhtml = FAIL BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-with-svg-transform.svg = FAIL // Regressions from WebKit merge 43242:43321. BUG_DARIN LINUX : LayoutTests/transitions/mask-transitions.html = FAIL PASS // Need rebaselines from http://trac.webkit.org/changeset/43355 BUG11613 LINUX : LayoutTests/editing/pasteboard/nested-blocks-with-text-area.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/pasting-tabs.html = FAIL BUG11613 LINUX : LayoutTests/fast/css/resize-corner-tracking.html = FAIL BUG11613 LINUX : LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea.html = FAIL BUG11613 LINUX : LayoutTests/fast/dynamic/008.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/form-element-geometry.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/linebox-overflow-in-textarea-padding.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/textarea-align.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/textarea-scroll-height.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/textarea-setinnerhtml.html = FAIL BUG11613 LINUX : LayoutTests/fast/overflow/overflow-x-y.html = FAIL BUG11613 LINUX : LayoutTests/fast/parser/entity-comment-in-textarea.html = FAIL BUG11613 LINUX : LayoutTests/fast/parser/open-comment-in-textarea.html = FAIL BUG11613 LINUX : LayoutTests/fast/table/003.html = FAIL BUG11613 LINUX : LayoutTests/http/tests/navigation/anchor-frames.html = FAIL TIMEOUT BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug194024.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug30559.html = FAIL // Caused by WebKit merge 43346:43361. These likely just need re-baselining. // Most likely caused by http://trac.webkit.org/changeset/43355 BUG11613 LINUX : LayoutTests/editing/deleting/5168598.html = FAIL BUG11613 LINUX : LayoutTests/editing/inserting/5607069-2.html = FAIL BUG11613 LINUX : LayoutTests/editing/inserting/5607069-3.html = FAIL BUG11613 LINUX : LayoutTests/editing/inserting/before-after-input-element.html = FAIL BUG11613 LINUX : LayoutTests/editing/inserting/typing-tab-designmode-forms.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/4641033.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/4806874.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/4944770-1.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/4944770-2.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/drop-link.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/drop-text-without-selection.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/input-field-1.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/nested-blocks-with-text-field.html = FAIL BUG11613 LINUX : LayoutTests/editing/pasteboard/select-element-1.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/3690703-2.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/3690703.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/3690719.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/4397952.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/4895428-3.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/4975120.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/5213963.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/5240265.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/caret-before-select.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/drag-select-1.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/drag-text-delay.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/replaced-boundaries-3.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/select-box.html = FAIL BUG11613 LINUX : LayoutTests/editing/selection/select-element-paragraph-boundary.html = FAIL BUG11613 LINUX : LayoutTests/fast/block/float/float-avoidance.html = FAIL BUG11613 LINUX : LayoutTests/fast/block/margin-collapse/103.html = FAIL BUG11613 LINUX : LayoutTests/fast/block/positioning/inline-block-relposition.html = FAIL BUG11613 LINUX : LayoutTests/fast/css/continuationCrash.html = FAIL BUG11613 LINUX : LayoutTests/fast/css/line-height.html = FAIL BUG11613 LINUX : LayoutTests/fast/css/margin-top-bottom-dynamic.html = FAIL BUG11613 LINUX : LayoutTests/fast/events/autoscroll.html = FAIL BUG11613 LINUX : LayoutTests/fast/events/label-focus.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/003.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/004.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/HTMLOptionElement_label01.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/HTMLOptionElement_label02.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/HTMLOptionElement_label03.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/HTMLOptionElement_label04.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/HTMLOptionElement_label05.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/HTMLOptionElement_label06.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/HTMLOptionElement_label07.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/blankbuttons.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/button-align.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/button-cannot-be-nested.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/button-generated-content.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/button-inner-block-reuse.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/button-positioned.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/button-sizes.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/button-table-styles.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/button-text-transform.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/button-white-space.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/control-clip-overflow.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/disabled-select-change-index.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/encoding-test.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/fieldset-align.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/floating-textfield-relayout.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/formmove3.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-align.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-appearance-bkcolor.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-appearance-default-bkcolor.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-appearance-disabled.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-appearance-focus.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-appearance-preventDefault.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-appearance-readonly.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-appearance-selection.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-appearance-visibility.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-appearance-width.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-baseline.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-disabled-color.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-double-click-selection-gap-bug.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-field-text-truncated.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-paste-undo.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-readonly-autoscroll.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-readonly-dimmed.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-readonly-empty.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-spaces.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-table.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-text-click-inside.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-text-click-outside.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-text-drag-down.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-text-option-delete.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-text-self-emptying-click.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-text-word-wrap.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-type-change2.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-type-text-min-width.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-value.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/input-width.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/listbox-clip.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/listbox-scrollbar-incremental-load.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/listbox-width-change.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/menulist-clip.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/menulist-deselect-update.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/menulist-narrow-width.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/menulist-option-wrap.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/menulist-restrict-line-height.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/menulist-separator-painting.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/menulist-width-change.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/minWidthPercent.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/onselect-textarea.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/option-script.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/option-strip-whitespace.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/option-text-clip.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/password-placeholder-text-security.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/password-placeholder.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/placeholder-set-attribute.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/plaintext-mode-2.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-align.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-baseline.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-block-background.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-change-listbox-size.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-change-listbox-to-popup.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-change-popup-to-listbox.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-disabled-appearance.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-list-box-with-height.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-selected.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/select-size.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/stuff-on-my-optgroup.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/targeted-frame-submission.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/textfield-drag-into-disabled.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/textfield-outline.html = FAIL BUG11613 LINUX : LayoutTests/fast/forms/textfield-overflow.html = FAIL BUG11613 LINUX : LayoutTests/fast/invalid/014.html = FAIL BUG11613 LINUX : LayoutTests/fast/lists/dynamic-marker-crash.html = FAIL BUG11613 LINUX : LayoutTests/fast/overflow/scroll-nested-positioned-layer-in-overflow.html = FAIL BUG11613 LINUX : LayoutTests/fast/parser/document-write-option.html = FAIL BUG11613 LINUX : LayoutTests/fast/repaint/subtree-root-skipped.html = FAIL BUG11613 LINUX : LayoutTests/fast/replaced/replaced-breaking-mixture.html = FAIL BUG11613 LINUX : LayoutTests/fast/replaced/replaced-breaking.html = FAIL BUG11613 LINUX : LayoutTests/fast/replaced/three-selects-break.html = FAIL BUG11613 LINUX : LayoutTests/fast/replaced/width100percent-button.html = FAIL BUG11613 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL BUG11613 LINUX : LayoutTests/fast/replaced/width100percent-textfield.html = FAIL BUG11613 LINUX : LayoutTests/fast/selectors/064.html = FAIL BUG11613 LINUX : LayoutTests/fast/table/append-cells2.html = FAIL BUG11613 LINUX : LayoutTests/fast/table/colspanMinWidth.html = FAIL BUG11613 LINUX : LayoutTests/fast/table/remove-td-display-none.html = FAIL BUG11613 LINUX : LayoutTests/fast/table/spanOverlapRepaint.html = FAIL BUG11613 LINUX : LayoutTests/fast/table/text-field-baseline.html = FAIL BUG11613 LINUX : LayoutTests/fast/text/drawBidiText.html = FAIL BUG11613 LINUX : LayoutTests/fast/text/international/bidi-menulist.html = FAIL BUG11613 LINUX : LayoutTests/fast/text/textIteratorNilRenderer.html = FAIL BUG11613 LINUX : LayoutTests/svg/custom/inline-svg-in-xhtml.xml = FAIL BUG11613 LINUX : LayoutTests/svg/hixie/mixed/003.xml = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug1188.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug12384.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug1318.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug138725.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug18359.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug24200.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug2479-2.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug2479-3.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug26178.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug28928.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug29326.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug33855.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug39209.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug4382.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug4429.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug44505.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug4527.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug46368-1.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug46368-2.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug51037.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug51727.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug52505.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug52506.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug55545.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug59354.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug60749.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug68912.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug7342.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug92647-2.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/bugs/bug96334.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/collapsing_borders/bug41262-4.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/core/margins.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/dom/tableDom.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla/other/move_row.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug1725.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug2479-5.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug58402-2.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug92647-1.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla_expected_failures/collapsing_borders/bug41262-5.html = FAIL BUG11613 LINUX : LayoutTests/tables/mozilla_expected_failures/collapsing_borders/bug41262-6.html = FAIL BUG11613 LINUX : LayoutTests/transforms/2d/zoom-menulist.html = FAIL BUG11613 LINUX : chrome/fast/forms/basic-buttons.html = FAIL BUG11613 LINUX : chrome/fast/forms/basic-inputs.html = FAIL BUG11613 LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL BUG11613 LINUX : chrome/fast/forms/basic-textareas.html = FAIL BUG11613 WIN : LayoutTests/http/tests/navigation/anchor-frames.html = FAIL BUG11613 WIN : LayoutTests/http/tests/navigation/javascriptlink-frames.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 : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL // 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 Mac tests BUG11810 MAC : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT PASS BUG11810 MAC : LayoutTests/http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain.html = TIMEOUT PASS BUG11810 MAC : LayoutTests/svg/custom/polyline-points-crash.html = CRASH PASS BUG11810 MAC : LayoutTests/editing/selection/extend-selection.html = TIMEOUT PASS BUG11810 MAC DEBUG : LayoutTests/fast/repaint/subtree-root-clip.html = CRASH PASS BUG11810 MAC DEBUG : LayoutTests/http/tests/security/originHeader/origin-header-for-empty.html = TIMEOUT FAIL CRASH PASS // Flaky Linux tests BUG11832 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL PASS BUG11832 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FAIL PASS BUG11832 LINUX : LayoutTests/fast/css/transition-color-unspecified.html = FAIL PASS BUG11832 LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEOUT PASS BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/request-encoding.html = TIMEOUT PASS BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-005.html = CRASH PASS BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-010.html = CRASH PASS BUG11832 LINUX DEBUG : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html = CRASH PASS // Flaky Windows/Linux Tests BUG11898 WIN LINUX DEBUG : 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 : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html = CRASH 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 BUG12053 LINUX : LayoutTests/fast/text/international/danda-space.html = FAIL // New test, added in http://trac.webkit.org/changeset/43793, fails for us. BUG12104 WIN LINUX : LayoutTests/fast/backgrounds/background-clip-text.html = FAIL // New test, added in http://trac.webkit.org/changeset/43822, fails for us BUG12197 : LayoutTests/editing/pasteboard/get-data-text-plain-drop.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. BUG12340 WIN : LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml = PASS FAIL BUG12341 WIN : LayoutTests/editing/selection/4975120.html = PASS FAIL BUG12354 : LayoutTests/plugins/netscape-invoke-browserfuncs.html = FAIL BUG12355 : LayoutTests/editing/pasteboard/file-input-files-access.html = FAIL BUG12361 : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL // webkit 44010+44027 introducted new tests BUG12477 : LayoutTests/http/tests/local/drag-over-remote-content.html = FAIL BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html = FAIL // WebKit 44202:44252 introduced new tests BUG12881 WIN LINUX : LayoutTests/fast/forms/isindex-placeholder.html = FAIL BUG12881 WIN LINUX : LayoutTests/fast/box-shadow/border-radius-big.html = FAIL BUG12881 WIN LINUX : LayoutTests/fast/borders/border-radius-constraints.html = FAIL BUG12881 WIN LINUX : LayoutTests/fast/borders/border-radius-split-inline.html = FAIL // WebKit 44202:44252 introduced new failures (old tests) BUG12882 WIN : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = FAIL BUG12882 WIN : LayoutTests/fast/box-shadow/basic-shadows.html = FAIL BUG12882 : LayoutTests/fast/dom/Window/open-existing-pop-up-blocking.html = TIMEOUT // WebKit 44286:44342 // This test crashes the next layout tests, so skip until resolved. BUG13176 SKIP : LayoutTests/fast/workers/worker-close.html = FAIL BUG13174 WIN : LayoutTests/transitions/shorthand-border-transitions.html = PASS FAIL // WebKit 44372:44405 // New Linux crashes and failures. Why are we running platform/mac test on Linux? BUG13314 LINUX : LayoutTests/platform/mac/accessibility/accesskey.html = CRASH FAIL // WebKit 44438:44544 BUG13721 LINUX : LayoutTests/fast/dynamic/positioned-movement-with-positioned-children.html = FAIL // New test added in WebKit 44550: BUG13767 : LayoutTests/fast/js/JSON-stringify.html = FAIL TIMEOUT // WebKit 44646:44668 BUG14061 WIN LINUX : LayoutTests/svg/filters/subRegion-one-effect.svg = FAIL BUG14061 WIN LINUX : LayoutTests/svg/filters/subRegion-two-effects.svg = FAIL BUG14207 WIN LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug28341.html = PASS FAIL // Newly added test http://trac.webkit.org/changeset/44816 BUG14673 : LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization.html = FAIL CRASH TIMEOUT // WebKit 44837:44872 BUG14772 WIN LINUX : LayoutTests/fast/canvas/image-object-in-canvas.html = FAIL BUG14771 WIN LINUX : LayoutTests/svg/batik/filters/feTile.svg = FAIL BUG14771 WIN LINUX : LayoutTests/svg/filters/feTile.svg = FAIL // Need investigation: test shell crashers. BUG14752 LINUX : LayoutTests/http/tests/cache/subresource-expiration.html = CRASH PASS BUG14751 LINUX DEBUG: LayoutTests/css2.1/atrule_longest_match.html = CRASH PASS BUG14767 LINUX : LayoutTests/dom/html/level1/core/documentgetdoctypenodtd.html = CRASH PASS BUG14832 : LayoutTests/editing/selection/user-drag-element-and-user-select-none.html = FAIL BUG14831 : LayoutTests/fast/events/event-trace.html = FAIL // WebKit 44922:44927 BUG14885 : LayoutTests/fast/js/JSON-parse.html = FAIL // WebKit 44928:44943 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL BUG14951 WIN LINUX : LayoutTests/fast/repaint/background-generated.html = FAIL // WebKit 44969:45017 BUG15132 WIN LINUX : LayoutTests/editing/execCommand/5482023.html = FAIL BUG15132 WIN LINUX : LayoutTests/editing/inserting/editable-html-element.html = FAIL BUG15132 WIN LINUX : LayoutTests/editing/pasteboard/4989774.html = FAIL BUG15132 WIN LINUX : LayoutTests/editing/selection/4983858.html = FAIL BUG15132 WIN LINUX : LayoutTests/fast/dom/HTMLTableColElement/resize-table-using-col-width.html = FAIL BUG15132 WIN : LayoutTests/media/event-attributes.html = FAIL // 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/events/drag-to-navigate.html = TIMEOUT FAIL BUG15217 : LayoutTests/fast/js/dictionary-no-cache.html = FAIL BUG15217 : LayoutTests/fast/events/prevent-drag-to-navigate.html = TIMEOUT BUG15217 : LayoutTests/fast/js/switch-behaviour.html = FAIL // WebKit 45086:45111 BUG15270 LINUX WIN : LayoutTests/svg/custom/js-update-image-and-display.svg = FAIL BUG15270 LINUX WIN : LayoutTests/svg/custom/js-update-image-and-display2.svg = FAIL BUG15270 LINUX WIN : LayoutTests/svg/custom/js-update-image-and-display3.svg = FAIL BUG15270 : LayoutTests/fast/js/excessive-comma-usage.html = FAIL // WebKit 45134:45176 BUG15403 SKIP : LayoutTests/http/tests/security/clipboard/clipboard-file-access.html = FAIL // WebKit 45203:45247 BUG15460 : LayoutTests/media/audio-controls-rendering.html = FAIL BUG15460 : LayoutTests/media/video-controls-rendering.html = FAIL BUG15460 : LayoutTests/media/video-empty-source.html = FAIL BUG15460 : LayoutTests/media/video-zoom-controls.html = FAIL // WebKit 45247:45270 BUG15478 LINUX : LayoutTests/fast/text/international/hindi-whitespace.html = FAIL BUG15478 SKIP : LayoutTests/fast/frames/viewsource-on-image-file.html = FAIL BUG15478 SKIP : LayoutTests/platform/qt/fast/events/event-sender-keydown-frame.html = FAIL // WebKit 45270:45287 BUG15490 LINUX : LayoutTests/editing/deleting/25322-1.html = PASS CRASH // Flaky for a while on DEBUG BUG15267 WIN LINUX DEBUG : LayoutTests/transitions/cancel-transition.html = PASS FAIL // Started crashing without a clear reason. BUG15425 WIN : LayoutTests/dom/html/level2/html/HTMLElement142.html = PASS CRASH // WebKit 45287:45352 New tests BUG15649 : LayoutTests/media/video-canvas-source.html = FAIL // Webkit 45403:45431 BUG15733 LINUX WIN : LayoutTests/compositing/repaint/content-into-overflow.html = FAIL BUG15733 LINUX WIN : LayoutTests/compositing/repaint/overflow-into-content.html = 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 : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL // WebKit 45460:45473 and r46250 (these are all related) BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html = FAIL BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-addslashes-null-char.html = FAIL // WebKit 45473:45487 BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL BUG15873 WIN : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL BUG15873 WIN : LayoutTests/fast/text/stroking-decorations.html = FAIL // WebKit 45495:45535 BUG15921 SKIP : LayoutTests/media/controls-strict.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 merge 45601:45610 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html = FAIL // WebKit merge 45635:45640 BUG16237 : LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html = FAIL BUG16237 : LayoutTests/http/tests/security/xssAuditor/base-href-null-char.html = FAIL BUG16237 : LayoutTests/http/tests/security/xssAuditor/embed-tag-null-char.html = FAIL BUG16237 : LayoutTests/http/tests/security/xssAuditor/link-onclick-null-char.html = FAIL BUG16237 : LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char.html = FAIL BUG16237 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-null-char.html = FAIL // WebKit merge 45652:45659 BUG16289 WIN : LayoutTests/fast/forms/slider-mouse-events.html = FAIL // WebKit merge 45659:45664 BUG16355 WIN : LayoutTests/media/audio-delete-while-slider-thumb-clicked.html = TIMEOUT BUG16355 WIN : LayoutTests/media/audio-delete-while-step-button-clicked.html = TIMEOUT BUG16355 LINUX : LayoutTests/fast/forms/slider-delete-while-dragging-thumb.html = FAIL // Tests that rely on cross-process MessagePorts BUG16410 : LayoutTests/fast/workers/worker-cloneport.html = FAIL CRASH BUG16410 : LayoutTests/fast/workers/worker-messageport-gc.html = FAIL CRASH BUG16410 : LayoutTests/fast/workers/worker-messageport.html = FAIL CRASH // WebKit merge 45685:45738 BUG16410 : LayoutTests/http/tests/security/MessagePort/event-listener-context.html = FAIL BUG16652 : LayoutTests/fast/replaced/embed-display-none.html = PASS CRASH BUG16410 DEBUG : LayoutTests/fast/events/message-channel-gc-2.html = CRASH BUG16410 DEBUG : LayoutTests/fast/events/message-channel-gc-4.html = CRASH BUG16410 DEBUG : LayoutTests/fast/events/message-channel-listener-circular-ownership.html = CRASH BUG16410 DEBUG : LayoutTests/fast/events/message-port-constructor-for-deleted-document.html = CRASH BUG16410 DEBUG : LayoutTests/fast/events/message-port-deleted-frame.html = CRASH BUG16639 DEBUG : LayoutTests/fast/events/mouseover-mouseout2.html = CRASH // WebKit tests regressions 20529:20532 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.html = FAIL BUG16675 MAC : LayoutTests/fast/dom/offset-parent-positioned-and-inline.html = CRASH BUG16675 MAC : LayoutTests/fast/images/favicon-as-image.html = CRASH BUG16675 MAC : LayoutTests/fast/images/pdf-as-background.html = CRASH // New test, added in http://trac.webkit.org/changeset/45783 // audio/3gpp mime type, does not play in Chromium yet. BUG13907 SKIP : LayoutTests/media/audio-data-url.html = FAIL // 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. BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-null-char.html = FAIL BUG16240 WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = PASS BUG16240 MAC : LayoutTests/http/tests/cache/subresource-expiration.html = PASS TIMEOUT // Failing due to r20652. BUG16779 BUG16742 : LayoutTests/media/video-error-abort.html = FAIL CRASH // Failing approximately starting from 20629 BUG16754 : LayoutTests/fast/loader/empty-embed-src-attribute.html = CRASH // 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 // Disabling since try bots use Chromium FFmpeg DLLs, which means we can no // longer decode WebKit's test clips because they use H.264, AAC, etc. BUG16779 : LayoutTests/media/media-startTime.html = FAIL BUG16779 : LayoutTests/media/progress-event.html = FAIL BUG16779 : LayoutTests/media/remove-from-document.html = FAIL CRASH BUG16779 : LayoutTests/media/video-append-source.html = FAIL BUG16779 : LayoutTests/media/video-aspect-ratio.html = FAIL BUG16779 : LayoutTests/media/video-autoplay.html = FAIL BUG16779 : LayoutTests/media/video-controls-transformed.html = FAIL BUG16779 : LayoutTests/media/video-controls-zoomed.html = FAIL BUG16779 : LayoutTests/media/video-controls.html = FAIL BUG16779 : LayoutTests/media/video-currentTime.html = FAIL BUG16779 : LayoutTests/media/video-dom-autoplay.html = FAIL BUG16779 : LayoutTests/media/video-dom-src.html = FAIL BUG16779 : LayoutTests/media/video-layer-crash.html = FAIL BUG16779 : LayoutTests/media/video-load-networkState.html = FAIL BUG16779 : LayoutTests/media/video-load-readyState.html = FAIL BUG16779 : LayoutTests/media/video-muted.html = FAIL BUG16779 : LayoutTests/media/video-no-autoplay.html = FAIL BUG16779 : LayoutTests/media/video-pause-empty-events.html = FAIL BUG16779 : LayoutTests/media/video-play-empty-events.html = FAIL BUG16779 : LayoutTests/media/video-played-reset.html = FAIL BUG16779 : LayoutTests/media/video-seekable.html = FAIL BUG16779 : LayoutTests/media/video-seeking.html = FAIL BUG16779 : LayoutTests/media/video-size.html = FAIL BUG16779 : LayoutTests/media/video-source-add-src.html = FAIL BUG16779 : LayoutTests/media/video-source-error.html = FAIL BUG16779 : LayoutTests/media/video-src-change.html = FAIL CRASH BUG16779 : LayoutTests/media/video-src-invalid-remove.html = FAIL CRASH BUG16779 : LayoutTests/media/video-timeupdate-during-playback.html = FAIL CRASH BUG16779 : LayoutTests/media/video-transformed.html = FAIL BUG16779 : LayoutTests/media/video-volume.html = FAIL BUG16779 : LayoutTests/media/video-zoom.html = FAIL // Failure since WebKit merge 45873:45916 BUG16823 LINUX WIN : LayoutTests/editing/execCommand/outdent-selection.html = FAIL 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 // Failures from WebKit merge 45916:45936 BUG16850 LINUX WIN : LayoutTests/fast/css/rem-dynamic-scaling.html = FAIL CRASH BUG16850 LINUX WIN : LayoutTests/fast/css/rem-units-on-root.html = FAIL BUG16850 WIN : LayoutTests/media/progress-event-total.html = FAIL // Failures from WebKit merge 45936:45958 BUG16878 LINUX MAC : LayoutTests/fast/js/instanceof-operator.html = CRASH FAIL BUG16878 LINUX WIN : LayoutTests/fast/css/attribute-selector-dynamic.xml = FAIL BUG16878 LINUX WIN : LayoutTests/fast/runin/001.html = FAIL BUG16878 LINUX WIN : LayoutTests/fast/runin/generated.html = FAIL BUG16878 LINUX WIN : LayoutTests/fast/text/shadow-translucent-fill.html = FAIL BUG16878 WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL // Failure from WebKit merge 45985:45998 BUG16962 LINUX WIN : LayoutTests/fast/css/nested-floating-relative-position-percentages.html = FAIL BUG16962 LINUX WIN : LayoutTests/fast/forms/get-file-upload.html = TIMEOUT BUG16962 MAC : LayoutTests/fast/forms/get-file-upload.html = TIMEOUT // New test from WebKit merge 45998:46050 BUG17144 LINUX WIN : LayoutTests/fast/css/positioned-overflow-scroll.html = FAIL // New test from WebKit merge 46050:46087 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL // New tests from WebKit merge 46087:46125 BUG17255 LINUX WIN : LayoutTests/fast/box-shadow/spread.html = FAIL BUG13907 WIN : LayoutTests/media/audio-constructor-autobuffer.html = FAIL // Test failures from WebKit merge r46143:46194 BUG17397 SKIP WIN : LayoutTests/media/audio-no-installed-engines.html = FAIL BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed02.html = FAIL BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed03.html = FAIL BUG17398 LINUX : LayoutTests/fast/css/pseudo-cache-stale.html = FAIL BUG17398 LINUX : LayoutTests/fast/forms/input-appearance-height.html = FAIL BUG17398 LINUX : LayoutTests/fast/forms/search-zoomed.html = FAIL // Test failures from WebKit merge r46194:46229 BUG17497 WIN RELEASE : LayoutTests/media/video-play-pause-exception.html = PASS CRASH BUG17497 WIN DEBUG : LayoutTests/media/unsupported-rtsp.html = FAIL BUG17499 MAC : LayoutTests/platform/mac/fast/loader/non-html-load-event.html = CRASH // not sure why this started failing BUG17509 LINUX : 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 // Test failures from WebKit merge r46282:r46288 BUG17635 LINUX MAC : LayoutTests/fast/css/only-child-pseudo-class.html = PASS FAIL // Test failures from WebKit merge 46288:46363 BUG_DARIN WIN LINUX : LayoutTests/media/video-source-type.html = PASS FAIL CRASH BUG_DARIN WIN LINUX : LayoutTests/traversal/acid3-test-2.html = CRASH PASS BUG_DARIN WIN : LayoutTests/fast/replaced/image-map-2.html = CRASH PASS BUG_DARIN LINUX : LayoutTests/transforms/2d/compound-2d-transforms.html = CRASH PASS BUG_DARIN LINUX : LayoutTests/fast/overflow/008.html = CRASH PASS BUG_DARIN : LayoutTests/http/tests/misc/will-send-request-returns-null-on-redirect.html = FAIL BUG_DARIN : LayoutTests/fast/dom/constructed-objects-prototypes.html = FAIL BUG_DARIN : LayoutTests/fast/dom/prototype-inheritance-2.html = FAIL BUG_DARIN WIN DEBUG : LayoutTests/svg/dom/SVGScriptElement/script-load-and-error-events.svg = FAIL PASS BUG_DARIN WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL // Test failures from WebKit merge 46369 to 46426 BUG_PKASTING WIN LINUX : LayoutTests/editing/style/remove-underline-from-stylesheet.html = FAIL BUG_PKASTING WIN LINUX : LayoutTests/fast/canvas/image-pattern-rotate.html = FAIL BUG17845 DEBUG : LayoutTests/svg/W3C-SVG-1.1/struct-dom-01-b.svg = CRASH BUG17845 DEBUG : LayoutTests/svg/custom/baseval-animval-equality.svg = CRASH BUG17845 DEBUG : LayoutTests/svg/custom/dynamic-svg-document-creation.svg = CRASH BUG17845 DEBUG : LayoutTests/svg/custom/js-update-gradient.svg = CRASH BUG17845 DEBUG : LayoutTests/svg/custom/js-update-pattern.svg = CRASH BUG17845 DEBUG : LayoutTests/svg/custom/svg-xml-dom-sync.html = CRASH BUG10296 BUG17845 LINUX : LayoutTests/svg/custom/text-dom-01-f.svg = FAIL CRASH BUG17845 DEBUG WIN MAC : LayoutTests/svg/custom/text-dom-01-f.svg = CRASH BUG17845 DEBUG : LayoutTests/svg/custom/use-instanceRoot-event-bubbling.xhtml = CRASH BUG17845 DEBUG : LayoutTests/svg/custom/use-property-changes-through-svg-dom.svg = CRASH BUG17845 DEBUG : LayoutTests/svg/custom/viewport-update2.svg = CRASH BUG17845 DEBUG : LayoutTests/svg/dom/animated-tearoff-equality.xhtml = CRASH BUG17845 DEBUG : LayoutTests/svg/dom/animated-tearoff-lifespan.xhtml = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html = CRASH BUG10308 BUG17845 LINUX : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html = CRASH PASS BUG17845 DEBUG WIN MAC : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-height-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-width-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-x-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGImageElement-svgdom-y-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-height-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-width-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-x-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-y-prop.html = CRASH BUG17845 DEBUG : LayoutTests/svg/hixie/dynamic/005.xml = CRASH // This was already SLOW FAIL, only CRASH is new BUG17845 SLOW : LayoutTests/http/tests/misc/acid3.html = FAIL CRASH // Test failures from WebKit merge 46426 to 46471 // These probably just need to be rebaselined on win/linux. BUG17883 WIN LINUX : LayoutTests/editing/deleting/delete-3857753-fix.html = FAIL BUG17883 WIN LINUX : LayoutTests/editing/deleting/pruning-after-merge-2.html = FAIL BUG17883 WIN LINUX : LayoutTests/editing/execCommand/5138441.html = FAIL BUG17883 WIN LINUX : LayoutTests/editing/pasteboard/display-block-on-spans.html = FAIL