// This file consist 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 // DEFER LINUX WIN : LayoutTests/fast/js/no-good.js = TIMEOUT PASS // // SKIP: Doesn't run the test. // WONTFIX: For tests that we never intend to pass on a given platform. // DEFER: Test does not count in our statistics for the current release. // 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 DEFER and WONTFIX // -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 DEFER or WONTFIX // ----------------------------------------------------------------- // SKIPPED TESTS // ----------------------------------------------------------------- // XHTML tests. See bug 793944. 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. 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. See bug 753420. We need // to decide whether we ever expect to pass this. Now also timing out. 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 // ----------------------------------------------------------------- // Bug: 1137420 // We don't intend to pass all of these cases, so this is an expected fail. // Window resizing is not implemented in chrome. 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 : 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. See bug 1058654. 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 : 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). // See bug 761653. WONTFIX SKIP : LayoutTests/webarchive/loading = FAIL TIMEOUT WONTFIX : LayoutTests/webarchive = PASS WONTFIX : LayoutTests/svg/webarchive = FAIL PASS WONTFIX : LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg = FAIL PASS WONTFIX SKIP : LayoutTests/http/tests/webarchive = FAIL PASS // Bug 932737 WONTFIX LINUX MAC : LayoutTests/webarchive/loading/test-loading-archive.html = TIMEOUT // Run the Mac-specific platform tests, but only to check for crashes. WONTFIX : LayoutTests/platform/gtk = FAIL PASS WONTFIX : LayoutTests/platform/mac = FAIL PASS TIMEOUT WONTFIX : LayoutTests/platform/mac-leopard = FAIL PASS WONTFIX : LayoutTests/platform/mac-tiger = FAIL PASS WONTFIX : LayoutTests/platform/qt = FAIL PASS WONTFIX LINUX MAC : LayoutTests/platform/win = FAIL PASS // 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 // Bug 853268: Chrome doesn't call the willCacheResponse callback (a method // of ResourceHandleClient). That function is Mac-specific. 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. 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 WONTFIX : LayoutTests/http/tests/history/redirect-js-form-submit-before-load.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 // Bug 849085: we're taking a different approach on this test than // Webkit does. 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 // Bug 5053: 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. 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 // Bug 1124548: Copying with no selection is sometimes supposed to work // Also skipped by Apple on Windows (rdar://problem/5015941) DEFER : 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) DEFER LINUX WIN : LayoutTests/fast/dom/frame-loading-via-document-write.html = FAIL TIMEOUT // Bug 877986. // 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. DEFER WIN LINUX : LayoutTests/css2.1/t1204-increment-00-c-o.html = FAIL DEFER WIN LINUX : LayoutTests/css2.1/t1204-increment-01-c-o.html = FAIL DEFER WIN LINUX : LayoutTests/css2.1/t1204-increment-02-c-o.html = FAIL DEFER WIN LINUX : LayoutTests/css2.1/t1204-reset-00-c-o.html = FAIL DEFER 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? Bug 1234761. // Difference in caching headers DEFER : LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL // LightTPD doesn't accept unknown HTTP methods DEFER SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH DEFER : LayoutTests/http/tests/xmlhttprequest/methods-async.html = FAIL TIMEOUT DEFER 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. DEFER : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL 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). DEFER : LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL // See http://code.google.com/p/chromium/issues/detail?id=8941 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL // ----------------------------------------------------------------- // TEXT // ----------------------------------------------------------------- // This class of test fails because of size differences in text runs. // Mostly this is because of international text rendering differences. // Bug 1316221: fail now that we use the same font code path in test_shell // as in Chrome DEFER LINUX WIN : LayoutTests/css2.1/t1202-counter-04-b.html = FAIL DEFER LINUX WIN : LayoutTests/css2.1/t1202-counters-04-b.html = FAIL // Bug 1124513: the max length is being applied correctly, but the over- and // under-lines aren't placed properly over the "x". DEFER : LayoutTests/fast/forms/input-text-maxlength.html = FAIL DEFER : LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL // Bug: 628529: complex text effects // This is a real bug, but not one we're fixing for Beta. DEFER LINUX : LayoutTests/fast/text/stroking-decorations.html = FAIL DEFER LINUX WIN : LayoutTests/fast/text/stroking.html = FAIL // Bug: 1124522 // Incrorect results, in incorrect international font metrics. // Fixing these overrides does not help us to Beta, deffering DEFER LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL DEFER LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = FAIL // Bug: 1143381 // This test checks that we hack around a bug in helvetica. We fail to. DEFER 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 850411 // on faking international font sizes like we do for Latin fonts. DEFER LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = FAIL // Bug: 1124542 // More missing international text overides, not needed for Beta. // Capitalization results match Safari, even if "not fully correct" DEFER LINUX WIN : LayoutTests/fast/text/capitalize-boundaries.html = FAIL // Bug: 1145887 // Different button line-heights, our behavior looks wrong. DEFER : LayoutTests/fast/forms/control-restrict-line-height.html = FAIL DEFER : LayoutTests/fast/replaced/table-percent-height.html = FAIL // ----------------------------------------------------------------- // URL // ----------------------------------------------------------------- // http://b/1089231: 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. DEFER : LayoutTests/fast/events/stopPropagation-submit.html = FAIL // ----------------------------------------------------------------- // Workers // ----------------------------------------------------------------- SKIP LINUX MAC : LayoutTests/fast/workers = TIMEOUT FAIL SKIP : LayoutTests/fast/workers/stress-js-execution.html = TIMEOUT FAIL SKIP : LayoutTests/fast/workers/worker-timeout.html = TIMEOUT FAIL SKIP : LayoutTests/http/tests/workers = TIMEOUT FAIL SKIP : LayoutTests/http/tests/xmlhttprequest/workers = TIMEOUT FAIL DEFER LINUX MAC : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH FAIL // General V8 bug. SKIP : LayoutTests/fast/workers/worker-replace-self.html = TIMEOUT FAIL // ----------------------------------------------------------------- // PENDING TESTS (forked to pending/, need to be sent upstream) // ----------------------------------------------------------------- // Bug 972450: 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 DEFER : 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. // See bug 802185 for details. DEFER : LayoutTests/fast/html/keygen.html = FAIL DEFER : 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). DEFER LINUX WIN : LayoutTests/fast/forms/search-abs-pos-cancel-button.html = FAIL // ----------------------------------------------------------------- // Other // ----------------------------------------------------------------- // Bug 1055396. Vertical scrollbar created when there is no overflow. // See also https://bugs.webkit.org/show_bug.cgi?id=24434 . DEFER LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = FAIL // Bug 1064038. Image with border="1" drawn without the border. DEFER LINUX WIN : LayoutTests/fast/forms/image-border.html = FAIL // Pixeltest failure: Form control metrics incorrect LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL PASS MAC : LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL PASS TIMEOUT // Bug: 742182, 845388 // 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). DEFER LINUX WIN : LayoutTests/editing/selection/designmode-no-caret.html = FAIL // Bug: 742182, 845388, 960092 // Platform-specific: simulates command-{arrow} input to modify selection // Our Event-Sender isn't robust enough to support this. // Not required for Beta. This may also be related to known home/end issues // which are intended to be fixed for Beta. DEFER LINUX WIN : LayoutTests/editing/selection/move-begin-end.html = FAIL // Bug 845400 // The end result looks right, but the event messages differ. DEFER : LayoutTests/editing/pasteboard/paste-xml.xhtml = FAIL // Bug 849441 // 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. LINUX MAC : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL BUG9158 DEFER LINUX MAC : LayoutTests/fast/forms/placeholder-set-value.html = FAIL LINUX MAC : LayoutTests/fast/forms/search-display-none-cancel-button.html = FAIL LINUX MAC : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL LINUX MAC : LayoutTests/fast/forms/searchfield-heights.html = FAIL LINUX MAC : LayoutTests/fast/repaint/search-field-cancel.html = FAIL LINUX MAC : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL // r12699 changed how mouse input is handled; seems likely candidate. // http://code.google.com/p/chromium/issues/detail?id=9454 MAC : LayoutTests/fast/events/mouseup-from-button2.html = FAIL // Merge WebKit: 41999:42026, new tests. DEFER WIN MAC LINUX : LayoutTests/compositing/overflow/ancestor-overflow.html = FAIL DEFER WIN MAC LINUX : LayoutTests/compositing/overflow/parent-overflow.html = FAIL // Merge WebKit: 41999:42026, needs a rebaseline. DEFER MAC LINUX : LayoutTests/fast/backgrounds/svg-as-background-4.html = FAIL // Merge WebKit: 42026:42115 regressions LayoutTests/fast/block/positioning/002.html = FAIL LayoutTests/fast/block/positioning/relative-overflow-block.html = FAIL LayoutTests/fast/encoding/mailto-always-utf-8.html = FAIL LayoutTests/fast/forms/mailto/get-multiple-items-text-plain.html = FAIL LayoutTests/fast/forms/mailto/get-multiple-items-x-www-form-urlencoded.html = FAIL LayoutTests/fast/forms/mailto/get-multiple-items.html = FAIL LayoutTests/fast/forms/mailto/get-non-ascii-always-utf-8.html = FAIL LayoutTests/fast/forms/mailto/get-non-ascii-text-plain-latin-1.html = FAIL LayoutTests/fast/forms/mailto/get-non-ascii-text-plain.html = FAIL LayoutTests/fast/forms/mailto/get-non-ascii.html = FAIL LayoutTests/fast/forms/mailto/get-overwrite-query.html = FAIL LayoutTests/fast/forms/mailto/post-append-query.html = FAIL LayoutTests/fast/forms/mailto/post-multiple-items-multipart-form-data.html = FAIL LayoutTests/fast/forms/mailto/post-multiple-items-text-plain.html = FAIL LayoutTests/fast/forms/mailto/post-multiple-items-x-www-form-urlencoded.html = FAIL LayoutTests/fast/forms/mailto/post-multiple-items.html = FAIL LayoutTests/fast/forms/mailto/post-text-plain-with-accept-charset.html = FAIL LayoutTests/fast/forms/mailto/post-text-plain.html = FAIL LayoutTests/fast/transforms/transforms-with-opacity.html = FAIL WIN : LayoutTests/http/tests/navigation/error404-goback.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/javascriptlink-goback.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/metaredirect-goback.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/post-basic.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/post-frames.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/post-goback2.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/postredirect-basic.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/postredirect-frames.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/postredirect-goback1.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/postredirect-goback2.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/redirect302-goback.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/relativeanchor-basic.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/relativeanchor-frames.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/relativeanchor-goback.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/restore-form-state-https.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/success200-frames-loadsame.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/success200-goback.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/success200-loadsame.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/success200-reload.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/timerredirect-goback.html = FAIL WIN LINUX : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = TIMEOUT LINUX : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIMEOUT WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = TIMEOUT WIN : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = CRASH MAC : LayoutTests/http/tests/navigation/post-basic.html = FAIL MAC : LayoutTests/http/tests/navigation/post-frames.html = FAIL MAC : LayoutTests/http/tests/navigation/postredirect-basic.html = FAIL MAC : LayoutTests/http/tests/navigation/postredirect-frames.html = FAIL MAC : LayoutTests/http/tests/navigation/postredirect-goback1.html = FAIL MAC : LayoutTests/http/tests/navigation/restore-form-state-https.html = FAIL MAC : LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL MAC : LayoutTests/svg/text/text-intro-05-t.svg = FAIL MAC : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = TIMEOUT MAC : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIMEOUT // Merge WebKit: 42026:42115 new tests DEFER : LayoutTests/fast/block/positioning/negative-rel-position.html = FAIL DEFER : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html = FAIL DEFER : LayoutTests/fast/forms/range-thumb-height-percentage.html = FAIL