| 2016-02-18 Andy Estes <aestes@apple.com> |
| |
| Revert to dispatching the popstate event synchronously |
| https://bugs.webkit.org/show_bug.cgi?id=153297 |
| rdar://problem/24092294 |
| |
| Reviewed by Brent Fulgham. |
| |
| Renamed and modified this test to expect synchronous dispatch. |
| |
| * fast/loader/stateobjects/popstate-is-synchronous-expected.txt: Renamed from LayoutTests/fast/loader/stateobjects/popstate-is-asynchronous-expected.txt. |
| * fast/loader/stateobjects/popstate-is-synchronous.html: Renamed from LayoutTests/fast/loader/stateobjects/popstate-is-asynchronous.html. |
| |
| 2016-02-18 Philippe Normand <pnormand@igalia.com> |
| |
| [GStreamer] Bump internal jhbuild versions to 1.6.3 |
| https://bugs.webkit.org/show_bug.cgi?id=149594 |
| |
| Reviewed by Michael Catanzaro. |
| |
| * platform/gtk/TestExpectations: Skipping new failing tests for now. |
| |
| 2016-02-18 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r196790. |
| https://bugs.webkit.org/show_bug.cgi?id=154439 |
| |
| made fast/events/wheelevent-basic-actual.txt fail in WK2 |
| (Requested by alexchristensen on #webkit). |
| |
| Reverted changeset: |
| |
| "Wheel event callback removing the window causes crash in |
| WebCore." |
| https://bugs.webkit.org/show_bug.cgi?id=150871 |
| http://trac.webkit.org/changeset/196790 |
| |
| 2016-02-18 Chris Dumez <cdumez@apple.com> |
| |
| window.history / window.navigator should not be replaceable |
| https://bugs.webkit.org/show_bug.cgi?id=154412 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Update / rebaseline existing tests now that window.history and |
| window.navigator are no longer replaceable. |
| |
| * fast/dom/Window/get-set-properties-expected.txt: |
| * fast/dom/Window/get-set-properties.html: |
| * fast/dom/Window/window-property-shadowing-expected.txt: |
| * fast/dom/Window/window-property-shadowing.html: |
| * http/tests/history/cross-origin-replace-history-object-child-expected.txt: |
| * http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html: |
| * js/dom/var-declarations-shadowing-expected.txt: |
| * js/dom/var-declarations-shadowing.html: |
| * js/getOwnPropertyDescriptor-window-attributes-expected.txt: |
| * js/getOwnPropertyDescriptor-window-attributes.html: |
| |
| 2016-02-18 Simon Fraser <simon.fraser@apple.com> |
| |
| Wheel event callback removing the window causes crash in WebCore. |
| https://bugs.webkit.org/show_bug.cgi?id=150871 |
| |
| Reviewed by Brent Fulgham. |
| |
| * fast/events/wheel-event-destroys-frame-expected.txt: Added. |
| * fast/events/wheel-event-destroys-frame.html: Added. |
| |
| 2016-02-18 Zalan Bujtas <zalan@apple.com> |
| |
| Soft hyphen is not shown when it is placed at the end of an inline element |
| https://bugs.webkit.org/show_bug.cgi?id=153980 |
| |
| Reviewed by David Hyatt. |
| |
| This patch handles the case when the character at the breaking position does not fit the |
| line and soft-hyphen, as the first breaking opportunity, is followed by this overflowing character. |
| (foo­bar where b overflows the line). |
| In such cases we don't yet have an item in the breaking history so we need to take a look at |
| the current context instead. |
| |
| * fast/text/soft-hyphen-as-first-breaking-opportunity-expected.html: Added. |
| * fast/text/soft-hyphen-as-first-breaking-opportunity.html: Added. |
| |
| 2016-02-18 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196770 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-18 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/reflection-forms.html for ios-simulator after r196769 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt: |
| |
| 2016-02-18 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196742 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-18 Csaba Osztrogonác <ossy@webkit.org> |
| |
| JSC ARM Linux test gardening after r196625 |
| https://bugs.webkit.org/show_bug.cgi?id=154392 |
| |
| Reviewed by Mark Lam. |
| |
| * js/script-tests/dfg-float32array.js: |
| * js/script-tests/dfg-float64array.js: |
| * js/script-tests/dfg-int16array.js: |
| * js/script-tests/dfg-int32array-overflow-values.js: |
| * js/script-tests/dfg-int32array.js: |
| * js/script-tests/dfg-int8array.js: |
| * js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js: |
| * js/script-tests/dfg-uint16array.js: |
| * js/script-tests/dfg-uint32array-overflow-values.js: |
| * js/script-tests/dfg-uint32array.js: |
| * js/script-tests/dfg-uint8array.js: |
| * js/script-tests/dfg-uint8clampedarray.js: |
| * js/script-tests/regress-141098.js: |
| |
| 2016-02-17 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [Font Loading] Implement FontFaceSet |
| https://bugs.webkit.org/show_bug.cgi?id=153348 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/text/font-face-set-javascript-expected.txt: Added. |
| * fast/text/font-face-set-javascript.html: Added. |
| |
| 2016-02-17 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r196738. |
| https://bugs.webkit.org/show_bug.cgi?id=154380 |
| |
| broke css3/calc/transforms-translate.html (Requested by |
| alexchristensen on #webkit). |
| |
| Reverted changeset: |
| |
| "WebKitCSSMatrix transformList with calculated relative length |
| crashes Safari." |
| https://bugs.webkit.org/show_bug.cgi?id=153333 |
| http://trac.webkit.org/changeset/196738 |
| |
| 2016-02-17 Dean Jackson <dino@apple.com> |
| |
| WebKitCSSMatrix transformList with calculated relative length crashes Safari. |
| https://bugs.webkit.org/show_bug.cgi?id=153333 |
| <rdar://problem/17198383> |
| |
| Reviewed by Simon Fraser. |
| |
| Update existing tests to exercise the non-absolute lengths for translation |
| and perspective functions. |
| |
| * transforms/cssmatrix-2d-interface-expected.txt: |
| * transforms/cssmatrix-2d-interface.xhtml: |
| * transforms/cssmatrix-3d-interface-expected.txt: |
| * transforms/cssmatrix-3d-interface.xhtml: |
| |
| 2016-02-17 Keith Miller <keith_miller@apple.com> |
| |
| Spread operator should be allowed when not the first argument of parameter list |
| https://bugs.webkit.org/show_bug.cgi?id=152721 |
| |
| Reviewed by Saam Barati. |
| |
| Update tests with new semantics of spread calling. Additionally, |
| adjust benchmarks to run in a more reasonable time now that |
| spread is implemented correctly. |
| |
| * js/basic-spread-expected.txt: |
| * js/parser-syntax-check-expected.txt: |
| * js/regress/script-tests/deltablue-varargs.js: |
| (deltaBlue): |
| * js/regress/script-tests/varargs-construct.js: |
| * js/script-tests/basic-spread.js: |
| * js/script-tests/parser-syntax-check.js: |
| |
| 2016-02-17 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Add ios-simulator baseline for new W3C HTML tests added with r196710 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt: Added. |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt: Added. |
| |
| 2016-02-17 Chris Dumez <cdumez@apple.com> |
| |
| SES selftest page crashes on nightly r196694 |
| https://bugs.webkit.org/show_bug.cgi?id=154350 |
| <rdar://problem/24704334> |
| |
| Reviewed by Mark Lam. |
| |
| Add test coverage for the crash which happens when shadowing window.length |
| with a value after the window property and then calling |
| Object.getOwnPropertyDescriptor(window, "length"). |
| |
| * js/window-length-getOwnPropertyDescriptor-crash-expected.txt: Added. |
| * js/window-length-getOwnPropertyDescriptor-crash.html: Added. |
| |
| 2016-02-17 Simon Fraser <simon.fraser@apple.com> |
| |
| Add tests for iframe and overflow scrollability after navigating back |
| https://bugs.webkit.org/show_bug.cgi?id=154300 |
| |
| Fix the tests added in r196665 to be agnostic about how many pixels a wheel event scrolls. |
| |
| * fast/scrolling/iframe-scrollable-after-back-expected.txt: |
| * fast/scrolling/iframe-scrollable-after-back.html: |
| * fast/scrolling/overflow-scrollable-after-back-expected.txt: |
| * fast/scrolling/overflow-scrollable-after-back.html: |
| |
| 2016-02-17 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| [ES6] Arrow function. Arrow function should raise exception ReferenceError only when access to 'arguments' on top level |
| https://bugs.webkit.org/show_bug.cgi?id=152570 |
| |
| Reviewed by Saam Barati. |
| |
| Add tests to ensure that arrrow function return error when it binds arguments on top level |
| |
| * js/arrowfunction-lexical-bind-arguments-top-level-expected.txt: Added. |
| * js/arrowfunction-lexical-bind-arguments-top-level.html: Added. |
| * js/script-tests/arrowfunction-lexical-bind-arguments-top-level.js: Added. |
| |
| 2016-02-17 Chris Dumez <cdumez@apple.com> |
| |
| Import W3C HTML reflection tests |
| https://bugs.webkit.org/show_bug.cgi?id=154310 |
| <rdar://problem/24685826> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Skip newly imported tests in Debug builds because they are slow. |
| |
| * TestExpectations: |
| |
| 2016-02-17 Alex Christensen <achristensen@webkit.org> |
| |
| Copy http body when being redirected with 308 with NetworkSession |
| https://bugs.webkit.org/show_bug.cgi?id=154348 |
| |
| Reviewed by Brady Eidson. |
| |
| * http/tests/navigation/post-308-response-expected.txt: Copied from LayoutTests/http/tests/navigation/post-307-response-expected.txt. |
| * http/tests/navigation/post-308-response.html: Copied from LayoutTests/http/tests/navigation/post-307-response.html. |
| * http/tests/navigation/resources/redirection-response.php: |
| Added a test verifying data is being sent with post requests after being redirected with an http status code of 308. |
| We already had non-CORS tests for 301, 302, 303, and 307, and we already had CORS tests for 301, 302, 303, 307, and 308. |
| This fills in the missing non-CORS test. |
| |
| 2016-02-17 Chris Dumez <cdumez@apple.com> |
| |
| Regression(r196648): window.showModalDialog is no longer undefined if the client does not allow showing modal dialog |
| https://bugs.webkit.org/show_bug.cgi?id=154330 |
| |
| Reviewed by Gavin Barraclough. |
| |
| Add layout test to make sure that window.showModalDialog is undefined |
| when the client does not allow showing modal dialog and to check that |
| window.showModalDialog can be shadowed. |
| |
| * fast/dom/Window/forbid-showModalDialog-expected.txt: Added. |
| * fast/dom/Window/forbid-showModalDialog.html: Added. |
| |
| 2016-02-17 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r196675. |
| https://bugs.webkit.org/show_bug.cgi?id=154344 |
| |
| "Causes major slowdowns on deltablue-varargs" (Requested by |
| keith_miller on #webkit). |
| |
| Reverted changeset: |
| |
| "Spread operator should be allowed when not the first argument |
| of parameter list" |
| https://bugs.webkit.org/show_bug.cgi?id=152721 |
| http://trac.webkit.org/changeset/196675 |
| |
| 2016-02-17 Nan Wang <n_wang@apple.com> |
| |
| AX: Implement sentence related text marker functions using TextIterator |
| https://bugs.webkit.org/show_bug.cgi?id=154312 |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/mac/text-marker-paragraph-nav-expected.txt: |
| * accessibility/mac/text-marker-paragraph-nav.html: |
| * accessibility/mac/text-marker-sentence-nav-expected.txt: Added. |
| * accessibility/mac/text-marker-sentence-nav.html: Added. |
| |
| 2016-02-17 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Adding an ios-specific baseline for accessibility/ios-simulator/centerpoint.html during failure investigation |
| https://bugs.webkit.org/show_bug.cgi?id=154137 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/accessibility/ios-simulator/centerpoint-expected.txt: Added. |
| |
| 2016-02-17 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-17 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping tests added with r196688 on ios-simulator due to reliance on unsupported mouse events. |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-17 Chris Dumez <cdumez@apple.com> |
| |
| Window should have its 'constructor' property on the prototype |
| https://bugs.webkit.org/show_bug.cgi?id=154037 |
| <rdar://problem/24689078> |
| |
| Reviewed by Gavin Barraclough. |
| |
| * http/tests/security/cross-origin-window-property-access-expected.txt: |
| * http/tests/security/cross-origin-window-property-access.html: |
| Add checks to make sure it still is not possible to access |
| window.constructor cross-origin. |
| |
| * js/getOwnPropertyDescriptor-window-attributes-expected.txt: |
| * js/getOwnPropertyDescriptor-window-attributes.html: |
| Update test now that window has it's "constructor" attribute |
| on the prototype. |
| |
| 2016-02-16 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Add a way to test ScrollAnimator |
| https://bugs.webkit.org/show_bug.cgi?id=153479 |
| |
| Reviewed by Michael Catanzaro. |
| |
| * compositing/overflow/overflow-scrollbar-layer-positions-expected.txt: |
| * fast/scrolling/overlay-scrollbars-scroll-corner-expected.html: Added. |
| * fast/scrolling/overlay-scrollbars-scroll-corner.html: Added. |
| * fast/scrolling/scroll-animator-basic-events-expected.txt: Added. |
| * fast/scrolling/scroll-animator-basic-events.html: Added. |
| * fast/scrolling/scroll-animator-overlay-scrollbars-hovered-expected.txt: Added. |
| * fast/scrolling/scroll-animator-overlay-scrollbars-hovered.html: Added. |
| * fast/scrolling/scroll-animator-select-list-events-expected.txt: Added. |
| * fast/scrolling/scroll-animator-select-list-events.html: Added. |
| * fast/scrolling/scrollbar-tickmarks-hittest.html: |
| * platform/mac-wk1/TestExpectations: |
| * platform/mac-wk1/fast/scrolling/scroll-animator-basic-events-expected.txt: Added. |
| * platform/mac-wk1/fast/scrolling/scroll-animator-select-list-events-expected.txt: Added. |
| |
| 2016-02-16 Gavin Barraclough <barraclough@apple.com> |
| |
| JSDOMWindow::getOwnPropertySlot should not search photo chain |
| https://bugs.webkit.org/show_bug.cgi?id=154102 |
| |
| Reviewed by Chris Dumez. |
| |
| Should only return *own* properties. |
| |
| * fast/dom/Window/es52-globals-expected.txt: |
| * http/tests/security/window-named-valueOf-expected.txt: |
| * imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| - update test results. |
| |
| 2016-02-16 Keith Miller <keith_miller@apple.com> |
| |
| Spread operator should be allowed when not the first argument of parameter list |
| https://bugs.webkit.org/show_bug.cgi?id=152721 |
| |
| Reviewed by Saam Barati. |
| |
| Update tests with new semantics of spread calling. |
| |
| * js/basic-spread-expected.txt: |
| * js/parser-syntax-check-expected.txt: |
| * js/script-tests/basic-spread.js: |
| * js/script-tests/parser-syntax-check.js: |
| |
| 2016-02-16 Chris Dumez <cdumez@apple.com> |
| |
| Navigator.geolocation should not be marked a [Replaceable] and should be on the prototype |
| https://bugs.webkit.org/show_bug.cgi?id=154304 |
| <rdar://problem/24685092> |
| |
| Reviewed by Gavin Barraclough. |
| |
| * fast/dom/Geolocation/enabled-expected.txt: |
| * fast/dom/Geolocation/script-tests/enabled.js: |
| * js/dom/delete-syntax-expected.txt: |
| * js/dom/script-tests/delete-syntax.js: |
| Update tests as they expected the navigator properties to be on the |
| instance rather than the prototype. |
| |
| * js/dom/script-tests/shadow-navigator-geolocation-in-strict-mode-does-not-throw.js: Removed. |
| * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt: Removed. |
| * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw.html: Removed. |
| Drop outdated test. |
| |
| * js/navigator-set-geolocation-expected.txt: Added. |
| * js/navigator-set-geolocation.html: Added. |
| Add test to make sure that Navigator.geolocation cannot be set. I verified that |
| this test passes in both Firefox and Chrome. |
| |
| 2016-02-16 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| REGRESSION (r190430): WTFCrashWithSecurityImplication in:void SVGRootInlineBox::layoutCharactersInTextBoxes() |
| https://bugs.webkit.org/show_bug.cgi?id=154185 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Ensure that adding an HTMLSlotElement with text to an SVGTextElement will |
| not create a renderer and we won't crash. |
| |
| * fast/shadow-dom/text-slot-child-crash-expected.txt: Added. |
| * fast/shadow-dom/text-slot-child-crash.svg: Added. |
| |
| 2016-02-16 Simon Fraser <simon.fraser@apple.com> |
| |
| Add tests for iframe and overflow scrollability after navigating back |
| https://bugs.webkit.org/show_bug.cgi?id=154300 |
| |
| Reviewed by Brent Fulgham. |
| |
| Test that sends mousewheel events to overflow and iframe, before and after navigating |
| forward then back. |
| |
| These tests detect the regression caused by r188659. |
| |
| * fast/scrolling/iframe-scrollable-after-back-expected.txt: Added. |
| * fast/scrolling/iframe-scrollable-after-back.html: Added. |
| * fast/scrolling/overflow-scrollable-after-back-expected.txt: Added. |
| * fast/scrolling/overflow-scrollable-after-back.html: Added. |
| * fast/scrolling/resources/scroll-notifying-page.html: Added. |
| * platform/ios-simulator/TestExpectations: Skip on iOS. |
| |
| 2016-02-16 Daniel Bates <dabates@apple.com> |
| |
| CSP: Update violation report 'Content-Type' header |
| https://bugs.webkit.org/show_bug.cgi?id=153166 |
| <rdar://problem/24383327> |
| |
| Reviewed by Brent Fulgham. |
| |
| Update expected results now that we post the Content Security Policy violation report with |
| Content-Type application/csp-report. |
| |
| * TestExpectations: Update associated bugs for entries that still fail. |
| * http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-toggled-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-same-origin-no-cookies-when-private-browsing-toggled-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-when-private-browsing-enabled-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Fix up HTTP_REFERER and csp-report |
| to reflect the correct value for HTTP_REFERER and the correct values for the report-uri and document-uri keys in the CSP |
| report JSON object. |
| |
| 2016-02-16 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking pageoverlay/overlay-installation.html as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153337 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-16 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196648 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-16 Daniel Bates <dabates@apple.com> |
| |
| CSP: Fix parsing of 'host/path' source expressions |
| https://bugs.webkit.org/show_bug.cgi?id=153170 |
| <rdar://problem/24383407> |
| |
| Reviewed by Brent Fulgham. |
| |
| Remove entry for test http/tests/security/contentSecurityPolicy/source-list-parsing-paths-03.html |
| as it now passes. |
| |
| * TestExpectations: |
| |
| 2016-02-16 Joseph Pecoraro <pecoraro@apple.com> |
| |
| JSContext Inspector: Support for inline source maps |
| https://bugs.webkit.org/show_bug.cgi?id=154303 |
| <rdar://problem/24670392> |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/unit-tests/url-utilities-expected.txt: Added. |
| * inspector/unit-tests/url-utilities.html: Added. |
| |
| 2016-02-16 Daniel Bates <dabates@apple.com> |
| |
| CSP: Disallow an empty host in a host-source source expression |
| https://bugs.webkit.org/show_bug.cgi?id=153168 |
| <rdar://problem/24383366> |
| |
| Reviewed by Brent Fulgham. |
| |
| Remove entry for test http/tests/security/contentSecurityPolicy/source-list-parsing-07.html |
| as it now passes. |
| |
| * TestExpectations: |
| |
| 2016-02-16 Chris Dumez <cdumez@apple.com> |
| |
| [Web IDL] Operations should be on the instance for global objects or if [Unforgeable] |
| https://bugs.webkit.org/show_bug.cgi?id=154120 |
| <rdar://problem/24613231> |
| |
| Reviewed by Gavin Barraclough. |
| |
| * inspector/model/remote-object-get-properties-expected.txt: |
| Rebaseline test because the order of static properties has changed: |
| functions are now before constants instead of after. |
| |
| 2016-02-16 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking webarchive/loading/missing-data.html as flaky on ios-simulator-wk2 |
| https://bugs.webkit.org/show_bug.cgi?id=153380 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| |
| 2016-02-16 Keith Miller <keith_miller@apple.com> |
| |
| ClonedArguments should not materialize its special properties unless they are being changed or deleted |
| https://bugs.webkit.org/show_bug.cgi?id=154128 |
| |
| Reviewed by Filip Pizlo. |
| |
| Have argumnets-strict-mode test the speed of spreading the arguments object. |
| |
| * js/regress/script-tests/arguments-strict-mode.js: |
| (foo): |
| |
| 2016-02-16 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/events/keydown-1.html as flaky on mac-wk1 debug |
| https://bugs.webkit.org/show_bug.cgi?id=154297 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-02-16 Filip Pizlo <fpizlo@apple.com> |
| |
| FTL should support StringFromCharCode |
| https://bugs.webkit.org/show_bug.cgi?id=154267 |
| |
| Reviewed by Mark Lam. |
| |
| * js/regress/script-tests/string-from-char-code.js: Added. |
| (result): |
| * js/regress/script-tests/untyped-string-from-char-code.js: Added. |
| (result): |
| * js/regress/string-from-char-code-expected.txt: Added. |
| * js/regress/string-from-char-code.html: Added. |
| * js/regress/untyped-string-from-char-code-expected.txt: Added. |
| * js/regress/untyped-string-from-char-code.html: Added. |
| |
| 2016-02-16 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| [GTK] No hover-horizontal scrolling available |
| https://bugs.webkit.org/show_bug.cgi?id=122859 |
| |
| Reviewed by Michael Catanzaro. |
| |
| * platform/gtk/scrollbars/main-frame-scrollbar-horizontal-wheel-scroll-expected.html: Added. |
| * platform/gtk/scrollbars/main-frame-scrollbar-horizontal-wheel-scroll.html: Added. |
| |
| 2016-02-16 Antti Koivisto <antti@apple.com> |
| |
| Factor id mutation style invalidation code into a class |
| https://bugs.webkit.org/show_bug.cgi?id=154287 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/css/style-invalidation-id-change-descendants-expected.txt: Added. |
| * fast/css/style-invalidation-id-change-descendants.html: Added. |
| |
| 2016-02-16 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196621 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-15 Antti Koivisto <antti@apple.com> |
| |
| Optimize style invalidations for attribute selectors |
| https://bugs.webkit.org/show_bug.cgi?id=154242 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/css/style-invalidation-attribute-change-descendants-expected.txt: Added. |
| * fast/css/style-invalidation-attribute-change-descendants.html: Added. |
| |
| 2016-02-16 Chris Dumez <cdumez@apple.com> |
| |
| Do security checks early in JSDOMWindow::put*() |
| https://bugs.webkit.org/show_bug.cgi?id=154270 |
| |
| Reviewed by Gavin Barraclough. |
| |
| * http/tests/security/cross-frame-access-put-expected.txt: |
| Rebaseline. The extra security warnings are for the following properties: |
| closed, crypto, frameElement, pageXOffset and pageYOffset. |
| All these properties are read-only and therefore cannot be set (cross-origin |
| or not). The previous code was not doing an explicit check and ended up |
| trying to set these properties. However, since they are read-only, we would |
| silently fail to set them. The new code does the explicit check and therefore |
| will warn and NOT attempt to set. |
| |
| * http/tests/security/cross-origin-reified-window-location-setting-expected.txt: Added. |
| * http/tests/security/cross-origin-reified-window-location-setting.html: Added. |
| Add test to check that setting window.location cross-origin still works after the |
| window object has been reified. |
| |
| 2016-02-15 Mark Lam <mark.lam@apple.com> |
| |
| [ARMv7] Some JSC test fails due to exhausting the JIT code heap on the no LLINT test configuration. |
| https://bugs.webkit.org/show_bug.cgi?id=151611 |
| |
| Reviewed by Saam Barati. |
| |
| These tests are only failing because they are compiling too much with the LLINT |
| disabled. As a result, they are using more JIT code heap space than is allowed |
| by the OS. |
| |
| This patch excludes these tests from the noLLINT configuration on 32-bit ARM. |
| |
| * js/script-tests/dfg-float32array.js: |
| * js/script-tests/dfg-float64array.js: |
| * js/script-tests/dfg-int16array.js: |
| * js/script-tests/dfg-int32array-overflow-values.js: |
| * js/script-tests/dfg-int32array.js: |
| * js/script-tests/dfg-int8array.js: |
| * js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js: |
| * js/script-tests/dfg-uint16array.js: |
| * js/script-tests/dfg-uint32array-overflow-values.js: |
| * js/script-tests/dfg-uint32array.js: |
| * js/script-tests/dfg-uint8array.js: |
| * js/script-tests/dfg-uint8clampedarray.js: |
| * js/script-tests/regress-141098.js: |
| |
| 2016-02-15 Brent Fulgham <bfulgham@apple.com> |
| |
| [Mac] Gather some rudimentary statistics during resource load |
| https://bugs.webkit.org/show_bug.cgi?id=153575 |
| <rdar://problem/24075254> |
| |
| Reviewed by Brady Eidson. |
| |
| * http/tests/navigation/resources/redirect-on-reload-updates-history-item-statistics.php: Added. |
| * http/tests/navigation/resources/redirect-updates-history-item-done-statistics.html: Added. |
| * http/tests/navigation/statistics-expected.txt: Added. |
| * http/tests/navigation/statistics.html: Added. |
| |
| 2016-02-15 Chris Dumez <cdumez@apple.com> |
| |
| The following properties should exist on the global object: AudioTrackList, AudioTrack, VideoTrackList, VideoTrack |
| https://bugs.webkit.org/show_bug.cgi?id=154250 |
| <rdar://problem/24660829> |
| |
| Reviewed by Eric Carlson. |
| |
| Rebaseline now that AudioTrackList, AudioTrack, VideoTrackList and VideoTrack |
| are exposed on the global Window object. |
| |
| * js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2016-02-15 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| [EFL] Rebaseline after r196244. |
| |
| Unreviewed test gardening. |
| |
| * platform/efl/compositing/geometry/clipping-foreground-expected.txt: |
| * platform/efl/compositing/geometry/root-layer-update-expected.txt: |
| * platform/efl/compositing/overflow/ancestor-overflow-expected.txt: |
| * platform/efl/compositing/overflow/nested-scrolling-expected.txt: |
| * platform/efl/compositing/overflow/overflow-scroll-expected.txt: |
| * platform/efl/compositing/overflow/parent-overflow-expected.txt: |
| * platform/efl/compositing/overflow/scrollbar-painting-expected.txt: |
| * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt: |
| * platform/efl/compositing/sibling-positioning-expected.txt: |
| * platform/efl/css3/unicode-bidi-isolate-basic-expected.txt: |
| * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.txt: |
| * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: |
| * platform/efl/fast/borders/border-antialiasing-expected.txt: |
| * platform/efl/fast/clip/001-expected.txt: |
| * platform/efl/fast/clip/013-expected.txt: |
| * platform/efl/fast/clip/014-expected.txt: |
| * platform/efl/fast/clip/016-expected.txt: |
| * platform/efl/fast/clip/outline-overflowClip-expected.txt: |
| * platform/efl/fast/css/clip-zooming-expected.txt: |
| * platform/efl/fast/forms/validation-message-appearance-expected.txt: |
| * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: |
| * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt: |
| * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt: |
| * platform/efl/fast/lists/scrolled-marker-paint-expected.txt: |
| * platform/efl/fast/multicol/client-rects-expected.txt: |
| * platform/efl/fast/multicol/column-break-with-balancing-expected.txt: |
| * platform/efl/fast/multicol/column-rules-expected.txt: |
| * platform/efl/fast/multicol/column-rules-stacking-expected.txt: |
| * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt: |
| * platform/efl/fast/multicol/float-paginate-complex-expected.txt: |
| * platform/efl/fast/multicol/float-paginate-empty-lines-expected.txt: |
| * platform/efl/fast/multicol/float-paginate-expected.txt: |
| * platform/efl/fast/multicol/layers-in-multicol-expected.txt: |
| * platform/efl/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/efl/fast/multicol/max-height-columns-block-expected.txt: |
| * platform/efl/fast/multicol/nested-columns-expected.txt: |
| * platform/efl/fast/multicol/newmulticol/client-rects-expected.txt: |
| * platform/efl/fast/multicol/overflow-across-columns-expected.txt: |
| * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.txt: |
| * platform/efl/fast/multicol/overflow-unsplittable-expected.txt: |
| * platform/efl/fast/multicol/paginate-block-replaced-expected.txt: |
| * platform/efl/fast/multicol/pagination/BottomToTop-bt-expected.txt: |
| * platform/efl/fast/multicol/pagination/BottomToTop-lr-expected.txt: |
| * platform/efl/fast/multicol/pagination/BottomToTop-rl-expected.txt: |
| * platform/efl/fast/multicol/pagination/BottomToTop-tb-expected.txt: |
| * platform/efl/fast/multicol/pagination/LeftToRight-bt-expected.txt: |
| * platform/efl/fast/multicol/pagination/LeftToRight-rl-expected.txt: |
| * platform/efl/fast/multicol/pagination/LeftToRight-tb-expected.txt: |
| * platform/efl/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt: |
| * platform/efl/fast/multicol/pagination/RightToLeft-bt-expected.txt: |
| * platform/efl/fast/multicol/pagination/RightToLeft-lr-expected.txt: |
| * platform/efl/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: |
| * platform/efl/fast/multicol/pagination/RightToLeft-rl-expected.txt: |
| * platform/efl/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt: |
| * platform/efl/fast/multicol/pagination/RightToLeft-tb-expected.txt: |
| * platform/efl/fast/multicol/pagination/TopToBottom-bt-expected.txt: |
| * platform/efl/fast/multicol/pagination/TopToBottom-lr-expected.txt: |
| * platform/efl/fast/multicol/pagination/TopToBottom-rl-expected.txt: |
| * platform/efl/fast/multicol/positive-leading-expected.txt: |
| * platform/efl/fast/multicol/scrolling-column-rules-expected.txt: |
| * platform/efl/fast/multicol/scrolling-overflow-expected.txt: |
| * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: |
| * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: |
| * platform/efl/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: |
| * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: |
| * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt: |
| * platform/efl/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: |
| * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.txt: |
| * platform/efl/fast/multicol/span/span-margin-collapsing-expected.txt: |
| * platform/efl/fast/multicol/table-vertical-align-expected.txt: |
| * platform/efl/fast/multicol/tall-image-behavior-expected.txt: |
| * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: |
| * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt: |
| * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.txt: |
| * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: |
| * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.txt: |
| * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt: |
| * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: |
| * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt: |
| * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.txt: |
| * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: |
| * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.txt: |
| * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt: |
| * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt: |
| * platform/efl/fast/overflow/float-in-relpositioned-expected.txt: |
| * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.txt: |
| * platform/efl/fast/overflow/overflow-rtl-expected.txt: |
| * platform/efl/fast/overflow/paged-x-div-expected.txt: |
| * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt: |
| * platform/efl/fast/overflow/paged-x-on-root-expected.txt: |
| * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt: |
| * platform/efl/fast/overflow/paged-y-div-expected.txt: |
| * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| * platform/efl/fast/regions/repaint/region-painting-via-layout-expected.txt: |
| * platform/efl/fast/repaint/box-shadow-h-expected.txt: |
| * platform/efl/fast/repaint/box-shadow-v-expected.txt: |
| * platform/efl/fast/repaint/layer-outline-expected.txt: |
| * platform/efl/fast/repaint/layer-outline-horizontal-expected.txt: |
| * platform/efl/fast/table/edge-offsets-expected.txt: |
| * platform/efl/fast/transforms/overflow-with-transform-expected.txt: |
| * platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added. |
| * platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added. |
| * platform/efl/printing/single-line-must-not-be-split-into-two-pages-expected.txt: |
| * platform/efl/scrollbars/scrollbars-on-positioned-content-expected.txt: |
| * platform/efl/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added. |
| * platform/efl/svg/custom/image-rescale-clip-expected.txt: Added. |
| |
| 2016-02-15 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196607 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-15 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [Font Loading] Implement FontFace JavaScript object |
| https://bugs.webkit.org/show_bug.cgi?id=153345 |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/text/font-face-javascript-expected.txt: Added. |
| * fast/text/font-face-javascript.html: Added. |
| * js/dom/global-constructors-attributes-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2016-02-15 Chris Dumez <cdumez@apple.com> |
| |
| XMLHttpRequest / XMLHttpRequestUpload should inherit XMLHttpRequestEventTarget |
| https://bugs.webkit.org/show_bug.cgi?id=154230 |
| |
| Reviewed by Alex Christensen. |
| |
| Rebaseline tests now that XMLHttpRequestEventTarget is exposed on the |
| global objects. |
| |
| * js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| * js/dom/global-constructors-attributes-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2016-02-15 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Refine SimulatedMouseEvent to support Event.isTrusted |
| https://bugs.webkit.org/show_bug.cgi?id=154133 |
| <rdar://problem/24616246> |
| |
| Reviewed by Darin Adler. |
| |
| * imported/blink/fast/events/event-trusted-expected.txt: |
| * imported/blink/fast/events/event-trusted.html: |
| |
| 2016-02-15 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking animations/animation-delay-changed.html as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=154253 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-15 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Web Workers have no access to console for debugging |
| https://bugs.webkit.org/show_bug.cgi?id=26237 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/console/messageAdded-from-worker-expected.txt: Added. |
| * inspector/console/messageAdded-from-worker.html: Added. |
| * inspector/console/resources/worker-console-log.js: Added. |
| |
| 2016-02-15 Timothy Hatcher <timothy@apple.com> |
| |
| Web Inspector: CSS variables are not formatted correctly |
| https://bugs.webkit.org/show_bug.cgi?id=154217 |
| rdar://problem/24644154 |
| |
| Reviewed by Joseph Pecoraro. |
| |
| * inspector/codemirror/prettyprinting-css-rules-expected.txt: |
| * inspector/codemirror/prettyprinting-css-rules.html: |
| * inspector/codemirror/resources/prettyprinting/css-rule-tests/css-variables-expected.css: Added. |
| * inspector/codemirror/resources/prettyprinting/css-rule-tests/css-variables.css: Added. |
| |
| 2016-02-15 Chris Dumez <cdumez@apple.com> |
| |
| Regression(r196563): It is no longer possible to call window.addEventListener without an explicit 'this' |
| https://bugs.webkit.org/show_bug.cgi?id=154245 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Add a layout test to cover the use of the EventListener API without an |
| explicit 'this' value. |
| |
| * fast/dom/Window/addEventListener-implicit-this-expected.txt: Added. |
| * fast/dom/Window/addEventListener-implicit-this.html: Added. |
| |
| 2016-02-15 Daniel Bates <dabates@apple.com> |
| |
| CSP: 'sandbox' should be ignored in report-only mode |
| https://bugs.webkit.org/show_bug.cgi?id=153167 |
| <rdar://problem/22708669> |
| |
| Reviewed by Brent Fulgham. |
| |
| Remove the entry from the TestExpectations file for the test |
| http/tests/security/contentSecurityPolicy/sandbox-report-only.html as it now passes. |
| |
| * TestExpectations: |
| |
| 2016-02-15 Daniel Bates <dabates@apple.com> |
| |
| CSP: Allow schemeless source expressions to match an HTTP or HTTPS resource |
| https://bugs.webkit.org/show_bug.cgi?id=154177 |
| <rdar://problem/22708772> |
| |
| Reviewed by Brent Fulgham. |
| |
| Update test case and expected result to test that a schemeless source expression |
| matches an HTTPS subresource (and does not trigger a Content Security Policy violation) |
| when the page is served over HTTP. |
| |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-10-expected.txt: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-10.html: Change "no" to "yes" |
| so that we consider it a success (and continue printing "PASS") when we load and execute the |
| script, <https://127.0.0.1:8443/security/contentSecurityPolicy/resources/script.js>. |
| |
| 2016-02-15 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196563 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-15 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| Unreviewed. EFL gardening after r195740. |
| |
| * platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug103533-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug108340-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug110566-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug11321-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug11944-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug119786-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1261-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug13105-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug13484-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug13526-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug149275-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1828-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug18558-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2050-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug20579-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug21299-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug21918-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug221784-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug221784-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug22246-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2267-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug23072-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug23151-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug23299-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug24503-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug24627-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2469-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug24880-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug25086-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2516-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug25367-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2585-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug26178-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug275625-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2757-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug278266-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug278385-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug29157-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2973-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3037-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug30418-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug30985-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3191-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug32205-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug32205-5-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug32447-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3263-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug34538-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug35662-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3718-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug39209-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug40828-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4284-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4429-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug44523-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug45055-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4520-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46268-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4739-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug51140-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug55527-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug55694-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug56405-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug57300-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug57378-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug57828-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug5798-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug5799-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug5838-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug58402-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug60013-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug60749-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug60992-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug63785-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug650-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug67864-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug709-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug75250-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug82946-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug8361-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug8381-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug9072-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug93363-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug96343-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug965-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug97138-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug99923-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.txt: |
| * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: |
| * platform/efl/tables/mozilla/core/captions-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.txt: |
| * platform/efl/tables/mozilla/core/row_span-expected.txt: |
| * platform/efl/tables/mozilla/dom/appendCol2-expected.txt: |
| * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.txt: |
| * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteCol1-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteCol2-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteCol3-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.txt: |
| * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.txt: |
| * platform/efl/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/body_col-expected.txt: |
| * platform/efl/tables/mozilla/marvin/body_tbody-expected.txt: |
| * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt: |
| * platform/efl/tables/mozilla/marvin/body_thead-expected.txt: |
| * platform/efl/tables/mozilla/marvin/col_span-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_border_0-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_border_1-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_border_2-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_border_3-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_default-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_id-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_td_height-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_th_height-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_table_style-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_class-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_height-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_id-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_style-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_class-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_height-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_id-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_style-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_class-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_id-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_style-expected.txt: |
| * platform/efl/tables/mozilla/other/body_col-expected.txt: |
| * platform/efl/tables/mozilla/other/cellspacing-expected.txt: |
| * platform/efl/tables/mozilla/other/move_row-expected.txt: |
| * platform/efl/tables/mozilla/other/padding-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug106336-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt: |
| |
| 2016-02-14 Antti Koivisto <antti@apple.com> |
| |
| Add test for class change style invalidation optimization |
| https://bugs.webkit.org/show_bug.cgi?id=154226 |
| |
| Reviewed by Myles Maxfield. |
| |
| Test for https://trac.webkit.org/r196383 |
| |
| * fast/css/style-invalidation-class-change-descendants-expected.txt: Added. |
| * fast/css/style-invalidation-class-change-descendants.html: Added. |
| |
| 2016-02-15 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| Unreviewed. EFL gardening. Mark more video tests to failure. |
| |
| * platform/efl/TestExpectations: Added more crash tests and moved the tests to upper position. |
| |
| 2016-02-14 Simon Fraser <simon.fraser@apple.com> |
| |
| [CSS Filters] When applying an SVG filter on a composited image using CSS the image is rendered without the filter |
| https://bugs.webkit.org/show_bug.cgi?id=154108 |
| |
| Reviewed by Sam Weinig. |
| |
| * compositing/filters/simple-image-with-svg-filter-expected.html: Added. |
| * compositing/filters/simple-image-with-svg-filter.html: Added. |
| |
| 2016-02-14 Chris Dumez <cdumez@apple.com> |
| |
| Window and WorkerGlobalScope should inherit EventTarget |
| https://bugs.webkit.org/show_bug.cgi?id=154170 |
| <rdar://problem/24642377> |
| |
| Reviewed by Darin Adler. |
| |
| * fast/frames/detached-frame-eventListener-expected.txt: Added. |
| * fast/frames/detached-frame-eventListener.html: Added. |
| Add test case to cover the use of the EventListener API on a detached |
| frame. |
| |
| * fast/loader/window-clearing-expected.txt: |
| Rebaseline now that window has one more object in its prototype chain. |
| |
| * http/tests/security/cross-frame-access-call-expected.txt: |
| * http/tests/security/cross-frame-access-call.html: |
| Add test coverage for cross-origin access to window.dispatchEvent() which |
| should not be allowed, in addition to window.addEventListener() and |
| window.removeEventListener() which were already tested. |
| |
| 2016-02-12 Nan Wang <n_wang@apple.com> |
| |
| AX: Implement paragraph related text marker functions using TextIterator |
| https://bugs.webkit.org/show_bug.cgi?id=154098 |
| <rdar://problem/24269675> |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/mac/text-marker-paragraph-nav-expected.txt: Added. |
| * accessibility/mac/text-marker-paragraph-nav.html: Added. |
| * accessibility/text-marker/text-marker-previous-next-expected.txt: |
| * accessibility/text-marker/text-marker-previous-next.html: |
| |
| 2016-02-12 Saam barati <sbarati@apple.com> |
| |
| [ES6] we have an incorrect syntax error when a callee of a function expression has the same name as a top-level lexical declaration |
| https://bugs.webkit.org/show_bug.cgi?id=154143 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * js/basic-strict-mode-expected.txt: |
| * js/let-syntax-expected.txt: |
| * js/script-tests/let-syntax.js: |
| |
| 2016-02-12 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Unreviewed, build fix after r196520 |
| |
| * inspector/model/remote-object-get-properties-expected.txt: |
| * platform/mac/inspector/model/remote-object-expected.txt: |
| |
| 2016-02-12 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196520 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-12 Daniel Bates <dabates@apple.com> |
| |
| CSP: 'blob:' URLs should not match 'self' in CSP source expression lists. |
| https://bugs.webkit.org/show_bug.cgi?id=153158 |
| <rdar://problem/24383264> |
| |
| Reviewed by Brent Fulgham. |
| |
| Add test http/tests/security/contentSecurityPolicy/blob-url-matches-source-blob.html to ensure that a |
| blob URL matches source "blob:". |
| |
| Replaced text-only test http/tests/security/contentSecurityPolicy/blob-urls-match-self.html with an |
| analogous reference test http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self.html |
| so as ensure that we do not regress the behavior that source 'self' should not match a blob URL |
| without considering the Content Security Policy violation message as part of the expected result. |
| The Content Security Policy violation message will differ between test runs because it references |
| the blob URL that triggered the violation, which is cryptographically random. |
| |
| * TestExpectations: Remove entry for test http/tests/security/contentSecurityPolicy/blob-urls-match-self.html as the analogous test |
| blob-url-does-not-match-source-self.htm now passes. |
| * http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self-expected.html: Added. |
| * http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self.html: Added. |
| * http/tests/security/contentSecurityPolicy/blob-url-matches-source-blob-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/blob-url-matches-source-blob.html: Added. |
| * http/tests/security/contentSecurityPolicy/blob-urls-match-self-expected.txt: Removed. |
| * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html: Removed. See the analogous test blob-url-does-not-match-source-self.html. |
| |
| 2016-02-12 Daniel Bates <dabates@apple.com> |
| |
| CSP: Implement child-src directive |
| https://bugs.webkit.org/show_bug.cgi?id=153562 |
| <rdar://problem/24610087> |
| |
| Reviewed by Brent Fulgham. |
| |
| Add new tests, un-skip now passing tests and update incorrect expected result for test http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked.html. |
| |
| * TestExpectations: Remove entry for test http/tests/security/contentSecurityPolicy/worker-script-src.html as it now passes. |
| Mark all tests in http/tests/security/contentSecurityPolicy/1.1/child-src as PASS so that we run them except for tests |
| frame-fires-load-event-when-blocked.html and frame-fires-load-event-when-redirect-blocked.html (formerly named frame-blocked.html |
| and frame-redirect-blocked.html, respectively) as they depend on the fix for <https://bugs.webkit.org/show_bug.cgi?id=153150>. |
| Skip all other CSP 1.1 tests until we fix <https://bugs.webkit.org/show_bug.cgi?id=85558>. Group some CSP 1.1 entries together. |
| * fast/workers/worker-inherits-csp-blocks-eval-expected.txt: Update expected result based on change to worker-inherits-csp-blocks-eval.html. |
| * fast/workers/worker-inherits-csp-blocks-eval.html: Remove source 'self' from script-src directive. This was needed as |
| a workaround for <https://bugs.webkit.org/show_bug.cgi?id=153158> when the script URL for a worker was checked against the |
| script-src directive. Now that the script URL is checked against the child-src directive we do not need this workaround. |
| * fast/workers/worker-inherits-csp-blocks-xhr.html: Ditto. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html: Use js-test-{pre, post}.js as opposed to |
| js-test.js to avoid duplicate "TEST COMPLETE" output. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed.html: Ditto. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked-expected.txt: Update expected result based on changes to frame-blocked.html. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked.html: Update test to work without the fix for <https://bugs.webkit.org/show_bug.cgi?id=153150>. |
| |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked-expected.txt. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-blocked.html: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked.html. |
| Keep a copy of the original test for when we fix <https://bugs.webkit.org/show_bug.cgi?id=153150>. |
| |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-redirect-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked-expected.txt. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-redirect-blocked.html: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked.html. |
| Keep a copy of the original test for when we fix <https://bugs.webkit.org/show_bug.cgi?id=153150>. |
| |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked-expected.txt: Update expected result based on changes to frame-redirect-blocked.html. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked.html: Update test to work without the fix for <https://bugs.webkit.org/show_bug.cgi?id=153150>. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-src-takes-precedence-over-child-src-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-src-takes-precedence-over-child-src.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-allowed.html: Use js-test-{pre, post}.js as opposed to |
| js-test.js to avoid duplicate "TEST COMPLETE" output. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt: Update incorrect expected result to |
| reflect WebKit error message. The current result reflects the error message used by Blink. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked.html: Use js-test-{pre, post}.js as opposed to |
| js-test.js to avoid duplicate "TEST COMPLETE" output. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-allowed-expected.txt: Removed; WebKit does not support shared Web Workers. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-allowed.html: Removed; WebKit does not support shared Web Workers. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-blocked-expected.txt: Removed; WebKit does not support shared Web Workers. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-blocked.html: Removed; WebKit does not support shared Web Workers. |
| * http/tests/security/contentSecurityPolicy/resources/child-src-test.js: Remove logic for testing shared Web Workers as WebKit does not support such workers. |
| (window.onload): Deleted. |
| (injectSharedWorker): Deleted. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-blocks-eval-expected.txt: Update expected result based on change to worker-blob-inherits-csp-blocks-eval.html. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-blocks-eval.html: Remove source 'self' from script-src directive. |
| This was needed as a workaround for <https://bugs.webkit.org/show_bug.cgi?id=153158> when the script URL for a worker was checked |
| against the script-src directive. Now that the script URL is checked against the child-src directive we do not need this workaround. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt: Update |
| expected result based on change to worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports.html. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports.html: |
| Remove source 'self' from script-src directive. This was needed as a workaround for <https://bugs.webkit.org/show_bug.cgi?id=153158> when |
| the script URL for a worker was checked against the script-src directive. Now that the script URL is checked against the child-src directive |
| we do not need this workaround. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked.html: Ditto. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker.html: Add child-src 'none' and remove FIXME comment. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-redirect-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-redirect.html: Added. |
| * platform/ios-simulator/TestExpectations: Remove skip entry for tests in http/tests/security/contentSecurityPolicy/1.1 from this file. |
| Instead we will skip these tests from LayoutTests/TestExpectations since they fail for all ports. |
| * platform/mac/TestExpectations: Ditto. |
| * platform/win/TestExpectations: Ditto. |
| * platform/wk2/TestExpectations: Ditto. |
| |
| 2016-02-11 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Re-enable skipped animations tests on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152131 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-12 Jiewen Tan <jiewen_tan@apple.com> |
| |
| WebKit should expose the DOM 4 Event.isTrusted property |
| https://bugs.webkit.org/show_bug.cgi?id=76121 |
| <rdar://problem/22558494> |
| |
| Reviewed by Darin Adler. |
| |
| * fast/dom/unforgeable-attributes-expected.txt: |
| * fast/xmlhttprequest/xmlhttprequest-get-expected.txt: |
| * http/tests/workers/worker-importScriptsOnError-expected.txt: |
| * imported/blink/fast/events/event-trusted-expected.txt: Added. |
| * imported/blink/fast/events/event-trusted.html: Added. |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-12 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Simplify the relationship between IDBObjectStore and IDBIndex. |
| https://bugs.webkit.org/show_bug.cgi?id=154187 |
| |
| Reviewed by Alex Christensen. |
| |
| * storage/indexeddb/modern/deleteindex-3-expected.txt: Added. |
| * storage/indexeddb/modern/deleteindex-3-private-expected.txt: Added. |
| * storage/indexeddb/modern/deleteindex-3-private.html: Added. |
| * storage/indexeddb/modern/deleteindex-3.html: Added. |
| * storage/indexeddb/modern/resources/deleteindex-3.js: Added. |
| |
| 2016-02-12 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| [ES6] Implement @@search |
| https://bugs.webkit.org/show_bug.cgi?id=143889 |
| |
| Reviewed by Darin Adler. |
| |
| * js/Object-getOwnPropertyNames-expected.txt: |
| * js/dom/string-prototype-properties-expected.txt: |
| * js/regress/script-tests/v8-regexp-search.js: Added. |
| (runRegExpBenchmark.runBlock0): |
| (runRegExpBenchmark.runBlock1): |
| (runRegExpBenchmark): |
| (runRegExpBenchmark.runBlock3): |
| (runRegExpBenchmark.runBlock4): |
| * js/regress/v8-regexp-search-expected.txt: Added. |
| * js/regress/v8-regexp-search.html: Added. |
| * js/script-tests/Object-getOwnPropertyNames.js: |
| * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T3-expected.txt: |
| |
| 2016-02-12 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196466 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-11 Chris Dumez <cdumez@apple.com> |
| |
| [Web IDL] interfaces should inherit EventTarget instead of duplicating the EventTarget API |
| https://bugs.webkit.org/show_bug.cgi?id=154121 |
| <rdar://problem/24613234> |
| |
| Reviewed by Gavin Barraclough. |
| |
| Rebaseline a couple of layout tests now that interfaces inherit EventTarget |
| instead of duplicating the EventTarget API in their IDL. |
| |
| * fast/dom/Window/window-properties-performance-expected.txt: |
| * fast/dom/prototype-chain-expected.txt: |
| |
| 2016-02-11 Zalan Bujtas <zalan@apple.com> |
| |
| Subpixel rendering: Make focusring painting subpixel aware. |
| https://bugs.webkit.org/show_bug.cgi?id=154111 |
| |
| Reviewed by David Hyatt. |
| |
| Do not integral snap focusring rects while collecting them (use device pixel snapping instead |
| right before passing them to GraphicsContext::drawFocusRing). |
| |
| * platform/mac/accessibility/image-link-expected.txt: |
| * platform/mac/accessibility/mac/aria-columnrowheaders-expected.txt: Copied from LayoutTests/platform/mac/accessibility/table-cells-expected.txt. |
| * platform/mac/accessibility/mac/document-links-expected.txt: Added. |
| * platform/mac/accessibility/table-attributes-expected.txt: |
| * platform/mac/accessibility/table-cells-expected.txt: |
| * platform/mac/accessibility/table-sections-expected.txt: |
| * platform/mac/accessibility/table-with-rules-expected.txt: |
| |
| 2016-02-11 Sukolsak Sakshuwong <sukolsak@gmail.com> |
| |
| [INTL] Implement Intl.NumberFormat.prototype.resolvedOptions () |
| https://bugs.webkit.org/show_bug.cgi?id=147602 |
| |
| Reviewed by Darin Adler. |
| |
| * js/intl-numberformat-expected.txt: |
| * js/script-tests/intl-numberformat.js: |
| (testNumberFormat): |
| |
| 2016-02-11 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196423 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-11 Chris Dumez <cdumez@apple.com> |
| |
| Move 'length' property to the prototype |
| https://bugs.webkit.org/show_bug.cgi?id=154051 |
| <rdar://problem/24577385> |
| |
| Reviewed by Darin Adler. |
| |
| Rebaseline a couple of existing layout tests now that 'length' is |
| on the prototype. |
| |
| * fast/dom/htmlcollection-getownpropertynames-expected.txt: |
| * storage/domstorage/localstorage/delete-defineproperty-removal-expected.txt: |
| |
| 2016-02-11 Frederic Wang <fred.wang@free.fr> |
| |
| Use Testharness.js for the MathML script tests |
| https://bugs.webkit.org/show_bug.cgi?id=154065 |
| |
| Reviewed by Darin Adler. |
| |
| * mathml/opentype/large-operators-munderover-expected.txt: |
| * mathml/opentype/large-operators-munderover.html: |
| * mathml/presentation/inferred-mrow-baseline-expected.txt: |
| * mathml/presentation/inferred-mrow-baseline.html: |
| * mathml/presentation/inferred-mrow-stretchy-expected.txt: |
| * mathml/presentation/inferred-mrow-stretchy.html: |
| * mathml/presentation/stretchy-depth-height-expected.txt: |
| * mathml/presentation/stretchy-depth-height-symmetric-expected.txt: |
| * mathml/presentation/stretchy-depth-height-symmetric.html: |
| * mathml/presentation/stretchy-depth-height.html: |
| |
| 2016-02-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Removing deleted tests from ios-simulator TestExpectations |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Adding an ios-simulator expectation for fast/dom/event-handler-attributes.html |
| https://bugs.webkit.org/show_bug.cgi?id=153763 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt: Added. |
| |
| 2016-02-10 Eric Carlson <eric.carlson@apple.com> |
| |
| Update "manual" caption track logic |
| https://bugs.webkit.org/show_bug.cgi?id=154084 |
| <rdar://problem/24530516> |
| |
| Reviewed by Dean Jackson. |
| |
| * media/track/track-manual-mode-expected.txt: |
| * media/track/track-manual-mode.html: |
| |
| 2016-02-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after 196392 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-10 Chris Dumez <cdumez@apple.com> |
| |
| [Web IDL] interface objects should be Function objects |
| https://bugs.webkit.org/show_bug.cgi?id=154038 |
| <rdar://problem/24569358> |
| |
| Reviewed by Geoffrey Garen. |
| |
| Rebaseline / update existing layout tests now that interface objects |
| are now Function objects. Also add a layout test to cover various |
| aspects of interface objects. |
| |
| * css3/blending/background-blend-mode-property-parsing-expected.txt: |
| * css3/blending/blend-mode-property-parsing-expected.txt: |
| * css3/blending/script-tests/background-blend-mode-property-parsing.js: |
| (shouldBeType): |
| * css3/blending/script-tests/blend-mode-property-parsing.js: |
| (shouldBeType): |
| * css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: |
| * css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: |
| (shouldBeType): |
| * css3/filters/filter-property-parsing-expected.txt: |
| * css3/filters/script-tests/filter-property-parsing.js: |
| (shouldBeType): |
| * fast/css/image-set-parsing-expected.txt: |
| * fast/css/script-tests/image-set-parsing.js: |
| (shouldBeType): |
| * fast/dom/DOMException/XPathException-expected.txt: |
| * fast/dom/DOMException/prototype-object-expected.txt: |
| * fast/dom/DOMException/prototype-object.html: |
| * fast/dom/DOMException/resources/XPathException.js: |
| * fast/dom/MutationObserver/mutation-record-constructor-expected.txt: |
| * fast/dom/MutationObserver/mutation-record-constructor.html: |
| * fast/dom/Window/element-constructors-on-window-expected.txt: |
| * fast/dom/call-a-constructor-as-a-function-expected.txt: |
| * fast/dom/constructor-proto-expected.txt: |
| * fast/dom/constructor-proto.html: |
| * fast/dom/wrapper-classes-expected.txt: |
| * fast/dom/wrapper-classes.html: |
| * fast/mediastream/MediaStreamConstructor-expected.txt: |
| * fast/mediastream/MediaStreamConstructor.html: |
| * fast/workers/constructor-proto-expected.txt: |
| * fast/workers/worker-location-expected.txt: |
| * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: |
| * http/tests/xmlhttprequest/XMLHttpRequestException.html: |
| * js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| * js/dom/script-tests/global-constructors-attributes-idb.js: |
| (constructorPropertiesOnGlobalObject): |
| * js/dom/script-tests/global-constructors-attributes.js: |
| (constructorPropertiesOnGlobalObject): |
| * js/interface-objects-expected.txt: Added. |
| * js/interface-objects.html: Added. |
| * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: |
| * media/encrypted-media/encrypted-media-v2-syntax.html: |
| * media/track/track-vttcue-expected.txt: |
| * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * svg/custom/SVGException-expected.txt: |
| * svg/custom/global-constructors-expected.txt: |
| * svg/custom/script-tests/SVGException.js: |
| * svg/custom/script-tests/global-constructors.js: |
| (shouldBeDefined): |
| * transforms/2d/transform-value-types-expected.txt: |
| * transforms/2d/transform-value-types.html: |
| |
| 2016-02-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/css-generated-content/details-summary-before-after.html as failing on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153029 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Reaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196374 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-10 Chris Dumez <cdumez@apple.com> |
| |
| Attributes on the Window instance should be configurable unless [Unforgeable] |
| https://bugs.webkit.org/show_bug.cgi?id=153920 |
| <rdar://problem/24563211> |
| |
| Reviewed by Darin Adler. |
| |
| * fast/dom/Window/window-properties-configurable-expected.txt: Added. |
| * fast/dom/Window/window-properties-configurable.html: Added. |
| Add a test to check that Window properties are reported as configurable |
| unless the [Unforgeable] ones and that deleting them actually works. |
| |
| * fast/dom/global-constructors.html: |
| Update test so it no longer expects window.Node to be shadowable. As per |
| the specification, the "Node" property is on the window instance, not its |
| prototype. Therefore, it should cannot be shadowed and setting it to |
| something actually overwites the previous value, given that the property |
| is writable as per: |
| - http://heycam.github.io/webidl/#es-interfaces |
| I have verified that the new behavior is consistent with Firefox. |
| |
| * http/tests/security/cross-origin-reified-window-property-access-expected.txt: Added. |
| * http/tests/security/cross-origin-reified-window-property-access.html: Added. |
| * http/tests/security/resources/reify-window.html: Added. |
| Add a test case to cover cross-origin access of Window properties after |
| reification. |
| |
| * js/getOwnPropertyDescriptor-unforgeable-attributes-expected.txt: |
| * js/getOwnPropertyDescriptor-unforgeable-attributes.html: |
| Drop window.self from the list of unforgeable attributes. This attribute |
| is not unforgeable in our implementation or in the specification: |
| - https://html.spec.whatwg.org/multipage/browsers.html#the-window-object |
| |
| * js/getOwnPropertyDescriptor-window-attributes-expected.txt: |
| * js/getOwnPropertyDescriptor-window-attributes.html: |
| - Add coverage for window.self which is a regular Window property. |
| - Add coverage for window.Node which is a constructor property |
| - Add coverage for window.constructor. It should really be on the prototype |
| as per the specification but this at least checks that the property is |
| configurable, as per the specification. |
| - Rebaseline the test as more checks are passing now that Window properties |
| are marked as configurable. |
| |
| 2016-02-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skop fast/regions/text-break-properties.html on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153762 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-09 Nan Wang <n_wang@apple.com> |
| |
| AX: Implement word related text marker functions using TextIterator |
| https://bugs.webkit.org/show_bug.cgi?id=153939 |
| <rdar://problem/24269605> |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/mac/text-marker-word-nav-expected.txt: Added. |
| * accessibility/mac/text-marker-word-nav.html: Added. |
| * accessibility/text-marker/text-marker-previous-next-expected.txt: |
| * accessibility/text-marker/text-marker-previous-next.html: |
| |
| 2016-02-09 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Mark perf/adding-radio-buttons.html as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=154055 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-09 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline tests for ios-simulator after r196222 |
| https://bugs.webkit.org/show_bug.cgi?id=154053 |
| |
| Reviewed by Zalan Bujtas. |
| |
| * platform/ios-simulator-wk2/compositing/geometry/composited-in-columns-expected.txt: |
| * platform/ios-simulator-wk2/compositing/layer-creation/overlap-animation-container-expected.txt: Added. |
| * platform/ios-simulator-wk2/compositing/visibility/visibility-image-layers-dynamic-expected.txt: |
| * platform/ios-simulator-wk2/fast/inline/continuation-outlines-with-layers-expected.txt: Added. |
| * platform/ios-simulator-wk2/fast/layers/scroll-rect-to-visible-expected.txt: |
| |
| 2016-02-09 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline compositing/overflow/scrollbar-painting.html for ios-simulator after r196244 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/compositing/overflow/scrollbar-painting-expected.txt: |
| |
| 2016-02-09 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196303 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-09 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline more tests for ios-simulator after r196244 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/compositing/overflow/overflow-scroll-expected.txt: |
| * platform/ios-simulator-wk2/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: |
| * platform/ios-simulator-wk2/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: |
| * platform/ios-simulator-wk2/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/ios-simulator-wk2/fast/clip/014-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/overflow-unsplittable-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: |
| * platform/ios-simulator-wk2/fast/overflow/float-in-relpositioned-expected.txt: |
| * platform/ios-simulator-wk2/fast/overflow/overflow-auto-position-absolute-expected.txt: |
| * platform/ios-simulator-wk2/fast/overflow/paged-x-div-expected.txt: |
| * platform/ios-simulator-wk2/fast/overflow/paged-x-div-with-column-gap-expected.txt: |
| * platform/ios-simulator-wk2/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| |
| 2016-02-09 Zalan Bujtas <zalan@apple.com> |
| |
| Outline corners do not align properly for multiline inlines. |
| https://bugs.webkit.org/show_bug.cgi?id=154025 |
| |
| Reviewed by David Hyatt. |
| |
| Adjust border position when outline-offset > 0. This patch also |
| removes integral pixelsnapping (drawLineForBoxSide takes care of |
| device pixelsnapping). |
| |
| * fast/inline/outline-corners-with-offset-expected.html: Added. |
| * fast/inline/outline-corners-with-offset.html: Added. |
| |
| 2016-02-09 Zalan Bujtas <zalan@apple.com> |
| |
| [Win] Rebaseline after r196244. |
| |
| Unreviewed test gardening. |
| |
| * platform/win/css3/unicode-bidi-isolate-basic-expected.txt: |
| * platform/win/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/win/fast/block/positioning/auto/vertical-rl/007-expected.txt: |
| * platform/win/fast/borders/border-antialiasing-expected.txt: |
| * platform/win/fast/clip/001-expected.txt: |
| * platform/win/fast/clip/013-expected.txt: |
| * platform/win/fast/clip/014-expected.txt: |
| * platform/win/fast/clip/outline-overflowClip-expected.txt: |
| * platform/win/fast/css/clip-zooming-expected.txt: |
| * platform/win/fast/frames/flattening/iframe-flattening-offscreen-expected.txt: Added. |
| * platform/win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: |
| * platform/win/fast/line-grid/line-grid-inside-columns-expected.txt: |
| * platform/win/fast/line-grid/line-grid-into-columns-expected.txt: |
| * platform/win/fast/lists/scrolled-marker-paint-expected.txt: |
| * platform/win/fast/multicol/client-rects-expected.txt: |
| * platform/win/fast/multicol/column-break-with-balancing-expected.txt: |
| * platform/win/fast/multicol/column-rules-expected.txt: |
| * platform/win/fast/multicol/column-rules-stacking-expected.txt: |
| * platform/win/fast/multicol/columns-shorthand-parsing-expected.txt: |
| * platform/win/fast/multicol/float-paginate-complex-expected.txt: |
| * platform/win/fast/multicol/float-paginate-empty-lines-expected.txt: |
| * platform/win/fast/multicol/float-paginate-expected.txt: |
| * platform/win/fast/multicol/layers-in-multicol-expected.txt: |
| * platform/win/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/win/fast/multicol/max-height-columns-block-expected.txt: |
| * platform/win/fast/multicol/nested-columns-expected.txt: |
| * platform/win/fast/multicol/newmulticol/client-rects-expected.txt: |
| * platform/win/fast/multicol/overflow-across-columns-expected.txt: |
| * platform/win/fast/multicol/overflow-across-columns-percent-height-expected.txt: |
| * platform/win/fast/multicol/overflow-unsplittable-expected.txt: |
| * platform/win/fast/multicol/paginate-block-replaced-expected.txt: |
| * platform/win/fast/multicol/pagination/BottomToTop-bt-expected.txt: |
| * platform/win/fast/multicol/pagination/BottomToTop-lr-expected.txt: |
| * platform/win/fast/multicol/pagination/BottomToTop-rl-expected.txt: |
| * platform/win/fast/multicol/pagination/BottomToTop-tb-expected.txt: |
| * platform/win/fast/multicol/pagination/LeftToRight-bt-expected.txt: |
| * platform/win/fast/multicol/pagination/LeftToRight-rl-expected.txt: |
| * platform/win/fast/multicol/pagination/LeftToRight-tb-expected.txt: |
| * platform/win/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt: |
| * platform/win/fast/multicol/pagination/RightToLeft-bt-expected.txt: |
| * platform/win/fast/multicol/pagination/RightToLeft-lr-expected.txt: |
| * platform/win/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: |
| * platform/win/fast/multicol/pagination/RightToLeft-rl-expected.txt: |
| * platform/win/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt: |
| * platform/win/fast/multicol/pagination/RightToLeft-tb-expected.txt: |
| * platform/win/fast/multicol/pagination/TopToBottom-bt-expected.txt: |
| * platform/win/fast/multicol/pagination/TopToBottom-lr-expected.txt: |
| * platform/win/fast/multicol/pagination/TopToBottom-rl-expected.txt: |
| * platform/win/fast/multicol/positive-leading-expected.txt: |
| * platform/win/fast/multicol/scrolling-column-rules-expected.txt: |
| * platform/win/fast/multicol/scrolling-overflow-expected.txt: |
| * platform/win/fast/multicol/span/anonymous-style-inheritance-expected.txt: |
| * platform/win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: |
| * platform/win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: |
| * platform/win/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: |
| * platform/win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: |
| * platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt: |
| * platform/win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: |
| * platform/win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/win/fast/multicol/span/span-as-nested-columns-child-expected.txt: |
| * platform/win/fast/multicol/span/span-margin-collapsing-expected.txt: |
| * platform/win/fast/multicol/table-vertical-align-expected.txt: |
| * platform/win/fast/multicol/tall-image-behavior-expected.txt: |
| * platform/win/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: |
| * platform/win/fast/multicol/vertical-lr/column-rules-expected.txt: |
| * platform/win/fast/multicol/vertical-lr/float-multicol-expected.txt: |
| * platform/win/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: |
| * platform/win/fast/multicol/vertical-lr/float-paginate-expected.txt: |
| * platform/win/fast/multicol/vertical-lr/nested-columns-expected.txt: |
| * platform/win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: |
| * platform/win/fast/multicol/vertical-rl/column-rules-expected.txt: |
| * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt: |
| * platform/win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: |
| * platform/win/fast/multicol/vertical-rl/float-paginate-expected.txt: |
| * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt: |
| * platform/win/fast/overflow/clip-rects-fixed-ancestor-expected.txt: |
| * platform/win/fast/overflow/float-in-relpositioned-expected.txt: |
| * platform/win/fast/overflow/overflow-auto-position-absolute-expected.txt: |
| * platform/win/fast/overflow/overflow-rtl-expected.txt: |
| * platform/win/fast/overflow/paged-x-div-expected.txt: |
| * platform/win/fast/overflow/paged-x-div-with-column-gap-expected.txt: |
| * platform/win/fast/overflow/paged-x-on-root-expected.txt: |
| * platform/win/fast/overflow/paged-x-with-column-gap-expected.txt: |
| * platform/win/fast/overflow/paged-y-div-expected.txt: |
| * platform/win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| * platform/win/fast/repaint/box-shadow-h-expected.txt: |
| * platform/win/fast/repaint/box-shadow-v-expected.txt: |
| * platform/win/fast/repaint/layer-outline-expected.txt: |
| * platform/win/fast/repaint/layer-outline-horizontal-expected.txt: |
| * platform/win/fast/table/edge-offsets-expected.txt: |
| * platform/win/fast/transforms/overflow-with-transform-expected.txt: |
| * platform/win/printing/single-line-must-not-be-split-into-two-pages-expected.txt: |
| * platform/win/scrollbars/scrollbars-on-positioned-content-expected.txt: |
| * platform/win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: |
| * platform/win/svg/custom/image-rescale-clip-expected.txt: |
| |
| 2016-02-09 Zalan Bujtas <zalan@apple.com> |
| |
| [iOS] Rebaseline after r196244. |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/compositing/geometry/clipping-foreground-expected.txt: |
| * platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt: |
| * platform/ios-simulator/compositing/overflow/overflow-scroll-expected.txt: |
| * platform/ios-simulator/compositing/overflow/parent-overflow-expected.txt: |
| * platform/ios-simulator/compositing/overflow/scrollbar-painting-expected.txt: |
| * platform/ios-simulator/compositing/sibling-positioning-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added. |
| * platform/ios-simulator/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added. |
| * platform/ios-simulator/css3/blending/blend-mode-overflow-expected.txt: |
| * platform/ios-simulator/css3/unicode-bidi-isolate-basic-expected.txt: |
| * platform/ios-simulator/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/ios-simulator/fast/borders/border-antialiasing-expected.txt: |
| * platform/ios-simulator/fast/clip/001-expected.txt: |
| * platform/ios-simulator/fast/clip/013-expected.txt: |
| * platform/ios-simulator/fast/clip/014-expected.txt: |
| * platform/ios-simulator/fast/clip/016-expected.txt: |
| * platform/ios-simulator/fast/clip/outline-overflowClip-expected.txt: |
| * platform/ios-simulator/fast/css/clip-zooming-expected.txt: |
| * platform/ios-simulator/fast/frames/flattening/iframe-flattening-offscreen-expected.txt: |
| * platform/ios-simulator/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: |
| * platform/ios-simulator/fast/line-grid/line-grid-inside-columns-expected.txt: |
| * platform/ios-simulator/fast/line-grid/line-grid-into-columns-expected.txt: |
| * platform/ios-simulator/fast/lists/scrolled-marker-paint-expected.txt: |
| * platform/ios-simulator/fast/multicol/client-rects-expected.txt: |
| * platform/ios-simulator/fast/multicol/column-break-with-balancing-expected.txt: |
| * platform/ios-simulator/fast/multicol/column-rules-expected.txt: |
| * platform/ios-simulator/fast/multicol/column-rules-stacking-expected.txt: |
| * platform/ios-simulator/fast/multicol/columns-shorthand-parsing-expected.txt: |
| * platform/ios-simulator/fast/multicol/float-paginate-complex-expected.txt: |
| * platform/ios-simulator/fast/multicol/float-paginate-empty-lines-expected.txt: |
| * platform/ios-simulator/fast/multicol/float-paginate-expected.txt: |
| * platform/ios-simulator/fast/multicol/layers-in-multicol-expected.txt: |
| * platform/ios-simulator/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/ios-simulator/fast/multicol/max-height-columns-block-expected.txt: |
| * platform/ios-simulator/fast/multicol/nested-columns-expected.txt: |
| * platform/ios-simulator/fast/multicol/newmulticol/client-rects-expected.txt: |
| * platform/ios-simulator/fast/multicol/overflow-across-columns-expected.txt: |
| * platform/ios-simulator/fast/multicol/overflow-across-columns-percent-height-expected.txt: |
| * platform/ios-simulator/fast/multicol/overflow-unsplittable-expected.txt: |
| * platform/ios-simulator/fast/multicol/paginate-block-replaced-expected.txt: |
| * platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-bt-expected.txt. |
| * platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-lr-expected.txt. |
| * platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-rl-expected.txt. |
| * platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-bt-expected.txt. |
| * platform/ios-simulator/fast/multicol/pagination/LeftToRight-bt-expected.txt: |
| * platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt: |
| * platform/ios-simulator/fast/multicol/pagination/LeftToRight-tb-expected.txt: |
| * platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-tb-expected.txt. |
| * platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt. |
| * platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt. |
| * platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt. |
| * platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-tb-expected.txt. |
| * platform/ios-simulator/fast/multicol/pagination/TopToBottom-bt-expected.txt: |
| * platform/ios-simulator/fast/multicol/pagination/TopToBottom-lr-expected.txt: |
| * platform/ios-simulator/fast/multicol/pagination/TopToBottom-rl-expected.txt: |
| * platform/ios-simulator/fast/multicol/positive-leading-expected.txt: |
| * platform/ios-simulator/fast/multicol/scrolling-column-rules-expected.txt: |
| * platform/ios-simulator/fast/multicol/scrolling-overflow-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/anonymous-style-inheritance-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/span-as-nested-columns-child-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/span-margin-collapsing-expected.txt: |
| * platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt: |
| * platform/ios-simulator/fast/multicol/tall-image-behavior-expected.txt: |
| * platform/ios-simulator/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: |
| * platform/ios-simulator/fast/multicol/vertical-lr/column-rules-expected.txt: |
| * platform/ios-simulator/fast/multicol/vertical-lr/float-multicol-expected.txt: |
| * platform/ios-simulator/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: |
| * platform/ios-simulator/fast/multicol/vertical-lr/float-paginate-expected.txt: |
| * platform/ios-simulator/fast/multicol/vertical-lr/nested-columns-expected.txt: |
| * platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt. |
| * platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/vertical-lr/column-rules-expected.txt. |
| * platform/ios-simulator/fast/multicol/vertical-rl/float-multicol-expected.txt: |
| * platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/vertical-lr/float-paginate-complex-expected.txt. |
| * platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-expected.txt: |
| * platform/ios-simulator/fast/multicol/vertical-rl/nested-columns-expected.txt: |
| * platform/ios-simulator/fast/overflow/float-in-relpositioned-expected.txt: |
| * platform/ios-simulator/fast/overflow/overflow-auto-position-absolute-expected.txt: |
| * platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt: |
| * platform/ios-simulator/fast/overflow/paged-x-div-expected.txt: |
| * platform/ios-simulator/fast/overflow/paged-x-div-with-column-gap-expected.txt: |
| * platform/ios-simulator/fast/overflow/paged-x-on-root-expected.txt: |
| * platform/ios-simulator/fast/overflow/paged-x-with-column-gap-expected.txt: |
| * platform/ios-simulator/fast/overflow/paged-y-div-expected.txt: |
| * platform/ios-simulator/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| * platform/ios-simulator/fast/regions/repaint/region-painting-via-layout-expected.txt: |
| * platform/ios-simulator/fast/table/edge-offsets-expected.txt: |
| * platform/ios-simulator/fast/transforms/overflow-with-transform-expected.txt: |
| * platform/ios-simulator/svg/custom/image-rescale-clip-expected.txt: |
| |
| 2016-02-08 Chris Dumez <cdumez@apple.com> |
| |
| Attribute getters should not require an explicit 'this' value for Window properties |
| https://bugs.webkit.org/show_bug.cgi?id=153968 |
| |
| Reviewed by Darin Adler. |
| |
| Rebaseline existing tests now that more checks are passing. |
| |
| * fast/dom/Window/getOwnPropertyDescriptor-other-window-expected.txt: |
| * fast/dom/Window/getOwnPropertyDescriptor-other-window.html: |
| * js/getOwnPropertyDescriptor-window-attributes-expected.txt: |
| |
| 2016-02-08 Nan Wang <n_wang@apple.com> |
| |
| AX: crash at WebCore::Range::selectNodeContents(WebCore::Node*, int&) |
| https://bugs.webkit.org/show_bug.cgi?id=154018 |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/text-marker/text-marker-range-stale-node-crash-expected.txt: Added. |
| * accessibility/text-marker/text-marker-range-stale-node-crash.html: Added. |
| |
| 2016-02-08 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Zooming in on the timeline graph does not increase its time resolution from minutes |
| https://bugs.webkit.org/show_bug.cgi?id=154013 |
| <rdar://problem/23844527> |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/unit-tests/number-utilities-expected.txt: Added. |
| * inspector/unit-tests/number-utilities.html: Added. |
| Basic tests for our Number utilities methods. |
| |
| 2016-02-08 Daniel Bates <dabates@apple.com> |
| |
| CSP connect-src directive should block redirects |
| https://bugs.webkit.org/show_bug.cgi?id=69359 |
| <rdar://problem/24383025> |
| |
| Reviewed by Brent Fulgham. |
| |
| Add more tests, update erroneous expected results, and remove some entries from TestExpectations for tests |
| that now pass. |
| |
| * TestExpectations: Remove entries for tests that now pass. The failure of test http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html |
| was erroneously attributed to <https://bugs.webkit.org/show_bug.cgi?id=153562>. |
| * http/tests/security/contentSecurityPolicy/resources/determine-content-security-policy-header.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/script-set-value.js: Use global variable self instead of window so as to |
| make this script work both from a Document and a Web Worker. In a document, self refers to the Window object and in a worker |
| it refers to the WorkerGlobalScope object. |
| * http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-allowed.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-blocked.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/worker-xhr-allowed.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-allowed.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-blocked.php: Added. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-expected.txt: Remove Blink-specific messages so that the test passes. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt: Substitute Blink-specific error text with the analogous WebKit error text. |
| * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html: Ditto. |
| * http/tests/security/contentSecurityPolicy/worker-without-csp-importScripts-redirect-cross-origin-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-without-csp-importScripts-redirect-cross-origin-allowed.html: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-redirect-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-redirect.html: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScript-redirect-cross-origin-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScript-redirect-cross-origin.html: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScripts-redirect-cross-origin-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScript-redirect-cross-origin-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScripts-redirect-cross-origin-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScripts-redirect-cross-origin.html: Added. |
| * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-redirect-cross-origin-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-redirect-cross-origin.html: Added. |
| * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr.html: Added. |
| |
| 2016-02-08 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| {Map,Set}.prototype.forEach should be visible as own properties |
| https://bugs.webkit.org/show_bug.cgi?id=153974 |
| |
| Reviewed by Darin Adler. |
| |
| * js/Object-getOwnPropertyNames-expected.txt: |
| * js/script-tests/Object-getOwnPropertyNames.js: |
| |
| 2016-02-08 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: copy({x:1}) should copy "{x:1}", not "[object Object]" |
| https://bugs.webkit.org/show_bug.cgi?id=148605 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/console/command-line-api-copy-expected.txt: Added. |
| * inspector/console/command-line-api-copy.html: Added. |
| * http/tests/inspector/console/cross-domain-inspected-node-access-expected.txt: |
| |
| 2016-02-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Mark fast/text/crash-complex-text-surrogate.html as flaky on mac-wk2 |
| https://bugs.webkit.org/show_bug.cgi?id=154005 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2016-02-08 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| REGRESSION(r181345): SVG polyline and polygon leak page |
| https://bugs.webkit.org/show_bug.cgi?id=152759 |
| |
| Reviewed by Darin Adler. |
| |
| * TestExpectations: Remove flaky tests from test expectation. |
| |
| * svg/animations/smil-leak-list-property-instances-expected.txt: Added. |
| * svg/animations/smil-leak-list-property-instances.svg: Added. |
| Ensure if SVGPolylineElement.points is requested from JS, the document will |
| not leak. |
| |
| 2016-02-08 Brady Eidson <beidson@apple.com> |
| |
| IndexedDB: No test covers cursor.delete() setting the source of the request to the cursor. |
| https://bugs.webkit.org/show_bug.cgi?id=153992 |
| |
| Reviewed by Jer Noble. |
| |
| * storage/indexeddb/cursor-delete-expected.txt: |
| * storage/indexeddb/cursor-delete-private-expected.txt: |
| * storage/indexeddb/resources/cursor-delete.js: |
| |
| 2016-02-08 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| [ES6] Arrow function syntax. Using 'super' in arrow function that declared out of the class should lead to Syntax error |
| https://bugs.webkit.org/show_bug.cgi?id=150893 |
| |
| Reviewed by Saam Barati. |
| |
| Adding tests for using of the 'super' inside of the arrow function |
| |
| * js/arrowfunction-superproperty-expected.txt: |
| * js/arrowfunction-syntax-errors-expected.txt: |
| * js/script-tests/arrowfunction-superproperty.js: |
| * js/script-tests/arrowfunction-syntax-errors.js: |
| |
| 2016-02-08 Adrien Plazas <aplazas@igalia.com> |
| |
| Timeouts in tests because of non implemented UIScriptController::singleTapAtPoint() |
| https://bugs.webkit.org/show_bug.cgi?id=153833 |
| |
| Unreviewed. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-07 Zalan Bujtas <zalan@apple.com> |
| |
| Outline does not clip when ancestor has overflow: hidden and requires layer. |
| https://bugs.webkit.org/show_bug.cgi?id=153901 |
| |
| Now that outline is part of visual overflow, we no longer need the special outline cliprect. |
| PaintPhaseChildOutlines drawing will switch to foreground cliprect. It ensures proper overflow clipping |
| at parent level. PaintPhaseSelfOutline drawing will start using the visual overflow inflated background cliprect. |
| With this change, outline will be using the same cliprects as the other visual overflow properties (box-shadow etc). |
| |
| Reviewed by David Hyatt. |
| |
| * compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: |
| * compositing/masks/mask-of-clipped-layer-expected.txt: |
| * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: |
| * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: |
| * css3/blending/blend-mode-isolation-turn-off-self-painting-layer2-expected.txt: |
| * css3/blending/blend-mode-isolation-turn-on-self-painting-layer-expected.txt: |
| * fast/block/positioning/negative-rel-position-expected.txt: |
| * fast/dynamic/staticY-expected.txt: |
| * fast/inline/absolute-positioned-block-in-centred-block-expected.txt: |
| * fast/multicol/flipped-blocks-border-after-expected.txt: |
| * fast/multicol/pagination-h-horizontal-bt-expected.txt: |
| * fast/multicol/pagination-h-horizontal-tb-expected.txt: |
| * fast/multicol/pagination-h-vertical-rl-expected.txt: |
| * fast/multicol/pagination-v-horizontal-bt-expected.txt: |
| * fast/multicol/pagination-v-vertical-lr-expected.txt: |
| * fast/multicol/pagination-v-vertical-rl-expected.txt: |
| * fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt: |
| * fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt: |
| * fast/multicol/progression-reverse-expected.txt: |
| * fast/multicol/vertical-rl/rules-with-border-before-expected.txt: |
| * fast/overflow/overflow-update-transform-expected.txt: |
| * fast/overflow/position-relative-expected.txt: |
| * fast/repaint/focus-ring-expected.txt: |
| * fast/repaint/focus-ring-repaint.html: |
| * fast/repaint/outline-with-overflow-hidden-ancestor-expected.html: Added. |
| * fast/repaint/outline-with-overflow-hidden-ancestor.html: Added. |
| * fast/table/overflow-table-collapsed-borders-cell-painting-expected.txt: |
| * fast/table/overflow-table-collapsed-borders-cell-painting-table-self-painting-layer-expected.txt: |
| * fast/table/overflow-table-collapsed-borders-section-layer-painting-expected.txt: |
| * fast/table/overflow-table-collapsed-borders-section-layer-table-self-painting-layer-expected.txt: |
| * fast/table/overflow-table-collapsed-borders-section-self-painting-layer-painting-expected.txt: |
| * fast/table/overflow-table-collapsed-borders-section-self-painting-layer-table-self-painting-layer-expected.txt: |
| * platform/mac/compositing/geometry/clipping-foreground-expected.txt: |
| * platform/mac/compositing/geometry/root-layer-update-expected.txt: |
| * platform/mac/compositing/overflow/ancestor-overflow-expected.txt: |
| * platform/mac/compositing/overflow/nested-scrolling-expected.txt: |
| * platform/mac/compositing/overflow/overflow-scroll-expected.txt: |
| * platform/mac/compositing/overflow/parent-overflow-expected.txt: |
| * platform/mac/compositing/overflow/scrollbar-painting-expected.txt: |
| * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.txt: |
| * platform/mac/compositing/sibling-positioning-expected.txt: |
| * platform/mac/css3/blending/blend-mode-overflow-expected.txt: |
| * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt: |
| * platform/mac/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.txt: |
| * platform/mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: |
| * platform/mac/fast/borders/border-antialiasing-expected.txt: |
| * platform/mac/fast/clip/001-expected.txt: |
| * platform/mac/fast/clip/013-expected.txt: |
| * platform/mac/fast/clip/014-expected.txt: |
| * platform/mac/fast/clip/016-expected.txt: |
| * platform/mac/fast/clip/outline-overflowClip-expected.txt: |
| * platform/mac/fast/css/clip-zooming-expected.txt: |
| * platform/mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: |
| * platform/mac/fast/line-grid/line-grid-inside-columns-expected.txt: |
| * platform/mac/fast/line-grid/line-grid-into-columns-expected.txt: |
| * platform/mac/fast/lists/scrolled-marker-paint-expected.txt: |
| * platform/mac/fast/multicol/client-rects-expected.txt: |
| * platform/mac/fast/multicol/column-break-with-balancing-expected.txt: |
| * platform/mac/fast/multicol/column-rules-expected.txt: |
| * platform/mac/fast/multicol/column-rules-stacking-expected.txt: |
| * platform/mac/fast/multicol/columns-shorthand-parsing-expected.txt: |
| * platform/mac/fast/multicol/float-paginate-complex-expected.txt: |
| * platform/mac/fast/multicol/float-paginate-empty-lines-expected.txt: |
| * platform/mac/fast/multicol/float-paginate-expected.txt: |
| * platform/mac/fast/multicol/layers-in-multicol-expected.txt: |
| * platform/mac/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/mac/fast/multicol/max-height-columns-block-expected.txt: |
| * platform/mac/fast/multicol/nested-columns-expected.txt: |
| * platform/mac/fast/multicol/newmulticol/client-rects-expected.txt: |
| * platform/mac/fast/multicol/overflow-across-columns-expected.txt: |
| * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt: |
| * platform/mac/fast/multicol/overflow-unsplittable-expected.txt: |
| * platform/mac/fast/multicol/paginate-block-replaced-expected.txt: |
| * platform/mac/fast/multicol/pagination/BottomToTop-bt-expected.txt: |
| * platform/mac/fast/multicol/pagination/BottomToTop-lr-expected.txt: |
| * platform/mac/fast/multicol/pagination/BottomToTop-rl-expected.txt: |
| * platform/mac/fast/multicol/pagination/BottomToTop-tb-expected.txt: |
| * platform/mac/fast/multicol/pagination/LeftToRight-bt-expected.txt: |
| * platform/mac/fast/multicol/pagination/LeftToRight-rl-expected.txt: |
| * platform/mac/fast/multicol/pagination/LeftToRight-tb-expected.txt: |
| * platform/mac/fast/multicol/pagination/RightToLeft-bt-expected.txt: |
| * platform/mac/fast/multicol/pagination/RightToLeft-lr-expected.txt: |
| * platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: |
| * platform/mac/fast/multicol/pagination/RightToLeft-rl-expected.txt: |
| * platform/mac/fast/multicol/pagination/RightToLeft-tb-expected.txt: |
| * platform/mac/fast/multicol/pagination/TopToBottom-bt-expected.txt: |
| * platform/mac/fast/multicol/pagination/TopToBottom-lr-expected.txt: |
| * platform/mac/fast/multicol/pagination/TopToBottom-rl-expected.txt: |
| * platform/mac/fast/multicol/positive-leading-expected.txt: |
| * platform/mac/fast/multicol/scrolling-column-rules-expected.txt: |
| * platform/mac/fast/multicol/scrolling-overflow-expected.txt: |
| * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt: |
| * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: |
| * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: |
| * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: |
| * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: |
| * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt: |
| * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: |
| * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: |
| * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt: |
| * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt: |
| * platform/mac/fast/multicol/table-vertical-align-expected.txt: |
| * platform/mac/fast/multicol/tall-image-behavior-expected.txt: |
| * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: |
| * platform/mac/fast/multicol/vertical-lr/column-rules-expected.txt: |
| * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt: |
| * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: |
| * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.txt: |
| * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt: |
| * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: |
| * platform/mac/fast/multicol/vertical-rl/column-rules-expected.txt: |
| * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt: |
| * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: |
| * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.txt: |
| * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt: |
| * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt: |
| * platform/mac/fast/overflow/float-in-relpositioned-expected.txt: |
| * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: |
| * platform/mac/fast/overflow/overflow-rtl-expected.txt: |
| * platform/mac/fast/overflow/paged-x-div-expected.txt: |
| * platform/mac/fast/overflow/paged-x-div-with-column-gap-expected.txt: |
| * platform/mac/fast/overflow/paged-x-on-root-expected.txt: |
| * platform/mac/fast/overflow/paged-x-with-column-gap-expected.txt: |
| * platform/mac/fast/overflow/paged-y-div-expected.txt: |
| * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| * platform/mac/fast/regions/repaint/region-painting-via-layout-expected.txt: |
| * platform/mac/fast/repaint/box-shadow-h-expected.txt: |
| * platform/mac/fast/repaint/box-shadow-v-expected.txt: |
| * platform/mac/fast/repaint/layer-outline-expected.txt: |
| * platform/mac/fast/repaint/layer-outline-horizontal-expected.txt: |
| * platform/mac/fast/table/edge-offsets-expected.txt: |
| * platform/mac/fast/transforms/overflow-with-transform-expected.txt: |
| * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: |
| * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: |
| * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: |
| * platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt: |
| * platform/mac/scrollbars/scrollbars-on-positioned-content-expected.txt: |
| * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: |
| * platform/mac/svg/custom/image-rescale-clip-expected.txt: |
| * svg/overflow/overflow-on-foreignObject-expected.txt: |
| |
| 2016-02-07 Saam barati <sbarati@apple.com> |
| |
| [ES6] bound functions .name property should be "bound " + the target function's name |
| https://bugs.webkit.org/show_bug.cgi?id=153796 |
| |
| Reviewed by Darin Adler. |
| |
| * js/bound-function-name-expected.txt: Added. |
| * js/bound-function-name.html: Added. |
| * js/script-tests/bound-function-name.js: Added. |
| (assert): |
| (assert.foo): |
| (bar): |
| |
| 2016-02-07 Daniel Bates <dabates@apple.com> |
| |
| CSP: Allow Web Workers initiated from an isolated world to bypass the main world Content Security Policy |
| https://bugs.webkit.org/show_bug.cgi?id=153622 |
| <rdar://problem/24400023> |
| |
| Reviewed by Gavin Barraclough and Andy Estes. |
| |
| Add tests to ensure that a Web Worker initiated from an isolated world can bypass the main world |
| Content Security Policy. |
| |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-eval-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-eval.html: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-xhr-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-xhr.html: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-expected.txt: Added. |
| * http/tests/security/isolatedWorld/bypass-main-world-csp-worker.html: Added. |
| |
| 2016-02-07 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| REGRESSION(r195661): [GTK] Scrollbar tests crashing after overlay scrollbar groundwork |
| https://bugs.webkit.org/show_bug.cgi?id=153695 |
| |
| Reviewed by Michael Catanzaro. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-06 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, update several layout tests for WK1 after r196227. |
| |
| * http/tests/security/cross-frame-access-enumeration-expected.txt: |
| * http/tests/security/cross-frame-access-enumeration.html: |
| * http/tests/security/cross-frame-access-get-expected.txt: |
| * http/tests/security/cross-frame-access-get.html: |
| * http/tests/security/cross-frame-access-history-get-expected.txt: |
| * http/tests/security/cross-frame-access-history-get-override-expected.txt: |
| * http/tests/security/cross-frame-access-history-get-override.html: |
| * http/tests/security/cross-frame-access-history-get.html: |
| |
| 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Rebaseline some tests and update expectations after r196222 |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| * platform/gtk/fast/clip/outline-overflowClip-expected.txt: |
| * platform/gtk/fast/repaint/layer-outline-expected.txt: |
| * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt: |
| |
| 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] imported/blink/compositing/squashing/abspos-under-abspos-overflow-scroll.html is flaky |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-06 Chris Dumez <cdumez@apple.com> |
| |
| Prevent cross-origin access to window.history |
| https://bugs.webkit.org/show_bug.cgi?id=153931 |
| |
| Reviewed by Darin Adler. |
| |
| Update / rebaseline several layout tests now that cross-origin access to |
| window.history is prevented. |
| |
| * fast/frames/sandboxed-iframe-history-denied-expected.txt: |
| * http/tests/history/cross-origin-replace-history-object-child-expected.txt: |
| * http/tests/security/cross-frame-access-call-expected.txt: |
| * http/tests/security/cross-frame-access-call.html: |
| * http/tests/security/cross-frame-access-delete-expected.txt: |
| * http/tests/security/cross-frame-access-delete.html: |
| * http/tests/security/cross-frame-access-history-prototype-expected.txt: |
| * http/tests/security/cross-frame-access-history-put.html: Removed. |
| * http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt: |
| * http/tests/security/cross-frame-access-object-getPrototypeOf.html: |
| * http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt: |
| * http/tests/security/cross-frame-access-object-setPrototypeOf.html: |
| * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html: Removed. |
| |
| 2016-02-06 Zalan Bujtas <zalan@apple.com> |
| |
| Outline should contribute to visual overflow. |
| https://bugs.webkit.org/show_bug.cgi?id=153299 |
| |
| This patch eliminates the special outline handling (RenderView::setMaximalOutlineSize). |
| Now that outline is part of visual overflow, we don't have to inflate the layers to accomodate |
| outline borders. |
| This patch fixes several focusring related repaint issues. However when both the outline: auto |
| and the descendant renderer are composited, we still don't paint properly in certain cases. -not a regression. |
| (Also when parent renderer has overflow: hidden repaint does not take outline into account. -regression.) |
| It changes column behavior (see TestExpectations) since outline behaves now like any other visual overflow properties. |
| |
| Reviewed by David Hyatt. |
| |
| * fast/repaint/focus-ring-repaint-expected.txt: Added. |
| * fast/repaint/focus-ring-repaint.html: Added. |
| * fast/repaint/focus-ring-repaint-expected-with-negative-offset.txt: Added. |
| * fast/repaint/focus-ring-repaint-with-negative-offset.html: Added. |
| * TestExpectations: |
| * platform/mac/TestExpectations: |
| * platform/mac/compositing/geometry/ancestor-overflow-change-expected.txt: |
| * platform/mac/compositing/geometry/composited-in-columns-expected.txt: |
| * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt: |
| * platform/mac/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: |
| * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: |
| * platform/mac/fast/clip/outline-overflowClip-expected.txt: |
| * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt: |
| * platform/mac/fast/repaint/4776765-expected.txt: Added. |
| * platform/mac/fast/repaint/focus-ring-expected.txt: Added. |
| * platform/mac/fast/repaint/layer-outline-expected.txt: |
| * platform/mac/fast/repaint/layer-outline-horizontal-expected.txt: |
| * platform/mac/svg/custom/focus-ring-expected.txt: |
| |
| 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Various tests are flaky |
| |
| More unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-06 Chris Dumez <cdumez@apple.com> |
| |
| Object.getOwnPropertyDescriptor() does not work on sub-frame's window |
| https://bugs.webkit.org/show_bug.cgi?id=153925 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/dom/Window/getOwnPropertyDescriptor-other-window-expected.txt: Added. |
| * fast/dom/Window/getOwnPropertyDescriptor-other-window.html: Added. |
| Add test case to test calling Object.getOwnPropertyDescriptor() on a |
| sub-frame's window. |
| |
| * http/tests/security/cross-origin-window-property-access-expected.txt: |
| * http/tests/security/cross-origin-window-property-access.html: |
| - Update test use use an iframe instead of opening a Window for convenience. |
| - Use an actual cross-origin URL. The previous URL was same-origin and therefore |
| the test would have failed if window.location was a proper getter/setter |
| instead of a 'value' descriptor. |
| - Add more tests to cover other Window properties (such as 'name') which are |
| actual getter / setters to make sure using the current window's getter on |
| a cross origin window does not bypass the security origin checks. |
| |
| * http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt: |
| * http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html: |
| - Drop checks for properties for which cross-origin access via |
| getOwnPropertyDescriptor() now works. They used to not work because of the bug |
| this patch fixes, and not due to security checks. |
| - Most of these properties are part of the properties that the specification |
| states can be accessed cross-origin: |
| https://html.spec.whatwg.org/multipage/browsers.html#security-window |
| - ALL of these properties could already be accessed cross origin via regular |
| property getters (e.g. crossOriginWindow.blur) in Safari 9 so there should not |
| be any reason for getOwnPropertyDescriptor() not to work. |
| - I have also verified that Firefox allows cross-origin access for all these |
| properties (via regular getters or getOwnPropertyDescriptor), except for |
| the 'history' property. We may want to align our behavior here and prevent |
| cross-origin access to 'window.history' but this is not a regression in this |
| patch. You could already access crossOriginWindow.history in Safari 9. |
| |
| 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Various tests are flaky |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Gardening for unexpected passes |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-05 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Unreviewed test expectations gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-05 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Mark css3/filters/multiple-filters-invalidation.html as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153933 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-05 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking pageoverlay/overlay-small-frame-paints.html as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153898 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-05 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position.html as failing on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153315 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-05 Chris Dumez <cdumez@apple.com> |
| |
| Instance property getters / setters cannot be called on another instance of the same type |
| https://bugs.webkit.org/show_bug.cgi?id=153895 |
| |
| Reviewed by Gavin Barraclough. |
| |
| * js/dom/script-tests/shadow-navigator-geolocation-in-strict-mode-does-not-throw.js: |
| * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt: |
| Extend this layout test coverage to cover the getter case in addition to the |
| setter case. This test covers the compatibility mode where we don't throw. |
| I made sure to maintain this behavior when refactoring the bindings to avoid |
| breakage. |
| |
| * js/instance-property-getter-other-instance-expected.txt: |
| Rebaseline now that this test passes. |
| |
| * js/instance-property-setter-other-instance-expected.txt: Added. |
| * js/instance-property-setter-other-instance.html: Added. |
| Add test to cover the setter case. |
| |
| |
| 2016-02-05 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Mark http/tests/security/cross-frame-access-custom.html as flaky on ios-simulator-wk2 |
| https://bugs.webkit.org/show_bug.cgi?id=153050 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| |
| 2016-02-05 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping js/basic-set.html on Mac since it is already runs as a part of run-jsc-stress-tests |
| https://bugs.webkit.org/show_bug.cgi?id=153879 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-02-05 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153929 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-05 Saam barati <sbarati@apple.com> |
| |
| Web Inspector: Include SamplingProfiler's expression-level data for stack frames in the protocol |
| https://bugs.webkit.org/show_bug.cgi?id=153455 |
| <rdar://problem/24335884> |
| |
| Reviewed by Joseph Pecoraro. |
| |
| * inspector/sampling-profiler/expression-location-info-expected.txt: Added. |
| * inspector/sampling-profiler/expression-location-info.html: Added. |
| |
| 2016-02-05 Nan Wang <n_wang@apple.com> |
| |
| AX: WebKit hanging when VoiceOver attempts to focus in on page |
| https://bugs.webkit.org/show_bug.cgi?id=153899 |
| <rdar://problem/24506603> |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/text-marker/character-offset-visible-position-conversion-hang-expected.txt: Added. |
| * accessibility/text-marker/character-offset-visible-position-conversion-hang.html: Added. |
| |
| 2016-02-04 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: InspectorTimelineAgent doesn't need to recompile functions because it now uses the sampling profiler |
| https://bugs.webkit.org/show_bug.cgi?id=153500 |
| <rdar://problem/24352458> |
| |
| Reviewed by Timothy Hatcher. |
| |
| * fast/profiler/*.html |
| Be more explicit about enabling legacy profiling. |
| |
| * inspector/sampling-profiler/eval-source-url.html |
| Remove an inner loop that was causing tail call optimizations |
| to eliminate the sourceURL we were expecting. |
| |
| 2016-02-04 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| Unreviewed. EFL gardening. Mark some video tests to failure. |
| |
| * platform/efl/TestExpectations: |
| |
| 2016-02-04 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Remove ios-simulator-wk2 specific expectation for imported/w3c/web-platform-tests/html/dom/interfaces.html |
| https://bugs.webkit.org/show_bug.cgi?id=153844 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed. |
| |
| 2016-02-04 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153844 |
| |
| Reviewed by Chris Dumez. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2016-02-04 Eric Carlson <eric.carlson@apple.com> |
| |
| media/video-size.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=124932 |
| <rdar://problem/23336430> |
| |
| Reviewed by Jer Noble. |
| |
| * media/video-size.html: Add logic to retry each stage silently twice before logging |
| failure because we can't predict how long it will take to load the poster frame. |
| |
| 2016-02-04 Chris Dumez <cdumez@apple.com> |
| |
| Object.getOwnPropertyDescriptor() returns incomplete descriptor for instance properties |
| https://bugs.webkit.org/show_bug.cgi?id=153817 |
| |
| Reviewed by Geoffrey Garen. |
| |
| Add layout test coverage for calling Object.getOwnPropertyDescriptor() |
| on instance properties (e.g. Unforgeable properties and Window properties). |
| |
| * http/tests/security/cross-origin-window-property-access-expected.txt: |
| * http/tests/security/cross-origin-window-property-access.html: |
| - Fix bug causing the onload function to not find the crossOriginWindow variable. |
| - Update the case for accessing crossOriginWindow.location property as this is |
| actually expected to work as per the specification: |
| https://html.spec.whatwg.org/multipage/browsers.html#security-window |
| |
| * js/dom/dom-as-prototype-assignment-exception-expected.txt: |
| * js/dom/getOwnPropertyDescriptor-expected.txt: |
| * js/dom/script-tests/dom-as-prototype-assignment-exception.js: |
| * js/getOwnPropertyDescriptor-unforgeable-attributes-expected.txt: Added. |
| * js/getOwnPropertyDescriptor-unforgeable-attributes.html: Added. |
| * js/getOwnPropertyDescriptor-window-attributes-expected.txt: Added. |
| * js/getOwnPropertyDescriptor-window-attributes.html: Added. |
| * js/instance-property-getter-other-instance-expected.txt: Added. |
| * js/instance-property-getter-other-instance.html: Added. |
| * js/resources/getOwnPropertyDescriptor.js: |
| |
| 2016-02-04 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html as flaky on Mac |
| https://bugs.webkit.org/show_bug.cgi?id=153871 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-02-04 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking webgl/1.0.3/conformance/extensions/oes-texture-half-float-linear.html as flaky on mac |
| https://bugs.webkit.org/show_bug.cgi?id=153883 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-02-04 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: LayoutTest imported/w3c/indexeddb/keyorder-private.html is flaky. |
| https://bugs.webkit.org/show_bug.cgi?id=153438. |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: Re-enable the flaky test. |
| * resources/js-test.js: |
| * storage/indexeddb/modern/idbkey-array-equality-expected.txt: Added. |
| * storage/indexeddb/modern/idbkey-array-equality-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbkey-array-equality-private.html: Added. |
| * storage/indexeddb/modern/idbkey-array-equality.html: Added. |
| * storage/indexeddb/modern/resources/idbkey-array-equality.js: Added. |
| |
| 2016-02-04 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skip two flaky indexeddb tests on Yosemite Release WK2 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2016-02-04 Eric Carlson <eric.carlson@apple.com> |
| |
| Don't discard in-band cues with negative start times |
| https://bugs.webkit.org/show_bug.cgi?id=153867 |
| <rdar://problem/19588632> |
| |
| Reviewed by Jer Noble. |
| |
| * http/tests/media/track-in-band-hls-metadata-expected.txt: |
| * http/tests/media/track-in-band-hls-metadata.html: Test more attributes for correctness, |
| fail test immediately if cue.value is undefined so the test doesn't generate an exception |
| and exit without any results. |
| * platform/mac/TestExpectations: Unskip test. |
| |
| 2016-02-04 Hyemi Shin <hyemi.sin@samsung.com> |
| |
| Specify an exception for createChannelMerger, createChannelSplitter and createPeriodicWave |
| https://bugs.webkit.org/show_bug.cgi?id=150925 |
| |
| Reviewed by Darin Adler. |
| |
| createChannelMerger and createChannelSplitter should throw INDEX_SIZE_ERR |
| for invalid numberOfInputs value. |
| createPeriodicWave should throw INDEX_SIZE_ERR for invalid lengths of parameters. |
| |
| * webaudio/audiochannelmerger-basic-expected.txt: numberOfInputs could be 32. |
| * webaudio/audiochannelmerger-basic.html: Ditto. |
| * webaudio/audiochannelsplitter-expected.txt: Ditto. |
| * webaudio/audiochannelsplitter.html: Ditto. |
| * webaudio/periodicwave-lengths-expected.txt: Added. |
| * webaudio/periodicwave-lengths.html: Added. |
| |
| 2016-02-04 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset.html for ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153850 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset-expected.txt: Added. |
| |
| 2016-02-04 Chris Dumez <cdumez@apple.com> |
| |
| Merge DOMTokenList and DOMSettableTokenList |
| https://bugs.webkit.org/show_bug.cgi?id=153677 |
| <rdar://problem/24419675> |
| |
| Reviewed by Sam Weinig. |
| |
| Update / rebaseline several tests now that relList attributes |
| use [PutForward=value]. |
| |
| * fast/dom/HTMLElement/class-list-expected.txt: |
| * fast/dom/HTMLElement/class-list-quirks-expected.txt: |
| * fast/dom/HTMLElement/script-tests/class-list.js: |
| * fast/dom/rel-list-expected.txt: |
| * fast/dom/rel-list.html: |
| |
| 2016-02-04 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| Unreviewed. EFL gardening after r195740. |
| |
| * platform/efl/accessibility/table-attributes-expected.txt: |
| * platform/efl/accessibility/table-cell-spans-expected.txt: |
| * platform/efl/accessibility/table-cells-expected.txt: |
| * platform/efl/accessibility/table-sections-expected.txt: |
| * platform/efl/accessibility/table-with-rules-expected.txt: |
| * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt: |
| * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt: |
| * platform/efl/editing/deleting/5099303-expected.txt: |
| * platform/efl/editing/deleting/5144139-2-expected.txt: |
| * platform/efl/editing/deleting/5483370-expected.txt: |
| * platform/efl/editing/deleting/delete-to-select-table-expected.txt: |
| * platform/efl/editing/deleting/table-cells-expected.txt: |
| * platform/efl/fast/text/atsui-multiple-renderers-expected.txt: |
| |
| 2016-02-03 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Do not show context menu when right clicking on a scrollbar |
| https://bugs.webkit.org/show_bug.cgi?id=153493 |
| |
| Reviewed by Michael Catanzaro. |
| |
| Add a test to check that context menu event is not sent when right |
| clicking on a scrollbar. |
| |
| * fast/events/contextmenu-on-scrollbars-expected.txt: Added. |
| * fast/events/contextmenu-on-scrollbars.html: Added. |
| |
| 2016-02-03 Beth Dakin <bdakin@apple.com> |
| |
| Accepted candidates should not be autocorrected |
| https://bugs.webkit.org/show_bug.cgi?id=153813 |
| -and corresponding- |
| rdar://problem/24066924 |
| |
| Reviewed by Darin Adler. |
| |
| * editing/mac/spelling/accept-misspelled-candidate-expected.txt: Added. |
| * editing/mac/spelling/accept-misspelled-candidate.html: Added. |
| |
| 2016-02-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking http/tests/history/back-to-post.php as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153314 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skip imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset.html on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153850 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking displaylists tests as flaky on ios-simulator. Previous attempt was unsuccessful. |
| https://bugs.webkit.org/show_bug.cgi?id=153656 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking transitions/clip-path-transitions.html and transitions/clip-path-path-transitions.html as flaky on Mac |
| https://bugs.webkit.org/show_bug.cgi?id=153809 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-02-03 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: JS PrettyPrinting unary - and + issues |
| https://bugs.webkit.org/show_bug.cgi?id=134007 |
| <rdar://problem/17351953> |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/codemirror/prettyprinting-javascript-expected.txt: |
| * inspector/codemirror/prettyprinting-javascript.html: |
| * inspector/codemirror/resources/prettyprinting/javascript-tests/unary-binary-operators-expected.js: Added. |
| * inspector/codemirror/resources/prettyprinting/javascript-tests/unary-binary-operators.js: Added. |
| New tests for unary and some binary operators in JavaScript pretty printing. |
| |
| 2016-02-03 Brent Fulgham <bfulgham@apple.com> |
| |
| REGRESSION: LayoutTest http/tests/plugins/visible_plugins.html failing on Yosemite WK1 |
| https://bugs.webkit.org/show_bug.cgi?id=153752 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Revise test to skip the plugins we expect to be displayed, and only display plugins |
| that are surprising. |
| |
| * http/tests/plugins/visible_plugins.html: |
| * http/tests/plugins/visible_plugins-expected.txt: |
| * platform/mac-wk2/http/tests/plugins/visible_plugins-expected.txt: Removed. |
| |
| 2016-02-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skip http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html on ios-simulator until it can be rewritten. |
| https://bugs.webkit.org/show_bug.cgi?id=152993 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-03 Dave Hyatt <hyatt@apple.com> |
| |
| Implement hanging-punctuation property parsing. |
| https://bugs.webkit.org/show_bug.cgi?id=18109. |
| |
| Reviewed by Zalan Bujtas. |
| |
| * fast/css/parsing-hanging-punctuation-expected.txt: Added. |
| * fast/css/parsing-hanging-punctuation.html: Added. |
| * fast/css/resources/parsing-hanging-punctuation.js: Added. |
| (test): |
| |
| 2016-02-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skip fast/forms/input-user-input-sanitization.html on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152306 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-03 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| Unreviewed. EFL gardening: rebaseline tests after r195740. |
| |
| * platform/efl/css1/box_properties/border_width_inline-expected.txt: |
| * platform/efl/css1/formatting_model/floating_elements-expected.txt: |
| * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: |
| * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: |
| * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: |
| * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: |
| * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: |
| * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: |
| * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: |
| * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt: |
| * platform/efl/css3/css3-modsel-33-expected.txt: |
| * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt: |
| * platform/efl/editing/inserting/5058163-1-expected.txt: |
| * platform/efl/editing/inserting/insert-paragraph-01-expected.txt: |
| * platform/efl/editing/inserting/insert-paragraph-02-expected.txt: |
| * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt: |
| * platform/efl/editing/selection/4818145-expected.txt: |
| * platform/efl/editing/selection/4889598-expected.txt: |
| * platform/efl/editing/selection/4895428-2-expected.txt: |
| * platform/efl/editing/selection/5076323-1-expected.txt: |
| * platform/efl/editing/selection/5076323-2-expected.txt: |
| * platform/efl/editing/selection/5076323-3-expected.txt: |
| * platform/efl/editing/selection/7152-1-expected.txt: |
| * platform/efl/editing/selection/7152-2-expected.txt: |
| * platform/efl/editing/selection/display-table-text-expected.txt: |
| * platform/efl/editing/selection/iframe-expected.txt: |
| * platform/efl/editing/selection/inline-table-expected.txt: |
| * platform/efl/editing/selection/mixed-editability-3-expected.txt: |
| * platform/efl/editing/selection/mixed-editability-4-expected.txt: |
| * platform/efl/editing/selection/mixed-editability-5-expected.txt: |
| * platform/efl/editing/selection/mixed-editability-8-expected.txt: |
| * platform/efl/editing/selection/mixed-editability-9-expected.txt: |
| * platform/efl/editing/selection/table-caret-1-expected.txt: |
| * platform/efl/editing/selection/table-caret-2-expected.txt: |
| * platform/efl/editing/selection/table-caret-3-expected.txt: |
| * platform/efl/editing/style/5017613-1-expected.txt: |
| * platform/efl/editing/style/5017613-2-expected.txt: |
| * platform/efl/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/efl/editing/style/table-selection-expected.txt: |
| * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt: |
| * platform/efl/fast/block/float/011-expected.txt: |
| * platform/efl/fast/block/margin-collapse/001-expected.txt: |
| * platform/efl/fast/block/margin-collapse/005-expected.txt: |
| * platform/efl/fast/block/margin-collapse/104-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt: |
| * platform/efl/fast/block/positioning/053-expected.txt: |
| * platform/efl/fast/borders/bidi-009a-expected.txt: |
| * platform/efl/fast/box-shadow/basic-shadows-expected.txt: |
| * platform/efl/fast/css-generated-content/015-expected.txt: |
| * platform/efl/fast/css-generated-content/inline-display-types-expected.txt: |
| * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt: |
| * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt: |
| * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt: |
| * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt: |
| * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt: |
| * platform/efl/fast/css/first-letter-float-expected.txt: |
| * platform/efl/fast/dynamic/007-expected.txt: |
| * platform/efl/fast/dynamic/014-expected.txt: |
| * platform/efl/fast/dynamic/015-expected.txt: |
| * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: |
| * platform/efl/fast/forms/button-white-space-expected.txt: |
| * platform/efl/fast/forms/file/file-input-direction-expected.txt: |
| * platform/efl/fast/forms/form-added-to-table-expected.txt: |
| * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/efl/fast/forms/input-value-expected.txt: |
| * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt: |
| * platform/efl/fast/invalid/td-inside-object-expected.txt: |
| * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.txt: |
| * platform/efl/fast/overflow/overflow-auto-table-expected.txt: |
| * platform/efl/fast/replaced/width100percent-button-expected.txt: |
| * platform/efl/fast/ruby/ruby-inline-table-expected.txt: |
| * platform/efl/fast/selectors/018-expected.txt: |
| * platform/efl/fast/selectors/018b-expected.txt: |
| * platform/efl/fast/selectors/032-expected.txt: |
| * platform/efl/fast/selectors/043-expected.txt: |
| * platform/efl/fast/selectors/043b-expected.txt: |
| * platform/efl/fast/selectors/044-expected.txt: |
| * platform/efl/fast/selectors/044b-expected.txt: |
| * platform/efl/fast/selectors/078b-expected.txt: |
| * platform/efl/fast/table/001-expected.txt: |
| * platform/efl/fast/table/004-expected.txt: |
| * platform/efl/fast/table/006-expected.txt: |
| * platform/efl/fast/table/010-expected.txt: |
| * platform/efl/fast/table/011-expected.txt: |
| * platform/efl/fast/table/015-expected.txt: |
| * platform/efl/fast/table/016-expected.txt: |
| * platform/efl/fast/table/022-expected.txt: |
| * platform/efl/fast/table/026-expected.txt: |
| * platform/efl/fast/table/033-expected.txt: |
| * platform/efl/fast/table/035-expected.txt: |
| * platform/efl/fast/table/035-vertical-expected.txt: |
| * platform/efl/fast/table/037-expected.txt: |
| * platform/efl/fast/table/041-expected.txt: |
| * platform/efl/fast/table/auto-with-percent-height-expected.txt: |
| * platform/efl/fast/table/auto-with-percent-height-vertical-expected.txt: |
| * platform/efl/fast/table/border-collapsing/002-vertical-expected.txt: |
| * platform/efl/fast/table/cell-coalescing-expected.txt: |
| * platform/efl/fast/table/cellindex-expected.txt: |
| * platform/efl/fast/table/colgroup-preceded-by-caption-expected.txt: |
| * platform/efl/fast/table/colgroup-spanning-groups-rules-expected.txt: |
| * platform/efl/fast/table/dynamic-descendant-percentage-height-expected.txt: |
| * platform/efl/fast/table/floating-th-expected.txt: |
| * platform/efl/fast/table/generated-caption-expected.txt: |
| * platform/efl/fast/table/insert-before-anonymous-ancestors-expected.txt: |
| * platform/efl/fast/table/insert-cell-before-form-expected.txt: |
| * platform/efl/fast/table/insert-row-before-form-expected.txt: |
| * platform/efl/fast/table/multiple-captions-display-expected.txt: |
| * platform/efl/fast/table/nested-percent-height-table-expected.txt: |
| * platform/efl/fast/table/quote-text-around-iframe-expected.txt: |
| * platform/efl/fast/table/rowindex-expected.txt: |
| * platform/efl/fast/table/rtl-cell-display-none-assert-expected.txt: |
| * platform/efl/fast/table/rules-attr-dynchange1-expected.txt: |
| * platform/efl/fast/table/rules-attr-dynchange2-expected.txt: |
| * platform/efl/fast/table/table-after-child-in-table-expected.txt: |
| * platform/efl/fast/table/table-and-parts-outline-expected.txt: |
| * platform/efl/fast/table/table-before-child-in-table-expected.txt: |
| * platform/efl/fast/table/table-cell-after-child-in-block-expected.txt: |
| * platform/efl/fast/table/table-cell-after-child-in-table-expected.txt: |
| * platform/efl/fast/table/table-cell-before-child-in-block-expected.txt: |
| * platform/efl/fast/table/table-continuation-outline-paint-crash-expected.txt: |
| * platform/efl/fast/table/table-hspace-align-center-expected.txt: |
| * platform/efl/fast/table/table-row-after-child-in-block-expected.txt: |
| * platform/efl/fast/table/table-row-after-child-in-table-expected.txt: |
| * platform/efl/fast/table/table-row-before-child-in-block-expected.txt: |
| * platform/efl/fast/table/table-row-before-child-in-table-expected.txt: |
| * platform/efl/fast/table/tableInsideCaption-expected.txt: |
| * platform/efl/fast/table/text-field-baseline-expected.txt: |
| * platform/efl/fast/table/unbreakable-images-quirk-expected.txt: |
| * platform/efl/fast/table/vertical-align-baseline-expected.txt: |
| * platform/efl/fast/text/basic/001-expected.txt: |
| * platform/efl/fast/text/basic/006-expected.txt: |
| * platform/efl/fast/text/basic/007-expected.txt: |
| * platform/efl/fast/text/capitalize-boundaries-expected.txt: |
| * platform/efl/fast/text/hyphenate-locale-expected.txt: |
| * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: |
| * platform/efl/fast/text/whitespace/024-expected.txt: |
| * platform/efl/fast/text/whitespace/027-expected.txt: |
| * platform/efl/fast/text/word-break-expected.txt: |
| * platform/efl/fast/transforms/transform-table-row-expected.txt: |
| |
| 2016-02-03 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| [GTK] Layout Test http/tests/appcache/different-https-origin-resource-main.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=145253 |
| |
| Reviewed by Michael Catanzaro. |
| |
| Update test expectation. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-03 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| REGRESSION(r191948): [GStreamer] 4 new timeouts on layout tests. |
| https://bugs.webkit.org/show_bug.cgi?id=152797 |
| |
| Reviewed by Darin Adler. |
| |
| Update test expectations. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-02 Fujii Hironori <Hironori.Fujii@jp.sony.com> |
| |
| ASSERTION FAILED: roundedIntPoint(rendererMappedResult) == roundedIntPoint(result) |
| https://bugs.webkit.org/show_bug.cgi?id=153576 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/block/geometry-map-assertion-with-rounding-negative-half-expected.txt: Added. |
| * fast/block/geometry-map-assertion-with-rounding-negative-half.html: Added. |
| |
| 2016-02-02 Darin Adler <darin@apple.com> |
| |
| Follow up for: |
| Cut down on calls to String::lower; mostly replace with convertToASCIILowercase |
| https://bugs.webkit.org/show_bug.cgi?id=153732 |
| |
| * fast/viewport/viewport-warnings-7-expected.txt: Updated expected results now that |
| viewport parsing doesn't lowercase the string to parse it. |
| |
| 2016-02-02 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| Unreviewed. EFL gardening: rebaseline tests after r195740. |
| |
| * platform/efl/fast/replaced/005-expected.txt: |
| * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt: |
| * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt: |
| * platform/efl/fast/replaced/table-percent-height-positioned-expected.txt: |
| * platform/efl/fast/replaced/width100percent-checkbox-expected.txt: |
| * platform/efl/fast/replaced/width100percent-image-expected.txt: |
| * platform/efl/fast/replaced/width100percent-menulist-expected.txt: |
| * platform/efl/fast/replaced/width100percent-radio-expected.txt: |
| * platform/efl/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/efl/fast/replaced/width100percent-textarea-expected.txt: |
| * platform/efl/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/efl/fast/selectors/077-expected.txt: |
| * platform/efl/fast/selectors/077b-expected.txt: |
| * platform/efl/fast/table/002-expected.txt: |
| * platform/efl/fast/table/003-expected.txt: |
| * platform/efl/fast/table/005-expected.txt: |
| * platform/efl/fast/table/007-expected.txt: |
| * platform/efl/fast/table/008-expected.txt: |
| * platform/efl/fast/table/009-expected.txt: |
| * platform/efl/fast/table/012-expected.txt: |
| * platform/efl/fast/table/013-expected.txt: |
| * platform/efl/fast/table/021-expected.txt: |
| * platform/efl/fast/table/023-expected.txt: |
| * platform/efl/fast/table/024-expected.txt: |
| * platform/efl/fast/table/025-expected.txt: |
| * platform/efl/fast/table/028-expected.txt: |
| * platform/efl/fast/table/028-vertical-expected.txt: |
| * platform/efl/fast/table/029-expected.txt: |
| * platform/efl/fast/table/031-expected.txt: |
| * platform/efl/fast/table/032-expected.txt: |
| * platform/efl/fast/table/034-expected.txt: |
| * platform/efl/fast/table/038-expected.txt: |
| * platform/efl/fast/table/038-vertical-expected.txt: |
| * platform/efl/fast/table/039-expected.txt: |
| * platform/efl/fast/table/040-expected.txt: |
| * platform/efl/fast/table/040-vertical-expected.txt: |
| * platform/efl/fast/table/100-percent-cell-width-expected.txt: |
| * platform/efl/fast/table/add-before-anonymous-child-expected.txt: |
| * platform/efl/fast/table/border-collapsing/001-expected.txt: |
| * platform/efl/fast/table/border-collapsing/001-vertical-expected.txt: |
| * platform/efl/fast/table/border-collapsing/002-expected.txt: |
| * platform/efl/fast/table/border-collapsing/003-expected.txt: |
| * platform/efl/fast/table/border-collapsing/003-vertical-expected.txt: |
| * platform/efl/fast/table/border-collapsing/004-expected.txt: |
| * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt: |
| * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt: |
| * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt: |
| * platform/efl/fast/table/border-collapsing/bug14274-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-69296-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-cell-append-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-cell-remove-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-row-border-color-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-table-border-color-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-table-border-width-expected.txt: |
| * platform/efl/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: |
| * platform/efl/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt: |
| * platform/efl/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt: |
| * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: |
| * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: |
| * platform/efl/fast/table/border-collapsing/rtl-border-collapsing-expected.txt: |
| * platform/efl/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt: |
| * platform/efl/fast/table/caption-relayout-expected.txt: |
| * platform/efl/fast/table/cell-absolute-child-expected.txt: |
| * platform/efl/fast/table/cell-width-auto-expected.txt: |
| * platform/efl/fast/table/colspan-with-all-percent-cells-expected.txt: |
| * platform/efl/fast/table/colspanMinWidth-expected.txt: |
| * platform/efl/fast/table/colspanMinWidth-vertical-expected.txt: |
| * platform/efl/fast/table/dynamic-cellpadding-expected.txt: |
| * platform/efl/fast/table/edge-offsets-expected.txt: |
| * platform/efl/fast/table/empty-cells-expected.txt: |
| * platform/efl/fast/table/frame-and-rules-expected.txt: |
| * platform/efl/fast/table/giantRowspan-expected.txt: |
| * platform/efl/fast/table/growCellForImageQuirk-expected.txt: |
| * platform/efl/fast/table/growCellForImageQuirk-vertical-expected.txt: |
| * platform/efl/fast/table/height-percent-test-expected.txt: |
| * platform/efl/fast/table/height-percent-test-vertical-expected.txt: |
| * platform/efl/fast/table/invisible-cell-background-expected.txt: |
| * platform/efl/fast/table/large-width-expected.txt: |
| * platform/efl/fast/table/max-width-integer-overflow-expected.txt: |
| * platform/efl/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: |
| * platform/efl/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: |
| * platform/efl/fast/table/nobr-expected.txt: |
| * platform/efl/fast/table/overflowHidden-expected.txt: |
| * platform/efl/fast/table/percent-heights-expected.txt: |
| * platform/efl/fast/table/percent-widths-stretch-expected.txt: |
| * platform/efl/fast/table/percent-widths-stretch-vertical-expected.txt: |
| * platform/efl/fast/table/prepend-in-anonymous-table-expected.txt: |
| * platform/efl/fast/table/relative-position-containment-expected.txt: |
| * platform/efl/fast/table/relative-position-offsets-expected.txt: |
| * platform/efl/fast/table/relative-position-stacking-expected.txt: |
| * platform/efl/fast/table/replaced-percent-height-expected.txt: |
| * platform/efl/fast/table/row-height-recalc-expected.txt: |
| * platform/efl/fast/table/rowspan-paint-order-expected.txt: |
| * platform/efl/fast/table/rowspan-paint-order-vertical-expected.txt: |
| * platform/efl/fast/table/simple_paint-expected.txt: |
| * platform/efl/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/efl/fast/table/stale-grid-crash-expected.txt: |
| * platform/efl/fast/table/table-anonymous-cell-bug-expected.txt: |
| * platform/efl/fast/table/table-anonymous-row-bug-expected.txt: |
| * platform/efl/fast/table/table-anonymous-section-bug-expected.txt: |
| * platform/efl/fast/table/table-before-child-style-update-expected.txt: |
| * platform/efl/fast/table/table-cell-before-after-content-around-table-block-expected.txt: |
| * platform/efl/fast/table/table-cell-before-after-content-around-table-expected.txt: |
| * platform/efl/fast/table/table-cell-before-after-content-around-table-row-expected.txt: |
| * platform/efl/fast/table/table-cell-before-child-in-table-expected.txt: |
| * platform/efl/fast/table/table-cell-split-expected.txt: |
| * platform/efl/fast/table/table-display-types-expected.txt: |
| * platform/efl/fast/table/table-display-types-strict-expected.txt: |
| * platform/efl/fast/table/table-display-types-vertical-expected.txt: |
| * platform/efl/fast/table/table-insert-before-non-anonymous-block-expected.txt: |
| * platform/efl/fast/table/table-row-before-after-content-around-block-expected.txt: |
| * platform/efl/fast/table/table-row-before-after-content-around-table-cell-expected.txt: |
| * platform/efl/fast/table/table-row-before-after-content-around-table-expected.txt: |
| * platform/efl/fast/table/table-row-before-child-style-update-expected.txt: |
| * platform/efl/fast/table/table-row-outline-paint-expected.txt: |
| * platform/efl/fast/table/table-row-split2-expected.txt: |
| * platform/efl/fast/table/table-row-style-not-updated-expected.txt: |
| * platform/efl/fast/table/table-row-style-not-updated-with-after-content-expected.txt: |
| * platform/efl/fast/table/table-row-style-not-updated-with-before-content-expected.txt: |
| * platform/efl/fast/table/table-section-split2-expected.txt: |
| * platform/efl/fast/table/table-split-expected.txt: |
| * platform/efl/fast/table/table-split2-expected.txt: |
| * platform/efl/fast/table/table-style-not-updated-expected.txt: |
| * platform/efl/fast/table/wide-colspan-expected.txt: |
| * platform/efl/fast/table/wide-column-expected.txt: |
| * platform/efl/fast/text/atsui-negative-spacing-features-expected.txt: |
| * platform/efl/fast/text/atsui-spacing-features-expected.txt: |
| * platform/efl/fast/text/basic/generic-family-reset-expected.txt: |
| * platform/efl/fast/text/international/003-expected.txt: |
| * platform/efl/fast/text/international/bidi-LDB-2-CSS-expected.txt: |
| * platform/efl/fast/text/international/bidi-LDB-2-HTML-expected.txt: |
| * platform/efl/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: |
| * platform/efl/fast/text/international/bidi-override-expected.txt: |
| * platform/efl/fast/text/wbr-expected.txt: |
| * platform/efl/fast/text/whitespace/002-expected.txt: |
| * platform/efl/fast/text/whitespace/003-expected.txt: |
| * platform/efl/fast/text/whitespace/004-expected.txt: |
| * platform/efl/fast/text/whitespace/005-expected.txt: |
| * platform/efl/fast/text/whitespace/010-expected.txt: |
| * platform/efl/fast/text/whitespace/011-expected.txt: |
| * platform/efl/fast/text/whitespace/013-expected.txt: |
| * platform/efl/fast/text/whitespace/014-expected.txt: |
| * platform/efl/fast/text/whitespace/015-expected.txt: |
| * platform/efl/fast/text/whitespace/016-expected.txt: |
| * platform/efl/fast/text/whitespace/025-expected.txt: |
| * platform/efl/fast/text/whitespace/026-expected.txt: |
| * platform/efl/fast/writing-mode/table-percent-width-quirk-expected.txt: |
| * platform/efl/fast/writing-mode/vertical-align-table-baseline-expected.txt: |
| * platform/efl/http/tests/misc/acid2-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt: |
| * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: |
| * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: |
| * platform/efl/tables/layering/paint-test-layering-1-expected.txt: |
| * platform/efl/tables/layering/paint-test-layering-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug10009-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug10036-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug101201-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug101674-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug10565-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1067-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1067-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug106795-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug12008-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug120107-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug120364-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1224-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug12268-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug12709-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1271-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1296-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1302-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug137388-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug137388-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug137388-3-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug139524-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug139524-3-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug139524-4-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1430-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug14323-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug14929-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug15247-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug154780-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug15544-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug15933-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug16012-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug16252-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug17138-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug175455-4-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug17548-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug17587-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1800-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1802-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1802s-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug1809-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug18440-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug18664-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug18955-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug19356-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug20804-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2123-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug219693-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug219693-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug22019-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug220536-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug222336-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug22246-3-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug22246-3a-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug22513-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2296-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug23235-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug25004-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug25074-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug25663-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2684-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug269566-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug277062-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2773-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug27993-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2886-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug28933-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug29058-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug29314-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug29429-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2954-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2981-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug2997-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug30273-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug30559-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3103-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3260-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3454-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug38916-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug3977-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4093-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4385-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4427-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4501-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug45350-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug45486-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4576-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46268-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46268-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46623-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug46623-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug47432-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4803-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4849-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug4849-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug5188-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug52505-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug52506-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug53690-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug53690-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug53891-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug55789-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug56201-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug57828-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug5797-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug5835-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug60804-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug60807-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug6184-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug6304-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug6404-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug647-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug6674-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug68998-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug69382-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug69382-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug72359-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug7714-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug78162-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug86708-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug8950-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug9123-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug9123-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug92143-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug963-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug97383-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug9879-1-expected.txt: |
| * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: |
| * platform/efl/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/efl/tables/mozilla/core/borders-expected.txt: |
| * platform/efl/tables/mozilla/core/cell_heights-expected.txt: |
| * platform/efl/tables/mozilla/core/col_span-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_auto_per-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.txt: |
| * platform/efl/tables/mozilla/core/col_widths_fix_per-expected.txt: |
| * platform/efl/tables/mozilla/core/margins-expected.txt: |
| * platform/efl/tables/mozilla/core/misc-expected.txt: |
| * platform/efl/tables/mozilla/core/nested1-expected.txt: |
| * platform/efl/tables/mozilla/core/one_row-expected.txt: |
| * platform/efl/tables/mozilla/core/table_frame-expected.txt: |
| * platform/efl/tables/mozilla/core/table_heights-expected.txt: |
| * platform/efl/tables/mozilla/core/table_rules-expected.txt: |
| * platform/efl/tables/mozilla/core/table_widths-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertColGroups1-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertColGroups2-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertCols1-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertCols2-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertCols3-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertCols4-expected.txt: |
| * platform/efl/tables/mozilla/dom/insertCols5-expected.txt: |
| * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: |
| * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt: |
| * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: |
| * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: |
| * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: |
| * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt: |
| * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: |
| * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: |
| * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_span-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.txt: |
| * platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_row_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_row_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_row_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_td_width-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_th_width-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_width_percent-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tables_width_px-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_col_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_col_span-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_col_width_px-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_width-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_align_center-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_align_left-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_align_right-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_width-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.txt: |
| * platform/efl/tables/mozilla/other/cell_widths-expected.txt: |
| * platform/efl/tables/mozilla/other/ms-expected.txt: |
| * platform/efl/tables/mozilla/other/nested2-expected.txt: |
| * platform/efl/tables/mozilla/other/nestedTables-expected.txt: |
| * platform/efl/tables/mozilla/other/slashlogo-expected.txt: |
| * platform/efl/tables/mozilla/other/test3-expected.txt: |
| * platform/efl/tables/mozilla/other/test6-expected.txt: |
| * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: |
| * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/97619-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/core/columns-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/core/standards1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt: |
| |
| 2016-02-02 Caitlin Potter <caitp@igalia.com> |
| |
| [JSC] Implement Object.getOwnPropertyDescriptors() proposal |
| https://bugs.webkit.org/show_bug.cgi?id=153799 |
| |
| Reviewed by Darin Adler. |
| |
| * js/Object-getOwnPropertyNames-expected.txt: |
| * js/script-tests/Object-getOwnPropertyNames.js: |
| |
| 2016-02-02 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/cursor-primary-key-order.html fails with SQLite backend. |
| https://bugs.webkit.org/show_bug.cgi?id=153800 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-02-02 Tim Horton <timothy_horton@apple.com> |
| |
| <attachment> should attempt to guess the icon from the file extension if all else fails |
| https://bugs.webkit.org/show_bug.cgi?id=153804 |
| <rdar://problem/24448146> |
| |
| Reviewed by Anders Carlsson. |
| |
| * fast/attachment/attachment-icon-from-file-extension-expected.html: Added. |
| * fast/attachment/attachment-icon-from-file-extension.html: Added. |
| |
| 2016-02-02 Saam barati <sbarati@apple.com> |
| |
| [ES6] bound functions .name property should be "bound " + the target function's name |
| https://bugs.webkit.org/show_bug.cgi?id=153796 |
| |
| Reviewed by Mark Lam. |
| |
| * inspector/runtime/getProperties-expected.txt: |
| * platform/mac/http/tests/media/media-source/SourceBuffer-abort-readyState-expected.txt: |
| * platform/mac/http/tests/media/media-source/SourceBuffer-abort-removed-expected.txt: |
| * platform/mac/http/tests/media/media-source/SourceBuffer-abort-updating-expected.txt: |
| * platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt: |
| |
| 2016-02-02 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking perf/show-hide-table-rows.html as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153803 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-02 Tim Horton <timothy_horton@apple.com> |
| |
| <attachment> icon should be a folder for the custom MIME type multipart/x-folder |
| https://bugs.webkit.org/show_bug.cgi?id=153795 |
| <rdar://problem/24416632> |
| |
| Reviewed by Anders Carlsson. |
| |
| * fast/attachment/attachment-folder-icon-expected.html: Added. |
| * fast/attachment/attachment-folder-icon.html: Added. |
| Make sure that the rendering of an attachment with multipart/x-folder |
| matches that of a file reference pointing at a folder. |
| |
| 2016-02-02 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| [GTK] Layout Test fast/images/animated-gif-no-layout.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=153798 |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: mark a couple tests as failing. The |
| green frame of the gif is being rendered in a slightly lighter green. |
| |
| 2016-02-02 Zalan Bujtas <zalan@apple.com> |
| |
| [Win] gardening after r195740. |
| |
| Unreviewed. |
| |
| * platform/win/editing/selection/5057506-2-expected.txt: |
| * platform/win/fast/block/margin-collapse/021-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-row-border-color-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_style-expected.txt: |
| |
| 2016-02-02 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/cursor-continue-validity.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=153791 |
| |
| Reviewed by Alex Christensen. |
| |
| In addition to unskipping the test, I augmented it to print out more of what was going on. |
| |
| The additional printed info is what helped me track down the bug, and will make it more |
| likely to catch any future regressions. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/cursor-continue-validity-expected.txt: |
| * storage/indexeddb/cursor-continue-validity-private-expected.txt: |
| * storage/indexeddb/resources/cursor-continue-validity.js: |
| |
| 2016-02-01 Dave Hyatt <hyatt@apple.com> |
| |
| Add a line grid pagination SPI to WebKit. |
| https://bugs.webkit.org/show_bug.cgi?id=153757 |
| <rdar://problem/23041598> |
| |
| Reviewed by Anders Carlsson. |
| |
| * platform/mac/fast/multicol/pagination/BottomToTop-bt-expected.png: |
| * platform/mac/fast/multicol/pagination/BottomToTop-lr-expected.png: |
| * platform/mac/fast/multicol/pagination/BottomToTop-rl-expected.png: |
| * platform/mac/fast/multicol/pagination/BottomToTop-tb-expected.png: |
| * platform/mac/fast/multicol/pagination/BottomToTopGrid-bt-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/BottomToTopGrid-bt-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/BottomToTopGrid-lr-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/BottomToTopGrid-lr-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/BottomToTopGrid-rl-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/BottomToTopGrid-rl-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/BottomToTopGrid-tb-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/BottomToTopGrid-tb-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/LeftToRight-bt-expected.png: |
| * platform/mac/fast/multicol/pagination/LeftToRight-lr-expected.png: |
| * platform/mac/fast/multicol/pagination/LeftToRight-rl-expected.png: |
| * platform/mac/fast/multicol/pagination/LeftToRight-tb-expected.png: |
| * platform/mac/fast/multicol/pagination/LeftToRightGrid-bt-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/LeftToRightGrid-bt-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/LeftToRightGrid-lr-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/LeftToRightGrid-lr-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/LeftToRightGrid-rl-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/LeftToRightGrid-rl-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/LeftToRightGrid-tb-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/LeftToRightGrid-tb-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/RightToLeft-bt-expected.png: |
| * platform/mac/fast/multicol/pagination/RightToLeft-lr-expected.png: |
| * platform/mac/fast/multicol/pagination/RightToLeft-max-width-expected.png: |
| * platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.png: |
| * platform/mac/fast/multicol/pagination/RightToLeft-rl-expected.png: |
| * platform/mac/fast/multicol/pagination/RightToLeft-tb-expected.png: |
| * platform/mac/fast/multicol/pagination/RightToLeftGrid-bt-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/RightToLeftGrid-bt-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/RightToLeftGrid-lr-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/RightToLeftGrid-lr-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/RightToLeftGrid-rl-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/RightToLeftGrid-rl-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/RightToLeftGrid-tb-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/RightToLeftGrid-tb-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/TopToBottom-bt-expected.png: |
| * platform/mac/fast/multicol/pagination/TopToBottom-lr-expected.png: |
| * platform/mac/fast/multicol/pagination/TopToBottom-rl-expected.png: |
| * platform/mac/fast/multicol/pagination/TopToBottom-tb-expected.png: |
| * platform/mac/fast/multicol/pagination/TopToBottomGrid-bt-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/TopToBottomGrid-bt-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/TopToBottomGrid-lr-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/TopToBottomGrid-lr-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/TopToBottomGrid-rl-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/TopToBottomGrid-rl-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/TopToBottomGrid-tb-expected.png: Added. |
| * platform/mac/fast/multicol/pagination/TopToBottomGrid-tb-expected.txt: Added. |
| * platform/mac/fast/multicol/pagination/nested-transforms-expected.png: |
| |
| 2016-02-02 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/dont-wedge.html sometimes ASSERTs. |
| https://bugs.webkit.org/show_bug.cgi?id=153790 |
| |
| Reviewed by Tim Horton. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-02-02 Zalan Bujtas <zalan@apple.com> |
| |
| [Win] gardening after r195740. |
| |
| Unreviewed. |
| |
| * platform/win/tables/mozilla/marvin/x_tbody_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_class-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_id-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_align_justify-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_class-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_colspan-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_height-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_id-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_nowrap-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_rowspan-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_style-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_td_width-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_class-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_id-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_style-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_align_justify-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_class-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_colspan-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_height-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_id-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_nowrap-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_rowspan-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_style-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_width-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_class-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_id-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_style-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_thead_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_class-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_id-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_style-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tr_valign_top-expected.txt: |
| * platform/win/tables/mozilla/other/body_col-expected.txt: |
| * platform/win/tables/mozilla/other/cell_widths-expected.txt: |
| * platform/win/tables/mozilla/other/cellspacing-expected.txt: |
| * platform/win/tables/mozilla/other/move_row-expected.txt: |
| * platform/win/tables/mozilla/other/ms-expected.txt: |
| * platform/win/tables/mozilla/other/nested2-expected.txt: |
| * platform/win/tables/mozilla/other/nestedTables-expected.txt: |
| * platform/win/tables/mozilla/other/padding-expected.txt: |
| * platform/win/tables/mozilla/other/slashlogo-expected.txt: |
| * platform/win/tables/mozilla/other/test3-expected.txt: |
| * platform/win/tables/mozilla/other/test6-expected.txt: |
| * platform/win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: |
| * platform/win/tables/mozilla/other/wa_table_tr_align-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/97619-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug1010-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug101759-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug106336-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug11945-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug17826-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug18770-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug25707-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug4294-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug51000-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug73629-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug8499-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/backgrounds-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/captions1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/captions2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/captions3-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/col_span2-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/cols1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/columns-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/conflicts-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/standards1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/dom/appendCells1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/dom/appendCol1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/other/empty_cells-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/other/test4-expected.txt: |
| |
| 2016-02-02 Dan Bernstein <mitz@apple.com> |
| |
| Layout Test fast/parser/external-entities-in-xslt.xml is flaky on El Capitan (but fails most of the time) |
| https://bugs.webkit.org/show_bug.cgi?id=153683 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac/TestExpectations: Removed the failure expectation for this test. |
| |
| 2016-02-02 Eric Carlson <eric.carlson@apple.com> |
| |
| Allow ports to disable automatic text track selection |
| https://bugs.webkit.org/show_bug.cgi?id=153761 |
| <rdar://problem/24416768> |
| |
| Reviewed by Darin Adler. |
| |
| * media/track/track-manual-mode-expected.txt: Added. |
| * media/track/track-manual-mode.html: Added. |
| |
| 2016-02-02 Zalan Bujtas <zalan@apple.com> |
| |
| [Win] gardening after r195740. (more to follow) |
| |
| Unreviewed. |
| |
| * platform/win/tables/mozilla/bugs/bug101201-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug101674-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug103533-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug106158-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug106795-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug106816-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug108340-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug110566-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug113235-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug113235-3-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug113424-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug119786-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug120107-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug120364-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug133756-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug133756-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug137388-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug137388-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug137388-3-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug139524-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug139524-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug139524-3-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug139524-4-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug149275-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug154780-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug159108-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug175455-4-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug20579-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug20804-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug21299-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug215629-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug21918-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug219693-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug219693-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug22019-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug220536-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug221784-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug221784-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug222336-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug22246-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug22246-2a-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug22246-3-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug22246-3a-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug22513-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug23072-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug23151-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug23235-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug23299-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug24503-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug24627-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug24880-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug25004-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug25074-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug25086-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug25367-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug25663-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug26178-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug26553-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug269566-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug27038-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug27038-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug275625-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug277062-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug278266-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug278385-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug27993-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug28933-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug29058-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug29157-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug29314-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug29429-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug30273-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug30418-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug30559-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug30985-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug32205-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug32205-3-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug32205-5-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug32447-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug33137-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug34538-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug35662-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug38916-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug39209-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug40828-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug42187-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug44523-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug45055-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug45350-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug45486-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46268-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46268-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46268-3-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46268-5-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46268-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46480-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46480-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46623-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46623-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug47432-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug48028-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug48028-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug51140-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug52505-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug52506-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug53690-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug53690-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug53891-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug55694-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug55789-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug56201-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug56405-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug57300-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug57378-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug57828-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug57828-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug58402-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug60013-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug60749-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug60804-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug60807-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug60992-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug63785-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug67864-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug67915-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug68998-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug69187-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug69382-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug69382-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug72359-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug75250-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug78162-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug82946-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug82946-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug83786-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug86708-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug92143-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug92647-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug93363-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug96343-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug97138-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug97383-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug99923-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/win/tables/mozilla/collapsing_borders/bug127040-expected.txt: |
| * platform/win/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: |
| * platform/win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: |
| * platform/win/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/win/tables/mozilla/core/borders-expected.txt: |
| * platform/win/tables/mozilla/core/captions-expected.txt: |
| * platform/win/tables/mozilla/core/cell_heights-expected.txt: |
| * platform/win/tables/mozilla/core/col_span-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_auto_auto-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_auto_autoPer-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_auto_fix-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_auto_per-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_fix_autoPer-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_fix_fix-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_fix_fixPer-expected.txt: |
| * platform/win/tables/mozilla/core/col_widths_fix_per-expected.txt: |
| * platform/win/tables/mozilla/core/margins-expected.txt: |
| * platform/win/tables/mozilla/core/misc-expected.txt: |
| * platform/win/tables/mozilla/core/nested1-expected.txt: |
| * platform/win/tables/mozilla/core/one_row-expected.txt: |
| * platform/win/tables/mozilla/core/row_span-expected.txt: |
| * platform/win/tables/mozilla/core/table_frame-expected.txt: |
| * platform/win/tables/mozilla/core/table_heights-expected.txt: |
| * platform/win/tables/mozilla/core/table_rules-expected.txt: |
| * platform/win/tables/mozilla/core/table_widths-expected.txt: |
| * platform/win/tables/mozilla/dom/appendCol2-expected.txt: |
| * platform/win/tables/mozilla/dom/appendRowsExpand1-expected.txt: |
| * platform/win/tables/mozilla/dom/appendTbodyExpand1-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteCellsRebuild1-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteCellsShrink1-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteCellsShrink2-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteCol1-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteCol2-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteCol3-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteColGroup1-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteColGroup2-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteRowsRebuild1-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteRowsShrink1-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteTbodyExpand1-expected.txt: |
| * platform/win/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt: |
| * platform/win/tables/mozilla/dom/insertCellsExpand1-expected.txt: |
| * platform/win/tables/mozilla/dom/insertCellsExpand2-expected.txt: |
| * platform/win/tables/mozilla/dom/insertCellsRebuild1-expected.txt: |
| * platform/win/tables/mozilla/dom/insertCellsRebuild2-expected.txt: |
| * platform/win/tables/mozilla/dom/insertColGroups1-expected.txt: |
| * platform/win/tables/mozilla/dom/insertColGroups2-expected.txt: |
| * platform/win/tables/mozilla/dom/insertCols1-expected.txt: |
| * platform/win/tables/mozilla/dom/insertCols2-expected.txt: |
| * platform/win/tables/mozilla/dom/insertCols3-expected.txt: |
| * platform/win/tables/mozilla/dom/insertCols4-expected.txt: |
| * platform/win/tables/mozilla/dom/insertCols5-expected.txt: |
| * platform/win/tables/mozilla/dom/insertRowsExpand1-expected.txt: |
| * platform/win/tables/mozilla/dom/insertRowsRebuild1-expected.txt: |
| * platform/win/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/win/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: |
| * platform/win/tables/mozilla/marvin/backgr_position-table-expected.txt: |
| * platform/win/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: |
| * platform/win/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: |
| * platform/win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: |
| * platform/win/tables/mozilla/marvin/backgr_simple-table-expected.txt: |
| * platform/win/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: |
| * platform/win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: |
| * platform/win/tables/mozilla/marvin/body_col-expected.txt: |
| * platform/win/tables/mozilla/marvin/body_tbody-expected.txt: |
| * platform/win/tables/mozilla/marvin/body_tfoot-expected.txt: |
| * platform/win/tables/mozilla/marvin/body_thead-expected.txt: |
| * platform/win/tables/mozilla/marvin/col_span-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_align_justify-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_span-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_width_pct-expected.txt: |
| * platform/win/tables/mozilla/marvin/colgroup_width_px-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_frame_border-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_frame_box-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_row_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_row_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_row_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_rules_all-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_rules_groups-expected.txt: |
| * platform/win/tables/mozilla/marvin/table_rules_none-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_border_0-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_border_1-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_border_2-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_border_3-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_caption_align_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_cellpadding-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_cellspacing-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_default-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_id-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_td_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_td_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_td_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_td_colspan-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_td_height-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_td_nowrap-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_td_rowspan-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_td_width-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_th_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_th_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_th_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_th_colspan-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_th_height-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_th_rowspan-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_th_width-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_width_percent-expected.txt: |
| * platform/win/tables/mozilla/marvin/tables_width_px-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_align_justify-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/tbody_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/td_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/td_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/td_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/td_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_align_justify-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/tfoot_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/th_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/th_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/th_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/th_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_align_justify-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/thead_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_black-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_green-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_red-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_white-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/tr_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_caption_align_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_col_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_col_span-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_col_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_col_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_col_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_col_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_col_width_px-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_col_width_rel-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_colgroup_span-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_align_left-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_align_right-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_border-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_border_none-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_border_px-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_cellpadding-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_cellspacing-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_frame_void-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_rules_groups-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_rules_none-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_table_style-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_align_center-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_tbody_align_char-expected.txt: |
| |
| 2016-02-02 Alejandro G. Castro <alex@igalia.com> |
| |
| [GTK][EFL] Upgrade OpenWebRTC dependency |
| https://bugs.webkit.org/show_bug.cgi?id=153489 |
| |
| Reviewed by Philippe Normand. |
| |
| Skiped the mediastream tests by default, until we have the code |
| ready and gstreamer dependency is bumped. |
| |
| * platform/efl/TestExpectations: |
| * platform/gtk/TestExpectations: |
| |
| 2016-02-01 Chris Dumez <cdumez@apple.com> |
| |
| object.__lookupGetter__() / object.__lookupSetter__() does not work for native bindings |
| https://bugs.webkit.org/show_bug.cgi?id=153765 |
| <rdar://problem/24439699> |
| |
| Reviewed by Oliver Hunt. |
| |
| Add layout tests to test that object.__lookupGetter__() / object.__lookupSetter__() |
| works for native bindings. |
| |
| * js/lookupGetterGetter-native-bindings-expected.txt: Added. |
| * js/lookupGetterGetter-native-bindings.html: Added. |
| |
| 2016-02-01 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, fix http/tests/security/cross-origin-window-property-access.html |
| |
| Update http/tests/security/cross-origin-window-property-access.html that was |
| introduced in r196001 so that it does not assert on Mac DRT. Mac DRT asserts |
| that testRunner.waitUntilDone() must be called *BEFORE* calling window.open(). |
| |
| * http/tests/security/cross-origin-window-property-access.html: |
| |
| 2016-02-01 Chris Dumez <cdumez@apple.com> |
| |
| Native Bindings Descriptors are Incomplete |
| https://bugs.webkit.org/show_bug.cgi?id=140575 |
| <rdar://problem/19506502> |
| |
| Reviewed by Oliver Hunt. |
| |
| Add test coverage. |
| |
| * http/tests/security/cross-origin-window-property-access-expected.txt: Added. |
| * http/tests/security/cross-origin-window-property-access.html: Added. |
| * inspector/runtime/getProperties-expected.txt: |
| * js/dom/native-bindings-descriptors-expected.txt: Added. |
| * js/dom/native-bindings-descriptors.html: Added. |
| * js/dom/native-bindings-descriptors2-expected.txt: Added. |
| * js/dom/native-bindings-descriptors2.html: Added. |
| * js/dom/native-bindings-descriptors3-expected.txt: Added. |
| * js/dom/native-bindings-descriptors3.html: Added. |
| * js/dom/native-bindings-descriptors4-expected.txt: Added. |
| * js/dom/native-bindings-descriptors4.html: Added. |
| * js/dom/native-bindings-descriptors5-expected.txt: Added. |
| * js/dom/native-bindings-descriptors5.html: Added. |
| |
| 2016-02-01 Ryosuke Niwa <rniwa@webkit.org> |
| |
| [GTK] [EFL] [AppleWin] Layout Test fast/shadow-dom/slot-removal-crash-2.html timeouts |
| https://bugs.webkit.org/show_bug.cgi?id=153772 |
| |
| Reviewed by Michael Catanzaro. |
| |
| Don't call wait untilDone if attachShadow is not available. |
| |
| * fast/shadow-dom/slot-removal-crash-2.html: |
| |
| 2016-02-01 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: High Level Memory Overview Instrument |
| https://bugs.webkit.org/show_bug.cgi?id=153516 |
| <rdar://problem/24356378> |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/memory/tracking-expected.txt: Added. |
| * inspector/memory/tracking.html: Added. |
| Basic test for the new domain tracking commands and events. |
| |
| * platform/efl/TestExpectations: |
| * platform/gtk/TestExpectations: |
| * platform/win/TestExpectations: |
| Skip the directory on ports that have not implemented ENABLE(RESOURCE_USAGE). |
| |
| 2016-02-01 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping http/tests/plugins/visible_plugins.html on Yosemite during investigation. |
| https://bugs.webkit.org/show_bug.cgi?id=153752 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-02-01 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking imported/w3c/web-platform-tests/streams-api/readable-streams/garbage-collection-1.html as flaky on Mac debug |
| https://bugs.webkit.org/show_bug.cgi?id=153781 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-02-01 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| |
| [GTK] Unreviewed GTK+ Gardening. |
| |
| * platform/efl/TestExpectations: Add fast/shadow-dom/slot-removal-crash-2.html timeout expectation. |
| * platform/gtk/TestExpectations: Report and update a bunch of test expectations. |
| * platform/win/TestExpectations: Add fast/shadow-dom/slot-removal-crash-2.html timeout expectation. |
| |
| 2016-02-01 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking imported/w3c/web-platform-tests/XMLHttpRequest/open-url-multi-window-4.htm as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153336 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-01 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking http/tests/appcache/404-resource-with-slow-main-resource.php as flaky on ios-simulator-wk2 |
| https://bugs.webkit.org/show_bug.cgi?id=153503 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-01 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/replaced/preferred-widths.html as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153311 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-01 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skip fast/shadow-dom/touch-event-ios.html on ios-simulator since touch events are not supported. |
| https://bugs.webkit.org/show_bug.cgi?id=149592 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-02-01 Chris Dumez <cdumez@apple.com> |
| |
| Move properties that use custom bindings to the prototype |
| https://bugs.webkit.org/show_bug.cgi?id=153735 |
| |
| Reviewed by Darin Adler. |
| |
| Rebaseline / update existing tests now that properties using custom |
| bindings are on the prototype, as expected. |
| |
| * fast/mediastream/MediaStream-video-element-expected.txt: |
| * fast/xmlhttprequest/xmlhttprequest-properties-prototype-expected.txt: |
| * inspector/model/remote-object-get-properties-expected.txt: |
| * js/dom/dom-attributes-on-mismatch-type-expected.txt: |
| * js/dom/dom-attributes-on-mismatch-type.html: |
| * platform/mac/inspector/model/remote-object-expected.txt: |
| |
| 2016-02-01 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| [Fetch API] Implement Fetch API Request |
| https://bugs.webkit.org/show_bug.cgi?id=153437 |
| |
| Reviewed by Darin Adler. |
| |
| * js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| * js/dom/global-constructors-attributes-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2016-01-31 Jeremy Jones <jeremyj@apple.com> |
| |
| Add resize event for HTMLMediaElement |
| https://bugs.webkit.org/show_bug.cgi?id=125715 |
| |
| Reviewed by Darin Adler. |
| |
| Update test for change: move resize javascript event from DOMWindow.idl to GlobalEventHandlers.idl |
| per https://html.spec.whatwg.org/multipage/webappapis.html#globaleventhandlers |
| |
| * fast/dom/event-handler-attributes-expected.txt: Rebaselined. |
| * fast/dom/event-handler-attributes.html: |
| Move resize from uniqueWindowEvents to eventsInGlobalEventHandlers. |
| * http/tests/media/hls/hls-video-resize-expected.txt: Added. |
| * http/tests/media/hls/hls-video-resize.html: Added. |
| * js/dom/dom-static-property-for-in-iteration-expected.txt: Rebaselined. |
| * media/video-resize-expected.txt: Added. |
| * media/video-resize.html: Added. |
| * media/video-test.js: |
| (requiredEvents): Deleted global. Value is now captured by closure. |
| (waitForEventsAndCall): Remove dependence on global variable, and fix event observation leak. |
| |
| 2016-01-31 Brent Fulgham <bfulgham@apple.com> |
| |
| Add "WebKit built-in PDF" Plugin to set of publicly visible plugins |
| https://bugs.webkit.org/show_bug.cgi?id=153657 |
| <rdar://problem/24413107> |
| |
| Reviewed by Darin Adler. |
| |
| * http/tests/plugins/visible_plugins-expected.txt: Added. |
| * http/tests/plugins/visible_plugins.html: Added. |
| * platform/mac-wk2/http/tests/plugins: Added. |
| * platform/mac-wk2/http/tests/plugins/visible_plugins-expected.txt: Added. |
| |
| 2016-01-31 Doug Russell <d_russell@apple.com> |
| |
| AX: Add a boundary value to AXTextStateChangeType |
| https://bugs.webkit.org/show_bug.cgi?id=153085 |
| |
| Reviewed by Darin Adler. |
| |
| Post an AT notification when navigation is attempted past |
| an editable element's boundaries. |
| |
| * accessibility/mac/selection-boundary-userinfo-expected.txt: Added. |
| * accessibility/mac/selection-boundary-userinfo.html: Added. |
| |
| 2016-01-31 Daniel Bates <dabates@apple.com> |
| |
| CSP: Use the served CSP header for dedicated workers |
| https://bugs.webkit.org/show_bug.cgi?id=153157 |
| <rdar://problem/24383254> |
| And |
| https://bugs.webkit.org/show_bug.cgi?id=153156 |
| <rdar://problem/24383246> |
| |
| Reviewed by Brent Fulgham. |
| |
| Add new tests to ensure we block eval() in blob-, file-URL workers and block XHR in a file-URL worker. |
| |
| * TestExpectations: Remove now passing tests http/tests/security/contentSecurityPolicy/worker-{multiple-csp-headers, without-own-csp}.html |
| and update the associated bug # for tests that fail. |
| * fast/workers/resources/worker-inherits-csp-blocks-eval.js: Added. |
| (catch): |
| * fast/workers/resources/worker-inherits-csp-blocks-xhr.js: Added. |
| (catch): |
| * fast/workers/worker-inherits-csp-blocks-eval-expected.txt: Added. |
| * fast/workers/worker-inherits-csp-blocks-eval.html: Added. |
| * fast/workers/worker-inherits-csp-blocks-xhr-expected.txt: Added. |
| * fast/workers/worker-inherits-csp-blocks-xhr.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-blocks-eval-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-blocks-eval.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-multiple-csp-headers-expected.txt: Updated expected results as |
| the result was incorrect. |
| * http/tests/security/contentSecurityPolicy/worker-without-own-csp-expected.txt: Ditto. |
| |
| 2016-01-27 Daniel Bates <dabates@apple.com> |
| |
| CSP: Use the served CSP header for dedicated workers |
| https://bugs.webkit.org/show_bug.cgi?id=153157 |
| And |
| https://bugs.webkit.org/show_bug.cgi?id=153156 |
| |
| Reviewed by Brent Fulgham. |
| |
| Remove some tests that now pass and update the expected results of existing tests. |
| |
| * TestExpectations: |
| * http/tests/security/contentSecurityPolicy/worker-multiple-csp-headers-expected.txt: |
| * http/tests/security/contentSecurityPolicy/worker-without-own-csp-expected.txt: |
| |
| 2016-01-31 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| Unreviewed. EFL gardening: rebaseline tests after r195740. (more to follow) |
| |
| * platform/efl/css1/basic/containment-expected.txt: |
| * platform/efl/css1/basic/contextual_selectors-expected.txt: |
| * platform/efl/css1/basic/grouping-expected.txt: |
| * platform/efl/css1/basic/id_as_selector-expected.txt: |
| * platform/efl/css1/basic/inheritance-expected.txt: |
| * platform/efl/css1/box_properties/border-expected.txt: |
| * platform/efl/css1/box_properties/border_bottom-expected.txt: |
| * platform/efl/css1/box_properties/border_bottom_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_color-expected.txt: |
| * platform/efl/css1/box_properties/border_color_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_left-expected.txt: |
| * platform/efl/css1/box_properties/border_left_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_left_width-expected.txt: |
| * platform/efl/css1/box_properties/border_left_width_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_right-expected.txt: |
| * platform/efl/css1/box_properties/border_right_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_right_width-expected.txt: |
| * platform/efl/css1/box_properties/border_right_width_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_style-expected.txt: |
| * platform/efl/css1/box_properties/border_style_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_top-expected.txt: |
| * platform/efl/css1/box_properties/border_top_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_top_width-expected.txt: |
| * platform/efl/css1/box_properties/border_top_width_inline-expected.txt: |
| * platform/efl/css1/box_properties/clear-expected.txt: |
| * platform/efl/css1/box_properties/clear_float-expected.txt: |
| * platform/efl/css1/box_properties/float-expected.txt: |
| * platform/efl/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/efl/css1/box_properties/float_margin-expected.txt: |
| * platform/efl/css1/box_properties/height-expected.txt: |
| * platform/efl/css1/box_properties/margin-expected.txt: |
| * platform/efl/css1/box_properties/margin_bottom-expected.txt: |
| * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt: |
| * platform/efl/css1/box_properties/margin_inline-expected.txt: |
| * platform/efl/css1/box_properties/margin_left-expected.txt: |
| * platform/efl/css1/box_properties/margin_left_inline-expected.txt: |
| * platform/efl/css1/box_properties/margin_right-expected.txt: |
| * platform/efl/css1/box_properties/margin_right_inline-expected.txt: |
| * platform/efl/css1/box_properties/margin_top-expected.txt: |
| * platform/efl/css1/box_properties/margin_top_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding-expected.txt: |
| * platform/efl/css1/box_properties/padding_bottom-expected.txt: |
| * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding_left-expected.txt: |
| * platform/efl/css1/box_properties/padding_left_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding_right-expected.txt: |
| * platform/efl/css1/box_properties/padding_right_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding_top-expected.txt: |
| * platform/efl/css1/box_properties/padding_top_inline-expected.txt: |
| * platform/efl/css1/box_properties/width-expected.txt: |
| * platform/efl/css1/cascade/cascade_order-expected.txt: |
| * platform/efl/css1/cascade/important-expected.txt: |
| * platform/efl/css1/classification/display-expected.txt: |
| * platform/efl/css1/classification/list_style-expected.txt: |
| * platform/efl/css1/classification/list_style_image-expected.txt: |
| * platform/efl/css1/classification/list_style_position-expected.txt: |
| * platform/efl/css1/classification/list_style_type-expected.txt: |
| * platform/efl/css1/classification/white_space-expected.txt: |
| * platform/efl/css1/color_and_background/background-expected.txt: |
| * platform/efl/css1/color_and_background/background_attachment-expected.txt: |
| * platform/efl/css1/color_and_background/background_color-expected.txt: |
| * platform/efl/css1/color_and_background/background_image-expected.txt: |
| * platform/efl/css1/color_and_background/background_position-expected.txt: |
| * platform/efl/css1/color_and_background/background_repeat-expected.txt: |
| * platform/efl/css1/color_and_background/color-expected.txt: |
| * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/efl/css1/font_properties/font-expected.txt: |
| * platform/efl/css1/font_properties/font_family-expected.txt: |
| * platform/efl/css1/font_properties/font_size-expected.txt: |
| * platform/efl/css1/font_properties/font_style-expected.txt: |
| * platform/efl/css1/font_properties/font_variant-expected.txt: |
| * platform/efl/css1/font_properties/font_weight-expected.txt: |
| * platform/efl/css1/formatting_model/canvas-expected.txt: |
| * platform/efl/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/efl/css1/formatting_model/inline_elements-expected.txt: |
| * platform/efl/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/efl/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/efl/css1/pseudo/anchor-expected.txt: |
| * platform/efl/css1/pseudo/firstletter-expected.txt: |
| * platform/efl/css1/pseudo/firstline-expected.txt: |
| * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/efl/css1/text_properties/letter_spacing-expected.txt: |
| * platform/efl/css1/text_properties/line_height-expected.txt: |
| * platform/efl/css1/text_properties/text_align-expected.txt: |
| * platform/efl/css1/text_properties/text_decoration-expected.txt: |
| * platform/efl/css1/text_properties/text_indent-expected.txt: |
| * platform/efl/css1/text_properties/text_transform-expected.txt: |
| * platform/efl/css1/text_properties/vertical_align-expected.txt: |
| * platform/efl/css1/text_properties/word_spacing-expected.txt: |
| * platform/efl/css1/units/color_units-expected.txt: |
| * platform/efl/css1/units/length_units-expected.txt: |
| * platform/efl/css1/units/percentage_units-expected.txt: |
| * platform/efl/css1/units/urls-expected.txt: |
| * platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt: |
| * platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt: |
| * platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt: |
| * platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt: |
| * platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt: |
| * platform/efl/css2.1/20110323/inline-table-001-expected.txt: |
| * platform/efl/css2.1/20110323/inline-table-002a-expected.txt: |
| * platform/efl/css2.1/20110323/inline-table-003-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt: |
| * platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt: |
| * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: |
| * platform/efl/css2.1/20110323/table-caption-001-expected.txt: |
| * platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt: |
| * platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt: |
| * platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: |
| * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: |
| * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: |
| * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: |
| * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: |
| * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: |
| * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: |
| * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-29-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-33-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-73-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-77-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.txt: |
| * platform/efl/editing/deleting/4922367-expected.txt: |
| * platform/efl/editing/deleting/5126166-expected.txt: |
| * platform/efl/editing/deleting/5206311-1-expected.txt: |
| * platform/efl/editing/deleting/5433862-2-expected.txt: |
| * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt: |
| * platform/efl/editing/selection/3690703-2-expected.txt: |
| * platform/efl/editing/selection/3690703-expected.txt: |
| * platform/efl/editing/selection/3690719-expected.txt: |
| * platform/efl/editing/selection/5057506-2-expected.txt: |
| * platform/efl/editing/selection/5057506-expected.txt: |
| * platform/efl/editing/selection/5131716-1-expected.txt: |
| * platform/efl/editing/selection/5131716-2-expected.txt: |
| * platform/efl/editing/selection/5131716-3-expected.txt: |
| * platform/efl/editing/selection/5131716-4-expected.txt: |
| * platform/efl/editing/selection/move-by-line-001-expected.txt: |
| * platform/efl/editing/selection/select-all-004-expected.txt: |
| * platform/efl/editing/unsupported-content/table-type-after-expected.txt: |
| * platform/efl/editing/unsupported-content/table-type-before-expected.txt: |
| * platform/efl/fast/block/basic/016-expected.txt: |
| * platform/efl/fast/block/basic/quirk-percent-height-table-cell-expected.txt: |
| * platform/efl/fast/block/float/015-expected.txt: |
| * platform/efl/fast/block/margin-collapse/006-expected.txt: |
| * platform/efl/fast/block/margin-collapse/010-expected.txt: |
| * platform/efl/fast/block/margin-collapse/011-expected.txt: |
| * platform/efl/fast/block/margin-collapse/012-expected.txt: |
| * platform/efl/fast/block/margin-collapse/015-expected.txt: |
| * platform/efl/fast/block/margin-collapse/016-expected.txt: |
| * platform/efl/fast/block/margin-collapse/017-expected.txt: |
| * platform/efl/fast/block/margin-collapse/018-expected.txt: |
| * platform/efl/fast/block/margin-collapse/019-expected.txt: |
| * platform/efl/fast/block/margin-collapse/020-expected.txt: |
| * platform/efl/fast/block/margin-collapse/021-expected.txt: |
| * platform/efl/fast/block/margin-collapse/022-expected.txt: |
| * platform/efl/fast/block/margin-collapse/025-expected.txt: |
| * platform/efl/fast/block/margin-collapse/032-expected.txt: |
| * platform/efl/fast/block/margin-collapse/033-expected.txt: |
| * platform/efl/fast/block/margin-collapse/034-expected.txt: |
| * platform/efl/fast/block/margin-collapse/041-expected.txt: |
| * platform/efl/fast/block/margin-collapse/042-expected.txt: |
| * platform/efl/fast/block/margin-collapse/055-expected.txt: |
| * platform/efl/fast/block/margin-collapse/056-expected.txt: |
| * platform/efl/fast/block/margin-collapse/057-expected.txt: |
| * platform/efl/fast/block/margin-collapse/058-expected.txt: |
| * platform/efl/fast/block/margin-collapse/059-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt: |
| * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt: |
| * platform/efl/fast/block/positioning/negative-right-pos-expected.txt: |
| * platform/efl/fast/block/positioning/table-cell-static-position-expected.txt: |
| * platform/efl/fast/borders/border-antialiasing-expected.txt: |
| * platform/efl/fast/borders/border-radius-different-width-001-expected.txt: |
| * platform/efl/fast/borders/table-borders-expected.txt: |
| * platform/efl/fast/css-generated-content/first-letter-in-nested-before-expected.txt: |
| * platform/efl/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: |
| * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: |
| * platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: |
| * platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.txt: |
| * platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt: |
| * platform/efl/fast/css-generated-content/table-row-with-before-expected.txt: |
| * platform/efl/fast/css-generated-content/table-with-before-expected.txt: |
| * platform/efl/fast/css/003-expected.txt: |
| * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt: |
| * platform/efl/fast/css/acid2-expected.txt: |
| * platform/efl/fast/css/acid2-pixel-expected.txt: |
| * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt: |
| * platform/efl/fast/css/box-shadow-and-border-radius-expected.txt: |
| * platform/efl/fast/css/caption-width-absolute-position-expected.txt: |
| * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.txt: |
| * platform/efl/fast/css/caption-width-fixed-position-expected.txt: |
| * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.txt: |
| * platform/efl/fast/css/caption-width-relative-position-expected.txt: |
| * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt: |
| * platform/efl/fast/css/css3-nth-child-expected.txt: |
| * platform/efl/fast/css/focus-ring-detached-expected.txt: |
| * platform/efl/fast/css/focus-ring-multiline-expected.txt: |
| * platform/efl/fast/css/h1-in-section-elements-expected.txt: |
| * platform/efl/fast/css/image-rendering-expected.txt: |
| * platform/efl/fast/css/min-width-with-spanned-cell-expected.txt: |
| * platform/efl/fast/css/percentage-non-integer-expected.txt: |
| * platform/efl/fast/css/table-text-align-quirk-expected.txt: |
| * platform/efl/fast/css/table-text-align-strict-expected.txt: |
| * platform/efl/fast/dom/34176-expected.txt: |
| * platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt: |
| * platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt: |
| * platform/efl/fast/dom/row-inner-text-expected.txt: |
| * platform/efl/fast/dynamic/001-expected.txt: |
| * platform/efl/fast/dynamic/containing-block-change-expected.txt: |
| * platform/efl/fast/dynamic/float-withdrawal-expected.txt: |
| * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: |
| * platform/efl/fast/dynamic/subtree-table-cell-height-expected.txt: |
| * platform/efl/fast/encoding/utf-16-big-endian-expected.txt: |
| * platform/efl/fast/encoding/utf-16-little-endian-expected.txt: |
| * platform/efl/fast/forms/001-expected.txt: |
| * platform/efl/fast/forms/005-expected.txt: |
| * platform/efl/fast/forms/basic-buttons-expected.txt: |
| * platform/efl/fast/forms/form-element-geometry-expected.txt: |
| * platform/efl/fast/forms/form-hides-table-expected.txt: |
| * platform/efl/fast/forms/form-in-malformed-markup-expected.txt: |
| * platform/efl/fast/forms/formmove3-expected.txt: |
| * platform/efl/fast/forms/input-table-expected.txt: |
| * platform/efl/fast/forms/listbox-bidi-align-expected.txt: |
| * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt: |
| * platform/efl/fast/html/details-writing-mode-expected.txt: |
| * platform/efl/fast/inline-block/001-expected.txt: |
| * platform/efl/fast/inline-block/overflow-clip-expected.txt: |
| * platform/efl/fast/invalid/012-expected.txt: |
| * platform/efl/fast/invalid/018-expected.txt: |
| * platform/efl/fast/lists/004-expected.txt: |
| * platform/efl/fast/lists/list-marker-before-content-table-expected.txt: |
| * platform/efl/fast/multicol/span/before-child-anonymous-column-block-expected.txt: |
| * platform/efl/fast/overflow/002-expected.txt: |
| * platform/efl/fast/overflow/overflow-rtl-expected.txt: |
| * platform/efl/fast/overflow/overflow-rtl-vertical-expected.txt: |
| * platform/efl/fast/overflow/table-overflow-float-expected.txt: |
| * platform/efl/fast/reflections/table-cell-expected.txt: |
| * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt: |
| * platform/efl/fast/repaint/float-overflow-expected.txt: |
| * platform/efl/fast/repaint/float-overflow-right-expected.txt: |
| * platform/efl/fast/repaint/subtree-root-clip-3-expected.txt: |
| * platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt: |
| * platform/efl/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: |
| * platform/efl/fast/repaint/table-cell-move-expected.txt: |
| * platform/efl/fast/repaint/table-cell-overflow-expected.txt: |
| * platform/efl/fast/repaint/table-cell-vertical-overflow-expected.txt: |
| * platform/efl/fast/repaint/table-col-background-expected.txt: |
| * platform/efl/fast/repaint/table-collapsed-border-expected.txt: |
| * platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt: |
| * platform/efl/fast/repaint/table-outer-border-expected.txt: |
| * platform/efl/fast/repaint/table-row-expected.txt: |
| * platform/efl/fast/repaint/table-section-overflow-expected.txt: |
| * platform/efl/fast/repaint/table-section-repaint-expected.txt: |
| * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.txt: |
| * platform/efl/fast/repaint/table-writing-modes-h-expected.txt: |
| * platform/efl/fast/repaint/table-writing-modes-v-expected.txt: |
| |
| 2016-01-30 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r195799 and r195828. |
| https://bugs.webkit.org/show_bug.cgi?id=153722 |
| |
| Caused assertion failures, severely affecting EWS (Requested |
| by ap on #webkit). |
| |
| Reverted changesets: |
| |
| "Web Inspector: InspectorTimelineAgent doesn't need to |
| recompile functions because it now uses the sampling profiler" |
| https://bugs.webkit.org/show_bug.cgi?id=153500 |
| http://trac.webkit.org/changeset/195799 |
| |
| "Attempt to fix the Windows build after r195799" |
| http://trac.webkit.org/changeset/195828 |
| |
| 2016-01-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Some tests crash with specific odd database names. |
| https://bugs.webkit.org/show_bug.cgi?id=153688 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-30 Eric Carlson <eric.carlson@apple.com> |
| |
| More than one audio and/or text track sometimes selected in media controls menu |
| https://bugs.webkit.org/show_bug.cgi?id=153664 |
| |
| Reviewed by Jer Noble. |
| |
| * media/controls/controls-test-helpers.js: |
| (ControlsTest.prototype.get currentState): |
| (ControlsTest.prototype.get video): |
| (ControlsTest.prototype.stateForControlsElement): |
| (ControlsTest.prototype.handleEvent): |
| (ControlsTest.prototype.setup): |
| (ControlsTest.prototype.start): |
| (ControlsTest.prototype.isEqualTo): |
| (ControlsTest.prototype.isNotEqualTo): |
| (ControlsTest.prototype.contains): |
| * media/controls/track-menu-expected.txt: Added. |
| * media/controls/track-menu.html: Added. |
| |
| 2016-01-30 Chris Dumez <cdumez@apple.com> |
| |
| [JS Bindings] prototype.constructor should be writable |
| https://bugs.webkit.org/show_bug.cgi?id=149412 |
| <rdar://problem/22545096> |
| |
| Reviewed by Darin Adler. |
| |
| * fast/dom/HTMLDocument/constructor-setter-crash-expected.txt: Added. |
| * fast/dom/HTMLDocument/constructor-setter-crash.html: Added. |
| Add regression test for crash at <rdar://problem/22825602>. |
| |
| * fast/dom/prototype-constructor-setter-expected.txt: Added. |
| * fast/dom/prototype-constructor-setter.html: Added. |
| Add new test checking that prototype.constructor is writable. |
| |
| * js/dom/constructor-attributes-expected.txt: |
| Rebaseline existing test now that prototype.constructor is writable. |
| |
| 2016-01-30 Chris Dumez <cdumez@apple.com> |
| |
| Move more 'constructor' properties to the prototype |
| https://bugs.webkit.org/show_bug.cgi?id=153667 |
| |
| Reviewed by Darin Adler. |
| |
| Rebaseline a couple of tests now that 'constructor' is on the prototype |
| for more interfaces. |
| |
| * fast/dom/htmlcollection-getownpropertynames-expected.txt: |
| * storage/domstorage/localstorage/delete-defineproperty-removal-expected.txt: |
| |
| 2016-01-30 Ryosuke Niwa <rniwa@webkit.org> |
| |
| TouchList should be retargeted |
| https://bugs.webkit.org/show_bug.cgi?id=149592 |
| |
| Reviewed by Antti Koivisto. |
| |
| Added a regression test for retargeting touch targets on iOS. |
| |
| * fast/shadow-dom/touch-event-ios-expected.txt: Added. |
| * fast/shadow-dom/touch-event-ios.html: Added. |
| * platform/mac/TestExpectations: Added the failing expectation on Mac since touch support is not enabled. |
| |
| 2016-01-30 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Two disk cache tests are failing |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-30 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Some W3C DOM tests are failing |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-30 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] IndexedDB expectations gardening |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-30 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] platform/gtk/scrollbars/overflow-scrollbar-horizontal-wheel-scroll.html is failing |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-30 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Some organization in the test expectations file |
| |
| Unreviewed. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-30 Dave Hyatt <hyatt@apple.com> |
| |
| Support break-after, break-before and break-inside. |
| https://bugs.webkit.org/show_bug.cgi?id=148814 |
| |
| Reviewed by Dean Jackson. |
| |
| * TestExpectations: |
| * fast/multicol/standardized-break-properties-expected.txt: Added. |
| * fast/multicol/standardized-break-properties.html: Added. |
| * fast/multicol/vertical-lr/standardized-break-properties-expected.txt: Added. |
| * fast/multicol/vertical-lr/standardized-break-properties.html: Added. |
| * fast/multicol/vertical-rl/standardized-break-properties-expected.txt: Added. |
| * fast/multicol/vertical-rl/standardized-break-properties.html: Added. |
| * fast/regions/text-break-properties-expected.txt: Added. |
| * fast/regions/text-break-properties.html: Added. |
| * printing/allowed-breaks-expected.txt: Added. |
| * printing/allowed-breaks.html: Added. |
| * printing/break-after-avoid-expected.txt: Added. |
| * printing/break-after-avoid-page-expected.txt: Added. |
| * printing/break-after-avoid-page.html: Added. |
| * printing/break-after-avoid.html: Added. |
| * printing/break-always-expected.txt: Added. |
| * printing/break-always.html: Added. |
| * printing/break-avoid-expected.txt: Added. |
| * printing/break-avoid-page-expected.txt: Added. |
| * printing/break-avoid-page.html: Added. |
| * printing/break-avoid.html: Added. |
| * printing/break-display-none-expected.txt: Added. |
| * printing/break-display-none.html: Added. |
| * printing/break-inside-avoid-expected.txt: Added. |
| * printing/break-inside-avoid-page-expected.txt: Added. |
| * printing/break-inside-avoid-page.html: Added. |
| * printing/break-inside-avoid.html: Added. |
| * printing/script-tests/allowed-breaks.js: Added. |
| (test): |
| * printing/script-tests/break-after-avoid-page.js: Added. |
| (test): |
| * printing/script-tests/break-after-avoid.js: Added. |
| (test): |
| * printing/script-tests/break-always.js: Added. |
| (test): |
| * printing/script-tests/break-avoid-page.js: Added. |
| (test): |
| * printing/script-tests/break-avoid.js: Added. |
| (test): |
| * printing/script-tests/break-display-none.js: Added. |
| (test): |
| * printing/script-tests/break-inside-avoid-page.js: Added. |
| (test): |
| * printing/script-tests/break-inside-avoid.js: Added. |
| (test): |
| |
| 2016-01-29 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Mark two CSS multicolumn tests as failing |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-29 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Mark two scrollbar tests as crashing |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-29 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Really mark imported/blink/fast/css/first-letter-float-block.html as crashing |
| |
| Unreviewed test gardening. Copypaste error in the previous commit. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-29 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Mark imported/blink/fast/css/first-letter-float-block.html as crashing |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-29 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Mark some accessibility role tests as failing |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-29 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Mark some content security policy tests as failing |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-29 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Mark Ruby expansion tests as failing |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-29 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Add expectations for media source SourceBuffer tests |
| |
| Unreviewed test gardening. |
| |
| * platform/gtk/http/tests/media/media-source/SourceBuffer-abort-expected.txt: Added. |
| * platform/gtk/http/tests/media/media-source/SourceBuffer-abort-readyState-expected.txt: Added. |
| * platform/gtk/http/tests/media/media-source/SourceBuffer-abort-removed-expected.txt: Added. |
| * platform/gtk/http/tests/media/media-source/SourceBuffer-abort-updating-expected.txt: Added. |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline fast/block/basic/016.html for ios-simulator after r195740 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/fast/block/basic/016-expected.txt: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Last commit should have marked fast/text/fallback-language-han-2.html as an ImageOnlyFailure. Fixing that. |
| https://bugs.webkit.org/show_bug.cgi?id=152438 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Mark fast/text/fallback-language-han-2.html as failing on ios-simulator. |
| https://bugs.webkit.org/show_bug.cgi?id=152438 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking two WPT dom-tree-accessors/document.getElementsByName tests as failing on ios-simulator. |
| https://bugs.webkit.org/show_bug.cgi?id=153370 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking webarchive/loading/object.html as flaky on ios-simulator-wk2 |
| https://bugs.webkit.org/show_bug.cgi?id=153380 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking all displaylists tests as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153656 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/parser/external-entities-in-xslt.xml as flaky on El Capitan |
| https://bugs.webkit.org/show_bug.cgi?id=153683 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-01-29 Ryosuke Niwa <rniwa@webkit.org> |
| |
| fast/shadow-dom/Element-interface-attachShadow.html fails on iOS |
| https://bugs.webkit.org/show_bug.cgi?id=153681 |
| |
| Reviewed by Antti Koivisto. |
| |
| Enable shadow DOM and custom elements tests on iOS; matches that's in platform/mac/TestExpectations. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Missed one rebaseline for ios-simulator after r195740 in the last patch. |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/fast/forms/form-in-malformed-markup-expected.txt: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining tests on ios-simulator after r195740 |
| |
| Unreviewed test gardning. |
| |
| * platform/ios-simulator-wk2/editing/inserting/paragraph-separator-in-table-1-expected.txt: Removed. |
| * platform/ios-simulator/compositing/contents-opaque/table-parts-expected.txt: |
| * platform/ios-simulator/fast/text/emoji-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_align_center-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_align_justify-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_align_left-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_align_right-expected.txt: |
| |
| 2016-01-29 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: Break out some IDB failures with better descriptions. |
| |
| 2016-01-29 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Getting records for key ranges with null keys aren't properly handled in SQLite backend |
| https://bugs.webkit.org/show_bug.cgi?id=153666 |
| |
| Reviewed by Tim Horton. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-29 Simon Fraser <simon.fraser@apple.com> |
| |
| image-rendering: -webkit-optimize-contrast not working for background images |
| https://bugs.webkit.org/show_bug.cgi?id=97991 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/images/image-rendering-interpolation-expected.html: Added. |
| * fast/images/image-rendering-interpolation.html: Added. |
| |
| 2016-01-29 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/modern/index-3.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=153661 |
| |
| Reviewed by Tim Horton. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-22 Pranjal Jumde <pjumde@apple.com> |
| |
| Test to check for stack recursion when indexed propertyNames defined using Object.defineProperty are deleted. |
| https://bugs.webkit.org/show_bug.cgi?id=149179 |
| <rdar://problem/22708019>. |
| |
| Reviewed by Dean Jackson. |
| |
| * storage/domstorage/localstorage/delete-defineproperty-removal-expected.txt: Added. |
| * storage/domstorage/localstorage/delete-defineproperty-removal.html: Added. |
| |
| 2016-01-29 Brent Fulgham <bfulgham@apple.com> |
| |
| [WebGL] Check vertex array bounds before permitting a glDrawArrays to execute |
| https://bugs.webkit.org/show_bug.cgi?id=153643 |
| <rdar://problem/23424456> |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/canvas/webgl/webgl-drawarrays-crash-expected.txt: Added. |
| * fast/canvas/webgl/webgl-drawarrays-crash.html: Added. |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline fast/forms tests after r195700 |
| https://bugs.webkit.org/show_bug.cgi?id=153618 |
| |
| Unreviewed test gardening. |
| |
| * fast/forms/date/ValidityState-rangeOverflow-date-expected.txt: |
| * fast/forms/date/ValidityState-rangeUnderflow-date-expected.txt: |
| * fast/forms/datetimelocal/ValidityState-rangeOverflow-datetimelocal-expected.txt: |
| * fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-expected.txt: |
| * fast/forms/month/ValidityState-rangeOverflow-month-expected.txt: |
| * fast/forms/month/ValidityState-rangeUnderflow-month-expected.txt: |
| * fast/forms/time/time-validity-rangeoverflow-expected.txt: |
| * fast/forms/time/time-validity-rangeunderflow-expected.txt: |
| * fast/forms/week/ValidityState-rangeOverflow-week-expected.txt: |
| * fast/forms/week/ValidityState-rangeUnderflow-week-expected.txt: |
| |
| 2016-01-29 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Fix logging that overwhelms python with strings of excessive length. |
| https://bugs.webkit.org/show_bug.cgi?id=153652 |
| |
| Reviewed by Tim Horton. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-29 Saam barati <sbarati@apple.com> |
| |
| Exits from exceptions shouldn't jettison code |
| https://bugs.webkit.org/show_bug.cgi?id=153564 |
| |
| Reviewed by Geoffrey Garen. |
| |
| * js/regress/script-tests/v8-raytrace-with-try-catch-high-frequency-throws.js: Added. |
| (randomException): |
| (Class.create): |
| (Object.extend): |
| (Flog.RayTracer.Color.prototype.initialize): |
| (Flog.RayTracer.Color.prototype.add): |
| (Flog.RayTracer.Color.prototype.addScalar): |
| (Flog.RayTracer.Color.prototype.subtract): |
| (Flog.RayTracer.Color.prototype.multiply): |
| (Flog.RayTracer.Color.prototype.multiplyScalar): |
| (Flog.RayTracer.Color.prototype.divideFactor): |
| (Flog.RayTracer.Color.prototype.limit): |
| (Flog.RayTracer.Color.prototype.distance): |
| (Flog.RayTracer.Color.prototype.blend): |
| (Flog.RayTracer.Color.prototype.brightness): |
| (Flog.RayTracer.Color.prototype.toString): |
| (Flog.RayTracer.Light.prototype.initialize): |
| (Flog.RayTracer.Light.prototype.toString): |
| (Flog.RayTracer.Vector.prototype.initialize): |
| (Flog.RayTracer.Vector.prototype.copy): |
| (Flog.RayTracer.Vector.prototype.normalize): |
| (Flog.RayTracer.Vector.prototype.magnitude): |
| (Flog.RayTracer.Vector.prototype.cross): |
| (Flog.RayTracer.Vector.prototype.dot): |
| (Flog.RayTracer.Vector.prototype.add): |
| (Flog.RayTracer.Vector.prototype.subtract): |
| (Flog.RayTracer.Vector.prototype.multiplyVector): |
| (Flog.RayTracer.Vector.prototype.multiplyScalar): |
| (Flog.RayTracer.Vector.prototype.toString): |
| (Flog.RayTracer.Ray.prototype.initialize): |
| (Flog.RayTracer.Ray.prototype.toString): |
| (Flog.RayTracer.Scene.prototype.initialize): |
| (Flog.RayTracer.Material.BaseMaterial.prototype.initialize): |
| (Flog.RayTracer.Material.BaseMaterial.prototype.getColor): |
| (Flog.RayTracer.Material.BaseMaterial.prototype.wrapUp): |
| (Flog.RayTracer.Material.BaseMaterial.prototype.toString): |
| (Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize): |
| (Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor): |
| (Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString): |
| (Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial): |
| (Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize): |
| (Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor): |
| (Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString): |
| (Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial): |
| (Flog.RayTracer.Shape.Sphere.prototype.initialize): |
| (Flog.RayTracer.Shape.Sphere.prototype.intersect): |
| (Flog.RayTracer.Shape.Sphere.prototype.toString): |
| (Flog.RayTracer.Shape.Plane.prototype.initialize): |
| (Flog.RayTracer.Shape.Plane.prototype.intersect): |
| (Flog.RayTracer.Shape.Plane.prototype.toString): |
| (Flog.RayTracer.IntersectionInfo.prototype.initialize): |
| (Flog.RayTracer.IntersectionInfo.prototype.toString): |
| (Flog.RayTracer.Camera.prototype.initialize): |
| (Flog.RayTracer.Camera.prototype.getRay): |
| (Flog.RayTracer.Camera.prototype.toString): |
| (Flog.RayTracer.Background.prototype.initialize): |
| (Flog.RayTracer.Engine.prototype.initialize): |
| (Flog.RayTracer.Engine.prototype.setPixel): |
| (Flog.RayTracer.Engine.prototype.renderScene): |
| (Flog.RayTracer.Engine.prototype.getPixelColor): |
| (Flog.RayTracer.Engine.prototype.testIntersection): |
| (Flog.RayTracer.Engine.prototype.getReflectionRay): |
| (Flog.RayTracer.Engine.prototype.rayTrace): |
| (renderScene): |
| * js/regress/v8-raytrace-with-try-catch-high-frequency-throws-expected.txt: Added. |
| * js/regress/v8-raytrace-with-try-catch-high-frequency-throws.html: Added. |
| |
| 2016-01-29 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| |
| [GTK] Unreviewed gardening after r195740 (v2). |
| https://bugs.webkit.org/show_bug.cgi?id=153654 |
| |
| Rebaseline another 652 tests after r195740. |
| Unreviewed. |
| |
| * platform/gtk/accessibility/table-attributes-expected.txt: |
| * platform/gtk/accessibility/table-cell-spans-expected.txt: |
| * platform/gtk/accessibility/table-cells-expected.txt: |
| * platform/gtk/accessibility/table-sections-expected.txt: |
| * platform/gtk/accessibility/table-with-rules-expected.txt: |
| * platform/gtk/css2.1/20110323/inline-table-002a-expected.txt: |
| * platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt: |
| * platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt: |
| * platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: |
| * platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: |
| * platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.png: |
| * platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: |
| * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: |
| * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.png: |
| * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: |
| * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: |
| * platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.png: |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-015-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-015-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-016-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-016-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-023-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-023-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-024-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-024-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-035-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-035-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-036-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-036-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-037-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-037-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-038-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-038-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-045-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-045-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-046-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-046-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-047-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-047-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-048-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-048-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-049-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-049-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-050-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-050-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-055-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-055-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-056-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-056-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-091-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-091-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-092-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-092-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-099-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-099-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-100-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-100-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-103-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-103-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-104-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-104-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-105-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-105-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-106-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-106-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-107-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-107-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-108-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-108-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-109-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-109-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-110-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-110-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-111-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-111-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-112-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-112-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-113-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-113-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-114-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-114-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-123-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-123-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-124-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-124-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-139-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-139-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-140-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-140-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-149-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-149-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-150-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-150-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-155-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-155-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-156-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-156-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-159-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-159-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-160-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-160-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-165-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-165-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-166-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-166-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-207-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-207-expected.txt: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-208-expected.png: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-208-expected.txt: |
| * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-161-expected.png: |
| * platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-18b-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-28-expected.png: |
| * platform/gtk/css3/selectors3/html/css3-modsel-28-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.png: |
| * platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-32-expected.png: |
| * platform/gtk/css3/selectors3/html/css3-modsel-32-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-43-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-43b-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-44-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-44b-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-74-expected.png: |
| * platform/gtk/css3/selectors3/html/css3-modsel-74-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.png: |
| * platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-78-expected.png: |
| * platform/gtk/css3/selectors3/html/css3-modsel-78-expected.txt: |
| * platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.png: |
| * platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.png: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-18b-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.png: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.png: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.png: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-43-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-43b-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-44-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-44b-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.png: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.png: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.png: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.png: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.png: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-18b-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.png: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.png: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.png: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-43-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-43b-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-44-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-44b-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.png: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.png: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.png: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.png: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.txt: |
| * platform/gtk/editing/deleting/5099303-expected.png: |
| * platform/gtk/editing/deleting/5099303-expected.txt: |
| * platform/gtk/editing/deleting/5483370-expected.png: |
| * platform/gtk/editing/deleting/5483370-expected.txt: |
| * platform/gtk/editing/deleting/delete-to-select-table-expected.png: |
| * platform/gtk/editing/deleting/delete-to-select-table-expected.txt: |
| * platform/gtk/editing/deleting/table-cells-expected.png: |
| * platform/gtk/editing/deleting/table-cells-expected.txt: |
| * platform/gtk/editing/execCommand/5481523-expected.png: |
| * platform/gtk/editing/execCommand/5481523-expected.txt: |
| * platform/gtk/editing/inserting/5058163-1-expected.png: |
| * platform/gtk/editing/inserting/5058163-1-expected.txt: |
| * platform/gtk/editing/inserting/insert-paragraph-01-expected.png: |
| * platform/gtk/editing/inserting/insert-paragraph-01-expected.txt: |
| * platform/gtk/editing/inserting/insert-paragraph-02-expected.png: |
| * platform/gtk/editing/inserting/insert-paragraph-02-expected.txt: |
| * platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.png: |
| * platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt: |
| * platform/gtk/editing/pasteboard/5156401-1-expected.png: |
| * platform/gtk/editing/pasteboard/5156401-1-expected.txt: |
| * platform/gtk/editing/pasteboard/5387578-expected.png: |
| * platform/gtk/editing/pasteboard/5387578-expected.txt: |
| * platform/gtk/editing/selection/4818145-expected.png: |
| * platform/gtk/editing/selection/4818145-expected.txt: |
| * platform/gtk/editing/selection/4889598-expected.png: |
| * platform/gtk/editing/selection/4889598-expected.txt: |
| * platform/gtk/editing/selection/4895428-2-expected.png: |
| * platform/gtk/editing/selection/4895428-2-expected.txt: |
| * platform/gtk/editing/selection/5076323-1-expected.png: |
| * platform/gtk/editing/selection/5076323-1-expected.txt: |
| * platform/gtk/editing/selection/5076323-2-expected.png: |
| * platform/gtk/editing/selection/5076323-2-expected.txt: |
| * platform/gtk/editing/selection/5076323-3-expected.png: |
| * platform/gtk/editing/selection/5076323-3-expected.txt: |
| * platform/gtk/editing/selection/7152-1-expected.png: |
| * platform/gtk/editing/selection/7152-1-expected.txt: |
| * platform/gtk/editing/selection/7152-2-expected.png: |
| * platform/gtk/editing/selection/7152-2-expected.txt: |
| * platform/gtk/editing/selection/display-table-text-expected.png: |
| * platform/gtk/editing/selection/display-table-text-expected.txt: |
| * platform/gtk/editing/selection/iframe-expected.png: |
| * platform/gtk/editing/selection/iframe-expected.txt: |
| * platform/gtk/editing/selection/inline-table-expected.png: |
| * platform/gtk/editing/selection/inline-table-expected.txt: |
| * platform/gtk/editing/selection/mixed-editability-3-expected.png: |
| * platform/gtk/editing/selection/mixed-editability-3-expected.txt: |
| * platform/gtk/editing/selection/mixed-editability-4-expected.png: |
| * platform/gtk/editing/selection/mixed-editability-4-expected.txt: |
| * platform/gtk/editing/selection/mixed-editability-5-expected.png: |
| * platform/gtk/editing/selection/mixed-editability-5-expected.txt: |
| * platform/gtk/editing/selection/mixed-editability-8-expected.png: |
| * platform/gtk/editing/selection/mixed-editability-8-expected.txt: |
| * platform/gtk/editing/selection/mixed-editability-9-expected.png: |
| * platform/gtk/editing/selection/mixed-editability-9-expected.txt: |
| * platform/gtk/editing/selection/table-caret-1-expected.png: |
| * platform/gtk/editing/selection/table-caret-1-expected.txt: |
| * platform/gtk/editing/selection/table-caret-2-expected.png: |
| * platform/gtk/editing/selection/table-caret-2-expected.txt: |
| * platform/gtk/editing/selection/table-caret-3-expected.png: |
| * platform/gtk/editing/selection/table-caret-3-expected.txt: |
| * platform/gtk/editing/style/5017613-1-expected.png: |
| * platform/gtk/editing/style/5017613-1-expected.txt: |
| * platform/gtk/editing/style/5017613-2-expected.png: |
| * platform/gtk/editing/style/5017613-2-expected.txt: |
| * platform/gtk/editing/style/apple-style-editable-mix-expected.png: |
| * platform/gtk/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: |
| * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt: |
| * platform/gtk/fast/block/float/011-expected.txt: |
| * platform/gtk/fast/block/margin-collapse/001-expected.txt: |
| * platform/gtk/fast/block/margin-collapse/005-expected.txt: |
| * platform/gtk/fast/block/margin-collapse/104-expected.txt: |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt: |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt: |
| * platform/gtk/fast/block/positioning/053-expected.txt: |
| * platform/gtk/fast/borders/bidi-009a-expected.png: |
| * platform/gtk/fast/borders/bidi-009a-expected.txt: |
| * platform/gtk/fast/box-shadow/basic-shadows-expected.png: |
| * platform/gtk/fast/box-shadow/basic-shadows-expected.txt: |
| * platform/gtk/fast/css-generated-content/015-expected.txt: |
| * platform/gtk/fast/css-generated-content/inline-display-types-expected.txt: |
| * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt: |
| * platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt: |
| * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt: |
| * platform/gtk/fast/css-generated-content/table-row-before-after-expected.txt: |
| * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt: |
| * platform/gtk/fast/css/first-letter-float-expected.png: |
| * platform/gtk/fast/css/first-letter-float-expected.txt: |
| * platform/gtk/fast/css/layerZOrderCrash-expected.txt: |
| * platform/gtk/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: |
| * platform/gtk/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/gtk/fast/dynamic/007-expected.txt: |
| * platform/gtk/fast/dynamic/014-expected.txt: |
| * platform/gtk/fast/dynamic/015-expected.png: |
| * platform/gtk/fast/dynamic/015-expected.txt: |
| * platform/gtk/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: |
| * platform/gtk/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: |
| * platform/gtk/fast/forms/button-white-space-expected.png: |
| * platform/gtk/fast/forms/button-white-space-expected.txt: |
| * platform/gtk/fast/forms/file/file-input-direction-expected.png: |
| * platform/gtk/fast/forms/file/file-input-direction-expected.txt: |
| * platform/gtk/fast/forms/form-added-to-table-expected.png: |
| * platform/gtk/fast/forms/form-added-to-table-expected.txt: |
| * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/gtk/fast/forms/input-value-expected.png: |
| * platform/gtk/fast/forms/input-value-expected.txt: |
| * platform/gtk/fast/invalid/table-inside-stray-table-content-expected.png: |
| * platform/gtk/fast/invalid/table-inside-stray-table-content-expected.txt: |
| * platform/gtk/fast/invalid/td-inside-object-expected.txt: |
| * platform/gtk/fast/lists/ordered-list-with-no-ol-tag-expected.png: |
| * platform/gtk/fast/lists/ordered-list-with-no-ol-tag-expected.txt: |
| * platform/gtk/fast/overflow/overflow-auto-table-expected.txt: |
| * platform/gtk/fast/replaced/width100percent-button-expected.png: |
| * platform/gtk/fast/replaced/width100percent-button-expected.txt: |
| * platform/gtk/fast/ruby/ruby-inline-table-expected.txt: |
| * platform/gtk/fast/selectors/018-expected.png: |
| * platform/gtk/fast/selectors/018-expected.txt: |
| * platform/gtk/fast/selectors/018b-expected.txt: |
| * platform/gtk/fast/selectors/032-expected.png: |
| * platform/gtk/fast/selectors/032-expected.txt: |
| * platform/gtk/fast/selectors/043-expected.txt: |
| * platform/gtk/fast/selectors/043b-expected.txt: |
| * platform/gtk/fast/selectors/044-expected.txt: |
| * platform/gtk/fast/selectors/044b-expected.txt: |
| * platform/gtk/fast/selectors/078b-expected.png: |
| * platform/gtk/fast/selectors/078b-expected.txt: |
| * platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: |
| * platform/gtk/fast/table/001-expected.txt: |
| * platform/gtk/fast/table/004-expected.png: |
| * platform/gtk/fast/table/004-expected.txt: |
| * platform/gtk/fast/table/006-expected.png: |
| * platform/gtk/fast/table/006-expected.txt: |
| * platform/gtk/fast/table/010-expected.txt: |
| * platform/gtk/fast/table/011-expected.png: |
| * platform/gtk/fast/table/011-expected.txt: |
| * platform/gtk/fast/table/015-expected.txt: |
| * platform/gtk/fast/table/016-expected.txt: |
| * platform/gtk/fast/table/022-expected.png: |
| * platform/gtk/fast/table/022-expected.txt: |
| * platform/gtk/fast/table/026-expected.txt: |
| * platform/gtk/fast/table/033-expected.txt: |
| * platform/gtk/fast/table/035-expected.png: |
| * platform/gtk/fast/table/035-expected.txt: |
| * platform/gtk/fast/table/035-vertical-expected.png: |
| * platform/gtk/fast/table/035-vertical-expected.txt: |
| * platform/gtk/fast/table/037-expected.txt: |
| * platform/gtk/fast/table/041-expected.png: |
| * platform/gtk/fast/table/041-expected.txt: |
| * platform/gtk/fast/table/auto-with-percent-height-expected.txt: |
| * platform/gtk/fast/table/auto-with-percent-height-vertical-expected.txt: |
| * platform/gtk/fast/table/cell-coalescing-expected.txt: |
| * platform/gtk/fast/table/cellindex-expected.txt: |
| * platform/gtk/fast/table/click-near-anonymous-table-expected.png: |
| * platform/gtk/fast/table/click-near-anonymous-table-expected.txt: |
| * platform/gtk/fast/table/colgroup-preceded-by-caption-expected.txt: |
| * platform/gtk/fast/table/colgroup-spanning-groups-rules-expected.txt: |
| * platform/gtk/fast/table/dynamic-descendant-percentage-height-expected.txt: |
| * platform/gtk/fast/table/floating-th-expected.txt: |
| * platform/gtk/fast/table/generated-caption-expected.png: |
| * platform/gtk/fast/table/generated-caption-expected.txt: |
| * platform/gtk/fast/table/insert-before-anonymous-ancestors-expected.png: |
| * platform/gtk/fast/table/insert-before-anonymous-ancestors-expected.txt: |
| * platform/gtk/fast/table/insert-cell-before-form-expected.png: |
| * platform/gtk/fast/table/insert-cell-before-form-expected.txt: |
| * platform/gtk/fast/table/insert-row-before-form-expected.png: |
| * platform/gtk/fast/table/insert-row-before-form-expected.txt: |
| * platform/gtk/fast/table/nested-percent-height-table-expected.png: |
| * platform/gtk/fast/table/nested-percent-height-table-expected.txt: |
| * platform/gtk/fast/table/quote-text-around-iframe-expected.png: |
| * platform/gtk/fast/table/quote-text-around-iframe-expected.txt: |
| * platform/gtk/fast/table/rowindex-expected.png: |
| * platform/gtk/fast/table/rowindex-expected.txt: |
| * platform/gtk/fast/table/rtl-cell-display-none-assert-expected.png: |
| * platform/gtk/fast/table/rtl-cell-display-none-assert-expected.txt: |
| * platform/gtk/fast/table/rules-attr-dynchange1-expected.txt: |
| * platform/gtk/fast/table/rules-attr-dynchange2-expected.txt: |
| * platform/gtk/fast/table/table-after-child-in-table-expected.txt: |
| * platform/gtk/fast/table/table-and-parts-outline-expected.png: |
| * platform/gtk/fast/table/table-and-parts-outline-expected.txt: |
| * platform/gtk/fast/table/table-before-child-in-table-expected.txt: |
| * platform/gtk/fast/table/table-cell-after-child-in-block-expected.txt: |
| * platform/gtk/fast/table/table-cell-after-child-in-table-expected.txt: |
| * platform/gtk/fast/table/table-cell-before-child-in-block-expected.txt: |
| * platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.txt: |
| * platform/gtk/fast/table/table-hspace-align-center-expected.png: |
| * platform/gtk/fast/table/table-hspace-align-center-expected.txt: |
| * platform/gtk/fast/table/table-row-after-child-in-block-expected.txt: |
| * platform/gtk/fast/table/table-row-after-child-in-table-expected.txt: |
| * platform/gtk/fast/table/table-row-before-child-in-block-expected.txt: |
| * platform/gtk/fast/table/table-row-before-child-in-table-expected.txt: |
| * platform/gtk/fast/table/tableInsideCaption-expected.png: |
| * platform/gtk/fast/table/tableInsideCaption-expected.txt: |
| * platform/gtk/fast/table/text-field-baseline-expected.png: |
| * platform/gtk/fast/table/text-field-baseline-expected.txt: |
| * platform/gtk/fast/table/unbreakable-images-quirk-expected.png: |
| * platform/gtk/fast/table/unbreakable-images-quirk-expected.txt: |
| * platform/gtk/fast/table/vertical-align-baseline-expected.png: |
| * platform/gtk/fast/table/vertical-align-baseline-expected.txt: |
| * platform/gtk/fast/text/atsui-multiple-renderers-expected.png: |
| * platform/gtk/fast/text/atsui-multiple-renderers-expected.txt: |
| * platform/gtk/fast/text/basic/001-expected.png: |
| * platform/gtk/fast/text/basic/001-expected.txt: |
| * platform/gtk/fast/text/basic/006-expected.png: |
| * platform/gtk/fast/text/basic/006-expected.txt: |
| * platform/gtk/fast/text/basic/007-expected.png: |
| * platform/gtk/fast/text/basic/007-expected.txt: |
| * platform/gtk/fast/text/capitalize-boundaries-expected.png: |
| * platform/gtk/fast/text/capitalize-boundaries-expected.txt: |
| * platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.png: |
| * platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt: |
| * platform/gtk/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/gtk/fast/text/whitespace/024-expected.png: |
| * platform/gtk/fast/text/whitespace/024-expected.txt: |
| * platform/gtk/fast/text/whitespace/027-expected.png: |
| * platform/gtk/fast/text/whitespace/027-expected.txt: |
| * platform/gtk/fast/text/word-break-expected.png: |
| * platform/gtk/fast/text/word-break-expected.txt: |
| * platform/gtk/fast/transforms/transform-table-row-expected.png: |
| * platform/gtk/fast/transforms/transform-table-row-expected.txt: |
| * platform/gtk/http/tests/misc/generated-content-inside-table-expected.txt: |
| * platform/gtk/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: |
| * platform/gtk/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: |
| * platform/gtk/svg/as-image/img-preserveAspectRatio-support-1-expected.png: |
| * platform/gtk/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug10036-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug10036-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug10269-1-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug21918-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug10269-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug10269-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug10296-2-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12384-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug10296-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug103533-expected.png: Added. |
| * platform/gtk/tables/mozilla/bugs/bug103533-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug106158-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug106158-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug108340-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug108340-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug110566-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug110566-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug11321-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug106336-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug11321-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug11944-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug11944-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug119786-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug119786-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug12384-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug1261-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug1261-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug13105-expected.png: Added. |
| * platform/gtk/tables/mozilla/bugs/bug13105-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug13118-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug13118-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug133756-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug133756-2-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug133756-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug13484-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug13484-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug13526-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug138725-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug14159-3-expected.png: Added. |
| * platform/gtk/tables/mozilla/bugs/bug14159-3-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug149275-2-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug149275-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug17130-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug17130-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug1828-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug1828-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug18558-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug18558-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2050-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug2050-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug20579-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug20579-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug21299-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug21299-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug21918-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug21918-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug221784-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug221784-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug221784-2-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug221784-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2267-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug2267-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug23072-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12384-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug23072-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug23151-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug23151-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug23299-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug24503-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug24503-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug24627-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug24627-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2469-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2479-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug24880-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug24880-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug25086-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug25086-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2516-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug2516-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug25367-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2585-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug2585-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug26178-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug26178-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug27038-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug275625-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug55545-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug275625-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2757-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug2757-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug278266-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug278385-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug278385-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2886-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug29157-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug29157-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug2973-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3309-2-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug3037-2-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug221784-2-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug3037-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug30418-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug30418-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug30985-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug3191-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug3191-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug32205-2-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug32205-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug32205-5-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug32205-5-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug32447-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3309-2-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug32447-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug3263-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug3263-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug3309-2-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug3309-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug34538-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3309-2-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug34538-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug35662-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug35662-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug3718-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug3718-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug39209-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug39209-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug40828-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug40828-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug4284-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug4429-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug4429-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug44523-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug44523-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug45055-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug4520-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug4520-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug46268-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug46268-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug46480-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug46480-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug4739-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug4739-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug48028-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug48028-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug48028-2-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug48028-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug51037-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug51140-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug51140-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug55527-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug55545-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug55694-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug55694-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug56405-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3309-2-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug56405-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug57300-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug57300-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug57378-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug57378-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug57828-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug57828-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug5798-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug5798-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug5799-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug5799-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug5838-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug5838-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug58402-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug58402-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug60013-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug60013-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug60749-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug60749-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug60992-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug60992-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug63785-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug650-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug67864-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug67915-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug67915-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug69187-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug69187-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug709-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug7112-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug7112-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug7112-2-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug7112-2-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug75250-expected.png: Added. |
| * platform/gtk/tables/mozilla/bugs/bug75250-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug8032-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug82946-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug82946-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug8361-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3309-2-expected.png. |
| * platform/gtk/tables/mozilla/bugs/bug8361-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug83786-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug8381-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug8381-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug9072-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug9271-1-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug9271-1-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug93363-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug96343-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug965-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug965-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug97138-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug97138-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug99923-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug99923-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/gtk/tables/mozilla/collapsing_borders/bug127040-expected.txt: |
| * platform/gtk/tables/mozilla/collapsing_borders/bug41262-4-expected.png: |
| * platform/gtk/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: |
| * platform/gtk/tables/mozilla/core/captions-expected.png: |
| * platform/gtk/tables/mozilla/core/captions-expected.txt: |
| * platform/gtk/tables/mozilla/core/col_widths_auto_auto-expected.png: |
| * platform/gtk/tables/mozilla/core/col_widths_auto_auto-expected.txt: |
| * platform/gtk/tables/mozilla/core/col_widths_auto_autoPer-expected.png: |
| * platform/gtk/tables/mozilla/core/col_widths_auto_autoPer-expected.txt: |
| * platform/gtk/tables/mozilla/core/col_widths_fix_autoPer-expected.png: |
| * platform/gtk/tables/mozilla/core/col_widths_fix_autoPer-expected.txt: |
| * platform/gtk/tables/mozilla/core/row_span-expected.png: |
| * platform/gtk/tables/mozilla/core/row_span-expected.txt: |
| * platform/gtk/tables/mozilla/dom/appendCol2-expected.png: |
| * platform/gtk/tables/mozilla/dom/appendCol2-expected.txt: |
| * platform/gtk/tables/mozilla/dom/appendRowsExpand1-expected.png: |
| * platform/gtk/tables/mozilla/dom/appendRowsExpand1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.png: |
| * platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteCellsRebuild1-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteCellsRebuild1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteCellsShrink1-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteCellsShrink1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteCellsShrink2-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteCellsShrink2-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteCol1-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteCol1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteCol2-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteCol2-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteCol3-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteCol3-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteColGroup1-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteColGroup1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteColGroup2-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteColGroup2-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteRowsRebuild1-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteRowsRebuild1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteRowsShrink1-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteRowsShrink1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteTbodyExpand1-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteTbodyExpand1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: |
| * platform/gtk/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/insertCellsExpand1-expected.png: |
| * platform/gtk/tables/mozilla/dom/insertCellsExpand1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/insertCellsExpand2-expected.png: |
| * platform/gtk/tables/mozilla/dom/insertCellsExpand2-expected.txt: |
| * platform/gtk/tables/mozilla/dom/insertCellsRebuild1-expected.png: |
| * platform/gtk/tables/mozilla/dom/insertCellsRebuild1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/insertCellsRebuild2-expected.png: |
| * platform/gtk/tables/mozilla/dom/insertCellsRebuild2-expected.txt: |
| * platform/gtk/tables/mozilla/dom/insertRowsExpand1-expected.png: |
| * platform/gtk/tables/mozilla/dom/insertRowsExpand1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/insertRowsRebuild1-expected.png: |
| * platform/gtk/tables/mozilla/dom/insertRowsRebuild1-expected.txt: |
| * platform/gtk/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/body_col-expected.png: |
| * platform/gtk/tables/mozilla/marvin/body_col-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/body_tbody-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/body_tfoot-expected.png: |
| * platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/col_span-expected.png: |
| * platform/gtk/tables/mozilla/marvin/col_span-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/table_frame_border-expected.png: |
| * platform/gtk/tables/mozilla/marvin/table_frame_border-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/table_frame_box-expected.png: |
| * platform/gtk/tables/mozilla/marvin/table_frame_box-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/table_rules_all-expected.png: |
| * platform/gtk/tables/mozilla/marvin/table_rules_all-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/table_rules_none-expected.png: |
| * platform/gtk/tables/mozilla/marvin/table_rules_none-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_border_0-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_border_1-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_border_1-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_border_2-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_border_2-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_border_3-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_border_3-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_caption_align_bot-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_caption_align_top-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_caption_align_top-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_default-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_id-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_id-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_td_align_center-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_td_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_td_align_left-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_td_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_td_align_right-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_td_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_td_colspan-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_td_colspan-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_td_height-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_td_height-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_td_nowrap-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_td_nowrap-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_td_rowspan-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_td_rowspan-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_th_align_center-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_th_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_th_align_left-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_th_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_th_align_right-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_th_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_th_height-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_th_height-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tables_th_rowspan-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tables_th_rowspan-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tbody_char-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.png: |
| * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.png: |
| * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.png: |
| * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.png: |
| * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.png: |
| * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.png: |
| * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/thead_char-expected.png: |
| * platform/gtk/tables/mozilla/marvin/thead_char-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_caption_align_bottom-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_caption_align_top-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_caption_align_top-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_align_center-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_align_left-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_align_right-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_border-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_cellpadding-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_cellpadding-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_cellspacing-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_cellspacing-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_rules_groups-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_rules_none-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_table_style-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_class-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_class-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_id-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_id-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_style-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tbody_style-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_td_class-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_td_class-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_td_colspan-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_td_colspan-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_td_height-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_td_height-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_td_id-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_td_id-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_td_nowrap-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_td_nowrap-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_td_rowspan-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_td_rowspan-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_td_style-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_td_style-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_th_class-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_th_class-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_th_colspan-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_th_colspan-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_th_height-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_th_height-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_th_id-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_th_id-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_th_nowrap-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_th_nowrap-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_th_style-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_th_style-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tr_class-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tr_class-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tr_id-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tr_id-expected.txt: |
| * platform/gtk/tables/mozilla/marvin/x_tr_style-expected.png: |
| * platform/gtk/tables/mozilla/marvin/x_tr_style-expected.txt: |
| * platform/gtk/tables/mozilla/other/body_col-expected.png: |
| * platform/gtk/tables/mozilla/other/body_col-expected.txt: |
| * platform/gtk/tables/mozilla/other/cellspacing-expected.png: |
| * platform/gtk/tables/mozilla/other/cellspacing-expected.txt: |
| * platform/gtk/tables/mozilla/other/move_row-expected.png: |
| * platform/gtk/tables/mozilla/other/move_row-expected.txt: |
| * platform/gtk/tables/mozilla/other/padding-expected.png: |
| * platform/gtk/tables/mozilla/other/padding-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug101759-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug101759-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug10216-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug104898-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug106336-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug106336-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug11945-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug11945-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug178855-expected.png: Copied from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12384-expected.png. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug18770-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug18770-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug25707-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug25707-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug65372-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug6933-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug7113-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug73629-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug73629-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/core/captions3-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/core/conflicts-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/core/conflicts-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/dom/appendCells1-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/dom/appendCells1-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/dom/appendCol1-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/dom/appendCol1-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking 3 displaylist tests as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153656 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-29 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline fast/forms/auto-fill-button/input-contacts-auto-fill-button.html for ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153567 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: |
| |
| 2016-01-29 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: This one still crashes, just flakily. *sigh* |
| |
| 2016-01-29 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: Enable some IndexedDB tests that pass. |
| |
| 2016-01-29 ChangSeok Oh <changseok.oh@collabora.com> |
| |
| [GStreamer] built-in media player doesn't update |
| https://bugs.webkit.org/show_bug.cgi?id=151816 |
| |
| Reviewed by Xabier Rodriguez-Calvar. |
| |
| * media/audio-controls-timeline-in-media-document-expected.txt: Added. |
| * media/audio-controls-timeline-in-media-document.html: Added. |
| |
| 2016-01-28 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: SQLite backend mismanages key generator values. |
| https://bugs.webkit.org/show_bug.cgi?id=153625 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-28 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: InspectorTimelineAgent doesn't need to recompile functions because it now uses the sampling profiler |
| https://bugs.webkit.org/show_bug.cgi?id=153500 |
| <rdar://problem/24352458> |
| |
| Reviewed by Timothy Hatcher. |
| |
| * fast/profiler/*.html |
| Be more explicit about enabling legacy profiling. |
| |
| * inspector/sampling-profiler/eval-source-url.html |
| Remove an inner loop that was causing tail call optimizations |
| to eliminate the sourceURL we were expecting. |
| |
| 2016-01-28 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Enabled all of the imported IndexedDB tests that pass in the SQLite backing store. |
| https://bugs.webkit.org/show_bug.cgi?id=153623 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: TONS of these now pass. List of failing tests is now small. |
| |
| 2016-01-28 Zalan Bujtas <zalan@apple.com> |
| |
| [Win] gardening after r195740. (more to follow) |
| |
| Unreviewed. |
| |
| * platform/win/css1/box_properties/padding_left-expected.txt: |
| * platform/win/fast/dom/HTMLTableElement/colSpan-expected.txt: |
| * platform/win/fast/encoding/utf-16-big-endian-expected.txt: |
| * platform/win/fast/encoding/utf-16-little-endian-expected.txt: |
| * platform/win/fast/forms/001-expected.txt: |
| * platform/win/fast/forms/005-expected.txt: |
| * platform/win/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: |
| * platform/win/fast/forms/basic-buttons-expected.txt: |
| * platform/win/fast/forms/button-white-space-expected.txt: |
| * platform/win/fast/forms/file/file-input-direction-expected.txt: |
| * platform/win/fast/forms/form-added-to-table-expected.txt: |
| * platform/win/fast/forms/form-element-geometry-expected.txt: |
| * platform/win/fast/forms/form-hides-table-expected.txt: |
| * platform/win/fast/forms/form-in-malformed-markup-expected.txt: |
| * platform/win/fast/forms/formmove3-expected.txt: |
| * platform/win/fast/forms/input-appearance-spinbutton-expected.txt: |
| * platform/win/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/win/fast/forms/input-table-expected.txt: |
| * platform/win/fast/forms/input-value-expected.txt: |
| * platform/win/fast/forms/listbox-bidi-align-expected.txt: |
| * platform/win/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| * platform/win/fast/forms/select-dirty-parent-pref-widths-expected.txt: |
| * platform/win/fast/html/details-writing-mode-expected.txt: |
| * platform/win/fast/inline-block/001-expected.txt: |
| * platform/win/fast/inline-block/overflow-clip-expected.txt: |
| * platform/win/fast/invalid/012-expected.txt: |
| * platform/win/fast/invalid/018-expected.txt: |
| * platform/win/fast/invalid/table-inside-stray-table-content-expected.txt: |
| * platform/win/fast/invalid/td-inside-object-expected.txt: |
| * platform/win/fast/lists/004-expected.txt: |
| * platform/win/fast/lists/list-marker-before-content-table-expected.txt: |
| * platform/win/fast/lists/ordered-list-with-no-ol-tag-expected.txt: |
| * platform/win/fast/multicol/span/before-child-anonymous-column-block-expected.txt: |
| * platform/win/fast/overflow/002-expected.txt: |
| * platform/win/fast/overflow/overflow-auto-table-expected.txt: |
| * platform/win/fast/overflow/overflow-rtl-expected.txt: |
| * platform/win/fast/overflow/overflow-rtl-vertical-expected.txt: |
| * platform/win/fast/overflow/table-overflow-float-expected.txt: |
| * platform/win/fast/reflections/table-cell-expected.txt: |
| * platform/win/fast/repaint/block-selection-gap-in-table-cell-expected.txt: |
| * platform/win/fast/repaint/float-overflow-expected.txt: |
| * platform/win/fast/repaint/float-overflow-right-expected.txt: |
| * platform/win/fast/repaint/subtree-root-clip-3-expected.txt: |
| * platform/win/fast/repaint/table-cell-collapsed-border-expected.txt: |
| * platform/win/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: |
| * platform/win/fast/repaint/table-cell-move-expected.txt: |
| * platform/win/fast/repaint/table-cell-overflow-expected.txt: |
| * platform/win/fast/repaint/table-cell-vertical-overflow-expected.txt: |
| * platform/win/fast/repaint/table-col-background-expected.txt: |
| * platform/win/fast/repaint/table-collapsed-border-expected.txt: |
| * platform/win/fast/repaint/table-extra-bottom-grow-expected.txt: |
| * platform/win/fast/repaint/table-outer-border-expected.txt: |
| * platform/win/fast/repaint/table-row-expected.txt: |
| * platform/win/fast/repaint/table-section-overflow-expected.txt: |
| * platform/win/fast/repaint/table-section-repaint-expected.txt: |
| * platform/win/fast/repaint/table-two-pass-layout-overpaint-expected.txt: |
| * platform/win/fast/repaint/table-writing-modes-h-expected.txt: |
| * platform/win/fast/repaint/table-writing-modes-v-expected.txt: |
| * platform/win/fast/replaced/005-expected.txt: |
| * platform/win/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt: |
| * platform/win/fast/replaced/selection-rect-in-table-cell-expected.txt: |
| * platform/win/fast/replaced/table-percent-height-positioned-expected.txt: |
| * platform/win/fast/replaced/width100percent-button-expected.txt: |
| * platform/win/fast/replaced/width100percent-checkbox-expected.txt: |
| * platform/win/fast/replaced/width100percent-image-expected.txt: |
| * platform/win/fast/replaced/width100percent-menulist-expected.txt: |
| * platform/win/fast/replaced/width100percent-radio-expected.txt: |
| * platform/win/fast/ruby/ruby-inline-table-expected.txt: |
| * platform/win/fast/selectors/018-expected.txt: |
| * platform/win/fast/selectors/018b-expected.txt: |
| * platform/win/fast/selectors/032-expected.txt: |
| * platform/win/fast/selectors/043-expected.txt: |
| * platform/win/fast/selectors/043b-expected.txt: |
| * platform/win/fast/selectors/044-expected.txt: |
| * platform/win/fast/selectors/044b-expected.txt: |
| * platform/win/fast/selectors/077-expected.txt: |
| * platform/win/fast/selectors/077b-expected.txt: |
| * platform/win/fast/selectors/078b-expected.txt: |
| * platform/win/fast/table/001-expected.txt: |
| * platform/win/fast/table/002-expected.txt: |
| * platform/win/fast/table/003-expected.txt: |
| * platform/win/fast/table/004-expected.txt: |
| * platform/win/fast/table/005-expected.txt: |
| * platform/win/fast/table/006-expected.txt: |
| * platform/win/fast/table/007-expected.txt: |
| * platform/win/fast/table/008-expected.txt: |
| * platform/win/fast/table/009-expected.txt: |
| * platform/win/fast/table/010-expected.txt: |
| * platform/win/fast/table/011-expected.txt: |
| * platform/win/fast/table/012-expected.txt: |
| * platform/win/fast/table/013-expected.txt: |
| * platform/win/fast/table/015-expected.txt: |
| * platform/win/fast/table/016-expected.txt: |
| * platform/win/fast/table/021-expected.txt: |
| * platform/win/fast/table/022-expected.txt: |
| * platform/win/fast/table/023-expected.txt: |
| * platform/win/fast/table/024-expected.txt: |
| * platform/win/fast/table/025-expected.txt: |
| * platform/win/fast/table/026-expected.txt: |
| * platform/win/fast/table/028-expected.txt: |
| * platform/win/fast/table/028-vertical-expected.txt: |
| * platform/win/fast/table/029-expected.txt: |
| * platform/win/fast/table/031-expected.txt: |
| * platform/win/fast/table/032-expected.txt: |
| * platform/win/fast/table/033-expected.txt: |
| * platform/win/fast/table/034-expected.txt: |
| * platform/win/fast/table/035-expected.txt: |
| * platform/win/fast/table/035-vertical-expected.txt: |
| * platform/win/fast/table/037-expected.txt: |
| * platform/win/fast/table/038-expected.txt: |
| * platform/win/fast/table/038-vertical-expected.txt: |
| * platform/win/fast/table/039-expected.txt: |
| * platform/win/fast/table/040-expected.txt: |
| * platform/win/fast/table/040-vertical-expected.txt: |
| * platform/win/fast/table/041-expected.txt: |
| * platform/win/fast/table/100-percent-cell-width-expected.txt: |
| * platform/win/fast/table/add-before-anonymous-child-expected.txt: |
| * platform/win/fast/table/auto-with-percent-height-expected.txt: |
| * platform/win/fast/table/auto-with-percent-height-vertical-expected.txt: |
| * platform/win/fast/table/border-collapsing/001-expected.txt: |
| * platform/win/fast/table/border-collapsing/001-vertical-expected.txt: |
| * platform/win/fast/table/border-collapsing/002-expected.txt: |
| * platform/win/fast/table/border-collapsing/002-vertical-expected.txt: |
| * platform/win/fast/table/border-collapsing/003-expected.txt: |
| * platform/win/fast/table/border-collapsing/003-vertical-expected.txt: |
| * platform/win/fast/table/border-collapsing/004-expected.txt: |
| * platform/win/fast/table/border-collapsing/004-vertical-expected.txt: |
| * platform/win/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt: |
| * platform/win/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt: |
| * platform/win/fast/table/border-collapsing/bug14274-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-69296-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-cell-append-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-cell-remove-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-table-border-color-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-table-border-width-expected.txt: |
| * platform/win/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: |
| * platform/win/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt: |
| * platform/win/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt: |
| * platform/win/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: |
| * platform/win/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: |
| * platform/win/fast/table/border-collapsing/rtl-border-collapsing-expected.txt: |
| * platform/win/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt: |
| * platform/win/fast/table/caption-relayout-expected.txt: |
| * platform/win/fast/table/cell-absolute-child-expected.txt: |
| * platform/win/fast/table/cell-coalescing-expected.txt: |
| * platform/win/fast/table/cell-width-auto-expected.txt: |
| * platform/win/fast/table/cellindex-expected.txt: |
| * platform/win/fast/table/click-near-anonymous-table-expected.txt: |
| * platform/win/fast/table/colgroup-preceded-by-caption-expected.txt: |
| * platform/win/fast/table/colgroup-spanning-groups-rules-expected.txt: |
| * platform/win/fast/table/colspan-with-all-percent-cells-expected.txt: |
| * platform/win/fast/table/colspanMinWidth-expected.txt: |
| * platform/win/fast/table/colspanMinWidth-vertical-expected.txt: |
| * platform/win/fast/table/dynamic-cellpadding-expected.txt: |
| * platform/win/fast/table/dynamic-descendant-percentage-height-expected.txt: |
| * platform/win/fast/table/edge-offsets-expected.txt: |
| * platform/win/fast/table/empty-cells-expected.txt: |
| * platform/win/fast/table/floating-th-expected.txt: |
| * platform/win/fast/table/frame-and-rules-expected.txt: |
| * platform/win/fast/table/generated-caption-expected.txt: |
| * platform/win/fast/table/giantRowspan-expected.txt: |
| * platform/win/fast/table/growCellForImageQuirk-expected.txt: |
| * platform/win/fast/table/growCellForImageQuirk-vertical-expected.txt: |
| * platform/win/fast/table/height-percent-test-expected.txt: |
| * platform/win/fast/table/height-percent-test-vertical-expected.txt: |
| * platform/win/fast/table/insert-before-anonymous-ancestors-expected.txt: |
| * platform/win/fast/table/insert-cell-before-form-expected.txt: |
| * platform/win/fast/table/insert-row-before-form-expected.txt: |
| * platform/win/fast/table/invisible-cell-background-expected.txt: |
| * platform/win/fast/table/large-width-expected.txt: |
| * platform/win/fast/table/max-width-integer-overflow-expected.txt: |
| * platform/win/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: |
| * platform/win/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: |
| * platform/win/fast/table/multiple-captions-display-expected.txt: |
| * platform/win/fast/table/nested-percent-height-table-expected.txt: |
| * platform/win/fast/table/nobr-expected.txt: |
| * platform/win/fast/table/overflowHidden-expected.txt: |
| * platform/win/fast/table/percent-heights-expected.txt: |
| * platform/win/fast/table/percent-widths-stretch-expected.txt: |
| * platform/win/fast/table/percent-widths-stretch-vertical-expected.txt: |
| * platform/win/fast/table/prepend-in-anonymous-table-expected.txt: |
| * platform/win/fast/table/quote-text-around-iframe-expected.txt: |
| * platform/win/fast/table/relative-position-containment-expected.txt: |
| * platform/win/fast/table/relative-position-offsets-expected.txt: |
| * platform/win/fast/table/relative-position-stacking-expected.txt: |
| * platform/win/fast/table/replaced-percent-height-expected.txt: |
| * platform/win/fast/table/row-height-recalc-expected.txt: |
| * platform/win/fast/table/rowspan-paint-order-expected.txt: |
| * platform/win/fast/table/rowspan-paint-order-vertical-expected.txt: |
| * platform/win/fast/table/rtl-cell-display-none-assert-expected.txt: |
| * platform/win/fast/table/rules-attr-dynchange1-expected.txt: |
| * platform/win/fast/table/rules-attr-dynchange2-expected.txt: |
| * platform/win/fast/table/simple_paint-expected.txt: |
| * platform/win/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/win/fast/table/stale-grid-crash-expected.txt: |
| * platform/win/fast/table/table-after-child-in-table-expected.txt: |
| * platform/win/fast/table/table-and-parts-outline-expected.txt: |
| * platform/win/fast/table/table-anonymous-cell-bug-expected.txt: |
| * platform/win/fast/table/table-anonymous-row-bug-expected.txt: |
| * platform/win/fast/table/table-anonymous-section-bug-expected.txt: |
| * platform/win/fast/table/table-before-child-in-table-expected.txt: |
| * platform/win/fast/table/table-before-child-style-update-expected.txt: |
| * platform/win/fast/table/table-cell-after-child-in-block-expected.txt: |
| * platform/win/fast/table/table-cell-after-child-in-table-expected.txt: |
| * platform/win/fast/table/table-cell-before-after-content-around-table-block-expected.txt: |
| * platform/win/fast/table/table-cell-before-after-content-around-table-expected.txt: |
| * platform/win/fast/table/table-cell-before-after-content-around-table-row-expected.txt: |
| * platform/win/fast/table/table-cell-before-child-in-block-expected.txt: |
| * platform/win/fast/table/table-cell-before-child-in-table-expected.txt: |
| * platform/win/fast/table/table-cell-split-expected.txt: |
| * platform/win/fast/table/table-continuation-outline-paint-crash-expected.txt: |
| * platform/win/fast/table/table-display-types-expected.txt: |
| * platform/win/fast/table/table-display-types-strict-expected.txt: |
| * platform/win/fast/table/table-display-types-vertical-expected.txt: |
| * platform/win/fast/table/table-hspace-align-center-expected.txt: |
| * platform/win/fast/table/table-insert-before-non-anonymous-block-expected.txt: |
| * platform/win/fast/table/table-row-after-child-in-block-expected.txt: |
| * platform/win/fast/table/table-row-after-child-in-table-expected.txt: |
| * platform/win/fast/table/table-row-before-after-content-around-block-expected.txt: |
| * platform/win/fast/table/table-row-before-after-content-around-table-cell-expected.txt: |
| * platform/win/fast/table/table-row-before-after-content-around-table-expected.txt: |
| * platform/win/fast/table/table-row-before-child-in-block-expected.txt: |
| * platform/win/fast/table/table-row-before-child-in-table-expected.txt: |
| * platform/win/fast/table/table-row-before-child-style-update-expected.txt: |
| * platform/win/fast/table/table-row-outline-paint-expected.txt: |
| * platform/win/fast/table/table-row-split2-expected.txt: |
| * platform/win/fast/table/table-row-style-not-updated-expected.txt: |
| * platform/win/fast/table/table-row-style-not-updated-with-after-content-expected.txt: |
| * platform/win/fast/table/table-row-style-not-updated-with-before-content-expected.txt: |
| * platform/win/fast/table/table-section-split2-expected.txt: |
| * platform/win/fast/table/table-split-expected.txt: |
| * platform/win/fast/table/table-split2-expected.txt: |
| * platform/win/fast/table/table-style-not-updated-expected.txt: |
| * platform/win/fast/table/tableInsideCaption-expected.txt: |
| * platform/win/fast/table/text-field-baseline-expected.txt: |
| * platform/win/fast/table/unbreakable-images-quirk-expected.txt: |
| * platform/win/fast/table/vertical-align-baseline-expected.txt: |
| * platform/win/fast/table/wide-colspan-expected.txt: |
| * platform/win/fast/table/wide-column-expected.txt: |
| * platform/win/fast/text/atsui-negative-spacing-features-expected.txt: |
| * platform/win/fast/text/atsui-spacing-features-expected.txt: |
| * platform/win/fast/text/basic/001-expected.txt: |
| * platform/win/fast/text/basic/006-expected.txt: |
| * platform/win/fast/text/basic/007-expected.txt: |
| * platform/win/fast/text/basic/generic-family-reset-expected.txt: |
| * platform/win/fast/text/capitalize-boundaries-expected.txt: |
| * platform/win/fast/text/international/bidi-LDB-2-CSS-expected.txt: |
| * platform/win/fast/text/international/bidi-LDB-2-HTML-expected.txt: |
| * platform/win/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: |
| * platform/win/fast/text/international/bidi-override-expected.txt: |
| * platform/win/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/win/fast/text/wbr-expected.txt: |
| * platform/win/fast/text/whitespace/002-expected.txt: |
| * platform/win/fast/text/whitespace/003-expected.txt: |
| * platform/win/fast/text/whitespace/004-expected.txt: |
| * platform/win/fast/text/whitespace/005-expected.txt: |
| * platform/win/fast/text/whitespace/010-expected.txt: |
| * platform/win/fast/text/whitespace/011-expected.txt: |
| * platform/win/fast/text/whitespace/013-expected.txt: |
| * platform/win/fast/text/whitespace/014-expected.txt: |
| * platform/win/fast/text/whitespace/015-expected.txt: |
| * platform/win/fast/text/whitespace/016-expected.txt: |
| * platform/win/fast/text/whitespace/024-expected.txt: |
| * platform/win/fast/text/whitespace/025-expected.txt: |
| * platform/win/fast/text/whitespace/026-expected.txt: |
| * platform/win/fast/text/whitespace/027-expected.txt: |
| * platform/win/fast/text/word-break-expected.txt: |
| * platform/win/fast/transforms/transform-table-row-expected.txt: |
| * platform/win/fast/writing-mode/table-percent-width-quirk-expected.txt: |
| * platform/win/fast/writing-mode/vertical-align-table-baseline-expected.txt: |
| * platform/win/http/tests/misc/acid2-expected.txt: |
| * platform/win/http/tests/misc/acid2-pixel-expected.txt: |
| * platform/win/http/tests/misc/generated-content-inside-table-expected.txt: |
| * platform/win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: |
| * platform/win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: |
| * platform/win/tables/layering/paint-test-layering-1-expected.txt: |
| * platform/win/tables/layering/paint-test-layering-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug10009-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug10036-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug10269-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug10269-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug10296-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug10296-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1055-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug10565-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug10633-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1067-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1067-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug11321-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1163-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug11944-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug12008-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1224-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug12268-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1261-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug12709-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1271-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug12908-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug12908-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug12910-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1296-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1302-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug13105-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug13118-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug13169-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug13484-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug13526-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug14159-3-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1430-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug14323-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug14929-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug15247-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug15544-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug15933-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug16012-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug16252-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug17130-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug17138-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug17548-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug17587-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1800-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1802-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1802s-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1809-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug1828-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug18440-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug18558-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug18664-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug18955-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug19061-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug19061-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug19356-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2050-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2123-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2267-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2296-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2469-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2479-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2516-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2585-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2684-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2757-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2773-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2886-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2886-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2954-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2973-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2981-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2981-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2997-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3037-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3037-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3103-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3191-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3260-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3263-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3309-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3454-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3718-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug3977-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4093-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4284-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4385-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4427-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4429-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4501-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4520-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4576-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4739-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4803-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4849-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4849-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug5188-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug5538-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug5797-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug5798-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug5799-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug5835-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug5838-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug6184-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug6304-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug6404-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug647-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug650-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug6674-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug709-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug7112-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug7112-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug7714-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug8032-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug8361-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug8381-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug8950-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug9072-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug9123-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug9123-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug9271-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug963-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug965-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug9879-1-expected.txt: |
| |
| 2016-01-28 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Fix several more problems with object store changes during cursor iteration in SQLite backend. |
| https://bugs.webkit.org/show_bug.cgi?id=153616 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-28 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: SQLite backend doesn't handle mutation during cursor iteration. |
| https://bugs.webkit.org/show_bug.cgi?id=153614 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-28 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: SQLite backend doesn't support deleting ranges with more than one key. |
| https://bugs.webkit.org/show_bug.cgi?id=153604 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| |
| [GTK] Unreviewed gardening after r195740. |
| |
| * platform/gtk/TestExpectations |
| * platform/gtk/accessibility/table-detection-expected.txt |
| * platform/gtk/css1/basic/containment-expected.png |
| * platform/gtk/css1/basic/containment-expected.txt |
| * platform/gtk/css1/basic/contextual_selectors-expected.png |
| * platform/gtk/css1/basic/contextual_selectors-expected.txt |
| * platform/gtk/css1/basic/grouping-expected.png |
| * platform/gtk/css1/basic/grouping-expected.txt |
| * platform/gtk/css1/basic/id_as_selector-expected.png |
| * platform/gtk/css1/basic/id_as_selector-expected.txt |
| * platform/gtk/css1/basic/inheritance-expected.png |
| * platform/gtk/css1/basic/inheritance-expected.txt |
| * platform/gtk/css1/box_properties/border-expected.png |
| * platform/gtk/css1/box_properties/border-expected.txt |
| * platform/gtk/css1/box_properties/border_bottom-expected.png |
| * platform/gtk/css1/box_properties/border_bottom-expected.txt |
| * platform/gtk/css1/box_properties/border_bottom_inline-expected.png |
| * platform/gtk/css1/box_properties/border_bottom_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_bottom_width-expected.png |
| * platform/gtk/css1/box_properties/border_bottom_width-expected.txt |
| * platform/gtk/css1/box_properties/border_bottom_width_inline-expected.png |
| * platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_color-expected.png |
| * platform/gtk/css1/box_properties/border_color-expected.txt |
| * platform/gtk/css1/box_properties/border_color_inline-expected.png |
| * platform/gtk/css1/box_properties/border_color_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_inline-expected.png |
| * platform/gtk/css1/box_properties/border_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_left-expected.png |
| * platform/gtk/css1/box_properties/border_left-expected.txt |
| * platform/gtk/css1/box_properties/border_left_inline-expected.png |
| * platform/gtk/css1/box_properties/border_left_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_left_width-expected.png |
| * platform/gtk/css1/box_properties/border_left_width-expected.txt |
| * platform/gtk/css1/box_properties/border_left_width_inline-expected.png |
| * platform/gtk/css1/box_properties/border_left_width_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_right-expected.png |
| * platform/gtk/css1/box_properties/border_right-expected.txt |
| * platform/gtk/css1/box_properties/border_right_inline-expected.png |
| * platform/gtk/css1/box_properties/border_right_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_right_width-expected.png |
| * platform/gtk/css1/box_properties/border_right_width-expected.txt |
| * platform/gtk/css1/box_properties/border_right_width_inline-expected.png |
| * platform/gtk/css1/box_properties/border_right_width_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_style-expected.png |
| * platform/gtk/css1/box_properties/border_style-expected.txt |
| * platform/gtk/css1/box_properties/border_style_inline-expected.png |
| * platform/gtk/css1/box_properties/border_style_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_top-expected.png |
| * platform/gtk/css1/box_properties/border_top-expected.txt |
| * platform/gtk/css1/box_properties/border_top_inline-expected.png |
| * platform/gtk/css1/box_properties/border_top_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_top_width-expected.png |
| * platform/gtk/css1/box_properties/border_top_width-expected.txt |
| * platform/gtk/css1/box_properties/border_top_width_inline-expected.png |
| * platform/gtk/css1/box_properties/border_top_width_inline-expected.txt |
| * platform/gtk/css1/box_properties/border_width-expected.png |
| * platform/gtk/css1/box_properties/border_width-expected.txt |
| * platform/gtk/css1/box_properties/border_width_inline-expected.png |
| * platform/gtk/css1/box_properties/border_width_inline-expected.txt |
| * platform/gtk/css1/box_properties/clear-expected.png |
| * platform/gtk/css1/box_properties/clear-expected.txt |
| * platform/gtk/css1/box_properties/clear_float-expected.png |
| * platform/gtk/css1/box_properties/clear_float-expected.txt |
| * platform/gtk/css1/box_properties/float-expected.png |
| * platform/gtk/css1/box_properties/float-expected.txt |
| * platform/gtk/css1/box_properties/float_elements_in_series-expected.png |
| * platform/gtk/css1/box_properties/float_elements_in_series-expected.txt |
| * platform/gtk/css1/box_properties/float_margin-expected.png |
| * platform/gtk/css1/box_properties/float_margin-expected.txt |
| * platform/gtk/css1/box_properties/float_on_text_elements-expected.png |
| * platform/gtk/css1/box_properties/float_on_text_elements-expected.txt |
| * platform/gtk/css1/box_properties/height-expected.png |
| * platform/gtk/css1/box_properties/height-expected.txt |
| * platform/gtk/css1/box_properties/margin-expected.png |
| * platform/gtk/css1/box_properties/margin-expected.txt |
| * platform/gtk/css1/box_properties/margin_bottom-expected.png |
| * platform/gtk/css1/box_properties/margin_bottom-expected.txt |
| * platform/gtk/css1/box_properties/margin_bottom_inline-expected.png |
| * platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt |
| * platform/gtk/css1/box_properties/margin_inline-expected.png |
| * platform/gtk/css1/box_properties/margin_inline-expected.txt |
| * platform/gtk/css1/box_properties/margin_left-expected.png |
| * platform/gtk/css1/box_properties/margin_left-expected.txt |
| * platform/gtk/css1/box_properties/margin_left_inline-expected.png |
| * platform/gtk/css1/box_properties/margin_left_inline-expected.txt |
| * platform/gtk/css1/box_properties/margin_right-expected.png |
| * platform/gtk/css1/box_properties/margin_right-expected.txt |
| * platform/gtk/css1/box_properties/margin_right_inline-expected.png |
| * platform/gtk/css1/box_properties/margin_right_inline-expected.txt |
| * platform/gtk/css1/box_properties/margin_top-expected.png |
| * platform/gtk/css1/box_properties/margin_top-expected.txt |
| * platform/gtk/css1/box_properties/margin_top_inline-expected.png |
| * platform/gtk/css1/box_properties/margin_top_inline-expected.txt |
| * platform/gtk/css1/box_properties/padding-expected.txt |
| * platform/gtk/css1/box_properties/padding_bottom-expected.png |
| * platform/gtk/css1/box_properties/padding_bottom-expected.txt |
| * platform/gtk/css1/box_properties/padding_bottom_inline-expected.png |
| * platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt |
| * platform/gtk/css1/box_properties/padding_inline-expected.png |
| * platform/gtk/css1/box_properties/padding_inline-expected.txt |
| * platform/gtk/css1/box_properties/padding_left-expected.png |
| * platform/gtk/css1/box_properties/padding_left-expected.txt |
| * platform/gtk/css1/box_properties/padding_left_inline-expected.png |
| * platform/gtk/css1/box_properties/padding_left_inline-expected.txt |
| * platform/gtk/css1/box_properties/padding_right-expected.png |
| * platform/gtk/css1/box_properties/padding_right-expected.txt |
| * platform/gtk/css1/box_properties/padding_right_inline-expected.png |
| * platform/gtk/css1/box_properties/padding_right_inline-expected.txt |
| * platform/gtk/css1/box_properties/padding_top-expected.txt |
| * platform/gtk/css1/box_properties/padding_top_inline-expected.png |
| * platform/gtk/css1/box_properties/padding_top_inline-expected.txt |
| * platform/gtk/css1/box_properties/width-expected.png |
| * platform/gtk/css1/box_properties/width-expected.txt |
| * platform/gtk/css1/cascade/cascade_order-expected.png |
| * platform/gtk/css1/cascade/cascade_order-expected.txt |
| * platform/gtk/css1/cascade/important-expected.png |
| * platform/gtk/css1/cascade/important-expected.txt |
| * platform/gtk/css1/classification/display-expected.png |
| * platform/gtk/css1/classification/display-expected.txt |
| * platform/gtk/css1/classification/list_style-expected.png |
| * platform/gtk/css1/classification/list_style-expected.txt |
| * platform/gtk/css1/classification/list_style_image-expected.png |
| * platform/gtk/css1/classification/list_style_image-expected.txt |
| * platform/gtk/css1/classification/list_style_position-expected.png |
| * platform/gtk/css1/classification/list_style_position-expected.txt |
| * platform/gtk/css1/classification/list_style_type-expected.png |
| * platform/gtk/css1/classification/list_style_type-expected.txt |
| * platform/gtk/css1/classification/white_space-expected.png |
| * platform/gtk/css1/classification/white_space-expected.txt |
| * platform/gtk/css1/color_and_background/background-expected.png |
| * platform/gtk/css1/color_and_background/background-expected.txt |
| * platform/gtk/css1/color_and_background/background_attachment-expected.png |
| * platform/gtk/css1/color_and_background/background_attachment-expected.txt |
| * platform/gtk/css1/color_and_background/background_color-expected.png |
| * platform/gtk/css1/color_and_background/background_color-expected.txt |
| * platform/gtk/css1/color_and_background/background_image-expected.png |
| * platform/gtk/css1/color_and_background/background_image-expected.txt |
| * platform/gtk/css1/color_and_background/background_position-expected.png |
| * platform/gtk/css1/color_and_background/background_position-expected.txt |
| * platform/gtk/css1/color_and_background/background_repeat-expected.png |
| * platform/gtk/css1/color_and_background/background_repeat-expected.txt |
| * platform/gtk/css1/color_and_background/color-expected.png |
| * platform/gtk/css1/color_and_background/color-expected.txt |
| * platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt |
| * platform/gtk/css1/font_properties/font-expected.png |
| * platform/gtk/css1/font_properties/font-expected.txt |
| * platform/gtk/css1/font_properties/font_family-expected.png |
| * platform/gtk/css1/font_properties/font_family-expected.txt |
| * platform/gtk/css1/font_properties/font_size-expected.png |
| * platform/gtk/css1/font_properties/font_size-expected.txt |
| * platform/gtk/css1/font_properties/font_style-expected.png |
| * platform/gtk/css1/font_properties/font_style-expected.txt |
| * platform/gtk/css1/font_properties/font_variant-expected.png |
| * platform/gtk/css1/font_properties/font_variant-expected.txt |
| * platform/gtk/css1/font_properties/font_weight-expected.png |
| * platform/gtk/css1/font_properties/font_weight-expected.txt |
| * platform/gtk/css1/formatting_model/canvas-expected.png |
| * platform/gtk/css1/formatting_model/canvas-expected.txt |
| * platform/gtk/css1/formatting_model/floating_elements-expected.png |
| * platform/gtk/css1/formatting_model/floating_elements-expected.txt |
| * platform/gtk/css1/formatting_model/height_of_lines-expected.png |
| * platform/gtk/css1/formatting_model/height_of_lines-expected.txt |
| * platform/gtk/css1/formatting_model/inline_elements-expected.png |
| * platform/gtk/css1/formatting_model/inline_elements-expected.txt |
| * platform/gtk/css1/formatting_model/replaced_elements-expected.png |
| * platform/gtk/css1/formatting_model/replaced_elements-expected.txt |
| * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt |
| * platform/gtk/css1/pseudo/anchor-expected.png |
| * platform/gtk/css1/pseudo/anchor-expected.txt |
| * platform/gtk/css1/pseudo/firstletter-expected.png |
| * platform/gtk/css1/pseudo/firstletter-expected.txt |
| * platform/gtk/css1/pseudo/firstline-expected.png |
| * platform/gtk/css1/pseudo/firstline-expected.txt |
| * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.png |
| * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt |
| * platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.png |
| * platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt |
| * platform/gtk/css1/text_properties/letter_spacing-expected.txt |
| * platform/gtk/css1/text_properties/line_height-expected.png |
| * platform/gtk/css1/text_properties/line_height-expected.txt |
| * platform/gtk/css1/text_properties/text_align-expected.png |
| * platform/gtk/css1/text_properties/text_align-expected.txt |
| * platform/gtk/css1/text_properties/text_decoration-expected.png |
| * platform/gtk/css1/text_properties/text_decoration-expected.txt |
| * platform/gtk/css1/text_properties/text_indent-expected.png |
| * platform/gtk/css1/text_properties/text_indent-expected.txt |
| * platform/gtk/css1/text_properties/text_transform-expected.png |
| * platform/gtk/css1/text_properties/text_transform-expected.txt |
| * platform/gtk/css1/text_properties/vertical_align-expected.png |
| * platform/gtk/css1/text_properties/vertical_align-expected.txt |
| * platform/gtk/css1/text_properties/word_spacing-expected.png |
| * platform/gtk/css1/text_properties/word_spacing-expected.txt |
| * platform/gtk/css1/units/color_units-expected.png |
| * platform/gtk/css1/units/color_units-expected.txt |
| * platform/gtk/css1/units/length_units-expected.png |
| * platform/gtk/css1/units/length_units-expected.txt |
| * platform/gtk/css1/units/percentage_units-expected.png |
| * platform/gtk/css1/units/percentage_units-expected.txt |
| * platform/gtk/css1/units/urls-expected.png |
| * platform/gtk/css1/units/urls-expected.txt |
| * platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.png |
| * platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt |
| * platform/gtk/css2.1/20110323/border-conflict-style-079-expected.png |
| * platform/gtk/css2.1/20110323/border-conflict-style-079-expected.txt |
| * platform/gtk/css2.1/20110323/border-conflict-style-088-expected.png |
| * platform/gtk/css2.1/20110323/border-conflict-style-088-expected.txt |
| * platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt |
| * platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt |
| * platform/gtk/css2.1/20110323/inline-table-001-expected.txt |
| * platform/gtk/css2.1/20110323/inline-table-003-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-002-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-003-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-004-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-005-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-006-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-007-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-013-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-014-expected.txt |
| * platform/gtk/css2.1/20110323/margin-applies-to-015-expected.txt |
| * platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png |
| * platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt |
| * platform/gtk/css2.1/20110323/table-caption-001-expected.txt |
| * platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt |
| * platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt |
| * platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt |
| * platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt |
| * platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt |
| * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt |
| * platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt |
| * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt |
| * platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt |
| * platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.png |
| * platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-177-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-178-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-179-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-180-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-181-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-189-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-190-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-191-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-192-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-193-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-194-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-195-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-196-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-205-expected.txt |
| * platform/gtk/css2.1/tables/table-anonymous-objects-206-expected.txt |
| * platform/gtk/css3/css3-modsel-33-expected.png |
| * platform/gtk/css3/css3-modsel-33-expected.txt |
| * platform/gtk/css3/selectors3/html/css3-modsel-18-expected.png |
| * platform/gtk/css3/selectors3/html/css3-modsel-18-expected.txt |
| * platform/gtk/css3/selectors3/html/css3-modsel-29-expected.png |
| * platform/gtk/css3/selectors3/html/css3-modsel-29-expected.txt |
| * platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.png |
| * platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.txt |
| * platform/gtk/css3/selectors3/html/css3-modsel-33-expected.png |
| * platform/gtk/css3/selectors3/html/css3-modsel-33-expected.txt |
| * platform/gtk/css3/selectors3/html/css3-modsel-73-expected.png |
| * platform/gtk/css3/selectors3/html/css3-modsel-73-expected.txt |
| * platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.png |
| * platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.txt |
| * platform/gtk/css3/selectors3/html/css3-modsel-77-expected.png |
| * platform/gtk/css3/selectors3/html/css3-modsel-77-expected.txt |
| * platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.png |
| * platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.txt |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.png |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.txt |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.png |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.txt |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.png |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.txt |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.png |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.txt |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.png |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.txt |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.png |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.txt |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.png |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.txt |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.png |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.txt |
| * platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.png |
| * platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.txt |
| * platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.png |
| * platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.txt |
| * platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.png |
| * platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.txt |
| * platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.png |
| * platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.txt |
| * platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.png |
| * platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.txt |
| * platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.png |
| * platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.txt |
| * platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.png |
| * platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.txt |
| * platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.png |
| * platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.txt |
| * platform/gtk/editing/deleting/4922367-expected.txt |
| * platform/gtk/editing/deleting/5126166-expected.png |
| * platform/gtk/editing/deleting/5126166-expected.txt |
| * platform/gtk/editing/deleting/5144139-2-expected.png |
| * platform/gtk/editing/deleting/5144139-2-expected.txt |
| * platform/gtk/editing/deleting/5206311-1-expected.png |
| * platform/gtk/editing/deleting/5206311-1-expected.txt |
| * platform/gtk/editing/deleting/5433862-2-expected.png |
| * platform/gtk/editing/deleting/5433862-2-expected.txt |
| * platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.png |
| * platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt |
| * platform/gtk/editing/pasteboard/innerText-inline-table-expected.png |
| * platform/gtk/editing/pasteboard/innerText-inline-table-expected.txt |
| * platform/gtk/editing/selection/3690703-2-expected.png |
| * platform/gtk/editing/selection/3690703-2-expected.txt |
| * platform/gtk/editing/selection/3690703-expected.png |
| * platform/gtk/editing/selection/3690703-expected.txt |
| * platform/gtk/editing/selection/3690719-expected.png |
| * platform/gtk/editing/selection/3690719-expected.txt |
| * platform/gtk/editing/selection/5057506-2-expected.png |
| * platform/gtk/editing/selection/5057506-2-expected.txt |
| * platform/gtk/editing/selection/5057506-expected.png |
| * platform/gtk/editing/selection/5057506-expected.txt |
| * platform/gtk/editing/selection/5131716-1-expected.txt |
| * platform/gtk/editing/selection/5131716-2-expected.txt |
| * platform/gtk/editing/selection/5131716-3-expected.txt |
| * platform/gtk/editing/selection/5131716-4-expected.txt |
| * platform/gtk/editing/selection/move-by-line-001-expected.png |
| * platform/gtk/editing/selection/move-by-line-001-expected.txt |
| * platform/gtk/editing/selection/select-all-004-expected.png |
| * platform/gtk/editing/selection/select-all-004-expected.txt |
| * platform/gtk/editing/unsupported-content/table-type-after-expected.png |
| * platform/gtk/editing/unsupported-content/table-type-after-expected.txt |
| * platform/gtk/editing/unsupported-content/table-type-before-expected.png |
| * platform/gtk/editing/unsupported-content/table-type-before-expected.txt |
| * platform/gtk/fast/block/basic/016-expected.txt |
| * platform/gtk/fast/block/basic/quirk-percent-height-table-cell-expected.png |
| * platform/gtk/fast/block/basic/quirk-percent-height-table-cell-expected.txt |
| * platform/gtk/fast/block/float/015-expected.png |
| * platform/gtk/fast/block/float/015-expected.txt |
| * platform/gtk/fast/block/margin-collapse/006-expected.txt |
| * platform/gtk/fast/block/margin-collapse/010-expected.txt |
| * platform/gtk/fast/block/margin-collapse/011-expected.txt |
| * platform/gtk/fast/block/margin-collapse/012-expected.txt |
| * platform/gtk/fast/block/margin-collapse/015-expected.txt |
| * platform/gtk/fast/block/margin-collapse/016-expected.txt |
| * platform/gtk/fast/block/margin-collapse/017-expected.txt |
| * platform/gtk/fast/block/margin-collapse/018-expected.txt |
| * platform/gtk/fast/block/margin-collapse/019-expected.png |
| * platform/gtk/fast/block/margin-collapse/019-expected.txt |
| * platform/gtk/fast/block/margin-collapse/020-expected.png |
| * platform/gtk/fast/block/margin-collapse/020-expected.txt |
| * platform/gtk/fast/block/margin-collapse/021-expected.txt |
| * platform/gtk/fast/block/margin-collapse/022-expected.txt |
| * platform/gtk/fast/block/margin-collapse/025-expected.txt |
| * platform/gtk/fast/block/margin-collapse/032-expected.txt |
| * platform/gtk/fast/block/margin-collapse/033-expected.txt |
| * platform/gtk/fast/block/margin-collapse/034-expected.txt |
| * platform/gtk/fast/block/margin-collapse/041-expected.txt |
| * platform/gtk/fast/block/margin-collapse/042-expected.txt |
| * platform/gtk/fast/block/margin-collapse/055-expected.txt |
| * platform/gtk/fast/block/margin-collapse/056-expected.txt |
| * platform/gtk/fast/block/margin-collapse/057-expected.txt |
| * platform/gtk/fast/block/margin-collapse/058-expected.txt |
| * platform/gtk/fast/block/margin-collapse/059-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.png |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.png |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt |
| * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt |
| * platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt |
| * platform/gtk/fast/borders/border-antialiasing-expected.png |
| * platform/gtk/fast/borders/border-antialiasing-expected.txt |
| * platform/gtk/fast/borders/border-radius-different-width-001-expected.png |
| * platform/gtk/fast/borders/border-radius-different-width-001-expected.txt |
| * platform/gtk/fast/borders/table-borders-expected.png |
| * platform/gtk/fast/borders/table-borders-expected.txt |
| * platform/gtk/fast/css-generated-content/first-letter-in-nested-before-expected.txt |
| * platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt |
| * platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt |
| * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt |
| * platform/gtk/fast/css-generated-content/table-parts-before-and-after-expected.txt |
| * platform/gtk/fast/css-generated-content/table-row-group-with-before-expected.png |
| * platform/gtk/fast/css-generated-content/table-row-group-with-before-expected.txt |
| * platform/gtk/fast/css-generated-content/table-row-with-before-expected.png |
| * platform/gtk/fast/css-generated-content/table-row-with-before-expected.txt |
| * platform/gtk/fast/css-generated-content/table-with-before-expected.png |
| * platform/gtk/fast/css-generated-content/table-with-before-expected.txt |
| * platform/gtk/fast/css/003-expected.txt |
| * platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt |
| * platform/gtk/fast/css/acid2-expected.png |
| * platform/gtk/fast/css/acid2-expected.txt |
| * platform/gtk/fast/css/acid2-pixel-expected.png |
| * platform/gtk/fast/css/acid2-pixel-expected.txt |
| * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.png |
| * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt |
| * platform/gtk/fast/css/box-shadow-and-border-radius-expected.png |
| * platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt |
| * platform/gtk/fast/css/caption-width-absolute-position-expected.txt |
| * platform/gtk/fast/css/caption-width-absolute-position-offset-top-expected.txt |
| * platform/gtk/fast/css/caption-width-fixed-position-expected.txt |
| * platform/gtk/fast/css/caption-width-fixed-position-offset-top-expected.txt |
| * platform/gtk/fast/css/caption-width-relative-position-expected.txt |
| * platform/gtk/fast/css/caption-width-relative-position-offset-top-expected.txt |
| * platform/gtk/fast/css/css3-nth-child-expected.png |
| * platform/gtk/fast/css/css3-nth-child-expected.txt |
| * platform/gtk/fast/css/focus-ring-detached-expected.png |
| * platform/gtk/fast/css/focus-ring-detached-expected.txt |
| * platform/gtk/fast/css/focus-ring-multiline-expected.png |
| * platform/gtk/fast/css/focus-ring-multiline-expected.txt |
| * platform/gtk/fast/css/h1-in-section-elements-expected.png |
| * platform/gtk/fast/css/h1-in-section-elements-expected.txt |
| * platform/gtk/fast/css/min-width-with-spanned-cell-expected.txt |
| * platform/gtk/fast/css/percentage-non-integer-expected.png |
| * platform/gtk/fast/css/percentage-non-integer-expected.txt |
| * platform/gtk/fast/css/table-text-align-quirk-expected.txt |
| * platform/gtk/fast/css/table-text-align-strict-expected.txt |
| * platform/gtk/fast/dom/34176-expected.png |
| * platform/gtk/fast/dom/34176-expected.txt |
| * platform/gtk/fast/dom/HTMLTableElement/colSpan-expected.png |
| * platform/gtk/fast/dom/HTMLTableElement/colSpan-expected.txt |
| * platform/gtk/fast/dom/HTMLTableElement/createCaption-expected.png |
| * platform/gtk/fast/dom/HTMLTableElement/createCaption-expected.txt |
| * platform/gtk/fast/dom/row-inner-text-expected.png |
| * platform/gtk/fast/dom/row-inner-text-expected.txt |
| * platform/gtk/fast/dynamic/001-expected.txt |
| * platform/gtk/fast/dynamic/containing-block-change-expected.png |
| * platform/gtk/fast/dynamic/containing-block-change-expected.txt |
| * platform/gtk/fast/dynamic/float-withdrawal-expected.png |
| * platform/gtk/fast/dynamic/float-withdrawal-expected.txt |
| * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.png |
| * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt |
| * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.txt |
| * platform/gtk/fast/encoding/utf-16-big-endian-expected.png |
| * platform/gtk/fast/encoding/utf-16-big-endian-expected.txt |
| * platform/gtk/fast/encoding/utf-16-little-endian-expected.png |
| * platform/gtk/fast/encoding/utf-16-little-endian-expected.txt |
| * platform/gtk/fast/forms/001-expected.png |
| * platform/gtk/fast/forms/001-expected.txt |
| * platform/gtk/fast/forms/005-expected.txt |
| * platform/gtk/fast/forms/basic-buttons-expected.png |
| * platform/gtk/fast/forms/basic-buttons-expected.txt |
| * platform/gtk/fast/forms/form-element-geometry-expected.png |
| * platform/gtk/fast/forms/form-element-geometry-expected.txt |
| * platform/gtk/fast/forms/form-hides-table-expected.png |
| * platform/gtk/fast/forms/form-hides-table-expected.txt |
| * platform/gtk/fast/forms/form-in-malformed-markup-expected.txt |
| * platform/gtk/fast/forms/formmove3-expected.png |
| * platform/gtk/fast/forms/formmove3-expected.txt |
| * platform/gtk/fast/forms/input-table-expected.png |
| * platform/gtk/fast/forms/input-table-expected.txt |
| * platform/gtk/fast/forms/listbox-bidi-align-expected.png |
| * platform/gtk/fast/forms/listbox-bidi-align-expected.txt |
| * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt |
| * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.png |
| * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt |
| * platform/gtk/fast/html/details-writing-mode-expected.png |
| * platform/gtk/fast/html/details-writing-mode-expected.txt |
| * platform/gtk/fast/inline-block/001-expected.txt |
| * platform/gtk/fast/inline-block/overflow-clip-expected.png |
| * platform/gtk/fast/inline-block/overflow-clip-expected.txt |
| * platform/gtk/fast/invalid/012-expected.txt |
| * platform/gtk/fast/invalid/018-expected.txt |
| * platform/gtk/fast/lists/004-expected.png |
| * platform/gtk/fast/lists/004-expected.txt |
| * platform/gtk/fast/lists/list-marker-before-content-table-expected.png |
| * platform/gtk/fast/lists/list-marker-before-content-table-expected.txt |
| * platform/gtk/fast/multicol/span/before-child-anonymous-column-block-expected.txt |
| * platform/gtk/fast/multicol/table-vertical-align-expected.png |
| * platform/gtk/fast/overflow/002-expected.png |
| * platform/gtk/fast/overflow/002-expected.txt |
| * platform/gtk/fast/overflow/overflow-rtl-expected.png |
| * platform/gtk/fast/overflow/overflow-rtl-expected.txt |
| * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.png |
| * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt |
| * platform/gtk/fast/overflow/table-overflow-float-expected.txt |
| * platform/gtk/fast/reflections/table-cell-expected.txt |
| * platform/gtk/fast/repaint/block-selection-gap-in-table-cell-expected.txt |
| * platform/gtk/fast/repaint/float-overflow-expected.png |
| * platform/gtk/fast/repaint/float-overflow-expected.txt |
| * platform/gtk/fast/repaint/float-overflow-right-expected.png |
| * platform/gtk/fast/repaint/float-overflow-right-expected.txt |
| * platform/gtk/fast/repaint/subtree-root-clip-3-expected.txt |
| * platform/gtk/fast/repaint/table-cell-collapsed-border-expected.png |
| * platform/gtk/fast/repaint/table-cell-collapsed-border-expected.txt |
| * platform/gtk/fast/repaint/table-cell-collapsed-border-scroll-expected.txt |
| * platform/gtk/fast/repaint/table-cell-move-expected.png |
| * platform/gtk/fast/repaint/table-cell-move-expected.txt |
| * platform/gtk/fast/repaint/table-cell-overflow-expected.txt |
| * platform/gtk/fast/repaint/table-cell-vertical-overflow-expected.png |
| * platform/gtk/fast/repaint/table-cell-vertical-overflow-expected.txt |
| * platform/gtk/fast/repaint/table-col-background-expected.txt |
| * platform/gtk/fast/repaint/table-collapsed-border-expected.txt |
| * platform/gtk/fast/repaint/table-extra-bottom-grow-expected.png |
| * platform/gtk/fast/repaint/table-extra-bottom-grow-expected.txt |
| * platform/gtk/fast/repaint/table-outer-border-expected.txt |
| * platform/gtk/fast/repaint/table-row-expected.txt |
| * platform/gtk/fast/repaint/table-section-overflow-expected.txt |
| * platform/gtk/fast/repaint/table-section-repaint-expected.txt |
| * platform/gtk/fast/repaint/table-two-pass-layout-overpaint-expected.png |
| * platform/gtk/fast/repaint/table-two-pass-layout-overpaint-expected.txt |
| * platform/gtk/fast/repaint/table-writing-modes-h-expected.txt |
| * platform/gtk/fast/repaint/table-writing-modes-v-expected.txt |
| * platform/gtk/fast/replaced/005-expected.png |
| * platform/gtk/fast/replaced/005-expected.txt |
| * platform/gtk/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png |
| * platform/gtk/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt |
| * platform/gtk/fast/replaced/selection-rect-in-table-cell-expected.png |
| * platform/gtk/fast/replaced/selection-rect-in-table-cell-expected.txt |
| * platform/gtk/fast/replaced/table-percent-height-positioned-expected.txt |
| * platform/gtk/fast/replaced/width100percent-checkbox-expected.png |
| * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt |
| * platform/gtk/fast/replaced/width100percent-image-expected.png |
| * platform/gtk/fast/replaced/width100percent-image-expected.txt |
| * platform/gtk/fast/replaced/width100percent-menulist-expected.png |
| * platform/gtk/fast/replaced/width100percent-menulist-expected.txt |
| * platform/gtk/fast/replaced/width100percent-radio-expected.png |
| * platform/gtk/fast/replaced/width100percent-radio-expected.txt |
| * platform/gtk/fast/replaced/width100percent-searchfield-expected.png |
| * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt |
| * platform/gtk/fast/replaced/width100percent-textarea-expected.png |
| * platform/gtk/fast/replaced/width100percent-textarea-expected.txt |
| * platform/gtk/fast/replaced/width100percent-textfield-expected.png |
| * platform/gtk/fast/replaced/width100percent-textfield-expected.txt |
| * platform/gtk/fast/selectors/077-expected.png |
| * platform/gtk/fast/selectors/077-expected.txt |
| * platform/gtk/fast/selectors/077b-expected.png |
| * platform/gtk/fast/selectors/077b-expected.txt |
| * platform/gtk/fast/table/002-expected.png |
| * platform/gtk/fast/table/002-expected.txt |
| * platform/gtk/fast/table/005-expected.png |
| * platform/gtk/fast/table/005-expected.txt |
| * platform/gtk/fast/table/007-expected.png |
| * platform/gtk/fast/table/007-expected.txt |
| * platform/gtk/fast/table/008-expected.txt |
| * platform/gtk/fast/table/009-expected.png |
| * platform/gtk/fast/table/009-expected.txt |
| * platform/gtk/fast/table/012-expected.txt |
| * platform/gtk/fast/table/013-expected.png |
| * platform/gtk/fast/table/013-expected.txt |
| * platform/gtk/fast/table/021-expected.png |
| * platform/gtk/fast/table/021-expected.txt |
| * platform/gtk/fast/table/023-expected.png |
| * platform/gtk/fast/table/023-expected.txt |
| * platform/gtk/fast/table/024-expected.txt |
| * platform/gtk/fast/table/025-expected.png |
| * platform/gtk/fast/table/025-expected.txt |
| * platform/gtk/fast/table/028-expected.png |
| * platform/gtk/fast/table/028-expected.txt |
| * platform/gtk/fast/table/028-vertical-expected.png |
| * platform/gtk/fast/table/028-vertical-expected.txt |
| * platform/gtk/fast/table/029-expected.png |
| * platform/gtk/fast/table/029-expected.txt |
| * platform/gtk/fast/table/031-expected.txt |
| * platform/gtk/fast/table/032-expected.txt |
| * platform/gtk/fast/table/034-expected.txt |
| * platform/gtk/fast/table/038-expected.png |
| * platform/gtk/fast/table/038-expected.txt |
| * platform/gtk/fast/table/038-vertical-expected.png |
| * platform/gtk/fast/table/038-vertical-expected.txt |
| * platform/gtk/fast/table/039-expected.png |
| * platform/gtk/fast/table/039-expected.txt |
| * platform/gtk/fast/table/040-expected.png |
| * platform/gtk/fast/table/040-expected.txt |
| * platform/gtk/fast/table/040-vertical-expected.png |
| * platform/gtk/fast/table/040-vertical-expected.txt |
| * platform/gtk/fast/table/100-percent-cell-width-expected.png |
| * platform/gtk/fast/table/100-percent-cell-width-expected.txt |
| * platform/gtk/fast/table/add-before-anonymous-child-expected.png |
| * platform/gtk/fast/table/add-before-anonymous-child-expected.txt |
| * platform/gtk/fast/table/border-collapsing/001-expected.png |
| * platform/gtk/fast/table/border-collapsing/001-expected.txt |
| * platform/gtk/fast/table/border-collapsing/001-vertical-expected.png |
| * platform/gtk/fast/table/border-collapsing/001-vertical-expected.txt |
| * platform/gtk/fast/table/border-collapsing/002-expected.png |
| * platform/gtk/fast/table/border-collapsing/002-expected.txt |
| * platform/gtk/fast/table/border-collapsing/002-vertical-expected.png |
| * platform/gtk/fast/table/border-collapsing/002-vertical-expected.txt |
| * platform/gtk/fast/table/border-collapsing/003-expected.txt |
| * platform/gtk/fast/table/border-collapsing/003-vertical-expected.txt |
| * platform/gtk/fast/table/border-collapsing/004-expected.png |
| * platform/gtk/fast/table/border-collapsing/004-expected.txt |
| * platform/gtk/fast/table/border-collapsing/004-vertical-expected.png |
| * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt |
| * platform/gtk/fast/table/border-collapsing/border-collapsing-head-foot-expected.png |
| * platform/gtk/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt |
| * platform/gtk/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png |
| * platform/gtk/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt |
| * platform/gtk/fast/table/border-collapsing/bug14274-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-69296-expected.png |
| * platform/gtk/fast/table/border-collapsing/cached-69296-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-cell-append-expected.png |
| * platform/gtk/fast/table/border-collapsing/cached-cell-append-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-cell-remove-expected.png |
| * platform/gtk/fast/table/border-collapsing/cached-cell-remove-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-cell-border-width-expected.png |
| * platform/gtk/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-col-border-color-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-col-border-width-expected.png |
| * platform/gtk/fast/table/border-collapsing/cached-change-col-border-width-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png |
| * platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png |
| * platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-row-border-color-expected.png |
| * platform/gtk/fast/table/border-collapsing/cached-change-row-border-color-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-row-border-width-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-table-border-color-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-table-border-width-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-color-expected.png |
| * platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt |
| * platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt |
| * platform/gtk/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt |
| * platform/gtk/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt |
| * platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-expected.txt |
| * platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt |
| * platform/gtk/fast/table/border-collapsing/rtl-border-collapsing-expected.png |
| * platform/gtk/fast/table/border-collapsing/rtl-border-collapsing-expected.txt |
| * platform/gtk/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png |
| * platform/gtk/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt |
| * platform/gtk/fast/table/caption-relayout-expected.txt |
| * platform/gtk/fast/table/cell-absolute-child-expected.png |
| * platform/gtk/fast/table/cell-absolute-child-expected.txt |
| * platform/gtk/fast/table/cell-width-auto-expected.txt |
| * platform/gtk/fast/table/colspan-with-all-percent-cells-expected.png |
| * platform/gtk/fast/table/colspan-with-all-percent-cells-expected.txt |
| * platform/gtk/fast/table/colspanMinWidth-expected.png |
| * platform/gtk/fast/table/colspanMinWidth-expected.txt |
| * platform/gtk/fast/table/colspanMinWidth-vertical-expected.png |
| * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt |
| * platform/gtk/fast/table/dynamic-cellpadding-expected.png |
| * platform/gtk/fast/table/dynamic-cellpadding-expected.txt |
| * platform/gtk/fast/table/edge-offsets-expected.png |
| * platform/gtk/fast/table/edge-offsets-expected.txt |
| * platform/gtk/fast/table/empty-cells-expected.png |
| * platform/gtk/fast/table/empty-cells-expected.txt |
| * platform/gtk/fast/table/frame-and-rules-expected.png |
| * platform/gtk/fast/table/frame-and-rules-expected.txt |
| * platform/gtk/fast/table/giantRowspan-expected.png |
| * platform/gtk/fast/table/giantRowspan-expected.txt |
| * platform/gtk/fast/table/growCellForImageQuirk-expected.txt |
| * platform/gtk/fast/table/growCellForImageQuirk-vertical-expected.txt |
| * platform/gtk/fast/table/height-percent-test-expected.txt |
| * platform/gtk/fast/table/height-percent-test-vertical-expected.txt |
| * platform/gtk/fast/table/invisible-cell-background-expected.txt |
| * platform/gtk/fast/table/large-width-expected.png |
| * platform/gtk/fast/table/large-width-expected.txt |
| * platform/gtk/fast/table/max-width-integer-overflow-expected.txt |
| * platform/gtk/fast/table/mozilla-bug10296-vertical-align-1-expected.txt |
| * platform/gtk/fast/table/mozilla-bug10296-vertical-align-2-expected.txt |
| * platform/gtk/fast/table/nobr-expected.png |
| * platform/gtk/fast/table/nobr-expected.txt |
| * platform/gtk/fast/table/overflowHidden-expected.png |
| * platform/gtk/fast/table/overflowHidden-expected.txt |
| * platform/gtk/fast/table/percent-heights-expected.png |
| * platform/gtk/fast/table/percent-heights-expected.txt |
| * platform/gtk/fast/table/percent-widths-stretch-expected.png |
| * platform/gtk/fast/table/percent-widths-stretch-expected.txt |
| * platform/gtk/fast/table/percent-widths-stretch-vertical-expected.txt |
| * platform/gtk/fast/table/prepend-in-anonymous-table-expected.png |
| * platform/gtk/fast/table/prepend-in-anonymous-table-expected.txt |
| * platform/gtk/fast/table/relative-position-containment-expected.txt |
| * platform/gtk/fast/table/relative-position-offsets-expected.txt |
| * platform/gtk/fast/table/relative-position-stacking-expected.txt |
| * platform/gtk/fast/table/replaced-percent-height-expected.png |
| * platform/gtk/fast/table/replaced-percent-height-expected.txt |
| * platform/gtk/fast/table/row-height-recalc-expected.png |
| * platform/gtk/fast/table/row-height-recalc-expected.txt |
| * platform/gtk/fast/table/rowspan-paint-order-expected.png |
| * platform/gtk/fast/table/rowspan-paint-order-expected.txt |
| * platform/gtk/fast/table/rowspan-paint-order-vertical-expected.png |
| * platform/gtk/fast/table/rowspan-paint-order-vertical-expected.txt |
| * platform/gtk/fast/table/simple_paint-expected.txt |
| * platform/gtk/fast/table/spanOverlapRepaint-expected.png |
| * platform/gtk/fast/table/spanOverlapRepaint-expected.txt |
| * platform/gtk/fast/table/stale-grid-crash-expected.png |
| * platform/gtk/fast/table/stale-grid-crash-expected.txt |
| * platform/gtk/fast/table/table-anonymous-cell-bug-expected.txt |
| * platform/gtk/fast/table/table-anonymous-row-bug-expected.txt |
| * platform/gtk/fast/table/table-anonymous-section-bug-expected.txt |
| * platform/gtk/fast/table/table-before-child-style-update-expected.txt |
| * platform/gtk/fast/table/table-cell-before-after-content-around-table-block-expected.txt |
| * platform/gtk/fast/table/table-cell-before-after-content-around-table-expected.txt |
| * platform/gtk/fast/table/table-cell-before-after-content-around-table-row-expected.txt |
| * platform/gtk/fast/table/table-cell-before-child-in-table-expected.txt |
| * platform/gtk/fast/table/table-cell-split-expected.txt |
| * platform/gtk/fast/table/table-display-types-expected.txt |
| * platform/gtk/fast/table/table-display-types-strict-expected.txt |
| * platform/gtk/fast/table/table-display-types-vertical-expected.txt |
| * platform/gtk/fast/table/table-insert-before-non-anonymous-block-expected.txt |
| * platform/gtk/fast/table/table-row-before-after-content-around-block-expected.txt |
| * platform/gtk/fast/table/table-row-before-after-content-around-table-cell-expected.txt |
| * platform/gtk/fast/table/table-row-before-after-content-around-table-expected.txt |
| * platform/gtk/fast/table/table-row-before-child-style-update-expected.txt |
| * platform/gtk/fast/table/table-row-outline-paint-expected.png |
| * platform/gtk/fast/table/table-row-outline-paint-expected.txt |
| * platform/gtk/fast/table/table-row-split2-expected.txt |
| * platform/gtk/fast/table/table-row-style-not-updated-expected.txt |
| * platform/gtk/fast/table/table-row-style-not-updated-with-after-content-expected.txt |
| * platform/gtk/fast/table/table-row-style-not-updated-with-before-content-expected.txt |
| * platform/gtk/fast/table/table-section-split2-expected.txt |
| * platform/gtk/fast/table/table-split-expected.txt |
| * platform/gtk/fast/table/table-split2-expected.txt |
| * platform/gtk/fast/table/table-style-not-updated-expected.txt |
| * platform/gtk/fast/table/wide-colspan-expected.txt |
| * platform/gtk/fast/table/wide-column-expected.txt |
| * platform/gtk/fast/text/atsui-negative-spacing-features-expected.png |
| * platform/gtk/fast/text/atsui-negative-spacing-features-expected.txt |
| * platform/gtk/fast/text/atsui-spacing-features-expected.png |
| * platform/gtk/fast/text/atsui-spacing-features-expected.txt |
| * platform/gtk/fast/text/basic/generic-family-reset-expected.png |
| * platform/gtk/fast/text/basic/generic-family-reset-expected.txt |
| * platform/gtk/fast/text/international/003-expected.png |
| * platform/gtk/fast/text/international/003-expected.txt |
| * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.png |
| * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.txt |
| * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.png |
| * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.txt |
| * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.png |
| * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt |
| * platform/gtk/fast/text/international/bidi-override-expected.txt |
| * platform/gtk/fast/text/wbr-expected.txt |
| * platform/gtk/fast/text/whitespace/002-expected.txt |
| * platform/gtk/fast/text/whitespace/003-expected.txt |
| * platform/gtk/fast/text/whitespace/004-expected.txt |
| * platform/gtk/fast/text/whitespace/005-expected.txt |
| * platform/gtk/fast/text/whitespace/010-expected.txt |
| * platform/gtk/fast/text/whitespace/011-expected.txt |
| * platform/gtk/fast/text/whitespace/013-expected.txt |
| * platform/gtk/fast/text/whitespace/014-expected.txt |
| * platform/gtk/fast/text/whitespace/015-expected.txt |
| * platform/gtk/fast/text/whitespace/016-expected.txt |
| * platform/gtk/fast/text/whitespace/025-expected.txt |
| * platform/gtk/fast/text/whitespace/026-expected.txt |
| * platform/gtk/fast/writing-mode/table-percent-width-quirk-expected.txt |
| * platform/gtk/fast/writing-mode/vertical-align-table-baseline-expected.png |
| * platform/gtk/fast/writing-mode/vertical-align-table-baseline-expected.txt |
| * platform/gtk/http/tests/misc/acid2-expected.png |
| * platform/gtk/http/tests/misc/acid2-pixel-expected.png |
| * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png |
| * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt |
| * platform/gtk/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png |
| * platform/gtk/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt |
| * platform/gtk/tables/layering/paint-test-layering-1-expected.png |
| * platform/gtk/tables/layering/paint-test-layering-1-expected.txt |
| * platform/gtk/tables/layering/paint-test-layering-2-expected.png |
| * platform/gtk/tables/layering/paint-test-layering-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug10009-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug10009-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug101201-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug101201-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug101674-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug101674-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1055-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1055-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug10565-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug10565-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug10633-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug10633-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1067-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1067-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1067-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug106795-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug106795-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug106816-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug106816-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug113235-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug113235-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug113424-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug113424-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1163-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1188-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug12008-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug12008-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug120107-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug120364-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug120364-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1224-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1224-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug12268-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug12268-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug12709-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug12709-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1271-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug12908-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug12908-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug12908-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug12910-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1296-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1296-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1302-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1302-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug13169-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug13169-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1318-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug137388-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug137388-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug137388-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug137388-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug137388-3-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug137388-3-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug139524-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug139524-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug139524-3-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug139524-3-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug139524-4-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug139524-4-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1430-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1430-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug14323-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug14323-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1474-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug14929-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug14929-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug15247-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug15247-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug154780-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug154780-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug15544-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug15544-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug159108-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug15933-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug15933-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug16012-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug16252-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug16252-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug17138-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug17138-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug175455-4-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug175455-4-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug17548-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug17548-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug17587-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug17587-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1800-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1800-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1802-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1802-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1802s-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1802s-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug1809-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug1809-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug18440-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug18440-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug18664-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug18664-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug18955-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug18955-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug19356-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug19356-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug20804-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug20804-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2123-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug215629-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug219693-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug219693-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug219693-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug219693-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug22019-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug22019-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug220536-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug220536-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug222336-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug22246-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug22246-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug22246-2a-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug22246-2a-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug22246-3-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug22246-3-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug22246-3a-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug22246-3a-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug22513-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2296-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug2296-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug23235-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug23235-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug24200-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug25004-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug25004-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug25074-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug25663-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug25663-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug26553-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2684-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug2684-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug269566-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug277062-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2773-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug2773-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug27993-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug27993-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2886-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug2886-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug28933-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug29058-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug29058-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug29314-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug29429-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug29429-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2954-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2981-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug2981-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2981-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug2981-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug2997-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug2997-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug30273-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug30273-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug30559-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug30559-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug3103-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug3103-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug32205-3-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug3260-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug3260-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug32841-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug33137-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug33137-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug33855-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug3454-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug3454-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug38916-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug38916-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug3977-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug3977-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug4093-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug4093-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug42187-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug42187-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug4385-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug4385-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug4427-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug4427-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug44505-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug44505-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug4501-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug4501-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug4527-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug45350-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug45486-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug45486-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug4576-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug4576-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug46268-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug46268-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug46268-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug46268-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug46368-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug46623-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug46623-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug46623-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug46623-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug47432-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug47432-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug4803-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug4849-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug4849-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug51727-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug51727-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug5188-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug5188-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug52505-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug52505-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug52506-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug52506-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug53690-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug53690-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug53690-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug53891-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug53891-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug5538-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug5538-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug55789-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug56201-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug56201-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug57828-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug57828-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug5797-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug5797-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug5835-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug5835-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug59354-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug59354-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug60804-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug60804-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug60807-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug60807-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug6184-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug6184-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug6304-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug6304-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug6404-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug6404-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug647-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug647-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug6674-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug6674-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug68998-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug68998-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug69382-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug69382-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug69382-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug69382-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug72359-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug7342-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug7714-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug7714-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug78162-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug78162-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug82946-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug86708-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug86708-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug8950-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug8950-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug9123-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug9123-1-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug9123-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug9123-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug92143-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug92143-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug963-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug97383-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug97383-expected.txt |
| * platform/gtk/tables/mozilla/bugs/bug9879-1-expected.png |
| * platform/gtk/tables/mozilla/bugs/bug9879-1-expected.txt |
| * platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.png |
| * platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.txt |
| * platform/gtk/tables/mozilla/core/bloomberg-expected.png |
| * platform/gtk/tables/mozilla/core/bloomberg-expected.txt |
| * platform/gtk/tables/mozilla/core/borders-expected.png |
| * platform/gtk/tables/mozilla/core/borders-expected.txt |
| * platform/gtk/tables/mozilla/core/cell_heights-expected.png |
| * platform/gtk/tables/mozilla/core/cell_heights-expected.txt |
| * platform/gtk/tables/mozilla/core/col_span-expected.png |
| * platform/gtk/tables/mozilla/core/col_span-expected.txt |
| * platform/gtk/tables/mozilla/core/col_widths_auto_autoFix-expected.png |
| * platform/gtk/tables/mozilla/core/col_widths_auto_autoFix-expected.txt |
| * platform/gtk/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png |
| * platform/gtk/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt |
| * platform/gtk/tables/mozilla/core/col_widths_auto_fix-expected.png |
| * platform/gtk/tables/mozilla/core/col_widths_auto_fix-expected.txt |
| * platform/gtk/tables/mozilla/core/col_widths_auto_fixPer-expected.png |
| * platform/gtk/tables/mozilla/core/col_widths_auto_fixPer-expected.txt |
| * platform/gtk/tables/mozilla/core/col_widths_auto_per-expected.png |
| * platform/gtk/tables/mozilla/core/col_widths_auto_per-expected.txt |
| * platform/gtk/tables/mozilla/core/col_widths_fix_autoFix-expected.png |
| * platform/gtk/tables/mozilla/core/col_widths_fix_autoFix-expected.txt |
| * platform/gtk/tables/mozilla/core/col_widths_fix_fix-expected.png |
| * platform/gtk/tables/mozilla/core/col_widths_fix_fix-expected.txt |
| * platform/gtk/tables/mozilla/core/col_widths_fix_fixPer-expected.png |
| * platform/gtk/tables/mozilla/core/col_widths_fix_fixPer-expected.txt |
| * platform/gtk/tables/mozilla/core/col_widths_fix_per-expected.png |
| * platform/gtk/tables/mozilla/core/col_widths_fix_per-expected.txt |
| * platform/gtk/tables/mozilla/core/margins-expected.txt |
| * platform/gtk/tables/mozilla/core/misc-expected.png |
| * platform/gtk/tables/mozilla/core/misc-expected.txt |
| * platform/gtk/tables/mozilla/core/nested1-expected.png |
| * platform/gtk/tables/mozilla/core/nested1-expected.txt |
| * platform/gtk/tables/mozilla/core/one_row-expected.png |
| * platform/gtk/tables/mozilla/core/one_row-expected.txt |
| * platform/gtk/tables/mozilla/core/table_frame-expected.png |
| * platform/gtk/tables/mozilla/core/table_frame-expected.txt |
| * platform/gtk/tables/mozilla/core/table_heights-expected.png |
| * platform/gtk/tables/mozilla/core/table_heights-expected.txt |
| * platform/gtk/tables/mozilla/core/table_rules-expected.txt |
| * platform/gtk/tables/mozilla/core/table_widths-expected.png |
| * platform/gtk/tables/mozilla/core/table_widths-expected.txt |
| * platform/gtk/tables/mozilla/dom/insertColGroups1-expected.png |
| * platform/gtk/tables/mozilla/dom/insertColGroups1-expected.txt |
| * platform/gtk/tables/mozilla/dom/insertColGroups2-expected.png |
| * platform/gtk/tables/mozilla/dom/insertColGroups2-expected.txt |
| * platform/gtk/tables/mozilla/dom/insertCols1-expected.png |
| * platform/gtk/tables/mozilla/dom/insertCols1-expected.txt |
| * platform/gtk/tables/mozilla/dom/insertCols2-expected.png |
| * platform/gtk/tables/mozilla/dom/insertCols2-expected.txt |
| * platform/gtk/tables/mozilla/dom/insertCols3-expected.png |
| * platform/gtk/tables/mozilla/dom/insertCols3-expected.txt |
| * platform/gtk/tables/mozilla/dom/insertCols4-expected.png |
| * platform/gtk/tables/mozilla/dom/insertCols4-expected.txt |
| * platform/gtk/tables/mozilla/dom/insertCols5-expected.png |
| * platform/gtk/tables/mozilla/dom/insertCols5-expected.txt |
| * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.png |
| * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt |
| * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.png |
| * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.png |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.png |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.png |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.png |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png |
| * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt |
| * platform/gtk/tables/mozilla/marvin/body_thead-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_align_center-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_align_center-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_align_justify-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_align_justify-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_align_left-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_align_left-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_align_right-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_align_right-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_span-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_span-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_width_pct-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_width_pct-expected.txt |
| * platform/gtk/tables/mozilla/marvin/colgroup_width_px-expected.png |
| * platform/gtk/tables/mozilla/marvin/colgroup_width_px-expected.txt |
| * platform/gtk/tables/mozilla/marvin/table_overflow_hidden_td-expected.png |
| * platform/gtk/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt |
| * platform/gtk/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png |
| * platform/gtk/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt |
| * platform/gtk/tables/mozilla/marvin/table_row_align_center-expected.png |
| * platform/gtk/tables/mozilla/marvin/table_row_align_center-expected.txt |
| * platform/gtk/tables/mozilla/marvin/table_row_align_left-expected.png |
| * platform/gtk/tables/mozilla/marvin/table_row_align_left-expected.txt |
| * platform/gtk/tables/mozilla/marvin/table_row_align_right-expected.png |
| * platform/gtk/tables/mozilla/marvin/table_row_align_right-expected.txt |
| * platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_black-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_black-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_green-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_green-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_red-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_red-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_white-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_white-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_cellpadding_pct-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_td_width-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_td_width-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_th_colspan-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_th_colspan-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_th_width-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_th_width-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_width_percent-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_width_percent-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tables_width_px-expected.png |
| * platform/gtk/tables/mozilla/marvin/tables_width_px-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/td_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/td_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/td_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/td_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/td_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/td_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/td_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/td_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/th_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/th_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/th_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/th_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/th_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/th_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/th_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/th_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_black-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_black-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_green-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_green-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_red-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_red-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_white-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_white-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/tr_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/tr_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_col_align_char-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_col_align_char-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_col_span-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_col_span-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_col_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_col_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_col_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_col_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_col_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_col_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_col_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_col_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_col_width_px-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_col_width_px-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_col_width_rel-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_col_width_rel-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_align_char-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_align_char-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_span-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_span-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_width_rel-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_align_center-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_align_center-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_align_char-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_align_char-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_align_left-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_align_left-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_align_right-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_align_right-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_td_width-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_td_width-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_align_center-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_align_center-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_align_char-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_align_char-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_align_left-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_align_left-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_align_right-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_align_right-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_rowspan-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_rowspan-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_th_width-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_th_width-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tr_align_char-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tr_align_char-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tr_valign_baseline-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tr_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tr_valign_middle-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tr_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla/marvin/x_tr_valign_top-expected.png |
| * platform/gtk/tables/mozilla/marvin/x_tr_valign_top-expected.txt |
| * platform/gtk/tables/mozilla/other/cell_widths-expected.png |
| * platform/gtk/tables/mozilla/other/cell_widths-expected.txt |
| * platform/gtk/tables/mozilla/other/ms-expected.png |
| * platform/gtk/tables/mozilla/other/ms-expected.txt |
| * platform/gtk/tables/mozilla/other/nested2-expected.png |
| * platform/gtk/tables/mozilla/other/nested2-expected.txt |
| * platform/gtk/tables/mozilla/other/nestedTables-expected.png |
| * platform/gtk/tables/mozilla/other/nestedTables-expected.txt |
| * platform/gtk/tables/mozilla/other/slashlogo-expected.png |
| * platform/gtk/tables/mozilla/other/slashlogo-expected.txt |
| * platform/gtk/tables/mozilla/other/test3-expected.png |
| * platform/gtk/tables/mozilla/other/test3-expected.txt |
| * platform/gtk/tables/mozilla/other/test6-expected.png |
| * platform/gtk/tables/mozilla/other/test6-expected.txt |
| * platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.png |
| * platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt |
| * platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.png |
| * platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/97619-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/97619-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1010-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1010-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1128-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1128-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1164-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1164-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1647-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1647-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1725-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1725-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug17826-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug17826-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3105-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3105-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug59252-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug59252-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug72393-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug72393-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug7243-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug7243-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug8499-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug8499-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug91057-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/core/col_span2-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/core/col_span2-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/core/cols1-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/core/cols1-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/core/columns-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/core/columns-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/core/standards1-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/core/standards1-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/other/empty_cells-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/other/empty_cells-expected.txt |
| * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.png |
| * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt |
| |
| 2016-01-28 Chris Dumez <cdumez@apple.com> |
| |
| EventHandler IDL attributes should be enumerable |
| https://bugs.webkit.org/show_bug.cgi?id=153595 |
| |
| Reviewed by Sam Weinig. |
| |
| Rebaseline test now that more EventHandler attributes are enumerable. |
| |
| * js/dom/dom-static-property-for-in-iteration-expected.txt: |
| |
| 2016-01-28 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Index uniqueness broken in the SQLite backend. |
| https://bugs.webkit.org/show_bug.cgi?id=153596 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-28 Zalan Bujtas <zalan@apple.com> |
| |
| [Win] gardening after r195740. (more to follow) |
| |
| Unreviewed. |
| |
| * platform/win/css1/basic/containment-expected.txt: |
| * platform/win/css1/basic/contextual_selectors-expected.txt: |
| * platform/win/css1/basic/grouping-expected.txt: |
| * platform/win/css1/basic/id_as_selector-expected.txt: |
| * platform/win/css1/basic/inheritance-expected.txt: |
| * platform/win/css1/box_properties/border-expected.txt: |
| * platform/win/css1/box_properties/border_bottom-expected.txt: |
| * platform/win/css1/box_properties/border_bottom_inline-expected.txt: |
| * platform/win/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/win/css1/box_properties/border_bottom_width_inline-expected.txt: |
| * platform/win/css1/box_properties/border_color-expected.txt: |
| * platform/win/css1/box_properties/border_color_inline-expected.txt: |
| * platform/win/css1/box_properties/border_inline-expected.txt: |
| * platform/win/css1/box_properties/border_left-expected.txt: |
| * platform/win/css1/box_properties/border_left_inline-expected.txt: |
| * platform/win/css1/box_properties/border_left_width-expected.txt: |
| * platform/win/css1/box_properties/border_left_width_inline-expected.txt: |
| * platform/win/css1/box_properties/border_right-expected.txt: |
| * platform/win/css1/box_properties/border_right_inline-expected.txt: |
| * platform/win/css1/box_properties/border_right_width-expected.txt: |
| * platform/win/css1/box_properties/border_right_width_inline-expected.txt: |
| * platform/win/css1/box_properties/border_style-expected.txt: |
| * platform/win/css1/box_properties/border_style_inline-expected.txt: |
| * platform/win/css1/box_properties/border_top-expected.txt: |
| * platform/win/css1/box_properties/border_top_inline-expected.txt: |
| * platform/win/css1/box_properties/border_top_width-expected.txt: |
| * platform/win/css1/box_properties/border_top_width_inline-expected.txt: |
| * platform/win/css1/box_properties/border_width-expected.txt: |
| * platform/win/css1/box_properties/border_width_inline-expected.txt: |
| * platform/win/css1/box_properties/clear-expected.txt: |
| * platform/win/css1/box_properties/clear_float-expected.txt: |
| * platform/win/css1/box_properties/float-expected.txt: |
| * platform/win/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/win/css1/box_properties/float_margin-expected.txt: |
| * platform/win/css1/box_properties/float_on_text_elements-expected.txt: |
| * platform/win/css1/box_properties/height-expected.txt: |
| * platform/win/css1/box_properties/margin-expected.txt: |
| * platform/win/css1/box_properties/margin_bottom-expected.txt: |
| * platform/win/css1/box_properties/margin_bottom_inline-expected.txt: |
| * platform/win/css1/box_properties/margin_inline-expected.txt: |
| * platform/win/css1/box_properties/margin_left-expected.txt: |
| * platform/win/css1/box_properties/margin_left_inline-expected.txt: |
| * platform/win/css1/box_properties/margin_right-expected.txt: |
| * platform/win/css1/box_properties/margin_right_inline-expected.txt: |
| * platform/win/css1/box_properties/margin_top-expected.txt: |
| * platform/win/css1/box_properties/margin_top_inline-expected.txt: |
| * platform/win/css1/box_properties/padding-expected.txt: |
| * platform/win/css1/box_properties/padding_bottom-expected.txt: |
| * platform/win/css1/box_properties/padding_bottom_inline-expected.txt: |
| * platform/win/css1/box_properties/padding_inline-expected.txt: |
| * platform/win/css1/box_properties/padding_left_inline-expected.txt: |
| * platform/win/css1/box_properties/padding_right-expected.txt: |
| * platform/win/css1/box_properties/padding_right_inline-expected.txt: |
| * platform/win/css1/box_properties/padding_top-expected.txt: |
| * platform/win/css1/box_properties/padding_top_inline-expected.txt: |
| * platform/win/css1/box_properties/width-expected.txt: |
| * platform/win/css1/cascade/cascade_order-expected.txt: |
| * platform/win/css1/cascade/important-expected.txt: |
| * platform/win/css1/classification/display-expected.txt: |
| * platform/win/css1/classification/list_style-expected.txt: |
| * platform/win/css1/classification/list_style_image-expected.txt: |
| * platform/win/css1/classification/list_style_position-expected.txt: |
| * platform/win/css1/classification/list_style_type-expected.txt: |
| * platform/win/css1/classification/white_space-expected.txt: |
| * platform/win/css1/color_and_background/background-expected.txt: |
| * platform/win/css1/color_and_background/background_attachment-expected.txt: |
| * platform/win/css1/color_and_background/background_color-expected.txt: |
| * platform/win/css1/color_and_background/background_image-expected.txt: |
| * platform/win/css1/color_and_background/background_position-expected.txt: |
| * platform/win/css1/color_and_background/background_repeat-expected.txt: |
| * platform/win/css1/color_and_background/color-expected.txt: |
| * platform/win/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/win/css1/font_properties/font-expected.txt: |
| * platform/win/css1/font_properties/font_family-expected.txt: |
| * platform/win/css1/font_properties/font_size-expected.txt: |
| * platform/win/css1/font_properties/font_style-expected.txt: |
| * platform/win/css1/font_properties/font_variant-expected.txt: |
| * platform/win/css1/font_properties/font_weight-expected.txt: |
| * platform/win/css1/formatting_model/canvas-expected.txt: |
| * platform/win/css1/formatting_model/floating_elements-expected.txt: |
| * platform/win/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/win/css1/formatting_model/inline_elements-expected.txt: |
| * platform/win/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/win/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/win/css1/pseudo/anchor-expected.txt: |
| * platform/win/css1/pseudo/firstletter-expected.txt: |
| * platform/win/css1/pseudo/firstline-expected.txt: |
| * platform/win/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/win/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/win/css1/text_properties/letter_spacing-expected.txt: |
| * platform/win/css1/text_properties/line_height-expected.txt: |
| * platform/win/css1/text_properties/text_align-expected.txt: |
| * platform/win/css1/text_properties/text_decoration-expected.txt: |
| * platform/win/css1/text_properties/text_indent-expected.txt: |
| * platform/win/css1/text_properties/text_transform-expected.txt: |
| * platform/win/css1/text_properties/vertical_align-expected.txt: |
| * platform/win/css1/text_properties/word_spacing-expected.txt: |
| * platform/win/css1/units/color_units-expected.txt: |
| * platform/win/css1/units/length_units-expected.txt: |
| * platform/win/css1/units/percentage_units-expected.txt: |
| * platform/win/css1/units/urls-expected.txt: |
| * platform/win/css2.1/20110323/border-collapse-offset-002-expected.txt: |
| * platform/win/css2.1/20110323/border-conflict-style-079-expected.txt: |
| * platform/win/css2.1/20110323/border-conflict-style-088-expected.txt: |
| * platform/win/css2.1/20110323/dynamic-top-change-002-expected.txt: |
| * platform/win/css2.1/20110323/dynamic-top-change-003-expected.txt: |
| * platform/win/css2.1/20110323/inline-table-001-expected.txt: |
| * platform/win/css2.1/20110323/inline-table-002a-expected.txt: |
| * platform/win/css2.1/20110323/inline-table-003-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-001-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-002-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-003-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-004-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-005-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-006-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-007-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-013-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-014-expected.txt: |
| * platform/win/css2.1/20110323/margin-applies-to-015-expected.txt: |
| * platform/win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: |
| * platform/win/css2.1/20110323/table-caption-001-expected.txt: |
| * platform/win/css2.1/20110323/table-caption-optional-001-expected.txt: |
| * platform/win/css2.1/20110323/table-caption-optional-002-expected.txt: |
| * platform/win/css2.1/20110323/table-height-algorithm-023-expected.txt: |
| * platform/win/css2.1/20110323/table-height-algorithm-024-expected.txt: |
| * platform/win/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: |
| * platform/win/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: |
| * platform/win/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: |
| * platform/win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: |
| * platform/win/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: |
| * platform/win/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: |
| * platform/win/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: |
| * platform/win/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: |
| * platform/win/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: |
| * platform/win/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: |
| * platform/win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: |
| * platform/win/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: |
| * platform/win/css2.1/t0805-c5522-brdr-02-e-expected.txt: |
| * platform/win/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: |
| * platform/win/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-50-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-51-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-53-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-55-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-56-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-57-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-58-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-60-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-61-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-62-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-63-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-66-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-67-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-68-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-69-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-72-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-73-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-75-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-76-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-77-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-78-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-79-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-80-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-81-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-82-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-83-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-86-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-87-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-88-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-89-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-90-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-91-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-92-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-93-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-95-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-96-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-97-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-98-d-expected.txt: |
| * platform/win/css2.1/t170602-bdr-conflct-w-99-d-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-015-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-016-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-023-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-024-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-035-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-036-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-037-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-038-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-045-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-046-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-047-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-048-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-049-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-050-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-055-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-056-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-091-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-092-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-099-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-100-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-103-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-104-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-105-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-106-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-107-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-108-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-109-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-110-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-111-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-112-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-113-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-114-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-123-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-124-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-139-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-140-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-149-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-150-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-155-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-156-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-159-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-160-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-165-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-166-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-177-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-178-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-179-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-180-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-181-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-189-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-190-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-191-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-192-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-193-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-194-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-195-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-196-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-205-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-206-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-207-expected.txt: |
| * platform/win/css2.1/tables/table-anonymous-objects-208-expected.txt: |
| * platform/win/css3/css3-modsel-33-expected.txt: |
| * platform/win/css3/flexbox/flexbox-baseline-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-161-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-18-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-18b-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-28-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-28b-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-29-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-29b-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-32-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-33-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-43-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-43b-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-44-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-44b-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-73-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-73b-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-74-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-74b-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-77-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-77b-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-78-expected.txt: |
| * platform/win/css3/selectors3/html/css3-modsel-78b-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-161-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-18-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-18b-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-28-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-28b-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-29-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-29b-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-32-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-33-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-43-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-43b-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-44-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-44b-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-73-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-73b-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-74-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-74b-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-77-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-77b-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-78-expected.txt: |
| * platform/win/css3/selectors3/xhtml/css3-modsel-78b-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-161-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-18-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-18b-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-28-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-28b-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-29-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-29b-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-32-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-33-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-43-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-43b-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-44-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-44b-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-73-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-73b-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-74-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-74b-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-77-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-77b-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-78-expected.txt: |
| * platform/win/css3/selectors3/xml/css3-modsel-78b-expected.txt: |
| * platform/win/editing/deleting/4922367-expected.txt: |
| * platform/win/editing/deleting/5099303-expected.txt: |
| * platform/win/editing/deleting/5126166-expected.txt: |
| * platform/win/editing/deleting/5144139-2-expected.txt: |
| * platform/win/editing/deleting/5206311-1-expected.txt: |
| * platform/win/editing/deleting/5433862-2-expected.txt: |
| * platform/win/editing/deleting/5483370-expected.txt: |
| * platform/win/editing/deleting/delete-to-select-table-expected.txt: |
| * platform/win/editing/deleting/table-cells-expected.txt: |
| * platform/win/editing/execCommand/5481523-expected.txt: |
| * platform/win/editing/inserting/5058163-1-expected.txt: |
| * platform/win/editing/inserting/insert-paragraph-01-expected.txt: |
| * platform/win/editing/inserting/insert-paragraph-02-expected.txt: |
| * platform/win/editing/inserting/paragraph-separator-in-table-1-expected.txt: |
| * platform/win/editing/inserting/paragraph-separator-in-table-2-expected.txt: |
| * platform/win/editing/style/5017613-1-expected.txt: |
| * platform/win/editing/style/5017613-2-expected.txt: |
| * platform/win/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/win/editing/style/table-selection-expected.txt: |
| * platform/win/editing/unsupported-content/table-type-after-expected.txt: |
| * platform/win/editing/unsupported-content/table-type-before-expected.txt: |
| * platform/win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt: |
| * platform/win/fast/block/basic/016-expected.txt: |
| * platform/win/fast/block/basic/quirk-percent-height-table-cell-expected.txt: |
| * platform/win/fast/block/float/011-expected.txt: |
| * platform/win/fast/block/float/015-expected.txt: |
| * platform/win/fast/block/margin-collapse/001-expected.txt: |
| * platform/win/fast/block/margin-collapse/005-expected.txt: |
| * platform/win/fast/block/margin-collapse/006-expected.txt: |
| * platform/win/fast/block/margin-collapse/010-expected.txt: |
| * platform/win/fast/block/margin-collapse/011-expected.txt: |
| * platform/win/fast/block/margin-collapse/012-expected.txt: |
| * platform/win/fast/block/margin-collapse/015-expected.txt: |
| * platform/win/fast/block/margin-collapse/016-expected.txt: |
| * platform/win/fast/block/margin-collapse/017-expected.txt: |
| * platform/win/fast/block/margin-collapse/018-expected.txt: |
| * platform/win/fast/block/margin-collapse/019-expected.txt: |
| * platform/win/fast/block/margin-collapse/020-expected.txt: |
| * platform/win/fast/block/margin-collapse/022-expected.txt: |
| * platform/win/fast/block/margin-collapse/025-expected.txt: |
| * platform/win/fast/block/margin-collapse/032-expected.txt: |
| * platform/win/fast/block/margin-collapse/033-expected.txt: |
| * platform/win/fast/block/margin-collapse/034-expected.txt: |
| * platform/win/fast/block/margin-collapse/041-expected.txt: |
| * platform/win/fast/block/margin-collapse/042-expected.txt: |
| * platform/win/fast/block/margin-collapse/055-expected.txt: |
| * platform/win/fast/block/margin-collapse/056-expected.txt: |
| * platform/win/fast/block/margin-collapse/057-expected.txt: |
| * platform/win/fast/block/margin-collapse/058-expected.txt: |
| * platform/win/fast/block/margin-collapse/059-expected.txt: |
| * platform/win/fast/block/margin-collapse/104-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/001-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/005-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/006-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/010-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/011-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/012-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/015-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/016-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/017-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/018-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/019-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/020-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/021-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/022-expected.txt: |
| * platform/win/fast/block/margin-collapse/block-inside-inline/025-expected.txt: |
| * platform/win/fast/block/positioning/053-expected.txt: |
| * platform/win/fast/block/positioning/negative-right-pos-expected.txt: |
| * platform/win/fast/block/positioning/table-cell-static-position-expected.txt: |
| * platform/win/fast/borders/bidi-009a-expected.txt: |
| * platform/win/fast/borders/border-antialiasing-expected.txt: |
| * platform/win/fast/borders/border-radius-different-width-001-expected.txt: |
| * platform/win/fast/borders/table-borders-expected.txt: |
| * platform/win/fast/box-shadow/basic-shadows-expected.txt: |
| * platform/win/fast/css-generated-content/015-expected.txt: |
| * platform/win/fast/css-generated-content/first-letter-in-nested-before-expected.txt: |
| * platform/win/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: |
| * platform/win/fast/css-generated-content/inline-display-types-expected.txt: |
| * platform/win/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: |
| * platform/win/fast/css-generated-content/table-before-after-child-add-expected.txt: |
| * platform/win/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: |
| * platform/win/fast/css-generated-content/table-cell-before-content-expected.txt: |
| * platform/win/fast/css-generated-content/table-parts-before-and-after-expected.txt: |
| * platform/win/fast/css-generated-content/table-row-before-after-child-add-expected.txt: |
| * platform/win/fast/css-generated-content/table-row-before-after-expected.txt: |
| * platform/win/fast/css-generated-content/table-row-group-with-before-expected.txt: |
| * platform/win/fast/css-generated-content/table-row-with-before-expected.txt: |
| * platform/win/fast/css-generated-content/table-table-before-after-child-add-expected.txt: |
| * platform/win/fast/css-generated-content/table-with-before-expected.txt: |
| * platform/win/fast/css/003-expected.txt: |
| * platform/win/fast/css/absolute-poition-in-rtl-parent-expected.txt: |
| * platform/win/fast/css/acid2-expected.txt: |
| * platform/win/fast/css/acid2-pixel-expected.txt: |
| * platform/win/fast/css/bidi-override-in-anonymous-block-expected.txt: |
| * platform/win/fast/css/box-shadow-and-border-radius-expected.txt: |
| * platform/win/fast/css/caption-width-absolute-position-expected.txt: |
| * platform/win/fast/css/caption-width-absolute-position-offset-top-expected.txt: |
| * platform/win/fast/css/caption-width-fixed-position-expected.txt: |
| * platform/win/fast/css/caption-width-fixed-position-offset-top-expected.txt: |
| * platform/win/fast/css/caption-width-relative-position-expected.txt: |
| * platform/win/fast/css/caption-width-relative-position-offset-top-expected.txt: |
| * platform/win/fast/css/css3-nth-child-expected.txt: |
| * platform/win/fast/css/first-letter-float-expected.txt: |
| * platform/win/fast/css/focus-ring-detached-expected.txt: |
| * platform/win/fast/css/focus-ring-multiline-expected.txt: |
| * platform/win/fast/css/h1-in-section-elements-expected.txt: |
| * platform/win/fast/css/image-rendering-expected.txt: |
| * platform/win/fast/css/layerZOrderCrash-expected.txt: |
| * platform/win/fast/css/min-width-with-spanned-cell-expected.txt: |
| * platform/win/fast/css/percentage-non-integer-expected.txt: |
| * platform/win/fast/css/table-text-align-quirk-expected.txt: |
| * platform/win/fast/css/table-text-align-strict-expected.txt: |
| * platform/win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/win/fast/dom/HTMLTableElement/createCaption-expected.txt: |
| * platform/win/fast/dom/row-inner-text-expected.txt: |
| * platform/win/fast/dynamic/001-expected.txt: |
| * platform/win/fast/dynamic/007-expected.txt: |
| * platform/win/fast/dynamic/014-expected.txt: |
| * platform/win/fast/dynamic/015-expected.txt: |
| * platform/win/fast/dynamic/containing-block-change-expected.txt: |
| * platform/win/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: |
| * platform/win/fast/dynamic/float-withdrawal-expected.txt: |
| * platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: |
| * platform/win/fast/dynamic/subtree-table-cell-height-expected.txt: |
| |
| 2016-01-28 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au> |
| |
| [SVG] Add support for 'lighter' operator in feComposite |
| https://bugs.webkit.org/show_bug.cgi?id=141376 |
| |
| Reviewed by Darin Adler. |
| |
| Add case to support lighter to DOM manipulation test for feComposite. |
| Add a new reftest that tests lighter case and supercedes older |
| pixel test for other modes. |
| |
| * svg/dom/script-tests/SVGAnimatedEnumeration-SVGFECompositeElement.js: |
| Test DOM read/write of SVGFEComposite operator property with new |
| lighter mode. |
| * svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt: |
| * svg/filters/feCompositeOpaque.html: Added. |
| A reftest that supersedes svg/filters/feComposite.svg |
| That test used opacity 0.5 which resulted in differing colors |
| across platforms. This makes it very hard to maintain the references |
| but it's probably still useful as a regression test. |
| This new test uses solid colors which result in consistency across |
| platforms and allow a reftest to be used. |
| * svg/filters/feCompositeOpaque-expected.html: Added. |
| |
| 2016-01-28 Darin Adler <darin@apple.com> |
| |
| Remove equalIgnoringCase since all callers really wanted equalIgnoringASCIICase |
| https://bugs.webkit.org/show_bug.cgi?id=153411 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * fast/dom/HTMLAnchorElement/anchor-non-ASCII-case-folding-expected.txt: Added. |
| * fast/dom/HTMLAnchorElement/anchor-non-ASCII-case-folding.html: Added. |
| * fast/dom/HTMLAnchorElement/resources/iframe-with-non-ASCII-matching-anchor.html: Added. |
| |
| * fast/media/media-query-non-ASCII-case-folding-expected.txt: Added. |
| * fast/media/media-query-non-ASCII-case-folding.html: Added. |
| |
| * fast/xpath/xpath-non-ASCII-case-folding-expected.txt: Added. |
| * fast/xpath/xpath-non-ASCII-case-folding.html: Added. |
| |
| 2016-01-28 Zalan Bujtas <zalan@apple.com> |
| |
| Unexpected content wrapping at http://email.osh.com/H/2/v100000152474feb8ec7c1a1f4bbe5c7c0/HTML |
| https://bugs.webkit.org/show_bug.cgi?id=153430 |
| |
| Reviewed by Simon Fraser. |
| |
| Ensure that min/max preferred and computed widths never shrink while converting LayoutUnit to float and back. |
| |
| * fast/table/fixed-size-table-with-fixed-size-content-expected.html: Added. |
| * fast/table/fixed-size-table-with-fixed-size-content.html: Added. |
| * platform/ios-simulator/css1/basic/containment-expected.txt: |
| * platform/ios-simulator/css1/basic/contextual_selectors-expected.txt: |
| * platform/ios-simulator/css1/basic/grouping-expected.txt: |
| * platform/ios-simulator/css1/basic/id_as_selector-expected.txt: |
| * platform/ios-simulator/css1/basic/inheritance-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_bottom-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_color-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_left-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_left_width-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_right-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_right_width-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_style-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_top-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_top_width-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_width-expected.txt: |
| * platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/clear-expected.txt: |
| * platform/ios-simulator/css1/box_properties/clear_float-expected.txt: |
| * platform/ios-simulator/css1/box_properties/float-expected.txt: |
| * platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/ios-simulator/css1/box_properties/float_margin-expected.txt: |
| * platform/ios-simulator/css1/box_properties/height-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin_left-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin_right-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin_top-expected.txt: |
| * platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding_left-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding_right-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding_top-expected.txt: |
| * platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt: |
| * platform/ios-simulator/css1/box_properties/width-expected.txt: |
| * platform/ios-simulator/css1/cascade/cascade_order-expected.txt: |
| * platform/ios-simulator/css1/cascade/important-expected.txt: |
| * platform/ios-simulator/css1/classification/display-expected.txt: |
| * platform/ios-simulator/css1/classification/list_style-expected.txt: |
| * platform/ios-simulator/css1/classification/list_style_image-expected.txt: |
| * platform/ios-simulator/css1/classification/list_style_position-expected.txt: |
| * platform/ios-simulator/css1/classification/list_style_type-expected.txt: |
| * platform/ios-simulator/css1/classification/white_space-expected.txt: |
| * platform/ios-simulator/css1/color_and_background/background-expected.txt: |
| * platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt: |
| * platform/ios-simulator/css1/color_and_background/background_color-expected.txt: |
| * platform/ios-simulator/css1/color_and_background/background_image-expected.txt: |
| * platform/ios-simulator/css1/color_and_background/background_position-expected.txt: |
| * platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt: |
| * platform/ios-simulator/css1/color_and_background/color-expected.txt: |
| * platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/ios-simulator/css1/font_properties/font-expected.txt: |
| * platform/ios-simulator/css1/font_properties/font_family-expected.txt: |
| * platform/ios-simulator/css1/font_properties/font_size-expected.txt: |
| * platform/ios-simulator/css1/font_properties/font_style-expected.txt: |
| * platform/ios-simulator/css1/font_properties/font_variant-expected.txt: |
| * platform/ios-simulator/css1/font_properties/font_weight-expected.txt: |
| * platform/ios-simulator/css1/formatting_model/canvas-expected.txt: |
| * platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt: |
| * platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/ios-simulator/css1/pseudo/anchor-expected.txt: |
| * platform/ios-simulator/css1/pseudo/firstletter-expected.txt: |
| * platform/ios-simulator/css1/pseudo/firstline-expected.txt: |
| * platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt: |
| * platform/ios-simulator/css1/text_properties/line_height-expected.txt: |
| * platform/ios-simulator/css1/text_properties/text_align-expected.txt: |
| * platform/ios-simulator/css1/text_properties/text_decoration-expected.txt: |
| * platform/ios-simulator/css1/text_properties/text_indent-expected.txt: |
| * platform/ios-simulator/css1/text_properties/text_transform-expected.txt: |
| * platform/ios-simulator/css1/text_properties/vertical_align-expected.txt: |
| * platform/ios-simulator/css1/text_properties/word_spacing-expected.txt: |
| * platform/ios-simulator/css1/units/color_units-expected.txt: |
| * platform/ios-simulator/css1/units/length_units-expected.txt: |
| * platform/ios-simulator/css1/units/percentage_units-expected.txt: |
| * platform/ios-simulator/css1/units/urls-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/border-collapse-offset-002-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/border-conflict-style-079-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/border-conflict-style-088-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/dynamic-top-change-002-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/dynamic-top-change-003-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/inline-table-001-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/inline-table-003-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-001-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-002-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-003-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-004-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-005-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-006-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-007-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-013-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-014-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/margin-applies-to-015-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/table-caption-001-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/table-caption-optional-001-expected.txt: |
| * platform/ios-simulator/css2.1/20110323/table-caption-optional-002-expected.txt: |
| * platform/ios-simulator/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: |
| * platform/ios-simulator/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: |
| * platform/ios-simulator/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: |
| * platform/ios-simulator/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: |
| * platform/ios-simulator/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: |
| * platform/ios-simulator/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: |
| * platform/ios-simulator/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: |
| * platform/ios-simulator/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: |
| * platform/ios-simulator/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-177-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-178-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-179-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-180-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-181-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-189-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-190-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-191-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-192-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-193-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-194-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-195-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-196-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-205-expected.txt: |
| * platform/ios-simulator/css2.1/tables/table-anonymous-objects-206-expected.txt: |
| * platform/ios-simulator/css3/css3-modsel-33-expected.txt: |
| * platform/ios-simulator/css3/selectors3/html/css3-modsel-18-expected.txt: |
| * platform/ios-simulator/css3/selectors3/html/css3-modsel-29-expected.txt: |
| * platform/ios-simulator/css3/selectors3/html/css3-modsel-29b-expected.txt: |
| * platform/ios-simulator/css3/selectors3/html/css3-modsel-33-expected.txt: |
| * platform/ios-simulator/css3/selectors3/html/css3-modsel-73-expected.txt: |
| * platform/ios-simulator/css3/selectors3/html/css3-modsel-73b-expected.txt: |
| * platform/ios-simulator/css3/selectors3/html/css3-modsel-77-expected.txt: |
| * platform/ios-simulator/css3/selectors3/html/css3-modsel-77b-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-18-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-29b-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-33-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-73b-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-77b-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xml/css3-modsel-18-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xml/css3-modsel-29-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xml/css3-modsel-29b-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xml/css3-modsel-33-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xml/css3-modsel-73-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xml/css3-modsel-73b-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xml/css3-modsel-77-expected.txt: |
| * platform/ios-simulator/css3/selectors3/xml/css3-modsel-77b-expected.txt: |
| * platform/ios-simulator/editing/deleting/4922367-expected.txt: |
| * platform/ios-simulator/editing/deleting/5126166-expected.txt: |
| * platform/ios-simulator/editing/deleting/5206311-1-expected.txt: |
| * platform/ios-simulator/editing/deleting/5433862-2-expected.txt: |
| * platform/ios-simulator/editing/inserting/paragraph-separator-in-table-1-expected.txt: |
| * platform/ios-simulator/editing/selection/5057506-2-expected.txt: |
| * platform/ios-simulator/editing/selection/5057506-expected.txt: |
| * platform/ios-simulator/editing/selection/5131716-1-expected.txt: |
| * platform/ios-simulator/editing/selection/5131716-2-expected.txt: |
| * platform/ios-simulator/editing/selection/5131716-3-expected.txt: |
| * platform/ios-simulator/editing/selection/5131716-4-expected.txt: |
| * platform/ios-simulator/fast/block/basic/quirk-percent-height-table-cell-expected.txt: |
| * platform/ios-simulator/fast/block/float/015-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/006-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/010-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/011-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/012-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/015-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/016-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/017-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/018-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/019-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/020-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/021-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/022-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/025-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/032-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/033-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/034-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/041-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/042-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/055-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/056-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/057-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/058-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/059-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/006-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/010-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/011-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/012-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/015-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/016-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/017-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/018-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/019-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/020-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/021-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/022-expected.txt: |
| * platform/ios-simulator/fast/block/margin-collapse/block-inside-inline/025-expected.txt: |
| * platform/ios-simulator/fast/block/positioning/negative-right-pos-expected.txt: |
| * platform/ios-simulator/fast/block/positioning/table-cell-static-position-expected.txt: |
| * platform/ios-simulator/fast/borders/border-antialiasing-expected.txt: |
| * platform/ios-simulator/fast/borders/border-radius-different-width-001-expected.txt: |
| * platform/ios-simulator/fast/borders/table-borders-expected.txt: |
| * platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-expected.txt: |
| * platform/ios-simulator/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: |
| * platform/ios-simulator/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: |
| * platform/ios-simulator/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: |
| * platform/ios-simulator/fast/css-generated-content/table-row-group-with-before-expected.txt: |
| * platform/ios-simulator/fast/css-generated-content/table-row-with-before-expected.txt: |
| * platform/ios-simulator/fast/css-generated-content/table-with-before-expected.txt: |
| * platform/ios-simulator/fast/css/003-expected.txt: |
| * platform/ios-simulator/fast/css/absolute-poition-in-rtl-parent-expected.txt: |
| * platform/ios-simulator/fast/css/acid2-expected.txt: |
| * platform/ios-simulator/fast/css/acid2-pixel-expected.txt: |
| * platform/ios-simulator/fast/css/bidi-override-in-anonymous-block-expected.txt: |
| * platform/ios-simulator/fast/css/box-shadow-and-border-radius-expected.txt: |
| * platform/ios-simulator/fast/css/css3-nth-child-expected.txt: |
| * platform/ios-simulator/fast/css/focus-ring-detached-expected.txt: |
| * platform/ios-simulator/fast/css/focus-ring-multiline-expected.txt: |
| * platform/ios-simulator/fast/css/h1-in-section-elements-expected.txt: |
| * platform/ios-simulator/fast/css/percentage-non-integer-expected.txt: |
| * platform/ios-simulator/fast/css/table-text-align-quirk-expected.txt: |
| * platform/ios-simulator/fast/css/table-text-align-strict-expected.txt: |
| * platform/ios-simulator/fast/dom/34176-expected.txt: |
| * platform/ios-simulator/fast/dom/HTMLTableElement/colSpan-expected.txt: |
| * platform/ios-simulator/fast/dom/HTMLTableElement/createCaption-expected.txt: |
| * platform/ios-simulator/fast/dom/row-inner-text-expected.txt: |
| * platform/ios-simulator/fast/dynamic/001-expected.txt: |
| * platform/ios-simulator/fast/dynamic/containing-block-change-expected.txt: |
| * platform/ios-simulator/fast/dynamic/float-withdrawal-expected.txt: |
| * platform/ios-simulator/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: |
| * platform/ios-simulator/fast/dynamic/subtree-table-cell-height-expected.txt: |
| * platform/ios-simulator/fast/forms/001-expected.txt: |
| * platform/ios-simulator/fast/forms/005-expected.txt: |
| * platform/ios-simulator/fast/forms/form-element-geometry-expected.txt: |
| * platform/ios-simulator/fast/forms/form-hides-table-expected.txt: |
| * platform/ios-simulator/fast/forms/formmove3-expected.txt: |
| * platform/ios-simulator/fast/forms/input-table-expected.txt: |
| * platform/ios-simulator/fast/forms/listbox-bidi-align-expected.txt: |
| * platform/ios-simulator/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| * platform/ios-simulator/fast/forms/select-dirty-parent-pref-widths-expected.txt: |
| * platform/ios-simulator/fast/html/details-writing-mode-expected.txt: |
| * platform/ios-simulator/fast/inline-block/001-expected.txt: |
| * platform/ios-simulator/fast/inline-block/overflow-clip-expected.txt: |
| * platform/ios-simulator/fast/invalid/012-expected.txt: |
| * platform/ios-simulator/fast/lists/004-expected.txt: |
| * platform/ios-simulator/fast/multicol/span/before-child-anonymous-column-block-expected.txt: |
| * platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt: |
| * platform/ios-simulator/fast/overflow/002-expected.txt: |
| * platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt: |
| * platform/ios-simulator/fast/overflow/overflow-rtl-vertical-expected.txt: |
| * platform/ios-simulator/fast/overflow/table-overflow-float-expected.txt: |
| * platform/ios-simulator/fast/reflections/table-cell-expected.txt: |
| * platform/ios-simulator/fast/replaced/005-expected.txt: |
| * platform/ios-simulator/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt: |
| * platform/ios-simulator/fast/replaced/selection-rect-in-table-cell-expected.txt: |
| * platform/ios-simulator/fast/replaced/table-percent-height-positioned-expected.txt: |
| * platform/ios-simulator/fast/replaced/width100percent-checkbox-expected.txt: |
| * platform/ios-simulator/fast/replaced/width100percent-image-expected.txt: |
| * platform/ios-simulator/fast/replaced/width100percent-menulist-expected.txt: |
| * platform/ios-simulator/fast/replaced/width100percent-radio-expected.txt: |
| * platform/ios-simulator/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/ios-simulator/fast/replaced/width100percent-textarea-expected.txt: |
| * platform/ios-simulator/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/ios-simulator/fast/selectors/077-expected.txt: |
| * platform/ios-simulator/fast/selectors/077b-expected.txt: |
| * platform/ios-simulator/fast/table/002-expected.txt: |
| * platform/ios-simulator/fast/table/003-expected.txt: |
| * platform/ios-simulator/fast/table/005-expected.txt: |
| * platform/ios-simulator/fast/table/007-expected.txt: |
| * platform/ios-simulator/fast/table/008-expected.txt: |
| * platform/ios-simulator/fast/table/009-expected.txt: |
| * platform/ios-simulator/fast/table/012-expected.txt: |
| * platform/ios-simulator/fast/table/013-expected.txt: |
| * platform/ios-simulator/fast/table/021-expected.txt: |
| * platform/ios-simulator/fast/table/023-expected.txt: |
| * platform/ios-simulator/fast/table/028-expected.txt: |
| * platform/ios-simulator/fast/table/028-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/029-expected.txt: |
| * platform/ios-simulator/fast/table/038-expected.txt: |
| * platform/ios-simulator/fast/table/038-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/039-expected.txt: |
| * platform/ios-simulator/fast/table/040-expected.txt: |
| * platform/ios-simulator/fast/table/040-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/100-percent-cell-width-expected.txt: |
| * platform/ios-simulator/fast/table/add-before-anonymous-child-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/001-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/001-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/002-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/002-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/003-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/003-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/cached-69296-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-expected.txt: |
| * platform/ios-simulator/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/caption-relayout-expected.txt: |
| * platform/ios-simulator/fast/table/cell-absolute-child-expected.txt: |
| * platform/ios-simulator/fast/table/cell-width-auto-expected.txt: |
| * platform/ios-simulator/fast/table/colspanMinWidth-expected.txt: |
| * platform/ios-simulator/fast/table/dynamic-cellpadding-expected.txt: |
| * platform/ios-simulator/fast/table/edge-offsets-expected.txt: |
| * platform/ios-simulator/fast/table/empty-cells-expected.txt: |
| * platform/ios-simulator/fast/table/frame-and-rules-expected.txt: |
| * platform/ios-simulator/fast/table/giantRowspan-expected.txt: |
| * platform/ios-simulator/fast/table/growCellForImageQuirk-expected.txt: |
| * platform/ios-simulator/fast/table/growCellForImageQuirk-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/invisible-cell-background-expected.txt: |
| * platform/ios-simulator/fast/table/large-width-expected.txt: |
| * platform/ios-simulator/fast/table/max-width-integer-overflow-expected.txt: |
| * platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: |
| * platform/ios-simulator/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: |
| * platform/ios-simulator/fast/table/nobr-expected.txt: |
| * platform/ios-simulator/fast/table/overflowHidden-expected.txt: |
| * platform/ios-simulator/fast/table/percent-heights-expected.txt: |
| * platform/ios-simulator/fast/table/percent-widths-stretch-expected.txt: |
| * platform/ios-simulator/fast/table/prepend-in-anonymous-table-expected.txt: |
| * platform/ios-simulator/fast/table/relative-position-containment-expected.txt: |
| * platform/ios-simulator/fast/table/relative-position-offsets-expected.txt: |
| * platform/ios-simulator/fast/table/relative-position-stacking-expected.txt: |
| * platform/ios-simulator/fast/table/replaced-percent-height-expected.txt: |
| * platform/ios-simulator/fast/table/row-height-recalc-expected.txt: |
| * platform/ios-simulator/fast/table/rowspan-paint-order-expected.txt: |
| * platform/ios-simulator/fast/table/rowspan-paint-order-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/ios-simulator/fast/table/stale-grid-crash-expected.txt: |
| * platform/ios-simulator/fast/table/table-cell-before-child-in-table-expected.txt: |
| * platform/ios-simulator/fast/table/table-display-types-expected.txt: |
| * platform/ios-simulator/fast/table/table-display-types-strict-expected.txt: |
| * platform/ios-simulator/fast/table/table-display-types-vertical-expected.txt: |
| * platform/ios-simulator/fast/table/table-row-before-after-content-around-table-cell-expected.txt: |
| * platform/ios-simulator/fast/table/table-row-outline-paint-expected.txt: |
| * platform/ios-simulator/fast/table/table-row-split2-expected.txt: |
| * platform/ios-simulator/fast/table/table-section-split2-expected.txt: |
| * platform/ios-simulator/fast/table/table-split-expected.txt: |
| * platform/ios-simulator/fast/table/table-split2-expected.txt: |
| * platform/ios-simulator/fast/text/basic/004-expected.txt: |
| * platform/ios-simulator/fast/text/basic/005-expected.txt: |
| * platform/ios-simulator/fast/text/emoji-expected.txt: |
| * platform/ios-simulator/fast/text/international/bidi-LDB-2-CSS-expected.txt: |
| * platform/ios-simulator/fast/text/international/bidi-LDB-2-HTML-expected.txt: |
| * platform/ios-simulator/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: |
| * platform/ios-simulator/fast/text/whitespace/002-expected.txt: |
| * platform/ios-simulator/fast/text/whitespace/003-expected.txt: |
| * platform/ios-simulator/fast/text/whitespace/004-expected.txt: |
| * platform/ios-simulator/fast/text/whitespace/005-expected.txt: |
| * platform/ios-simulator/fast/text/whitespace/010-expected.txt: |
| * platform/ios-simulator/fast/text/whitespace/011-expected.txt: |
| * platform/ios-simulator/fast/text/whitespace/015-expected.txt: |
| * platform/ios-simulator/fast/text/whitespace/016-expected.txt: |
| * platform/ios-simulator/fast/text/whitespace/025-expected.txt: |
| * platform/ios-simulator/fast/writing-mode/table-percent-width-quirk-expected.txt: |
| * platform/ios-simulator/fast/writing-mode/vertical-align-table-baseline-expected.txt: |
| * platform/ios-simulator/http/tests/misc/acid2-expected.txt: |
| * platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt: |
| * platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt: |
| * platform/ios-simulator/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt: |
| * platform/ios-simulator/mathml/opentype/opentype-stretchy-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug10009-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug101201-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug101674-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug10296-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1055-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug10565-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug10633-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1067-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1067-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug106795-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug106816-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug113235-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug113424-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1163-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug12008-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug120107-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug120364-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1224-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug12268-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug12709-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1271-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug12908-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug12908-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug12910-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1296-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1302-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug13169-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug139524-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug139524-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug139524-3-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug139524-4-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1430-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug14323-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1474-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug14929-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug15247-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug154780-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug15544-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug159108-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug15933-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug16012-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug16252-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug17138-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug175455-4-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug17548-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug17587-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1800-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1802-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1802s-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug1809-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug18440-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug18664-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug18955-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug19061-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug19061-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug19356-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug20804-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2123-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug215629-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug219693-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug219693-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug22019-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug222336-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug22246-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug22246-2a-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug22246-3-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug22246-3a-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug22513-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2296-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug23235-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug25004-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug25074-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug25663-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2684-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug269566-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug277062-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2773-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug27993-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2886-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug28933-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug29058-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug29429-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2954-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2981-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2981-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug2997-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug30273-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug3103-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug32205-3-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug3260-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug32841-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug33137-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug3454-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug3977-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug4093-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug42187-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug4385-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug4501-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug45350-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug45486-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug4576-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug46268-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug46268-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug46623-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug46623-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug47432-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug4803-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug4849-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug4849-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug5188-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug52505-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug52506-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug53690-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug53690-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug53891-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug5538-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug55789-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug57828-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug5797-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug5835-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug60804-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug60807-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug6184-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug6304-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug6404-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug647-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug6674-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug68998-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug69382-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug69382-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug72359-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug7714-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug78162-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug82946-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug86708-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug8950-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug9123-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug9123-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug92143-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug963-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug97383-expected.txt: |
| * platform/ios-simulator/tables/mozilla/bugs/bug9879-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/borders-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/cell_heights-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_span-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_widths_auto_fix-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_widths_auto_per-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_widths_fix_fix-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_widths_fix_fixPer-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/col_widths_fix_per-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/margins-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/misc-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/nested1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/one_row-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/table_frame-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/table_heights-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/table_rules-expected.txt: |
| * platform/ios-simulator/tables/mozilla/core/table_widths-expected.txt: |
| * platform/ios-simulator/tables/mozilla/dom/insertColGroups1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/dom/insertColGroups2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/dom/insertCols1-expected.txt: |
| * platform/ios-simulator/tables/mozilla/dom/insertCols2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/dom/insertCols3-expected.txt: |
| * platform/ios-simulator/tables/mozilla/dom/insertCols4-expected.txt: |
| * platform/ios-simulator/tables/mozilla/dom/insertCols5-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/backgr_position-table-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_span-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_width_pct-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/colgroup_width_px-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/table_row_align_center-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/table_row_align_left-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/table_row_align_right-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_td_width-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_th_colspan-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_th_width-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tables_width_px-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tbody_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tbody_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/td_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/td_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/td_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/td_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tfoot_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/th_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/th_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/th_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/th_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/thead_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/thead_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/thead_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/thead_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/tr_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_col_align_char-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_col_span-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_col_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_col_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_col_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_col_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_col_width_px-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_col_width_rel-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_span-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tbody_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_align_center-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_align_char-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_align_justify-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_align_left-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_align_right-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_td_width-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_align_center-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_align_char-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_align_justify-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_align_left-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_align_right-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_rowspan-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_th_width-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_thead_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tr_align_char-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla/marvin/x_tr_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla/other/cell_widths-expected.txt: |
| * platform/ios-simulator/tables/mozilla/other/ms-expected.txt: |
| * platform/ios-simulator/tables/mozilla/other/nested2-expected.txt: |
| * platform/ios-simulator/tables/mozilla/other/nestedTables-expected.txt: |
| * platform/ios-simulator/tables/mozilla/other/slashlogo-expected.txt: |
| * platform/ios-simulator/tables/mozilla/other/test3-expected.txt: |
| * platform/ios-simulator/tables/mozilla/other/test6-expected.txt: |
| * platform/ios-simulator/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/97619-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug17826-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/core/captions1-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/core/captions2-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/core/col_span2-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/core/cols1-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/core/columns-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/core/standards1-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt: |
| * platform/ios-simulator/tables/mozilla_expected_failures/other/empty_cells-expected.txt: |
| * platform/mac/accessibility/table-detection-expected.txt: |
| * platform/mac/compositing/contents-opaque/table-parts-expected.txt: |
| * platform/mac/css1/basic/containment-expected.txt: |
| * platform/mac/css1/basic/contextual_selectors-expected.txt: |
| * platform/mac/css1/basic/grouping-expected.txt: |
| * platform/mac/css1/basic/id_as_selector-expected.txt: |
| * platform/mac/css1/basic/inheritance-expected.txt: |
| * platform/mac/css1/box_properties/border-expected.txt: |
| * platform/mac/css1/box_properties/border_bottom-expected.txt: |
| * platform/mac/css1/box_properties/border_bottom_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_color-expected.txt: |
| * platform/mac/css1/box_properties/border_color_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_left-expected.txt: |
| * platform/mac/css1/box_properties/border_left_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_left_width-expected.txt: |
| * platform/mac/css1/box_properties/border_left_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_right-expected.txt: |
| * platform/mac/css1/box_properties/border_right_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_right_width-expected.txt: |
| * platform/mac/css1/box_properties/border_right_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_style-expected.txt: |
| * platform/mac/css1/box_properties/border_style_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_top-expected.txt: |
| * platform/mac/css1/box_properties/border_top_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_top_width-expected.txt: |
| * platform/mac/css1/box_properties/border_top_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_width-expected.txt: |
| * platform/mac/css1/box_properties/border_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/clear-expected.txt: |
| * platform/mac/css1/box_properties/clear_float-expected.txt: |
| * platform/mac/css1/box_properties/float-expected.txt: |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/mac/css1/box_properties/float_margin-expected.txt: |
| * platform/mac/css1/box_properties/float_on_text_elements-expected.txt: |
| * platform/mac/css1/box_properties/height-expected.txt: |
| * platform/mac/css1/box_properties/margin-expected.txt: |
| * platform/mac/css1/box_properties/margin_bottom-expected.txt: |
| * platform/mac/css1/box_properties/margin_bottom_inline-expected.txt: |
| * platform/mac/css1/box_properties/margin_inline-expected.txt: |
| * platform/mac/css1/box_properties/margin_left-expected.txt: |
| * platform/mac/css1/box_properties/margin_left_inline-expected.txt: |
| * platform/mac/css1/box_properties/margin_right-expected.txt: |
| * platform/mac/css1/box_properties/margin_right_inline-expected.txt: |
| * platform/mac/css1/box_properties/margin_top-expected.txt: |
| * platform/mac/css1/box_properties/margin_top_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding-expected.txt: |
| * platform/mac/css1/box_properties/padding_bottom-expected.txt: |
| * platform/mac/css1/box_properties/padding_bottom_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding_left-expected.txt: |
| * platform/mac/css1/box_properties/padding_left_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding_right-expected.txt: |
| * platform/mac/css1/box_properties/padding_right_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding_top-expected.txt: |
| * platform/mac/css1/box_properties/padding_top_inline-expected.txt: |
| * platform/mac/css1/box_properties/width-expected.txt: |
| * platform/mac/css1/cascade/cascade_order-expected.txt: |
| * platform/mac/css1/cascade/important-expected.txt: |
| * platform/mac/css1/classification/display-expected.txt: |
| * platform/mac/css1/classification/list_style-expected.txt: |
| * platform/mac/css1/classification/list_style_image-expected.txt: |
| * platform/mac/css1/classification/list_style_position-expected.txt: |
| * platform/mac/css1/classification/list_style_type-expected.txt: |
| * platform/mac/css1/classification/white_space-expected.txt: |
| * platform/mac/css1/color_and_background/background-expected.txt: |
| * platform/mac/css1/color_and_background/background_attachment-expected.txt: |
| * platform/mac/css1/color_and_background/background_color-expected.txt: |
| * platform/mac/css1/color_and_background/background_image-expected.txt: |
| * platform/mac/css1/color_and_background/background_position-expected.txt: |
| * platform/mac/css1/color_and_background/background_repeat-expected.txt: |
| * platform/mac/css1/color_and_background/color-expected.txt: |
| * platform/mac/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/mac/css1/font_properties/font-expected.txt: |
| * platform/mac/css1/font_properties/font_family-expected.txt: |
| * platform/mac/css1/font_properties/font_size-expected.txt: |
| * platform/mac/css1/font_properties/font_style-expected.txt: |
| * platform/mac/css1/font_properties/font_variant-expected.txt: |
| * platform/mac/css1/font_properties/font_weight-expected.txt: |
| * platform/mac/css1/formatting_model/canvas-expected.txt: |
| * platform/mac/css1/formatting_model/floating_elements-expected.txt: |
| * platform/mac/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/mac/css1/formatting_model/inline_elements-expected.txt: |
| * platform/mac/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/mac/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/mac/css1/pseudo/anchor-expected.txt: |
| * platform/mac/css1/pseudo/firstletter-expected.txt: |
| * platform/mac/css1/pseudo/firstline-expected.txt: |
| * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/mac/css1/text_properties/letter_spacing-expected.txt: |
| * platform/mac/css1/text_properties/line_height-expected.txt: |
| * platform/mac/css1/text_properties/text_align-expected.txt: |
| * platform/mac/css1/text_properties/text_decoration-expected.txt: |
| * platform/mac/css1/text_properties/text_indent-expected.txt: |
| * platform/mac/css1/text_properties/text_transform-expected.txt: |
| * platform/mac/css1/text_properties/vertical_align-expected.txt: |
| * platform/mac/css1/text_properties/word_spacing-expected.txt: |
| * platform/mac/css1/units/color_units-expected.txt: |
| * platform/mac/css1/units/length_units-expected.txt: |
| * platform/mac/css1/units/percentage_units-expected.txt: |
| * platform/mac/css1/units/urls-expected.txt: |
| * platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt: |
| * platform/mac/css2.1/20110323/border-conflict-style-079-expected.txt: |
| * platform/mac/css2.1/20110323/border-conflict-style-088-expected.txt: |
| * platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt: |
| * platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt: |
| * platform/mac/css2.1/20110323/inline-table-001-expected.txt: |
| * platform/mac/css2.1/20110323/inline-table-003-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-001-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-002-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-003-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-004-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-005-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-006-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-007-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-013-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-014-expected.txt: |
| * platform/mac/css2.1/20110323/margin-applies-to-015-expected.txt: |
| * platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: |
| * platform/mac/css2.1/20110323/table-caption-001-expected.txt: |
| * platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt: |
| * platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt: |
| * platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: |
| * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: |
| * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: |
| * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: |
| * platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: |
| * platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: |
| * platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: |
| * platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-177-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-178-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-179-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-180-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-181-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-189-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-190-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-191-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-192-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-193-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-194-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-195-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-196-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-205-expected.txt: |
| * platform/mac/css2.1/tables/table-anonymous-objects-206-expected.txt: |
| * platform/mac/css3/css3-modsel-33-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-29-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-29b-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-33-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-73-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-73b-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-77-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-77b-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-29-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-33-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-73-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-77-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.txt: |
| * platform/mac/editing/deleting/4922367-expected.txt: |
| * platform/mac/editing/deleting/5126166-expected.txt: |
| * platform/mac/editing/deleting/5144139-2-expected.txt: |
| * platform/mac/editing/deleting/5206311-1-expected.txt: |
| * platform/mac/editing/deleting/5433862-2-expected.txt: |
| * platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt: |
| * platform/mac/editing/pasteboard/innerText-inline-table-expected.txt: |
| * platform/mac/editing/selection/3690703-2-expected.txt: |
| * platform/mac/editing/selection/3690703-expected.txt: |
| * platform/mac/editing/selection/3690719-expected.txt: |
| * platform/mac/editing/selection/5057506-2-expected.txt: |
| * platform/mac/editing/selection/5057506-expected.txt: |
| * platform/mac/editing/selection/5131716-1-expected.txt: |
| * platform/mac/editing/selection/5131716-2-expected.txt: |
| * platform/mac/editing/selection/5131716-3-expected.txt: |
| * platform/mac/editing/selection/5131716-4-expected.txt: |
| * platform/mac/editing/selection/move-by-line-001-expected.txt: |
| * platform/mac/editing/selection/select-all-004-expected.txt: |
| * platform/mac/editing/unsupported-content/table-type-after-expected.txt: |
| * platform/mac/editing/unsupported-content/table-type-before-expected.txt: |
| * platform/mac/fast/block/basic/016-expected.txt: |
| * platform/mac/fast/block/basic/quirk-percent-height-table-cell-expected.txt: |
| * platform/mac/fast/block/float/015-expected.txt: |
| * platform/mac/fast/block/margin-collapse/006-expected.txt: |
| * platform/mac/fast/block/margin-collapse/010-expected.txt: |
| * platform/mac/fast/block/margin-collapse/011-expected.txt: |
| * platform/mac/fast/block/margin-collapse/012-expected.txt: |
| * platform/mac/fast/block/margin-collapse/015-expected.txt: |
| * platform/mac/fast/block/margin-collapse/016-expected.txt: |
| * platform/mac/fast/block/margin-collapse/017-expected.txt: |
| * platform/mac/fast/block/margin-collapse/018-expected.txt: |
| * platform/mac/fast/block/margin-collapse/019-expected.txt: |
| * platform/mac/fast/block/margin-collapse/020-expected.txt: |
| * platform/mac/fast/block/margin-collapse/021-expected.txt: |
| * platform/mac/fast/block/margin-collapse/022-expected.txt: |
| * platform/mac/fast/block/margin-collapse/025-expected.txt: |
| * platform/mac/fast/block/margin-collapse/032-expected.txt: |
| * platform/mac/fast/block/margin-collapse/033-expected.txt: |
| * platform/mac/fast/block/margin-collapse/034-expected.txt: |
| * platform/mac/fast/block/margin-collapse/041-expected.txt: |
| * platform/mac/fast/block/margin-collapse/042-expected.txt: |
| * platform/mac/fast/block/margin-collapse/055-expected.txt: |
| * platform/mac/fast/block/margin-collapse/056-expected.txt: |
| * platform/mac/fast/block/margin-collapse/057-expected.txt: |
| * platform/mac/fast/block/margin-collapse/058-expected.txt: |
| * platform/mac/fast/block/margin-collapse/059-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.txt: |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt: |
| * platform/mac/fast/block/positioning/negative-right-pos-expected.txt: |
| * platform/mac/fast/block/positioning/table-cell-static-position-expected.txt: |
| * platform/mac/fast/borders/border-antialiasing-expected.txt: |
| * platform/mac/fast/borders/border-radius-different-width-001-expected.txt: |
| * platform/mac/fast/borders/table-borders-expected.txt: |
| * platform/mac/fast/css-generated-content/first-letter-in-nested-before-expected.txt: |
| * platform/mac/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: |
| * platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: |
| * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: |
| * platform/mac/fast/css-generated-content/table-parts-before-and-after-expected.txt: |
| * platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt: |
| * platform/mac/fast/css-generated-content/table-row-with-before-expected.txt: |
| * platform/mac/fast/css-generated-content/table-with-before-expected.txt: |
| * platform/mac/fast/css/003-expected.txt: |
| * platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.txt: |
| * platform/mac/fast/css/acid2-expected.txt: |
| * platform/mac/fast/css/acid2-pixel-expected.txt: |
| * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt: |
| * platform/mac/fast/css/box-shadow-and-border-radius-expected.txt: |
| * platform/mac/fast/css/caption-width-absolute-position-expected.txt: |
| * platform/mac/fast/css/caption-width-absolute-position-offset-top-expected.txt: |
| * platform/mac/fast/css/caption-width-fixed-position-expected.txt: |
| * platform/mac/fast/css/caption-width-fixed-position-offset-top-expected.txt: |
| * platform/mac/fast/css/caption-width-relative-position-expected.txt: |
| * platform/mac/fast/css/caption-width-relative-position-offset-top-expected.txt: |
| * platform/mac/fast/css/css3-nth-child-expected.txt: |
| * platform/mac/fast/css/focus-ring-detached-expected.txt: |
| * platform/mac/fast/css/focus-ring-multiline-expected.txt: |
| * platform/mac/fast/css/h1-in-section-elements-expected.txt: |
| * platform/mac/fast/css/image-rendering-expected.txt: |
| * platform/mac/fast/css/min-width-with-spanned-cell-expected.txt: |
| * platform/mac/fast/css/percentage-non-integer-expected.txt: |
| * platform/mac/fast/css/table-text-align-quirk-expected.txt: |
| * platform/mac/fast/css/table-text-align-strict-expected.txt: |
| * platform/mac/fast/dom/34176-expected.txt: |
| * platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt: |
| * platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt: |
| * platform/mac/fast/dom/row-inner-text-expected.txt: |
| * platform/mac/fast/dynamic/001-expected.txt: |
| * platform/mac/fast/dynamic/containing-block-change-expected.txt: |
| * platform/mac/fast/dynamic/float-withdrawal-expected.txt: |
| * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: |
| * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: |
| * platform/mac/fast/encoding/utf-16-big-endian-expected.txt: |
| * platform/mac/fast/encoding/utf-16-little-endian-expected.txt: |
| * platform/mac/fast/forms/001-expected.txt: |
| * platform/mac/fast/forms/005-expected.txt: |
| * platform/mac/fast/forms/basic-buttons-expected.txt: |
| * platform/mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/mac/fast/forms/form-hides-table-expected.txt: |
| * platform/mac/fast/forms/form-in-malformed-markup-expected.txt: |
| * platform/mac/fast/forms/formmove3-expected.txt: |
| * platform/mac/fast/forms/input-table-expected.txt: |
| * platform/mac/fast/forms/listbox-bidi-align-expected.txt: |
| * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt: |
| * platform/mac/fast/html/details-writing-mode-expected.txt: |
| * platform/mac/fast/inline-block/001-expected.txt: |
| * platform/mac/fast/inline-block/overflow-clip-expected.txt: |
| * platform/mac/fast/invalid/012-expected.txt: |
| * platform/mac/fast/invalid/018-expected.txt: |
| * platform/mac/fast/lists/004-expected.txt: |
| * platform/mac/fast/lists/list-marker-before-content-table-expected.txt: |
| * platform/mac/fast/multicol/span/before-child-anonymous-column-block-expected.txt: |
| * platform/mac/fast/overflow/002-expected.txt: |
| * platform/mac/fast/overflow/overflow-rtl-expected.txt: |
| * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt: |
| * platform/mac/fast/overflow/table-overflow-float-expected.txt: |
| * platform/mac/fast/reflections/table-cell-expected.txt: |
| * platform/mac/fast/repaint/block-selection-gap-in-table-cell-expected.txt: |
| * platform/mac/fast/repaint/float-overflow-expected.txt: |
| * platform/mac/fast/repaint/float-overflow-right-expected.txt: |
| * platform/mac/fast/repaint/subtree-root-clip-3-expected.txt: |
| * platform/mac/fast/repaint/table-cell-collapsed-border-expected.txt: |
| * platform/mac/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: |
| * platform/mac/fast/repaint/table-cell-move-expected.txt: |
| * platform/mac/fast/repaint/table-cell-overflow-expected.txt: |
| * platform/mac/fast/repaint/table-cell-vertical-overflow-expected.txt: |
| * platform/mac/fast/repaint/table-col-background-expected.txt: |
| * platform/mac/fast/repaint/table-collapsed-border-expected.txt: |
| * platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt: |
| * platform/mac/fast/repaint/table-outer-border-expected.txt: |
| * platform/mac/fast/repaint/table-row-expected.txt: |
| * platform/mac/fast/repaint/table-section-overflow-expected.txt: |
| * platform/mac/fast/repaint/table-section-repaint-expected.txt: |
| * platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt: |
| * platform/mac/fast/repaint/table-writing-modes-h-expected.txt: |
| * platform/mac/fast/repaint/table-writing-modes-v-expected.txt: |
| * platform/mac/fast/replaced/005-expected.txt: |
| * platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt: |
| * platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt: |
| * platform/mac/fast/replaced/table-percent-height-positioned-expected.txt: |
| * platform/mac/fast/replaced/width100percent-checkbox-expected.txt: |
| * platform/mac/fast/replaced/width100percent-image-expected.txt: |
| * platform/mac/fast/replaced/width100percent-menulist-expected.txt: |
| * platform/mac/fast/replaced/width100percent-radio-expected.txt: |
| * platform/mac/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/mac/fast/replaced/width100percent-textarea-expected.txt: |
| * platform/mac/fast/replaced/width100percent-textfield-expected.txt: |
| * platform/mac/fast/selectors/077-expected.txt: |
| * platform/mac/fast/selectors/077b-expected.txt: |
| * platform/mac/fast/table/002-expected.txt: |
| * platform/mac/fast/table/003-expected.txt: |
| * platform/mac/fast/table/005-expected.txt: |
| * platform/mac/fast/table/007-expected.txt: |
| * platform/mac/fast/table/008-expected.txt: |
| * platform/mac/fast/table/009-expected.txt: |
| * platform/mac/fast/table/012-expected.txt: |
| * platform/mac/fast/table/013-expected.txt: |
| * platform/mac/fast/table/021-expected.txt: |
| * platform/mac/fast/table/023-expected.txt: |
| * platform/mac/fast/table/024-expected.txt: |
| * platform/mac/fast/table/025-expected.txt: |
| * platform/mac/fast/table/028-expected.txt: |
| * platform/mac/fast/table/028-vertical-expected.txt: |
| * platform/mac/fast/table/029-expected.txt: |
| * platform/mac/fast/table/031-expected.txt: |
| * platform/mac/fast/table/032-expected.txt: |
| * platform/mac/fast/table/034-expected.txt: |
| * platform/mac/fast/table/038-expected.txt: |
| * platform/mac/fast/table/038-vertical-expected.txt: |
| * platform/mac/fast/table/039-expected.txt: |
| * platform/mac/fast/table/040-expected.txt: |
| * platform/mac/fast/table/040-vertical-expected.txt: |
| * platform/mac/fast/table/100-percent-cell-width-expected.txt: |
| * platform/mac/fast/table/add-before-anonymous-child-expected.txt: |
| * platform/mac/fast/table/border-collapsing/001-expected.txt: |
| * platform/mac/fast/table/border-collapsing/001-vertical-expected.txt: |
| * platform/mac/fast/table/border-collapsing/002-expected.txt: |
| * platform/mac/fast/table/border-collapsing/002-vertical-expected.txt: |
| * platform/mac/fast/table/border-collapsing/003-expected.txt: |
| * platform/mac/fast/table/border-collapsing/003-vertical-expected.txt: |
| * platform/mac/fast/table/border-collapsing/004-expected.txt: |
| * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt: |
| * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt: |
| * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt: |
| * platform/mac/fast/table/border-collapsing/bug14274-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-69296-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-cell-append-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-cell-remove-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-row-border-color-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-table-border-color-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-table-border-width-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: |
| * platform/mac/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: |
| * platform/mac/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt: |
| * platform/mac/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt: |
| * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: |
| * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: |
| * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt: |
| * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt: |
| * platform/mac/fast/table/caption-relayout-expected.txt: |
| * platform/mac/fast/table/cell-absolute-child-expected.txt: |
| * platform/mac/fast/table/cell-width-auto-expected.txt: |
| * platform/mac/fast/table/colspan-with-all-percent-cells-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt: |
| * platform/mac/fast/table/dynamic-cellpadding-expected.txt: |
| * platform/mac/fast/table/edge-offsets-expected.txt: |
| * platform/mac/fast/table/empty-cells-expected.txt: |
| * platform/mac/fast/table/frame-and-rules-expected.txt: |
| * platform/mac/fast/table/giantRowspan-expected.txt: |
| * platform/mac/fast/table/growCellForImageQuirk-expected.txt: |
| * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.txt: |
| * platform/mac/fast/table/height-percent-test-expected.txt: |
| * platform/mac/fast/table/height-percent-test-vertical-expected.txt: |
| * platform/mac/fast/table/invisible-cell-background-expected.txt: |
| * platform/mac/fast/table/large-width-expected.txt: |
| * platform/mac/fast/table/max-width-integer-overflow-expected.txt: |
| * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: |
| * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: |
| * platform/mac/fast/table/nobr-expected.txt: |
| * platform/mac/fast/table/overflowHidden-expected.txt: |
| * platform/mac/fast/table/percent-heights-expected.txt: |
| * platform/mac/fast/table/percent-widths-stretch-expected.txt: |
| * platform/mac/fast/table/percent-widths-stretch-vertical-expected.txt: |
| * platform/mac/fast/table/prepend-in-anonymous-table-expected.txt: |
| * platform/mac/fast/table/relative-position-containment-expected.txt: |
| * platform/mac/fast/table/relative-position-offsets-expected.txt: |
| * platform/mac/fast/table/relative-position-stacking-expected.txt: |
| * platform/mac/fast/table/replaced-percent-height-expected.txt: |
| * platform/mac/fast/table/row-height-recalc-expected.txt: |
| * platform/mac/fast/table/rowspan-paint-order-expected.txt: |
| * platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt: |
| * platform/mac/fast/table/simple_paint-expected.txt: |
| * platform/mac/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/mac/fast/table/stale-grid-crash-expected.txt: |
| * platform/mac/fast/table/table-anonymous-cell-bug-expected.txt: |
| * platform/mac/fast/table/table-anonymous-row-bug-expected.txt: |
| * platform/mac/fast/table/table-anonymous-section-bug-expected.txt: |
| * platform/mac/fast/table/table-before-child-style-update-expected.txt: |
| * platform/mac/fast/table/table-cell-before-after-content-around-table-block-expected.txt: |
| * platform/mac/fast/table/table-cell-before-after-content-around-table-expected.txt: |
| * platform/mac/fast/table/table-cell-before-after-content-around-table-row-expected.txt: |
| * platform/mac/fast/table/table-cell-before-child-in-table-expected.txt: |
| * platform/mac/fast/table/table-cell-split-expected.txt: |
| * platform/mac/fast/table/table-display-types-expected.txt: |
| * platform/mac/fast/table/table-display-types-strict-expected.txt: |
| * platform/mac/fast/table/table-display-types-vertical-expected.txt: |
| * platform/mac/fast/table/table-insert-before-non-anonymous-block-expected.txt: |
| * platform/mac/fast/table/table-row-before-after-content-around-block-expected.txt: |
| * platform/mac/fast/table/table-row-before-after-content-around-table-cell-expected.txt: |
| * platform/mac/fast/table/table-row-before-after-content-around-table-expected.txt: |
| * platform/mac/fast/table/table-row-before-child-style-update-expected.txt: |
| * platform/mac/fast/table/table-row-outline-paint-expected.txt: |
| * platform/mac/fast/table/table-row-split2-expected.txt: |
| * platform/mac/fast/table/table-row-style-not-updated-expected.txt: |
| * platform/mac/fast/table/table-row-style-not-updated-with-after-content-expected.txt: |
| * platform/mac/fast/table/table-row-style-not-updated-with-before-content-expected.txt: |
| * platform/mac/fast/table/table-section-split2-expected.txt: |
| * platform/mac/fast/table/table-split-expected.txt: |
| * platform/mac/fast/table/table-split2-expected.txt: |
| * platform/mac/fast/table/table-style-not-updated-expected.txt: |
| * platform/mac/fast/table/wide-colspan-expected.txt: |
| * platform/mac/fast/table/wide-column-expected.txt: |
| * platform/mac/fast/text/atsui-negative-spacing-features-expected.txt: |
| * platform/mac/fast/text/atsui-spacing-features-expected.txt: |
| * platform/mac/fast/text/basic/generic-family-reset-expected.txt: |
| * platform/mac/fast/text/international/003-expected.txt: |
| * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt: |
| * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt: |
| * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: |
| * platform/mac/fast/text/international/bidi-override-expected.txt: |
| * platform/mac/fast/text/wbr-expected.txt: |
| * platform/mac/fast/text/whitespace/002-expected.txt: |
| * platform/mac/fast/text/whitespace/003-expected.txt: |
| * platform/mac/fast/text/whitespace/004-expected.txt: |
| * platform/mac/fast/text/whitespace/005-expected.txt: |
| * platform/mac/fast/text/whitespace/010-expected.txt: |
| * platform/mac/fast/text/whitespace/011-expected.txt: |
| * platform/mac/fast/text/whitespace/013-expected.txt: |
| * platform/mac/fast/text/whitespace/014-expected.txt: |
| * platform/mac/fast/text/whitespace/015-expected.txt: |
| * platform/mac/fast/text/whitespace/016-expected.txt: |
| * platform/mac/fast/text/whitespace/025-expected.txt: |
| * platform/mac/fast/text/whitespace/026-expected.txt: |
| * platform/mac/fast/writing-mode/table-percent-width-quirk-expected.txt: |
| * platform/mac/fast/writing-mode/vertical-align-table-baseline-expected.txt: |
| * platform/mac/http/tests/misc/acid2-expected.txt: |
| * platform/mac/http/tests/misc/acid2-pixel-expected.txt: |
| * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt: |
| * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: |
| * platform/mac/tables/layering/paint-test-layering-1-expected.txt: |
| * platform/mac/tables/layering/paint-test-layering-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug10009-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug101201-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug101674-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug10565-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug10633-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1067-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1067-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug106795-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug106816-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug113424-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12008-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug120107-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug120364-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1224-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12268-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12709-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1271-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12908-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12908-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12910-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1296-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1302-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug13169-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug137388-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug139524-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug139524-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug139524-4-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1430-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug14323-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1474-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug14929-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug15247-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug154780-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug15544-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug159108-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug15933-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug16012-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug16252-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug17138-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug175455-4-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug17548-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug17587-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1800-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1802-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1802s-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1809-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug18440-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug18664-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug18955-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug19356-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug20804-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2123-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug215629-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug219693-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug219693-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug22019-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug220536-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug222336-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug22246-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug22246-3a-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug22513-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2296-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug23235-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug25004-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug25074-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug25663-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug26553-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2684-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug269566-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug277062-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2773-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug27993-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2886-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug28933-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug29058-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug29314-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug29429-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2954-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2981-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2997-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug30273-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug30559-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug3103-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug3260-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug32841-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug33137-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug3454-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug38916-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug3977-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4093-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug42187-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4385-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4427-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug44505-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4501-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug45350-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug45486-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4576-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46268-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46268-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46623-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug47432-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4803-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4849-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug5188-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug52505-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug52506-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug53690-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug53891-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug5538-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug55789-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug56201-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug5797-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug5835-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug60804-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug60807-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug6184-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug6304-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug6404-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug647-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug6674-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug68998-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug69382-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug69382-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug72359-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug7714-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug78162-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug86708-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug8950-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug9123-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug92143-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug963-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug97383-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug9879-1-expected.txt: |
| * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: |
| * platform/mac/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/mac/tables/mozilla/core/borders-expected.txt: |
| * platform/mac/tables/mozilla/core/cell_heights-expected.txt: |
| * platform/mac/tables/mozilla/core/col_span-expected.txt: |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt: |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: |
| * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.txt: |
| * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: |
| * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.txt: |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: |
| * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.txt: |
| * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.txt: |
| * platform/mac/tables/mozilla/core/col_widths_fix_per-expected.txt: |
| * platform/mac/tables/mozilla/core/margins-expected.txt: |
| * platform/mac/tables/mozilla/core/misc-expected.txt: |
| * platform/mac/tables/mozilla/core/nested1-expected.txt: |
| * platform/mac/tables/mozilla/core/one_row-expected.txt: |
| * platform/mac/tables/mozilla/core/table_frame-expected.txt: |
| * platform/mac/tables/mozilla/core/table_heights-expected.txt: |
| * platform/mac/tables/mozilla/core/table_rules-expected.txt: |
| * platform/mac/tables/mozilla/core/table_widths-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertColGroups1-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertColGroups2-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertCols1-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertCols2-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertCols3-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertCols4-expected.txt: |
| * platform/mac/tables/mozilla/dom/insertCols5-expected.txt: |
| * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: |
| * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt: |
| * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: |
| * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: |
| * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: |
| * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt: |
| * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: |
| * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: |
| * platform/mac/tables/mozilla/marvin/body_thead-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_span-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.txt: |
| * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.txt: |
| * platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt: |
| * platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: |
| * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt: |
| * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt: |
| * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt: |
| * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tables_width_px-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/td_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/td_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/th_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/th_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/tr_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_col_align_char-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_col_span-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_col_width_px-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_align_char-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_td_width-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_align_char-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_th_width-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.txt: |
| * platform/mac/tables/mozilla/other/cell_widths-expected.txt: |
| * platform/mac/tables/mozilla/other/ms-expected.txt: |
| * platform/mac/tables/mozilla/other/nested2-expected.txt: |
| * platform/mac/tables/mozilla/other/nestedTables-expected.txt: |
| * platform/mac/tables/mozilla/other/slashlogo-expected.txt: |
| * platform/mac/tables/mozilla/other/test3-expected.txt: |
| * platform/mac/tables/mozilla/other/test6-expected.txt: |
| * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: |
| * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt: |
| |
| 2016-01-27 Chris Dumez <cdumez@apple.com> |
| |
| Expose ValidityState on the global Window object |
| https://bugs.webkit.org/show_bug.cgi?id=153582 |
| |
| Reviewed by Antti Koivisto. |
| |
| Rebaseline test now that ValidityState is exposed on the global Window |
| object. |
| |
| * js/dom/global-constructors-attributes-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2016-01-27 Chris Dumez <cdumez@apple.com> |
| |
| Expose ApplicationCache on the global Window object |
| https://bugs.webkit.org/show_bug.cgi?id=153578 |
| |
| Reviewed by Antti Koivisto. |
| |
| Rebaseline test now that ApplicationCache is exposed on the global |
| Window object. |
| |
| * js/dom/global-constructors-attributes-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2016-01-27 Ryosuke Niwa <rniwa@webkit.org> |
| |
| REGRESSION(r190430): Assertion failure in Text::~Text() |
| https://bugs.webkit.org/show_bug.cgi?id=153577 |
| |
| Reviewed by Antti Koivisto. |
| |
| Added a regression test. The test hits an assertion in debug build without the fix. |
| |
| * fast/shadow-dom/slot-removal-crash-2-expected.txt: Added. |
| * fast/shadow-dom/slot-removal-crash-2.html: Added. |
| |
| 2016-01-27 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| Garbage is displayed when root svg element has mix-blend-mode set |
| https://bugs.webkit.org/show_bug.cgi?id=150556 |
| |
| Reviewed by Darin Adler. |
| |
| Ensure blending the SVG root renderer will be displayed correctly with |
| compositing when the SVG root renderer is the root of the render tree. |
| |
| * svg/css/mix-blend-mode-background-root-expected.svg: Added. |
| * svg/css/mix-blend-mode-background-root.svg: Added. |
| * svg/css/mix-blend-mode-opacity-root-expected.svg: Added. |
| * svg/css/mix-blend-mode-opacity-root.svg: Added. |
| |
| 2016-01-27 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Incorrect handling of iterating cursors to their end. |
| https://bugs.webkit.org/show_bug.cgi?id=153569 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-27 Zhuo Li <zachli@apple.com> |
| |
| Layout Test fast/forms/auto-fill-button/input-contacts-auto-fill-button.html is failing. |
| https://bugs.webkit.org/show_bug.cgi?id=153567. |
| |
| Unreviewed test gardening. |
| |
| Update expected test results for ios-simulator, win, and gtk. |
| |
| * platform/gtk/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added. |
| * platform/ios-simulator/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added. |
| * platform/win/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added. |
| |
| 2016-01-27 Chris Dumez <cdumez@apple.com> |
| |
| Settings a reflected DOMString attribute to null should set it to the "null" string rather than the empty string |
| https://bugs.webkit.org/show_bug.cgi?id=153504 |
| <rdar://problem/24353072> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Update existing tests as a lot of them were expecting that setting |
| a reflected DOMString attribute to null would set it to the empty |
| string instead of the string "null". |
| |
| * fast/dom/domstring-attribute-reflection-expected.txt: |
| * fast/dom/domstring-attribute-reflection.html: |
| * fast/dom/element-attribute-js-null-expected.txt: |
| * fast/dom/element-attribute-js-null.html: |
| * fast/dom/ping-attribute-dom-binding-expected.txt: |
| * fast/dom/ping-attribute-dom-binding.html: |
| * fast/forms/fieldset/fieldset-name-expected.txt: |
| * fast/forms/fieldset/fieldset-name.html: |
| * fast/forms/input-minmax-expected.txt: |
| * fast/forms/input-minmax.html: |
| * fast/forms/input-pattern-expected.txt: |
| * fast/forms/input-pattern.html: |
| * fast/forms/submit-form-attributes-expected.txt: |
| * fast/forms/submit-form-attributes.html: |
| * fast/shadow-dom/HTMLSlotElement-interface.html: |
| * fast/shadow-dom/NonDocumentTypeChildNode-interface-assignedSlot.html: |
| * fast/shadow-dom/shadow-layout-after-slot-changes.html: |
| * svg/dom/svg-element-attribute-js-null-expected.txt: |
| * svg/dom/svg-element-attribute-js-null.xhtml: |
| |
| 2016-01-27 Simon Fraser <simon.fraser@apple.com> |
| |
| Support CSS3 Images values for the image-rendering property |
| https://bugs.webkit.org/show_bug.cgi?id=153556 |
| |
| Reviewed by Dean Jackson. |
| |
| Update for new values. Add a new SVG shape-rendering test which would have |
| detected a bug I caused with an earlier patch. |
| |
| * fast/css/image-rendering-parsing-expected.txt: |
| * fast/css/script-tests/image-rendering-parsing.js: |
| * svg/css/script-tests/shape-rendering-parsing.js: Added. |
| * svg/css/shape-rendering-parsing.html: Added. |
| |
| 2016-01-27 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Fix many Index tests. |
| https://bugs.webkit.org/show_bug.cgi?id=153561 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-27 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Cursors are utterly broken in the SQLite backend. |
| https://bugs.webkit.org/show_bug.cgi?id=153558 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-27 Chris Dumez <cdumez@apple.com> |
| |
| Getting / Setting property on prototype object must throw TypeError |
| https://bugs.webkit.org/show_bug.cgi?id=153547 |
| <rdar://problem/24370650> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Update a few layout tests that were expecting getting a property on |
| the prototype object to return undefined instead of throwing. |
| |
| * js/dom/dom-as-prototype-assignment-exception-expected.txt: |
| * js/dom/dom-attributes-on-mismatch-type-expected.txt: |
| * js/dom/dom-attributes-on-mismatch-type.html: |
| * js/dom/script-tests/dom-as-prototype-assignment-exception.js: |
| |
| 2016-01-27 Chris Dumez <cdumez@apple.com> |
| |
| window.atob() should ignore spaces in input |
| https://bugs.webkit.org/show_bug.cgi?id=153522 |
| <rdar://problem/24357822> |
| |
| Reviewed by Benjamin Poulain. |
| |
| Update window.atob() test to cover cases with spaces in |
| input. |
| |
| * fast/dom/Window/atob-btoa-expected.txt: |
| * fast/dom/Window/atob-btoa.html: |
| |
| 2016-01-27 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: SQLite backend doesn't update index records as object records are added. |
| https://bugs.webkit.org/show_bug.cgi?id=153548 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-27 Brady Eidson <beidson@apple.com> |
| |
| LayoutTest fast/loader/stateobjects/replacestate-frequency-iframe.html is flaky on El Cap, always times out on Yosemite. |
| https://bugs.webkit.org/show_bug.cgi?id=153551 |
| |
| Unreviewed. |
| |
| The iframe file name is "replacestate-iframe.html", but the main frame src refers to "replaceState-iframe.html" |
| |
| Notice the case difference on the 'S'. |
| |
| Apparently some of our bots have case sensitive filesystems, and others do not. |
| |
| * fast/loader/stateobjects/replacestate-frequency-iframe.html: |
| |
| 2016-01-27 Brady Eidson <beidson@apple.com> |
| |
| Noticed while exploring: |
| LayoutTest fast/loader/stateobjects/replacestate-frequency-iframe.html is flaky on El Cap, always times out on Yosemite. |
| https://bugs.webkit.org/show_bug.cgi?id=153551 |
| |
| Unreviewed gardening. |
| |
| Probably won't fix anything, but hey, let's try. |
| |
| * fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt: |
| * fast/loader/stateobjects/replacestate-frequency-iframe.html: |
| |
| 2016-01-27 Zhuo Li <zachli@apple.com> |
| |
| Need ability to specify alternate image for AutoFill button in input fields. |
| https://bugs.webkit.org/show_bug.cgi?id=153116. |
| rdar://problem/23384854. |
| |
| Reviewed by Darin Adler. |
| |
| * fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-disabled.html: The test API has |
| another parameter to specify what type the AutoFill button is. |
| * fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-readonly.html: Ditto. |
| * fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt: Added. |
| * fast/forms/auto-fill-button/input-contacts-auto-fill-button.html: Added. |
| * fast/forms/auto-fill-button/input-auto-fill-button.html: Ditto. |
| * fast/forms/auto-fill-button/input-disabled-auto-fill-button.html: Ditto. |
| * fast/forms/auto-fill-button/input-readonly-non-empty-auto-fill-button.html: Ditto. |
| * fast/forms/auto-fill-button/mouse-down-input-mouse-release-auto-fill-button.html: Ditto. |
| * fast/forms/auto-fill-button/show-correct-auto-fill-button-when-auto-fill-button-type-changes-expected.html: Added. |
| * fast/forms/auto-fill-button/show-correct-auto-fill-button-when-auto-fill-button-type-changes.html: Added. |
| |
| 2016-01-26 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add Node.treeRoot |
| https://bugs.webkit.org/show_bug.cgi?id=153537 |
| |
| Reviewed by Antti Koivisto. |
| |
| Added a testharness.js test for Node.treeRoot. Also rebaselined a test. |
| |
| * js/dom/dom-static-property-for-in-iteration-expected.txt: Rebaselined. |
| * fast/shadow-dom/Node-interface-treeRoot-expected.txt: Added. |
| * fast/shadow-dom/Node-interface-treeRoot.html: Added. |
| |
| 2016-01-26 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Rename HTMLSlotElement.getDistributedNodes to getAssignedNodes |
| https://bugs.webkit.org/show_bug.cgi?id=153534 |
| |
| Reviewed by Antti Koivisto. |
| |
| Updated the tests to refect the rename. Also added test cases after r192763 |
| to assert we don't assign comment and processing instruction nodes to a slot. |
| |
| * fast/shadow-dom/HTMLSlotElement-interface-expected.txt: |
| * fast/shadow-dom/HTMLSlotElement-interface.html: |
| * fast/shadow-dom/NonDocumentTypeChildNode-interface-assignedSlot.html: |
| |
| 2016-01-27 Tim Horton <timothy_horton@apple.com> |
| |
| Need to be able to specify MIME type for <attachment> without filename or handle |
| https://bugs.webkit.org/show_bug.cgi?id=153552 |
| <rdar://problem/20145857> |
| |
| Reviewed by Anders Carlsson. |
| |
| * fast/attachment/attachment-default-icon-expected.html: Added. |
| * fast/attachment/attachment-default-icon.html: Added. |
| * fast/attachment/attachment-type-attribute-expected.html: Added. |
| * fast/attachment/attachment-type-attribute.html: Added. |
| Add some tests. |
| |
| 2016-01-27 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| [GTK] Problem running promises code in workers |
| https://bugs.webkit.org/show_bug.cgi?id=152340 |
| |
| Reviewed by Carlos Garcia Campos. |
| |
| Test file that creates two testharness promise tests. Each test creates 10000 promises, pushes them into an |
| array and vends them in a timeout. |
| |
| * js/promises-tests/promises-in-workers-expected.txt: Added. |
| * js/promises-tests/promises-in-workers.html: Added. |
| * js/promises-tests/promises-in-workers.js: Added. |
| |
| 2016-01-26 Jer Noble <jer.noble@apple.com> |
| |
| Calling video.controls=true during a scrub operation cancels scrub. |
| https://bugs.webkit.org/show_bug.cgi?id=153494 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/media-controls-drag-timeline-set-controls-property-expected.txt: Added. |
| * media/media-controls-drag-timeline-set-controls-property.html: Added. |
| |
| 2016-01-26 Chris Dumez <cdumez@apple.com> |
| |
| fast/history/page-cache-webdatabase-no-transaction-db.html flakily crashes |
| https://bugs.webkit.org/show_bug.cgi?id=153525 |
| |
| Reviewed by Andreas Kling. |
| |
| Unskip fast/history/page-cache-webdatabase-no-transaction-db.html now |
| that it no longer crashes. |
| |
| * TestExpectations: |
| |
| 2016-01-26 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Key generator support for SQLite backend. |
| https://bugs.webkit.org/show_bug.cgi?id=153427 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-26 Simon Fraser <simon.fraser@apple.com> |
| |
| Allow canvas to use display-list drawing for testing |
| https://bugs.webkit.org/show_bug.cgi?id=153475 |
| |
| Reviewed by Dean Jackson. |
| |
| Simple canvas-based display list test. |
| |
| * displaylists/canvas-display-list-expected.txt: Added. |
| * displaylists/canvas-display-list.html: Added. |
| |
| 2016-01-26 Chris Dumez <cdumez@apple.com> |
| |
| Setting HTMLInputElement.value to null to set its value to the empty string |
| https://bugs.webkit.org/show_bug.cgi?id=153519 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Add a layout test to make sure that setting HTMLInputElement.value to null |
| actually sets its value to the empty string. |
| |
| * fast/dom/HTMLInputElement/input-value-set-null-expected.txt: Added. |
| * fast/dom/HTMLInputElement/input-value-set-null.html: Added. |
| |
| 2016-01-26 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, temporarily skip fast/history/page-cache-webdatabase-no-transaction-db.html |
| https://bugs.webkit.org/show_bug.cgi?id=153525 |
| |
| The test flakily crashes, skip it until I can fix it. |
| |
| * TestExpectations: |
| |
| 2016-01-26 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/semantics/interfaces.html for ios-simulator after support |
| for HTMLDataElement was added in r195627, removing ios-simulator-wk2 specific result. |
| https://bugs.webkit.org/show_bug.cgi?id=153459 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt: Removed. |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt: |
| |
| 2016-01-26 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping tests added with r195625 that are unsupported on ios-simulator |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-26 Chris Dumez <cdumez@apple.com> |
| |
| document.open() / write() should be prevented in beforeunload event handlers |
| https://bugs.webkit.org/show_bug.cgi?id=153432 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Add a layout test to check that document.open() / write() is indeed |
| prevented inside 'beforeunload' event handlers. |
| |
| * fast/frames/page-beforeunload-document-open-expected.txt: Added. |
| * fast/frames/page-beforeunload-document-open.html: Added. |
| * fast/frames/resources/page-beforeunload-document-open-frame.html: Added. |
| |
| 2016-01-26 Chris Dumez <cdumez@apple.com> |
| |
| Add support for HTMLDataElement |
| https://bugs.webkit.org/show_bug.cgi?id=153459 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Rebaseline existing test now that HTMLDataElement is exposed on the |
| global Window object. |
| |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2016-01-26 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r195610. |
| https://bugs.webkit.org/show_bug.cgi?id=153513 |
| |
| The test added with this change is timing out on almost every |
| run (Requested by ryanhaddad on #webkit). |
| |
| Reverted changeset: |
| |
| "Calling video.controls=true during a scrub operation cancels |
| scrub." |
| https://bugs.webkit.org/show_bug.cgi?id=153494 |
| http://trac.webkit.org/changeset/195610 |
| |
| 2016-01-26 Brady Eidson <beidson@apple.com> |
| |
| History.pushState causes intense memory pressure. |
| https://bugs.webkit.org/show_bug.cgi?id=153435 |
| |
| Reviewed by Sam Weinig, Oliver Hunt, and Geoff Garen. |
| |
| * TestExpectations: Mark some of the new tests as slow. |
| |
| * fast/loader/stateobjects/pushstate-frequency-expected.txt: Added. |
| * fast/loader/stateobjects/pushstate-frequency-iframe-expected.txt: Added. |
| * fast/loader/stateobjects/pushstate-frequency-iframe.html: Added. |
| * fast/loader/stateobjects/pushstate-frequency-with-user-gesture-expected.txt: Added. |
| * fast/loader/stateobjects/pushstate-frequency-with-user-gesture.html: Added. |
| * fast/loader/stateobjects/pushstate-frequency.html: Added. |
| * fast/loader/stateobjects/replacestate-frequency-expected.txt: Added. |
| * fast/loader/stateobjects/replacestate-frequency-iframe-expected.txt: Added. |
| * fast/loader/stateobjects/replacestate-frequency-iframe.html: Added. |
| * fast/loader/stateobjects/replacestate-frequency-with-user-gesture-expected.txt: Added. |
| * fast/loader/stateobjects/replacestate-frequency-with-user-gesture.html: Added. |
| * fast/loader/stateobjects/replacestate-frequency.html: Added. |
| * fast/loader/stateobjects/resources/pushstate-iframe.html: Added. |
| * fast/loader/stateobjects/resources/replacestate-iframe.html: Added. |
| * loader/stateobjects/pushstate-size-expected.txt: Added. |
| * loader/stateobjects/pushstate-size-iframe-expected.txt: Added. |
| * loader/stateobjects/pushstate-size-iframe.html: Added. |
| * loader/stateobjects/pushstate-size.html: Added. |
| * loader/stateobjects/replacestate-size-expected.txt: Added. |
| * loader/stateobjects/replacestate-size-iframe-expected.txt: Added. |
| * loader/stateobjects/replacestate-size-iframe.html: Added. |
| * loader/stateobjects/replacestate-size.html: Added. |
| * loader/stateobjects/resources/pushstate-iframe.html: Added. |
| * loader/stateobjects/resources/replacestate-iframe.html: Added. |
| |
| 2016-01-26 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining cssom/subpixel-offsetleft-top-width-height-values.html for ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152308 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/cssom/subpixel-offsetleft-top-width-height-values-expected.txt: Added. |
| |
| 2016-01-26 Philip Rogers <pdr@chromium.org> |
| |
| Let SVG images not taint canvases except when containing foreignObjects |
| https://bugs.webkit.org/show_bug.cgi?id=119639 |
| |
| Reviewed by Brent Fulgham. |
| |
| * svg/as-image/resources/svg-with-feimage-with-link.svg: Added. |
| * svg/as-image/resources/svg-with-image-with-link.svg: Added. |
| * svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt: Added. |
| * svg/as-image/svg-canvas-pattern-with-link-tainted.html: Added. |
| * svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt: Added. |
| * svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted.html: Added. |
| * svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt: Added. |
| * svg/as-image/svg-canvas-svg-with-image-with-link-tainted.html: Added. |
| |
| 2016-01-26 Jer Noble <jer.noble@apple.com> |
| |
| Calling video.controls=true during a scrub operation cancels scrub. |
| https://bugs.webkit.org/show_bug.cgi?id=153494 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/media-controls-drag-timeline-set-controls-property-expected.txt: Added. |
| * media/media-controls-drag-timeline-set-controls-property.html: Added. |
| |
| 2016-01-26 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153498 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-26 Dean Jackson <dino@apple.com> |
| |
| [iOS] Documents without an explicit width should not get fast tapping |
| https://bugs.webkit.org/show_bug.cgi?id=153465 |
| |
| Reviewed by Simon Fraser (and Wenson Hseih). |
| |
| * fast/events/ios/thin-gradient.jpg: Added. |
| * fast/events/ios/viewport-no-width-value-allows-double-tap-expected.txt: Added. |
| * fast/events/ios/viewport-no-width-value-allows-double-tap.html: Added. |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-26 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=138468 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-25 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking inspector/codemirror/prettyprinting-css-rules.html as flaky on mac-wk1 debug |
| https://bugs.webkit.org/show_bug.cgi?id=153460 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-26 Chris Dumez <cdumez@apple.com> |
| |
| First parameter to window.showModalDialog() should be mandatory |
| https://bugs.webkit.org/show_bug.cgi?id=153436 |
| |
| Reviewed by Youenn Fablet. |
| |
| * fast/dom/Window/showModalDialog-mandatory-parameter-expected.txt: Added. |
| * fast/dom/Window/showModalDialog-mandatory-parameter.html: Added. |
| Add layout test to check that showModalDialog()'s first parameter is indeed |
| mandatory. |
| |
| * fast/dom/null-page-show-modal-dialog-crash.html: |
| Update existing test now that showModalDialog()'s first parameter is |
| mandatory. |
| |
| 2016-01-26 Eric Carlson <eric.carlson@apple.com> |
| |
| LayoutTest media/airplay-target-availability.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=153100 |
| <rdar://problem/24346796> |
| |
| Reviewed by Daniel Bates. |
| |
| * media/airplay-target-availability-expected.txt: |
| * media/airplay-target-availability.html: |
| |
| 2016-01-26 Daniel Bates <dabates@apple.com> |
| |
| LayoutTest http/tests/security/xssAuditor/embed-tag-in-path-unterminated.html crashing |
| https://bugs.webkit.org/show_bug.cgi?id=153250 |
| <rdar://problem/12172843> |
| And |
| <rdar://problem/24248040> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| The test case http/tests/xmlhttprequest/basic-auth-load-URL-with-consecutive-slashes.html was derived |
| from a test case written by Yongjun Zhang in <https://bugs.webkit.org/attachment.cgi?id=65189> (bug #44461). |
| |
| * http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt: Added. |
| * http/tests/loading/basic-auth-load-URL-with-consecutive-slashes.html: Added. |
| * http/tests/xmlhttprequest/basic-auth-load-URL-with-consecutive-slashes-expected.txt: Added. |
| * http/tests/xmlhttprequest/basic-auth-load-URL-with-consecutive-slashes.html: Added. |
| * platform/wk2/http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt: Added. |
| |
| 2016-01-26 Daniel Bates <dabates@apple.com> |
| |
| Remove XMLHttpRequestException |
| https://bugs.webkit.org/show_bug.cgi?id=102698 |
| <rdar://problem/24338476> |
| |
| Reviewed by Chris Dumez. |
| |
| Update test result now that we throw DOMException.{ABORT, NETWORK, TIMEOUT}Error instead of XMLHttpRequestException.{ABORT, NETWORK, TIMEOUT}_ERR. |
| |
| * fast/dom/Window/resources/window-properties.js: |
| * fast/dom/Window/window-lookup-precedence-expected.txt: |
| * fast/files/apply-blob-url-to-xhr-expected.txt: |
| * fast/files/workers/worker-apply-blob-url-to-xhr-expected.txt: |
| * http/tests/appcache/non-html.xhtml: |
| * http/tests/appcache/simple.html: |
| * http/tests/contentextensions/sync-xhr-blocked-expected.txt: |
| * http/tests/local/fileapi/send-sliced-dragged-file-expected.txt: |
| * http/tests/workers/worker-importScripts-expected.txt: |
| * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: |
| * http/tests/xmlhttprequest/XMLHttpRequestException.html: |
| * http/tests/xmlhttprequest/access-control-and-redirects-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt: |
| * http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt: |
| * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt: |
| * http/tests/xmlhttprequest/connection-error-sync-expected.txt: |
| * http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt: |
| * http/tests/xmlhttprequest/origin-exact-matching-expected.txt: |
| * http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt: |
| * http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt: |
| * http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt: |
| * http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt: |
| * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt: |
| * http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/TestExpectations: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2016-01-26 Mario Sanchez Prada <mario@endlessm.com> |
| |
| [GTK] WebProcess crashes when quickly attempting many DnD operations |
| https://bugs.webkit.org/show_bug.cgi?id=138468 |
| |
| Reviewed by Michael Catanzaro. |
| |
| New test added to check that the web process does not crash when multiple |
| DnD operations are quickly attempted over the same draggable element. |
| |
| * fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash-expected.txt: Added. |
| * fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html: Added. |
| |
| Added the new test to the failure expectations for mac-wk2, as there's no |
| suitable implementation of eventSender in place yet (see bug 42194). |
| |
| * platform/mac-wk2/TestExpectations: Added failure expectation for the new test. |
| |
| 2016-01-25 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| imported/w3c/web-platform-tests/streams-api/readable-streams/garbage-collection.html asserts frequently |
| https://bugs.webkit.org/show_bug.cgi?id=152436 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac/TestExpectations: Marked imported/w3c/web-platform-tests/streams-api/readable-streams/garbage-collection.html as crash/pass. |
| |
| 2016-01-25 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| [ES6] Arrow function syntax. Arrow function specific features. Lexical bind "arguments" |
| https://bugs.webkit.org/show_bug.cgi?id=145132 |
| |
| Reviewed by Saam Barati. |
| |
| * js/arrowfunction-lexical-bind-arguments-non-strict-expected.txt: Added. |
| * js/arrowfunction-lexical-bind-arguments-non-strict.html: Added. |
| * js/arrowfunction-lexical-bind-arguments-strict-expected.txt: Added. |
| * js/arrowfunction-lexical-bind-arguments-strict.html: Added. |
| * js/script-tests/arrowfunction-lexical-bind-arguments-non-strict.js: Added. |
| * js/script-tests/arrowfunction-lexical-bind-arguments-strict.js: Added. |
| |
| 2016-01-25 Simon Fraser <simon.fraser@apple.com> |
| |
| Give the layout test results file a <title> showing the date and time the tests were run |
| https://bugs.webkit.org/show_bug.cgi?id=153187 |
| |
| Reviewed by Darin Adler. |
| |
| Generate a <title> element from the 'date' property in the JSON. |
| |
| * fast/harness/results.html: |
| |
| 2016-01-25 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| |
| [GTK] Unreviewed GTK gardening. |
| |
| Skip all inspector/sampling-profiler tests meanwhile the feature is not enabled on the GTK+ port. |
| Report and mark a new regression on test inspector/dom-debugger/node-removed.html timing out. |
| Rebaseline a bunch of tests after r194847. |
| |
| * platform/gtk/TestExpectations: |
| * platform/gtk/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Rebaseline after r194847. |
| * platform/gtk/fast/forms/auto-fill-button/input-auto-fill-button-expected.png: Added. Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug1188-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug18359-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug29326-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug29326-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug33855-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug33855-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug4382-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug96334-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/core/margins-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/core/margins-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/dom/tableDom-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla/dom/tableDom-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Rebaseline after r194847. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Rebaseline after r194847. |
| * platform/gtk/transforms/2d/zoom-menulist-expected.png: Rebaseline after r194847. |
| * platform/gtk/transforms/2d/zoom-menulist-expected.txt: Rebaseline after r194847. |
| |
| 2016-01-25 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking imported/w3c/indexeddb/keyorder-private.html as flaky on mac-wk1 |
| https://bugs.webkit.org/show_bug.cgi?id=153438 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-25 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm as flaky |
| on ios-simulator, removing flaky expectation that was incorrectly added for a different WPT LayoutTest. |
| https://bugs.webkit.org/show_bug.cgi?id=153371 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-25 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking inspector/heap/garbageCollected.html as flaky on mac-wk1 debug |
| https://bugs.webkit.org/show_bug.cgi?id=153039 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-25 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking http/tests/loading/preload-no-store-frame-src.html as failing on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152446 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-25 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Implement getIndexRecord in the SQLite backing store. |
| https://bugs.webkit.org/show_bug.cgi?id=153425 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-25 Eric Carlson <eric.carlson@apple.com> |
| |
| Media "ended" event incorrectly fires when currentTime is set |
| https://bugs.webkit.org/show_bug.cgi?id=150348 |
| <rdar://problem/24247974> |
| |
| Reviewed by Jer Noble. |
| |
| * media/media-ended-fired-once-expected.txt: Added. |
| * media/media-ended-fired-once.html: Added. |
| |
| 2016-01-22 Ryosuke Niwa <rniwa@webkit.org> |
| |
| document.createElement should be able to create a custom element |
| https://bugs.webkit.org/show_bug.cgi?id=153173 |
| |
| Reviewed by Darin Adler. |
| |
| Add a test for creating a custom elemnet via document.createElement. |
| The behavior is to be documented later. |
| |
| * fast/custom-elements/Document-createElement-expected.txt: Added. |
| * fast/custom-elements/Document-createElement.html: Added. |
| |
| 2016-01-25 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| [Fetch API] Implement Fetch API Headers |
| https://bugs.webkit.org/show_bug.cgi?id=152384 |
| |
| Reviewed by Darin Adler. |
| |
| * js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| * js/dom/global-constructors-attributes-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2016-01-22 Sergio Villar Senin <svillar@igalia.com> |
| |
| [css-grid] grid shorthand must reset gap properties to their initial values |
| https://bugs.webkit.org/show_bug.cgi?id=153354 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/css-grid-layout/grid-shorthand-get-set-expected.txt: |
| * fast/css-grid-layout/grid-shorthand-get-set.html: |
| |
| 2016-01-24 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Implement deleteIndex and getCount for the SQLite backing store. |
| https://bugs.webkit.org/show_bug.cgi?id=153415 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-24 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, update test after r195497 |
| |
| This test did not make much sense as it was, after the behavior change |
| in r195497. |
| |
| * fast/dom/Document/document-charset-expected.txt: |
| * fast/dom/Document/document-charset.html: |
| |
| 2016-01-24 Chris Dumez <cdumez@apple.com> |
| |
| An XMLDocument interface should be exposed on the global Window object |
| https://bugs.webkit.org/show_bug.cgi?id=153378 |
| <rdar://problem/24315465> |
| |
| Reviewed by Darin Adler. |
| |
| Rebaseline some layout tests now that XMLDocument is exposed. |
| |
| * fast/dom/DOMImplementation/createDocument-namespace-err-expected.txt: |
| * fast/dom/DOMImplementation/script-tests/createDocument-namespace-err.js: |
| * fast/dom/Document/clone-node-expected.txt: |
| * fast/dom/Document/clone-node.html: |
| * fast/dom/Document/xml-document-focus-expected.txt: |
| * fast/dom/Document/xml-document-focus.xml: |
| * fast/dom/dom-parse-serialize-display-expected.txt: |
| * fast/dom/dom-parse-serialize-expected.txt: |
| * fast/dom/wrapper-classes-expected.txt: |
| * fast/dom/wrapper-classes.html: |
| * fast/dom/xmlserializer-serialize-to-string-exception-expected.txt: |
| * fast/xmlhttprequest/xmlhttprequest-bad-mimetype-expected.txt: |
| * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: |
| * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt: |
| |
| 2016-01-24 Simon Fraser <simon.fraser@apple.com> |
| |
| New WK1 baselines. |
| |
| * platform/mac-wk1/displaylists/extent-includes-shadow-expected.txt: |
| * platform/mac-wk1/displaylists/extent-includes-transforms-expected.txt: |
| |
| 2016-01-24 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Support IDBObjectStore.createIndex in the SQLite backing store. |
| https://bugs.webkit.org/show_bug.cgi?id=153410 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-24 Simon Fraser <simon.fraser@apple.com> |
| |
| Make the dumped display list representation a bit more compact |
| https://bugs.webkit.org/show_bug.cgi?id=153409 |
| |
| Reviewed by Zalan Bujtas. |
| |
| Updated results. |
| |
| * displaylists/extent-includes-shadow-expected.txt: |
| * displaylists/extent-includes-transforms-expected.txt: |
| * displaylists/layer-dispay-list-expected.txt: |
| * displaylists/replay-skip-clipped-rect-expected.txt: |
| |
| 2016-01-24 Simon Fraser <simon.fraser@apple.com> |
| |
| Add testing for display list replay, and skip clipped-out items on replay |
| https://bugs.webkit.org/show_bug.cgi?id=153408 |
| |
| Reviewed by Zalan Bujtas. |
| |
| Test that a clipped-out rectangle is not painted. |
| |
| In order to get the rect into the display list, we need to make the target |
| compositing layer be tiled, and to be clipped by an ancestor so that only the |
| second tile renders. (This complexity is required because in simpler scenarios, |
| the rect is clipped out at recording time.) |
| |
| * displaylists/replay-skip-clipped-rect-expected.txt: Added. |
| * displaylists/replay-skip-clipped-rect.html: Added. |
| * displaylists/resources/dump-target-replay-list.js: Added. |
| (doTest): |
| |
| 2016-01-23 Simon Fraser <simon.fraser@apple.com> |
| |
| Layout Test displaylists/extent-includes-transforms.html is flaky on mac-wk1 |
| https://bugs.webkit.org/show_bug.cgi?id=153308 |
| |
| Reviewed by Dan Bernstein. |
| |
| Rather than assuming that a zero-delay timer will fire after the next layer flush, |
| force a flush with testRunner.display(), which fixes flakiness. |
| |
| * displaylists/resources/dump-target-display-list.js: |
| (doTest): |
| |
| 2016-01-23 Wonchul Lee <wonchul.lee@collabora.co.uk> |
| |
| [GTK] Fix media controls displaying without controls attribute |
| https://bugs.webkit.org/show_bug.cgi?id=152500 |
| |
| Media controls is not displayed without controls attribute by default |
| when the video element has text track. It'll be displayed on fullscreen |
| regardless of controls attribute. |
| |
| Reviewed by Michael Catanzaro. |
| |
| * media/video-controls-no-display-with-text-track-expected.txt: Added. |
| * media/video-controls-no-display-with-text-track.html: Added. |
| |
| 2016-01-23 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Implement clearing object stores and opening cursors in the SQLite backend. |
| https://bugs.webkit.org/show_bug.cgi?id=153396 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-22 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r195493. |
| https://bugs.webkit.org/show_bug.cgi?id=153397 |
| |
| Broke authenticaiton tests (leaks credentials) (Requested by |
| ap on #webkit). |
| |
| Reverted changeset: |
| |
| "LayoutTest http/tests/security/xssAuditor/embed-tag-in-path- |
| unterminated.html crashing" |
| https://bugs.webkit.org/show_bug.cgi?id=153250 |
| http://trac.webkit.org/changeset/195493 |
| |
| 2016-01-20 Ryosuke Niwa <rniwa@webkit.org> |
| |
| HTMLElement::nodeName should not upper case non-ASCII characters |
| https://bugs.webkit.org/show_bug.cgi?id=153231 |
| |
| Reviewed by Darin Adler. |
| |
| Added a regression test since the rebaselined W3C test case is very simple and doesn't all permutations. |
| |
| * fast/dom/Element/tagName-must-be-ASCII-uppercase-in-HTML-document-expected.txt: Added. |
| * fast/dom/Element/tagName-must-be-ASCII-uppercase-in-HTML-document.html: Added. |
| |
| 2016-01-22 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Disable simultaneous transactions in the SQLite backend for now. |
| https://bugs.webkit.org/show_bug.cgi?id=153381 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-22 Chris Dumez <cdumez@apple.com> |
| |
| document.charset should be an alias for document.characterSet |
| https://bugs.webkit.org/show_bug.cgi?id=153367 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Drop outdated tests. |
| |
| * fast/dom/Document/document-charset-expected.txt: |
| * fast/dom/document-attribute-js-null-expected.txt: |
| * fast/dom/document-attribute-js-null.html: |
| * fast/encoding/css-charset-default-expected.txt: |
| * fast/encoding/css-charset-default.xhtml: |
| * fast/encoding/external-script-charset.js: Removed. |
| * fast/encoding/external-script-charset.xhtml: Removed. |
| |
| 2016-01-22 Chris Dumez <cdumez@apple.com> |
| |
| Document.open / Document.write should be prevented while the document is being unloaded |
| https://bugs.webkit.org/show_bug.cgi?id=153255 |
| <rdar://problem/22741293> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Add layout tests that cover calling Document.open / Document.write from |
| unload and pagehide handlers. |
| |
| * fast/frames/page-hide-document-open-expected.txt: Added. |
| * fast/frames/page-hide-document-open.html: Added. |
| * fast/frames/page-unload-document-open-expected.txt: Added. |
| * fast/frames/page-unload-document-open.html: Added. |
| * fast/frames/resources/finish-test.html: Added. |
| * fast/frames/resources/page-hide-document-open-frame.html: Added. |
| * fast/frames/resources/page-hide-document-open-win.html: Added. |
| * fast/frames/resources/page-unload-document-open-frame.html: Added. |
| * fast/frames/resources/page-unload-document-open-win.html: Added. |
| |
| 2016-01-22 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Implement put, get, and delete records for the SQLite backend. |
| https://bugs.webkit.org/show_bug.cgi?id=153375 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-22 Daniel Bates <dabates@apple.com> |
| |
| LayoutTest http/tests/security/xssAuditor/embed-tag-in-path-unterminated.html crashing |
| https://bugs.webkit.org/show_bug.cgi?id=153250 |
| <rdar://problem/12172843> |
| And |
| <rdar://problem/24248040> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| The test case http/tests/xmlhttprequest/basic-auth-load-URL-with-consecutive-slashes.html was derived |
| from a test case written by Yongjun Zhang in <https://bugs.webkit.org/attachment.cgi?id=65189> (bug #44461). |
| |
| * http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt: Added. |
| * http/tests/loading/basic-auth-load-URL-with-consecutive-slashes.html: Added. |
| * http/tests/xmlhttprequest/basic-auth-load-URL-with-consecutive-slashes-expected.txt: Added. |
| * http/tests/xmlhttprequest/basic-auth-load-URL-with-consecutive-slashes.html: Added. |
| * platform/wk2/http/tests/loading/basic-auth-load-URL-with-consecutive-slashes-expected.txt: Added. |
| |
| 2016-01-22 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining http/tests/security/originHeader/origin-header-for-https.html after r195477 |
| |
| Unreviewed test gardening. |
| |
| * http/tests/security/originHeader/origin-header-for-https-expected.txt: |
| |
| 2016-01-22 Chris Dumez <cdumez@apple.com> |
| |
| Document.URL / Document.documentURI should return "about:blank" instead of empty string / null |
| https://bugs.webkit.org/show_bug.cgi?id=153363 |
| <rdar://problem/22549736> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Drop outdated tests. |
| |
| * dom/xhtml/level3/core/documentgetdocumenturi02-expected.txt: Removed. |
| * dom/xhtml/level3/core/documentgetdocumenturi02.js: Removed. |
| * dom/xhtml/level3/core/documentgetdocumenturi02.xhtml: Removed. |
| * dom/xhtml/level3/core/documentgetdocumenturi03-expected.txt: Removed. |
| * dom/xhtml/level3/core/documentgetdocumenturi03.js: Removed. |
| * dom/xhtml/level3/core/documentgetdocumenturi03.xhtml: Removed. |
| * dom/xhtml/level3/core/documentsetdocumenturi03-expected.txt: Removed. |
| * dom/xhtml/level3/core/documentsetdocumenturi03.js: Removed. |
| * dom/xhtml/level3/core/documentsetdocumenturi03.xhtml: Removed. |
| * fast/dom/document-attribute-js-null-expected.txt: |
| * fast/dom/document-attribute-js-null.html: |
| |
| 2016-01-22 Tim Horton <timothy_horton@apple.com> |
| |
| Add a test for iOS arrow-key repeat |
| https://bugs.webkit.org/show_bug.cgi?id=152857 |
| <rdar://problem/24017380> |
| |
| Reviewed by Darin Adler. |
| |
| * fast/events/ios/keyboard-scrolling-repeat-expected.txt: Added. |
| * fast/events/ios/keyboard-scrolling-repeat.html: Added. |
| Add the aforementioned test. It waits for the held-down arrow key to scroll twice, then sends the up. |
| |
| 2016-01-21 Sam Weinig <sam@webkit.org> |
| |
| Treat non-https actions on secure pages as mixed content |
| <rdar://problem/23144492> |
| https://bugs.webkit.org/show_bug.cgi?id=153322 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/security/mixedContent/insecure-form-in-iframe-expected.txt: Added. |
| * http/tests/security/mixedContent/insecure-form-in-iframe.html: Added. |
| * http/tests/security/mixedContent/insecure-form-in-main-frame-expected.txt: Added. |
| * http/tests/security/mixedContent/insecure-form-in-main-frame.html: Added. |
| * http/tests/security/mixedContent/javascript-url-form-in-main-frame-expected.txt: Added. |
| * http/tests/security/mixedContent/javascript-url-form-in-main-frame.html: Added. |
| * http/tests/security/mixedContent/resources/frame-with-insecure-form.html: Added. |
| * http/tests/security/mixedContent/resources/frame-with-javascript-url-form.html: Added. |
| |
| 2016-01-22 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm as flaky on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153371 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-22 Nan Wang <n_wang@apple.com> |
| |
| AX: Crash in setTextMarkerDataWithCharacterOffset |
| https://bugs.webkit.org/show_bug.cgi?id=153365 |
| <rdar://problem/24287924> |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/text-marker/text-marker-range-with-removed-node-crash-expected.txt: Added. |
| * accessibility/text-marker/text-marker-range-with-removed-node-crash.html: Added. |
| |
| 2016-01-22 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Add transactions and create/delete object store to SQLite backend |
| https://bugs.webkit.org/show_bug.cgi?id=153359 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-22 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: <code> group and friends should have a custom subrole |
| https://bugs.webkit.org/show_bug.cgi?id=153282 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * accessibility/duplicate-child-nodes-expected.txt: |
| * accessibility/mac/subroles-for-formatted-groups-expected.txt: Added. |
| * accessibility/mac/subroles-for-formatted-groups.html: Added. |
| * accessibility/roles-computedRoleString-expected.txt: |
| * accessibility/roles-computedRoleString.html: |
| |
| 2016-01-22 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| [ES6] Arrow function. Default arguments in arrow functions |
| https://bugs.webkit.org/show_bug.cgi?id=152537 |
| |
| Reviewed by Saam Barati. |
| |
| Default arguments in arrow function parameters have been already |
| implemented by patch from issue https://bugs.webkit.org/show_bug.cgi?id=146934. |
| Current patch adds only tests for this feature |
| |
| * js/arrowfunction-syntax-expected.txt: |
| * js/script-tests/arrowfunction-syntax.js: |
| |
| 2016-01-22 Keith Miller <keith_miller@apple.com> |
| |
| [ES6] Add Symbol.species properties to the relevant constructors |
| https://bugs.webkit.org/show_bug.cgi?id=153339 |
| |
| Reviewed by Michael Saboff. |
| |
| Add species to the list of property names on the Symbol object. |
| |
| * js/Object-getOwnPropertyNames-expected.txt: |
| * js/script-tests/Object-getOwnPropertyNames.js: |
| |
| 2016-01-22 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: ARIA combo boxes are not returning the right value for selected text range |
| https://bugs.webkit.org/show_bug.cgi?id=153260 |
| |
| Reviewed by Darin Adler. |
| |
| * accessibility/selected-text-range-aria-elements-expected.txt: Added. |
| * accessibility/selected-text-range-aria-elements.html: Added. |
| |
| 2016-01-21 Dave Hyatt <hyatt@apple.com> |
| |
| Elements with overflow and border-radius don't show in multicolumn properly. |
| https://bugs.webkit.org/show_bug.cgi?id=152920 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/multicol/border-radius-overflow-columns-expected.html: Added. |
| * fast/multicol/border-radius-overflow-columns.html: Added. |
| |
| 2016-01-22 ChangSeok Oh <changseok.oh@collabora.com> |
| |
| [GTK] Remove a focus ring on anchor node when focused by mouse. |
| https://bugs.webkit.org/show_bug.cgi?id=136121 |
| |
| Reviewed by Michael Catanzaro. |
| |
| Removed gtk and efl specific results for the test. |
| |
| * platform/efl/fast/events/click-focus-anchor-expected.txt: Removed. |
| * platform/gtk/fast/events/click-focus-anchor-expected.txt: Removed. |
| |
| 2016-01-21 Simon Fraser <simon.fraser@apple.com> |
| |
| REGRESSION (r168244): Content in horizontal-bt page is offset such that only the end is viewable and there is a white gap at the top |
| https://bugs.webkit.org/show_bug.cgi?id=136019 |
| |
| Reviewed by Dan Bernstein. |
| |
| Test that scrolls a horizontal-bt document. |
| |
| * fast/scrolling/programmatic-horizontal-bt-document-scroll-expected.html: Added. |
| * fast/scrolling/programmatic-horizontal-bt-document-scroll.html: Added. |
| |
| 2016-01-21 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Support populating/extracting database metadata with SQLite backend. |
| https://bugs.webkit.org/show_bug.cgi?id=153318 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: Skip all of the tests that run against the |
| SQLite backend and currently fail (which is most of them!) |
| |
| 2016-01-21 Nikita Vasilyev <nvasilyev@apple.com> |
| |
| REGRESSION (r195305): Web Inspector: WebInspector.Object can dispatch constructor-level events multiple times |
| https://bugs.webkit.org/show_bug.cgi?id=153269 |
| <rdar://problem/24253106> |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/unit-tests/object-expected.txt: Added. |
| * inspector/unit-tests/object.html: Added. |
| |
| 2016-01-21 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| [ES6] Catch parameter should accept BindingPattern |
| https://bugs.webkit.org/show_bug.cgi?id=152385 |
| |
| Reviewed by Saam Barati. |
| |
| * js/dom/reserved-words-as-property-expected.txt: |
| * js/let-syntax-expected.txt: |
| * js/mozilla/strict/12.14.1-expected.txt: |
| * js/mozilla/strict/script-tests/12.14.1.js: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T10-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T13-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T5-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T7-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T8-expected.txt: |
| |
| 2016-01-21 Andy VanWagoner <andy@instructure.com> |
| |
| [INTL] Implement Array.prototype.toLocaleString in ECMA-402 |
| https://bugs.webkit.org/show_bug.cgi?id=147614 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * js/array-toLocaleString-expected.txt: Added. |
| * js/array-toLocaleString.html: Added. |
| * js/script-tests/array-toLocaleString.js: Added. |
| |
| 2016-01-21 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline fast/block/float/overhanging-tall-block.html for ios-simulator-wk2 |
| https://bugs.webkit.org/show_bug.cgi?id=152440 |
| |
| Reviewed by Zalan Bujtas. |
| |
| * platform/ios-simulator-wk2/fast/block/float/overhanging-tall-block-expected.txt: |
| |
| 2016-01-21 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Make -private copies of each w3c IDB test. |
| https://bugs.webkit.org/show_bug.cgi?id=153319 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/wk2/TestExpectations: |
| |
| 2016-01-21 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Remove a ios-simulator-wk2 specific expectation file since the results are identical on wk1 and wk2 |
| https://bugs.webkit.org/show_bug.cgi?id=152139 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt: Removed. |
| |
| 2016-01-21 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| A crash reproducible in Path::isEmpty() under RenderSVGShape::paint() |
| https://bugs.webkit.org/show_bug.cgi?id=149613 |
| |
| Reviewed by Darin Adler. |
| |
| When running the layout of an SVG root and it has resources which are |
| referenced by clients in other SVG roots, make sure we run the layout |
| for these resources before running the layout for their clients. |
| |
| * svg/custom/filter-update-different-root-expected.html: Added. |
| * svg/custom/filter-update-different-root.html: Added. |
| Without this patch this test crashes because we paint a dirty RenderSVGShape. |
| |
| * svg/custom/pattern-update-different-root-expected.html: Added. |
| * svg/custom/pattern-update-different-root.html: Added. |
| Without this patch this test works fine but it is good to have it to catch |
| cases where the SVG root needs to run re-layout for its children resources |
| and hence their clients if its size has changed. |
| |
| * svg/custom/unicode-in-tspan-multi-svg-crash-expected.txt: |
| * svg/custom/unicode-in-tspan-multi-svg-crash.html: |
| This test was ported from Blink in http://trac.webkit.org/changeset/166420. |
| The expectation of this test was changed in Blink: |
| https://src.chromium.org/viewvc/blink?revision=158480&view=revision. |
| |
| |
| 2016-01-21 Nan Wang <n_wang@apple.com> |
| |
| AX: [IOS] Implement next/previous text marker functions using TextIterator |
| https://bugs.webkit.org/show_bug.cgi?id=153292 |
| <rdar://problem/24268243> |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/mac/previous-next-text-marker-expected.txt: Removed. |
| * accessibility/mac/previous-next-text-marker.html: Removed. |
| * accessibility/mac/text-marker-with-user-select-none-expected.txt: Removed. |
| * accessibility/mac/text-marker-with-user-select-none.html: Removed. |
| * accessibility/text-marker: Added. |
| * accessibility/text-marker/text-marker-previous-next-expected.txt: Added. |
| * accessibility/text-marker/text-marker-previous-next.html: Added. |
| * accessibility/text-marker/text-marker-with-user-select-none-expected.txt: Added. |
| * accessibility/text-marker/text-marker-with-user-select-none.html: Added. |
| * platform/efl/TestExpectations: |
| * platform/gtk/TestExpectations: |
| * platform/ios-simulator/TestExpectations: |
| * platform/win/TestExpectations: |
| |
| 2016-01-20 Zalan Bujtas <zalan@apple.com> |
| |
| http://victordarras.fr/cssgame/ doesn't work in Safari. |
| https://bugs.webkit.org/show_bug.cgi?id=153285 |
| <rdar://problem/24212369> |
| |
| Reviewed by Tim Horton. |
| |
| This patch adds support for hittesting ClipPathOperation::Reference. |
| |
| * svg/clip-path/hittest-clip-path-reference-miss-expected.html: Added. |
| * svg/clip-path/hittest-clip-path-reference-miss.html: Added. |
| |
| 2016-01-20 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Add -private.html variants of every storage/indexeddb test that doesn't already have them. |
| https://bugs.webkit.org/show_bug.cgi?id=153272 |
| |
| Reviewed by Alex Christensen. |
| |
| This includes some cleanups to the shared js files to make each test more resilient to being run twice. |
| |
| * TestExpectations: |
| * platform/mac-wk1/TestExpectations: |
| * platform/wk2/TestExpectations: |
| |
| * storage/indexeddb/clone-exception-private-expected.txt: Added. |
| * storage/indexeddb/clone-exception-private.html: Added. |
| * storage/indexeddb/closed-cursor-private-expected.txt: Added. |
| * storage/indexeddb/closed-cursor-private.html: Added. |
| * storage/indexeddb/connection-leak-private-expected.txt: Added. |
| * storage/indexeddb/connection-leak-private.html: Added. |
| * storage/indexeddb/cursor-cast-private-expected.txt: Added. |
| * storage/indexeddb/cursor-cast-private.html: Added. |
| * storage/indexeddb/cursor-leak-private-expected.txt: Added. |
| * storage/indexeddb/cursor-leak-private.html: Added. |
| * storage/indexeddb/cursor-overloads-private-expected.txt: Added. |
| * storage/indexeddb/cursor-overloads-private.html: Added. |
| * storage/indexeddb/cursor-request-cycle-private-expected.txt: Added. |
| * storage/indexeddb/cursor-request-cycle-private.html: Added. |
| * storage/indexeddb/deleteIndex-bug110792-private-expected.txt: Added. |
| * storage/indexeddb/deleteIndex-bug110792-private.html: Added. |
| * storage/indexeddb/deletedatabase-delayed-by-versionchange-private-expected.txt: Removed. |
| * storage/indexeddb/deletedatabase-transaction-private-expected.txt: Added. |
| * storage/indexeddb/deletedatabase-transaction-private.html: Added. |
| * storage/indexeddb/dont-commit-on-blocked-private-expected.txt: Added. |
| * storage/indexeddb/dont-commit-on-blocked-private.html: Added. |
| * storage/indexeddb/lazy-index-population-private-expected.txt: Added. |
| * storage/indexeddb/lazy-index-population-private.html: Added. |
| * storage/indexeddb/metadata-race-private-expected.txt: Added. |
| * storage/indexeddb/metadata-race-private.html: Added. |
| * storage/indexeddb/modern/abort-objectstore-info-private-expected.txt: Added. |
| * storage/indexeddb/modern/abort-objectstore-info-private.html: Added. |
| * storage/indexeddb/modern/abort-requests-cancelled-private-expected.txt: Added. |
| * storage/indexeddb/modern/abort-requests-cancelled-private.html: Added. |
| * storage/indexeddb/modern/aborted-put-private-expected.txt: Added. |
| * storage/indexeddb/modern/aborted-put-private.html: Added. |
| * storage/indexeddb/modern/autoincrement-abort-private-expected.txt: Added. |
| * storage/indexeddb/modern/autoincrement-abort-private.html: Added. |
| * storage/indexeddb/modern/basic-add-private-expected.txt: Added. |
| * storage/indexeddb/modern/basic-add-private.html: Added. |
| * storage/indexeddb/modern/basic-put-private-expected.txt: Added. |
| * storage/indexeddb/modern/basic-put-private.html: Added. |
| * storage/indexeddb/modern/blocked-open-db-requests-private-expected.txt: Added. |
| * storage/indexeddb/modern/blocked-open-db-requests-private.html: Added. |
| * storage/indexeddb/modern/create-index-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/create-index-failures-private.html: Added. |
| * storage/indexeddb/modern/createobjectstore-basic-private-expected.txt: Added. |
| * storage/indexeddb/modern/createobjectstore-basic-private.html: Added. |
| * storage/indexeddb/modern/createobjectstore-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/createobjectstore-failures-private.html: Added. |
| * storage/indexeddb/modern/cursor-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/cursor-1-private.html: Added. |
| * storage/indexeddb/modern/cursor-2-private-expected.txt: Added. |
| * storage/indexeddb/modern/cursor-2-private.html: Added. |
| * storage/indexeddb/modern/cursor-3-private-expected.txt: Added. |
| * storage/indexeddb/modern/cursor-3-private.html: Added. |
| * storage/indexeddb/modern/cursor-4-private-expected.txt: Added. |
| * storage/indexeddb/modern/cursor-4-private.html: Added. |
| * storage/indexeddb/modern/cursor-5-private-expected.txt: Added. |
| * storage/indexeddb/modern/cursor-5-private.html: Added. |
| * storage/indexeddb/modern/cursor-6-private-expected.txt: Added. |
| * storage/indexeddb/modern/cursor-6-private.html: Added. |
| * storage/indexeddb/modern/cursor-7-private-expected.txt: Added. |
| * storage/indexeddb/modern/cursor-7-private.html: Added. |
| * storage/indexeddb/modern/cursor-8-private-expected.txt: Added. |
| * storage/indexeddb/modern/cursor-8-private.html: Added. |
| * storage/indexeddb/modern/date-basic-private-expected.txt: Added. |
| * storage/indexeddb/modern/date-basic-private.html: Added. |
| * storage/indexeddb/modern/deletedatabase-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/deletedatabase-1-private.html: Added. |
| * storage/indexeddb/modern/deletedatabase-2-private-expected.txt: Added. |
| * storage/indexeddb/modern/deletedatabase-2-private.html: Added. |
| * storage/indexeddb/modern/deletedatabase-null-name-exception-private-expected.txt: Added. |
| * storage/indexeddb/modern/deletedatabase-null-name-exception-private.html: Added. |
| * storage/indexeddb/modern/deletedatabase-request-event-private-expected.txt: Added. |
| * storage/indexeddb/modern/deletedatabase-request-event-private.html: Added. |
| * storage/indexeddb/modern/deletedatabase-request-private-expected.txt: Added. |
| * storage/indexeddb/modern/deletedatabase-request-private.html: Added. |
| * storage/indexeddb/modern/deleteindex-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/deleteindex-1-private.html: Added. |
| * storage/indexeddb/modern/deleteindex-2-private-expected.txt: Added. |
| * storage/indexeddb/modern/deleteindex-2-private.html: Added. |
| * storage/indexeddb/modern/deleteobjectstore-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/deleteobjectstore-1-private.html: Added. |
| * storage/indexeddb/modern/double-abort-private-expected.txt: Added. |
| * storage/indexeddb/modern/double-abort-private.html: Added. |
| * storage/indexeddb/modern/double-open-private-expected.txt: Added. |
| * storage/indexeddb/modern/double-open-private.html: Added. |
| * storage/indexeddb/modern/get-index-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/get-index-failures-private.html: Added. |
| * storage/indexeddb/modern/get-keyrange-private-expected.txt: Added. |
| * storage/indexeddb/modern/get-keyrange-private.html: Added. |
| * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-private.html: Added. |
| * storage/indexeddb/modern/idbdatabase-transaction-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbdatabase-transaction-failures-private.html: Added. |
| * storage/indexeddb/modern/idbindex-properties-basic-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbindex-properties-basic-private.html: Added. |
| * storage/indexeddb/modern/idbobjectstore-clear-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbobjectstore-clear-1-private.html: Added. |
| * storage/indexeddb/modern/idbobjectstore-clear-2-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbobjectstore-clear-2-private.html: Added. |
| * storage/indexeddb/modern/idbobjectstore-count-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbobjectstore-count-1-private.html: Added. |
| * storage/indexeddb/modern/idbobjectstore-count-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbobjectstore-count-failures-private.html: Added. |
| * storage/indexeddb/modern/idbobjectstore-delete-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbobjectstore-delete-1-private.html: Added. |
| * storage/indexeddb/modern/idbobjectstore-delete-2-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbobjectstore-delete-2-private.html: Added. |
| * storage/indexeddb/modern/idbobjectstore-delete-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbobjectstore-delete-failures-private.html: Added. |
| * storage/indexeddb/modern/idbobjectstore-get-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbobjectstore-get-failures-private.html: Added. |
| * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures-private.html: Added. |
| * storage/indexeddb/modern/idbtransaction-objectstore-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/idbtransaction-objectstore-failures-private.html: Added. |
| * storage/indexeddb/modern/index-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-1-private.html: Added. |
| * storage/indexeddb/modern/index-2-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-2-private.html: Added. |
| * storage/indexeddb/modern/index-3-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-3-private.html: Added. |
| * storage/indexeddb/modern/index-4-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-4-private.html: Added. |
| * storage/indexeddb/modern/index-5-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-5-private.html: Added. |
| * storage/indexeddb/modern/index-cursor-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-cursor-1-private.html: Added. |
| * storage/indexeddb/modern/index-cursor-2-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-cursor-2-private.html: Added. |
| * storage/indexeddb/modern/index-cursor-3-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-cursor-3-private.html: Added. |
| * storage/indexeddb/modern/index-get-count-basic-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-get-count-basic-private.html: Added. |
| * storage/indexeddb/modern/index-get-count-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/index-get-count-failures-private.html: Added. |
| * storage/indexeddb/modern/keypath-basic-private-expected.txt: Added. |
| * storage/indexeddb/modern/keypath-basic-private.html: Added. |
| * storage/indexeddb/modern/memory-index-not-deleted-with-objectstore-private-expected.txt: Added. |
| * storage/indexeddb/modern/memory-index-not-deleted-with-objectstore-private.html: Added. |
| * storage/indexeddb/modern/objectstore-attributes-private-expected.txt: Added. |
| * storage/indexeddb/modern/objectstore-attributes-private.html: Added. |
| * storage/indexeddb/modern/objectstore-cursor-advance-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/objectstore-cursor-advance-failures-private.html: Added. |
| * storage/indexeddb/modern/objectstore-cursor-continue-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/objectstore-cursor-continue-failures-private.html: Added. |
| * storage/indexeddb/modern/opencursor-failures-private-expected.txt: Added. |
| * storage/indexeddb/modern/opencursor-failures-private.html: Added. |
| * storage/indexeddb/modern/opendatabase-request-event-private-expected.txt: Added. |
| * storage/indexeddb/modern/opendatabase-request-event-private.html: Added. |
| * storage/indexeddb/modern/opendatabase-request-private-expected.txt: Added. |
| * storage/indexeddb/modern/opendatabase-request-private.html: Added. |
| * storage/indexeddb/modern/opendatabase-success-after-versionchange-private-expected.txt: Added. |
| * storage/indexeddb/modern/opendatabase-success-after-versionchange-private.html: Added. |
| * storage/indexeddb/modern/opendatabase-versions-private-expected.txt: Added. |
| * storage/indexeddb/modern/opendatabase-versions-private.html: Added. |
| * storage/indexeddb/modern/request-readystate-private-expected.txt: Added. |
| * storage/indexeddb/modern/request-readystate-private.html: Added. |
| * storage/indexeddb/modern/resources/opendatabase-request-event.js: |
| * storage/indexeddb/modern/resources/opendatabase-versions.js: |
| * storage/indexeddb/modern/resources/request-readystate.js: |
| * storage/indexeddb/modern/resources/versionchange-abort-then-reopen.js: |
| * storage/indexeddb/modern/transaction-scheduler-1-private-expected.txt: Added. |
| * storage/indexeddb/modern/transaction-scheduler-1-private.html: Added. |
| * storage/indexeddb/modern/transaction-scheduler-2-private-expected.txt: Added. |
| * storage/indexeddb/modern/transaction-scheduler-2-private.html: Added. |
| * storage/indexeddb/modern/transaction-scheduler-3-private-expected.txt: Added. |
| * storage/indexeddb/modern/transaction-scheduler-3-private.html: Added. |
| * storage/indexeddb/modern/transaction-scheduler-4-private-expected.txt: Added. |
| * storage/indexeddb/modern/transaction-scheduler-4-private.html: Added. |
| * storage/indexeddb/modern/transaction-scheduler-5-private-expected.txt: Added. |
| * storage/indexeddb/modern/transaction-scheduler-5-private.html: Added. |
| * storage/indexeddb/modern/transaction-scheduler-6-private-expected.txt: Added. |
| * storage/indexeddb/modern/transaction-scheduler-6-private.html: Added. |
| * storage/indexeddb/modern/transactions-stop-on-navigation-private-expected.txt: Added. |
| * storage/indexeddb/modern/transactions-stop-on-navigation-private.html: Added. |
| * storage/indexeddb/modern/versionchange-abort-then-reopen-private-expected.txt: Added. |
| * storage/indexeddb/modern/versionchange-abort-then-reopen-private.html: Added. |
| * storage/indexeddb/modern/versionchange-event-private-expected.txt: Added. |
| * storage/indexeddb/modern/versionchange-event-private.html: Added. |
| * storage/indexeddb/mozilla/add-twice-failure-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/add-twice-failure-private.html: Added. |
| * storage/indexeddb/mozilla/autoincrement-indexes-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/autoincrement-indexes-private.html: Added. |
| * storage/indexeddb/mozilla/bad-keypath-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/bad-keypath-private.html: Added. |
| * storage/indexeddb/mozilla/clear-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/clear-private.html: Added. |
| * storage/indexeddb/mozilla/create-index-unique-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/create-index-unique-private.html: Added. |
| * storage/indexeddb/mozilla/create-index-with-integer-keys-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/create-index-with-integer-keys-private.html: Added. |
| * storage/indexeddb/mozilla/create-objectstore-basics-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/create-objectstore-basics-private.html: Added. |
| * storage/indexeddb/mozilla/create-objectstore-null-name-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/create-objectstore-null-name-private.html: Added. |
| * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-private.html: Added. |
| * storage/indexeddb/mozilla/cursor-mutation-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/cursor-mutation-private.html: Added. |
| * storage/indexeddb/mozilla/cursor-update-updates-indexes-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/cursor-update-updates-indexes-private.html: Added. |
| * storage/indexeddb/mozilla/cursors-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/cursors-private.html: Added. |
| * storage/indexeddb/mozilla/delete-result-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/delete-result-private.html: Added. |
| * storage/indexeddb/mozilla/event-source-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/event-source-private.html: Added. |
| * storage/indexeddb/mozilla/global-data-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/global-data-private.html: Added. |
| * storage/indexeddb/mozilla/index-prev-no-duplicate-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/index-prev-no-duplicate-private.html: Added. |
| * storage/indexeddb/mozilla/indexes-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/indexes-private.html: Added. |
| * storage/indexeddb/mozilla/key-requirements-delete-null-key-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/key-requirements-delete-null-key-private.html: Added. |
| * storage/indexeddb/mozilla/key-requirements-inline-and-passed-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/key-requirements-inline-and-passed-private.html: Added. |
| * storage/indexeddb/mozilla/key-requirements-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/key-requirements-private.html: Added. |
| * storage/indexeddb/mozilla/key-requirements-put-no-key-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/key-requirements-put-no-key-private.html: Added. |
| * storage/indexeddb/mozilla/key-requirements-put-null-key-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/key-requirements-put-null-key-private.html: Added. |
| * storage/indexeddb/mozilla/object-cursors-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/object-cursors-private.html: Added. |
| * storage/indexeddb/mozilla/object-identity-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/object-identity-private.html: Added. |
| * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-private.html: Added. |
| * storage/indexeddb/mozilla/object-store-remove-values-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/object-store-remove-values-private.html: Added. |
| * storage/indexeddb/mozilla/objectstorenames-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/objectstorenames-private.html: Added. |
| * storage/indexeddb/mozilla/odd-result-order-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/odd-result-order-private.html: Added. |
| * storage/indexeddb/mozilla/open-database-null-name-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/open-database-null-name-private.html: Added. |
| * storage/indexeddb/mozilla/put-get-values-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/put-get-values-private.html: Added. |
| * storage/indexeddb/mozilla/readonly-transactions-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/readonly-transactions-private.html: Added. |
| * storage/indexeddb/mozilla/readwrite-transactions-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/readwrite-transactions-private.html: Added. |
| * storage/indexeddb/mozilla/readyState-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/readyState-private.html: Added. |
| * storage/indexeddb/mozilla/remove-index-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/remove-index-private.html: Added. |
| * storage/indexeddb/mozilla/remove-objectstore-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/remove-objectstore-private.html: Added. |
| * storage/indexeddb/mozilla/versionchange-abort-private-expected.txt: Added. |
| * storage/indexeddb/mozilla/versionchange-abort-private.html: Added. |
| * storage/indexeddb/noblobs-private-expected.txt: Added. |
| * storage/indexeddb/noblobs-private.html: Added. |
| * storage/indexeddb/object-lookups-in-versionchange-private-expected.txt: Added. |
| * storage/indexeddb/object-lookups-in-versionchange-private.html: Added. |
| * storage/indexeddb/open-bad-versions-private-expected.txt: Added. |
| * storage/indexeddb/open-bad-versions-private.html: Added. |
| * storage/indexeddb/optional-arguments-private-expected.txt: Added. |
| * storage/indexeddb/optional-arguments-private.html: Added. |
| * storage/indexeddb/pending-version-change-stuck-works-with-terminate-private-expected.txt: Added. |
| * storage/indexeddb/pending-version-change-stuck-works-with-terminate-private.html: Added. |
| * storage/indexeddb/prefetch-invalidation-private-expected.txt: Added. |
| * storage/indexeddb/prefetch-invalidation-private.html: Added. |
| * storage/indexeddb/prefetch-race-private-expected.txt: Added. |
| * storage/indexeddb/prefetch-race-private.html: Added. |
| * storage/indexeddb/primary-key-unique-to-objectstore-private-expected.txt: Added. |
| * storage/indexeddb/primary-key-unique-to-objectstore-private.html: Added. |
| * storage/indexeddb/request-leak-private-expected.txt: Added. |
| * storage/indexeddb/request-leak-private.html: Added. |
| * storage/indexeddb/request-result-cache-private-expected.txt: Added. |
| * storage/indexeddb/request-result-cache-private.html: Added. |
| * storage/indexeddb/resources/primary-key-unique-to-objectstore.js: |
| * storage/indexeddb/resources/shared.js: |
| * storage/indexeddb/resources/version-change-event-basic.js: |
| * storage/indexeddb/structured-clone-private-expected.txt: Added. |
| * storage/indexeddb/structured-clone-private.html: Added. |
| * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-private-expected.txt: Added. |
| * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-private.html: Added. |
| * storage/indexeddb/transaction-complete-with-js-recursion-private-expected.txt: Added. |
| * storage/indexeddb/transaction-complete-with-js-recursion-private.html: Added. |
| * storage/indexeddb/transaction-crash-in-tasks-private-expected.txt: Added. |
| * storage/indexeddb/transaction-crash-in-tasks-private.html: Added. |
| * storage/indexeddb/transaction-ordering-private-expected.txt: Added. |
| * storage/indexeddb/transaction-ordering-private.html: Added. |
| * storage/indexeddb/transaction-overlapping-private-expected.txt: Added. |
| * storage/indexeddb/transaction-overlapping-private.html: Added. |
| * storage/indexeddb/transaction-starvation-private-expected.txt: Removed. |
| * storage/indexeddb/version-change-event-basic-private-expected.txt: Added. |
| * storage/indexeddb/version-change-event-basic-private.html: Added. |
| * storage/indexeddb/version-change-event-private-expected.txt: Added. |
| * storage/indexeddb/version-change-event-private.html: Added. |
| |
| 2016-01-20 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Update ios-simulator specific -expected.txt files after most recent WPT revision in r194580 |
| https://bugs.webkit.org/show_bug.cgi?id=152139 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt: |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt: |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt: |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt: |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt: |
| |
| 2016-01-20 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Follow up to r195361. Removing ios-simulator-wk2 fast/viewport/ios directory pass expectation, explicitly re-enabling passing tests |
| https://bugs.webkit.org/show_bug.cgi?id=153110 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-20 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [INTL] Implement Date.prototype.toLocaleTimeString in ECMA-402 |
| https://bugs.webkit.org/show_bug.cgi?id=147613 |
| |
| Reviewed by Darin Adler. |
| |
| Added tests for toLocaleTimeString. |
| |
| * js/date-toLocaleString-expected.txt: |
| * js/script-tests/date-toLocaleString.js: |
| |
| 2016-01-20 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Make storage/indexeddb/modern tests more modern. |
| https://bugs.webkit.org/show_bug.cgi?id=153284 |
| |
| Reviewed by Alex Christensen. |
| |
| * storage/indexeddb/modern/abort-requests-cancelled-expected.txt: |
| * storage/indexeddb/modern/aborted-put-expected.txt: |
| * storage/indexeddb/modern/autoincrement-abort-expected.txt: |
| * storage/indexeddb/modern/basic-add-expected.txt: |
| * storage/indexeddb/modern/basic-put-expected.txt: |
| * storage/indexeddb/modern/create-index-failures-expected.txt: |
| * storage/indexeddb/modern/createobjectstore-basic-expected.txt: |
| * storage/indexeddb/modern/createobjectstore-failures-expected.txt: |
| * storage/indexeddb/modern/cursor-1-expected.txt: |
| * storage/indexeddb/modern/cursor-2-expected.txt: |
| * storage/indexeddb/modern/cursor-3-expected.txt: |
| * storage/indexeddb/modern/cursor-4-expected.txt: |
| * storage/indexeddb/modern/cursor-5-expected.txt: |
| * storage/indexeddb/modern/cursor-6-expected.txt: |
| * storage/indexeddb/modern/cursor-7-expected.txt: |
| * storage/indexeddb/modern/cursor-8-expected.txt: |
| * storage/indexeddb/modern/date-basic-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-1-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-2-expected.txt: |
| * storage/indexeddb/modern/deleteindex-1-expected.txt: |
| * storage/indexeddb/modern/deleteindex-2-expected.txt: |
| * storage/indexeddb/modern/deleteobjectstore-1-expected.txt: |
| * storage/indexeddb/modern/double-abort-expected.txt: |
| * storage/indexeddb/modern/get-index-failures-expected.txt: |
| * storage/indexeddb/modern/get-keyrange-expected.txt: |
| * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt: |
| * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: |
| * storage/indexeddb/modern/idbindex-properties-basic-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-clear-1-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-clear-2-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-count-1-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-count-failures-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-delete-1-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-delete-2-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-delete-failures-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-get-failures-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures-expected.txt: |
| * storage/indexeddb/modern/idbtransaction-objectstore-failures-expected.txt: |
| * storage/indexeddb/modern/index-1-expected.txt: |
| * storage/indexeddb/modern/index-2-expected.txt: |
| * storage/indexeddb/modern/index-3-expected.txt: |
| * storage/indexeddb/modern/index-4-expected.txt: |
| * storage/indexeddb/modern/index-5-expected.txt: |
| * storage/indexeddb/modern/index-cursor-1-expected.txt: |
| * storage/indexeddb/modern/index-cursor-2-expected.txt: |
| * storage/indexeddb/modern/index-cursor-3-expected.txt: |
| * storage/indexeddb/modern/index-get-count-basic-expected.txt: |
| * storage/indexeddb/modern/index-get-count-failures-expected.txt: |
| * storage/indexeddb/modern/keypath-basic-expected.txt: |
| * storage/indexeddb/modern/objectstore-attributes-expected.txt: |
| * storage/indexeddb/modern/objectstore-cursor-advance-failures-expected.txt: |
| * storage/indexeddb/modern/objectstore-cursor-continue-failures-expected.txt: |
| * storage/indexeddb/modern/opencursor-failures-expected.txt: |
| * storage/indexeddb/modern/opendatabase-success-after-versionchange-expected.txt: |
| * storage/indexeddb/modern/opendatabase-versions-expected.txt: |
| * storage/indexeddb/modern/resources/abort-requests-cancelled.js: |
| * storage/indexeddb/modern/resources/aborted-put.js: |
| * storage/indexeddb/modern/resources/autoincrement-abort.js: |
| * storage/indexeddb/modern/resources/basic-add.js: |
| * storage/indexeddb/modern/resources/basic-put.js: |
| * storage/indexeddb/modern/resources/create-index-failures.js: |
| * storage/indexeddb/modern/resources/createobjectstore-basic.js: |
| * storage/indexeddb/modern/resources/createobjectstore-failures.js: |
| * storage/indexeddb/modern/resources/cursor-1.js: |
| * storage/indexeddb/modern/resources/cursor-2.js: |
| * storage/indexeddb/modern/resources/cursor-3.js: |
| * storage/indexeddb/modern/resources/cursor-4.js: |
| * storage/indexeddb/modern/resources/cursor-5.js: |
| * storage/indexeddb/modern/resources/cursor-6.js: |
| * storage/indexeddb/modern/resources/cursor-7.js: |
| * storage/indexeddb/modern/resources/cursor-8.js: |
| * storage/indexeddb/modern/resources/date-basic.js: |
| * storage/indexeddb/modern/resources/deletedatabase-1.js: |
| * storage/indexeddb/modern/resources/deletedatabase-2.js: |
| * storage/indexeddb/modern/resources/deletedatabase-null-name-exception.js: |
| * storage/indexeddb/modern/resources/deletedatabase-request-event.js: |
| * storage/indexeddb/modern/resources/deletedatabase-request.js: |
| * storage/indexeddb/modern/resources/deleteindex-1.js: |
| * storage/indexeddb/modern/resources/deleteindex-2.js: |
| * storage/indexeddb/modern/resources/deleteobjectstore-1.js: |
| * storage/indexeddb/modern/resources/double-abort.js: |
| * storage/indexeddb/modern/resources/double-open.js: |
| * storage/indexeddb/modern/resources/get-index-failures.js: |
| * storage/indexeddb/modern/resources/get-keyrange.js: |
| * storage/indexeddb/modern/resources/idbdatabase-deleteobjectstore-failures.js: |
| * storage/indexeddb/modern/resources/idbdatabase-transaction-failures.js: |
| * storage/indexeddb/modern/resources/idbindex-properties-basic.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-clear-1.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-clear-2.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-count-1.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-count-failures.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-delete-1.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-delete-2.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-delete-failures.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-get-failures.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-put-and-clear-failures.js: |
| * storage/indexeddb/modern/resources/idbtransaction-objectstore-failures.js: |
| * storage/indexeddb/modern/resources/index-1.js: |
| * storage/indexeddb/modern/resources/index-2.js: |
| * storage/indexeddb/modern/resources/index-3.js: |
| * storage/indexeddb/modern/resources/index-4.js: |
| * storage/indexeddb/modern/resources/index-5.js: |
| * storage/indexeddb/modern/resources/index-cursor-1.js: |
| * storage/indexeddb/modern/resources/index-cursor-2.js: |
| * storage/indexeddb/modern/resources/index-cursor-3.js: |
| * storage/indexeddb/modern/resources/index-get-count-basic.js: |
| * storage/indexeddb/modern/resources/index-get-count-failures.js: |
| * storage/indexeddb/modern/resources/keypath-basic.js: |
| * storage/indexeddb/modern/resources/objectstore-attributes.js: |
| * storage/indexeddb/modern/resources/objectstore-cursor-advance-failures.js: |
| * storage/indexeddb/modern/resources/objectstore-cursor-continue-failures.js: |
| * storage/indexeddb/modern/resources/opencursor-failures.js: |
| * storage/indexeddb/modern/resources/opendatabase-request-event.js: |
| * storage/indexeddb/modern/resources/opendatabase-request.js: |
| * storage/indexeddb/modern/resources/opendatabase-success-after-versionchange.js: |
| * storage/indexeddb/modern/resources/opendatabase-versions.js: |
| * storage/indexeddb/modern/resources/request-readystate.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-1.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-2.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-3.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-5.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-6.js: |
| * storage/indexeddb/modern/resources/versionchange-abort-then-reopen.js: |
| * storage/indexeddb/modern/resources/versionchange-event.js: |
| * storage/indexeddb/modern/transaction-scheduler-1-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-2-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-3-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-5-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-6-expected.txt: |
| * storage/indexeddb/modern/versionchange-abort-then-reopen-expected.txt: |
| * storage/indexeddb/modern/versionchange-event-expected.txt: |
| |
| 2016-01-20 Saam barati <sbarati@apple.com> |
| |
| Web Inspector: Hook the sampling profiler into the Timelines UI |
| https://bugs.webkit.org/show_bug.cgi?id=152766 |
| <rdar://problem/24066360> |
| |
| Reviewed by Joseph Pecoraro. |
| |
| * inspector/sampling-profiler: Added. |
| * inspector/sampling-profiler/basic-expected.txt: Added. |
| * inspector/sampling-profiler/basic.html: Added. |
| * inspector/sampling-profiler/call-frame-with-dom-functions-expected.txt: Added. |
| * inspector/sampling-profiler/call-frame-with-dom-functions.html: Added. |
| * inspector/sampling-profiler/eval-source-url-expected.txt: Added. |
| * inspector/sampling-profiler/eval-source-url.html: Added. |
| * inspector/sampling-profiler/many-call-frames-expected.txt: Added. |
| * inspector/sampling-profiler/many-call-frames.html: Added. |
| * inspector/sampling-profiler/named-function-expression-expected.txt: Added. |
| * inspector/sampling-profiler/named-function-expression.html: Added. |
| * inspector/script-profiler/event-type-API-expected.txt: |
| * inspector/script-profiler/event-type-API.html: |
| * inspector/script-profiler/event-type-Microtask-expected.txt: |
| * inspector/script-profiler/event-type-Microtask.html: |
| * inspector/script-profiler/event-type-Other-expected.txt: |
| * inspector/script-profiler/event-type-Other.html: |
| * inspector/script-profiler/tracking-expected.txt: |
| * inspector/script-profiler/tracking.html: |
| |
| 2016-01-20 Daniel Bates <dabates@apple.com> |
| |
| CSP: Add tests to ensure that alternative text of an image is rendered when CSP blocks its load |
| https://bugs.webkit.org/show_bug.cgi?id=153280 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| These tests were inspired by the Blink test |
| <https://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/security/contentSecurityPolicy/image-blocked-alt-content.html?revision=186800>. |
| |
| * http/tests/security/contentSecurityPolicy/image-blocked-alt-text-expected.html: Added. |
| * http/tests/security/contentSecurityPolicy/image-blocked-alt-text.html: Added. |
| * http/tests/security/contentSecurityPolicy/image-data-URL-blocked-alt-text-expected.html: Added. |
| * http/tests/security/contentSecurityPolicy/image-data-URL-blocked-alt-text.html: Added. |
| |
| 2016-01-20 Daniel Bates <dabates@apple.com> |
| |
| CSP: Merge from Blink many new tests and changes to existing tests |
| https://bugs.webkit.org/show_bug.cgi?id=153277 |
| <rdar://problem/24260782> |
| |
| Reviewed by Brent Fulgham. |
| |
| Merge new Content Security Policy tests from Blink as well as changes made to existing tests |
| as of Blink r202656: <https://src.chromium.org/viewvc/blink/trunk/LayoutTests/http/tests/security/contentSecurityPolicy/?pathrev=202656>. |
| Many of these new tests fail and have been marked accordingly with associated WebKit bugs in |
| TestExpectations. We also do not run CSP 1.1 tests as we do not compile with ENABLE(CSP_NEXT) |
| enabled (see <https://bugs.webkit.org/show_bug.cgi?id=85558>). We will look to enable CSP 1.1 |
| and make all these merged tests pass in subsequent commits. |
| |
| One non-mechanical change I made is that I removed the sub-test for shared workers when |
| merging http/tests/security/contentSecurityPolicy/worker-without-own-csp.html as WebKit does |
| not support shared workers. I also swapped the argument order in the call to assert_equals() |
| in the remaining sub-test so that the expected result, "xhr allowed", is the second argument (as |
| expected by assert_equals()) and hence the failure message would read well. |
| |
| The tests http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-overrides-xfo.html, |
| http/tests/security/contentSecurityPolicy/1.1/{script, style}hash-default-src.html do not have |
| expected results and are skipped for now. These tests do not have expected results because no |
| expected results were committed to Blink and it is not straightforward to generate the expected |
| result without reasoning about the test or compiling Blink. When it comes time to enable CSP 1.1 |
| support we can generate the expected results and verify correctness. |
| |
| * TestExpectations: |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-none-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-none-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-self-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-self-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-star-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-star-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-cross-url-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-self-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-self-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-star-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-star-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-url-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-url-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-url-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-cross-in-same-url-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-none-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-none-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-self-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-self-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-star-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-star-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-url-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-url-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-url-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-cross-url-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-none-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-none-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-self-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-self-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-star-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-star-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-url-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-url-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-url-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-nested-same-in-same-url-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-none-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-none-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-overrides-xfo.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-protocolless-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-protocolless-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-self-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-self-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-self-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-self-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-crossorigin-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-crossorigin.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-sameorigin-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-star-allow-sameorigin.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-allow-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-allow.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/frame-ancestors-url-block.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/meta-outside-head-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/meta-outside-head.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-child-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-child.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html: |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/reportonly-in-meta-ignored-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/reportonly-in-meta-ignored.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-basic-blocked-error-event-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-basic-blocked-error-event.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-basic-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-basic-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-default-src.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-ignore-unsafeinline-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-ignore-unsafeinline.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-malformed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-malformed.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-unicode-normalization-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scripthash-unicode-normalization.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-and-scripthash-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-and-scripthash.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-basic-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-basic-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-ignore-unsafeinline-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-ignore-unsafeinline.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-07-expected.txt. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-redirect-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/scriptnonce-redirect.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics.html: |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image-from-script-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image-from-script.html: |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-cross-origin-image.html: |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-from-script-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image-from-script.html: |
| * http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-block-image.html: |
| * http/tests/security/contentSecurityPolicy/1.1/stylehash-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylehash-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylehash-basic-blocked-error-event-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylehash-basic-blocked-error-event.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylehash-basic-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylehash-basic-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylehash-default-src.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylehash-svg-style-basic-blocked-error-event-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylehash-svg-style-basic-blocked-error-event.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylenonce-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylenonce-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylenonce-basic-blocked-error-event-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylenonce-basic-blocked-error-event.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylenonce-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylenonce-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylenonce-svg-style-basic-blocked-error-event-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/1.1/stylenonce-svg-style-basic-blocked-error-event.html: Added. |
| * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html: |
| * http/tests/security/contentSecurityPolicy/connect-src-eventsource-redirect-to-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/connect-src-eventsource-redirect-to-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-redirect-to-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/csp-header-is-sent-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/csp-header-is-sent.html: Added. |
| * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-and-sends-report-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-and-sends-report.html: Added. |
| * http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report.html: Added. |
| * http/tests/security/contentSecurityPolicy/frame-src-cross-origin-load-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/frame-src-cross-origin-load.html: Added. |
| * http/tests/security/contentSecurityPolicy/icon-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/icon-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/icon-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/icon-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/image-document-default-src-none-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/image-document-default-src-none.html: Added. |
| * http/tests/security/contentSecurityPolicy/inline-event-handler-blocked-after-injecting-meta-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/inline-event-handler-blocked-after-injecting-meta.html: Added. |
| * http/tests/security/contentSecurityPolicy/manifest-src-allowed-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/manifest-src-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/manifest-src-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/manifest-src-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/manifest.test/manifest.json: Added. |
| * http/tests/security/contentSecurityPolicy/object-in-svg-foreignobject-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-in-svg-foreignobject.html: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase.html: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-applet-archive-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-applet-archive.html: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase.html: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-applet-code-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-applet-code.html: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-does-not-affect-child-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-does-not-affect-child.html: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-param-code-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-param-code-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-param-movie-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-param-movie-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-param-src-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-param-src-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-param-url-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/object-src-param-url-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/plugin-in-iframe-with-csp-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/plugin-in-iframe-with-csp.html: Added. |
| * http/tests/security/contentSecurityPolicy/redirect-does-not-match-paths-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/redirect-does-not-match-paths.html: Added. |
| * http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial.html: Added. |
| * http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-and-enforce.html: |
| * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-blocked-file-uri-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-blocked-uri-cross-origin-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-blocked-uri-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-multiple-violations-01-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/report-multiple-violations-01.html: Added. |
| * http/tests/security/contentSecurityPolicy/report-multiple-violations-02-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/report-multiple-violations-02.html: Added. |
| * http/tests/security/contentSecurityPolicy/report-only-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-from-inline-javascript-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-from-javascript-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-scheme-relative-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/report-uri-scheme-relative.html: Added. |
| * http/tests/security/contentSecurityPolicy/resources/alert-pass.js: Added. |
| * http/tests/security/contentSecurityPolicy/resources/child-src-test.js: Added. |
| (window.onload): |
| (injectFrame): |
| (iframeLoaded): |
| (injectFrameRedirectingTo): |
| (injectWorker): |
| (injectSharedWorker): |
| * http/tests/security/contentSecurityPolicy/resources/csp-header-is-sent.js: Added. |
| (async_test.xhr.onload): |
| (async_test): |
| (test): |
| * http/tests/security/contentSecurityPolicy/resources/fail-to-inject-script.js: Added. |
| (s.onerror): |
| (s.onload): |
| * http/tests/security/contentSecurityPolicy/resources/frame-ancestors-and-x-frame-options.pl: Added. |
| * http/tests/security/contentSecurityPolicy/resources/frame-ancestors-test.js: Added. |
| (injectNestedIframe): |
| (injectIFrame): |
| (iframeLoaded): |
| (crossOriginFrameShouldBeBlocked.window.onload): |
| (crossOriginFrameShouldBeBlocked): |
| (crossOriginFrameShouldBeAllowed.window.onload): |
| (crossOriginFrameShouldBeAllowed): |
| (sameOriginFrameShouldBeBlocked.window.onload): |
| (sameOriginFrameShouldBeBlocked): |
| (sameOriginFrameShouldBeAllowed.window.onload): |
| (sameOriginFrameShouldBeAllowed): |
| (window.onload): |
| (testNestedIFrame): |
| * http/tests/security/contentSecurityPolicy/resources/frame-ancestors.pl: Added. |
| * http/tests/security/contentSecurityPolicy/resources/frame-in-frame.pl: Added. |
| * http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html: Added. |
| * http/tests/security/contentSecurityPolicy/resources/iframe-redirect-not-allowed.html: Added. |
| * http/tests/security/contentSecurityPolicy/resources/image-document-default-src-none-iframe.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js: |
| * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: |
| * http/tests/security/contentSecurityPolicy/resources/object-src-param.js: Added. |
| (appendObjectElement.window.onload): |
| (appendObjectElement): |
| * http/tests/security/contentSecurityPolicy/resources/post-message.js: Added. |
| * http/tests/security/contentSecurityPolicy/resources/redir.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/redirect-does-not-match-paths.js: Added. |
| (test): |
| (async_test.img.onload): |
| (async_test): |
| (async_test.xhr.onload): |
| * http/tests/security/contentSecurityPolicy/resources/redirect.pl: Added. |
| * http/tests/security/contentSecurityPolicy/resources/referrer-test-endpoint.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/referrer-test.js: Added. |
| (ReferrerTest.bindHandler): |
| (ReferrerTest.base): |
| (ReferrerTest.generateFrameURL): |
| (ReferrerTest.injectFrame): |
| (expectFullReferrer): |
| (expectNoReferrer): |
| (expectOriginReferrer): |
| * http/tests/security/contentSecurityPolicy/resources/referrer-test.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/sandbox.php: |
| * http/tests/security/contentSecurityPolicy/resources/script-redirect-not-allowed.js: Added. |
| * http/tests/security/contentSecurityPolicy/resources/script-set-value.js: Added. |
| * http/tests/security/contentSecurityPolicy/resources/style-set-red.css: Added. |
| (p): |
| * http/tests/security/contentSecurityPolicy/resources/stylesheet-redirect-not-allowed.css: Added. |
| (body): |
| * http/tests/security/contentSecurityPolicy/resources/test-csp-header.pl: Added. |
| * http/tests/security/contentSecurityPolicy/resources/worker.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/xhr-redirect-not-allowed.pl: Added. |
| * http/tests/security/contentSecurityPolicy/sandbox-report-only-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/sandbox-report-only.html: Added. |
| * http/tests/security/contentSecurityPolicy/script-src-appended-script-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/script-src-appended-script.html: Added. |
| * http/tests/security/contentSecurityPolicy/script-src-blocked-error-event-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/script-src-blocked-error-event.html: Added. |
| * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt: |
| * http/tests/security/contentSecurityPolicy/script-src-redirect.html: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-03.html: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-07-expected.txt: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-07.html: |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-03-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/source-list-parsing-paths-03.html: Added. |
| * http/tests/security/contentSecurityPolicy/style-src-blocked-error-event-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/style-src-blocked-error-event.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html: |
| * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html: |
| * http/tests/security/contentSecurityPolicy/worker-eval-blocked.html: |
| * http/tests/security/contentSecurityPolicy/worker-function-function-blocked.html: |
| * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-multiple-csp-headers-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-multiple-csp-headers.html: Added. |
| * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt: |
| * http/tests/security/contentSecurityPolicy/worker-script-src.html: |
| * http/tests/security/contentSecurityPolicy/worker-set-timeout-blocked.html: |
| * http/tests/security/contentSecurityPolicy/worker-without-own-csp-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/worker-without-own-csp.html: Added. |
| * platform/wk2/TestExpectations: |
| |
| 2016-01-20 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking three fast/viewport/ios/width-is-device-width-overflowing* tests as flaky on ios-simulator. |
| https://bugs.webkit.org/show_bug.cgi?id=153110 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-20 Chris Dumez <cdumez@apple.com> |
| |
| Drop support for obsolete Node.isSupported() |
| https://bugs.webkit.org/show_bug.cgi?id=153164 |
| |
| Reviewed by Darin Adler. |
| |
| Drop obsolete DOM tests. |
| |
| * dom/html/level2/html/HTMLBodyElement07-expected.txt: Removed. |
| * dom/html/level2/html/HTMLBodyElement07.html: Removed. |
| * dom/html/level2/html/HTMLBodyElement07.js: Removed. |
| * dom/html/level2/html/HTMLBodyElement08-expected.txt: Removed. |
| * dom/html/level2/html/HTMLBodyElement08.html: Removed. |
| * dom/html/level2/html/HTMLBodyElement08.js: Removed. |
| * dom/html/level2/html/HTMLBodyElement09-expected.txt: Removed. |
| * dom/html/level2/html/HTMLBodyElement09.html: Removed. |
| * dom/html/level2/html/HTMLBodyElement09.js: Removed. |
| * dom/html/level2/html/HTMLBodyElement10-expected.txt: Removed. |
| * dom/html/level2/html/HTMLBodyElement10.html: Removed. |
| * dom/html/level2/html/HTMLBodyElement10.js: Removed. |
| * dom/html/level2/html/HTMLBodyElement11-expected.txt: Removed. |
| * dom/html/level2/html/HTMLBodyElement11.html: Removed. |
| * dom/html/level2/html/HTMLBodyElement11.js: Removed. |
| * dom/html/level2/html/HTMLBodyElement12-expected.txt: Removed. |
| * dom/html/level2/html/HTMLBodyElement12.html: Removed. |
| * dom/html/level2/html/HTMLBodyElement12.js: Removed. |
| * dom/html/level2/html/HTMLDocument22-expected.txt: Removed. |
| * dom/html/level2/html/HTMLDocument22.html: Removed. |
| * dom/html/level2/html/HTMLDocument22.js: Removed. |
| * dom/html/level2/html/HTMLDocument23-expected.txt: Removed. |
| * dom/html/level2/html/HTMLDocument23.html: Removed. |
| * dom/html/level2/html/HTMLDocument23.js: Removed. |
| * dom/html/level2/html/HTMLDocument24-expected.txt: Removed. |
| * dom/html/level2/html/HTMLDocument24.html: Removed. |
| * dom/html/level2/html/HTMLDocument24.js: Removed. |
| * dom/html/level2/html/HTMLDocument25-expected.txt: Removed. |
| * dom/html/level2/html/HTMLDocument25.html: Removed. |
| * dom/html/level2/html/HTMLDocument25.js: Removed. |
| * dom/html/level2/html/HTMLDocument26-expected.txt: Removed. |
| * dom/html/level2/html/HTMLDocument26.html: Removed. |
| * dom/html/level2/html/HTMLDocument26.js: Removed. |
| * dom/html/level2/html/HTMLDocument27-expected.txt: Removed. |
| * dom/html/level2/html/HTMLDocument27.html: Removed. |
| * dom/html/level2/html/HTMLDocument27.js: Removed. |
| * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt: Removed. |
| * dom/svg/level3/xpath/Conformance_isSupported_3.js: Removed. |
| * dom/svg/level3/xpath/Conformance_isSupported_3.svg: Removed. |
| * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt: Removed. |
| * dom/svg/level3/xpath/Conformance_isSupported_empty.js: Removed. |
| * dom/svg/level3/xpath/Conformance_isSupported_empty.svg: Removed. |
| * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt: Removed. |
| * dom/svg/level3/xpath/Conformance_isSupported_null.js: Removed. |
| * dom/svg/level3/xpath/Conformance_isSupported_null.svg: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement07-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement07.js: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement07.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement08-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement08.js: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement08.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement09-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement09.js: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement09.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement10-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement10.js: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement10.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement11-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement11.js: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement11.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement12-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement12.js: Removed. |
| * dom/xhtml/level2/html/HTMLBodyElement12.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLDocument22-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLDocument22.js: Removed. |
| * dom/xhtml/level2/html/HTMLDocument22.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLDocument23-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLDocument23.js: Removed. |
| * dom/xhtml/level2/html/HTMLDocument23.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLDocument24-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLDocument24.js: Removed. |
| * dom/xhtml/level2/html/HTMLDocument24.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLDocument25-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLDocument25.js: Removed. |
| * dom/xhtml/level2/html/HTMLDocument25.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLDocument26-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLDocument26.js: Removed. |
| * dom/xhtml/level2/html/HTMLDocument26.xhtml: Removed. |
| * dom/xhtml/level2/html/HTMLDocument27-expected.txt: Removed. |
| * dom/xhtml/level2/html/HTMLDocument27.js: Removed. |
| * dom/xhtml/level2/html/HTMLDocument27.xhtml: Removed. |
| * fast/dom/features-expected.txt: |
| * fast/dom/features.html: |
| |
| 2016-01-19 Nikita Vasilyev <nvasilyev@apple.com> |
| |
| Web Inspector: Fix inspector/model/remote-object.html test |
| https://bugs.webkit.org/show_bug.cgi?id=153261 |
| <rdar://problem/24249553> |
| |
| Reviewed by Timothy Hatcher. |
| |
| Rebaseline the test for Mac platform that broke in r195305. |
| |
| * platform/mac/inspector/model/remote-object-expected.txt: |
| |
| 2016-01-19 Chris Dumez <cdumez@apple.com> |
| |
| DocumentType.publicId / systemId should never return null |
| https://bugs.webkit.org/show_bug.cgi?id=153264 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Drop outdated DOM test. |
| |
| * dom/xhtml/level3/core/documentgetdoctype01-expected.txt: Removed. |
| * dom/xhtml/level3/core/documentgetdoctype01.js: Removed. |
| * dom/xhtml/level3/core/documentgetdoctype01.xhtml: Removed. |
| |
| 2016-01-19 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Remove unneeded "Alert: " string from storage/indexeddb/modern tests. |
| https://bugs.webkit.org/show_bug.cgi?id=153257 |
| |
| Reviewed by Sam Weinig. |
| |
| These were put in to minimize the diff for https://trac.webkit.org/changeset/195321 and |
| make it easier to review. |
| |
| Now they can be removed. |
| |
| * storage/indexeddb/modern/aborted-put-expected.txt: |
| * storage/indexeddb/modern/autoincrement-abort-expected.txt: |
| * storage/indexeddb/modern/basic-add-expected.txt: |
| * storage/indexeddb/modern/basic-put-expected.txt: |
| * storage/indexeddb/modern/createobjectstore-basic-expected.txt: |
| * storage/indexeddb/modern/createobjectstore-failures-expected.txt: |
| * storage/indexeddb/modern/date-basic-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-null-name-exception-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-request-event-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-request-expected.txt: |
| * storage/indexeddb/modern/deleteobjectstore-1-expected.txt: |
| * storage/indexeddb/modern/double-abort-expected.txt: |
| * storage/indexeddb/modern/get-keyrange-expected.txt: |
| * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt: |
| * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: |
| * storage/indexeddb/modern/idbindex-properties-basic-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-clear-1-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-clear-2-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-count-1-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-count-failures-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-get-failures-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures-expected.txt: |
| * storage/indexeddb/modern/idbtransaction-objectstore-failures-expected.txt: |
| * storage/indexeddb/modern/keypath-basic-expected.txt: |
| * storage/indexeddb/modern/opendatabase-request-event-expected.txt: |
| * storage/indexeddb/modern/opendatabase-request-expected.txt: |
| * storage/indexeddb/modern/resources/aborted-put.js: |
| * storage/indexeddb/modern/resources/autoincrement-abort.js: |
| * storage/indexeddb/modern/resources/basic-add.js: |
| * storage/indexeddb/modern/resources/basic-put.js: |
| * storage/indexeddb/modern/resources/createobjectstore-basic.js: |
| * storage/indexeddb/modern/resources/createobjectstore-failures.js: |
| * storage/indexeddb/modern/resources/date-basic.js: |
| * storage/indexeddb/modern/resources/deletedatabase-null-name-exception.js: |
| * storage/indexeddb/modern/resources/deletedatabase-request-event.js: |
| * storage/indexeddb/modern/resources/deletedatabase-request.js: |
| * storage/indexeddb/modern/resources/deleteobjectstore-1.js: |
| * storage/indexeddb/modern/resources/double-abort.js: |
| * storage/indexeddb/modern/resources/get-keyrange.js: |
| * storage/indexeddb/modern/resources/idbdatabase-deleteobjectstore-failures.js: |
| * storage/indexeddb/modern/resources/idbdatabase-transaction-failures.js: |
| * storage/indexeddb/modern/resources/idbindex-properties-basic.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-clear-1.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-clear-2.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-count-1.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-count-failures.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-get-failures.js: |
| * storage/indexeddb/modern/resources/idbobjectstore-put-and-clear-failures.js: |
| * storage/indexeddb/modern/resources/idbtransaction-objectstore-failures.js: |
| * storage/indexeddb/modern/resources/keypath-basic.js: |
| * storage/indexeddb/modern/resources/opendatabase-request-event.js: |
| * storage/indexeddb/modern/resources/opendatabase-request.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-1.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-2.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-3.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-5.js: |
| * storage/indexeddb/modern/resources/transaction-scheduler-6.js: |
| * storage/indexeddb/modern/resources/versionchange-abort-then-reopen.js: |
| * storage/indexeddb/modern/resources/versionchange-event.js: |
| * storage/indexeddb/modern/transaction-scheduler-1-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-2-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-3-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-5-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-6-expected.txt: |
| * storage/indexeddb/modern/versionchange-abort-then-reopen-expected.txt: |
| * storage/indexeddb/modern/versionchange-event-expected.txt: |
| |
| 2016-01-19 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [INTL] Implement Date.prototype.toLocaleDateString in ECMA-402 |
| https://bugs.webkit.org/show_bug.cgi?id=147612 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Added tests for toLocaleDateString. |
| |
| * js/date-toLocaleString-expected.txt: |
| * js/script-tests/date-toLocaleString.js: |
| |
| 2016-01-19 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Split all storage/indexeddb/modern tests into separate HTML + JS format. |
| https://bugs.webkit.org/show_bug.cgi?id=153251 |
| |
| Reviewed by Sam Weinig. |
| |
| * storage/indexeddb/modern/abort-requests-cancelled-expected.txt: |
| * storage/indexeddb/modern/abort-requests-cancelled.html: |
| * storage/indexeddb/modern/aborted-put-expected.txt: |
| * storage/indexeddb/modern/aborted-put.html: |
| * storage/indexeddb/modern/autoincrement-abort-expected.txt: |
| * storage/indexeddb/modern/autoincrement-abort.html: |
| * storage/indexeddb/modern/basic-add-expected.txt: |
| * storage/indexeddb/modern/basic-add.html: |
| * storage/indexeddb/modern/basic-put-expected.txt: |
| * storage/indexeddb/modern/basic-put.html: |
| * storage/indexeddb/modern/create-index-failures-expected.txt: |
| * storage/indexeddb/modern/create-index-failures.html: |
| * storage/indexeddb/modern/createobjectstore-basic-expected.txt: |
| * storage/indexeddb/modern/createobjectstore-basic.html: |
| * storage/indexeddb/modern/createobjectstore-failures-expected.txt: |
| * storage/indexeddb/modern/createobjectstore-failures.html: |
| * storage/indexeddb/modern/cursor-1-expected.txt: |
| * storage/indexeddb/modern/cursor-1.html: |
| * storage/indexeddb/modern/cursor-2-expected.txt: |
| * storage/indexeddb/modern/cursor-2.html: |
| * storage/indexeddb/modern/cursor-3-expected.txt: |
| * storage/indexeddb/modern/cursor-3.html: |
| * storage/indexeddb/modern/cursor-4-expected.txt: |
| * storage/indexeddb/modern/cursor-4.html: |
| * storage/indexeddb/modern/cursor-5-expected.txt: |
| * storage/indexeddb/modern/cursor-5.html: |
| * storage/indexeddb/modern/cursor-6-expected.txt: |
| * storage/indexeddb/modern/cursor-6.html: |
| * storage/indexeddb/modern/cursor-7-expected.txt: |
| * storage/indexeddb/modern/cursor-7.html: |
| * storage/indexeddb/modern/cursor-8-expected.txt: |
| * storage/indexeddb/modern/cursor-8.html: |
| * storage/indexeddb/modern/date-basic-expected.txt: |
| * storage/indexeddb/modern/date-basic.html: |
| * storage/indexeddb/modern/deletedatabase-1-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-1.html: |
| * storage/indexeddb/modern/deletedatabase-2-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-2.html: |
| * storage/indexeddb/modern/deletedatabase-null-name-exception-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-null-name-exception.html: |
| * storage/indexeddb/modern/deletedatabase-request-event-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-request-event.html: |
| * storage/indexeddb/modern/deletedatabase-request-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-request.html: |
| * storage/indexeddb/modern/deleteindex-1-expected.txt: |
| * storage/indexeddb/modern/deleteindex-1.html: |
| * storage/indexeddb/modern/deleteindex-2-expected.txt: |
| * storage/indexeddb/modern/deleteindex-2.html: |
| * storage/indexeddb/modern/deleteobjectstore-1-expected.txt: |
| * storage/indexeddb/modern/deleteobjectstore-1.html: |
| * storage/indexeddb/modern/double-abort-expected.txt: |
| * storage/indexeddb/modern/double-abort.html: |
| * storage/indexeddb/modern/double-open-expected.txt: |
| * storage/indexeddb/modern/double-open.html: |
| * storage/indexeddb/modern/get-index-failures-expected.txt: |
| * storage/indexeddb/modern/get-index-failures.html: |
| * storage/indexeddb/modern/get-keyrange-expected.txt: |
| * storage/indexeddb/modern/get-keyrange.html: |
| * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt: |
| * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html: |
| * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: |
| * storage/indexeddb/modern/idbdatabase-transaction-failures.html: |
| * storage/indexeddb/modern/idbindex-properties-basic-expected.txt: |
| * storage/indexeddb/modern/idbindex-properties-basic.html: |
| * storage/indexeddb/modern/idbobjectstore-clear-1-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-clear-1.html: |
| * storage/indexeddb/modern/idbobjectstore-clear-2-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-clear-2.html: |
| * storage/indexeddb/modern/idbobjectstore-count-1-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-count-1.html: |
| * storage/indexeddb/modern/idbobjectstore-count-failures-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-count-failures.html: |
| * storage/indexeddb/modern/idbobjectstore-delete-1-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-delete-1.html: |
| * storage/indexeddb/modern/idbobjectstore-delete-2-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-delete-2.html: |
| * storage/indexeddb/modern/idbobjectstore-delete-failures-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-delete-failures.html: |
| * storage/indexeddb/modern/idbobjectstore-get-failures-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-get-failures.html: |
| * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures-expected.txt: |
| * storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html: |
| * storage/indexeddb/modern/idbtransaction-objectstore-failures-expected.txt: |
| * storage/indexeddb/modern/idbtransaction-objectstore-failures.html: |
| * storage/indexeddb/modern/index-1-expected.txt: |
| * storage/indexeddb/modern/index-1.html: |
| * storage/indexeddb/modern/index-2-expected.txt: |
| * storage/indexeddb/modern/index-2.html: |
| * storage/indexeddb/modern/index-3-expected.txt: |
| * storage/indexeddb/modern/index-3.html: |
| * storage/indexeddb/modern/index-4-expected.txt: |
| * storage/indexeddb/modern/index-4.html: |
| * storage/indexeddb/modern/index-5-expected.txt: |
| * storage/indexeddb/modern/index-5.html: |
| * storage/indexeddb/modern/index-cursor-1-expected.txt: |
| * storage/indexeddb/modern/index-cursor-1.html: |
| * storage/indexeddb/modern/index-cursor-2-expected.txt: |
| * storage/indexeddb/modern/index-cursor-2.html: |
| * storage/indexeddb/modern/index-cursor-3-expected.txt: |
| * storage/indexeddb/modern/index-cursor-3.html: |
| * storage/indexeddb/modern/index-get-count-basic-expected.txt: |
| * storage/indexeddb/modern/index-get-count-basic.html: |
| * storage/indexeddb/modern/index-get-count-failures-expected.txt: |
| * storage/indexeddb/modern/index-get-count-failures.html: |
| * storage/indexeddb/modern/keypath-basic-expected.txt: |
| * storage/indexeddb/modern/keypath-basic.html: |
| * storage/indexeddb/modern/objectstore-attributes-expected.txt: |
| * storage/indexeddb/modern/objectstore-attributes.html: |
| * storage/indexeddb/modern/objectstore-cursor-advance-failures-expected.txt: |
| * storage/indexeddb/modern/objectstore-cursor-advance-failures.html: |
| * storage/indexeddb/modern/objectstore-cursor-continue-failures-expected.txt: |
| * storage/indexeddb/modern/objectstore-cursor-continue-failures.html: |
| * storage/indexeddb/modern/opencursor-failures-expected.txt: |
| * storage/indexeddb/modern/opencursor-failures.html: |
| * storage/indexeddb/modern/opendatabase-request-event-expected.txt: |
| * storage/indexeddb/modern/opendatabase-request-event.html: |
| * storage/indexeddb/modern/opendatabase-request-expected.txt: |
| * storage/indexeddb/modern/opendatabase-request.html: |
| * storage/indexeddb/modern/opendatabase-success-after-versionchange-expected.txt: |
| * storage/indexeddb/modern/opendatabase-success-after-versionchange.html: |
| * storage/indexeddb/modern/opendatabase-versions-expected.txt: |
| * storage/indexeddb/modern/opendatabase-versions.html: |
| * storage/indexeddb/modern/request-readystate-expected.txt: |
| * storage/indexeddb/modern/request-readystate.html: |
| * storage/indexeddb/modern/resources/abort-requests-cancelled.js: Copied from LayoutTests/storage/indexeddb/modern/abort-requests-cancelled.html. |
| * storage/indexeddb/modern/resources/aborted-put.js: Copied from LayoutTests/storage/indexeddb/modern/aborted-put.html. |
| * storage/indexeddb/modern/resources/autoincrement-abort.js: Copied from LayoutTests/storage/indexeddb/modern/autoincrement-abort.html. |
| * storage/indexeddb/modern/resources/basic-add.js: Copied from LayoutTests/storage/indexeddb/modern/basic-add.html. |
| * storage/indexeddb/modern/resources/basic-put.js: Copied from LayoutTests/storage/indexeddb/modern/basic-put.html. |
| * storage/indexeddb/modern/resources/create-index-failures.js: Copied from LayoutTests/storage/indexeddb/modern/create-index-failures.html. |
| * storage/indexeddb/modern/resources/createobjectstore-basic.js: Copied from LayoutTests/storage/indexeddb/modern/createobjectstore-basic.html. |
| * storage/indexeddb/modern/resources/createobjectstore-failures.js: Copied from LayoutTests/storage/indexeddb/modern/createobjectstore-failures.html. |
| * storage/indexeddb/modern/resources/cursor-1.js: Copied from LayoutTests/storage/indexeddb/modern/cursor-1.html. |
| * storage/indexeddb/modern/resources/cursor-2.js: Copied from LayoutTests/storage/indexeddb/modern/cursor-2.html. |
| * storage/indexeddb/modern/resources/cursor-3.js: Copied from LayoutTests/storage/indexeddb/modern/cursor-3.html. |
| * storage/indexeddb/modern/resources/cursor-4.js: Copied from LayoutTests/storage/indexeddb/modern/cursor-4.html. |
| * storage/indexeddb/modern/resources/cursor-5.js: Copied from LayoutTests/storage/indexeddb/modern/cursor-5.html. |
| * storage/indexeddb/modern/resources/cursor-6.js: Copied from LayoutTests/storage/indexeddb/modern/cursor-6.html. |
| * storage/indexeddb/modern/resources/cursor-7.js: Copied from LayoutTests/storage/indexeddb/modern/cursor-7.html. |
| * storage/indexeddb/modern/resources/cursor-8.js: Copied from LayoutTests/storage/indexeddb/modern/cursor-8.html. |
| * storage/indexeddb/modern/resources/date-basic.js: Copied from LayoutTests/storage/indexeddb/modern/date-basic.html. |
| * storage/indexeddb/modern/resources/deletedatabase-1.js: Copied from LayoutTests/storage/indexeddb/modern/deletedatabase-1.html. |
| * storage/indexeddb/modern/resources/deletedatabase-2.js: Copied from LayoutTests/storage/indexeddb/modern/deletedatabase-2.html. |
| * storage/indexeddb/modern/resources/deletedatabase-null-name-exception.js: Added. |
| * storage/indexeddb/modern/resources/deletedatabase-request-event.js: Copied from LayoutTests/storage/indexeddb/modern/deletedatabase-request-event.html. |
| * storage/indexeddb/modern/resources/deletedatabase-request.js: Added. |
| * storage/indexeddb/modern/resources/deleteindex-1.js: Copied from LayoutTests/storage/indexeddb/modern/deleteindex-1.html. |
| * storage/indexeddb/modern/resources/deleteindex-2.js: Copied from LayoutTests/storage/indexeddb/modern/deleteindex-2.html. |
| * storage/indexeddb/modern/resources/deleteobjectstore-1.js: Copied from LayoutTests/storage/indexeddb/modern/deleteobjectstore-1.html. |
| * storage/indexeddb/modern/resources/double-abort.js: Copied from LayoutTests/storage/indexeddb/modern/double-abort.html. |
| * storage/indexeddb/modern/resources/double-open.js: Added. |
| * storage/indexeddb/modern/resources/get-index-failures.js: Copied from LayoutTests/storage/indexeddb/modern/get-index-failures.html. |
| * storage/indexeddb/modern/resources/get-keyrange.js: Copied from LayoutTests/storage/indexeddb/modern/get-keyrange.html. |
| * storage/indexeddb/modern/resources/idbdatabase-deleteobjectstore-failures.js: Copied from LayoutTests/storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html. |
| * storage/indexeddb/modern/resources/idbdatabase-transaction-failures.js: Copied from LayoutTests/storage/indexeddb/modern/idbdatabase-transaction-failures.html. |
| * storage/indexeddb/modern/resources/idbindex-properties-basic.js: Copied from LayoutTests/storage/indexeddb/modern/idbindex-properties-basic.html. |
| * storage/indexeddb/modern/resources/idbobjectstore-clear-1.js: Copied from LayoutTests/storage/indexeddb/modern/idbobjectstore-clear-1.html. |
| * storage/indexeddb/modern/resources/idbobjectstore-clear-2.js: Copied from LayoutTests/storage/indexeddb/modern/idbobjectstore-clear-2.html. |
| * storage/indexeddb/modern/resources/idbobjectstore-count-1.js: Copied from LayoutTests/storage/indexeddb/modern/idbobjectstore-count-1.html. |
| * storage/indexeddb/modern/resources/idbobjectstore-count-failures.js: Copied from LayoutTests/storage/indexeddb/modern/idbobjectstore-count-failures.html. |
| * storage/indexeddb/modern/resources/idbobjectstore-delete-1.js: Copied from LayoutTests/storage/indexeddb/modern/idbobjectstore-delete-1.html. |
| * storage/indexeddb/modern/resources/idbobjectstore-delete-2.js: Copied from LayoutTests/storage/indexeddb/modern/idbobjectstore-delete-2.html. |
| * storage/indexeddb/modern/resources/idbobjectstore-delete-failures.js: Copied from LayoutTests/storage/indexeddb/modern/idbobjectstore-delete-failures.html. |
| * storage/indexeddb/modern/resources/idbobjectstore-get-failures.js: Copied from LayoutTests/storage/indexeddb/modern/idbobjectstore-get-failures.html. |
| * storage/indexeddb/modern/resources/idbobjectstore-put-and-clear-failures.js: Copied from LayoutTests/storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html. |
| * storage/indexeddb/modern/resources/idbtransaction-objectstore-failures.js: Added. |
| * storage/indexeddb/modern/resources/index-1.js: Copied from LayoutTests/storage/indexeddb/modern/index-1.html. |
| * storage/indexeddb/modern/resources/index-2.js: Copied from LayoutTests/storage/indexeddb/modern/index-2.html. |
| * storage/indexeddb/modern/resources/index-3.js: Copied from LayoutTests/storage/indexeddb/modern/index-3.html. |
| * storage/indexeddb/modern/resources/index-4.js: Copied from LayoutTests/storage/indexeddb/modern/index-4.html. |
| * storage/indexeddb/modern/resources/index-5.js: Copied from LayoutTests/storage/indexeddb/modern/index-5.html. |
| * storage/indexeddb/modern/resources/index-cursor-1.js: Copied from LayoutTests/storage/indexeddb/modern/index-cursor-1.html. |
| * storage/indexeddb/modern/resources/index-cursor-2.js: Copied from LayoutTests/storage/indexeddb/modern/index-cursor-2.html. |
| * storage/indexeddb/modern/resources/index-cursor-3.js: Copied from LayoutTests/storage/indexeddb/modern/index-cursor-3.html. |
| * storage/indexeddb/modern/resources/index-get-count-basic.js: Copied from LayoutTests/storage/indexeddb/modern/index-get-count-basic.html. |
| * storage/indexeddb/modern/resources/index-get-count-failures.js: Copied from LayoutTests/storage/indexeddb/modern/index-get-count-failures.html. |
| * storage/indexeddb/modern/resources/keypath-basic.js: Copied from LayoutTests/storage/indexeddb/modern/keypath-basic.html. |
| * storage/indexeddb/modern/resources/objectstore-attributes.js: Copied from LayoutTests/storage/indexeddb/modern/objectstore-attributes.html. |
| * storage/indexeddb/modern/resources/objectstore-cursor-advance-failures.js: Copied from LayoutTests/storage/indexeddb/modern/objectstore-cursor-advance-failures.html. |
| * storage/indexeddb/modern/resources/objectstore-cursor-continue-failures.js: Copied from LayoutTests/storage/indexeddb/modern/objectstore-cursor-continue-failures.html. |
| * storage/indexeddb/modern/resources/opencursor-failures.js: Copied from LayoutTests/storage/indexeddb/modern/opencursor-failures.html. |
| * storage/indexeddb/modern/resources/opendatabase-request-event.js: Added. |
| * storage/indexeddb/modern/resources/opendatabase-request.js: Copied from LayoutTests/storage/indexeddb/modern/opendatabase-request.html. |
| * storage/indexeddb/modern/resources/opendatabase-success-after-versionchange.js: Copied from LayoutTests/storage/indexeddb/modern/opendatabase-success-after-versionchange.html. |
| * storage/indexeddb/modern/resources/opendatabase-versions.js: Copied from LayoutTests/storage/indexeddb/modern/opendatabase-versions.html. |
| * storage/indexeddb/modern/resources/request-readystate.js: Added. |
| * storage/indexeddb/modern/resources/transaction-scheduler-1.js: Copied from LayoutTests/storage/indexeddb/modern/transaction-scheduler-1.html. |
| * storage/indexeddb/modern/resources/transaction-scheduler-2.js: Copied from LayoutTests/storage/indexeddb/modern/transaction-scheduler-2.html. |
| * storage/indexeddb/modern/resources/transaction-scheduler-3.js: Copied from LayoutTests/storage/indexeddb/modern/transaction-scheduler-3.html. |
| * storage/indexeddb/modern/resources/transaction-scheduler-5.js: Copied from LayoutTests/storage/indexeddb/modern/transaction-scheduler-5.html. |
| * storage/indexeddb/modern/resources/transaction-scheduler-6.js: Copied from LayoutTests/storage/indexeddb/modern/transaction-scheduler-6.html. |
| * storage/indexeddb/modern/resources/transactions-stop-on-navigation-2.html: |
| * storage/indexeddb/modern/resources/versionchange-abort-then-reopen.js: Copied from LayoutTests/storage/indexeddb/modern/versionchange-abort-then-reopen.html. |
| * storage/indexeddb/modern/resources/versionchange-event.js: Copied from LayoutTests/storage/indexeddb/modern/versionchange-event.html. |
| * storage/indexeddb/modern/transaction-scheduler-1-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-1.html: |
| * storage/indexeddb/modern/transaction-scheduler-2-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-2.html: |
| * storage/indexeddb/modern/transaction-scheduler-3-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-3.html: |
| * storage/indexeddb/modern/transaction-scheduler-5-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-5.html: |
| * storage/indexeddb/modern/transaction-scheduler-6-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-6.html: |
| * storage/indexeddb/modern/transactions-stop-on-navigation-expected.txt: |
| * storage/indexeddb/modern/versionchange-abort-then-reopen-expected.txt: |
| * storage/indexeddb/modern/versionchange-abort-then-reopen.html: |
| * storage/indexeddb/modern/versionchange-event-expected.txt: |
| * storage/indexeddb/modern/versionchange-event.html: |
| |
| 2016-01-19 Zalan Bujtas <zalan@apple.com> |
| |
| outline-offset does not work for inlines. |
| https://bugs.webkit.org/show_bug.cgi?id=153238 |
| |
| Reviewed by Simon Fraser. |
| |
| Adjust outline box width/height with outline-offset. |
| |
| Test: fast/inline/inlines-with-outline-offset.html |
| |
| * fast/inline/inlines-with-outline-offset-expected.html: Added. |
| * fast/inline/inlines-with-outline-offset.html: Added. |
| |
| 2016-01-19 Nikita Vasilyev <nvasilyev@apple.com> |
| |
| Web Inspector: WebInspector.Object.addEventListener is O(n), make it O(1) |
| https://bugs.webkit.org/show_bug.cgi?id=152422 |
| <rdar://problem/24038047> |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/console/console-api-expected.txt: |
| * inspector/console/console-table-expected.txt: |
| * inspector/model/remote-object-expected.txt: |
| Rebaseline tests, add "_listeners: null" to all WebInspector.Object instances. |
| |
| * inspector/unit-tests/linked-list-expected.txt: Added. |
| * inspector/unit-tests/linked-list.html: Added. |
| * inspector/unit-tests/list-multimap-expected.txt: Added. |
| * inspector/unit-tests/list-multimap.html: Added. |
| |
| 2016-01-19 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Split all storage/indexeddb/mozilla tests into separate HTML + JS format. |
| https://bugs.webkit.org/show_bug.cgi?id=153237 |
| |
| Reviewed by Sam Weinig. |
| |
| * storage/indexeddb/mozilla/index-prev-no-duplicate.html: |
| * storage/indexeddb/mozilla/resources/index-prev-no-duplicate.js: Copied from LayoutTests/storage/indexeddb/mozilla/index-prev-no-duplicate.html. |
| |
| 2016-01-19 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Split all storage/indexeddb tests into separate HTML + JS format. |
| https://bugs.webkit.org/show_bug.cgi?id=153178 |
| |
| Reviewed by Sam Weinig. |
| |
| * storage/indexeddb/clone-exception.html: |
| * storage/indexeddb/closed-cursor.html: |
| * storage/indexeddb/connection-leak.html: |
| * storage/indexeddb/cursor-cast.html: |
| * storage/indexeddb/cursor-leak.html: |
| * storage/indexeddb/cursor-overloads.html: |
| * storage/indexeddb/cursor-request-cycle.html: |
| * storage/indexeddb/deleteIndex-bug110792.html: |
| * storage/indexeddb/deletedatabase-transaction.html: |
| * storage/indexeddb/metadata-race.html: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/object-lookups-in-versionchange.html: |
| * storage/indexeddb/open-bad-versions.html: |
| * storage/indexeddb/optional-arguments.html: |
| * storage/indexeddb/prefetch-invalidation.html: |
| * storage/indexeddb/prefetch-race.html: |
| * storage/indexeddb/primary-key-unique-to-objectstore.html: |
| * storage/indexeddb/request-leak.html: |
| * storage/indexeddb/request-result-cache.html: |
| * storage/indexeddb/resources/clone-exception.js: Copied from LayoutTests/storage/indexeddb/clone-exception.html. |
| * storage/indexeddb/resources/closed-cursor.js: Copied from LayoutTests/storage/indexeddb/closed-cursor.html. |
| * storage/indexeddb/resources/connection-leak.js: Copied from LayoutTests/storage/indexeddb/connection-leak.html. |
| * storage/indexeddb/resources/cursor-cast.js: Copied from LayoutTests/storage/indexeddb/cursor-cast.html. |
| * storage/indexeddb/resources/cursor-leak.js: Copied from LayoutTests/storage/indexeddb/cursor-leak.html. |
| * storage/indexeddb/resources/cursor-overloads.js: Copied from LayoutTests/storage/indexeddb/cursor-overloads.html. |
| * storage/indexeddb/resources/cursor-request-cycle.js: Copied from LayoutTests/storage/indexeddb/cursor-request-cycle.html. |
| * storage/indexeddb/resources/deleteIndex-bug110792.js: Copied from LayoutTests/storage/indexeddb/deleteIndex-bug110792.html. |
| * storage/indexeddb/resources/deletedatabase-transaction.js: Copied from LayoutTests/storage/indexeddb/deletedatabase-transaction.html. |
| * storage/indexeddb/resources/metadata-race.js: Copied from LayoutTests/storage/indexeddb/metadata-race.html. |
| * storage/indexeddb/resources/noblobs.js: Copied from LayoutTests/storage/indexeddb/noblobs.html. |
| * storage/indexeddb/resources/object-lookups-in-versionchange.js: Copied from LayoutTests/storage/indexeddb/object-lookups-in-versionchange.html. |
| * storage/indexeddb/resources/open-bad-versions.js: Copied from LayoutTests/storage/indexeddb/open-bad-versions.html. |
| * storage/indexeddb/resources/optional-arguments.js: Copied from LayoutTests/storage/indexeddb/optional-arguments.html. |
| * storage/indexeddb/resources/prefetch-invalidation.js: Copied from LayoutTests/storage/indexeddb/prefetch-invalidation.html. |
| * storage/indexeddb/resources/prefetch-race.js: Copied from LayoutTests/storage/indexeddb/prefetch-race.html. |
| * storage/indexeddb/resources/primary-key-unique-to-objectstore.js: Copied from LayoutTests/storage/indexeddb/primary-key-unique-to-objectstore.html. |
| * storage/indexeddb/resources/request-leak.js: Copied from LayoutTests/storage/indexeddb/request-leak.html. |
| * storage/indexeddb/resources/request-result-cache.js: Copied from LayoutTests/storage/indexeddb/request-result-cache.html. |
| * storage/indexeddb/resources/structured-clone.js: Copied from LayoutTests/storage/indexeddb/structured-clone.html. |
| * storage/indexeddb/resources/transaction-complete-with-js-recursion-cross-frame.js: Copied from LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html. |
| * storage/indexeddb/resources/transaction-complete-with-js-recursion.js: Copied from LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion.html. |
| * storage/indexeddb/resources/transaction-crash-in-tasks.js: Copied from LayoutTests/storage/indexeddb/transaction-crash-in-tasks.html. |
| * storage/indexeddb/resources/transaction-ordering.js: Copied from LayoutTests/storage/indexeddb/transaction-ordering.html. |
| * storage/indexeddb/resources/transaction-overlapping.js: Copied from LayoutTests/storage/indexeddb/transaction-overlapping.html. |
| * storage/indexeddb/resources/version-change-event-basic.js: Copied from LayoutTests/storage/indexeddb/version-change-event-basic.html. |
| * storage/indexeddb/resources/version-change-event.js: Copied from LayoutTests/storage/indexeddb/version-change-event.html. |
| * storage/indexeddb/structured-clone.html: |
| * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html: |
| * storage/indexeddb/transaction-complete-with-js-recursion.html: |
| * storage/indexeddb/transaction-crash-in-tasks.html: |
| * storage/indexeddb/transaction-ordering.html: |
| * storage/indexeddb/transaction-overlapping.html: |
| * storage/indexeddb/transaction-starvation.html: |
| * storage/indexeddb/version-change-event-basic.html: |
| * storage/indexeddb/version-change-event.html: |
| |
| 2016-01-19 Javier Fernandez <jfernandez@igalia.com> |
| |
| [css-grid][css-align] justify-self stretch is not applied for img elements |
| https://bugs.webkit.org/show_bug.cgi?id=153206 |
| |
| Reviewed by Darin Adler. |
| |
| Test to verify Replaced Elements, like images, are stretched in the inline |
| axis, when fulfilling the Box Alignment restrictions on this regard. |
| |
| * fast/css-grid-layout/grid-align-stretching-replaced-items-expected.txt: Added. |
| * fast/css-grid-layout/grid-align-stretching-replaced-items.html: Added. |
| |
| 2016-01-19 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Text::splitText doesn't update Range end points anchored on parent nodes |
| https://bugs.webkit.org/show_bug.cgi?id=153227 |
| |
| Reviewed by Antti Koivisto. |
| |
| Added a regression test since the rebaselined W3C test is incomprehensible. |
| |
| * fast/dom/Range/update-range-in-split-text-expected.txt: Added. |
| * fast/dom/Range/update-range-in-split-text.html: Added. |
| |
| 2016-01-19 Ryosuke Niwa <rniwa@webkit.org> |
| |
| innerHTML should always add a mutation record for removing all children |
| https://bugs.webkit.org/show_bug.cgi?id=148782 |
| <rdar://problem/22571962> |
| |
| Reviewed by Antti Koivisto. |
| |
| Add a more comprehensive test for replacing a single text node with innerHTML's setter to ensure |
| WebKit's optimization to avoid replacing the node should not be observable by scripts in any way. |
| |
| * fast/dom/innerHTML-single-text-node-expected.txt: Added. |
| * fast/dom/innerHTML-single-text-node.html: Added. |
| |
| 2016-01-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| createAttribute should lowercase the attribute name in a HTML document |
| https://bugs.webkit.org/show_bug.cgi?id=153112 |
| |
| Reviewed by Darin Adler. |
| |
| Update tests, rebaseline tests, and add more test cases as needed. |
| |
| createAttribute lowercases localName and getAttributeNode finds attribute ignoring cases |
| whereas createAttributeNS preserves localName's case and getAttributeNodeNS finds attribute preserving cases |
| |
| * fast/dom/Element/mozilla-dom-base-tests/test_bug1075702-expected.txt: Since the test is adding "aa" as well |
| as "AA" as Attr nodes, we should be able to get both. |
| * fast/dom/Element/mozilla-dom-base-tests/test_bug1075702.xhtml: Renamed from .html file since test cases here |
| are more relevant for XHTML documents. |
| |
| * fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt: |
| * fast/dom/Element/script-tests/getAttribute-check-case-sensitivity.js: |
| (testGetAttributeNodeMixedCase): Change the test case to retrieve the attribute name with lowercase name |
| since createAttribute always lowercases the name in a HTML document. |
| (testAttribNodeNamePreservesCase): Use getAttributeNode instead of getAttributeNodeNS since the former does |
| case insensitive lookup as needed here. |
| (testAttribNodeNamePreservesCaseGetNode): Ditto. |
| (testAttribNodeNamePreservesCaseGetNode2): Ditto. Use createAttributeNS to create a case-preserving Attr node. |
| |
| * fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt: |
| * fast/dom/Element/setAttributeNode-case-insensitivity.html: Since getAttributeNode does a case-insensitive |
| lookup, we should be getting the same Attr node for both 'style' and 'STYLE'. |
| |
| * fast/dom/Element/setAttributeNode-for-existing-attribute-expected.txt: Rebaselined. This is a progression |
| since we're now getting "green" when querying style.backgroundColor as expected. |
| |
| * fast/dom/Element/setAttributeNode-overriding-lowercase-values-1-expected.txt: |
| * fast/dom/Element/setAttributeNode-overriding-lowercase-values-1.html: Updated test cases for new behavior. |
| |
| * fast/dom/Element/setAttributeNode-overriding-lowercase-values-1-xml-expected.txt: Added. |
| * fast/dom/Element/setAttributeNode-overriding-lowercase-values-1-xml.xhtml: Added. Test behaviors in a XML |
| document. |
| |
| 2016-01-18 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Add private-browsing variant for many IDB tests, and enable private browsing in Modern IDB. |
| https://bugs.webkit.org/show_bug.cgi?id=153179 |
| |
| Reviewed by Darin Adler. |
| |
| Update many expectations files to skip some of the new tests on some platforms: |
| * TestExpectations: |
| * platform/mac-wk1/TestExpectations: |
| * platform/wk2/TestExpectations: |
| |
| Add a special case for URLs that end with "-private.html" to enable private browsing: |
| * resources/js-test.js: |
| |
| Add a whole bunch of -private.html wrappers along with new test expectations, along |
| with some minor test changes to remove unnecessary ambiguity due to .html filename: |
| * storage/indexeddb/aborted-versionchange-closes-private-expected.txt: Added. |
| * storage/indexeddb/aborted-versionchange-closes-private.html: Added. |
| * storage/indexeddb/basics-private-expected.txt: Added. |
| * storage/indexeddb/basics-private.html: Added. |
| * storage/indexeddb/create-and-remove-object-store-private-expected.txt: Added. |
| * storage/indexeddb/create-and-remove-object-store-private.html: Added. |
| * storage/indexeddb/create-object-store-options-private-expected.txt: Added. |
| * storage/indexeddb/create-object-store-options-private.html: Added. |
| * storage/indexeddb/createIndex-after-failure-private-expected.txt: Added. |
| * storage/indexeddb/createIndex-after-failure-private.html: Added. |
| * storage/indexeddb/createObjectStore-name-argument-required-private-expected.txt: Added. |
| * storage/indexeddb/createObjectStore-name-argument-required-private.html: Added. |
| * storage/indexeddb/createObjectStore-null-name-private-expected.txt: Added. |
| * storage/indexeddb/createObjectStore-null-name-private.html: Added. |
| * storage/indexeddb/cursor-added-bug-private-expected.txt: Added. |
| * storage/indexeddb/cursor-added-bug-private.html: Added. |
| * storage/indexeddb/cursor-advance-private-expected.txt: Added. |
| * storage/indexeddb/cursor-advance-private.html: Added. |
| * storage/indexeddb/cursor-basics-private-expected.txt: Added. |
| * storage/indexeddb/cursor-basics-private.html: Added. |
| * storage/indexeddb/cursor-continue-dir-private-expected.txt: Added. |
| * storage/indexeddb/cursor-continue-dir-private.html: Added. |
| * storage/indexeddb/cursor-continue-private-expected.txt: Added. |
| * storage/indexeddb/cursor-continue-private.html: Added. |
| * storage/indexeddb/cursor-continue-validity-private-expected.txt: Added. |
| * storage/indexeddb/cursor-continue-validity-private.html: Added. |
| * storage/indexeddb/cursor-delete-private-expected.txt: Added. |
| * storage/indexeddb/cursor-delete-private.html: Added. |
| * storage/indexeddb/cursor-finished-private-expected.txt: Added. |
| * storage/indexeddb/cursor-finished-private.html: Added. |
| * storage/indexeddb/cursor-inconsistency-private-expected.txt: Added. |
| * storage/indexeddb/cursor-inconsistency-private.html: Added. |
| * storage/indexeddb/cursor-index-delete-private-expected.txt: Added. |
| * storage/indexeddb/cursor-index-delete-private.html: Added. |
| * storage/indexeddb/cursor-key-order-private-expected.txt: Added. |
| * storage/indexeddb/cursor-key-order-private.html: Added. |
| * storage/indexeddb/cursor-prev-no-duplicate-private-expected.txt: Added. |
| * storage/indexeddb/cursor-prev-no-duplicate-private.html: Added. |
| * storage/indexeddb/cursor-primary-key-order-private-expected.txt: Added. |
| * storage/indexeddb/cursor-primary-key-order-private.html: Added. |
| * storage/indexeddb/cursor-properties-private-expected.txt: Added. |
| * storage/indexeddb/cursor-properties-private.html: Added. |
| * storage/indexeddb/cursor-reverse-bug-private-expected.txt: Added. |
| * storage/indexeddb/cursor-reverse-bug-private.html: Added. |
| * storage/indexeddb/cursor-skip-deleted-private-expected.txt: Added. |
| * storage/indexeddb/cursor-skip-deleted-private.html: Added. |
| * storage/indexeddb/cursor-update-private-expected.txt: Added. |
| * storage/indexeddb/cursor-update-private.html: Added. |
| * storage/indexeddb/cursor-update-value-argument-required-private-expected.txt: Added. |
| * storage/indexeddb/cursor-update-value-argument-required-private.html: Added. |
| * storage/indexeddb/cursor-value-private-expected.txt: Added. |
| * storage/indexeddb/cursor-value-private.html: Added. |
| * storage/indexeddb/database-basics-private-expected.txt: Added. |
| * storage/indexeddb/database-basics-private.html: Added. |
| * storage/indexeddb/database-close-private-expected.txt: Added. |
| * storage/indexeddb/database-close-private.html: Added. |
| * storage/indexeddb/database-closepending-flag-private-expected.txt: Added. |
| * storage/indexeddb/database-closepending-flag-private.html: Added. |
| * storage/indexeddb/database-deletepending-flag-private-expected.txt: Added. |
| * storage/indexeddb/database-deletepending-flag-private.html: Added. |
| * storage/indexeddb/database-name-undefined-private-expected.txt: Added. |
| * storage/indexeddb/database-name-undefined-private.html: Added. |
| * storage/indexeddb/database-odd-names-private-expected.txt: Added. |
| * storage/indexeddb/database-odd-names-private.html: Added. |
| * storage/indexeddb/database-quota-private-expected.txt: Added. |
| * storage/indexeddb/database-quota-private.html: Added. |
| * storage/indexeddb/database-wrapper-private-expected.txt: Added. |
| * storage/indexeddb/database-wrapper-private.html: Added. |
| * storage/indexeddb/delete-closed-database-object-private-expected.txt: Added. |
| * storage/indexeddb/delete-closed-database-object-private.html: Added. |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-private-expected.txt: Added. |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-private.html: Added. |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-private-expected.txt: Added. |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-private.html: Added. |
| * storage/indexeddb/delete-range-private-expected.txt: Added. |
| * storage/indexeddb/delete-range-private.html: Added. |
| * storage/indexeddb/deleteIndex-private-expected.txt: Added. |
| * storage/indexeddb/deleteIndex-private.html: Added. |
| * storage/indexeddb/deleteObjectStore-name-argument-required-private-expected.txt: Added. |
| * storage/indexeddb/deleteObjectStore-name-argument-required-private.html: Added. |
| * storage/indexeddb/deleteObjectStore-null-name-private-expected.txt: Added. |
| * storage/indexeddb/deleteObjectStore-null-name-private.html: Added. |
| * storage/indexeddb/deleted-objects-private-expected.txt: Added. |
| * storage/indexeddb/deleted-objects-private.html: Added. |
| * storage/indexeddb/deletedatabase-blocked-private-expected.txt: Added. |
| * storage/indexeddb/deletedatabase-blocked-private.html: Added. |
| * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-private-expected.txt: Added. |
| * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-private.html: Added. |
| * storage/indexeddb/deletedatabase-delayed-by-versionchange-private-expected.txt: Added. |
| * storage/indexeddb/deletedatabase-not-blocked-private-expected.txt: Added. |
| * storage/indexeddb/deletedatabase-not-blocked-private.html: Added. |
| * storage/indexeddb/dont-wedge-private-expected.txt: Added. |
| * storage/indexeddb/dont-wedge-private.html: Added. |
| * storage/indexeddb/duplicates-private-expected.txt: Added. |
| * storage/indexeddb/duplicates-private.html: Added. |
| * storage/indexeddb/error-causes-abort-by-default-private-expected.txt: Added. |
| * storage/indexeddb/error-causes-abort-by-default-private.html: Added. |
| * storage/indexeddb/events-private-expected.txt: Added. |
| * storage/indexeddb/events-private.html: Added. |
| * storage/indexeddb/exception-in-event-aborts-private-expected.txt: Added. |
| * storage/indexeddb/exception-in-event-aborts-private.html: Added. |
| * storage/indexeddb/exceptions-private-expected.txt: Added. |
| * storage/indexeddb/exceptions-private.html: Added. |
| * storage/indexeddb/factory-cmp-private-expected.txt: Added. |
| * storage/indexeddb/factory-cmp-private.html: Added. |
| * storage/indexeddb/factory-deletedatabase-private-expected.txt: Added. |
| * storage/indexeddb/factory-deletedatabase-private.html: Added. |
| * storage/indexeddb/get-keyrange-private-expected.txt: Added. |
| * storage/indexeddb/get-keyrange-private.html: Added. |
| * storage/indexeddb/index-basics-private-expected.txt: Added. |
| * storage/indexeddb/index-basics-private.html: Added. |
| * storage/indexeddb/index-count-private-expected.txt: Added. |
| * storage/indexeddb/index-count-private.html: Added. |
| * storage/indexeddb/index-cursor-private-expected.txt: Added. |
| * storage/indexeddb/index-cursor-private.html: Added. |
| * storage/indexeddb/index-duplicate-keypaths-private-expected.txt: Added. |
| * storage/indexeddb/index-duplicate-keypaths-private.html: Added. |
| * storage/indexeddb/index-get-key-argument-required-private-expected.txt: Added. |
| * storage/indexeddb/index-get-key-argument-required-private.html: Added. |
| * storage/indexeddb/index-multientry-private-expected.txt: Added. |
| * storage/indexeddb/index-multientry-private.html: Added. |
| * storage/indexeddb/index-population-private-expected.txt: Added. |
| * storage/indexeddb/index-population-private.html: Added. |
| * storage/indexeddb/index-unique-private-expected.txt: Added. |
| * storage/indexeddb/index-unique-private.html: Added. |
| * storage/indexeddb/interfaces-private-expected.txt: Added. |
| * storage/indexeddb/interfaces-private.html: Added. |
| * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-private-expected.txt: Added. |
| * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-private.html: Added. |
| * storage/indexeddb/intversion-bad-parameters-private-expected.txt: Added. |
| * storage/indexeddb/intversion-bad-parameters-private.html: Added. |
| * storage/indexeddb/intversion-blocked-private-expected.txt: Added. |
| * storage/indexeddb/intversion-blocked-private.html: Added. |
| * storage/indexeddb/intversion-close-between-events-private-expected.txt: Added. |
| * storage/indexeddb/intversion-close-between-events-private.html: Added. |
| * storage/indexeddb/intversion-close-in-oncomplete-private-expected.txt: Added. |
| * storage/indexeddb/intversion-close-in-oncomplete-private.html: Added. |
| * storage/indexeddb/intversion-close-in-upgradeneeded-private-expected.txt: Added. |
| * storage/indexeddb/intversion-close-in-upgradeneeded-private.html: Added. |
| * storage/indexeddb/intversion-encoding-private-expected.txt: Added. |
| * storage/indexeddb/intversion-encoding-private.html: Added. |
| * storage/indexeddb/intversion-gated-on-delete-private-expected.txt: Added. |
| * storage/indexeddb/intversion-gated-on-delete-private.html: Added. |
| * storage/indexeddb/intversion-long-queue-private-expected.txt: Added. |
| * storage/indexeddb/intversion-long-queue-private.html: Added. |
| * storage/indexeddb/intversion-omit-parameter-private-expected.txt: Added. |
| * storage/indexeddb/intversion-omit-parameter-private.html: Added. |
| * storage/indexeddb/intversion-open-in-upgradeneeded-private-expected.txt: Added. |
| * storage/indexeddb/intversion-open-in-upgradeneeded-private.html: Added. |
| * storage/indexeddb/intversion-open-with-version-private-expected.txt: Added. |
| * storage/indexeddb/intversion-open-with-version-private.html: Added. |
| * storage/indexeddb/intversion-pending-version-changes-ascending-private-expected.txt: Added. |
| * storage/indexeddb/intversion-pending-version-changes-ascending-private.html: Added. |
| * storage/indexeddb/intversion-pending-version-changes-descending-private-expected.txt: Added. |
| * storage/indexeddb/intversion-pending-version-changes-descending-private.html: Added. |
| * storage/indexeddb/intversion-pending-version-changes-same-private-expected.txt: Added. |
| * storage/indexeddb/intversion-pending-version-changes-same-private.html: Added. |
| * storage/indexeddb/intversion-persistence-private-expected.txt: Added. |
| * storage/indexeddb/intversion-persistence-private.html: Added. |
| * storage/indexeddb/intversion-revert-on-abort-private-expected.txt: Added. |
| * storage/indexeddb/intversion-revert-on-abort-private.html: Added. |
| * storage/indexeddb/intversion-two-opens-no-versions-private-expected.txt: Added. |
| * storage/indexeddb/intversion-two-opens-no-versions-private.html: Added. |
| * storage/indexeddb/intversion-upgrades-private-expected.txt: Added. |
| * storage/indexeddb/intversion-upgrades-private.html: Added. |
| * storage/indexeddb/invalid-keys-private-expected.txt: Added. |
| * storage/indexeddb/invalid-keys-private.html: Added. |
| * storage/indexeddb/key-generator-private-expected.txt: Added. |
| * storage/indexeddb/key-generator-private.html: Added. |
| * storage/indexeddb/key-sort-order-across-types-private-expected.txt: Added. |
| * storage/indexeddb/key-sort-order-across-types-private.html: Added. |
| * storage/indexeddb/key-sort-order-date-private-expected.txt: Added. |
| * storage/indexeddb/key-sort-order-date-private.html: Added. |
| * storage/indexeddb/key-type-array-private-expected.txt: Added. |
| * storage/indexeddb/key-type-array-private.html: Added. |
| * storage/indexeddb/key-type-binary-private-expected.txt: Added. |
| * storage/indexeddb/key-type-binary-private.html: Added. |
| * storage/indexeddb/key-type-infinity-private-expected.txt: Added. |
| * storage/indexeddb/key-type-infinity-private.html: Added. |
| * storage/indexeddb/keypath-arrays-private-expected.txt: Added. |
| * storage/indexeddb/keypath-arrays-private.html: Added. |
| * storage/indexeddb/keypath-basics-private-expected.txt: Added. |
| * storage/indexeddb/keypath-basics-private.html: Added. |
| * storage/indexeddb/keypath-edges-private-expected.txt: Added. |
| * storage/indexeddb/keypath-edges-private.html: Added. |
| * storage/indexeddb/keypath-fetch-key-private-expected.txt: Added. |
| * storage/indexeddb/keypath-fetch-key-private.html: Added. |
| * storage/indexeddb/keypath-intrinsic-properties-private-expected.txt: Added. |
| * storage/indexeddb/keypath-intrinsic-properties-private.html: Added. |
| * storage/indexeddb/keyrange-private-expected.txt: Added. |
| * storage/indexeddb/keyrange-private.html: Added. |
| * storage/indexeddb/keyrange-required-arguments-private-expected.txt: Added. |
| * storage/indexeddb/keyrange-required-arguments-private.html: Added. |
| * storage/indexeddb/lazy-index-types-private-expected.txt: Added. |
| * storage/indexeddb/lazy-index-types-private.html: Added. |
| * storage/indexeddb/legacy-constants-private-expected.txt: Added. |
| * storage/indexeddb/legacy-constants-private.html: Added. |
| * storage/indexeddb/list-ordering-private-expected.txt: Added. |
| * storage/indexeddb/list-ordering-private.html: Added. |
| * storage/indexeddb/metadata-private-expected.txt: Added. |
| * storage/indexeddb/metadata-private.html: Added. |
| * storage/indexeddb/mutating-cursor-private-expected.txt: Added. |
| * storage/indexeddb/mutating-cursor-private.html: Added. |
| * storage/indexeddb/objectStore-required-arguments-private-expected.txt: Added. |
| * storage/indexeddb/objectStore-required-arguments-private.html: Added. |
| * storage/indexeddb/objectstore-autoincrement-private-expected.txt: Added. |
| * storage/indexeddb/objectstore-autoincrement-private.html: Added. |
| * storage/indexeddb/objectstore-basics-private-expected.txt: Added. |
| * storage/indexeddb/objectstore-basics-private.html: Added. |
| * storage/indexeddb/objectstore-clear-private-expected.txt: Added. |
| * storage/indexeddb/objectstore-clear-private.html: Added. |
| * storage/indexeddb/objectstore-count-private-expected.txt: Added. |
| * storage/indexeddb/objectstore-count-private.html: Added. |
| * storage/indexeddb/objectstore-cursor-private-expected.txt: Added. |
| * storage/indexeddb/objectstore-cursor-private.html: Added. |
| * storage/indexeddb/objectstore-removeobjectstore-private-expected.txt: Added. |
| * storage/indexeddb/objectstore-removeobjectstore-private.html: Added. |
| * storage/indexeddb/odd-strings-private-expected.txt: Added. |
| * storage/indexeddb/odd-strings-private.html: Added. |
| * storage/indexeddb/open-cursor-private-expected.txt: Added. |
| * storage/indexeddb/open-cursor-private.html: Added. |
| * storage/indexeddb/open-during-transaction-private-expected.txt: Added. |
| * storage/indexeddb/open-during-transaction-private.html: Added. |
| * storage/indexeddb/open-ordering-private-expected.txt: Added. |
| * storage/indexeddb/open-ordering-private.html: Added. |
| * storage/indexeddb/opencursor-key-private-expected.txt: Added. |
| * storage/indexeddb/opencursor-key-private.html: Added. |
| * storage/indexeddb/pending-activity-private-expected.txt: Added. |
| * storage/indexeddb/pending-activity-private.html: Added. |
| * storage/indexeddb/pending-version-change-on-exit-private-expected.txt: Added. |
| * storage/indexeddb/pending-version-change-on-exit-private.html: Added. |
| * storage/indexeddb/pending-version-change-stuck-private-expected.txt: Added. |
| * storage/indexeddb/pending-version-change-stuck-private.html: Added. |
| * storage/indexeddb/persistence-expected.txt: |
| * storage/indexeddb/persistence-private-expected.txt: Copied from LayoutTests/storage/indexeddb/persistence-expected.txt. |
| * storage/indexeddb/persistence-private.html: Added. |
| * storage/indexeddb/prefetch-bugfix-108071-private-expected.txt: Added. |
| * storage/indexeddb/prefetch-bugfix-108071-private.html: Added. |
| * storage/indexeddb/queued-commands-private-expected.txt: Added. |
| * storage/indexeddb/queued-commands-private.html: Added. |
| * storage/indexeddb/readonly-private-expected.txt: Added. |
| * storage/indexeddb/readonly-private.html: Added. |
| * storage/indexeddb/readonly-properties-private-expected.txt: Added. |
| * storage/indexeddb/readonly-properties-private.html: Added. |
| * storage/indexeddb/removed-private-expected.txt: Added. |
| * storage/indexeddb/removed-private.html: Added. |
| * storage/indexeddb/request-continue-abort-private-expected.txt: Added. |
| * storage/indexeddb/request-continue-abort-private.html: Added. |
| * storage/indexeddb/request-event-propagation-private-expected.txt: Added. |
| * storage/indexeddb/request-event-propagation-private.html: Added. |
| * storage/indexeddb/resources/persistence.js: |
| * storage/indexeddb/set_version_blocked-private-expected.txt: Added. |
| * storage/indexeddb/set_version_blocked-private.html: Added. |
| * storage/indexeddb/setversion-blocked-by-versionchange-close-private-expected.txt: Added. |
| * storage/indexeddb/setversion-blocked-by-versionchange-close-private.html: Added. |
| * storage/indexeddb/setversion-not-blocked-private-expected.txt: Added. |
| * storage/indexeddb/setversion-not-blocked-private.html: Added. |
| * storage/indexeddb/transaction-abort-private-expected.txt: Added. |
| * storage/indexeddb/transaction-abort-private.html: Added. |
| * storage/indexeddb/transaction-active-flag-private-expected.txt: Added. |
| * storage/indexeddb/transaction-active-flag-private.html: Added. |
| * storage/indexeddb/transaction-after-close-private-expected.txt: Added. |
| * storage/indexeddb/transaction-after-close-private.html: Added. |
| * storage/indexeddb/transaction-and-objectstore-calls-private-expected.txt: Added. |
| * storage/indexeddb/transaction-and-objectstore-calls-private.html: Added. |
| * storage/indexeddb/transaction-basics-private-expected.txt: Added. |
| * storage/indexeddb/transaction-basics-private.html: Added. |
| * storage/indexeddb/transaction-complete-workers-private-expected.txt: Added. |
| * storage/indexeddb/transaction-complete-workers-private.html: Added. |
| * storage/indexeddb/transaction-coordination-across-databases-private-expected.txt: Added. |
| * storage/indexeddb/transaction-coordination-across-databases-private.html: Added. |
| * storage/indexeddb/transaction-coordination-within-database-private-expected.txt: Added. |
| * storage/indexeddb/transaction-coordination-within-database-private.html: Added. |
| * storage/indexeddb/transaction-crash-on-abort-private-expected.txt: Added. |
| * storage/indexeddb/transaction-crash-on-abort-private.html: Added. |
| * storage/indexeddb/transaction-error-private-expected.txt: Added. |
| * storage/indexeddb/transaction-error-private.html: Added. |
| * storage/indexeddb/transaction-event-propagation-private-expected.txt: Added. |
| * storage/indexeddb/transaction-event-propagation-private.html: Added. |
| * storage/indexeddb/transaction-read-only-private-expected.txt: Added. |
| * storage/indexeddb/transaction-read-only-private.html: Added. |
| * storage/indexeddb/transaction-readwrite-exclusive-private-expected.txt: Added. |
| * storage/indexeddb/transaction-readwrite-exclusive-private.html: Added. |
| * storage/indexeddb/transaction-rollback-private-expected.txt: Added. |
| * storage/indexeddb/transaction-rollback-private.html: Added. |
| * storage/indexeddb/transaction-scope-sequencing-private-expected.txt: Added. |
| * storage/indexeddb/transaction-scope-sequencing-private.html: Added. |
| * storage/indexeddb/transaction-starvation-private-expected.txt: Added. |
| * storage/indexeddb/transaction-storeNames-required-private-expected.txt: Added. |
| * storage/indexeddb/transaction-storeNames-required-private.html: Added. |
| * storage/indexeddb/unblocked-version-changes-private-expected.txt: Added. |
| * storage/indexeddb/unblocked-version-changes-private.html: Added. |
| * storage/indexeddb/unprefix-private-expected.txt: Added. |
| * storage/indexeddb/unprefix-private.html: Added. |
| * storage/indexeddb/value-undefined-private-expected.txt: Added. |
| * storage/indexeddb/value-undefined-private.html: Added. |
| * storage/indexeddb/values-odd-types-private-expected.txt: Added. |
| * storage/indexeddb/values-odd-types-private.html: Added. |
| * storage/indexeddb/version-change-abort-private-expected.txt: Added. |
| * storage/indexeddb/version-change-abort-private.html: Added. |
| * storage/indexeddb/version-change-exclusive-private-expected.txt: Added. |
| * storage/indexeddb/version-change-exclusive-private.html: Added. |
| * storage/indexeddb/versionchangerequest-activedomobject-private-expected.txt: Added. |
| * storage/indexeddb/versionchangerequest-activedomobject-private.html: Added. |
| |
| 2016-01-18 Nan Wang <n_wang@apple.com> |
| |
| AX: [Mac] Implement next/previous text marker functions using TextIterator |
| https://bugs.webkit.org/show_bug.cgi?id=152728 |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/mac/previous-next-text-marker-expected.txt: Added. |
| * accessibility/mac/previous-next-text-marker.html: Added. |
| * accessibility/mac/text-marker-with-user-select-none-expected.txt: Added. |
| * accessibility/mac/text-marker-with-user-select-none.html: Added. |
| |
| 2016-01-17 Simon Fraser <simon.fraser@apple.com> |
| |
| More displaylist tests, and minor cleanup |
| https://bugs.webkit.org/show_bug.cgi?id=153198 |
| |
| Reviewed by Zalan Bujtas. |
| |
| A couple more display list tests that check that the computed extent of an item |
| includes shadows and transforms. |
| |
| WK1 results differ in that they disable should-subpixel-quantize-fonts in the state |
| (which is a bug). |
| |
| Move some shared JS into a helper file. |
| |
| * displaylists/extent-includes-shadow-expected.txt: Added. |
| * displaylists/extent-includes-shadow.html: Added. |
| * displaylists/extent-includes-transforms-expected.txt: Added. |
| * displaylists/extent-includes-transforms.html: Added. |
| * displaylists/layer-dispay-list.html: |
| * displaylists/resources/dump-target-display-list.js: Added. |
| (doTest): |
| * platform/mac-wk1/displaylists/extent-includes-shadow-expected.txt: Added. |
| * platform/mac-wk1/displaylists/extent-includes-transforms-expected.txt: Added. |
| |
| 2016-01-17 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: .js test files should not log database names. |
| https://bugs.webkit.org/show_bug.cgi?id=153181 |
| |
| Reviewed by Alex Christensen. |
| |
| We'll be sharing .js files as well as test expectations between different HTML test files, |
| and logging the filename is counter to this goal, as it will change depending on the HTML |
| driver running the test. |
| |
| * storage/indexeddb/resources/shared.js: |
| (setDBNameFromPath): eval() setting the filename instead of evalAndLog(). |
| |
| * platform/wk2/storage/indexeddb/aborted-versionchange-closes-expected.txt: |
| * platform/wk2/storage/indexeddb/create-and-remove-object-store-expected.txt: |
| * platform/wk2/storage/indexeddb/cursor-continue-dir-expected.txt: |
| * platform/wk2/storage/indexeddb/cursor-continue-expected.txt: |
| * platform/wk2/storage/indexeddb/cursor-finished-expected.txt: |
| * platform/wk2/storage/indexeddb/database-basics-expected.txt: |
| * platform/wk2/storage/indexeddb/index-count-expected.txt: |
| * platform/wk2/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt: |
| * platform/wk2/storage/indexeddb/intversion-close-in-oncomplete-expected.txt: |
| * platform/wk2/storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: |
| * platform/wk2/storage/indexeddb/invalid-keys-expected.txt: |
| * platform/wk2/storage/indexeddb/key-type-array-expected.txt: |
| * platform/wk2/storage/indexeddb/keypath-arrays-expected.txt: |
| * platform/wk2/storage/indexeddb/keypath-edges-expected.txt: |
| * platform/wk2/storage/indexeddb/mozilla/bad-keypath-expected.txt: |
| * platform/wk2/storage/indexeddb/mozilla/clear-expected.txt: |
| * platform/wk2/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: |
| * platform/wk2/storage/indexeddb/mozilla/cursors-expected.txt: |
| * platform/wk2/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: |
| * platform/wk2/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: |
| * platform/wk2/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: |
| * platform/wk2/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: |
| * platform/wk2/storage/indexeddb/mozilla/readonly-transactions-expected.txt: |
| * platform/wk2/storage/indexeddb/object-lookups-in-versionchange-expected.txt: |
| * platform/wk2/storage/indexeddb/objectstore-count-expected.txt: |
| * platform/wk2/storage/indexeddb/open-cursor-expected.txt: |
| * platform/wk2/storage/indexeddb/request-result-cache-expected.txt: |
| * platform/wk2/storage/indexeddb/transaction-abort-expected.txt: |
| * platform/wk2/storage/indexeddb/transaction-active-flag-expected.txt: |
| * platform/wk2/storage/indexeddb/transaction-after-close-expected.txt: |
| * platform/wk2/storage/indexeddb/transaction-read-only-expected.txt: |
| * platform/wk2/storage/indexeddb/version-change-exclusive-expected.txt: |
| * storage/indexeddb/aborted-versionchange-closes-expected.txt: |
| * storage/indexeddb/clone-exception-expected.txt: |
| * storage/indexeddb/closed-cursor-expected.txt: |
| * storage/indexeddb/create-and-remove-object-store-expected.txt: |
| * storage/indexeddb/create-object-store-options-expected.txt: |
| * storage/indexeddb/createIndex-after-failure-expected.txt: |
| * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: |
| * storage/indexeddb/createObjectStore-null-name-expected.txt: |
| * storage/indexeddb/cursor-added-bug-expected.txt: |
| * storage/indexeddb/cursor-advance-expected.txt: |
| * storage/indexeddb/cursor-basics-expected.txt: |
| * storage/indexeddb/cursor-cast-expected.txt: |
| * storage/indexeddb/cursor-continue-dir-expected.txt: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/cursor-continue-validity-expected.txt: |
| * storage/indexeddb/cursor-delete-expected.txt: |
| * storage/indexeddb/cursor-finished-expected.txt: |
| * storage/indexeddb/cursor-inconsistency-expected.txt: |
| * storage/indexeddb/cursor-index-delete-expected.txt: |
| * storage/indexeddb/cursor-key-order-expected.txt: |
| * storage/indexeddb/cursor-overloads-expected.txt: |
| * storage/indexeddb/cursor-prev-no-duplicate-expected.txt: |
| * storage/indexeddb/cursor-primary-key-order-expected.txt: |
| * storage/indexeddb/cursor-properties-expected.txt: |
| * storage/indexeddb/cursor-reverse-bug-expected.txt: |
| * storage/indexeddb/cursor-skip-deleted-expected.txt: |
| * storage/indexeddb/cursor-update-expected.txt: |
| * storage/indexeddb/cursor-update-value-argument-required-expected.txt: |
| * storage/indexeddb/cursor-value-expected.txt: |
| * storage/indexeddb/database-basics-expected.txt: |
| * storage/indexeddb/database-close-expected.txt: |
| * storage/indexeddb/database-closepending-flag-expected.txt: |
| * storage/indexeddb/database-deletepending-flag-expected.txt: |
| * storage/indexeddb/database-wrapper-expected.txt: |
| * storage/indexeddb/delete-closed-database-object-expected.txt: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success-expected.txt: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: |
| * storage/indexeddb/delete-range-expected.txt: |
| * storage/indexeddb/deleteIndex-expected.txt: |
| * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: |
| * storage/indexeddb/deleteObjectStore-null-name-expected.txt: |
| * storage/indexeddb/deleted-objects-expected.txt: |
| * storage/indexeddb/deletedatabase-blocked-expected.txt: |
| * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt: |
| * storage/indexeddb/deletedatabase-not-blocked-expected.txt: |
| * storage/indexeddb/deletedatabase-transaction-expected.txt: |
| * storage/indexeddb/dont-wedge-expected.txt: |
| * storage/indexeddb/duplicates-expected.txt: |
| * storage/indexeddb/error-causes-abort-by-default-expected.txt: |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: |
| * storage/indexeddb/exceptions-expected.txt: |
| * storage/indexeddb/factory-deletedatabase-expected.txt: |
| * storage/indexeddb/get-keyrange-expected.txt: |
| * storage/indexeddb/index-basics-expected.txt: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/index-cursor-expected.txt: |
| * storage/indexeddb/index-duplicate-keypaths-expected.txt: |
| * storage/indexeddb/index-get-key-argument-required-expected.txt: |
| * storage/indexeddb/index-multientry-expected.txt: |
| * storage/indexeddb/index-population-expected.txt: |
| * storage/indexeddb/index-unique-expected.txt: |
| * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt: |
| * storage/indexeddb/intversion-bad-parameters-expected.txt: |
| * storage/indexeddb/intversion-blocked-expected.txt: |
| * storage/indexeddb/intversion-close-between-events-expected.txt: |
| * storage/indexeddb/intversion-close-in-oncomplete-expected.txt: |
| * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: |
| * storage/indexeddb/intversion-encoding-expected.txt: |
| * storage/indexeddb/intversion-gated-on-delete-expected.txt: |
| * storage/indexeddb/intversion-long-queue-expected.txt: |
| * storage/indexeddb/intversion-omit-parameter-expected.txt: |
| * storage/indexeddb/intversion-open-in-upgradeneeded-expected.txt: |
| * storage/indexeddb/intversion-open-with-version-expected.txt: |
| * storage/indexeddb/intversion-pending-version-changes-ascending-expected.txt: |
| * storage/indexeddb/intversion-pending-version-changes-descending-expected.txt: |
| * storage/indexeddb/intversion-pending-version-changes-same-expected.txt: |
| * storage/indexeddb/intversion-persistence-expected.txt: |
| * storage/indexeddb/intversion-revert-on-abort-expected.txt: |
| * storage/indexeddb/intversion-two-opens-no-versions-expected.txt: |
| * storage/indexeddb/intversion-upgrades-expected.txt: |
| * storage/indexeddb/invalid-keys-expected.txt: |
| * storage/indexeddb/key-generator-expected.txt: |
| * storage/indexeddb/key-sort-order-across-types-expected.txt: |
| * storage/indexeddb/key-sort-order-date-expected.txt: |
| * storage/indexeddb/key-type-array-expected.txt: |
| * storage/indexeddb/key-type-binary-expected.txt: |
| * storage/indexeddb/key-type-infinity-expected.txt: |
| * storage/indexeddb/keypath-arrays-expected.txt: |
| * storage/indexeddb/keypath-basics-expected.txt: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/keypath-fetch-key-expected.txt: |
| * storage/indexeddb/keypath-intrinsic-properties-expected.txt: |
| * storage/indexeddb/lazy-index-population-expected.txt: |
| * storage/indexeddb/lazy-index-types-expected.txt: |
| * storage/indexeddb/list-ordering-expected.txt: |
| * storage/indexeddb/metadata-expected.txt: |
| * storage/indexeddb/metadata-race-expected.txt: |
| * storage/indexeddb/modern/abort-objectstore-info-expected.txt: |
| * storage/indexeddb/modern/blocked-open-db-requests-expected.txt: |
| * storage/indexeddb/modern/memory-index-not-deleted-with-objectstore-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-4-expected.txt: |
| * storage/indexeddb/mozilla/add-twice-failure-expected.txt: |
| * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt: |
| * storage/indexeddb/mozilla/bad-keypath-expected.txt: |
| * storage/indexeddb/mozilla/clear-expected.txt: |
| * storage/indexeddb/mozilla/create-index-unique-expected.txt: |
| * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt: |
| * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: |
| * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt: |
| * storage/indexeddb/mozilla/cursor-mutation-expected.txt: |
| * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: |
| * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: |
| * storage/indexeddb/mozilla/cursors-expected.txt: |
| * storage/indexeddb/mozilla/delete-result-expected.txt: |
| * storage/indexeddb/mozilla/event-source-expected.txt: |
| * storage/indexeddb/mozilla/global-data-expected.txt: |
| * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: |
| * storage/indexeddb/mozilla/indexes-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: |
| * storage/indexeddb/mozilla/object-cursors-expected.txt: |
| * storage/indexeddb/mozilla/object-identity-expected.txt: |
| * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt: |
| * storage/indexeddb/mozilla/object-store-remove-values-expected.txt: |
| * storage/indexeddb/mozilla/objectstorenames-expected.txt: |
| * storage/indexeddb/mozilla/odd-result-order-expected.txt: |
| * storage/indexeddb/mozilla/put-get-values-expected.txt: |
| * storage/indexeddb/mozilla/readonly-transactions-expected.txt: |
| * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: |
| * storage/indexeddb/mozilla/readyState-expected.txt: |
| * storage/indexeddb/mozilla/remove-index-expected.txt: |
| * storage/indexeddb/mozilla/remove-objectstore-expected.txt: |
| * storage/indexeddb/mozilla/versionchange-abort-expected.txt: |
| * storage/indexeddb/mutating-cursor-expected.txt: |
| * storage/indexeddb/noblobs-expected.txt: |
| * storage/indexeddb/object-lookups-in-versionchange-expected.txt: |
| * storage/indexeddb/objectStore-required-arguments-expected.txt: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-clear-expected.txt: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| * storage/indexeddb/objectstore-cursor-expected.txt: |
| * storage/indexeddb/objectstore-removeobjectstore-expected.txt: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/open-during-transaction-expected.txt: |
| * storage/indexeddb/open-ordering-expected.txt: |
| * storage/indexeddb/opencursor-key-expected.txt: |
| * storage/indexeddb/optional-arguments-expected.txt: |
| * storage/indexeddb/pending-activity-expected.txt: |
| * storage/indexeddb/persistence-expected.txt: |
| * storage/indexeddb/prefetch-bugfix-108071-expected.txt: |
| * storage/indexeddb/prefetch-invalidation-expected.txt: |
| * storage/indexeddb/prefetch-race-expected.txt: |
| * storage/indexeddb/queued-commands-expected.txt: |
| * storage/indexeddb/readonly-expected.txt: |
| * storage/indexeddb/readonly-properties-expected.txt: |
| * storage/indexeddb/request-continue-abort-expected.txt: |
| * storage/indexeddb/request-event-propagation-expected.txt: |
| * storage/indexeddb/request-result-cache-expected.txt: |
| * storage/indexeddb/set_version_blocked-expected.txt: |
| * storage/indexeddb/setversion-blocked-by-versionchange-close-expected.txt: |
| * storage/indexeddb/setversion-not-blocked-expected.txt: |
| * storage/indexeddb/structured-clone-expected.txt: |
| * storage/indexeddb/transaction-abort-expected.txt: |
| * storage/indexeddb/transaction-active-flag-expected.txt: |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt: |
| * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt: |
| * storage/indexeddb/transaction-coordination-across-databases-expected.txt: |
| * storage/indexeddb/transaction-coordination-within-database-expected.txt: |
| * storage/indexeddb/transaction-crash-in-tasks-expected.txt: |
| * storage/indexeddb/transaction-crash-on-abort-expected.txt: |
| * storage/indexeddb/transaction-error-expected.txt: |
| * storage/indexeddb/transaction-event-propagation-expected.txt: |
| * storage/indexeddb/transaction-ordering-expected.txt: |
| * storage/indexeddb/transaction-overlapping-expected.txt: |
| * storage/indexeddb/transaction-read-only-expected.txt: |
| * storage/indexeddb/transaction-readwrite-exclusive-expected.txt: |
| * storage/indexeddb/transaction-rollback-expected.txt: |
| * storage/indexeddb/transaction-scope-sequencing-expected.txt: |
| * storage/indexeddb/transaction-starvation-expected.txt: |
| * storage/indexeddb/transaction-storeNames-required-expected.txt: |
| * storage/indexeddb/unblocked-version-changes-expected.txt: |
| * storage/indexeddb/value-undefined-expected.txt: |
| * storage/indexeddb/values-odd-types-expected.txt: |
| * storage/indexeddb/version-change-abort-expected.txt: |
| * storage/indexeddb/version-change-event-expected.txt: |
| * storage/indexeddb/version-change-exclusive-expected.txt: |
| |
| 2016-01-16 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Remove TextRun::allowsRoundingHacks() |
| https://bugs.webkit.org/show_bug.cgi?id=153185 |
| |
| Reviewed by Simon Fraser. |
| |
| * platform/mac/fast/text/rounding-hacks-expansion.html: Removed. |
| * platform/mac/fast/text/rounding-hacks.html: Removed. |
| * platform/mac/platform/mac/fast/text/rounding-hacks-expansion-expected.png: Removed. |
| * platform/mac/platform/mac/fast/text/rounding-hacks-expansion-expected.txt: Removed. |
| * platform/mac/platform/mac/fast/text/rounding-hacks-expected.png: Removed. |
| * platform/mac/platform/mac/fast/text/rounding-hacks-expected.txt: Removed. |
| * svg/text/svg-font-word-rounding-hacks-spaces-expected.html: Removed. |
| * svg/text/svg-font-word-rounding-hacks-spaces.html: Removed. |
| |
| 2016-01-16 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| [ES6] Arrow function syntax. Arrow function should support the destructuring parameters. |
| https://bugs.webkit.org/show_bug.cgi?id=146934 |
| |
| Reviewed by Saam Barati. |
| |
| * js/arrowfunction-syntax-errors-expected.txt: |
| * js/arrowfunction-syntax-expected.txt: |
| * js/script-tests/arrowfunction-syntax-errors.js: |
| * js/script-tests/arrowfunction-syntax.js: |
| |
| 2016-01-16 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Add tests for Array Utilities like lowerBound/upperBound |
| https://bugs.webkit.org/show_bug.cgi?id=153177 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/unit-tests/array-utilities-expected.txt: Added. |
| * inspector/unit-tests/array-utilities.html: Added. |
| |
| 2016-01-16 Simon Fraser <simon.fraser@apple.com> |
| |
| This test needs to force layout before calling setElementUsesDisplayListDrawing(), |
| so that the layer already has its "drawsContents" property updated. |
| |
| * displaylists/layer-dispay-list.html: |
| |
| 2016-01-15 Jiewen Tan <jiewen_tan@apple.com> |
| |
| FrameLoaderClient::didReceiveServerRedirectForProvisionalLoadForFrame() is never called when loading a main resource from the memory cache |
| https://bugs.webkit.org/show_bug.cgi?id=152520 |
| <rdar://problem/23305737> |
| |
| Reviewed by Andy Estes. |
| |
| * http/tests/loading/resources/server-redirect-result.html: Added. |
| * http/tests/loading/resources/server-redirect.php: Added. |
| * http/tests/loading/server-redirect-for-provisional-load-caching-expected.txt: Added. |
| * http/tests/loading/server-redirect-for-provisional-load-caching.html: Added. |
| |
| 2016-01-15 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Content blocking console messages are not deterministic for one test |
| https://bugs.webkit.org/show_bug.cgi?id=153051 |
| |
| Unreviewed. |
| |
| Console messages will print the line number of whichever JavaScript line is |
| being parsed. However, font requests (and therefore content blockers) are |
| not run in response to script. The solution is to add the webfont style |
| from script, so the line number is deterministic. |
| |
| * http/tests/contentextensions/font-display-none-repeated-layout.html: |
| |
| 2016-01-15 Chris Dumez <cdumez@apple.com> |
| |
| Drop obsolete HTMLDocument.width / height attributes |
| https://bugs.webkit.org/show_bug.cgi?id=153144 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * fast/dom/HTMLDocument/width-and-height-expected.txt: Removed. |
| * fast/dom/HTMLDocument/width-and-height.html: Removed. |
| Drop outdated test. |
| |
| * fast/dom/Window/window-property-invalid-characters-ignored-expected.txt: |
| * fast/dom/Window/window-property-invalid-characters-ignored.html: |
| Stop relying on Document.width / height as these are obsolete. |
| |
| 2016-01-15 Beth Dakin <bdakin@apple.com> |
| |
| Add a test for touch events in scaled documents |
| https://bugs.webkit.org/show_bug.cgi?id=153149 |
| -and corresponding- |
| rdar://problem/24181371 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/events/touch/ios/touch-event-in-scaled-document-expected.txt: Added. |
| * fast/events/touch/ios/touch-event-in-scaled-document.html: Added. |
| |
| 2016-01-10 Simon Fraser <simon.fraser@apple.com> |
| |
| Make a way to test display-list drawing |
| https://bugs.webkit.org/show_bug.cgi?id=152956 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Enable displaylists tests on Mac and iOS. |
| |
| * TestExpectations: |
| * displaylists/layer-dispay-list-expected.txt: Added. |
| * displaylists/layer-dispay-list.html: Added. |
| * platform/ios-simulator/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2016-01-15 Ryosuke Niwa <rniwa@webkit.org> |
| |
| createElementNS and createAttributeNS should treat undefined namespaceURI as null string |
| https://bugs.webkit.org/show_bug.cgi?id=153119 |
| |
| Reviewed by Chris Dumez. |
| |
| Add a regression test for calling createAttributeNS with undefined namespaceURI. |
| |
| * fast/dom/Document/createAttributeNS-undefined-namespace-expected.txt: Added. |
| * fast/dom/Document/createAttributeNS-undefined-namespace.html: Added. |
| |
| 2016-01-15 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Refine http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer* |
| https://bugs.webkit.org/show_bug.cgi?id=153140 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-always.html: |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-default.html: |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-never.html: |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-no-referrer-when-downgrade.html: |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-no-referrer.html: |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-origin.html: |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-unsafe-url.html: |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped.html: |
| * http/tests/contentdispositionattachmentsandbox/resources/referer-header-stripped.js: |
| (onload): |
| (navigation): Deleted. |
| The reason why the tests are not completed after calling testRunner.notifyDone() is that the original navigation() |
| is bound as the onload of the iframe which will dispatch two load events. Therefore, navigation() will be called |
| twice. Here, change the navigation() to be bound with the main frame's onload function, which will restrict it to |
| be called only once. |
| |
| 2016-01-15 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [Cocoa] Font features are not applied to the system font |
| https://bugs.webkit.org/show_bug.cgi?id=153053 |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/text/system-font-features-expected.html: Added. |
| * fast/text/system-font-features.html: Added. |
| |
| 2016-01-15 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Media Query (-webkit-video-playable-inline) is failing as an invalid media query expression |
| https://bugs.webkit.org/show_bug.cgi?id=153111 |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/media/video-playable-inline-media-query-expected.txt: Added. |
| * fast/media/video-playable-inline-media-query.html: Added. |
| * platform/ios-simulator/ios/fast/media/video-inline-expected.txt: Removed. |
| * platform/ios-simulator/ios/fast/media/video-inline.html: Removed. |
| |
| 2016-01-15 Joseph Pecoraro <pecoraro@apple.com> |
| |
| LayoutTest inspector/script-profiler/event-type-Other.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=153016 |
| <rdar://problem/24192919> |
| |
| Reviewed by Brian Burg. |
| |
| Introduce a better way for the inspected page to signal to |
| the inspector page by dispatching an event with JSON data. |
| Use it in this test to try to eliminate flakyness. |
| |
| * http/tests/inspector/resources/inspector-test.js: |
| (TestPage.dispatchEventToFrontend): |
| * http/tests/inspector/resources/protocol-test.js: |
| (TestPage.runTest.window.runTest): |
| (TestPage.dispatchEventToFrontend): |
| * inspector/script-profiler/event-type-Other.html: |
| * inspector/unit-tests/inspector-test-dispatch-event-to-frontend-expected.txt: Added. |
| * inspector/unit-tests/inspector-test-dispatch-event-to-frontend.html: Added. |
| * inspector/unit-tests/protocol-test-dispatch-event-to-frontend-expected.txt: Added. |
| * inspector/unit-tests/protocol-test-dispatch-event-to-frontend.html: Added. |
| * platform/mac/TestExpectations: |
| |
| 2016-01-15 Zalan Bujtas <zalan@apple.com> |
| |
| ASSERTION FAILED: canHaveChildren() || canHaveGeneratedChildren() in WebCore::RenderElement::insertChildInternal |
| https://bugs.webkit.org/show_bug.cgi?id=123331 |
| |
| Reviewed by Darin Adler. |
| |
| Do not set named flow fragment bit on the flow until after the renderer is attached. Setting/resetting it too early |
| could affect the attach/detach process itself (This is similar to attaching a multi column flow thread). |
| |
| * fast/regions/input-box-with-region-assert-expected.txt: Added. |
| * fast/regions/input-box-with-region-assert.html: Added. |
| |
| 2016-01-15 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Fix some typos in unit tests |
| https://bugs.webkit.org/show_bug.cgi?id=153141 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/unit-tests/async-test-suite-expected.txt: |
| * inspector/unit-tests/async-test-suite.html: |
| * inspector/unit-tests/sync-test-suite-expected.txt: |
| * inspector/unit-tests/sync-test-suite.html: |
| Fix some typos. |
| |
| 2016-01-15 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline tables/mozilla_expected_failures/bugs/bug89315.html for ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152130 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: |
| |
| 2016-01-15 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [INTL] Implement Date.prototype.toLocaleString in ECMA-402 |
| https://bugs.webkit.org/show_bug.cgi?id=147611 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * js/intl-datetimeformat-expected.txt: Added test for null options. |
| * js/date-toLocaleString-expected.txt: Added. |
| * js/date-toLocaleString.html: Added. |
| * js/script-tests/intl-datetimeformat.js: Added test for null options. |
| * js/script-tests/date-toLocaleString.js: Added. |
| |
| 2016-01-15 Antti Koivisto <antti@apple.com> |
| |
| Switch out from ES6 arrow function syntax to allow the test to work with an older WebKit. |
| |
| * fast/loader/cache-encoding.html: |
| |
| 2016-01-15 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| [Streams API] Expose ReadableStream and relatives to Worker |
| https://bugs.webkit.org/show_bug.cgi?id=152066 |
| |
| Reviewed by Darin Adler. |
| |
| Rebasing tests as ReadableStream is now available in workers. |
| |
| * js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| |
| 2016-01-15 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| CORS: Fix the handling of redirected request containing Origin null. |
| https://bugs.webkit.org/show_bug.cgi?id=128816 |
| |
| Reviewed by Brent Fulgham. |
| |
| Merging Blink patch from George Ancil (https://chromiumcodereview.appspot.com/20735002) |
| |
| Added two tests to check CORS with Origin null in HTTP redirect and iframe cases. |
| Updated two test sandboxed iframes test expectations (requests are still denied but error messages are different). |
| |
| * http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow-origin-null-expected.txt: Added. |
| * http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow-origin-null.html: Added. |
| * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt: |
| * http/tests/xmlhttprequest/redirect-cors-origin-null-expected.txt: Added. |
| * http/tests/xmlhttprequest/redirect-cors-origin-null.html: Added. |
| * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow-origin-null-iframe.html: Added. |
| * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow-origin-null.cgi: Added. |
| * http/tests/xmlhttprequest/resources/redirect-cors-origin-null-pass.php: Added. |
| * http/tests/xmlhttprequest/resources/redirect-cors-origin-null.php: Added. |
| |
| 2016-01-14 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r195064. |
| https://bugs.webkit.org/show_bug.cgi?id=153118 |
| |
| test fails most of the time (Requested by alexchristensen on |
| #webkit). |
| |
| Reverted changeset: |
| |
| "Avoid downloading the wrong image for <picture> elements." |
| https://bugs.webkit.org/show_bug.cgi?id=153027 |
| http://trac.webkit.org/changeset/195064 |
| |
| 2016-01-14 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Test gardening after r195088 |
| |
| Unreviewed. |
| |
| * http/tests/contentextensions/font-display-none-repeated-layout-expected.txt: |
| |
| 2016-01-14 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Mixing Content Blocking of fonts and display:none rules causes battery drain |
| https://bugs.webkit.org/show_bug.cgi?id=153051 |
| <rdar://problem/23187709> |
| |
| Reviewed by Alex Christensen. |
| |
| Make sure that layoutCount does not skyrocket. |
| |
| * http/tests/contentextensions/font-display-none-repeated-layout-expected.txt: Added. |
| * http/tests/contentextensions/font-display-none-repeated-layout.html: Added. |
| * http/tests/contentextensions/font-display-none-repeated-layout.html.json: Added. |
| |
| 2016-01-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add document.defineCustomElement |
| https://bugs.webkit.org/show_bug.cgi?id=153092 |
| |
| Reviewed by Chris Dumez. |
| |
| Added tests for document.defineCustomElement and instantiating custom elements. |
| |
| * TestExpectations: Skipped the tests on non-Mac ports. |
| * fast/custom-elements: Added. |
| * fast/custom-elements/Document-defineCustomElement-expected.txt: Added. |
| * fast/custom-elements/Document-defineCustomElement.html: Added. |
| * fast/custom-elements/HTMLElement-constructor-expected.txt: Added. |
| * fast/custom-elements/HTMLElement-constructor.html: Added. |
| * platform/mac/TestExpectations: |
| |
| 2016-01-14 Beth Dakin <bdakin@apple.com> |
| |
| WK2: Request completion candidates when needed |
| https://bugs.webkit.org/show_bug.cgi?id=153040 |
| -and corresponding- |
| rdar://problem/24155631 |
| |
| Reviewed by Enrica Casucci and Tim Horton. |
| |
| Getting updated EditorState in platformEditorState causes some extra layout |
| to happen, so now the layout test results for WK2 reflect the results that we |
| already see on iOS for this test and they reflect the render tree as it is |
| when you load the page in browser. |
| * platform/mac/fast/dom/focus-contenteditable-expected.txt: |
| |
| WebKit 1 is not affected by these new results, so this adds WK-1 only results |
| that match the old Mac results. |
| * platform/mac-wk1/fast/dom: Added. |
| * platform/mac-wk1/fast/dom/focus-contenteditable-expected.txt: Added. |
| |
| 2016-01-14 Daniel Bates <dabates@apple.com> |
| |
| Disallow use of Geolocation service from unique origins |
| https://bugs.webkit.org/show_bug.cgi?id=153102 |
| <rdar://problem/23055645> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * fast/dom/Geolocation/dataURL-getCurrentPosition-expected.txt: Added. |
| * fast/dom/Geolocation/dataURL-getCurrentPosition.html: Added. |
| * fast/dom/Geolocation/dataURL-watchPosition-expected.txt: Added. |
| * fast/dom/Geolocation/dataURL-watchPosition.html: Added. |
| * fast/dom/Geolocation/srcdoc-getCurrentPosition-expected.txt: Added. |
| * fast/dom/Geolocation/srcdoc-getCurrentPosition.html: Added. |
| * fast/dom/Geolocation/srcdoc-watchPosition-expected.txt: Added. |
| * fast/dom/Geolocation/srcdoc-watchPosition.html: Added. |
| * http/tests/security/resources/checkThatPositionErrorCallbackIsCalledWithPositionUnavailableForGeolocationMethod.js: Added. |
| (done): |
| (logMessage): |
| (didReceivePosition): |
| (didReceiveError): |
| (checkThatPositionErrorCallbackIsCalledWithPositionUnavailableForGeolocationMethod): |
| (markupToCheckThatPositionErrorCallbackIsCalledWithPositionUnavailableForGeolocationMethod): |
| (dataURLToCheckThatPositionErrorCallbackIsCalledWithPositionUnavailableForGeolocationMethod): |
| * http/tests/security/resources/sandboxed-iframe-geolocation-getCurrentPosition.html: Added. |
| * http/tests/security/resources/sandboxed-iframe-geolocation-watchPosition.html: Added. |
| * http/tests/security/sandboxed-iframe-geolocation-getCurrentPosition-expected.txt: Added. |
| * http/tests/security/sandboxed-iframe-geolocation-getCurrentPosition.html: Added. |
| * http/tests/security/sandboxed-iframe-geolocation-watchPosition-expected.txt: Added. |
| * http/tests/security/sandboxed-iframe-geolocation-watchPosition.html: Added. |
| |
| 2016-01-14 Daniel Bates <dabates@apple.com> |
| |
| [XSS Auditor] Partial bypass when web server collapses path components |
| https://bugs.webkit.org/show_bug.cgi?id=152872 |
| |
| Reviewed by Brent Fulgham. |
| |
| Merged from Blink (patch by Tom Sepez <tsepez@chromium.org>): |
| <https://src.chromium.org/viewvc/blink?revision=167610&view=revision> |
| |
| * http/tests/security/xssAuditor/embed-tag-in-path-unterminated-expected.txt: Added. |
| * http/tests/security/xssAuditor/embed-tag-in-path-unterminated.html: Added. |
| * http/tests/security/xssAuditor/intercept/.htaccess: |
| |
| 2016-01-14 Zalan Bujtas <zalan@apple.com> |
| |
| [iOS Simulator] fast/table/003.html failing |
| https://bugs.webkit.org/show_bug.cgi?id=152444 |
| |
| Unreviewed gardening. |
| |
| * platform/ios-simulator/fast/table/003-expected.txt: |
| |
| 2016-01-14 Keith Miller <keith_miller@apple.com> |
| |
| [ES6] Support subclassing Function. |
| https://bugs.webkit.org/show_bug.cgi?id=153081 |
| |
| Reviewed by Geoffrey Garen. |
| |
| Rebasline tests with the new clearer error message. |
| |
| * js/class-syntax-extends-expected.txt: |
| * js/script-tests/class-syntax-extends.js: |
| |
| 2016-01-14 Zalan Bujtas <zalan@apple.com> |
| |
| ASSERTION FAILED: !newRelayoutRoot.container() || !newRelayoutRoot.container()->needsLayout() in WebCore::FrameView::scheduleRelayoutOfSubtree |
| https://bugs.webkit.org/show_bug.cgi?id=151605#c1 |
| |
| Reviewed by David Hyatt. |
| |
| Do not let RenderMultiColumnSet/RenderFlowThread mark ancestors dirty while updating scrollbars |
| for overflow content. While updating scrollbars, we only layout descendants so marking parents dirty |
| is unnecessary and could lead to an invalid dirty state. |
| |
| * fast/multicol/body-stuck-with-dirty-bit-with-columns-expected.txt: Added. |
| * fast/multicol/body-stuck-with-dirty-bit-with-columns.html: Added. |
| |
| 2016-01-14 Dave Hyatt <hyatt@apple.com> |
| |
| Avoid downloading the wrong image for <picture> elements. |
| https://bugs.webkit.org/show_bug.cgi?id=153027 |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/picture/image-picture-loads-1x-expected.txt: Added. |
| * fast/picture/image-picture-loads-1x.html: Added. |
| |
| 2016-01-14 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Move streams/webkitGetUserMedia-shadowing-then.html to fast/mediastream |
| https://bugs.webkit.org/show_bug.cgi?id=152973 |
| |
| Reviewed by Brent Fulgham. |
| |
| Moved the test, made it asynchronous to ensure that the error callback is called. |
| |
| * fast/mediastream/webkitGetUserMedia-shadowing-then-expected.txt: Renamed from LayoutTests/streams/webkitGetUserMedia-shadowing-then-expected.txt. |
| * fast/mediastream/webkitGetUserMedia-shadowing-then.html: Renamed from LayoutTests/streams/webkitGetUserMedia-shadowing-then.html. |
| |
| 2016-01-14 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r195002. |
| https://bugs.webkit.org/show_bug.cgi?id=153098 |
| |
| Crashes many/most editing tests (Requested by ap on #webkit). |
| |
| Reverted changeset: |
| |
| "WK2: Request completion candidates when needed" |
| https://bugs.webkit.org/show_bug.cgi?id=153040 |
| http://trac.webkit.org/changeset/195002 |
| |
| 2016-01-14 Martin Robinson <mrobinson@igalia.com> |
| |
| [GTK] [EFL] Hyphenation can never work in practice due to requirements on lang tags |
| https://bugs.webkit.org/show_bug.cgi?id=147310 |
| |
| Reviewed by Michael Catanzaro. |
| |
| Update some baselines and add a GTK+ specific test for locale variations. |
| |
| * platform/gtk/fast/text/hyphenate-flexible-locales-expected.html: Added. |
| * platform/gtk/fast/text/hyphenate-flexible-locales.html: Added. |
| * platform/gtk/fast/text/hyphenate-locale-expected.png: We now properly hyphenate |
| text with the 'en' locale. |
| * platform/gtk/fast/text/hyphenate-locale-expected.txt: |
| |
| 2016-01-14 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Fix problems with cross-origin redirects |
| https://bugs.webkit.org/show_bug.cgi?id=116075 |
| |
| Reviewed by Daniel Bates. |
| |
| Merging https://chromium.googlesource.com/chromium/blink/+/7ea774e478f84f355748108d2aaabca15355d512 by Ken Russell |
| This merge adds tests for cross origin requests triggered from same origin redirection responses with and without credentials). |
| Rebaseline of some tests due to console error messages generated from newly hit CORS checks. |
| |
| * TestExpectations: Disabled WPT tests that require access to non localhost URLs which are currently blocked by DTR/WTR. |
| * http/tests/xmlhttprequest/access-control-and-redirects-async-expected.txt: |
| * http/tests/xmlhttprequest/access-control-and-redirects-async-same-origin-expected.txt: Added. |
| * http/tests/xmlhttprequest/access-control-and-redirects-async-same-origin.html: Added. |
| * http/tests/xmlhttprequest/access-control-and-redirects-async.html: |
| * http/tests/xmlhttprequest/access-control-and-redirects-expected.txt: |
| * http/tests/xmlhttprequest/access-control-and-redirects.html: |
| * http/tests/xmlhttprequest/redirect-cross-origin-2-expected.txt: |
| * http/tests/xmlhttprequest/redirect-cross-origin-expected.txt: |
| * http/tests/xmlhttprequest/redirect-cross-origin-post-expected.txt: |
| * http/tests/xmlhttprequest/redirect-cross-origin-tripmine-expected.txt: |
| * http/tests/xmlhttprequest/resources/access-control-basic-allow-no-credentials.cgi: Added. |
| * http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt: |
| |
| 2016-01-13 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking test as flaky: sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.3_encodeURI/S15.1.3.3_A2.4_T2.html |
| https://bugs.webkit.org/show_bug.cgi?id=153086 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-01-13 Beth Dakin <bdakin@apple.com> |
| |
| WK2: Request completion candidates when needed |
| https://bugs.webkit.org/show_bug.cgi?id=153040 |
| -and corresponding- |
| rdar://problem/24155631 |
| |
| Reviewed by Enrica Casucci. |
| |
| Getting updated EditorState in platformEditorState causes some extra layout |
| to happen, so now the layout test results for WK2 reflect the results that we |
| already see on iOS for this test and they reflect the render tree as it is |
| when you load the page in browser. |
| * platform/mac/fast/dom/focus-contenteditable-expected.txt: |
| |
| WebKit 1 is not affected by these new results, so this adds WK-1 only results |
| that match the old Mac results. |
| * platform/mac-wk1/fast/dom: Added. |
| * platform/mac-wk1/fast/dom/focus-contenteditable-expected.txt: Added. |
| |
| 2016-01-12 Ryosuke Niwa <rniwa@webkit.org> |
| |
| formaction must return document's address when formaction is missing |
| https://bugs.webkit.org/show_bug.cgi?id=148874 |
| |
| Reviewed by Chris Dumez. |
| |
| Added a regression test and rebaselined imported W3C tests. |
| |
| * fast/forms/formaction-attribute-with-empty-value-expected.txt: Added. |
| * fast/forms/formaction-attribute-with-empty-value.html: Added. |
| * fast/forms/submit-form-attributes-expected.txt: |
| * fast/forms/submit-form-attributes.html: |
| |
| 2016-01-13 Mark Lam <mark.lam@apple.com> |
| |
| The StringFromCharCode DFG intrinsic should support untyped operands. |
| https://bugs.webkit.org/show_bug.cgi?id=153046 |
| |
| Reviewed by Geoffrey Garen. |
| |
| * js/regress/ftl-polymorphic-StringFromCharCode-expected.txt: Added. |
| * js/regress/ftl-polymorphic-StringFromCharCode.html: Added. |
| * js/regress/script-tests/ftl-polymorphic-StringFromCharCode.js: Added. |
| (o1.valueOf): |
| (foo): |
| |
| 2016-01-13 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Inspector should use the last sourceURL / sourceMappingURL directive |
| https://bugs.webkit.org/show_bug.cgi?id=153072 |
| <rdar://problem/24168312> |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/console/console-api-expected.txt: |
| * inspector/console/console-table-expected.txt: |
| * platform/mac/inspector/model/remote-object-expected.txt: |
| Updated line number in output now that code evaluated through the frontend |
| gets the __WebInspectorInternal__ sourceURL prepended to the start instead |
| of appended to the end. |
| |
| * inspector/debugger/sourceURLs-expected.txt: |
| * inspector/debugger/sourceURLs.html: |
| Update the test to find the second sourceURL, not the first. |
| |
| 2016-01-13 Daniel Bates <dabates@apple.com> |
| |
| [XSS Auditor] Do not include trailing comment characters in JavaScript snippets |
| https://bugs.webkit.org/show_bug.cgi?id=152873 |
| |
| Reviewed by Brent Fulgham. |
| |
| Merged from Blink (patch by Tom Sepez <tsepez@chromium.org>): |
| <https://src.chromium.org/viewvc/blink?view=rev&revision=169967> |
| |
| * http/tests/security/xssAuditor/script-tag-with-injected-comment-expected.txt: Added. |
| * http/tests/security/xssAuditor/script-tag-with-injected-comment.html: Added. |
| |
| 2016-01-13 Daniel Bates <dabates@apple.com> |
| |
| [XSS Auditor] Add test when XSS payload is in the path portion of the URL |
| https://bugs.webkit.org/show_bug.cgi?id=152871 |
| |
| Reviewed by Brent Fulgham. |
| |
| Merged from Blink (patch by Tom Sepez <tsepez@chromium.org>): |
| <https://src.chromium.org/viewvc/blink?revision=164746&view=revision> |
| |
| Add infrastructure and a test for an XSS attack where the payload is |
| embedded in the path portion of the URL. |
| |
| Many XSS Auditor tests pass the XSS payload to CGI scripts via the |
| query string portion of the URL. Now we also support calling these |
| same scripts with the payload embedded in the path portion of the |
| URL. |
| |
| Loading <http://127.0.0.1:8000/security/xssAuditor/intercept/X/Y> |
| returns a response whose content is identical to <http://127.0.0.1:8000/security/xssAuditor/resoures/X?q=Y>, |
| where X is the filename of some CGI script in directory LayoutTests/http/tests/security/xssAuditor/resources |
| and Y is the XSS payload. |
| |
| * http/tests/security/xssAuditor/intercept/.htaccess: Added. |
| * http/tests/security/xssAuditor/reflection-in-path-expected.txt: Added. |
| * http/tests/security/xssAuditor/reflection-in-path.html: Added. |
| * http/tests/security/xssAuditor/resources/echo-form-action.pl: Added. |
| |
| 2016-01-13 Adam Bergkvist <adam.bergkvist@ericsson.com> |
| |
| WebRTC: Add support for RTCRtpSender.replaceTrack() |
| https://bugs.webkit.org/show_bug.cgi?id=153063 |
| |
| Reviewed by Eric Carlson. |
| |
| Add API test for RTCRtpSender.replaceTrack(). A successful call is still |
| rejected (promise) until proper support is available in the WebRTC backend. |
| |
| * fast/mediastream/RTCRtpSender-replaceTrack-expected.txt: Added. |
| * fast/mediastream/RTCRtpSender-replaceTrack.html: Added. |
| |
| 2016-01-13 Mario Sanchez Prada <mario@webkit.org> |
| |
| [GTK] Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: Mark three tests failing in the |
| GTK bots as Crash, Timeout (release builds only) and Failure. |
| |
| 2016-01-12 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Changing expectation from flaky to skip for two crashing tests. |
| https://bugs.webkit.org/show_bug.cgi?id=152279 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-12 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r194926 and r194928. |
| https://bugs.webkit.org/show_bug.cgi?id=153048 |
| |
| This change is causing LayoutTest crashes (Requested by |
| ryanhaddad on #webkit). |
| |
| Reverted changesets: |
| |
| "Avoid downloading the wrong image for <picture> elements." |
| https://bugs.webkit.org/show_bug.cgi?id=153027 |
| http://trac.webkit.org/changeset/194926 |
| |
| "Avoid downloading the wrong image for <picture> elements." |
| https://bugs.webkit.org/show_bug.cgi?id=153027 |
| http://trac.webkit.org/changeset/194928 |
| |
| 2016-01-12 Dean Jackson <dino@apple.com> |
| |
| [iOS] Antialiasing doesn't work in WebGL |
| https://bugs.webkit.org/show_bug.cgi?id=153000 |
| <rdar://problem/9165531> |
| |
| Reviewed by Alex Christensen. |
| |
| New test to check if WebGL antialiasing happened on a rendered canvas. |
| |
| * fast/canvas/webgl/antialiasing-enabled-expected.txt: Added. |
| * fast/canvas/webgl/antialiasing-enabled.html: Added. |
| |
| 2016-01-12 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipped more tests related to picture element on ios-simulator and grouped them together in TestExpectations file. |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-12 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping crashing test fast/picture/image-picture-loads-1x.html on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=153043 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-12 Dave Hyatt <hyatt@apple.com> |
| |
| Avoid downloading the wrong image for <picture> elements. |
| https://bugs.webkit.org/show_bug.cgi?id=153027 |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/picture/image-picture-loads-1x-expected.txt: Added. |
| * fast/picture/image-picture-loads-1x.html: Added. |
| |
| 2016-01-12 Daniel Bates <dabates@apple.com> |
| |
| XSS Auditor should navigate to empty substitute data on full page block |
| https://bugs.webkit.org/show_bug.cgi?id=152868 |
| <rdar://problem/18658448> |
| |
| Reviewed by David Kilzer and Andy Estes. |
| |
| Derived from Blink patch (by Tom Sepez <tsepez@chromium.org>): |
| <https://src.chromium.org/viewvc/blink?view=rev&revision=179240> |
| |
| Added additional test block-does-not-leak-that-page-was-blocked-using-empty-data-url.html to explicitly |
| tests that we do redirect to an empty data URL when a full page block is triggered. |
| |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt: |
| * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt: |
| * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt: |
| * http/tests/security/xssAuditor/block-does-not-leak-that-page-was-blocked-using-empty-data-url-expected.txt: Added. |
| * http/tests/security/xssAuditor/block-does-not-leak-that-page-was-blocked-using-empty-data-url.html: Added. |
| * http/tests/security/xssAuditor/full-block-base-href-expected.txt: |
| * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt: |
| * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt: |
| * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt: |
| * http/tests/security/xssAuditor/full-block-object-tag-expected.txt: |
| * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt: |
| * http/tests/security/xssAuditor/full-block-script-tag-expected.txt: |
| * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt: |
| * http/tests/security/xssAuditor/full-block-script-tag.html: |
| * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: |
| * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: |
| |
| 2016-01-12 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Null dereference loading Blink layout test fast/frames/navigation-in-pagehide.html |
| https://bugs.webkit.org/show_bug.cgi?id=149303 |
| <rdar://problem/22747634> |
| |
| Reviewed by Brent Fulgham. |
| |
| * imported/blink/fast/frames/navigation-in-pagehide-expected.txt: Added. |
| * imported/blink/fast/frames/navigation-in-pagehide.html: Added. |
| |
| 2016-01-12 Adam Bergkvist <adam.bergkvist@ericsson.com> |
| |
| WebRTC: Update RTCPeerConnection.add/removeTrack() and add test |
| https://bugs.webkit.org/show_bug.cgi?id=153010 |
| |
| Reviewed by Eric Carlson. |
| |
| Add test for RTCPeerConnection.add/removeTrack() (currently not covered by other tests). |
| This test also covers some of the functionality of RTCRtpSender. |
| |
| * fast/mediastream/RTCPeerConnection-add-removeTrack-expected.txt: Added. |
| * fast/mediastream/RTCPeerConnection-add-removeTrack.html: Added. |
| |
| 2016-01-12 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Null dereference loading Blink layout test editing/selection/selectstart-event-crash.html |
| https://bugs.webkit.org/show_bug.cgi?id=150210 |
| <rdar://problem/23137259> |
| |
| Reviewed by Brent Fulgham. |
| |
| * imported/blink/editing/selection/selectstart-event-crash-expected.txt: Added. |
| * imported/blink/editing/selection/selectstart-event-crash.html: Added. |
| * platform/ios-simulator-wk2/TestExpectations: |
| |
| 2016-01-12 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Null dereference loading Blink layout test editing/apply-inline-style-to-element-with-no-renderer-crash.html |
| https://bugs.webkit.org/show_bug.cgi?id=149287 |
| <rdar://problem/22746217> |
| |
| Reviewed by Brent Fulgham. |
| |
| * imported/blink/editing/apply-inline-style-to-element-with-no-renderer-crash-expected.txt: Added. |
| * imported/blink/editing/apply-inline-style-to-element-with-no-renderer-crash.html: Added. |
| |
| 2016-01-12 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/dont-wedge.html is flaky. |
| https://bugs.webkit.org/show_bug.cgi?id=152892 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-12 Antti Koivisto <antti@apple.com> |
| |
| Don't reuse memory cache entries with different charset |
| https://bugs.webkit.org/show_bug.cgi?id=110031 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/loader/cache-encoding-expected.txt: Added. |
| * fast/loader/cache-encoding.html: Added. |
| * fast/loader/resources/success.js: Added. |
| |
| 2016-01-12 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking inspector/model/scope-chain-node.html as flaky on Mac debug |
| https://bugs.webkit.org/show_bug.cgi?id=153018 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-01-12 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking inspector/script-profiler/event-type-Other.html as flaky on Mac |
| https://bugs.webkit.org/show_bug.cgi?id=153016 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed GTK+ gardening. Rebaseline test results after r194847. |
| |
| Before r194847 we were always taking the separator of combo boxes |
| into account when calculating the size of menu list buttons, even |
| when we didn't render the separator. In r194847 we removed all the |
| code to deal with separators in combo boxes. Also, since r194847 |
| we are correctly adding the padding between the icon and the text |
| in search fileds. |
| |
| * platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt: |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt: |
| * platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt: |
| * platform/gtk/editing/pasteboard/4641033-expected.txt: |
| * platform/gtk/editing/pasteboard/4944770-1-expected.txt: |
| * platform/gtk/editing/pasteboard/4944770-2-expected.txt: |
| * platform/gtk/editing/selection/caret-before-select-expected.txt: |
| * platform/gtk/editing/selection/replaced-boundaries-3-expected.txt: |
| * platform/gtk/editing/selection/select-box-expected.txt: |
| * platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt: |
| * platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt: |
| * platform/gtk/fast/css/input-search-padding-expected.txt: |
| * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/gtk/fast/css/text-overflow-input-expected.txt: |
| * platform/gtk/fast/css/text-transform-select-expected.txt: |
| * platform/gtk/fast/forms/001-expected.txt: |
| * platform/gtk/fast/forms/003-expected.txt: |
| * platform/gtk/fast/forms/004-expected.txt: |
| * platform/gtk/fast/forms/basic-inputs-expected.txt: |
| * platform/gtk/fast/forms/basic-selects-expected.txt: |
| * platform/gtk/fast/forms/box-shadow-override-expected.txt: |
| * platform/gtk/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/gtk/fast/forms/disabled-select-change-index-expected.txt: |
| * platform/gtk/fast/forms/form-element-geometry-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-height-expected.txt: |
| * platform/gtk/fast/forms/input-value-expected.txt: |
| * platform/gtk/fast/forms/menulist-deselect-update-expected.txt: |
| * platform/gtk/fast/forms/menulist-narrow-width-expected.txt: |
| * platform/gtk/fast/forms/menulist-no-overflow-expected.txt: |
| * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt: |
| * platform/gtk/fast/forms/menulist-separator-painting-expected.txt: |
| * platform/gtk/fast/forms/menulist-style-color-expected.txt: |
| * platform/gtk/fast/forms/menulist-width-change-expected.txt: |
| * platform/gtk/fast/forms/option-script-expected.txt: |
| * platform/gtk/fast/forms/option-strip-whitespace-expected.txt: |
| * platform/gtk/fast/forms/placeholder-position-expected.txt: |
| * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/gtk/fast/forms/search-rtl-expected.txt: |
| * platform/gtk/fast/forms/search-styled-expected.txt: |
| * platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt: |
| * platform/gtk/fast/forms/searchfield-heights-expected.txt: |
| * platform/gtk/fast/forms/select-background-none-expected.txt: |
| * platform/gtk/fast/forms/select-baseline-expected.txt: |
| * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt: |
| * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt: |
| * platform/gtk/fast/forms/select-disabled-appearance-expected.txt: |
| * platform/gtk/fast/forms/select-element-focus-ring-expected.txt: |
| * platform/gtk/fast/forms/select-initial-position-expected.txt: |
| * platform/gtk/fast/forms/select-selected-expected.txt: |
| * platform/gtk/fast/forms/select-size-expected.txt: |
| * platform/gtk/fast/forms/select-style-expected.txt: |
| * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: |
| * platform/gtk/fast/forms/select/optgroup-rendering-expected.txt: |
| * platform/gtk/fast/forms/selectlist-minsize-expected.txt: |
| * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt: |
| * platform/gtk/fast/forms/validation-message-appearance-expected.txt: |
| * platform/gtk/fast/html/keygen-expected.txt: |
| * platform/gtk/fast/invalid/014-expected.txt: |
| * platform/gtk/fast/parser/document-write-option-expected.txt: |
| * platform/gtk/fast/repaint/search-field-cancel-expected.txt: |
| * platform/gtk/fast/replaced/replaced-breaking-expected.txt: |
| * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/gtk/fast/replaced/three-selects-break-expected.txt: |
| * platform/gtk/fast/replaced/width100percent-menulist-expected.txt: |
| * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt: |
| * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt: |
| |
| 2016-01-11 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Inconsistencies in main resource load delegates when loading from history |
| https://bugs.webkit.org/show_bug.cgi?id=150927 |
| |
| Reviewed by Michael Catanzaro. |
| |
| Add test to check that main resource load delegates are emitted in |
| the same order before the load is committed when loading a page |
| from history with the page cache enabled and disabled. |
| |
| * http/tests/loading/main-resource-delegates-on-back-navigation-expected.txt: Added. |
| * http/tests/loading/main-resource-delegates-on-back-navigation.html: Added. |
| * http/tests/loading/resources/page-go-back-onload.html: Added. |
| * loader/go-back-cached-main-resource-expected.txt: |
| |
| 2016-01-11 Johan K. Jensen <jj@johanjensen.dk> |
| |
| Web Inspector: console.count() shouldn't show a colon in front of a number |
| https://bugs.webkit.org/show_bug.cgi?id=152038 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/console/console-api-expected.txt: |
| * inspector/console/console-api.html: |
| Add testcases for console.count |
| |
| 2016-01-11 Joseph Pecoraro <pecoraro@apple.com> |
| |
| keywords ("super", "delete", etc) should be valid method names |
| https://bugs.webkit.org/show_bug.cgi?id=144281 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * js/class-syntax-super-expected.txt: |
| * js/script-tests/class-syntax-super.js: |
| Update the test for the correct expected result. |
| |
| * js/keyword-method-names-expected.txt: Added. |
| * js/keyword-method-names.html: Added. |
| * js/script-tests/keyword-method-names.js: Added. |
| Add tests to cover parsing allows keywords in method name syntax. |
| |
| 2016-01-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/intversion-long-queue.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152995 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/intversion-long-queue-expected.txt: |
| * storage/indexeddb/resources/intversion-long-queue.js: |
| |
| 2016-01-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/index-multientry.html fails under GuardMalloc/ASAN. |
| https://bugs.webkit.org/show_bug.cgi?id=152990 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-11 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Migrate Page Timeline recording to ScriptProfiler |
| https://bugs.webkit.org/show_bug.cgi?id=152727 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/script-profiler/event-type-Other-expected.txt: Added. |
| * inspector/script-profiler/event-type-Other.html: Added. |
| Add a test that Web script evaluations create "Other" ScriptProfiler events. |
| |
| 2016-01-11 Zalan Bujtas <zalan@apple.com> |
| |
| Padding added to table-cell element after font-size change. |
| https://bugs.webkit.org/show_bug.cgi?id=152796 |
| |
| Reviewed by David Hyatt. |
| |
| Do not include intrinsicPaddingBefore value while figuring out the height of a row. |
| In RenderTableSection::calcRowLogicalHeight() we are interested in the height of the content |
| without the additional padding (normal padding is included). |
| |
| * TestExpectations: This test fails even without the patch when Ahem font is not used. |
| * fast/table/table-baseline-grows-expected.html: Added. |
| * fast/table/table-baseline-grows.html: Added. |
| |
| 2016-01-11 Dave Hyatt <hyatt@apple.com> |
| |
| Picture element needs to work with the preload scanner and select the correct |
| source element instead of loading the image. |
| https://bugs.webkit.org/show_bug.cgi?id=152983 |
| |
| Reviewed by Dean Jackson. |
| |
| These tests are imported from Blink, although they have been modified slightly to |
| reflect the fact that we pass the nested <picture> cases that Blink fails. |
| |
| * http/tests/loading/hidpi-preload-picture-sizes-expected.txt: Added. |
| * http/tests/loading/hidpi-preload-picture-sizes.html: Added. |
| * http/tests/loading/preload-picture-invalid-expected.txt: Added. |
| * http/tests/loading/preload-picture-invalid.html: Added. |
| * http/tests/loading/preload-picture-nested-expected.txt: Added. |
| * http/tests/loading/preload-picture-nested.html: Added. |
| * http/tests/loading/preload-picture-sizes-expected.txt: Added. |
| * http/tests/loading/preload-picture-sizes.html: Added. |
| * http/tests/loading/resources/base-image1.png: Added. |
| * http/tests/loading/resources/base-image2.png: Added. |
| * http/tests/loading/resources/base-image3.png: Added. |
| * http/tests/loading/resources/dup-image1.png: Added. |
| * http/tests/loading/resources/dup-image2.png: Added. |
| * http/tests/loading/resources/dup-image3.png: Added. |
| * http/tests/loading/resources/image1.png: Added. |
| * http/tests/loading/resources/image2.png: Added. |
| * http/tests/loading/resources/picture-preload-helper.js: Added. |
| |
| 2016-01-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/key-generator.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152981 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * platform/wk2/imported/w3c/indexeddb/keygenerator-overflow-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/keygenerator-overflow-expected.txt. |
| |
| 2016-01-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/lazy-index-population.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152976 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-11 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Update test expectations after r194845 |
| |
| Unreviewed gardening. Mark XHTML tests as passing now that we have patched shared-mime-info |
| to better detect XHTML. Add expectations for additional XHTML tests that were unskipped in |
| r194845. |
| |
| * platform/gtk/TestExpectations: |
| * platform/gtk/css2.1/tables/table-anonymous-objects-015-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-016-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-023-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-024-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-035-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-036-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-037-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-038-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-045-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-046-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-047-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-048-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-049-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-050-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-055-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-056-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-091-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-092-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-099-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-100-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-103-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-104-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-105-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-106-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-107-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-108-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-109-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-110-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-111-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-112-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-113-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-114-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-115-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-116-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-117-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-118-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-119-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-120-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-121-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-122-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-123-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-124-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-139-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-140-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-149-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-150-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-155-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-156-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-159-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-160-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-165-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-166-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-177-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-178-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-179-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-180-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-181-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-189-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-190-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-191-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-192-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-193-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-194-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-195-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-196-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-205-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-206-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-207-expected.txt: Added. |
| * platform/gtk/css2.1/tables/table-anonymous-objects-208-expected.txt: Added. |
| |
| 2016-01-11 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping unsupported test pageoverlay/overlay-small-frame-mouse-events.html on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152130 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-11 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] W3C CSS2.1 anonymous table tests are failing |
| https://bugs.webkit.org/show_bug.cgi?id=152455 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| Unskip the anonymous table tests, so the bots can generate expected results. The expected |
| results will be committed separately. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-10 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [SVG -> OTF Converter] Parsing failures cause use of incomplete fonts |
| https://bugs.webkit.org/show_bug.cgi?id=152772 |
| <rdar://problem/24043104> |
| |
| Reviewed by Simon Fraser. |
| |
| Make sure the font renders as if its invalid. |
| |
| * fast/text/resources/bustedfont.svg: Added. |
| * fast/text/svg-font-invalid-glyph-path-failure-expected.html: Added. |
| * fast/text/svg-font-invalid-glyph-path-failure.html: Added. |
| |
| 2016-01-10 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| [JSC] Iterating over a Set/Map is too slow |
| https://bugs.webkit.org/show_bug.cgi?id=152691 |
| |
| Reviewed by Saam Barati. |
| |
| Add regress tests. |
| |
| * js/regress/map-for-each-expected.txt: Added. |
| * js/regress/map-for-each.html: Added. |
| * js/regress/map-for-of-expected.txt: Added. |
| * js/regress/map-for-of.html: Added. |
| * js/regress/script-tests/map-for-each.js: Added. |
| (createMap): |
| (i.map.forEach): |
| * js/regress/script-tests/map-for-of.js: Added. |
| (createMap): |
| * js/regress/script-tests/set-for-each.js: Added. |
| (set forEach): |
| (set createSet): |
| * js/regress/script-tests/set-for-of.js: Added. |
| * js/regress/set-for-each-expected.txt: Added. |
| * js/regress/set-for-each.html: Added. |
| * js/regress/set-for-of-expected.txt: Added. |
| * js/regress/set-for-of.html: Added. |
| |
| 2016-01-09 Zalan Bujtas <zalan@apple.com> |
| |
| REGRESSION (r194426): First email field is not autofilled on amazon.com |
| https://bugs.webkit.org/show_bug.cgi?id=152945 |
| <rdar://problem/24082914> |
| |
| Reviewed by Simon Fraser. |
| |
| r194426 missed marking the m_layoutRoot for layout while converting to full layout (it only marked the new layout root). |
| |
| * fast/forms/multiple-subtree-layout-failure-expected.html: Added. |
| * fast/forms/multiple-subtree-layout-failure.html: Added. |
| |
| 2016-01-08 Zalan Bujtas <zalan@apple.com> |
| |
| Absolute positioning -webkit-search-cancel-button crashes Safari. |
| https://bugs.webkit.org/show_bug.cgi?id=152847 |
| <rdar://problem/24112087> |
| |
| Reviewed by Simon Fraser. |
| |
| Do not call offsetFromContainer while resolving the painting position for the search/cancel button renderer. |
| It skips the static positioned parent input renderer, when the search/cancel renderer is absolute positioned. |
| This patch also fixes a rendering glitch when the margin-right is > 0. |
| |
| * fast/forms/absolute-positioned-custom-search-cancel-crash-expected.txt: Added. |
| * fast/forms/absolute-positioned-custom-search-cancel-crash.html: Added. |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/setversion-blocked-by-versionchange-close.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152936 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js: |
| * storage/indexeddb/setversion-blocked-by-versionchange-close-expected.txt: |
| |
| 2016-01-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/scrolling/scroll-position-on-reload-rtl.html as failing on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152935 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping two unsupported mouse event tests on ios-simulator |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking js/intl-collator.html as failing on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152448 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: imported/w3c/indexeddb/keyorder.htm times out. |
| https://bugs.webkit.org/show_bug.cgi?id=152929 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking two css3/filters/composited-during-* tests as failing on ios-simulator. |
| https://bugs.webkit.org/show_bug.cgi?id=152282 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Mark compositing/overflow/dynamic-composited-scrolling-status.html as failing on ios-simulator, remove duplicate |
| expectation added by previous commit. |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Removing WK2 specific results for this test. |
| |
| Legacy IDB passes just the same as Modern IDB. |
| |
| * platform/wk2/imported/w3c/indexeddb/keypath-expected.txt: Removed. |
| |
| 2016-01-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking two ios/scolling tests as failing on ios-simulator. |
| https://bugs.webkit.org/show_bug.cgi?id=152276 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining two compositing tests for ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152138 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/compositing/contents-opaque/body-background-painted-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/table-parts-expected.txt: Added. |
| |
| 2016-01-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Removing ios-simulator-wk1/ and ios-simulator-wk2/ expected.* files that are identical to the ones in ios-simulator/ |
| https://bugs.webkit.org/show_bug.cgi?id=152130 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk1/editing/deleting/delete-block-merge-contents-011-expected.txt: Removed. |
| * platform/ios-simulator-wk1/editing/deleting/delete-first-list-item-expected.txt: Removed. |
| * platform/ios-simulator-wk1/editing/deleting/merge-different-styles-expected.txt: Removed. |
| * +1714 more |
| |
| 2016-01-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Removing deleted test fast/mediastream/RTCPeerConnection-state.html from mac TestExpectations file |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: IDBBindingUtilities chokes on unicode strings for get/set. |
| https://bugs.webkit.org/show_bug.cgi?id=152921 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-autoincrement.html: |
| * storage/indexeddb/resources/objectstore-autoincrement.js: |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Blocked event can fire on a delete request even after the last open connection has closed. |
| https://bugs.webkit.org/show_bug.cgi?id=152896 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| * platform/wk2/imported/w3c/indexeddb/idbfactory_open12-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbfactory_open12-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbversionchangeevent-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbversionchangeevent-expected.txt. |
| |
| * storage/indexeddb/database-wrapper-expected.txt: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: |
| * storage/indexeddb/deletedatabase-not-blocked-expected.txt: |
| * storage/indexeddb/intversion-upgrades-expected.txt: |
| * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js: |
| * storage/indexeddb/resources/deletedatabase-not-blocked.js: |
| * storage/indexeddb/resources/setversion-not-blocked.js: |
| * storage/indexeddb/setversion-not-blocked-expected.txt: |
| |
| 2016-01-08 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Several animation tests fail with accelerated compositing enabled |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-08 Lorenzo Tilve <ltilve@igalia.com> |
| |
| [GTK] pageoverlay tests are failing |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-08 Zalan Bujtas <zalan@apple.com> |
| |
| Hovering link on http://help.apple.com/appletv/#/ does not show text underline. |
| https://bugs.webkit.org/show_bug.cgi?id=152906 |
| <rdar://problem/23339617> |
| |
| Reviewed by Simon Fraser. |
| |
| GraphicsContext::computeLineBoundsAndAntialiasingModeForText() always integral ceils the origin y position to offset underline text. |
| This additional visual overflow offset is not taken into account by visualOverflowForDecorations(). |
| Unfortunately we can't compute the exact same offset value while collecting repaint rects, because |
| computeLineBoundsAndAntialiasingModeForText() uses CTM scaling before adjusting the offset position. |
| Use 1px (css) bottom offset to cover this underling overflow. |
| |
| * fast/css3-text/css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position-expected.txt: Added. |
| * fast/css3-text/css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position.html: Added. |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: imported/w3c/indexeddb/idbobjectstore_createIndex6-event_order.htm fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152891 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex6-event_order-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex6-event_order-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex7-event_order-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex7-event_order-expected.txt. |
| |
| 2016-01-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/dont-wedge.html is flaky. |
| https://bugs.webkit.org/show_bug.cgi?id=152892 |
| |
| Unreviewed. |
| |
| * platform/mac-wk1/TestExpectations: Skip it for now. |
| |
| 2016-01-07 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed IndexedDB test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Success-after-open event should only have the IDBOpenDBRequest as its target. |
| https://bugs.webkit.org/show_bug.cgi?id=152875 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-07 Alexey Proskuryakov <ap@apple.com> |
| |
| Better test gardening. Only skip those tests that use touch events, not the whole |
| directory. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| |
| 2016-01-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Various imported/w3c/indexeddb tests fail due to expecting the wrong exception. |
| https://bugs.webkit.org/show_bug.cgi?id=152866 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-07 Alexey Proskuryakov <ap@apple.com> |
| |
| Test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| |
| 2016-01-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: imported/w3c/indexeddb/idbcursor-continue.htm fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152849 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-07 Alexey Proskuryakov <ap@apple.com> |
| |
| testRunner.runUIScript crashes while running multiple tests in a row that invokes the same UIScript |
| https://bugs.webkit.org/show_bug.cgi?id=152390 |
| <rdar://problem/23948321> |
| |
| Reviewed by Simon Fraser. |
| |
| * platform/ios-simulator/TestExpectations: Unskipped tests that used to be affected. |
| |
| 2016-01-07 Zalan Bujtas <zalan@apple.com> |
| |
| Incorrect position: fixed; rendering when child of position:relative/sticky. |
| https://bugs.webkit.org/show_bug.cgi?id=147284 |
| |
| Reviewed by Simon Fraser and David Hyatt. |
| |
| Computing logical left for positioned objects should take the relative positioned ancestors' offset |
| into account. |
| |
| * fast/block/positioning/fixed-container-with-relative-parent-expected.html: Added. |
| * fast/block/positioning/fixed-container-with-relative-parent.html: Added. |
| * fast/block/positioning/fixed-container-with-sticky-parent-expected.html: Added. |
| * fast/block/positioning/fixed-container-with-sticky-parent.html: Added. |
| |
| 2016-01-07 Chris Dumez <cdumez@apple.com> |
| |
| Directly-composited animated GIFs never resume once scrolled offscreen |
| https://bugs.webkit.org/show_bug.cgi?id=152817 |
| <rdar://problem/19982020> |
| |
| Reviewed by Daniel Bates. |
| |
| Add a layout test to check that directly-composited animated GIFs are |
| properly suspended / resumed based on visibility inside the viewport. |
| |
| * fast/images/composited-animated-gif-outside-viewport-expected.txt: Added. |
| * fast/images/composited-animated-gif-outside-viewport.html: Added. |
| |
| 2016-01-06 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: CRASH Attempting to pause on CSP violation not inside of script |
| https://bugs.webkit.org/show_bug.cgi?id=152825 |
| <rdar://problem/24021276> |
| |
| Reviewed by Timothy Hatcher. |
| |
| * http/tests/inspector/resources/inspector-test.js: |
| (TestPage.reportUncaughtException): |
| Allow a test to continue after uncaught exceptions. |
| |
| * inspector/debugger/csp-exceptions-expected.txt: Added. |
| * inspector/debugger/csp-exceptions.html: Added. |
| * inspector/debugger/resources/csp-exception-iframe.html: Added. |
| Test a CSP exception that causes a pause and one outside of |
| script that does not pause (and does not crash). |
| |
| 2016-01-07 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed IndexedDB test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Add expectations for W3C tests that were missing them. |
| https://bugs.webkit.org/show_bug.cgi?id=152835 |
| |
| Reviewed by Daniel Bates. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Update results for W3C tests marked as failures that actually pass. |
| https://bugs.webkit.org/show_bug.cgi?id=152827 |
| |
| Reviewed by Daniel Bates. |
| |
| - Update FAIL expectations to PASS expectations for Modern IDB. |
| - Copy the FAIL expectations over to platform/wk2 to keep testing Legacy IDB. |
| |
| * platform/mac-wk1/TestExpectations: |
| * platform/wk2/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/abort-in-initial-upgradeneeded-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor-advance-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor-advance-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index5-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_advance_index9-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_advance_objectstore5-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_continue_index8-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_continue_objectstore6-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_delete_index4-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbcursor_delete_objectstore4-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbdatabase_close2-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbdatabase_close2-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbdatabase_deleteObjectStore4-not_reused-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbfactory_deleteDatabase3-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbindex-multientry-big-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbindex_get3-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbindex_get3-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_add4-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex2-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_createIndex4-deleteIndex-event_order-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbobjectstore_put4-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/idbtransaction_abort-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/idbtransaction_abort-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/keygenerator-constrainterror-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/keygenerator-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/keygenerator-expected.txt. |
| * platform/wk2/imported/w3c/indexeddb/transaction-requestqueue-expected.txt: Copied from LayoutTests/imported/w3c/indexeddb/transaction-requestqueue-expected.txt. |
| |
| 2016-01-06 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Initial enabling of imported W3C IDB tests. |
| https://bugs.webkit.org/show_bug.cgi?id=152824 |
| |
| Reviewed by Daniel Bates. |
| |
| * platform/mac-wk1/TestExpectations: Unskip the entire W3C IDB test directory, |
| but add appropriate results for all the tests that don't yet pass. |
| |
| 2016-01-06 Devin Rousso <dcrousso+webkit@gmail.com> |
| |
| Web Inspector: Add test for Color.canBeSerializedAsShortHex |
| https://bugs.webkit.org/show_bug.cgi?id=152809 |
| |
| Reviewed by Brian Burg. |
| |
| Added more specific tests for the canBeSerializedAsShortHex |
| method of Web Inspector model class Color. |
| |
| * inspector/model/color-expected.txt: |
| * inspector/model/color.html: |
| |
| 2016-01-06 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Scope chain shows too many scopes for functions (`let` and `var` in the same function are two scopes) |
| https://bugs.webkit.org/show_bug.cgi?id=152349 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/debugger/breakpoint-scope.html: |
| * inspector/model/scope-chain-node.html: |
| The ScopeChainNode model object changed, so update tests. |
| |
| 2016-01-06 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] css-multicol-1 tests are failing |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-06 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining media/airplay-target-availability.html |
| hhttps://bugs.webkit.org/show_bug.cgi?id=152815 |
| |
| Unreviewed test gardening. |
| |
| * media/airplay-target-availability-expected.txt: |
| |
| 2016-01-06 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Remove Debug Logging from some Inspector Tests |
| https://bugs.webkit.org/show_bug.cgi?id=152806 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/debugger/scriptParsed.html: |
| * inspector/model/scope-chain-node.html: |
| |
| 2016-01-06 Eric Carlson <eric.carlson@apple.com> |
| |
| AirPlay route availability event not always sent |
| https://bugs.webkit.org/show_bug.cgi?id=152802 |
| |
| Reviewed by Jer Noble. |
| |
| * media/airplay-target-availability-expected.txt: Added. |
| * media/airplay-target-availability.html: Added. |
| * platform/mac/TestExpectations: Skip new test on Yosemite. |
| * platform/efl/TestExpectations: Skip new test. |
| * platform/gtk/TestExpectations: Ditto. |
| * platform/win/TestExpectations: Ditto. |
| |
| 2016-01-06 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/odd-strings.html is flaky. |
| https://bugs.webkit.org/show_bug.cgi?id=152800 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-06 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/intversion-gated-on-delete.html is flaky. |
| https://bugs.webkit.org/show_bug.cgi?id=152795 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-06 Simon Fraser <simon.fraser@apple.com> |
| |
| [iOS] Revert overflow:hidden on the body affecting viewport scale (r186786) |
| https://bugs.webkit.org/show_bug.cgi?id=152803 |
| rdar://problem/22242515 |
| |
| Reviewed by Tim Horton. |
| |
| Keep the tests, but update their expected results. |
| |
| * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt: |
| * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt: |
| * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-expected.txt: |
| |
| 2016-01-06 Brent Fulgham <bfulgham@apple.com> |
| |
| Port blocking bypass issue using 307 redirect |
| https://bugs.webkit.org/show_bug.cgi?id=152801 |
| <rdar://problem/24048554> |
| |
| Reviewed by Anders Carlsson. |
| |
| * http/tests/security/blocked-on-redirect-expected.txt: Added. |
| * http/tests/security/blocked-on-redirect.html: Added. |
| |
| 2016-01-06 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| |
| [GTK] Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: report and mark new SVG failures |
| after r192138 and new media timeouts after r191948. Mark also the |
| RTSP test as skip because it was failing, and update the expectation |
| for a slow inspector test that now timeouts. |
| |
| 2016-01-06 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/transaction-scope-sequencing.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=152775 |
| |
| Reviewed by Alex Christensen. |
| |
| In addition to enabling the previously skipped test, this also completely rewrites transaction-scheduler-4, |
| which covered incorrect behavior, to cover newly implemented correct behavior. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/resources/transaction-scheduler-4.js: Added. |
| * storage/indexeddb/modern/transaction-scheduler-4-expected.txt: |
| * storage/indexeddb/modern/transaction-scheduler-4.html: |
| |
| 2016-01-06 Zalan Bujtas <zalan@apple.com> |
| |
| Float with media query positioned incorrectly after window resize. |
| https://bugs.webkit.org/show_bug.cgi?id=152558 |
| |
| Reviewed by Simon Fraser and David Hyatt. |
| |
| This patch ensures that when a renderer becomes floated, it is moved |
| to the right containing block. |
| When this floated renderer's previous sibling is an anonymous block, it needs |
| to be reparented so that the float is positioned as if there was no anonymous block at all. |
| |
| * fast/block/float/float-with-anonymous-previous-sibling-expected.html: Added. |
| * fast/block/float/float-with-anonymous-previous-sibling.html: Added. |
| |
| 2016-01-06 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking webarchive/adopt-attribute-styled-body-webarchive.html as flaky on mac-wk1 |
| https://bugs.webkit.org/show_bug.cgi?id=152789 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-06 Zalan Bujtas <zalan@apple.com> |
| |
| isAnonymousInlineBlock() should exclude any ruby content. |
| https://bugs.webkit.org/show_bug.cgi?id=152648 |
| <rdar://problem/23872549> |
| |
| Reviewed by David Hyatt. |
| |
| isAnonymousInlineBlock is designed for the new Block-Inside-Inline Model |
| and all other anonymous inline-block renderers (including Ruby) should bail out of it. |
| (see webkit.org/b/143145) |
| |
| * fast/ruby/ruby-inline-margin-collapse-crash-expected.txt: Added. |
| * fast/ruby/ruby-inline-margin-collapse-crash.html: Added. |
| |
| 2016-01-06 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [ES6] Date.prototype should be a plain object |
| https://bugs.webkit.org/show_bug.cgi?id=152574 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Test that the non-generic Date.prototype methods throw when invoked |
| from the now generic object Date.prototype. Also test that this change |
| preserves correct instanceof behavior. |
| |
| * js/date-proto-generic-invocation-expected.txt: |
| * js/script-tests/date-proto-generic-invocation.js: |
| |
| 2016-01-05 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed IndexedDB test gardening |
| |
| * platform/mac-wk1/TestExpectations: Update the current known status of a few tests. |
| |
| 2016-01-05 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/structured-clone.html crashes. |
| https://bugs.webkit.org/show_bug.cgi?id=152763 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/clone-exception-expected.txt: |
| * storage/indexeddb/exceptions-expected.txt: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/structured-clone-expected.txt: |
| |
| 2016-01-05 Pranjal Jumde <pjumde@apple.com> |
| |
| Image should not be re-registered if m_form already exists. This leads to an assertion failure. |
| https://bugs.webkit.org/show_bug.cgi?id=152741 |
| <rdar://problem/24030778> |
| |
| Reviewed by Brent Fulgham. |
| |
| * LayoutTests/fast/html/form-registerimg-multiple-crash-expected.txt: Added. |
| * LayoutTests/fast/html/form-registerimg-multiple-crash.html: Added. |
| |
| 2016-01-05 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r194603. |
| https://bugs.webkit.org/show_bug.cgi?id=152762 |
| |
| This change introduced JSC test failures (Requested by |
| ryanhaddad on #webkit). |
| |
| Reverted changeset: |
| |
| "[ES6] Date.prototype should be a plain object" |
| https://bugs.webkit.org/show_bug.cgi?id=152574 |
| http://trac.webkit.org/changeset/194603 |
| |
| 2016-01-05 Simon Fraser <simon.fraser@apple.com> |
| |
| Adjust tile coverage with margin tiles, and tidy up the indicator |
| https://bugs.webkit.org/show_bug.cgi?id=152742 |
| |
| Reviewed by Beth Dakin. |
| |
| New baselines. simple-document-with-margin-tiles.html needs to wait for over 0.5s |
| for the FrameView::enableSpeculativeTilingIfNeeded() timer to fire before |
| dumping coverage (ouch). |
| |
| * tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt: |
| * tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt: |
| * tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt: |
| * tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt: |
| * tiled-drawing/simple-document-with-margin-tiles.html: |
| |
| 2016-01-05 Brady Eidson <beidson@apple.com> |
| |
| IDB test gardening. |
| |
| Rubberstamped by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: Unskip a passing test, and move a test from "times out" to "fails" |
| |
| 2016-01-05 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [ES6] Date.prototype should be a plain object |
| https://bugs.webkit.org/show_bug.cgi?id=152574 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Test that the non-generic Date.prototype methods throw when invoked |
| from the now generic object Date.prototype. Also test that this change |
| preserves correct instanceof behavior. |
| |
| * js/date-proto-generic-invocation-expected.txt: |
| * js/script-tests/date-proto-generic-invocation.js: |
| |
| 2016-01-05 Mark Lam <mark.lam@apple.com> |
| |
| Make ftl-polymorphic-xxx tests more polymorphic. |
| https://bugs.webkit.org/show_bug.cgi?id=152736 |
| |
| Reviewed by Saam Barati. |
| |
| 1. Change the test driver to alternate inputs between numeric operands and |
| an object with a valueOf() method. |
| 2. Changed busy work blob to use the operator being tested instead of always using |
| the + operator. |
| 3. Updated test results. |
| |
| With these change, the tests each triggers around 49000+ speculation failures when |
| run as a benchmark on the VM before the fix for https://webkit.org/b/152708 |
| landed (in r194560: <http://trac.webkit.org/r194560>). After the fix, the |
| number of speculation failures is around 11 or lower. |
| |
| The benchmark perf with these tests shows about a 10% gain on x86 (32-bit with no |
| FTL) and about 2x on x86_64 (64-bit with FTL). |
| |
| * js/regress/script-tests/ftl-polymorphic-bitand.js: |
| * js/regress/script-tests/ftl-polymorphic-bitor.js: |
| * js/regress/script-tests/ftl-polymorphic-bitxor.js: |
| * js/regress/script-tests/ftl-polymorphic-div.js: |
| * js/regress/script-tests/ftl-polymorphic-lshift.js: |
| * js/regress/script-tests/ftl-polymorphic-mul.js: |
| * js/regress/script-tests/ftl-polymorphic-rshift.js: |
| * js/regress/script-tests/ftl-polymorphic-sub.js: |
| * js/regress/script-tests/ftl-polymorphic-urshift.js: |
| |
| 2016-01-05 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Error message updates for two failing tests. |
| https://bugs.webkit.org/show_bug.cgi?id=152735 |
| |
| Reviewed by Alex Christensen. |
| |
| - Update results to accommodate new error messages. |
| - openKeyCursor on IDBObjectStore has been removed, so remove that from the results. |
| - "undefined" and "null" are invalid keys, so update the keypath-basics test to reflect this. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/deleted-objects-expected.txt: |
| * storage/indexeddb/keypath-basics-expected.txt: |
| * storage/indexeddb/resources/keypath-basics.js: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| |
| 2016-01-05 Brady Eidson <beidson@apple.com> |
| |
| IndexedDB TestExpectations gardening. |
| |
| Reviewed by Alex Christensen. |
| |
| - Enable 3 flakes that should now not be flakey. |
| - Unskip some previously crashing tests, but mark as text failures. |
| - Move some tests around with better comments. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-05 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Transactions from a previous page can leak forward to the next. |
| https://bugs.webkit.org/show_bug.cgi?id=152698 |
| |
| Reviewed by Alex Christensen. |
| |
| * storage/indexeddb/modern/resources/transactions-stop-on-navigation-2.html: Added. |
| * storage/indexeddb/modern/resources/transactions-stop-on-navigation.js: Added. |
| * storage/indexeddb/modern/transactions-stop-on-navigation-expected.txt: Added. |
| * storage/indexeddb/modern/transactions-stop-on-navigation.html: Added. |
| |
| 2016-01-05 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Marking imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html |
| as failing (before https://bugs.webkit.org/show_bug.cgi?id=151984 it was timing out) |
| |
| Unreviewed. |
| |
| * TestExpectations: |
| |
| 2016-01-05 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Activate service-workers import |
| https://bugs.webkit.org/show_bug.cgi?id=152686 |
| |
| Reviewed by Daniel Bates. |
| |
| * TestExpectations: Marking all service worker tests as skipped. |
| |
| 2016-01-05 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Update web-platform-tests test suite |
| https://bugs.webkit.org/show_bug.cgi?id=151984 |
| |
| Reviewed by Daniel Bates. |
| |
| * TestExpectations: updated expectations for newly failing tests. |
| |
| 2016-01-04 Devin Rousso <dcrousso+webkit@gmail.com> |
| |
| Web Inspector: add context menu items to switch CSS color property value syntax between RGB, HSL, etc |
| https://bugs.webkit.org/show_bug.cgi?id=151918 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/model/color-expected.html: |
| * inspector/model/color.html: |
| Changed "nickname" to "keyword". |
| |
| 2016-01-04 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Memory indexes aren't deleted when their owning memory object stores are deleted. |
| https://bugs.webkit.org/show_bug.cgi?id=152717 |
| |
| Reviewed by Alex Christensen. |
| |
| * storage/indexeddb/modern/memory-index-not-deleted-with-objectstore-expected.txt: Added. |
| * storage/indexeddb/modern/memory-index-not-deleted-with-objectstore.html: Added. |
| * storage/indexeddb/modern/resources/memory-index-not-deleted-with-objectstore.js: Added. |
| |
| 2016-01-04 Sergio Villar Senin <svillar@igalia.com> |
| |
| REGRESSION(r194143): Float width incorrectly calculated on Wikipedia |
| https://bugs.webkit.org/show_bug.cgi?id=152644 |
| |
| Reviewed by Myles C. Maxfield. |
| |
| * fast/css-intrinsic-dimensions/inlinesize-contribution-floats-expected.html: Added. |
| * fast/css-intrinsic-dimensions/inlinesize-contribution-floats.html: Added. |
| |
| 2016-01-04 David Hyatt <hyatt@apple.com> |
| |
| word-wrap: break-word broken inside a flexbox |
| https://bugs.webkit.org/show_bug.cgi?id=152321 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/text/word-break-on-flexbox-child-expected.html: Added. |
| * fast/text/word-break-on-flexbox-child.html: Added. |
| |
| 2016-01-04 John Wilander <wilander@apple.com> |
| |
| webkitGetUserMedia built-in should use @then and not then |
| https://bugs.webkit.org/show_bug.cgi?id=152296 |
| |
| Reviewed by Brent Fulgham. |
| |
| * streams/webkitGetUserMedia-shadowing-then-expected.txt: Added. |
| * streams/webkitGetUserMedia-shadowing-then.html: Added. |
| |
| 2016-01-04 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Unreviewed, rolling out r194533. |
| |
| The test that was re-enabled with this change is still flaky |
| |
| Reverted changeset: |
| |
| "Modern IDB TestExpectations gardening." |
| http://trac.webkit.org/changeset/194533 |
| |
| 2016-01-04 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skip failing test fast/animation/request-animation-frame-disabled.html on ios-simulator |
| fast/animation/request-animation-frame-disabled.html |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-04 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Re-enable fast/animation tests on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=137588 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2016-01-02 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB TestExpectations gardening. |
| |
| Rubberstamped by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: Remove the failure entry for a test that passes. |
| |
| 2016-01-03 Simon Fraser <simon.fraser@apple.com> |
| |
| scrollLeft returns different values for viewport and non-viewport scrolling with rtl |
| https://bugs.webkit.org/show_bug.cgi?id=94405 |
| rdar://problem/21829754 |
| |
| Reviewed by Zalan Bujtas. |
| |
| programmatic-overflow-rtl-scrollIntoView.html is a basic test for negative scrollLeft |
| in an RTL scroller. |
| |
| Other tests are fixed to programmatically scroll to negative scroll positions. |
| |
| * compositing/rtl/rtl-overflow-scrolling.html: |
| * fast/overflow/scroll-div-hide-show-expected.txt: |
| * fast/overflow/scroll-div-hide-show.html: |
| * fast/repaint/horizontal-bt-overflow-parent.html: |
| * fast/repaint/horizontal-bt-overflow-same.html: |
| * fast/repaint/vertical-overflow-parent.html: |
| * fast/repaint/vertical-overflow-same.html: |
| * fast/scrolling/programmatic-overflow-rtl-scrollIntoView-expected.txt: Added. |
| * fast/scrolling/programmatic-overflow-rtl-scrollIntoView.html: Added. |
| * fast/writing-mode/flipped-blocks-hit-test-overflow-scroll.html: |
| * imported/blink/compositing/overflow/rtl-overflow.html: |
| |
| 2016-01-02 Simon Fraser <simon.fraser@apple.com> |
| |
| Some cleanup in ScrollAnimator |
| https://bugs.webkit.org/show_bug.cgi?id=152649 |
| |
| Reviewed by Zalan Bujtas. |
| |
| Added fast/scrolling/arrow-key-scroll-in-rtl-document.html to test for arrow |
| key scrolling in an RTL document, which an earlier version of the patch |
| regressed without detection. |
| |
| * fast/dom/horizontal-scrollbar-in-rtl-expected.txt: |
| * fast/scrolling/arrow-key-scroll-in-rtl-document-expected.txt: Added. |
| * fast/scrolling/arrow-key-scroll-in-rtl-document.html: Added. |
| |
| 2016-01-02 Zalan Bujtas <zalan@apple.com> |
| |
| Simple line layout:: Add text-decoration support. |
| https://bugs.webkit.org/show_bug.cgi?id=152623 |
| |
| Reviewed by Antti Koivisto. |
| |
| Existing tests cases also cover decoration correctness. |
| |
| * fast/css3-text/css3-text-decoration/simple-line-layout-text-decoration-expected.html: Added. |
| * fast/css3-text/css3-text-decoration/simple-line-layout-text-decoration.html: Added. |
| |
| 2016-01-01 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/database-deletepending-flag.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152600 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2016-01-01 Simon Fraser <simon.fraser@apple.com> |
| |
| Fix reload and programmatic scrolling in RTL documents |
| https://bugs.webkit.org/show_bug.cgi?id=152639 |
| |
| Reviewed by Zalan Bujtas. |
| |
| New tests for programmatic scrolling (2 kinds!) in RTL documents, and |
| reloading a scrolled RTL document. |
| |
| * fast/scrolling/programmatic-document-rtl-scroll-expected.html: Added. |
| * fast/scrolling/programmatic-document-rtl-scroll.html: Added. |
| * fast/scrolling/programmatic-document-rtl-scrollIntoView-expected.txt: Added. |
| * fast/scrolling/programmatic-document-rtl-scrollIntoView.html: Added. |
| * fast/scrolling/scroll-position-on-reload-rtl-expected.txt: Added. |
| * fast/scrolling/scroll-position-on-reload-rtl.html: Added. |
| |
| 2016-01-01 Simon Fraser <simon.fraser@apple.com> |
| |
| REGRESSION (r194448): Scrolling overflow:scroll goes too far |
| https://bugs.webkit.org/show_bug.cgi?id=152645 |
| |
| Reviewed by Zalan Bujtas. |
| |
| Test that scrolls and overflow div with wheel events, then checks that it has |
| not passed the max scroll offset. |
| |
| * fast/scrolling/overflow-scroll-past-max-expected.txt: Added. |
| * fast/scrolling/overflow-scroll-past-max.html: Added. |
| |
| 2016-01-01 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Several IndexedDB tests failing |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-01 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] http/tests/misc/detached-frame-console.html is crashing |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-01 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] http/tests/media/clearkey/clear-key-hls-aes128.html is crashing |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2016-01-01 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Expect missing results for CSS table anonymous objects tests |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-31 Simon Fraser <simon.fraser@apple.com> |
| |
| [iOS WK2] Fix incorrect scrollPosition handling |
| https://bugs.webkit.org/show_bug.cgi?id=152630 |
| |
| Reviewed by Zalan Bujtas. |
| |
| These tests now load with a 0,0 scroll position, so don't dump out the "scrolled to" text, |
| which matches Mac behavior. |
| |
| * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt: |
| * platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: |
| |
| 2015-12-31 Zalan Bujtas <zalan@apple.com> |
| |
| text-decoration: line-through is mispositioned when text has overline/underline too. |
| https://bugs.webkit.org/show_bug.cgi?id=152619 |
| |
| Reviewed by Simon Fraser. |
| |
| Line-through painting was mistakenly calling drawLineForText with overline/underline positioning. |
| |
| * fast/css3-text/css3-text-decoration/text-decoration-line-through-mispositioned-expected.html: Added. |
| * fast/css3-text/css3-text-decoration/text-decoration-line-through-mispositioned.html: Added. |
| |
| 2015-12-31 Zalan Bujtas <zalan@apple.com> |
| |
| Simple line layout: Text with stroke width is not positioned correctly. |
| https://bugs.webkit.org/show_bug.cgi?id=152614 |
| |
| Reviewed by Simon Fraser. |
| |
| Visual overflow should not affect text position. |
| |
| * fast/text/simple-line-layout-text-position-with-stroke-expected.html: Added. |
| * fast/text/simple-line-layout-text-position-with-stroke.html: Added. |
| |
| 2015-12-31 Zalan Bujtas <zalan@apple.com> |
| |
| Simple line layout: Nested block with pseudo first-line parent should bail out of simple line layout. |
| https://bugs.webkit.org/show_bug.cgi?id=152599 |
| |
| Reviewed by Simon Fraser. |
| |
| We should bail out of simple line layout if any of the ancestors have pseudo first-line style. |
| (see RenderBlock::firstLineBlock()) |
| |
| * fast/block/line-layout/first-line-should-bail-out-of-simple-line-layout-expected.html: Added. |
| * fast/block/line-layout/first-line-should-bail-out-of-simple-line-layout.html: Added. |
| |
| 2015-12-31 Martin Robinson <mrobinson@igalia.com> |
| |
| Mark some tests as failing on WebKitGTK+. |
| |
| Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-31 Martin Robinson <mrobinson@igalia.com> |
| |
| Mark WOFF2 test as failing on WebKitGTK+ |
| |
| Unreviewed. Gardening. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-31 ChangSeok Oh <changseok.oh@collabora.com> |
| |
| [GTK] Unreviewed gardening at 2015-12-31 |
| |
| Mark fast/text/text-combine-placement.html as crashing. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Only fire blocked events after all open connections have handled their versionchange events. |
| https://bugs.webkit.org/show_bug.cgi?id=152593 |
| |
| Reviewed by Andy Estes. |
| |
| - Unskip two timeout tests that now pass. |
| - Reclassify a text-failure test to be skipped for new reasons. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-30 Gyuyoung Kim <gyuyoung.kim@webkit.org> |
| |
| Unreviewed, EFL gardening. |
| |
| Mark navigation policy tests to failure and unskip some passing test. |
| Update media failure tests. |
| |
| * platform/efl/TestExpectations: |
| |
| 2015-12-30 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| [ES6] Arrow function syntax. Arrow function specific features. Lexical bind "super" |
| https://bugs.webkit.org/show_bug.cgi?id=149615 |
| |
| Reviewed by Saam Barati. |
| |
| * js/arrowfunction-superproperty-expected.txt: Added. |
| * js/arrowfunction-superproperty.html: Added. |
| * js/script-tests/arrowfunction-superproperty.js: Added. |
| |
| 2015-12-29 Andy VanWagoner <andy@instructure.com> |
| |
| Remove tests for sometimes unsupported calendars, numbering systems, and time zone backward links |
| https://bugs.webkit.org/show_bug.cgi?id=152550 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Time zones change often, so only test a few probable backward links. |
| Remove hanidays numbering system tests, since GTK and EFL don't support it. |
| Remove islamic-umalqura calendar tests, since GTK and EFL don't support it. |
| |
| * js/intl-datetimeformat-expected.txt: |
| * js/script-tests/intl-datetimeformat.js: |
| |
| 2015-12-27 Zalan Bujtas <zalan@apple.com> |
| |
| Should never be reached failure in WebCore::RenderElement::clearLayoutRootIfNeeded |
| https://bugs.webkit.org/show_bug.cgi?id=151590 |
| |
| Reviewed by Simon Fraser. |
| |
| We should always set the layoutroot when a new subtree layout is requested (and convert it |
| to a full layout when needed). It ensures that renderers are detached cleanly even when |
| they are set as layoutroot. |
| |
| * fast/block/assert-when-layout-root-is-not-cleared-expected.txt: Added. |
| * fast/block/assert-when-layout-root-is-not-cleared.html: Added. |
| |
| 2015-12-25 Zalan Bujtas <zalan@apple.com> |
| |
| Subpixel rendering: Add subpixel support for outline. |
| https://bugs.webkit.org/show_bug.cgi?id=152560 |
| |
| Unable to ref-test other outline types. |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/borders/hidpi-outline-hairline-painting-expected.html: Added. |
| * fast/borders/hidpi-outline-hairline-painting.html: Added. |
| |
| 2015-12-24 Zalan Bujtas <zalan@apple.com> |
| |
| ASSERTION FAILED: x2 >= x1 in WebCore::RenderElement::drawLineForBoxSide |
| https://bugs.webkit.org/show_bug.cgi?id=151210 |
| |
| Reviewed by Simon Fraser. |
| |
| "IntRect outer = snappedIntRect(inner)" explicitly converts inner to LayoutRect and |
| returns a snapped IntRect. When inner (after the inflate) overflows LayoutUnit, |
| the snapped outer rect becomes smaller than the inner rect. |
| |
| This patch also enables outline painting on subpixel positions. |
| |
| * fast/borders/hidpi-outline-on-subpixel-position-expected.html: Added. |
| * fast/borders/hidpi-outline-on-subpixel-position.html: Added. |
| * fast/borders/outline-offset-overflow-expected.txt: Added. |
| * fast/borders/outline-offset-overflow.html: Added. |
| |
| 2015-12-23 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Don't open any new connections until after version change transactions are completely handled. |
| https://bugs.webkit.org/show_bug.cgi?id=152441 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: Enable 4 now-passing tests. |
| |
| 2015-12-23 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/transaction-basics.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152481 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| |
| 2015-12-23 Gyuyoung Kim <gyuyoung.kim@webkit.org> |
| |
| Unreviewed EFL gardening. |
| |
| Mark shadow dom to Pass with incorrect result. Additionally remove |
| disappeared storage tests in TestExpectations. |
| |
| Unskip MSE tests because MSE functionalities have been supported by gstreamer. |
| |
| * platform/efl/TestExpectations: |
| |
| 2015-12-23 Simon Fraser <simon.fraser@apple.com> |
| |
| REGRESSION (r187593): Scroll position jumps when selecting text in an iframe |
| https://bugs.webkit.org/show_bug.cgi?id=152541 |
| rdar://problem/23886181 |
| |
| Reviewed by Tim Horton. |
| |
| New test for autoscrolling iframe contents (an existing test scrolled an overflow:scroll |
| inside an iframe, and didn't catch the bug). |
| |
| * fast/events/autoscroll-in-iframe-body-expected.txt: Added. |
| * fast/events/autoscroll-in-iframe-body.html: Added. |
| * fast/forms/input-readonly-autoscroll.html: Fix a missing double quote. |
| |
| 2015-12-22 Simon Fraser <simon.fraser@apple.com> |
| |
| Minor cleanup in RenderBox::canBeProgramaticallyScrolled() |
| https://bugs.webkit.org/show_bug.cgi?id=152515 |
| |
| Reviewed by Tim Horton. |
| |
| Test that programmatic scrolling works inside overflow:hidden. |
| |
| * fast/overflow/overflow-hidden-scroll-into-view-expected.html: Added. |
| * fast/overflow/overflow-hidden-scroll-into-view.html: Added. |
| |
| 2015-12-23 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining storage/domstorage/localstorage/delete-defineproperty-removal.html |
| https://bugs.webkit.org/show_bug.cgi?id=149179 |
| |
| Unreviewed test gardening. |
| |
| * storage/domstorage/localstorage/delete-defineproperty-removal-expected.txt: |
| |
| 2015-12-23 Pranjal Jumde <pjumde@apple.com> |
| |
| Test to check for stack recursion when indexed propertyNames defined using Object.defineProperty are deleted. |
| https://bugs.webkit.org/show_bug.cgi?id=149179 |
| <rdar://problem/22708019>. |
| |
| Reviewed by Filip Pizlo. |
| |
| * storage/domstorage/localstorage/delete-defineproperty-removal-expected.txt: Added. |
| * storage/domstorage/localstorage/delete-defineproperty-removal.html: Added. |
| |
| 2015-12-23 Eric Carlson <eric.carlson@apple.com> |
| |
| [MediaStream] MediaDeviceInfo.label must be empty in some situations |
| https://bugs.webkit.org/show_bug.cgi?id=152000 |
| |
| Reviewed by Brent Fulgham. |
| |
| * fast/mediastream/MediaDevices-enumerateDevices-expected.txt: |
| * fast/mediastream/MediaDevices-enumerateDevices.html: |
| |
| 2015-12-23 Andy VanWagoner <andy@instructure.com> |
| |
| [INTL] Implement DateTime Format Functions |
| https://bugs.webkit.org/show_bug.cgi?id=147606 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * js/intl-datetimeformat-expected.txt: Added format tests. |
| * js/intl-datetimeformat.html: Used utf-8. |
| * js/script-tests/intl-datetimeformat.js: Added format tests. |
| |
| 2015-12-23 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [INTL] Implement String.prototype.localeCompare in ECMA-402 |
| https://bugs.webkit.org/show_bug.cgi?id=147607 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * js/script-tests/string-localeCompare.js: |
| * js/script-tests/string-prototype-properties.js: Update error message. |
| * js/string-localeCompare-expected.txt: |
| * js/string-prototype-properties-expected.txt: Update error message. |
| * js/string-localeCompare.html: |
| |
| 2015-12-23 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining fast/text/emoji.html for Windows |
| https://bugs.webkit.org/show_bug.cgi?id=152147 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/fast/text/emoji-expected.txt: |
| |
| 2015-12-23 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-* as failing on Win |
| https://bugs.webkit.org/show_bug.cgi?id=152411 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/TestExpectations: |
| |
| 2015-12-23 ChangSeok Oh <changseok.oh@collabora.com> |
| |
| [GTK] Unreviewed gardening |
| |
| RTCPeerConnection-state.html is removed after r194112. Remove failure expectations |
| for tests which have been passing. Add new expectations for text-combine-shrink-on-color-change.html |
| |
| * platform/gtk/TestExpectations: |
| * platform/gtk/fast/text/text-combine-shrink-on-color-change-expected.png: Added. |
| * platform/gtk/fast/text/text-combine-shrink-on-color-change-expected.txt: Added. |
| |
| 2015-12-23 Andy VanWagoner <andy@instructure.com> |
| |
| [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions () |
| https://bugs.webkit.org/show_bug.cgi?id=147603 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * js/intl-datetimeformat-expected.txt: Added resolvedOptions tests. |
| * js/script-tests/intl-datetimeformat.js: Added resolvedOptions tests. |
| (string_appeared_here): |
| |
| 2015-12-23 Chris Aljoudi <chris@chrismatic.io> and Alex Christensen <achristensen@webkit.org> |
| |
| Content blockers should be able to promote http to https |
| https://bugs.webkit.org/show_bug.cgi?id=148966 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * http/tests/contentextensions/make-https-expected.txt: Added. |
| * http/tests/contentextensions/make-https.html: Added. |
| * http/tests/contentextensions/make-https.html.json: Added. |
| |
| 2015-12-22 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| |
| [Streams API] Fix cosmetic things after importing spec tests |
| https://bugs.webkit.org/show_bug.cgi?id=152479 |
| |
| Reviewed by Youenn Fablet. |
| |
| Spec version are mainly updated in this patch as it wasn't done when importing tests from the spec. Some other |
| minor changes were done, as renumbering some tests, removing some orphan expectations and other styling issues. |
| |
| * streams/brand-checks.html: |
| * streams/pipe-to.html: |
| * streams/readable-stream-controller-error.html: |
| * streams/readable-stream-pipeThrough.html: |
| * streams/readable-stream-reader-read.html: |
| * streams/reference-implementation/abstract-ops.html: |
| * streams/reference-implementation/bad-strategies.html: |
| * streams/reference-implementation/bad-underlying-sinks.html: |
| * streams/reference-implementation/bad-underlying-sources-expected.txt: Removed. |
| * streams/reference-implementation/brand-checks.html: |
| * streams/reference-implementation/byte-length-queuing-strategy.html: |
| * streams/reference-implementation/count-queuing-strategy.html: |
| * streams/reference-implementation/pipe-through.html: |
| * streams/reference-implementation/pipe-to-options.html: |
| * streams/reference-implementation/pipe-to.html: |
| * streams/reference-implementation/readable-stream-templated.html: |
| * streams/reference-implementation/transform-stream-errors.html: |
| * streams/reference-implementation/transform-stream.html: |
| * streams/reference-implementation/writable-stream-abort.html: |
| * streams/reference-implementation/writable-stream-expected.txt: |
| * streams/reference-implementation/writable-stream.html: |
| |
| 2015-12-22 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking webgl/1.0.2/conformance/extensions/get-extension.html as flaky on mac-wk1 |
| https://bugs.webkit.org/show_bug.cgi?id=152506 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-22 Chris Fleizach <cfleizach@apple.com> |
| |
| [WK2] Looping in testcase: fast/dom/Window/property-access-on-cached-window-after-frame-removed.html |
| https://bugs.webkit.org/show_bug.cgi?id=152482 |
| |
| Reviewed by Brent Fulgham. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-12-21 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping unsupported test on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152491 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-21 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking inspector/debugger/break-on-exception-catch.html as a flaky timeout on mac-wk2 debug |
| https://bugs.webkit.org/show_bug.cgi?id=152492 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-12-21 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| Unexpected exception assigning to this._property inside arrow function |
| https://bugs.webkit.org/show_bug.cgi?id=152028 |
| |
| Reviewed by Saam Barati. |
| |
| Added new test cases for arrow function, to force create lexical env in body of function. |
| |
| * js/arrowfunction-lexical-bind-this-expected.txt: |
| * js/script-tests/arrowfunction-lexical-bind-this.js: |
| |
| 2015-12-21 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking inspector/debugger/command-line-api-exception-nested-catch.html as a flaky timeout on mac-wk1 |
| https://bugs.webkit.org/show_bug.cgi?id=152487 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-21 Antti Koivisto <antti@apple.com> |
| |
| Limit cached redirect chain length |
| https://bugs.webkit.org/show_bug.cgi?id=152477 |
| |
| Reviewed by Andreas Kling. |
| |
| * http/tests/cache/disk-cache/redirect-chain-limits-expected.txt: Added. |
| * http/tests/cache/disk-cache/redirect-chain-limits.html: Added. |
| * http/tests/cache/disk-cache/resources/redirect-chain.phpl: Added. |
| |
| 2015-12-21 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking webaudio/audiocontext-state-interrupted.html as a flaky crasher on mac-wk1 |
| https://bugs.webkit.org/show_bug.cgi?id=152485 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-21 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152449 |
| |
| Unreviewed teset gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-21 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Unreviewed, rolling out r194328. |
| |
| This change appears to have caused failures in JSC tests |
| |
| Reverted changeset: |
| |
| "[INTL] Implement String.prototype.localeCompare in ECMA-402" |
| https://bugs.webkit.org/show_bug.cgi?id=147607 |
| http://trac.webkit.org/changeset/194328 |
| |
| 2015-12-21 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [INTL] Implement String.prototype.localeCompare in ECMA-402 |
| https://bugs.webkit.org/show_bug.cgi?id=147607 |
| |
| Reviewed by Darin Adler. |
| |
| * js/script-tests/string-localeCompare.js: |
| * js/script-tests/string-prototype-properties.js: Update error message. |
| * js/string-localeCompare-expected.txt: |
| * js/string-prototype-properties-expected.txt: Update error message. |
| * js/string-localeCompare.html: |
| |
| 2015-12-20 Jeremy Zerfas <WebKit@JeremyZerfas.com> |
| |
| Don't allocate a NSImage and skip unneeded call to TIFFRepresentation when copying image to clipboard. |
| https://bugs.webkit.org/show_bug.cgi?id=152374 |
| |
| Reviewed by Darin Adler. |
| |
| Added test to make sure that when copying a 50 frame 500x500 animation |
| (50 MB uncompressed) to the clipboard, the additional memory usage is |
| kept to less than 200 MB. |
| |
| * fast/images/image-copy-memory-usage-expected.txt: Added. |
| * fast/images/image-copy-memory-usage.html: Added. |
| * fast/images/resources/dot-moving-in-a-circle-animation.gif: Added. |
| |
| 2015-12-20 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r194033 and r194267. |
| https://bugs.webkit.org/show_bug.cgi?id=152465 |
| |
| Caused crashes on Mac WK1 bots (Requested by youenn on |
| #webkit). |
| |
| Reverted changesets: |
| |
| "[Streams API] Expose ReadableStream and relatives to Worker" |
| https://bugs.webkit.org/show_bug.cgi?id=152066 |
| http://trac.webkit.org/changeset/194033 |
| |
| "[Streams API] imported/w3c/web-platform-tests/streams-api |
| /readable-streams/cancel.html has a flaky test" |
| https://bugs.webkit.org/show_bug.cgi?id=152065 |
| http://trac.webkit.org/changeset/194267 |
| |
| 2015-12-18 Antti Koivisto <antti@apple.com> |
| |
| Cache redirects as separate entries |
| https://bugs.webkit.org/show_bug.cgi?id=152424 |
| |
| Reviewed by Alex Christensen. |
| |
| * http/tests/cache/disk-cache/disk-cache-redirect-expected.txt: Added. |
| * http/tests/cache/disk-cache/disk-cache-redirect.html: Added. |
| * http/tests/cache/disk-cache/resources/generate-response.cgi: |
| |
| 2015-12-18 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Mark fast/regions/overflow/overflow-region-float.html as passing |
| |
| Unreviewed test gardening. This test has been passing since r191658. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-18 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping fast/scrolling/rtl-point-in-iframe.html on ios-simulator since it tests wheel events. |
| https://bugs.webkit.org/show_bug.cgi?id=152442 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-18 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152437 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: |
| |
| 2015-12-18 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking inspector/console/messagesCleared.html as a flaky timeout on mac-wk2 debug |
| https://bugs.webkit.org/show_bug.cgi?id=152025 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-12-18 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Refactor when opening the backing store takes place. |
| https://bugs.webkit.org/show_bug.cgi?id=152405 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-18 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Unreviewed gardening |
| |
| css3/flexbox/multiline-reverse-wrap-baseline.html consistently passes for GTK since |
| r191623, but fails on Apple ports, so add a GTK-specific Pass expectation. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-18 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Unreviewed gardening |
| https://bugs.webkit.org/show_bug.cgi?id=142292 |
| |
| fast/images/animated-gif-body-outside-viewport.html and |
| fast/images/animated-gif-window-resizing.html are flaky; mark them |
| accordingly. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-18 Michael Catanzaro <mcatanzaro@igalia.com> |
| |
| [GTK] Unreviewed gardening |
| |
| Remove failure expectation for fast/events/drag-and-drop-autoscroll-inner-frame.html which |
| has been consistently passing since r192511. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-17 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r194241 and r194252. |
| https://bugs.webkit.org/show_bug.cgi?id=152415 |
| |
| Caused crashes on GuardMalloc (Requested by ap on #webkit). |
| |
| Reverted changesets: |
| |
| "Modern IDB: Refactor open/delete requests to exist in the |
| same queue." |
| https://bugs.webkit.org/show_bug.cgi?id=152397 |
| http://trac.webkit.org/changeset/194241 |
| |
| "Modern IDB: Refactor when opening the backing store takes |
| place." |
| https://bugs.webkit.org/show_bug.cgi?id=152405 |
| http://trac.webkit.org/changeset/194252 |
| |
| 2015-12-17 Sukolsak Sakshuwong <sukolsak@gmail.com> |
| |
| [INTL] Implement Collator Compare Functions |
| https://bugs.webkit.org/show_bug.cgi?id=147604 |
| |
| Reviewed by Darin Adler. |
| |
| * js/intl-collator-expected.txt: |
| * js/intl-collator.html: |
| * js/script-tests/intl-collator.js: |
| (testCollator): |
| |
| 2015-12-17 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Refactor when opening the backing store takes place. |
| https://bugs.webkit.org/show_bug.cgi?id=152405 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-17 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Provide a way to distinguish a nested lexical block from a function's lexical block |
| https://bugs.webkit.org/show_bug.cgi?id=152361 |
| |
| Reviewed by Saam Barati. |
| |
| * inspector/debugger/breakpoint-scope-expected.txt: |
| We will soon remove the backend sending a "Local" scope. |
| The backend was just marking the first closure scope as local. |
| The frontend can do this itself and do a better job of it. |
| |
| * inspector/model/resources/all-scopes.js: Added. |
| (testAllScopes.innerScope): |
| (testAllScopes): |
| * inspector/model/resources/block-scopes.js: Added. |
| (testBlockScopes): |
| (testBlockScopes.method): |
| * inspector/model/resources/function-name-scopes.js: Added. |
| (testFunctionNameScope1): |
| * inspector/model/scope-chain-node-expected.txt: Added. |
| * inspector/model/scope-chain-node.html: Added. |
| Tests for ways to get all the different scope types and |
| specific cases of certain scope types. |
| |
| 2015-12-17 Keith Miller <keith_miller@apple.com> |
| |
| [ES6] Add support for Symbol.hasInstance |
| https://bugs.webkit.org/show_bug.cgi?id=151839 |
| |
| Reviewed by Saam Barati. |
| |
| Fix tests to reflect the changes to instanceof in ES6. |
| |
| Added a new regression test for bound functions in instanceof |
| as the perfomance on bound functions should, to some degree, |
| reflect the performance on C-API users. |
| |
| * inspector/model/remote-object-get-properties-expected.txt: |
| * js/Object-getOwnPropertyNames-expected.txt: |
| * js/exception-for-nonobject-expected.txt: |
| * js/exception-instanceof-expected.txt: |
| * js/instance-of-immediates-expected.txt: |
| * js/regress/instanceof-bound-expected.txt: Added. |
| * js/regress/instanceof-bound.html: Added. |
| * js/regress/script-tests/instanceof-bound.js: Added. |
| (Constructor): |
| (test): |
| * js/script-tests/Object-getOwnPropertyNames.js: |
| |
| 2015-12-17 Simon Fraser <simon.fraser@apple.com> |
| |
| Disable viewport "shrink to fit" outside of multitasking mode |
| https://bugs.webkit.org/show_bug.cgi?id=152403 |
| rdar://problem/23818102 |
| |
| Reviewed by Tim Horton. |
| |
| This test no longer does shrink-to-fit, so starts with a min and initial scale of 1. |
| |
| * fast/viewport/ios/width-is-device-width-overflowing-expected.txt: |
| |
| 2015-12-16 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Add JSContext Script Profiling |
| https://bugs.webkit.org/show_bug.cgi?id=151899 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/script-profiler/event-type-API-expected.txt: Added. |
| * inspector/script-profiler/event-type-API.html: Added. |
| * inspector/script-profiler/event-type-Microtask-expected.txt: Added. |
| * inspector/script-profiler/event-type-Microtask.html: Added. |
| * inspector/script-profiler/tracking-expected.txt: Added. |
| * inspector/script-profiler/tracking.html: Added. |
| Tests for the new ScriptProfiler domain. |
| |
| 2015-12-17 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/media/mq-* tests as failing on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152137 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-17 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-* tests on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152390 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-17 Lorenzo Tilve <ltilve@igalia.com> |
| |
| [GTK] Unreviewed gardening |
| |
| Remove failure expectations for tests that have been passing after |
| r185157, r186191, r189670, r191658 and r191727. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-17 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Remove temporary flakiness expectations for WPT tests introduced for bug 152257 |
| https://bugs.webkit.org/show_bug.cgi?id=152377 |
| |
| Unreviewed. |
| |
| * TestExpectations: removing some flakiness expectations. |
| |
| 2015-12-17 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| [ES6] Handle new_generator_func / new_generator_func_exp in DFG / FTL |
| https://bugs.webkit.org/show_bug.cgi?id=152227 |
| |
| Reviewed by Saam Barati. |
| |
| Make the test taking longer time. |
| |
| * js/regress/script-tests/generator-function-create.js: |
| (test): |
| |
| 2015-12-16 Andy Estes <aestes@apple.com> |
| |
| [iOS] Block loading external stylesheets in the Content-Disposition: attachment sandbox |
| https://bugs.webkit.org/show_bug.cgi?id=152375 |
| <rdar://problem/22020902> |
| |
| Reviewed by Darin Adler. |
| |
| * http/tests/contentdispositionattachmentsandbox/at-import-stylesheets-disabled-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/at-import-stylesheets-disabled.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/cross-origin-frames-disabled-expected.txt: |
| * http/tests/contentdispositionattachmentsandbox/external-stylesheets-disabled-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/external-stylesheets-disabled.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/resources/at-import-stylesheets-frame.php: Added. |
| * http/tests/contentdispositionattachmentsandbox/resources/external-stylesheets-frame.php: Added. |
| * http/tests/contentdispositionattachmentsandbox/resources/xml-stylesheet-processing-instructions-frame.php: Added. |
| * http/tests/contentdispositionattachmentsandbox/xml-stylesheet-processing-instructions-disabled-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/xml-stylesheet-processing-instructions-disabled.html: Added. |
| |
| 2015-12-16 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Adding timout expectation to one more wpt test that I missed in the last commit. |
| https://bugs.webkit.org/show_bug.cgi?id=152335 |
| |
| Unreviewed test gardening. |
| |
| * TestExpectations: |
| |
| 2015-12-16 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Adding timeout to wpt TestExpectations due to WK/WPT testharness.js issues. |
| https://bugs.webkit.org/show_bug.cgi?id=152335 |
| |
| Unreviewed test gadening. |
| |
| * TestExpectations: |
| |
| 2015-12-16 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Re-baseline pageoverlay/overlay* tests for mac-wk1 |
| https://bugs.webkit.org/show_bug.cgi?id=152338 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt: |
| * platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt: |
| * platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt: |
| |
| 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Mark additional wpt tests as flaky due to WK/WPT testharness.js |
| https://bugs.webkit.org/show_bug.cgi?id=152335 |
| |
| Unreviewed. |
| |
| * TestExpectations: marking some more tests as flaky. |
| |
| 2015-12-16 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Typing object literal in the console causes a parse error |
| https://bugs.webkit.org/show_bug.cgi?id=141737 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/controller/runtime-controller-expected.txt: Added. |
| * inspector/controller/runtime-controller.html: Added. |
| |
| 2015-12-08 Sergio Villar Senin <svillar@igalia.com> |
| |
| Fix computation of min|max-content contribution of non-replaced blocks |
| https://bugs.webkit.org/show_bug.cgi?id=152004 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/css-intrinsic-dimensions/auto-maxcontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/auto-maxcontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/auto-mincontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/auto-mincontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/fillavailable-maxcontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/fillavailable-maxcontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/fillavailable-mincontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/fillavailable-mincontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/fitcontent-maxcontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/fitcontent-maxcontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/fitcontent-mincontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/fitcontent-mincontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/fixed-inlinesize-contribution-nonreplaced-blocks-1-expected.html: Added. |
| * fast/css-intrinsic-dimensions/fixed-inlinesize-contribution-nonreplaced-blocks-1.html: Added. |
| * fast/css-intrinsic-dimensions/fixed-inlinesize-contribution-nonreplaced-blocks-2-expected.html: Added. |
| * fast/css-intrinsic-dimensions/fixed-inlinesize-contribution-nonreplaced-blocks-2.html: Added. |
| * fast/css-intrinsic-dimensions/indefinite-percent-maxcontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/indefinite-percent-maxcontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/indefinite-percent-mincontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/indefinite-percent-mincontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/maxcontent-maxcontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/maxcontent-maxcontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/maxcontent-mincontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/maxcontent-mincontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/mincontent-maxcontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/mincontent-maxcontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/mincontent-mincontent-inlinesize-contribution-nonreplaced-blocks-expected.html: Added. |
| * fast/css-intrinsic-dimensions/mincontent-mincontent-inlinesize-contribution-nonreplaced-blocks.html: Added. |
| * fast/css-intrinsic-dimensions/resources/intrinsic-size-contribution.css: Added. |
| (.container): |
| (.item): |
| (.border): |
| (.padding): |
| (.margin): |
| |
| 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Mac EWS bots frequently fail several wpt tests |
| https://bugs.webkit.org/show_bug.cgi?id=152257 |
| |
| Unreviewed. |
| |
| * TestExpectations: marking some tests as flaky. |
| |
| 2015-12-16 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r194135. |
| https://bugs.webkit.org/show_bug.cgi?id=152333 |
| |
| due to missing OSR exit materialization support in FTL |
| (Requested by yusukesuzuki on #webkit). |
| |
| Reverted changeset: |
| |
| "[ES6] Handle new_generator_func / new_generator_func_exp in |
| DFG / FTL" |
| https://bugs.webkit.org/show_bug.cgi?id=152227 |
| http://trac.webkit.org/changeset/194135 |
| |
| 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Align WebKit testharness.js with WPT testharness.js |
| https://bugs.webkit.org/show_bug.cgi?id=152297 |
| |
| Reviewed by Darin Adler. |
| |
| Cosmetic changes (output:true is overriden by WK testharnessreport.js) |
| To remove the warning "WPT tests are not using the same testharness.js file as other WebKit Layout tests." |
| |
| * media/track/getCueAsHTMLCrash.html: Adding testharnessreport.js and removing call to dumpAsText. |
| * media/track/getCueAsHTMLCrash-expected.txt: Rebasing as tests are now outputting results. |
| * resources/testharness.js: |
| |
| 2015-12-16 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| [ES6] Handle new_generator_func / new_generator_func_exp in DFG / FTL |
| https://bugs.webkit.org/show_bug.cgi?id=152227 |
| |
| Reviewed by Saam Barati. |
| |
| Make the test taking longer time. |
| |
| * js/regress/script-tests/generator-function-create.js: |
| (test): |
| |
| 2015-12-16 Tomas Popela <tpopela@redhat.com> |
| |
| [GTK] Correct the wrong expectation introduced in r194106 |
| https://bugs.webkit.org/show_bug.cgi?id=152325 |
| |
| Unreviewed GTK gardening |
| |
| * platform/gtk/http/tests/plugins/plugin-javascript-access-expected.txt: |
| |
| 2015-12-15 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline fast/viewport/ios tests for ios-simulator, remove failure expectation and re-enable test directory. |
| https://bugs.webkit.org/show_bug.cgi?id=152135 |
| |
| Reviewed by Simon Fraser. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| * platform/ios-simulator/TestExpectations: |
| * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt: |
| * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt: |
| * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-expected.txt: |
| * platform/ios-simulator/fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt: |
| |
| 2015-12-15 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Verify that Referer Policy within Content-Disposition:attachment sandbox is always ReferrerPolicyNever |
| https://bugs.webkit.org/show_bug.cgi?id=152260 |
| <rdar://problem/23884579> |
| |
| Reviewed by Andy Estes. |
| |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-always-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-always.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-default-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-default.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-never-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-never.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-no-referrer-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-no-referrer-when-downgrade-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-no-referrer-when-downgrade.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-no-referrer.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-origin-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-origin.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-unsafe-url-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-unsafe-url.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/referer-header-stripped.html: Added. |
| * http/tests/contentdispositionattachmentsandbox/resources/referer-header-stripped-frame.php: Added. |
| * http/tests/contentdispositionattachmentsandbox/resources/referer-header-stripped.js: Added. |
| * http/tests/contentdispositionattachmentsandbox/resources/subresource-request-not-include-referer-header-frame.php: Removed. |
| * http/tests/contentdispositionattachmentsandbox/subresource-request-not-include-referer-header-expected.txt: Removed. |
| * http/tests/contentdispositionattachmentsandbox/subresource-request-not-include-referer-header.html: Removed. |
| |
| 2015-12-15 Timothy Horton <timothy_horton@apple.com> |
| |
| Rebaseline some page overlay tests for WK1 |
| |
| * platform/mac-wk1/pageoverlay/overlay-installation-expected.txt: |
| * platform/mac-wk1/pageoverlay/overlay-large-document-expected.txt: |
| * platform/mac-wk1/pageoverlay/overlay-large-document-scrolled-expected.txt: |
| * platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt: Added. |
| |
| 2015-12-15 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Localize "global code" and "eval code" strings |
| https://bugs.webkit.org/show_bug.cgi?id=152313 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/debugger/js-stacktrace-expected.txt: |
| * inspector/debugger/js-stacktrace.html: |
| * inspector/model/stack-trace-expected.txt: Added. |
| * inspector/model/stack-trace.html: Added. |
| |
| 2015-12-15 Tim Horton <timothy_horton@apple.com> |
| |
| REGRESSION (r191849): There's no yellow bouncy highlight when using Find on Page on iOS |
| https://bugs.webkit.org/show_bug.cgi?id=152241 |
| <rdar://problem/23642574> |
| |
| Reviewed by Simon Fraser. |
| |
| * pageoverlay/overlay-small-frame-mouse-events-expected.txt: Added. |
| * pageoverlay/overlay-small-frame-mouse-events.html: Added. |
| Add a test ensuring that small-frame overlays get mouse events. |
| |
| * pageoverlay/overlay-small-frame-paints-expected.txt: Added. |
| * pageoverlay/overlay-small-frame-paints.html: Added. |
| Add a test ensuring that small-frame overlays get paint callbacks. |
| |
| 2015-12-15 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [Font Features] TrueType fonts trigger real features even when synthesis is applied |
| https://bugs.webkit.org/show_bug.cgi?id=152287 |
| |
| Reviewed by Darin Adler. |
| |
| Adding tests. |
| |
| * css3/font-variant-petite-caps-synthesis-expected.html: |
| * css3/font-variant-petite-caps-synthesis.html: |
| * css3/font-variant-small-caps-synthesis-expected.html: |
| * css3/font-variant-small-caps-synthesis.html: |
| * css3/font-variant-petite-caps-synthesis-coverage-expected.html: |
| * css3/font-variant-petite-caps-synthesis-coverage.html: |
| * css3/font-variant-small-caps-synthesis-coverage-expected.html: |
| * css3/font-variant-small-caps-synthesis-coverage.html: |
| |
| 2015-12-15 Mark Lam <mark.lam@apple.com> |
| |
| Polymorphic operand types for DFG and FTL bit operators. |
| https://bugs.webkit.org/show_bug.cgi?id=152191 |
| |
| Reviewed by Saam Barati. |
| |
| * js/regress/ftl-polymorphic-bitand-expected.txt: Added. |
| * js/regress/ftl-polymorphic-bitand.html: Added. |
| * js/regress/ftl-polymorphic-bitor-expected.txt: Added. |
| * js/regress/ftl-polymorphic-bitor.html: Added. |
| * js/regress/ftl-polymorphic-bitxor-expected.txt: Added. |
| * js/regress/ftl-polymorphic-bitxor.html: Added. |
| * js/regress/ftl-polymorphic-lshift-expected.txt: Added. |
| * js/regress/ftl-polymorphic-lshift.html: Added. |
| * js/regress/ftl-polymorphic-rshift-expected.txt: Added. |
| * js/regress/ftl-polymorphic-rshift.html: Added. |
| * js/regress/ftl-polymorphic-urshift-expected.txt: Added. |
| * js/regress/ftl-polymorphic-urshift.html: Added. |
| * js/regress/script-tests/ftl-polymorphic-bitand.js: Added. |
| (o1.valueOf): |
| (foo): |
| * js/regress/script-tests/ftl-polymorphic-bitor.js: Added. |
| (o1.valueOf): |
| (foo): |
| * js/regress/script-tests/ftl-polymorphic-bitxor.js: Added. |
| (o1.valueOf): |
| (foo): |
| * js/regress/script-tests/ftl-polymorphic-lshift.js: Added. |
| (o1.valueOf): |
| (foo): |
| * js/regress/script-tests/ftl-polymorphic-rshift.js: Added. |
| (o1.valueOf): |
| (foo): |
| * js/regress/script-tests/ftl-polymorphic-urshift.js: Added. |
| (o1.valueOf): |
| (foo): |
| |
| 2015-12-15 Adam Bergkvist <adam.bergkvist@ericsson.com> |
| |
| WebRTC: Test that RTCPeerConnection promise functions reject on closed state |
| https://bugs.webkit.org/show_bug.cgi?id=152295 |
| |
| Reviewed by Eric Carlson. |
| |
| Add test that verifies RTCPeerConnection's behavior in the closed state |
| (signalingState). Promise functions should reject, and (some) others |
| should throw. Remove old test that tests incorrect behavior. |
| |
| * fast/mediastream/RTCPeerConnection-closed-state-expected.txt: Added. |
| * fast/mediastream/RTCPeerConnection-closed-state.html: Added. |
| * fast/mediastream/RTCPeerConnection-state-expected.txt: Removed. |
| * fast/mediastream/RTCPeerConnection-state.html: Removed. |
| |
| 2015-12-15 Tomas Popela <tpopela@redhat.com> |
| |
| [GTK] Gardening: Rebaseline tests |
| https://bugs.webkit.org/show_bug.cgi?id=152301 |
| |
| Unreviewed GTK gardening |
| |
| * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt: |
| Correct the expectations after r189202 when RangeException was |
| removed. |
| * platform/gtk/fast/dom/adopt-attribute-crash-expected.txt: Added. |
| Add a new test expectations after r187148. |
| * platform/gtk/http/tests/plugins/plugin-javascript-access-expected.txt: Added. |
| Add a new test expectations after r193363. |
| |
| 2015-12-15 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Changing expectation for storage/indexeddb/deleted-objects.html to [ Failure Crash ] |
| https://bugs.webkit.org/show_bug.cgi?id=152264 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-15 Javier Fernandez <jfernandez@igalia.com> |
| |
| [css-align][css-grid] Overflow alignment value 'true' renamed to 'unsafe' |
| https://bugs.webkit.org/show_bug.cgi?id=152251 |
| |
| The 'True' Overflow Alignment keyword is known now as 'Unsafe', so adapting |
| layout tests using such keyword. |
| |
| Reviewed by Darin Adler. |
| |
| * css3/overwrite-content-alignment-expected.txt: |
| * css3/overwrite-content-alignment.html: |
| * css3/overwrite-self-alignment-expected.txt: |
| * css3/overwrite-self-alignment.html: |
| * css3/parse-align-content-expected.txt: |
| * css3/parse-align-content.html: |
| * css3/parse-align-items-expected.txt: |
| * css3/parse-align-items.html: |
| * css3/parse-align-self-expected.txt: |
| * css3/parse-align-self.html: |
| * css3/parse-justify-content-expected.txt: |
| * css3/parse-justify-content.html: |
| * fast/css-grid-layout/grid-align-justify-overflow.html: |
| * fast/css-grid-layout/grid-content-alignment-overflow.html: |
| * fast/css/parse-justify-items-expected.txt: |
| * fast/css/parse-justify-items.html: |
| * fast/css/parse-justify-self-expected.txt: |
| * fast/css/parse-justify-self.html: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Re-enabling passing test fast/viewport/ios/width-is-device-width.html, which was accidentally skipped with r194058. |
| https://bugs.webkit.org/show_bug.cgi?id=152135 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| |
| 2015-12-14 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| Math.random should have an intrinsic thunk and it should be later handled as a DFG Node |
| https://bugs.webkit.org/show_bug.cgi?id=152133 |
| |
| Reviewed by Geoffrey Garen. |
| |
| Add new regression test. |
| |
| * js/regress/math-random-expected.txt: Added. |
| * js/regress/math-random.html: Added. |
| * js/regress/script-tests/math-random.js: Added. |
| (test): |
| |
| 2015-12-14 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Stack traces in console incorrectly show "(anonymous function)" for global code |
| https://bugs.webkit.org/show_bug.cgi?id=152280 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/debugger/js-stacktrace-expected.txt: |
| * inspector/debugger/js-stacktrace.html: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking storage/indexeddb/deleted-objects.html as a flaky crash on mac-wk1 |
| https://bugs.webkit.org/show_bug.cgi?id=152264 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking platform/ios-simulator/ios/scrolling tests as failing on ios-simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152276 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Updating ios-simulator expectation for crashing tests http/tests/misc/large-js-program.php and js/dom/line-column-numbers.html |
| https://bugs.webkit.org/show_bug.cgi?id=152279 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Removing ios-simulator TestExpectations for deleted tests: streams/reference-implementation/readable-stream-cancel.html (r192186) |
| and http/tests/inspector/console/access-inspected-object.html (r192186). |
| https://bugs.webkit.org/show_bug.cgi?id=152131 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk1/TestExpectations: |
| * platform/ios-simulator-wk2/TestExpectations: |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Adding a second newline to the expected result for compositing/iframes/page-cache-layer-tree.html |
| https://bugs.webkit.org/show_bug.cgi?id=152132 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking js/regress/generator-with-several-types.html as a flaky timeout on mac-wk1 debug. |
| https://bugs.webkit.org/show_bug.cgi?id=152272 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Take 2 of updating expectations for fast/events/ios tests by removing the directory's [ Pass ] expectation. |
| https://bugs.webkit.org/show_bug.cgi?id=152134 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Take 2 of updating expectations for fast/viewport/ios tests by removing the directory's [ Pass ] expectation. |
| https://bugs.webkit.org/show_bug.cgi?id=152135 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline compositing/iframes/page-cache-layer-tree.html for iOS Simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152267 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/viewport/ios/width-is-device-width-overflowing* tests as failing on iOS simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152135 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-14 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: iOS: Text field variations do not have the correct traits |
| https://bugs.webkit.org/show_bug.cgi?id=152237 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * accessibility/ios-simulator/textentry-traits-expected.txt: Added. |
| * accessibility/ios-simulator/textentry-traits.html: Added. |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/viewport/ios/width-is-device-width-overflowing* tests as failing on iOS simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152135 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/picture/image-picture-* as failing on iOS simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152141 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Removing failure expectation for css3/blending tests that are now passing on iOS simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152131 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-14 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining fast/text/emoji.html for iOS simulator |
| https://bugs.webkit.org/show_bug.cgi?id=152261 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/fast/text/emoji-expected.txt: |
| |
| 2015-12-14 Daniel Bates <dabates@apple.com> |
| |
| [iOS] DOM click event may not be dispatched when page has :active style and <input type="search"> |
| https://bugs.webkit.org/show_bug.cgi?id=144451 |
| <rdar://problem/23099482> |
| |
| Reviewed by Simon Fraser. |
| |
| Add a test to ensure that a DOM click event is dispatched to an element in a subframe on a page |
| with a search field and that specifies a CSS :active pseudo-class that changes the tap highlight |
| color. |
| |
| Additionally, add tests to ensure we update the cancel button visibility whenever the visibility |
| of the search field changes. |
| |
| * fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field-expected.txt: Added. |
| * fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html: Added. |
| * fast/forms/search/search-cancel-button-visible-when-input-becomes-disabled-expected.html: Added. |
| * fast/forms/search/search-cancel-button-visible-when-input-becomes-disabled.html: Added. |
| * fast/forms/search/search-cancel-button-visible-when-input-becomes-readonly-expected.html: Added. |
| * fast/forms/search/search-cancel-button-visible-when-input-becomes-readonly.html: Added. |
| * fast/forms/search/search-cancel-in-formerly-invisible-element-expected.html: Added. |
| * fast/forms/search/search-cancel-in-formerly-invisible-element.html: Added. |
| * fast/forms/search/search-cancel-toggle-visibility-initially-hidden-expected.html: Added. |
| * fast/forms/search/search-cancel-toggle-visibility-initially-hidden.html: Added. |
| * fast/forms/search/search-cancel-toggle-visibility-initially-visible-expected.html: Added. |
| * fast/forms/search/search-cancel-toggle-visibility-initially-visible.html: Added. |
| |
| 2015-12-14 Chris Dumez <cdumez@apple.com> |
| |
| Roll out r193974 and follow-up fixes as it caused JSC crashes |
| https://bugs.webkit.org/show_bug.cgi?id=152256 |
| |
| Unreviewed, roll out r193974 and follow-up fixes as it caused JSC crashes. |
| |
| * inspector/model/remote-object-get-properties-expected.txt: |
| * js/Object-getOwnPropertyNames-expected.txt: |
| * js/exception-for-nonobject-expected.txt: |
| * js/exception-instanceof-expected.txt: |
| * js/instance-of-immediates-expected.txt: |
| * js/regress/instanceof-bound-expected.txt: Removed. |
| * js/regress/instanceof-bound.html: Removed. |
| * js/regress/script-tests/instanceof-bound.js: Removed. |
| * js/script-tests/Object-getOwnPropertyNames.js: |
| |
| 2015-12-14 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| [Streams API] Expose ReadableStream and relatives to Worker |
| https://bugs.webkit.org/show_bug.cgi?id=152066 |
| |
| Reviewed by Darin Adler. |
| |
| Adding ByteLengthQueuingStrategy, CountQueuingStrategy and ReadableStream as worker constructors. |
| |
| * js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: |
| |
| 2015-12-14 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| |
| [GTK] Unreviewed gardening. |
| |
| * platform/gtk/TestExpectations: Update TestExpectations with the following changes: |
| - Remove expectations for tests removed after r193411 r193426 and r19366. |
| - Merge repeated expectations from some tests. |
| - Mark tests failing after r188159. |
| - Update list of imported/blink tests failing. |
| |
| 2015-12-14 Sergio Villar Senin <svillar@igalia.com> |
| |
| [css-grid] Fix height computation of grid items with borders |
| https://bugs.webkit.org/show_bug.cgi?id=151800 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/css-grid-layout/grid-item-with-border-in-intrinsic-expected.txt: Added. |
| * fast/css-grid-layout/grid-item-with-border-in-intrinsic.html: Added. |
| |
| 2015-12-13 Zalan Bujtas <zalan@apple.com> |
| |
| Clean up absolute positioned map properly. |
| https://bugs.webkit.org/show_bug.cgi?id=152219 |
| rdar://problem/23861165 |
| |
| Reviewed by Simon Fraser. |
| |
| We insert positioned renderers into a static map (RenderBlock::gPositionedDescendantsMap) to keep track of them. |
| Since this static map is at block level, (positioned)inline renderers use their containing block to store |
| their positioned descendants. |
| This patch ensures that when an inline element can no longer hold positioned children, we remove them from |
| the inline's containing block's map. -unless the container itself can hold positioned renderers(see RenderElement::canContainAbsolutelyPositionedObjects). |
| |
| * fast/block/positioning/crash-when-positioned-inline-has-positioned-child-expected.txt: Added. |
| * fast/block/positioning/crash-when-positioned-inline-has-positioned-child.html: Added. |
| |
| 2015-12-13 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [EFL] Anonymous render block flow elements should be exposed as ATK_ROLE_SECTION; not ATK_ROLE_PANEL |
| https://bugs.webkit.org/show_bug.cgi?id=152079 |
| |
| Reviewed by Chris Fleizach. |
| |
| * platform/efl/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added. |
| * platform/efl/accessibility/image-link-expected.txt: Updated. |
| * platform/efl/accessibility/image-with-alt-and-map-expected.txt: Updated. |
| * platform/efl/accessibility/lists-expected.txt: Updated. |
| * platform/efl/accessibility/media-element-expected.txt: Updated |
| |
| 2015-12-13 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: TextExpectations gardening to run more tests. |
| https://bugs.webkit.org/show_bug.cgi?id=152217 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: 5 crash/timeout tests now either pass or merely have text failures. |
| |
| 2015-12-12 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Update a couple of tests that fail only because of error message differences. |
| https://bugs.webkit.org/show_bug.cgi?id=152205 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/open-cursor-expected.txt: |
| |
| 2015-12-12 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/index-duplicate-keypaths.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152201 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-11 Simon Fraser <simon.fraser@apple.com> |
| |
| Mousewheel events don't work in iframes in RTL documents |
| https://bugs.webkit.org/show_bug.cgi?id=152200 |
| |
| Reviewed by Beth Dakin. |
| |
| Try dispatching wheel events to an iframe in an RTL document. |
| |
| * fast/scrolling/rtl-point-in-iframe-expected.txt: Added. |
| * fast/scrolling/rtl-point-in-iframe.html: Added. |
| |
| 2015-12-11 Zalan Bujtas <zalan@apple.com> |
| |
| ASSERTION FAILED: !rect.isEmpty() in WebCore::GraphicsContext::drawRect |
| https://bugs.webkit.org/show_bug.cgi?id=151201 |
| |
| Reviewed by Simon Fraser. |
| |
| Drawing empty rect is a waste. |
| |
| * fast/borders/empty-drawrect-assert-after-pixelsnap-expected.txt: Added. |
| * fast/borders/empty-drawrect-assert-after-pixelsnap.html: Added. |
| |
| 2015-12-11 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Strip out Referer header when requesting subresources or following links for documents with "Content-Disposition: attachment" |
| https://bugs.webkit.org/show_bug.cgi?id=152102 |
| <rdar://problem/22124230> |
| |
| Reviewed by Andy Estes. |
| |
| * http/tests/contentdispositionattachmentsandbox/resources/echo-http-referer.php: Added. |
| * http/tests/contentdispositionattachmentsandbox/resources/subresource-request-not-include-referer-header-frame.php: Added. |
| * http/tests/contentdispositionattachmentsandbox/subresource-request-not-include-referer-header-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/subresource-request-not-include-referer-header.html: Added. |
| |
| 2015-12-11 Eric Carlson <eric.carlson@apple.com> |
| |
| [MediaStream] Add a setting to allow the mock media capture devices to be enabled and disabled |
| https://bugs.webkit.org/show_bug.cgi?id=152197 |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/mediastream/mock-media-source-expected.txt: Added. |
| * fast/mediastream/mock-media-source.html: Added. |
| |
| 2015-12-11 Beth Dakin <bdakin@apple.com> |
| |
| _touchEventRegions should return regions in the view's coordinates |
| https://bugs.webkit.org/show_bug.cgi?id=152189 |
| -and corresponding- |
| rdar://problem/23188605 |
| |
| Reviewed by Dan Bernstein. |
| |
| * fast/events/touch/ios/touch-event-rtl-expected.txt: Added. |
| * fast/events/touch/ios/touch-event-rtl.html: Added. |
| |
| 2015-12-11 Alexey Proskuryakov <ap@apple.com> |
| |
| Roll out http://trac.webkit.org/r193984, because the new test is timing out. |
| |
| Was: Strip out Referer header when requesting subresources or following links for documents with "Content-Disposition: attachment" |
| https://bugs.webkit.org/show_bug.cgi?id=152102 |
| <rdar://problem/22124230> |
| |
| * http/tests/contentdispositionattachmentsandbox/resources/echo-http-referer.php: Removed. |
| * http/tests/contentdispositionattachmentsandbox/resources/subresource-request-not-include-referer-header-frame.php: Removed. |
| * http/tests/contentdispositionattachmentsandbox/subresource-request-not-include-referer-header-expected.txt: Removed. |
| * http/tests/contentdispositionattachmentsandbox/subresource-request-not-include-referer-header.html: Removed. |
| |
| 2015-12-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/optional-arguments.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152194 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/invalid-keys-expected.txt: Updated for new error message. |
| * storage/indexeddb/optional-arguments-expected.txt: Remove results that expect IDBObjectStore.openKeyCursor() to be |
| a thing. That method no longer exists in the spec and was already removed from the test. |
| |
| 2015-12-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/cursor-continue.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152192 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| |
| 2015-12-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/index-basics.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152190 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-11 Keith Miller <keith_miller@apple.com> |
| |
| Rebaseline a failing inspector test for a new property on Function.prototype. |
| |
| * inspector/model/remote-object-get-properties-expected.txt: |
| |
| 2015-12-11 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Strip out Referer header when requesting subresources or following links for documents with "Content-Disposition: attachment" |
| https://bugs.webkit.org/show_bug.cgi?id=152102 |
| <rdar://problem/22124230> |
| |
| Reviewed by Andy Estes. |
| |
| * http/tests/contentdispositionattachmentsandbox/resources/echo-http-referer.php: Added. |
| * http/tests/contentdispositionattachmentsandbox/resources/subresource-request-not-include-referer-header-frame.php: Added. |
| * http/tests/contentdispositionattachmentsandbox/subresource-request-not-include-referer-header-expected.txt: Added. |
| * http/tests/contentdispositionattachmentsandbox/subresource-request-not-include-referer-header.html: Added. |
| |
| 2015-12-11 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/events/ios tests as flaky on ios-simulator due to timeouts |
| https://bugs.webkit.org/show_bug.cgi?id=152134 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2015-12-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/key-type-array.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152187 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/key-type-array-expected.txt: |
| |
| 2015-12-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Updates to 3 intversion tests, and/or their results. |
| https://bugs.webkit.org/show_bug.cgi?id=152179 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * platform/wk2/storage/indexeddb/intversion-close-in-oncomplete-expected.txt: |
| |
| * storage/indexeddb/intversion-close-in-oncomplete-expected.txt: |
| * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: |
| * storage/indexeddb/intversion-upgrades-expected.txt: |
| * storage/indexeddb/resources/intversion-close-in-oncomplete.js: |
| |
| 2015-12-11 Keith Miller <keith_miller@apple.com> |
| |
| [ES6] Add support for Symbol.hasInstance |
| https://bugs.webkit.org/show_bug.cgi?id=151839 |
| |
| Reviewed by Saam Barati. |
| |
| Fix tests to reflect the changes to instanceof in ES6. |
| |
| Added a new regression test for bound functions in instanceof |
| as the perfomance on bound functions should, to some degree, |
| reflect the performance on C-API users. |
| |
| * js/Object-getOwnPropertyNames-expected.txt: |
| * js/exception-for-nonobject-expected.txt: |
| * js/exception-instanceof-expected.txt: |
| * js/instance-of-immediates-expected.txt: |
| * js/regress/instanceof-bound-expected.txt: Added. |
| * js/regress/instanceof-bound.html: Added. |
| * js/regress/script-tests/instanceof-bound.js: Added. |
| (Constructor): |
| (test): |
| * js/script-tests/Object-getOwnPropertyNames.js: |
| |
| 2015-12-11 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Updating mac-wk1 TestExpectations for fast/replaced/replaced-breaking.html to Yosemite+ to fix EWS bot results. |
| https://bugs.webkit.org/show_bug.cgi?id=152178 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/intversion-abort-in-initial-upgradeneeded.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152177 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * platform/wk2/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt: Copied from LayoutTests/storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt. |
| * storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt: |
| * storage/indexeddb/resources/intversion-abort-in-initial-upgradeneeded.js: |
| |
| 2015-12-11 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Do not fire load events from frames with scripting disabled |
| https://bugs.webkit.org/show_bug.cgi?id=118042 |
| <rdar://problem/14272857> |
| |
| Reviewed by Brent Fulgham. |
| |
| Since the crash is not reproducible, only test case from Blink r153029 is merged: |
| https://codereview.chromium.org/17682003 |
| |
| * fast/images/image-load-event-crash-expected.txt: Added. |
| * fast/images/image-load-event-crash.html: Added. |
| |
| 2015-12-11 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/index-count.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152175 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/modern/index-get-count-failures-expected.txt: |
| |
| 2015-12-11 Daniel Bates <dabates@apple.com> |
| |
| [iOS][WK2] Update expected results for tests imported/w3c/web-platform-tests |
| |
| * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Added. |
| * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt: Added. |
| * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt: Renamed from LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate-expected.txt. |
| * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/type-change-state-expected.txt: Added. |
| * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt: Added. |
| |
| 2015-12-11 Darin Adler <darin@apple.com> |
| |
| Reduce the number of events that can be created by Document.createEvent |
| https://bugs.webkit.org/show_bug.cgi?id=151931 |
| |
| Reviewed by Alex Christensen. |
| |
| * TestExpectations: Added expected failures for the two tests that depend |
| on createEvent("IDBVersionChangeEvent"). |
| |
| * animations/animation-events-create.html: Updated to use |
| "new WebKitAnimationEvent" instead of document.createEvent. |
| |
| * fast/events/event-creation-expected.txt: Removed expected results for |
| various events that can no longer be created with createEvent. |
| * fast/events/event-creation.html: Removed tests for various events |
| that can no longer be created with createEvent. |
| |
| * imported/blink/plugins/plugin-synthetic-event-crash.html: Updated to use |
| "new PopStateEvent" instead of document.createEvent. |
| |
| * indieui/create-uirequestevent-expected.txt: Removed. |
| * indieui/create-uirequestevent.html: Removed. |
| |
| * platform/mac-wk2/TestExpecations: Removed expectations for some deleted tests. |
| |
| * platform/wk2/storage/indexeddb/removed-expected.txt: Removed, since this is |
| no different from the platform-independent expected result. |
| |
| * transitions/transition-end-event-create.html: Updated to use |
| "new WebKitTransitionEvent" instead of document.createEvent. |
| |
| 2015-12-11 Nikita Vasilyev <nvasilyev@apple.com> |
| |
| Web Inspector: When logging strings, detect stack traces and show them as StackTraceView |
| https://bugs.webkit.org/show_bug.cgi?id=149790 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/console/js-isLikelyStackTrace.html: Added. |
| |
| 2015-12-10 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/objectstore-count.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152167 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| |
| 2015-12-10 Zalan Bujtas <zalan@apple.com> |
| |
| ASSERTION FAILED: !simpleLineLayout() in WebCore::RenderText::collectSelectionRectsForLineBoxes |
| https://bugs.webkit.org/show_bug.cgi?id=152115 |
| |
| Reviewed by Simon Fraser. |
| |
| document.execCommand("indent") generates a blockquote wrapper and moves the indented content inside. |
| If the indented content is already inside a selection, we need to make sure that newly created flow uses |
| normal line layout. |
| This patch fixes the generic case as re-parenting an already selected renderer is not specific to document.execCommand("indent"). |
| |
| * fast/block/selection-inside-simple-line-layout-expected.txt: Added. |
| * fast/block/selection-inside-simple-line-layout.html: Added. |
| |
| 2015-12-10 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed TestExpectations gardening. |
| |
| * platform/mac-wk1/TestExpectations: Move 3 failing IDB tests to the "Skipped because of Workers" section. |
| |
| 2015-12-10 Eric Carlson <eric.carlson@apple.com> |
| |
| [MediaStream] Expose media capture devices persistent permissions to WebCore |
| https://bugs.webkit.org/show_bug.cgi?id=152087 |
| |
| Reviewed by Chris Dumez. |
| |
| * fast/mediastream/MediaDevices-enumerateDevices-expected.txt: |
| * fast/mediastream/MediaDevices-enumerateDevices.html: |
| |
| 2015-12-10 Daniel Bates <dabates@apple.com> |
| |
| [CSP] eval() is not blocked for stringified literals |
| https://bugs.webkit.org/show_bug.cgi?id=152158 |
| <rdar://problem/15775625> |
| |
| Reviewed by Saam Barati. |
| |
| Update test LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked.html to be |
| more comprehensive. |
| |
| Add tests to ensure that we block eval() from within an external JavaScript script when the |
| policy of the page disallows eval() and that we block eval() inside a subframe that disallows |
| eval() when the page in the main frame allows eval(). |
| |
| * http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt: |
| * http/tests/security/contentSecurityPolicy/eval-blocked-in-external-script-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/eval-blocked-in-external-script.html: Added. |
| * http/tests/security/contentSecurityPolicy/eval-blocked-in-subframe-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt. |
| * http/tests/security/contentSecurityPolicy/eval-blocked-in-subframe.html: Added. |
| * http/tests/security/contentSecurityPolicy/eval-blocked.html: |
| * http/tests/security/contentSecurityPolicy/resources/eval-blocked-in-external-script.js: Added. |
| |
| 2015-12-10 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=152144 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/abort-requests-cancelled-expected.txt: |
| * storage/indexeddb/modern/aborted-put-expected.txt: |
| * storage/indexeddb/modern/createobjectstore-basic-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-2-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-2.html: |
| * storage/indexeddb/modern/deleteindex-2-expected.txt: |
| * storage/indexeddb/modern/deleteobjectstore-1-expected.txt: |
| * storage/indexeddb/modern/opendatabase-versions-expected.txt: |
| * storage/indexeddb/modern/opendatabase-versions.html: |
| * storage/indexeddb/modern/versionchange-abort-then-reopen-expected.txt: |
| |
| 2015-12-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining fast/text/emoji.html for Yosemite. |
| https://bugs.webkit.org/show_bug.cgi?id=152147 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-yosemite/fast/text/emoji-expected.txt: Added. |
| |
| 2015-12-10 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Build fix |
| |
| Unreviewed. |
| |
| * platform/mac/TestExpectations: |
| |
| 2015-12-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Adding iOS-simulator expectations for compositing/layers-inside-overflow-scroll.html |
| https://bugs.webkit.org/show_bug.cgi?id=152132 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/compositing/layers-inside-overflow-scroll-expected.txt: Added. |
| |
| 2015-12-10 Alex Christensen <achristensen@webkit.org> |
| |
| REGRESSION (r192796) WKBundlePageResourceLoadClient should be able to setHTTPBody in willSendRequestForFrame |
| https://bugs.webkit.org/show_bug.cgi?id=152022 |
| rdar://problem/23763584 |
| |
| Reviewed by Darin Adler. |
| |
| * TestExpectations: |
| * http/tests/misc/resources/post-echo.cgi: Copied from LayoutTests/http/tests/xmlhttprequest/resources/post-echo.cgi. |
| * http/tests/misc/will-send-request-with-client-provided-http-body-expected.txt: Added. |
| * http/tests/misc/will-send-request-with-client-provided-http-body.html: Added. |
| * platform/wk2/TestExpectations: |
| New test for WK2 only. |
| |
| 2015-12-10 Enrica Casucci <enrica@apple.com> |
| |
| Change skin tone support for two emoji. |
| https://bugs.webkit.org/show_bug.cgi?id=152147 |
| rdar://problem/23716993 |
| rdar://problem/23716344 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/text/emoji.html: |
| * platform/mac/fast/text/emoji-expected.txt: |
| |
| 2015-12-10 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skip unsupported css3/font-variant-* tests on Win |
| https://bugs.webkit.org/show_bug.cgi?id=149774 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/TestExpectations: |
| |
| 2015-12-10 Daniel Bates <dabates@apple.com> |
| |
| [iOS][WK2] Update expected results for editing tests |
| |
| * platform/ios-simulator-wk2/editing/deleting/delete-3608462-fix-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/4278698-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/before-after-input-element-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/editable-html-element-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/editing-empty-divs-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-3778059-fix-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-3851164-fix-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-at-end-01-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-009-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-at-tabspan-001-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-at-tabspan-002-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-at-tabspan-003-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-quoted-001-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-quoted-002-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-quoted-003-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-quoted-004-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-quoted-005-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-br-quoted-006-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-009-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-010-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-011-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-012-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-013-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-014-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-015-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-016-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-017-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-018-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-019-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-020-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-022-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-023-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-024-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-025-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-026-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-div-027-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-paragraph-01-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-paragraph-02-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-paragraph-03-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-paragraph-04-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-paragraph-05-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-tab-003-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-text-at-tabspan-001-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-text-at-tabspan-002-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-text-at-tabspan-003-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/insert-text-with-newlines-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/line-break-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/multiple-lines-selected-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/paragraph-separator-01-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/paragraph-separator-02-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/paragraph-separator-03-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/paragraph-separator-in-table-1-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/paragraph-separator-in-table-2-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/redo-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/return-key-with-selection-001-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/return-key-with-selection-002-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/return-key-with-selection-003-expected.txt: |
| * platform/ios-simulator-wk2/editing/inserting/typing-002-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/apple-style-editable-mix-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/block-style-001-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/block-style-002-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/block-style-003-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/block-styles-007-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-001-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-002-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-003-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-004-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-005-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-006-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-007-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-008-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-009-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-010-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-011-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-012-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/create-block-for-style-013-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/designmode-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/relative-font-size-change-001-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/relative-font-size-change-002-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/relative-font-size-change-003-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/relative-font-size-change-004-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/style-3681552-fix-002-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/style-3998892-fix-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/style-boundary-001-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/style-boundary-004-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/table-selection-expected.txt: |
| * platform/ios-simulator-wk2/editing/style/unbold-in-bold-expected.txt: |
| |
| 2015-12-10 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| [ES6] Add several generator related JSRegress tests to measure performance change after optimization |
| https://bugs.webkit.org/show_bug.cgi?id=151785 |
| |
| Reviewed by Saam Barati. |
| |
| Before starting optimization for ES6 Generators, add several JSRegress tests to measure that. |
| |
| * js/regress/generator-create-expected.txt: Added. |
| * js/regress/generator-create.html: Added. |
| * js/regress/generator-fib-expected.txt: Added. |
| * js/regress/generator-fib.html: Added. |
| * js/regress/generator-function-create-expected.txt: Added. |
| * js/regress/generator-function-create.html: Added. |
| * js/regress/generator-sunspider-access-nsieve-expected.txt: Added. |
| * js/regress/generator-sunspider-access-nsieve.html: Added. |
| * js/regress/generator-with-several-types-expected.txt: Added. |
| * js/regress/generator-with-several-types.html: Added. |
| * js/regress/script-tests/generator-create.js: Added. |
| (gen): |
| * js/regress/script-tests/generator-fib.js: Added. |
| (result): |
| * js/regress/script-tests/generator-function-create.js: Added. |
| (createGeneratorFunction.gen): |
| (createGeneratorFunction): |
| * js/regress/script-tests/generator-sunspider-access-nsieve.js: Added. |
| (prime): |
| (sieve): |
| * js/regress/script-tests/generator-with-several-types.js: Added. |
| (g1): |
| (g2): |
| (g3): |
| |
| 2015-12-10 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed. Fix ambiguous expectations added in r193895. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-10 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| JSC Builtins should use safe array methods |
| https://bugs.webkit.org/show_bug.cgi?id=151501 |
| |
| Reviewed by Darin Adler. |
| |
| Adding shielding test for TypedArray.prototype.filter and stream enqueuing of values and read promises. |
| |
| * js/builtins/resources/shielding-typedarray.js: Added. |
| (Array.prototype.push): |
| (try.array.Int8Array.from.string_appeared_here.filter): |
| * js/builtins/shielding-typedarray-expected.txt: Added. |
| * js/builtins/shielding-typedarray.html: Added. |
| * streams/streams-promises-expected.txt: |
| * streams/streams-promises.html: |
| |
| 2015-12-10 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed. GTK+ gardening: skip HLS tests crashing in debug after r192102. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-10 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| font-variant-caps does not work if the font does not support font features |
| https://bugs.webkit.org/show_bug.cgi?id=149774 |
| |
| Reviewed by Antti Koivisto. |
| |
| Adding two new font which include lowercase characters which respond to 'smcp' and 'c2sc'. |
| |
| The character mappings are: |
| |
| OpenType: |
| 'smcp': f |
| 'c2sc': g |
| |
| TrueType: |
| kLowerCaseType / kLowerCaseSmallCapsSelector: r |
| kUpperCaseType / kUpperCaseSmallCapsSelector: u |
| |
| * css3/font-variant-all-expected.html: |
| * css3/font-variant-all.html: |
| * css3/font-variant-small-caps-synthesis-expected.html: Added. |
| * css3/font-variant-small-caps-synthesis.html: Added. |
| * css3/font-variant-petite-caps-synthesis-expected.html: Added. |
| * css3/font-variant-petite-caps-synthesis.html: Added. |
| * css3/resources/FontWithFeaturesLowercaseSmallCaps.otf: Added. |
| * css3/resources/FontWithFeaturesLowercaseSmallCaps.ttf: Added. |
| * platform/mac/TestExpectations: |
| * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt: |
| |
| 2015-12-09 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/objectstore-basics.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152101 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * platform/wk2/storage/indexeddb/mozilla/bad-keypath-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/bad-keypath-expected.txt. |
| * platform/wk2/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt. |
| * platform/wk2/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt. |
| * platform/wk2/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt. |
| * storage/indexeddb/invalid-keys-expected.txt: |
| * storage/indexeddb/key-type-binary-expected.txt: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/mozilla/bad-keypath-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| |
| 2015-12-09 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/metadata.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=152099 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/abort-objectstore-info-expected.txt: Added. |
| * storage/indexeddb/modern/abort-objectstore-info.html: Added. |
| * storage/indexeddb/modern/resources/abort-objectstore-info.js: Added. |
| |
| 2015-12-09 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/intversion-close-between-events.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152096 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-09 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/database-closepending-flag.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152095 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-09 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Some tests expect UInt8Array to be a valid key. |
| https://bugs.webkit.org/show_bug.cgi?id=152092 |
| |
| Reviewed by Alex Christensen. |
| |
| Everything that expected UInt8Array to be a valid key needs to be updated to expect it to be invalid. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/factory-cmp-expected.txt: |
| * storage/indexeddb/key-type-binary-expected.txt: |
| * storage/indexeddb/resources/factory-cmp.js: |
| * storage/indexeddb/resources/key-type-binary.js: |
| |
| 2015-12-09 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/createIndex-after-failure.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152078 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/createIndex-after-failure-expected.txt: |
| * storage/indexeddb/resources/createIndex-after-failure.js: |
| |
| 2015-12-09 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Baseline fast/dom/HTMLProgressElement/native-progress-bar.html for iOS |
| https://bugs.webkit.org/show_bug.cgi?id=152094 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt: Added. |
| |
| 2015-12-09 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Baseline fast/text/text-combine-shrink-on-color-change.html for iOS |
| https://bugs.webkit.org/show_bug.cgi?id=151218 |
| |
| Unreviewed test gardening. |
| |
| * platform/ios-simulator/fast/text/text-combine-shrink-on-color-change-expected.txt: Added. |
| |
| 2015-12-09 David Hyatt <hyatt@apple.com> |
| |
| Picture element needs to respond to dynamic viewport changes. |
| https://bugs.webkit.org/show_bug.cgi?id=152013 |
| <rdar://problem/23766375> |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/picture/resources/resize-test.js: Added. |
| * fast/picture/viewport-resize-expected.txt: Added. |
| * fast/picture/viewport-resize.html: Added. |
| |
| 2015-12-09 Mark Lam <mark.lam@apple.com> |
| |
| Rename ftl-object-* tests to ftl-polymorphic-*. |
| https://bugs.webkit.org/show_bug.cgi?id=152091 |
| |
| Reviewed by Saam Barati. |
| |
| This is because those tests are actually testing the effects of polymorphic |
| operands on performance, and not the correctness of operations on objects. |
| |
| * js/regress/ftl-object-div-expected.txt: Removed. |
| * js/regress/ftl-object-div.html: Removed. |
| * js/regress/ftl-object-mul-expected.txt: Removed. |
| * js/regress/ftl-object-mul.html: Removed. |
| * js/regress/ftl-object-sub-expected.txt: Removed. |
| * js/regress/ftl-object-sub.html: Removed. |
| * js/regress/ftl-polymorphic-div-expected.txt: Copied from LayoutTests/js/regress/ftl-object-div-expected.txt. |
| * js/regress/ftl-polymorphic-div.html: Copied from LayoutTests/js/regress/ftl-object-div.html. |
| * js/regress/ftl-polymorphic-mul-expected.txt: Copied from LayoutTests/js/regress/ftl-object-mul-expected.txt. |
| * js/regress/ftl-polymorphic-mul.html: Copied from LayoutTests/js/regress/ftl-object-mul.html. |
| * js/regress/ftl-polymorphic-sub-expected.txt: Copied from LayoutTests/js/regress/ftl-object-sub-expected.txt. |
| * js/regress/ftl-polymorphic-sub.html: Copied from LayoutTests/js/regress/ftl-object-sub.html. |
| * js/regress/script-tests/ftl-object-div.js: Removed. |
| * js/regress/script-tests/ftl-object-mul.js: Removed. |
| * js/regress/script-tests/ftl-object-sub.js: Removed. |
| * js/regress/script-tests/ftl-polymorphic-div.js: Copied from LayoutTests/js/regress/script-tests/ftl-object-div.js. |
| * js/regress/script-tests/ftl-polymorphic-mul.js: Copied from LayoutTests/js/regress/script-tests/ftl-object-mul.js. |
| * js/regress/script-tests/ftl-polymorphic-sub.js: Copied from LayoutTests/js/regress/script-tests/ftl-object-sub.js. |
| |
| 2015-12-09 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| |
| [GTK] Unreviewed GTK Gardening. |
| |
| Rebaseline media tests after r190054 and r190200. |
| |
| * platform/gtk/media/audio-controls-rendering-expected.txt: |
| * platform/gtk/media/controls-strict-expected.txt: |
| * platform/gtk/media/media-controls-clone-expected.txt: |
| * platform/gtk/media/video-controls-rendering-expected.txt: |
| * platform/gtk/media/video-display-toggle-expected.txt: |
| * platform/gtk/media/video-empty-source-expected.txt: |
| * platform/gtk/media/video-no-audio-expected.txt: |
| * platform/gtk/media/video-volume-slider-expected.txt: |
| * platform/gtk/media/video-zoom-controls-expected.txt: |
| |
| 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [GTK] Anonymous render block flow elements should be exposed as ATK_ROLE_SECTION; not ATK_ROLE_PANEL |
| https://bugs.webkit.org/show_bug.cgi?id=152070 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added. |
| * platform/gtk/accessibility/gtk/media-controls-panel-title-expected.txt: Added. |
| * platform/gtk/accessibility/gtk/replaced-objects-in-anonymous-blocks-expected.txt: Added. |
| * platform/gtk/accessibility/image-link-expected.txt: Updated |
| * platform/gtk/accessibility/image-with-alt-and-map-expected.txt: Updated. |
| * platform/gtk/accessibility/lists-expected.txt: Updated. |
| * platform/gtk/accessibility/media-emits-object-replacement-expected.txt: Updated. |
| |
| 2015-12-09 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Replacing Yosemite flag with Release flag for two flaky xmlhttprequest tests. |
| https://bugs.webkit.org/show_bug.cgi?id=151729 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-12-09 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking inspector/debugger/command-line-api-exception.html as flaky on Mac |
| https://bugs.webkit.org/show_bug.cgi?id=152029 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [GTK] Remove duplicate/platform media-emits-object-replacement.html and move expectations where they belong |
| https://bugs.webkit.org/show_bug.cgi?id=152064 |
| |
| Unreviewed test gardening. |
| |
| * accessibility/gtk/media-emits-object-replacement.html: Removed. |
| * platform/gtk/accessibility/media-emits-object-replacement-expected.txt: Renamed from LayoutTests/accessibility/gtk/media-emits-object-replacement-expected.txt. |
| |
| 2015-12-09 Frederic Wang <fred.wang@free.fr> |
| |
| Bad position of large operators inside an munderover element |
| https://bugs.webkit.org/show_bug.cgi?id=151916 |
| |
| Reviewed by Alejandro G. Castro. |
| |
| * mathml/opentype/large-operators-munderover-expected.txt: Added. |
| * mathml/opentype/large-operators-munderover.html: Added. |
| |
| Add a test to verify the position and size of a large operator used as an munderover base. |
| |
| 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| [AX][GTK] Accessibility gardening |
| https://bugs.webkit.org/show_bug.cgi?id=152062 |
| |
| Unreviewed test gardening. |
| |
| Skip two tests specific to AX API, mark a test which is timing out, remove passing |
| test from failures. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2015-12-09 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| |
| [Streams API] Import the web-platform-tests directly from the spec |
| https://bugs.webkit.org/show_bug.cgi?id=152051 |
| |
| Reviewed by Youenn Fablet. |
| |
| Removed the tests that are already imported directly from the spec. |
| |
| * streams/brand-checks-expected.txt: Added. |
| * streams/brand-checks.html: Added. This includes some tests that vanished from the spec. |
| * streams/reference-implementation/bad-strategies-expected.txt: |
| * streams/reference-implementation/bad-strategies.html: |
| * streams/reference-implementation/bad-underlying-sources.html: Removed. |
| * streams/reference-implementation/brand-checks-expected.txt: |
| * streams/reference-implementation/brand-checks.html: |
| * streams/reference-implementation/byte-length-queuing-strategy-expected.txt: |
| * streams/reference-implementation/byte-length-queuing-strategy.html: |
| * streams/reference-implementation/count-queuing-strategy-expected.txt: |
| * streams/reference-implementation/count-queuing-strategy.html: |
| * streams/reference-implementation/readable-stream-cancel.html: Removed. |
| * streams/reference-implementation/readable-stream-reader.html: Removed. |
| * streams/reference-implementation/readable-stream-tee.html: Removed. |
| * streams/reference-implementation/readable-stream-templated-expected.txt: |
| * streams/reference-implementation/readable-stream-templated.html: |
| * streams/reference-implementation/readable-stream.html: Removed. |
| |
| 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| [AX][GTK] combobox-descendants-orientation-crash.html needs new baseline after r190648 |
| https://bugs.webkit.org/show_bug.cgi?id=152052 |
| |
| Unreviewed test gardening. |
| |
| * accessibility/gtk/combobox-descendants-orientation-crash-expected.txt: |
| |
| 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: The aria-table-content.html layout test should be more cross-platform friendly |
| https://bugs.webkit.org/show_bug.cgi?id=152002 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| Use 'debug' to dump the role instead of 'shouldBe' with a hard-coded role. |
| |
| * accessibility/aria-table-content-expected.txt: Updated |
| * accessibility/aria-table-content.html: Updated |
| * platform/gtk/accessibility/aria-table-content-expected.txt: Added |
| * platform/efl/accessibility/aria-table-content-expected.txt: Added |
| |
| 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| [AX][GTK] media-emits-object-replacement.html needs new baseline |
| https://bugs.webkit.org/show_bug.cgi?id=152050 |
| |
| Unreviewed test gardening. |
| |
| * accessibility/gtk/media-emits-object-replacement-expected.txt: |
| |
| 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [EFL] Consider deferring to WebCore Accessibility for table exposure |
| https://bugs.webkit.org/show_bug.cgi?id=144898 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/efl/accessibility/table-detection-expected.txt: Updated to reflect new behavior. |
| * platform/efl/accessibility/table-hierarchy-expected.txt: Updated to reflect new behavior. |
| * platform/efl/accessibility/table-one-cell-expected.txt: Updated to reflect new behavior. |
| * platform/efl/accessibility/table-with-rules-expected.txt: Updated to reflect new behavior. |
| |
| 2015-12-08 David Kilzer <ddkilzer@apple.com> |
| |
| Skip storage/indexeddb/index-multientry.html once again |
| |
| * platform/mac-wk1/TestExpectations: Skip: |
| - storage/indexeddb/index-multientry.html |
| |
| 2015-12-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/objectstore-cursor.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=152023 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping fast/canvas/canvas-too-large-to-draw.html on win |
| https://bugs.webkit.org/show_bug.cgi?id=152009 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/TestExpectations: |
| |
| 2015-12-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline fast/block/float/overhanging-tall-block.html for win after r193511 |
| https://bugs.webkit.org/show_bug.cgi?id=151906 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/fast/block/float/overhanging-tall-block-expected.txt: |
| |
| 2015-12-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping fast/canvas/canvas-too-large-to-draw.html on ElCapitan Debug |
| https://bugs.webkit.org/show_bug.cgi?id=152009 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2015-12-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: IDBTransaction::hasPendingActivity() was wrong, leading to premature GC of the wrapper. |
| https://bugs.webkit.org/show_bug.cgi?id=151507 |
| |
| Reviewed by Beth Dakin. |
| |
| A handful of tests were marked flaky and tracked back to this bug. |
| |
| Ever since the presumed fix for this bug (r192687) the flakiness dashboard says they pass. |
| |
| * platform/mac-wk1/TestExpectations: Re-enable the no-longer-flaky tests. |
| |
| 2015-12-08 Brady Eidson <beidson@apple.com> |
| |
| More IDB TestExpectations gardening. |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-08 Brady Eidson <beidson@apple.com> |
| |
| Unreviewed IDB layout test gardening (Adding some flaky crashes) |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Fire blocked events for delete requests that are blocked. |
| https://bugs.webkit.org/show_bug.cgi?id=152015 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-08 Brady Eidson <beidson@apple.com> |
| |
| More IDB TestExpectations gardening. |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Fire blocked events for upgrade requests that are blocked. |
| https://bugs.webkit.org/show_bug.cgi?id=152007 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| * storage/indexeddb/modern/blocked-open-db-requests-expected.txt: Added. |
| * storage/indexeddb/modern/blocked-open-db-requests.html: Added. |
| * storage/indexeddb/modern/resources/blocked-open-db-requests.js: Added. |
| |
| * storage/indexeddb/modern/deleteobjectstore-1.html: Fix subtly broken test. |
| * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html: Ditto. |
| |
| 2015-12-08 Mark Lam <mark.lam@apple.com> |
| |
| Polymorphic operand types for DFG and FTL div. |
| https://bugs.webkit.org/show_bug.cgi?id=151747 |
| |
| Reviewed by Geoffrey Garen. |
| |
| * js/regress/ftl-object-div-expected.txt: Added. |
| * js/regress/ftl-object-div.html: Added. |
| * js/regress/script-tests/ftl-object-div.js: Added. |
| (o1.valueOf): |
| (foo): |
| |
| 2015-12-08 Zalan Bujtas <zalan@apple.com> |
| |
| Do not insert positioned renderers to multiple gPositionedDescendantsMap. |
| https://bugs.webkit.org/show_bug.cgi?id=151878 |
| rdar://problem/22229889 |
| |
| Reviewed by Simon Fraser. |
| |
| We insert positioned renderers into a static map (RenderBlock::gPositionedDescendantsMap) to keep track of them. |
| This static map is at block level. A particular absolute positioned object is added to its closest ancestor that |
| returns true for RenderElement::canContainAbsolutelyPositionedObjects(). |
| canContainAbsolutelyPositionedObjects() returns true if the ancestor is either positioned or has transform. |
| If this container's style changes so that it's no longer positioned and it has no transform anymore, |
| we need to clear its static map of positioned objects (they'll get re-inserted to another ancestor at next layout). |
| |
| This patch addresses the case when the renderer does not have transforms anymore. |
| |
| * fast/block/positioning/crash-when-transform-is-removed-expected.txt: Added. |
| * fast/block/positioning/crash-when-transform-is-removed.html: Added. |
| |
| 2015-12-08 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/canvas/canvas-too-large-to-draw.html as flaky on ElCapitan Debug |
| https://bugs.webkit.org/show_bug.cgi?id=152009 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2015-12-08 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| [ES6] "super" and "this" should be lexically bound inside an arrow function and should live in a JSLexicalEnvironment |
| https://bugs.webkit.org/show_bug.cgi?id=149338 |
| |
| Reviewed by Saam Barati. |
| |
| * js/arrowfunction-supercall-expected.txt: Added. |
| * js/arrowfunction-supercall.html: Added. |
| * js/arrowfunction-tdz-expected.txt: Added new expectation. |
| * js/script-tests/arrowfunction-supercall.js: Added. |
| * js/script-tests/arrowfunction-tdz.js: Added new cases. |
| |
| 2015-12-08 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/index-cursor.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151973 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-08 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [EFL] REGRESSION(r173394): MiniBrowser stucked in an infinite loop if NETWORK_CACHE is disabled |
| https://bugs.webkit.org/show_bug.cgi?id=137692 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/efl/TestExpectations: Unskip now passing tests. |
| |
| 2015-12-08 Gyuyoung Kim <gyuyoung.kim@webkit.org> |
| |
| [EFL][AX] Rebaseline failing AX tests since r185662 |
| https://bugs.webkit.org/show_bug.cgi?id=151991 |
| |
| Unreviewed EFL rebaseline. |
| |
| * platform/efl/TestExpectations: |
| * platform/efl/accessibility/image-link-expected.txt: |
| * platform/efl/accessibility/image-map2-expected.txt: |
| * platform/efl/accessibility/lists-expected.txt: |
| * platform/efl/accessibility/table-attributes-expected.txt: |
| * platform/efl/accessibility/table-cell-spans-expected.txt: |
| * platform/efl/accessibility/table-cells-expected.txt: |
| * platform/efl/accessibility/table-detection-expected.txt: |
| * platform/efl/accessibility/table-one-cell-expected.txt: |
| * platform/efl/accessibility/table-sections-expected.txt: |
| * platform/efl/accessibility/table-with-rules-expected.txt: |
| |
| 2015-12-08 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| [EFL] some ax tests have been failed since r186692 |
| https://bugs.webkit.org/show_bug.cgi?id=146887 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * platform/efl/TestExpectations: Removed failing tests. |
| |
| 2015-12-08 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| [GTK] 15 accessibility tests fail since r186692. |
| https://bugs.webkit.org/show_bug.cgi?id=148938 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * platform/gtk/TestExpectations: Removed failing tests. |
| * platform/gtk/accessibility/roles-computedRoleString-expected.txt: Rebaselined. |
| * platform/gtk/accessibility/table-attributes-expected.txt: Rebaselined. |
| * platform/gtk/accessibility/table-cell-spans-expected.txt: Rebaselined. |
| * platform/gtk/accessibility/table-cells-expected.txt: Rebaselined. |
| * platform/gtk/accessibility/table-detection-expected.txt: Rebaselined. |
| * platform/gtk/accessibility/table-sections-expected.txt: Rebaselined. |
| * platform/gtk/accessibility/table-with-rules-expected.txt: Rebaselined. |
| |
| 2015-12-08 Frederic Wang <fred.wang@free.fr> |
| |
| [cairo] Solid stroke of lines with thickness less than 1 pixel broken after r191658 |
| https://bugs.webkit.org/show_bug.cgi?id=151947 |
| |
| Reviewed by Martin Robinson. |
| |
| Add a test to check that the radical overbar appears on the screen when it has thickness less than 1px. |
| |
| * mathml/presentation/radical-bar-visibility-expected-mismatch.html: Added. |
| * mathml/presentation/radical-bar-visibility.html: Added. |
| |
| 2015-12-07 Brady Eidson <beidson@apple.com> |
| |
| Move an IDB test from the "generic failure" section to the "fails because no workers" section. |
| |
| Rubberstamped by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-07 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [INTL] Implement String.prototype.toLocaleUpperCase in ECMA-402 |
| https://bugs.webkit.org/show_bug.cgi?id=147609 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * js/script-tests/string-toLocaleUpperCase.js: Added. |
| * js/string-toLocaleUpperCase-expected.txt: Added. |
| * js/string-toLocaleUpperCase.html: Added. |
| |
| 2015-12-07 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [Mac] Remove Mavericks-specific TestExpectations lines |
| https://bugs.webkit.org/show_bug.cgi?id=151913 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Mavericks is no longer a supported OS. |
| |
| * platform/mac/TestExpectations: |
| |
| 2015-12-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Miscellaneous test cleanup. |
| https://bugs.webkit.org/show_bug.cgi?id=151968 |
| |
| Reviewed by Sam Weinig. |
| |
| - Reorganize TestExpectations a bit. |
| - Remove two tests that primarily test features that have been removed from the spec. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/cursor-continueprimarykey-expected.txt: Removed. |
| * storage/indexeddb/cursor-continueprimarykey.html: Removed. |
| * storage/indexeddb/factory-basics-expected.txt: Removed. |
| * storage/indexeddb/factory-basics.html: Removed. |
| * storage/indexeddb/resources/cursor-continueprimarykey.js: Removed. |
| * storage/indexeddb/resources/factory-basics.js: Removed. |
| |
| 2015-12-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/factory-deletedatabase.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151966 |
| |
| Reviewed by Sam Weinig. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/cursor-continue-validity.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151961 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/cursor-finished-expected.txt: |
| |
| 2015-12-07 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| |
| [Streams API] pipeTo tests are failing |
| https://bugs.webkit.org/show_bug.cgi?id=151949 |
| |
| Unreviewed. |
| |
| * TestExpectations: |
| * platform/mac/TestExpectations: |
| * platform/win/TestExpectations: Moved the flag from Mac and Win to general as GTK+ is failing too. |
| |
| 2015-12-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Fix "old versions" when upgrading databases. |
| https://bugs.webkit.org/show_bug.cgi?id=151948 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/database-basics-expected.txt: |
| * storage/indexeddb/modern/deletedatabase-2-expected.txt: |
| |
| 2015-12-07 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| |
| Unreviewed. |
| |
| http://webkit.org/b/147933 and though count queuing strategy and writable stream abort tests are fixed, there |
| are still issues with pipeTo. For that I created http://webkit.org/b/151949. |
| |
| * platform/mac/TestExpectations: |
| * platform/win/TestExpectations: |
| |
| 2015-12-07 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Add some more custom exception messages, passing some more tests.. |
| https://bugs.webkit.org/show_bug.cgi?id=151912 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| * storage/indexeddb/exceptions-expected.txt: |
| * storage/indexeddb/get-keyrange-expected.txt: |
| * storage/indexeddb/invalid-keys-expected.txt: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/keyrange-expected.txt: |
| * storage/indexeddb/transaction-active-flag-expected.txt: |
| * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: |
| |
| * storage/indexeddb/resources/exceptions.js: |
| * storage/indexeddb/resources/transaction-and-objectstore-calls.js: |
| |
| 2015-12-07 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/dom/Window/property-access-on-cached-window-after-frame-removed.html as failing on Win |
| https://bugs.webkit.org/show_bug.cgi?id=151759 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/TestExpectations: |
| |
| 2015-12-07 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Removing Yosemite flag from flaky test http/tests/cache/disk-cache/disk-cache-request-max-stale.html |
| https://bugs.webkit.org/show_bug.cgi?id=151661 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-12-07 Gyuyoung Kim <gyuyoung.kim@webkit.org> |
| |
| Unreviewed EFL gardening. Mark some of blink tests to failure since r190629. |
| |
| * platform/efl/TestExpectations: |
| |
| 2015-12-06 Simon Fraser <simon.fraser@apple.com> |
| |
| Clipping along compositing borders in svg-edit |
| https://bugs.webkit.org/show_bug.cgi?id=151791 |
| |
| Reviewed by Zalan Bujtas. |
| |
| Ref test that triggers recomputation of overflow. |
| |
| * svg/overflow/visual-overflow-change-expected.html: Added. |
| * svg/overflow/visual-overflow-change.html: Added. |
| |
| 2015-12-06 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [INTL] Implement String.prototype.toLocaleLowerCase in ECMA-402 |
| https://bugs.webkit.org/show_bug.cgi?id=147608 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * js/script-tests/string-toLocaleLowerCase.js: Added. |
| * js/string-toLocaleLowerCase-expected.txt: Added. |
| * js/string-toLocaleLowerCase.html: Added. |
| |
| 2015-12-06 Simon Fraser <simon.fraser@apple.com> |
| |
| REGRESSION (r187121): Can't get to the main content of the page at https://theintercept.com/drone-papers/ |
| https://bugs.webkit.org/show_bug.cgi?id=151849 |
| rdar://problem/23132828 |
| |
| Reviewed by Zalan Bujtas. |
| |
| New ref test. |
| |
| The behavior of imported/blink/transitions/transition-not-interpolable.html changed |
| with this patch, but that test is trying to determine if transitions run to/from |
| 'auto' values, and doing it wrong. The current patch doesn't change the user-visible |
| behavior of transitions with 'auto' endpoints (covered by http://webkit.org/b/38243). |
| |
| * animations/fill-forwards-auto-height-expected.html: Added. |
| * animations/fill-forwards-auto-height.html: Added. |
| * imported/blink/transitions/transition-not-interpolable-expected.txt: |
| |
| 2015-12-06 David Kilzer <ddkilzer@apple.com> |
| |
| REGRESSION(r193584): Causes heap use-after-free crashes in Web Inspector tests with AddressSanitizer (Requested by ddkilzer on #webkit). |
| https://bugs.webkit.org/show_bug.cgi?id=151929 |
| |
| Reverted changeset: |
| |
| "[ES6] "super" and "this" should be lexically bound inside an |
| arrow function and should live in a JSLexicalEnvironment" |
| https://bugs.webkit.org/show_bug.cgi?id=149338 |
| http://trac.webkit.org/changeset/193584 |
| |
| 2015-12-06 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| [ES6] "super" and "this" should be lexically bound inside an arrow function and should live in a JSLexicalEnvironment |
| https://bugs.webkit.org/show_bug.cgi?id=149338 |
| |
| Reviewed by Saam Barati. |
| |
| * js/arrowfunction-supercall-expected.txt: Added. |
| * js/arrowfunction-supercall.html: Added. |
| * js/arrowfunction-tdz-expected.txt: Added new expectation. |
| * js/script-tests/arrowfunction-supercall.js: Added. |
| * js/script-tests/arrowfunction-tdz.js: Added new cases. |
| |
| 2015-12-05 David Kilzer <ddkilzer@apple.com> |
| |
| REGRESSION (r193487): Modern IDB: storage/indexeddb/index-multientry.html crashes |
| |
| * platform/mac-wk1/TestExpectations: Skip test that crashes |
| on every run: storage/indexeddb/index-multientry.html. |
| |
| 2015-12-04 Zalan Bujtas <zalan@apple.com> |
| |
| Garbage in page tiles when document is too long. |
| https://bugs.webkit.org/show_bug.cgi?id=151906 |
| rdar://problem/23695858 |
| |
| Reviewed by Simon Fraser. |
| |
| * platform/ios-simulator/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/mac/fast/block/float/overhanging-tall-block-expected.txt: |
| |
| 2015-12-04 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Add some more custom exception messages, passing some more tests. |
| https://bugs.webkit.org/show_bug.cgi?id=151898 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/keypath-arrays-expected.txt: |
| * storage/indexeddb/noblobs-expected.txt: |
| * storage/indexeddb/object-lookups-in-versionchange-expected.txt: |
| * storage/indexeddb/request-result-cache-expected.txt: |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: |
| * storage/indexeddb/transaction-read-only-expected.txt: |
| |
| 2015-12-04 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Add some more custom exception messages, passing some more tests. |
| https://bugs.webkit.org/show_bug.cgi?id=151895 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/aborted-versionchange-closes-expected.txt: |
| * storage/indexeddb/cursor-continue-dir-expected.txt: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/deleteIndex-expected.txt: |
| * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: |
| |
| 2015-12-04 Andy VanWagoner <thetalecrafter@gmail.com> |
| |
| [INTL] Implement Number.prototype.toLocaleString in ECMA-402 |
| https://bugs.webkit.org/show_bug.cgi?id=147610 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Add tests for ECMA-402 Number.prototype.toLocaleString. |
| Since NumberFormat is not fully implemented, don't test locale-specific behavior yet. |
| |
| * js/number-toLocaleString-expected.txt: Added. |
| * js/number-toLocaleString.html: Added. |
| * js/script-tests/number-toLocaleString.js: Added. |
| |
| 2015-12-04 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Flip test expectations around so we only list failures. |
| https://bugs.webkit.org/show_bug.cgi?id=151880 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-04 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/cursor-update.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151879 |
| |
| Reviewed by Oliver Hunt. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-04 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/version-change-exclusive.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=151870 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/double-open-expected.txt: Added. |
| * storage/indexeddb/modern/double-open.html: Added. |
| * storage/indexeddb/version-change-exclusive-expected.txt: |
| |
| 2015-12-04 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/exceptions.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151732 |
| |
| Reviewed by Alex Christensen. |
| |
| Lots of new wk2-specific expectations to keep Legacy IDB passing for now. |
| |
| * platform/mac-wk1/TestExpectations: |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index5-expected.txt: Added. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index6-expected.txt: Added. |
| * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_invalid-expected.txt: Added. |
| * platform/wk2/imported/w3c/indexeddb/idbindex_get7-expected.txt: Added. |
| * platform/wk2/imported/w3c/indexeddb/idbindex_getKey7-expected.txt: Added. |
| * platform/wk2/imported/w3c/indexeddb/idbindex_openCursor2-expected.txt: Added. |
| * platform/wk2/imported/w3c/indexeddb/idbindex_openKeyCursor3-expected.txt: Added. |
| * platform/wk2/imported/w3c/indexeddb/keypath-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/aborted-versionchange-closes-expected.txt: Copied from LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt. |
| * platform/wk2/storage/indexeddb/bad-keypath-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/bad-keypath-expected.txt. |
| * platform/wk2/storage/indexeddb/basics-expected.txt: Copied from LayoutTests/storage/indexeddb/basics-expected.txt. |
| * platform/wk2/storage/indexeddb/clear-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/clear-expected.txt. |
| * platform/wk2/storage/indexeddb/create-and-remove-object-store-expected.txt: Copied from LayoutTests/storage/indexeddb/create-and-remove-object-store-expected.txt. |
| * platform/wk2/storage/indexeddb/create-objectstore-basics-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt. |
| * platform/wk2/storage/indexeddb/cursor-continue-dir-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/cursor-continue-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/cursor-finished-expected.txt: Copied from LayoutTests/storage/indexeddb/cursor-finished-expected.txt. |
| * platform/wk2/storage/indexeddb/cursors-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/cursors-expected.txt. |
| * platform/wk2/storage/indexeddb/database-basics-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/deleteIndex-bug110792-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/index-count-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/intversion-close-in-oncomplete-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/invalid-keys-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/key-requirements-delete-null-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt. |
| * platform/wk2/storage/indexeddb/key-requirements-inline-and-passed-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt. |
| * platform/wk2/storage/indexeddb/key-requirements-put-no-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt. |
| * platform/wk2/storage/indexeddb/key-requirements-put-null-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt. |
| * platform/wk2/storage/indexeddb/key-type-array-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/keypath-arrays-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/keypath-edges-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/keyrange-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/mozilla/clear-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/clear-expected.txt. |
| * platform/wk2/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt. |
| * platform/wk2/storage/indexeddb/mozilla/cursors-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/cursors-expected.txt. |
| * platform/wk2/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt. |
| * platform/wk2/storage/indexeddb/mozilla/readonly-transactions-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/readonly-transactions-expected.txt. |
| * platform/wk2/storage/indexeddb/object-lookups-in-versionchange-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/objectstore-count-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/open-cursor-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/readonly-transactions-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/readonly-transactions-expected.txt. |
| * platform/wk2/storage/indexeddb/removed-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/request-result-cache-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/transaction-abort-expected.txt: Copied from LayoutTests/storage/indexeddb/transaction-abort-expected.txt. |
| * platform/wk2/storage/indexeddb/transaction-active-flag-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/transaction-after-close-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/transaction-read-only-expected.txt: Added. |
| * platform/wk2/storage/indexeddb/version-change-exclusive-expected.txt: Added. |
| * storage/indexeddb/aborted-versionchange-closes-expected.txt: |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/create-and-remove-object-store-expected.txt: |
| * storage/indexeddb/cursor-finished-expected.txt: |
| * storage/indexeddb/exceptions-expected.txt: |
| * storage/indexeddb/modern/createobjectstore-failures-expected.txt: |
| * storage/indexeddb/modern/double-abort-expected.txt: |
| * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt: |
| * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: |
| * storage/indexeddb/mozilla/bad-keypath-expected.txt: |
| * storage/indexeddb/mozilla/clear-expected.txt: |
| * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: |
| * storage/indexeddb/mozilla/cursors-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: |
| * storage/indexeddb/mozilla/readonly-transactions-expected.txt: |
| * storage/indexeddb/resources/exceptions.js: |
| (testObjectStore): |
| * storage/indexeddb/transaction-abort-expected.txt: |
| |
| 2015-12-04 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Unskip many inspector/debugger tests |
| https://bugs.webkit.org/show_bug.cgi?id=151843 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * TestExpectations: |
| * platform/mac/TestExpectations: |
| Skip specific tests. |
| |
| * platform/mac-wk2/TestExpectations: |
| Test no longer existed. |
| |
| * inspector/debugger/resources/exception.js: |
| (exceptionDOM): |
| Keep the code outputing a NotFoundException. This particular |
| invocation was recently changed to throw a TypeError. |
| |
| 2015-12-04 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Remove untested and unused Worker inspection |
| https://bugs.webkit.org/show_bug.cgi?id=151848 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/debugger/pause-dedicated-worker-expected.txt: Removed. |
| * inspector/debugger/pause-dedicated-worker.html: Removed. |
| * inspector/debugger/resources/dedicated-worker.js: Removed. |
| * inspector/debugger/terminate-dedicated-worker-while-paused-expected.txt: Removed. |
| * inspector/debugger/terminate-dedicated-worker-while-paused.html: Removed. |
| |
| 2015-12-04 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Specifically Identify the Global Lexical Environment Scope |
| https://bugs.webkit.org/show_bug.cgi?id=151828 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/debugger/breakpoint-scope-expected.txt: |
| * inspector/debugger/breakpoint-scope.html: |
| * inspector/debugger/resources/scope.js: |
| Update the test to include something in the global lexical |
| environment and ensure it is identified as such. |
| |
| 2015-12-03 Sergio Villar Senin <svillar@igalia.com> |
| |
| [css-grid] Fix height computation of grid items with borders inside fr tracks |
| https://bugs.webkit.org/show_bug.cgi?id=151798 |
| |
| Reviewed by Zalan Bujtas. |
| |
| * fast/css-grid-layout/grid-item-with-border-in-fr-expected.txt: Added. |
| * fast/css-grid-layout/grid-item-with-border-in-fr.html: Added. |
| |
| 2015-12-03 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Fix up tests that refer to non-standard IDBVersionChangeEvent.dataLoss. |
| https://bugs.webkit.org/show_bug.cgi?id=151850 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| * storage/indexeddb/data-corruption-expected.txt: Removed. |
| * storage/indexeddb/data-corruption.html: Removed. |
| * storage/indexeddb/resources/data-corruption.js: Removed. |
| |
| * storage/indexeddb/events-expected.txt: |
| * storage/indexeddb/resources/events.js: |
| |
| 2015-12-03 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/cursor-index-delete.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151847 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-03 Eric Carlson <eric.carlson@apple.com> |
| |
| [MediaStream] Update MediaStreamTrack.getCapabilities |
| https://bugs.webkit.org/show_bug.cgi?id=151728 |
| |
| Reviewed by Jer Noble. |
| |
| * fast/mediastream/MediaStreamTrack-getCapabilities-expected.txt: Added. |
| * fast/mediastream/MediaStreamTrack-getCapabilities.html: Added. |
| * fast/mediastream/MediaStreamTrack-getSettings-expected.txt: |
| * fast/mediastream/MediaStreamTrack-getSettings.html: |
| |
| 2015-12-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Removing deleted test storage/indexeddb/objectstore-keycursor.html from TestExpectations file |
| https://bugs.webkit.org/show_bug.cgi?id=151772 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-12-03 Keith Rollin <krollin@apple.com> |
| |
| [Win] fast/forms/HTMLOptionElement_label03.html failing on win7 |
| https://bugs.webkit.org/show_bug.cgi?id=150909 |
| rdar://problem/23539673 |
| |
| Reviewed by Darin Adler. |
| |
| Mark fast/forms/HTMLOptionElement_label03.html as being expected to |
| pass. Also update some text in HTMLOptionElement_label02.html and |
| HTMLOptionElement_label03.html so that it no longer refers to our |
| trying to match IE (which we are no longer doing). |
| |
| * fast/forms/HTMLOptionElement_label02.html: |
| * fast/forms/HTMLOptionElement_label03.html: |
| * platform/win/TestExpectations: |
| |
| 2015-12-03 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/cursor-advance.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151731 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/cursor-advance-expected.txt: |
| |
| 2015-12-03 Brent Fulgham <bfulgham@apple.com> |
| |
| Allow JavaScript to iterate over plugins for local files |
| https://bugs.webkit.org/show_bug.cgi?id=151783 |
| <rdar://problem/23692113> |
| |
| Modify the existing 'local file' plugin tests so that they don't turn on the debugging |
| flag to allow iterating over all plugins. Then create a new HTTP test (based on the |
| existing plugin-javascript-access test) to make sure that plugin iteration is blocked |
| for non-local-file access. |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/plugins/plugin-javascript-access-expected.txt: Added. |
| * http/tests/plugins/plugin-javascript-access.html: Added. |
| * plugins/plugin-javascript-access.html: Remove unneeded 'internals.setShowAllPlugins' call. |
| * plugins/script-tests/navigator-mimeTypes-length.js: Ditto. |
| |
| 2015-12-03 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/cursor-skip-deleted.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151794 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-02 Sam Weinig <sam@webkit.org> |
| |
| Promise callbacks should be called at microtask checkpoints |
| https://bugs.webkit.org/show_bug.cgi?id=147933 |
| |
| Reviewed by Chris Dumez. |
| |
| * fast/dom/microtask-promise-mutation-observer-order-expected.txt: Added. |
| * fast/dom/microtask-promise-mutation-observer-order.html: Added. |
| |
| 2015-12-03 Daniel Bates <dabates@apple.com> |
| |
| ASSERT_WITH_SECURITY_IMPLICATION in WebCore::DocumentOrderedMap::add() |
| https://bugs.webkit.org/show_bug.cgi?id=126662 |
| <rdar://problem/15775508> |
| |
| Reviewed by Brent Fulgham. |
| |
| Add test to ensure that we do not assert when inserting a subtree that has an element with |
| a duplicate id before removing the original subtree. |
| |
| * svg/custom/insert-subtree-with-duplicate-id-before-removing-subtree-expected.txt: Added. |
| * svg/custom/insert-subtree-with-duplicate-id-before-removing-subtree.svg: Added. |
| |
| 2015-12-03 Javier Fernandez <jfernandez@igalia.com> |
| |
| [css-grid] margin-left:auto and margin-top:auto discards the margin on opposite side |
| https://bugs.webkit.org/show_bug.cgi?id=151802 |
| |
| Reviewed by Sergio Villar Senin. |
| |
| Tests to verify the specified margins account for determining the available space for |
| auto-margins alignment. |
| |
| * fast/css-grid-layout/grid-item-auto-margins-must-respect-specified-margins-expected.txt: Added. |
| * fast/css-grid-layout/grid-item-auto-margins-must-respect-specified-margins.html: Added. |
| |
| 2015-12-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining svg/custom/bug78807.svg since actual results now match Mac expectations |
| https://bugs.webkit.org/show_bug.cgi?id=151804 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/svg/custom/bug78807-expected.txt: |
| |
| 2015-12-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping failing sputnik/Unicode/Unicode_510 tests pending further investigation |
| https://bugs.webkit.org/show_bug.cgi?id=151505 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/TestExpectations: |
| |
| 2015-12-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/css/pseudo-visited-background-color-on-input.html as failing on win |
| https://bugs.webkit.org/show_bug.cgi?id=151756 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/TestExpectations: |
| |
| 2015-12-03 Ryan Haddad <ryanhaddad@apple.com> |
| |
| fast/borders/hidpi-border-clipping-right-after-move.html |
| https://bugs.webkit.org/show_bug.cgi?id=151754 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/TestExpectations: |
| |
| 2015-12-03 Gyuyoung Kim <gyuyoung.kim@webkit.org> |
| |
| Unreviewed EFL urgent gardening. Skip web-platform-tests |
| because it has been timeout since r192796. |
| |
| * platform/efl/TestExpectations: |
| |
| 2015-12-02 Mark Lam <mark.lam@apple.com> |
| |
| Polymorphic operand types for DFG and FTL mul. |
| https://bugs.webkit.org/show_bug.cgi?id=151746 |
| |
| Reviewed by Filip Pizlo. |
| |
| * js/regress/ftl-object-mul-expected.txt: Added. |
| * js/regress/ftl-object-mul.html: Added. |
| * js/regress/script-tests/ftl-object-mul.js: Added. |
| (o1.valueOf): |
| (foo): |
| |
| 2015-12-02 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Unify font-variant-* with font-variant shorthand |
| https://bugs.webkit.org/show_bug.cgi?id=149773 |
| |
| Reviewed by Darin Adler. |
| |
| Update tests. Also temporarily skip existing font-features tests until |
| https://bugs.webkit.org/show_bug.cgi?id=149774 is fixed. |
| |
| * css3/font-variant-parsing-expected.txt: |
| * css3/font-variant-parsing.html: |
| * fast/css/font-property-priority-expected.txt: |
| * fast/css/font-shorthand-expected.txt: |
| * fast/css/parsing-font-variant-ligatures-expected.txt: |
| * fast/css/parsing-font-variant-ligatures.html: |
| * fast/inspector-support/style-expected.txt: |
| * fast/text/font-variant-shorthand-expected.txt: Added. |
| * fast/text/font-variant-shorthand.html: Added. |
| * platform/mac/TestExpectations: |
| * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt: |
| |
| 2015-12-02 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaselining fast/dom/adopt-attribute-crash-expected for win |
| https://bugs.webkit.org/show_bug.cgi?id=151762 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/win/fast/dom/adopt-attribute-crash-expected.txt: |
| |
| 2015-12-02 Alex Christensen <achristensen@webkit.org> |
| |
| Asynchronously call onerror when a content blocker blocks ascript element's load |
| https://bugs.webkit.org/show_bug.cgi?id=151649 |
| |
| Reviewed by Brady Eidson. |
| |
| * http/tests/contentextensions/script-onerror-expected.txt: Added. |
| * http/tests/contentextensions/script-onerror.html: Added. |
| * http/tests/contentextensions/script-onerror.html.json: Added. |
| * http/tests/misc/unloadable-script-expected.txt: |
| * http/tests/misc/unloadable-script.html: |
| * http/tests/security/local-JavaScript-from-remote-expected.txt: |
| * http/tests/security/local-JavaScript-from-remote.html: |
| Added testRunner.waitUntilDone and testRunner.notifyDone to reflect the fact that onerror is no longer called synchronously. |
| |
| 2015-12-02 Eric Carlson <eric.carlson@apple.com> |
| |
| Fix flaky test added with r192954. |
| |
| Unreviewed. |
| |
| * fast/mediastream/MediaStreamTrack-getSettings.html: |
| |
| 2015-12-02 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r192955. |
| https://bugs.webkit.org/show_bug.cgi?id=151776 |
| |
| A large number of the tests added with this change are failing |
| on Windows (Requested by ryanhaddad on #webkit). |
| |
| Reverted changeset: |
| |
| "[css border] border-image doesn't honor border-style" |
| https://bugs.webkit.org/show_bug.cgi?id=99922 |
| http://trac.webkit.org/changeset/192955 |
| |
| 2015-12-02 Yoav Weiss <yoav@yoav.ws> |
| |
| Fix preloader issue with srcdoc documents. |
| https://bugs.webkit.org/show_bug.cgi?id=151744 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Added a test that makes sure that srcdoc based subresources are properly preloaded. |
| |
| * fast/preloader/iframe-srcdoc-expected.txt: Added. |
| * fast/preloader/iframe-srcdoc.html: Added. |
| |
| 2015-12-02 Jer Noble <jer.noble@apple.com> |
| |
| Add a setting and restriction which will pause invisible autoplaying video |
| https://bugs.webkit.org/show_bug.cgi?id=151412 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/video-restricted-invisible-autoplay-not-allowed-expected.txt: Added. |
| * media/video-restricted-invisible-autoplay-not-allowed.html: Added. |
| |
| 2015-12-02 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline fast/parser/xml-declaration-missing-ending-mark.html, fast/parser/xml-colon-entity.html for Win |
| https://bugs.webkit.org/show_bug.cgi?id=151763 |
| |
| Reviewed by Brent Fulgham. |
| |
| * platform/win/fast/parser/xml-colon-entity-expected.txt: |
| * platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt: |
| |
| 2015-12-02 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Rebaseline fast/dynamic/text-combine.html on win |
| https://bugs.webkit.org/show_bug.cgi?id=151761 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/fast/dynamic/text-combine-expected.png: |
| * platform/win/fast/dynamic/text-combine-expected.txt: |
| |
| 2015-12-02 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Remove all traces of IDBObjectStore::openKeyCursor from tests. |
| https://bugs.webkit.org/show_bug.cgi?id=151772 |
| |
| Reviewed by Alex Christensen. |
| |
| IDBObjectStore::openKeyCursor no longer exists, so testing it is inherently bogus. |
| |
| * platform/mac-wk1/TestExpectations: Two tests now pass with small expectations changes. |
| * storage/indexeddb/cursor-basics-expected.txt: |
| * storage/indexeddb/cursor-overloads-expected.txt: |
| |
| * storage/indexeddb/cursor-overloads.html: |
| * storage/indexeddb/optional-arguments.html: |
| * storage/indexeddb/resources/cursor-basics.js: |
| * storage/indexeddb/resources/deleted-objects.js: |
| * storage/indexeddb/resources/exceptions.js: |
| * storage/indexeddb/resources/objectstore-basics.js: |
| |
| * storage/indexeddb/objectstore-keycursor-expected.txt: Removed. |
| * storage/indexeddb/objectstore-keycursor.html: Removed. |
| * storage/indexeddb/resources/objectstore-keycursor.js: Removed. |
| |
| 2015-12-02 David Hyatt <hyatt@apple.com> |
| |
| Add some more picture element layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=151769 |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/picture/image-picture-invalid-expected.txt: Added. |
| * fast/picture/image-picture-invalid.html: Added. |
| * fast/picture/image-picture-nested-expected.txt: Added. |
| * fast/picture/image-picture-nested.html: Added. |
| |
| 2015-12-02 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Enable a couple more passing tests. |
| https://bugs.webkit.org/show_bug.cgi?id=151766 |
| |
| Reviewed by Beth Dakin. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/create-object-store-options-expected.txt: |
| |
| 2015-12-02 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Skipping tests on Win that fail due to unimplemented showModalDialog function. |
| https://bugs.webkit.org/show_bug.cgi?id=151506 |
| |
| Unreviewed test gardening. |
| |
| * platform/win/TestExpectations: |
| |
| 2015-12-02 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: IDBTransaction::error is not exposed. |
| https://bugs.webkit.org/show_bug.cgi?id=151752 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/basic-add.html: |
| * storage/indexeddb/modern/double-abort-expected.txt: |
| * storage/indexeddb/modern/index-3.html: |
| * storage/indexeddb/resources/transaction-error.js: |
| * storage/indexeddb/transaction-error-expected.txt: |
| |
| 2015-12-02 Adenilson Cavalcanti <cavalcantii@gmail.com> |
| |
| [css border] border-image doesn't honor border-style |
| https://bugs.webkit.org/show_bug.cgi?id=99922 |
| |
| Reviewed by Simon Fraser. |
| |
| Ensure that WebKit will be compliant to css-backgrounds spec where |
| a border with an image will only be rendered if there is a style defined. |
| |
| Previous border image tests had to be edited (i.e. define border-style) |
| to ensure that a decorated border would be rendered. |
| |
| * fast/borders/border-image-01.html: |
| * fast/borders/border-image-border-radius.html: |
| * fast/borders/border-image-fill-no-intrinsic-size.html: |
| * fast/borders/border-image-longhand.html: |
| * fast/borders/border-image-massive-scale.html: |
| * fast/borders/border-image-omit-right-slice.html: |
| * fast/borders/border-image-outset-in-shorthand.html: |
| * fast/borders/border-image-outset-split-inline-expected.txt: |
| * fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: |
| * fast/borders/border-image-outset-split-inline-vertical-lr.html: |
| * fast/borders/border-image-outset-split-inline.html: |
| * fast/borders/border-image-outset.html: |
| * fast/borders/border-image-repeat.html: |
| * fast/borders/border-image-rotate-transform.html: |
| * fast/borders/border-image-scale-transform.html: |
| * fast/borders/border-image-scaled.html: |
| * fast/borders/border-image-scrambled.html: |
| * fast/borders/border-image-should-not-display-expected.html: Added. |
| * fast/borders/border-image-should-not-display.html: Added. |
| * fast/borders/border-image-side-reduction.html: |
| * fast/borders/border-image-slice-constrained.html: |
| * fast/borders/border-image-slice-missing-right.html: |
| * fast/borders/border-image-slices.html: |
| * fast/borders/border-image-source.html: |
| * fast/borders/border-image-trumps-radius-expected.txt: |
| * fast/borders/border-image-trumps-radius.html: |
| * fast/borders/hidpi-border-image-gradient-on-subpixels.html: |
| * fast/borders/resources/red.png: Added. |
| * fast/borders/scaled-border-image.html: |
| * fast/gradients/border-image-gradient-expected.txt: |
| * fast/gradients/border-image-gradient.html: |
| * fast/hidpi/image-set-border-image-comparison.html: |
| * fast/hidpi/image-set-border-image-dynamic.html: |
| * fast/hidpi/image-set-border-image-simple.html: |
| * fast/writing-mode/border-image-horizontal-bt.html: |
| * fast/writing-mode/border-image-vertical-lr.html: |
| * fast/writing-mode/border-image-vertical-rl.html: |
| * platform/mac/fast/borders/border-image-01-expected.txt: |
| * platform/mac/fast/borders/border-image-border-radius-expected.txt: |
| * platform/mac/fast/borders/border-image-longhand-expected.txt: |
| * platform/mac/fast/borders/border-image-massive-scale-expected.txt: |
| * platform/mac/fast/borders/border-image-omit-right-slice-expected.txt: |
| * platform/mac/fast/borders/border-image-outset-expected.txt: |
| * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.txt: |
| * platform/mac/fast/borders/border-image-repeat-expected.txt: |
| * platform/mac/fast/borders/border-image-rotate-transform-expected.txt: |
| * platform/mac/fast/borders/border-image-scale-transform-expected.txt: |
| * platform/mac/fast/borders/border-image-scaled-expected.txt: |
| * platform/mac/fast/borders/border-image-scrambled-expected.txt: |
| * platform/mac/fast/borders/border-image-side-reduction-expected.txt: |
| * platform/mac/fast/borders/border-image-slice-constrained-expected.txt: |
| * platform/mac/fast/borders/border-image-slices-expected.txt: |
| * platform/mac/fast/borders/border-image-source-expected.txt: |
| * platform/mac/fast/borders/scaled-border-image-expected.txt: |
| * platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt: |
| * platform/mac/fast/hidpi/image-set-border-image-dynamic-expected.txt: |
| * platform/mac/fast/hidpi/image-set-border-image-simple-expected.txt: |
| * platform/mac/fast/writing-mode/border-image-horizontal-bt-expected.txt: |
| * platform/mac/fast/writing-mode/border-image-vertical-lr-expected.txt: |
| * platform/mac/fast/writing-mode/border-image-vertical-rl-expected.txt: |
| |
| 2015-12-02 Eric Carlson <eric.carlson@apple.com> |
| |
| [MediaStream] Implement MediaStreamTrack.getSettings() |
| https://bugs.webkit.org/show_bug.cgi?id=151727 |
| |
| Reviewed by Jer Noble. |
| |
| * fast/mediastream/MediaStream-video-element-expected.txt: |
| * fast/mediastream/MediaStream-video-element-track-stop-expected.txt: |
| * fast/mediastream/MediaStream-video-element-track-stop.html: |
| * fast/mediastream/MediaStream-video-element.html: |
| * fast/mediastream/MediaStreamTrack-getSettings-expected.txt: Added. |
| * fast/mediastream/MediaStreamTrack-getSettings.html: Added. |
| |
| 2015-12-01 David Hyatt <hyatt@apple.com> |
| |
| Implement the picture element. |
| https://bugs.webkit.org/show_bug.cgi?id=116963 |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/picture: Added. |
| * fast/picture/image-picture-1x-expected.txt: Added. |
| * fast/picture/image-picture-1x.html: Added. |
| * fast/picture/resources: Added. |
| * fast/picture/resources/blue_rect.jpg: Added. |
| * fast/picture/resources/currentSrcHelper.js: Added. |
| (fileName): |
| (currentSrcFileName): |
| (currentSrcFileNameNoParams): |
| * fast/picture/resources/image-set-4x.png: Added. |
| |
| 2015-12-02 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Null dereference loading Blink layout test fast/loader/unload-mutation-crash.html |
| https://bugs.webkit.org/show_bug.cgi?id=149305 |
| <rdar://problem/22747892> |
| |
| Reviewed by Brent Fulgham. |
| |
| This test case is from Blink r180918: |
| https://codereview.chromium.org/495743003 |
| |
| * fast/loader/unload-mutation-crash-expected.txt: Added. |
| * fast/loader/unload-mutation-crash.html: Added. |
| |
| 2015-12-02 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Handle YieldExpressions in the ScriptSyntaxTree |
| https://bugs.webkit.org/show_bug.cgi?id=151730 |
| |
| Reviewed by Brian Burg. |
| |
| * inspector/model/parse-script-syntax-tree-expected.txt: |
| * inspector/model/parse-script-syntax-tree.html: |
| |
| 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [Win] Test gardening after r192895 |
| |
| Unreviewed. |
| |
| * fast/text/emoji-overlap-expected.html: |
| * fast/text/emoji-overlap.html: |
| |
| 2015-12-01 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r192894 and r192904. |
| https://bugs.webkit.org/show_bug.cgi?id=151738 |
| |
| Crashes sometimes on Windows (Requested by litherum on |
| #webkit). |
| |
| Reverted changesets: |
| |
| "[Win] Web fonts with small caps have excess whitespace with |
| the complex text codepath" |
| https://bugs.webkit.org/show_bug.cgi?id=151698 |
| http://trac.webkit.org/changeset/192894 |
| |
| "Test gardening after r192894" |
| http://trac.webkit.org/changeset/192904 |
| |
| 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [SVG -> OTF Converter] Force UnitsPerEm to 1000 |
| https://bugs.webkit.org/show_bug.cgi?id=151650 |
| |
| Reviewed by Antti Koivisto. |
| |
| Some tests have quantization differences. |
| |
| * fast/ruby/ruby-expansion-cjk-2-expected.html: |
| * fast/ruby/ruby-expansion-cjk-3-expected.html: |
| * fast/ruby/ruby-expansion-cjk-4-expected.html: |
| * fast/ruby/ruby-expansion-cjk-5-expected.html: |
| * fast/ruby/ruby-expansion-cjk-expected.html: |
| * platform/mac-wk2/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: |
| * platform/mac/svg/batik/text/textEffect3-expected.txt: |
| * platform/mac/svg/batik/text/textPosition2-expected.txt: |
| * platform/mac/svg/wicd/test-rightsizing-b-expected.txt: |
| * svg/custom/acid3-test-77-expected.txt: |
| |
| 2015-12-01 Brady Eidson <beidson@apple.com> |
| |
| Add updated test result missing from http://trac.webkit.org/changeset/192924 |
| https://bugs.webkit.org/show_bug.cgi?id=151725 |
| |
| * storage/indexeddb/modern/opendatabase-request-event-expected.txt: |
| |
| 2015-12-01 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking http/tests/xmlhttprequest/methods-async.html as flaky on Yosemite WK2 |
| https://bugs.webkit.org/show_bug.cgi?id=151729 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-12-01 Brady Eidson <beidson@apple.com> |
| |
| Give a more detailed message for TypeErrors that result from EnforceRange. |
| https://bugs.webkit.org/show_bug.cgi?id=151725 |
| |
| Reviewed by Tim Horton. |
| |
| * crypto/subtle/aes-cbc-generate-key-expected.txt: |
| * js/dom/webidl-type-mapping-expected.txt: |
| * storage/indexeddb/intversion-bad-parameters-expected.txt: |
| * storage/indexeddb/version-change-event-basic-expected.txt: |
| |
| 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Test gardening after r192894 |
| |
| Unreviewed. |
| |
| * fast/text/small-caps-complex-expected.html: |
| * fast/text/small-caps-complex.html: |
| |
| 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [iOS] Adjacent emoji overlap each other |
| https://bugs.webkit.org/show_bug.cgi?id=151690 |
| <rdar://problem/23430453> |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/text/emoji-overlap-expected.html: Added. |
| * fast/text/emoji-overlap.html: Added. |
| |
| 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [Win] Web fonts with small caps have excess whitespace with the complex text codepath |
| https://bugs.webkit.org/show_bug.cgi?id=151698 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/text/resources/tinyfont.svg: Added. |
| * fast/text/small-caps-complex-expected.html: Added. |
| * fast/text/small-caps-complex.html: Added. |
| |
| 2015-12-01 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking http/tests/xmlhttprequest/workers/methods.html as flaky on Yosemite WK2 |
| https://bugs.webkit.org/show_bug.cgi?id=151709 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-12-01 Brady Eidson <beidson@apple.com> |
| |
| Skip some specific IDB tests in preparation for enabling the entire directory. |
| |
| Reviewed in person by Sam Weinig. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-12-01 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/create-and-remove-object-store.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151704 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt: |
| |
| 2015-12-01 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: storage/indexeddb/basics.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=151694 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/deletedatabase-1.html: |
| * storage/indexeddb/modern/opendatabase-versions.html: |
| * storage/indexeddb/modern/versionchange-event.html: |
| |
| 2015-12-01 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed, rolling out r192876. |
| |
| It broke a lot of JSC and layout tests for GTK and EFL |
| |
| Reverted changeset: |
| |
| "[ES6] "super" and "this" should be lexically bound inside an |
| arrow function and should live in a JSLexicalEnvironment" |
| https://bugs.webkit.org/show_bug.cgi?id=149338 |
| http://trac.webkit.org/changeset/192876 |
| |
| 2015-12-01 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| [Streams API] pull function of tee should call readFromReadableStreamReader directly |
| https://bugs.webkit.org/show_bug.cgi?id=151497 |
| |
| Unreviewed. |
| |
| Adding non regression test. |
| |
| * streams/streams-promises-expected.txt: |
| * streams/streams-promises.html: |
| |
| 2015-12-01 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| [Streams API] teeReadableStream should not directly use stream.getReader() |
| https://bugs.webkit.org/show_bug.cgi?id=151487 |
| |
| Reviewed by Darin Adler. |
| |
| Adding non-regression test. |
| |
| * streams/streams-promises-expected.txt: |
| * streams/streams-promises.html: |
| |
| 2015-12-01 Skachkov Oleksandr <gskachkov@gmail.com> |
| |
| [ES6] "super" and "this" should be lexically bound inside an arrow function and should live in a JSLexicalEnvironment |
| https://bugs.webkit.org/show_bug.cgi?id=149338 |
| |
| Reviewed by Saam Barati. |
| |
| * js/arrowfunction-supercall-expected.txt: Added. |
| * js/arrowfunction-supercall.html: Added. |
| * js/arrowfunction-tdz-expected.txt: Added new expectation. |
| * js/script-tests/arrowfunction-supercall.js: Added. |
| * js/script-tests/arrowfunction-tdz.js: Added new cases. |
| |
| 2015-12-01 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| [Streams API] streams should not directly use Number and related methods |
| https://bugs.webkit.org/show_bug.cgi?id=151499 |
| |
| Reviewed by Darin Adler. |
| |
| Added a non-regression test. |
| |
| * streams/streams-promises-expected.txt: |
| * streams/streams-promises.html: |
| |
| 2015-12-01 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| [Streams API] Remove use of @catch for exposed promises |
| https://bugs.webkit.org/show_bug.cgi?id=151625 |
| |
| Reviewed by Darin Adler. |
| |
| * streams/streams-promises.html: beefing up the catch test by also overwritting Promise.prototype.then. |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Unskip "storage/indexeddb/mozilla" instead of each individual test inside of it. |
| https://bugs.webkit.org/show_bug.cgi?id=151693 |
| |
| Reviewed by Geoffrey Garen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-11-30 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Amazon.com Additional Information links aren't clickable |
| https://bugs.webkit.org/show_bug.cgi?id=151401 |
| <rdar://problem/23454261> |
| |
| Reviewed by Darin Adler. |
| |
| * fast/block/float/hit-test-on-overlapping-floats-expected.txt: Added. |
| * fast/block/float/hit-test-on-overlapping-floats.html: Added. |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Iterating index cursors to a specific key is busted. |
| https://bugs.webkit.org/show_bug.cgi?id=151684 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: ObjectStore cursors should not be able to iterate out of their range. |
| https://bugs.webkit.org/show_bug.cgi?id=151683 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: "prevunique" cursors should point at the lowest primary key that matches, not the highest. |
| https://bugs.webkit.org/show_bug.cgi?id=151675. |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/index-cursor-1-expected.txt: |
| * storage/indexeddb/modern/index-cursor-2-expected.txt: |
| * storage/indexeddb/modern/index-cursor-3-expected.txt: |
| |
| 2015-11-30 Jiewen Tan <jiewen_tan@apple.com> |
| |
| Null dereference loading Blink layout test http/tests/misc/detach-during-notifyDone.html |
| https://bugs.webkit.org/show_bug.cgi?id=149309 |
| <rdar://problem/22748363> |
| |
| Reviewed by Brent Fulgham. |
| |
| The test case is from Blink r175601: |
| https://codereview.chromium.org/317513002 |
| The test case will generate a set of weird ordering events that affects the documentLoader: |
| 1. The subframe finishes loading, and since the frame’s testRunner is not set to wait until |
| done, WebKitTestRunner stops the load (by calling WKBundlePageStopLoading()). |
| 2. This causes the in-progress XHR to be aborted, which causes its readyState to become DONE |
| (this bug doesn’t always reproduce because sometimes the XHR has already finished before the |
| frame finishes loading). |
| 3. The onreadystatechange callback is executed, which sets innerHTML on the parent frame. |
| 4. Setting innerHTML disconnects the subframe, nulling out its DocumentLoader. |
| 5. We return to WebFrameLoaderClient::dispatchDidFinishLoad() from step #1, but now the |
| FrameLoader’s DocumentLoader is null. And WebKit crashes here. |
| |
| Note that steps 2-4 happen synchronously inside WebFrameLoaderClient::dispatchDidFinishLoad(). |
| |
| * http/tests/misc/detach-during-notifyDone-expected.txt: Added. |
| * http/tests/misc/detach-during-notifyDone.html: Added. |
| * http/tests/misc/resources/detached-frame.html: Added. |
| |
| 2015-11-30 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r192819. |
| https://bugs.webkit.org/show_bug.cgi?id=151681 |
| |
| This change broke existing layout tests on Windows (Requested |
| by ryanhaddad on #webkit). |
| |
| Reverted changeset: |
| |
| "Unify font-variant-* with font-variant shorthand" |
| https://bugs.webkit.org/show_bug.cgi?id=149773 |
| http://trac.webkit.org/changeset/192819 |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Set the correct source on the IDBRequest for cursor updates |
| https://bugs.webkit.org/show_bug.cgi?id=151665 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-11-30 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking fast/forms/state-restore-per-form.html as a flaky timeout on mac-wk2 |
| https://bugs.webkit.org/show_bug.cgi?id=150542 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Correct handling of cursors finishing iteration. |
| https://bugs.webkit.org/show_bug.cgi?id=151664 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-11-30 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Unify font-variant-* with font-variant shorthand |
| https://bugs.webkit.org/show_bug.cgi?id=149773 |
| |
| Reviewed by Darin Adler. |
| |
| Update tests. Also temporarily skip existing font-features tests until |
| https://bugs.webkit.org/show_bug.cgi?id=149774 is fixed. |
| |
| * css3/font-variant-parsing-expected.txt: |
| * css3/font-variant-parsing.html: |
| * fast/css/font-property-priority-expected.txt: |
| * fast/css/font-shorthand-expected.txt: |
| * fast/css/parsing-font-variant-ligatures-expected.txt: |
| * fast/css/parsing-font-variant-ligatures.html: |
| * fast/inspector-support/style-expected.txt: |
| * fast/text/font-variant-shorthand-expected.txt: Added. |
| * fast/text/font-variant-shorthand.html: Added. |
| * platform/mac/TestExpectations: |
| * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt: |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: After versionchange transactions abort, fire onerror on the original IDBOpenDBRequest. |
| https://bugs.webkit.org/show_bug.cgi?id=151648 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/abort-requests-cancelled-expected.txt: |
| * storage/indexeddb/modern/abort-requests-cancelled.html: |
| * storage/indexeddb/modern/aborted-put-expected.txt: |
| * storage/indexeddb/modern/aborted-put.html: |
| * storage/indexeddb/modern/createobjectstore-basic-expected.txt: |
| * storage/indexeddb/modern/createobjectstore-basic.html: |
| * storage/indexeddb/modern/deleteindex-2-expected.txt: |
| * storage/indexeddb/modern/deleteindex-2.html: |
| * storage/indexeddb/modern/deleteobjectstore-1-expected.txt: |
| * storage/indexeddb/modern/deleteobjectstore-1.html: |
| * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: |
| * storage/indexeddb/modern/versionchange-abort-then-reopen-expected.txt: |
| * storage/indexeddb/modern/versionchange-abort-then-reopen.html: |
| |
| 2015-11-30 Chris Dumez <cdumez@apple.com> |
| |
| location.origin is undefined in a web worker |
| https://bugs.webkit.org/show_bug.cgi?id=151614 |
| |
| Reviewed by Darin Adler. |
| |
| Update existing layout test to confirm the existence of location.origin when in a |
| WorkerGlobalScope. |
| |
| * fast/workers/resources/worker-location.js: |
| * fast/workers/worker-location-expected.txt: |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Support updating cursor values when the object store uses inline keys. |
| https://bugs.webkit.org/show_bug.cgi?id=151647 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: openCursor() fix resulting in at least 4 more passing tests. |
| https://bugs.webkit.org/show_bug.cgi?id=151630 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| * storage/indexeddb/modern/cursor-2-expected.txt: |
| * storage/indexeddb/modern/cursor-2.html: |
| * storage/indexeddb/modern/cursor-3-expected.txt: |
| * storage/indexeddb/modern/cursor-3.html: |
| * storage/indexeddb/modern/cursor-4-expected.txt: |
| * storage/indexeddb/modern/cursor-4.html: |
| * storage/indexeddb/modern/deleteindex-1-expected.txt: |
| * storage/indexeddb/modern/deleteindex-1.html: |
| * storage/indexeddb/modern/deleteindex-2-expected.txt: |
| * storage/indexeddb/modern/deleteindex-2.html: |
| * storage/indexeddb/modern/index-4-expected.txt: |
| * storage/indexeddb/modern/index-4.html: |
| * storage/indexeddb/modern/index-cursor-1-expected.txt: |
| * storage/indexeddb/modern/index-cursor-1.html: |
| * storage/indexeddb/modern/index-cursor-2-expected.txt: |
| * storage/indexeddb/modern/index-cursor-2.html: |
| * storage/indexeddb/modern/index-cursor-3-expected.txt: |
| * storage/indexeddb/modern/index-cursor-3.html: |
| |
| 2015-11-30 Ryan Haddad <ryanhaddad@apple.com> |
| |
| Marking http/tests/cache/disk-cache/disk-cache-request-max-stale.html as flaky on Yosemite WK2 |
| https://bugs.webkit.org/show_bug.cgi?id=143159 |
| |
| Unreviewed test gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2015-11-30 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Support keyPath injection into object store records. |
| https://bugs.webkit.org/show_bug.cgi?id=151640 |
| |
| Reviewed by Andy Estes. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-11-29 Antoine Quint <graouts@apple.com> |
| |
| Browser does not fall back to SVG attribute value when CSS style value is invalid or not supported |
| https://bugs.webkit.org/show_bug.cgi?id=147932 |
| |
| Reviewed by Dean Jackson. |
| |
| Testing that we correctly fall back to the presentation attribute for SVGPaint and SVGColor values |
| specified with an invalid keyword in a `style` attribute. We also update the expected output for |
| svg/css/svg-attribute-parser-mode.html which is now in line with values returned by Firefox and |
| Chrome, where we correctly use the default value instead of null objects, which was definitely |
| an error. |
| |
| * svg/css/invalid-color-cascade-expected.svg: Added. |
| * svg/css/invalid-color-cascade.svg: Added. |
| * svg/css/invalid-paint-cascade-expected.svg: Added. |
| * svg/css/invalid-paint-cascade.svg: Added. |
| * svg/css/script-tests/svg-attribute-parser-mode.js: |
| * svg/css/svg-attribute-parser-mode-expected.txt: |
| |
| 2015-11-18 Andy Estes <aestes@apple.com> |
| |
| [Content Filtering] Crash in DocumentLoader::notifyFinished() when allowing a media document to load |
| https://bugs.webkit.org/show_bug.cgi?id=151433 |
| rdar://problem/23506594 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * contentfiltering/allow-media-document-expected.txt: Added. |
| * contentfiltering/allow-media-document.html: Added. |
| * contentfiltering/resources/test.mp4: Added. |
| |
| 2015-11-25 Pranjal Jumde <pjumde@apple.com> |
| |
| Checks for buffer-overflows when reading characters from textRun |
| https://bugs.webkit.org/show_bug.cgi?id=151055 |
| <rdar://problem/23251789> |
| |
| Reviewed by Myles C. Maxfield. |
| |
| * dom/html/level1/core/151055_asan.html: |
| * dom/html/level1/core/151055_asan-expected.txt: |
| |
| 2015-11-24 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r192536, r192722, and r192743. |
| https://bugs.webkit.org/show_bug.cgi?id=151593 |
| |
| Still causing trouble. (Requested by kling on #webkit). |
| |
| Reverted changesets: |
| |
| "[JSC] JSPropertyNameEnumerator could be destructorless." |
| https://bugs.webkit.org/show_bug.cgi?id=151242 |
| http://trac.webkit.org/changeset/192536 |
| |
| "REGRESSION(r192536): Null pointer dereference in |
| JSPropertyNameEnumerator::visitChildren()." |
| https://bugs.webkit.org/show_bug.cgi?id=151495 |
| http://trac.webkit.org/changeset/192722 |
| |
| "REGRESSION(r192536): Null pointer dereference in |
| JSPropertyNameEnumerator::visitChildren()." |
| https://bugs.webkit.org/show_bug.cgi?id=151495 |
| http://trac.webkit.org/changeset/192743 |
| |
| 2015-11-24 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| |
| [Streams API] Implement pipeTo method in readable Stream |
| https://bugs.webkit.org/show_bug.cgi?id=151588 |
| |
| Reviewed by Darin Adler. |
| |
| Test "Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the |
| source" was moved to its own file because it causes timing issues. |
| |
| * streams/reference-implementation/pipe-to.html: Moved "Piping to a writable stream that does not consume the |
| writes fast enough exerts backpressure on the source" test to its own file. |
| * streams/pipe-to.html: Added with "Piping to a writable stream that does not consume the writes fast enough |
| exerts backpressure on the source" test. |
| * streams/reference-implementation/brand-checks.html: Fixed issue with the creation of a ReadableStreamReader. |
| * streams/pipe-to-expected.txt: |
| * streams/reference-implementation/brand-checks-expected.txt: |
| * streams/reference-implementation/pipe-through-expected.txt: |
| * streams/reference-implementation/pipe-to-expected.txt: |
| * streams/reference-implementation/pipe-to-options-expected.txt: |
| * streams/reference-implementation/readable-stream-templated-expected.txt: Expectations. |
| * platform/mac/TestExpectations: |
| * platform/win/TestExpectations: Flagged pipe-to test because of webkit.org/b/147933. |
| |
| 2015-11-24 Antti Koivisto <antti@apple.com> |
| |
| REGRESSION (r190983): Non-element, non-text nodes should not be distributed to slots |
| https://bugs.webkit.org/show_bug.cgi?id=151566 |
| rdar://problem/23430177 |
| |
| Reviewed by Zalan Bujtas. |
| |
| * fast/html/details-comment-crash-expected.html: Added. |
| * fast/html/details-comment-crash.html: Added. |
| |
| 2015-11-23 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Unskip all indexeddb/mozilla tests that pass. |
| https://bugs.webkit.org/show_bug.cgi?id=151568 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-11-23 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: When a transaction is aborted, call onerror handlers for all in-progress requests. |
| https://bugs.webkit.org/show_bug.cgi?id=151550 |
| |
| Reviewed by Alex Christensen. |
| |
| * storage/indexeddb/modern/abort-requests-cancelled-expected.txt: Added. |
| * storage/indexeddb/modern/abort-requests-cancelled.html: Added. |
| * storage/indexeddb/modern/idbtransaction-objectstore-failures-expected.txt: |
| * storage/indexeddb/modern/idbtransaction-objectstore-failures.html: |
| * storage/indexeddb/modern/index-5-expected.txt: |
| * storage/indexeddb/modern/index-5.html: |
| |
| 2015-11-23 Brady Eidson <beidson@apple.com> |
| |
| Modern IDB: Unskip storage/indexeddb/mozilla/global-data.html. |
| https://bugs.webkit.org/show_bug.cgi?id=151557 |
| |
| Reviewed by Alex Christensen. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2015-11-17 Sergio Villar Senin <svillar@igalia.com> |
| |
| ASSERTION FAILED: freeSpace >= 0 in WebCore::RenderGrid::computeTrackSizesForDirection |
| https://bugs.webkit.org/show_bug.cgi?id=151254 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/css-grid-layout/grid-quirks-mode-huge-margin-crash-expected.txt: Added. |
| * fast/css-grid-layout/grid-quirks-mode-huge-margin-crash.html: Added. |
| |
| 2015-11-22 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Add a test to make sure that font-variant: inherit works correctly. |
| |
| Unreviewed. |
| |
| * fast/text/font-variant-inherit-expected.html: Added. |
| * fast/text/font-variant-inherit.html: Added. |
| |
| 2015-11-22 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Font selection should not consult font-variant property |
| https://bugs.webkit.org/show_bug.cgi?id=151537 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/text/font-selection-font-variant-expected.html: Added. |
| * fast/text/font-selection-font-variant.html: Added. |
| |
| == Rolled over to ChangeLog-2015-11-21 == |