| 2014-02-20 Zalan Bujtas <zalan@apple.com> |
| |
| Subpixel rendering: Enable compositing RenderLayer painting on device pixel position. |
| https://bugs.webkit.org/show_bug.cgi?id=128509 |
| |
| Reviewed by Simon Fraser. |
| |
| GraphicsLayer is now positioned on device pixel boundary. This enables us to put |
| compositing layers on a subpixel position and animate them with device pixel |
| precision. |
| |
| * TestExpectations: |
| * fast/sub-pixel/compositing-layers-on-subpixel-position-expected.html: Added. |
| * fast/sub-pixel/compositing-layers-on-subpixel-position.html: Added. |
| * fast/sub-pixel/simple-clipping-expected.html: Added. |
| * fast/sub-pixel/simple-clipping.html: Added. |
| * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt: |
| |
| 2014-02-20 Mark Hahnenberg <mhahnenberg@apple.com> |
| |
| Unskip fast/workers/use-machine-stack.html |
| |
| Unreviewed test gardening. This was fixed as part of http://trac.webkit.org/changeset/164371, |
| so we're unskipping it. |
| |
| * TestExpectations: |
| |
| 2014-02-20 Michał Pakuła vel Rutka <m.pakula@samsung.com> |
| |
| Unreviewed EFL gardening |
| |
| Add tests expectations for failing tests and remove ones for |
| passing tests after r163645, r163614, r164145. |
| |
| * platform/efl-wk1/TestExpectations: |
| * platform/efl-wk2/TestExpectations: |
| * platform/efl/TestExpectations: |
| |
| 2014-02-20 Artur Moryc <a.moryc@samsung.com> |
| |
| AX: Children Nodes for Canvas objects are not equal to Render Objects. |
| https://bugs.webkit.org/show_bug.cgi?id=123568 |
| |
| Reviewed by Chris Fleizach. |
| |
| The canvas-accessibilitynodeobject.html test is not failing anymore. |
| |
| * platform/efl-wk1/TestExpectations: |
| * platform/efl-wk2/TestExpectations: |
| * platform/gtk/TestExpectations: |
| |
| 2014-02-20 Frédéric Wang <fred.wang@free.fr> |
| |
| Implement the MathML Operator Dictionary. |
| https://bugs.webkit.org/show_bug.cgi?id=99620 |
| |
| Reviewed by Chris Fleizach. |
| |
| * mathml/presentation/mo-form-fallback-expected.html: Added. |
| * mathml/presentation/mo-form-fallback.html: Added. |
| * mathml/presentation/mo-form-stretchy-expected.html: Added. |
| * mathml/presentation/mo-form-stretchy.html: Added. |
| * mathml/presentation/mo-invalid-attributes-expected.html: Added. |
| * mathml/presentation/mo-invalid-attributes.html: Added. |
| * mathml/presentation/mo-stretch.html: add an explicit stretchy attribute on the ∥ which is actually not a delimiter. |
| |
| 2014-02-19 Ryosuke Niwa <rniwa@webkit.org> |
| |
| fieldset:disabled fieldset > legend:first-child input should be disabled |
| https://bugs.webkit.org/show_bug.cgi?id=129077 |
| |
| Reviewed by Antti Koivisto. |
| |
| Added a test case.o |
| |
| * fast/forms/fieldset/fieldset-disabled-2-expected.txt: |
| * fast/forms/fieldset/fieldset-disabled-2.html: |
| |
| 2014-02-19 Ryosuke Niwa <rniwa@webkit.org> |
| |
| fieldset:disabled > legend:first-child legend input should not be disabled |
| https://bugs.webkit.org/show_bug.cgi?id=129068 |
| |
| Reviewed by Andreas Kling. |
| |
| Added a new regression test. |
| |
| * fast/forms/fieldset/fieldset-disabled-2-expected.txt: Added. |
| * fast/forms/fieldset/fieldset-disabled-2.html: Added. |
| |
| 2014-02-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Changing selection shouldn't synchronously update editor UI components |
| https://bugs.webkit.org/show_bug.cgi?id=129024 |
| |
| Reviewed by Brent Fulgham. |
| |
| Many tests now calls internals.updateEditorUINowIfScheduled() to update the spellchecker states, and uses |
| setTimeout() to make things testable in the browser. |
| |
| * editing/spelling/script-tests/spelling-backspace-between-lines.js: |
| (testTwoLinesMisspellings): Uses updateEditorUINowIfScheduled and setTimeout to make spellchecker recognize |
| two selection changes. This is okay since the user never moves selection multiple times in a single task. |
| * editing/spelling/spellcheck-attribute.html: Ditto. |
| |
| * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Use intenals.findEditingDeleteButton |
| which updates delete button controller states synchronously instead of getElementById which doesn't do that. |
| * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: |
| * platform/mac/editing/deleting/id-in-deletebutton.html: Ditto. Also did some cleanups. |
| * platform/mac/editing/deleting/resources/deletionUI-helpers.js: |
| (deletionUIDeleteButtonForElement): Ditto. |
| |
| * platform/mac/editing/spelling/editing-word-with-marker-1.html: Again, we must notify the spellchecker |
| synchronously here because we're expecting spellchecker to use the old selection set by setSelectionRange |
| in Editor::editorUIUpdateTimerFired triggered by the pasting command. This is, again, not a problem in |
| practice since user never pastes content synchronously after changing selection like this in a single task. |
| |
| 2014-02-19 Brent Fulgham <bfulgham@apple.com> |
| |
| Another Windows update to quiet the bots. |
| |
| * platform/win/TestExpectations: Add more flakes and pass lint-test-expectations. |
| |
| 2014-02-19 Alexey Proskuryakov <ap@apple.com> |
| |
| media/controls-styling-strict.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=129057 |
| |
| * TestExpectations: Marked it as such. |
| |
| 2014-02-19 Dirk Schulze <krit@webkit.org> |
| |
| Missing box doesn't use border-box as reference box for clip-path |
| https://bugs.webkit.org/show_bug.cgi?id=129049 |
| |
| Reviewed by Simon Fraser. |
| |
| Update the result for overflowing content. The clip-path uses the border-box instead of |
| the bounding client rect as reference box. |
| Change pixel test to reference text. |
| |
| * css3/masking/clip-path-circle-relative-overflow-expected.html: Added. |
| * platform/mac/css3/masking/clip-path-circle-relative-overflow-expected.png: Removed. |
| * platform/mac/css3/masking/clip-path-inset-expected.png: Added. This was missing in the repo. |
| |
| 2014-02-19 James Craig <jcraig@apple.com> |
| |
| Web Inspector: AX: clarify reason for ignored state where possible (hidden, default for tag, etc) |
| https://bugs.webkit.org/show_bug.cgi?id=129037 |
| |
| Reviewed by Timothy Hatcher. |
| |
| Test updates to support hidden and ignoredByDefault in accessibility properties. |
| |
| * inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: |
| * inspector-protocol/dom/getAccessibilityPropertiesForNode.html: |
| |
| 2014-02-19 Jon Honeycutt <jhoneycutt@apple.com> |
| |
| Add missing layout test results for |
| <http://trac.webkit.org/changeset/164323>. |
| |
| Unreviewed. |
| |
| * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-2-expected.txt: Added. |
| |
| 2014-02-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com> |
| |
| ASSERTION FAILED: (year >= 1970 && yearday >= 0) || (year < 1970 && yearday < 0) in WTF::dateToDaysFrom1970 |
| https://bugs.webkit.org/show_bug.cgi?id=128740 |
| |
| Very large numbers could cause an overflow which resulted in the assertion failing in WTF::dateToDaysFrom1970 |
| Added test case which checks for this |
| |
| Reviewed by Geoffrey Garen. |
| |
| * js/date-constructor-expected.txt: |
| * js/script-tests/date-constructor.js: |
| |
| 2014-02-19 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> |
| |
| [WebRTC] Updating RTCConfiguration to match WebRTC editor's draft of 01/27/2014 |
| https://bugs.webkit.org/show_bug.cgi?id=129000 |
| |
| Adding RTCIceTransports and RTCIdentityOption to RTCConfiguration object. |
| |
| Reviewed by Eric Carlson. |
| |
| * fast/mediastream/RTCPeerConnection-expected.txt: |
| * fast/mediastream/RTCPeerConnection.html: |
| |
| 2014-02-19 Mark Hahnenberg <mhahnenberg@apple.com> |
| |
| Dedicated worker crash caused by global DFG worklists + GC |
| https://bugs.webkit.org/show_bug.cgi?id=128537 |
| |
| Reviewed by Filip Pizlo. |
| |
| Reenable a previously skipped test. |
| |
| * TestExpectations: |
| |
| 2014-02-19 Brent Fulgham <bfulgham@apple.com> |
| |
| Windows gardening. Mark more flakes. |
| |
| * platform/win/TestExpectations: Add flaky tests. |
| |
| 2014-02-19 Daniel Bates <dabates@apple.com> |
| |
| REGRESSION (r163560): Always treat SVG <tspan> and <textPath> as display inline |
| https://bugs.webkit.org/show_bug.cgi?id=128552 |
| <rdar://problem/16029658> |
| |
| Reviewed by Andreas Kling. |
| |
| Added tests to ensure that SVG <tspan> and <textPath> are always treated as inline-level |
| elements when explicitly or implicitly specified as a non-none, non-inline display type. |
| |
| Additionally, added a test to ensure that we don't render a <textPath> when it has CSS |
| display none. Note, the test LayoutTests/svg/batik/text/textProperties2.svg ensures a |
| similar behavior for <tspan>. |
| |
| * svg/text/textpath-display-block-expected.txt: Added. |
| * svg/text/textpath-display-block.html: Added. |
| * svg/text/textpath-display-none-expected.html: Added. |
| * svg/text/textpath-display-none.html: Added. |
| * svg/text/tspan-display-block-expected.txt: Added. |
| * svg/text/tspan-display-block.html: Added. |
| |
| 2014-02-19 Daniel Bates <dabates@apple.com> |
| |
| Do not dispatch change event twice in single step action |
| https://bugs.webkit.org/show_bug.cgi?id=116936 |
| <rdar://problem/16086828> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Merged from Blink (patch by Kent Tamura): |
| https://src.chromium.org/viewvc/blink?view=rev&revision=151175 |
| |
| * fast/forms/number/number-type-update-by-change-event-expected.txt: Added. |
| * fast/forms/number/number-type-update-by-change-event.html: Added. |
| |
| 2014-02-19 Piotr Grad <p.grad@samsung.com> |
| |
| Setting playback rate on Media Controller modifies current time. |
| https://bugs.webkit.org/show_bug.cgi?id=129042 |
| |
| Reviewed by Jer Noble. |
| |
| * media/video-controller-currentTime-rate-expected.txt: Added. |
| * media/video-controller-currentTime-rate.html: Added. |
| |
| 2014-02-19 Bem Jones-Bey <bjonesbe@adobe.com> |
| |
| [CSS Shapes] shape-outside does not properly handle different writing modes |
| https://bugs.webkit.org/show_bug.cgi?id=128631 |
| |
| Reviewed by David Hyatt. |
| |
| Tests for floats with shape-outside where the float writing mode or |
| writing direction are difference from that of the container. |
| |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-direction-border-box-expected.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-direction-border-box.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-direction-content-box-expected.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-direction-content-box.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-direction-margin-box-expected.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-direction-margin-box.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-direction-padding-box-expected.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-direction-padding-box.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes-border-box-expected.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes-border-box.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes-content-box-expected.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes-content-box.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes-margin-box-expected.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes-margin-box.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes-padding-box-expected.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes-padding-box.html: Added. |
| |
| 2014-02-18 Brent Fulgham <bfulgham@apple.com> |
| |
| Windows gardening: Add annotations for Debug case. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-02-18 Brent Fulgham <bfulgham@apple.com> |
| |
| More Windows test gardening to get the bots green. |
| |
| * platform/win/TestExpectations: Mark some flaky tests, and some passes to reduce report output. |
| |
| 2014-02-18 Brent Fulgham <bfulgham@apple.com> |
| |
| Unreviewed Windows test gardening. |
| |
| * platform/win/TestExpectations: Re-enable the many tests that actually pass on Windows. Mark tests |
| using current syntax so we can see when tests start passing. Identify a few flaky tests. |
| |
| 2014-02-18 Simon Fraser <simon.fraser@apple.com> |
| |
| border-box clip-paths jump around when outline changes |
| https://bugs.webkit.org/show_bug.cgi?id=128929 |
| |
| Reviewed by Dirk Schulze. |
| |
| Test comparing a border-box clip path with and without an outline. |
| |
| * css3/masking/clip-path-root-relative-bounds-expected.html: Added. |
| * css3/masking/clip-path-root-relative-bounds.html: Added. |
| |
| 2014-02-18 James Craig <jcraig@apple.com> |
| |
| Web Inspector: AX: more properties: exists, required, and invalid (exists was previously combined with ignored) |
| https://bugs.webkit.org/show_bug.cgi?id=128504 |
| |
| Reviewed by Timothy Hatcher. |
| |
| New files test the inspector protocol for DOM.getAccessibilityPropertiesForNode |
| |
| * inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Added. |
| * inspector-protocol/dom/getAccessibilityPropertiesForNode.html: Added. |
| |
| 2014-02-18 Viatcheslav Ostapenko <sl.ostapenko@samsung.com> |
| |
| Bottom/right sticky positioning don't correctly handle scroll containers with padding |
| https://bugs.webkit.org/show_bug.cgi?id=119280 |
| |
| Reviewed by Simon Fraser. |
| |
| Check that sticky elements positioned correcly in overflow with padding. |
| |
| * fast/css/sticky/sticky-bottom-overflow-padding-expected.html: Added. |
| * fast/css/sticky/sticky-bottom-overflow-padding.html: Added. |
| |
| 2014-02-17 Jon Honeycutt <jhoneycutt@apple.com> |
| |
| Crash when merging ruby bases that contain floats |
| |
| https://bugs.webkit.org/show_bug.cgi?id=127515 |
| <rdar://problem/15896562> |
| |
| Reviewed by David Hyatt. |
| |
| * fast/ruby/ruby-base-merge-block-children-crash-2.html: Added. |
| |
| 2014-02-18 Samuel White <samuel_white@apple.com> |
| |
| AX: Searching for "immediate descendants only" can return unexpected results. |
| https://bugs.webkit.org/show_bug.cgi?id=128986 |
| |
| Reviewed by Chris Fleizach. |
| |
| Updated test and expectations to make sure the results match traditional "children" results when appropriate. |
| |
| * platform/mac/accessibility/search-predicate-immediate-descendants-only-expected.txt: |
| * platform/mac/accessibility/search-predicate-immediate-descendants-only.html: |
| |
| 2014-02-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| setSelectionRange should set selection without validation |
| https://bugs.webkit.org/show_bug.cgi?id=128949 |
| |
| Reviewed by Enrica Casucci. |
| |
| Fixed input-select-webkit-user-select-none.html which was erroneously asserting selectionStart and selectionEnd |
| of a text field to be zero when it has -webkit-user-select: none. This doesn't not match behaviors of Chrome |
| and Firefox. They both retain the programatically set selection offsets since such style should not bleed into |
| the shadow DOM of the text field in the first place. |
| |
| New behavior matches the latest Firefox and Chrome although we still have the bug that user cannot select text |
| inside such a text field. |
| |
| Also modernized LayoutTests/editing/selection/5497643.html to make the expected results more readable and made |
| the test more robust against changes in the node index of textarea element. |
| |
| * editing/selection/5497643-expected.txt: See above. |
| * editing/selection/5497643.html: |
| * fast/forms/input-select-webkit-user-select-none-expected.txt: See above. |
| * fast/forms/input-select-webkit-user-select-none.html: |
| * editing/deleting/delete-ligature-001-expected.txt: Progression in the editing delegate callbacks dumps. |
| Now we set selection directly into the text node inside the inner text element. |
| * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Ditto. |
| * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Ditto. |
| * platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: |
| Removed. |
| * platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: |
| Removed. |
| |
| 2014-02-18 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Convert position:sticky to position:static upon copy and paste |
| https://bugs.webkit.org/show_bug.cgi?id=128982 |
| |
| Reviewed by Simon Fraser. |
| |
| * editing/pasteboard/copy-paste-converts-fixed-expected.txt: Copied from LayoutTests/editing/pasteboard/copy-paste-converts-sticky-and-fixed-expected.txt. |
| * editing/pasteboard/copy-paste-converts-fixed.html: Copied from LayoutTests/editing/pasteboard/copy-paste-converts-sticky-and-fixed.html. |
| * editing/pasteboard/copy-paste-converts-sticky-expected.txt: Copied from LayoutTests/editing/pasteboard/copy-paste-converts-sticky-and-fixed-expected.txt. |
| * editing/pasteboard/copy-paste-converts-sticky.html: Copied from LayoutTests/editing/pasteboard/copy-paste-converts-sticky-and-fixed.html. |
| * editing/pasteboard/copy-paste-wraps-position-absolute-expected.txt: Renamed from LayoutTests/editing/pasteboard/copy-paste-converts-sticky-and-fixed-expected.txt. |
| * editing/pasteboard/copy-paste-wraps-position-absolute.html: Renamed from LayoutTests/editing/pasteboard/copy-paste-converts-sticky-and-fixed.html. |
| |
| 2014-02-18 Mihai Tica <mitica@adobe.com> |
| |
| [CSS Blending] Add -webkit-blend-mode support for SVG. |
| https://bugs.webkit.org/show_bug.cgi?id=110427 |
| |
| Reviewed by Dirk Schulze. |
| |
| Test -webkit-blend-mode implementation for simple SVGs. This includes: |
| - Test each blend operator. |
| - Test that ensures blending is isolated by other properties: blending, filters, masks, shadow and opacity. |
| |
| * css3/compositing/svg-blend-color-burn.html: Test blend mode color-burn. |
| * css3/compositing/svg-blend-color-dodge.html: Test blend mode color-dodge. |
| * css3/compositing/svg-blend-color.html: Test blend mode color. |
| * css3/compositing/svg-blend-darken.html: Test blend mode darken. |
| * css3/compositing/svg-blend-difference.html: Test blend mode difference. |
| * css3/compositing/svg-blend-exclusion.html: Test blend mode exclusion. |
| * css3/compositing/svg-blend-hard-light.html: Test blend mode hard-light. |
| * css3/compositing/svg-blend-hue.html: Test blend mode hue. |
| * css3/compositing/svg-blend-layer-blend.html: mix-blend-mode should isolate for blending. |
| * css3/compositing/svg-blend-layer-clip-path.html: clip-path should not isolate for blending. |
| * css3/compositing/svg-blend-layer-filter.html: filters should isolate for blending. |
| * css3/compositing/svg-blend-layer-mask.html: masks should isolate for blending. |
| * css3/compositing/svg-blend-layer-opacity.html: opacity should isolate for blending. |
| * css3/compositing/svg-blend-layer-shadow.html: -webkit-shadow should isolate for blending. |
| * css3/compositing/svg-blend-lighten.html: Test blend mode lighten. |
| * css3/compositing/svg-blend-luminosity.html: Test blend mode luminosity. |
| * css3/compositing/svg-blend-multiply-alpha.html: Test blend mode multiply while also having alpha set. |
| * css3/compositing/svg-blend-multiply.html: Test blend mode multiply. |
| * css3/compositing/svg-blend-normal.html: Test blend mode normal. Note this blend mode has no effect. |
| * css3/compositing/svg-blend-overlay.html: Test blend mode overlay. |
| * css3/compositing/svg-blend-saturation.html: Test blend mode saturation. |
| * css3/compositing/svg-blend-screen.html: Test blend mode screen. |
| * css3/compositing/svg-blend-soft-light.html: Test blend mode soft-light. |
| * platform/mac/css3/compositing/svg-blend-color-burn-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-color-burn-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-color-dodge-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-color-dodge-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-color-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-color-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-darken-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-darken-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-difference-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-difference-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-exclusion-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-exclusion-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-hard-light-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-hard-light-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-hue-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-hue-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-blend-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-blend-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-clip-path-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-clip-path-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-filter-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-filter-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-mask-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-mask-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-opacity-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-opacity-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-shadow-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-layer-shadow-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-lighten-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-lighten-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-luminosity-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-luminosity-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-multiply-alpha-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-multiply-alpha-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-multiply-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-multiply-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-normal-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-normal-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-overlay-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-overlay-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-saturation-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-saturation-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-screen-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-screen-expected.txt: Added. |
| * platform/mac/css3/compositing/svg-blend-soft-light-expected.png: Added. |
| * platform/mac/css3/compositing/svg-blend-soft-light-expected.txt: Added. |
| |
| 2014-02-18 Michał Pakuła vel Rutka <m.pakula@samsung.com> |
| |
| Unreviewed EFL gardening. |
| |
| Add test expecations for failing and crashing tests. |
| |
| * platform/efl-wk2/TestExpectations: |
| * platform/efl/TestExpectations: |
| * platform/efl/fast/forms/search/search-size-with-decorations-expected.png: Added after r164145. |
| * platform/efl/fast/forms/search/search-size-with-decorations-expected.txt: Ditto. |
| |
| 2014-02-18 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSSRegions] Compute region ranges for inline replaced elements |
| https://bugs.webkit.org/show_bug.cgi?id=128800 |
| |
| Reviewed by Andrei Bucur. |
| |
| * fast/regions/hover-content-inside-iframe-in-region-expected.html: Added. |
| * fast/regions/hover-content-inside-iframe-in-region.html: Added. |
| * fast/regions/resources/iframe-in-region-source.html: Added. |
| * fast/regions/select-multiple-in-region-expected.txt: Added. |
| * fast/regions/select-multiple-in-region.html: Added. |
| |
| 2014-02-17 Benjamin Poulain <bpoulain@apple.com> |
| |
| SelectorCompiler incorrectly saves a backtracking register for a child chain without descendant relation on the right |
| https://bugs.webkit.org/show_bug.cgi?id=128944 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/selectors/querySelector-rightmost-child-chain-attribute-matching-expected.txt: Added. |
| * fast/selectors/querySelector-rightmost-child-chain-attribute-matching.html: Added. |
| |
| 2014-02-17 Dean Jackson <dino@apple.com> |
| |
| Constrain replaced element layout to from-intrinsic aspect ratio if specified |
| https://bugs.webkit.org/show_bug.cgi?id=128629 |
| |
| Reviewed by Simon Fraser. |
| |
| Three new tests that exercise aspect ratio on: |
| - normal content |
| - content that is constrained within a parent container |
| - content in columns (pages) |
| |
| * fast/css/aspect-ratio/badchess-tall.png: Added. |
| * fast/css/aspect-ratio/badchess-wide.png: Added. |
| * fast/css/aspect-ratio/columns-expected.html: Added. |
| * fast/css/aspect-ratio/columns.html: Added. |
| * fast/css/aspect-ratio/containers-expected.html: Added. |
| * fast/css/aspect-ratio/containers.html: Added. |
| * fast/css/aspect-ratio/simple-expected.html: Added. |
| * fast/css/aspect-ratio/simple.html: Added. |
| |
| 2014-02-17 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Unreviewed gardening. |
| |
| * platform/win/TestExpectations: Remove a few duplicate test statements, as well as |
| some removed test cases. |
| |
| 2014-02-17 Simon Fraser <simon.fraser@apple.com> |
| |
| box-shadows get truncated with a combination of transforms and clip: (affects Google Maps) |
| https://bugs.webkit.org/show_bug.cgi?id=128937 |
| |
| Reviewed by Dean Jackson. |
| |
| Test with CSS clip() with a rect larger than the border box, and compositing. |
| |
| * compositing/geometry/clip-expected.txt: New expectation. This is a progression. |
| * compositing/geometry/css-clip-oversize-expected.html: Added. |
| * compositing/geometry/css-clip-oversize.html: Added. |
| |
| 2014-02-17 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: Invalid cast in WebCore::AccessibilityTable::isDataTable (CRBug 280352) |
| <https://webkit.org/b/128925> |
| <rdar://problem/16087351> |
| |
| Merged from Blink (patch by Dominic Mazzoni): |
| https://src.chromium.org/viewvc/blink?revision=159711&view=revision |
| |
| Reviewed by Oliver Hunt. |
| |
| * accessibility/display-table-cell-causes-crash-expected.txt: Added. |
| * accessibility/display-table-cell-causes-crash.html: Added. |
| |
| 2014-02-17 Simon Fraser <simon.fraser@apple.com> |
| |
| Fix layout test added in r164232 to avoid bug 128929 |
| and use rects which don't have minor rendering differences when |
| drawn into compositing layers. |
| |
| * compositing/contents-opaque/opaque-with-clip-path-expected.html: |
| * compositing/contents-opaque/opaque-with-clip-path.html: |
| |
| 2014-02-17 Radu Stavila <stavila@adobe.com> |
| |
| [CSS Regions] Make regions unsplittable |
| https://bugs.webkit.org/show_bug.cgi?id=128811 |
| |
| Reviewed by David Hyatt. |
| |
| Added test for checking that nested regions are unsplittable. |
| |
| * fast/regions/unsplittable-nested-region-expected.html: Added. |
| * fast/regions/unsplittable-nested-region.html: Added. |
| |
| 2014-02-17 Simon Fraser <simon.fraser@apple.com> |
| |
| Graphics buffer issue with clip-path and fixed positioned element |
| https://bugs.webkit.org/show_bug.cgi?id=126262 |
| |
| Reviewed by Tim Horton. |
| |
| * compositing/contents-opaque/opaque-with-clip-path-expected.html: Added. |
| * compositing/contents-opaque/opaque-with-clip-path.html: Added. |
| |
| 2014-02-17 Radu Stavila <stavila@adobe.com> |
| |
| [CSS Regions] The box decorations of an element overflowing a region should be clipped at the border box, not the content box |
| https://bugs.webkit.org/show_bug.cgi?id=128815 |
| |
| Reviewed by Andrei Bucur. |
| |
| Added tests for the painting of the borders of elements flowed into regions |
| over the region's padding area, for regions with overflow:hidden. |
| Tests were added for all writing modes. |
| |
| * fast/regions/box-decorations-over-region-padding-expected.html: Added. |
| * fast/regions/box-decorations-over-region-padding-fragmented-expected.html: Added. |
| * fast/regions/box-decorations-over-region-padding-fragmented.html: Added. |
| * fast/regions/box-decorations-over-region-padding-horiz-bt-expected.html: Added. |
| * fast/regions/box-decorations-over-region-padding-horiz-bt.html: Added. |
| * fast/regions/box-decorations-over-region-padding-vert-lr-expected.html: Added. |
| * fast/regions/box-decorations-over-region-padding-vert-lr.html: Added. |
| * fast/regions/box-decorations-over-region-padding-vert-rl-expected.html: Added. |
| * fast/regions/box-decorations-over-region-padding-vert-rl.html: Added. |
| * fast/regions/box-decorations-over-region-padding.html: Added. |
| |
| 2014-02-17 Brendan Long <b.long@cablelabs.com> |
| |
| DataCue.data should be a copy of the input ArrayBuffer, not a pointer |
| https://bugs.webkit.org/show_bug.cgi?id=128886 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/track/track-datacue-expected.txt: |
| * media/track/track-datacue.html: |
| |
| 2014-02-17 Michał Pakuła vel Rutka <m.pakula@samsung.com> |
| |
| Unreviewed EFL gardening |
| |
| Add test expectations for crashing and failing tests. |
| |
| * platform/efl-wk2/TestExpectations: |
| * platform/efl/TestExpectations: |
| |
| 2014-02-17 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| [CSS Grid Layout] Fix missing layout in flexible and content sized columns |
| https://bugs.webkit.org/show_bug.cgi?id=128672 |
| |
| Reviewed by Sergio Villar Senin. |
| |
| Add test that reproduce the issue for both cases flexible and content sized columns. |
| |
| * fast/css-grid-layout/flex-content-sized-column-use-available-width-expected.html: Added. |
| * fast/css-grid-layout/flex-content-sized-column-use-available-width.html: Added. |
| |
| 2014-02-15 Filip Pizlo <fpizlo@apple.com> |
| |
| FTL should inline polymorphic heap accesses |
| https://bugs.webkit.org/show_bug.cgi?id=128795 |
| |
| Reviewed by Oliver Hunt. |
| |
| * js/regress/polymorphic-get-by-id-expected.txt: Added. |
| * js/regress/polymorphic-get-by-id.html: Added. |
| * js/regress/script-tests/polymorphic-get-by-id.js: Added. |
| (foo): |
| |
| 2014-02-16 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed, add a useful comment for this test. |
| |
| * js/regress/script-tests/marsaglia-osr-entry.js: |
| |
| 2014-02-16 Andreas Kling <akling@apple.com> |
| |
| Ensure that removing an iframe from the DOM tree disconnects its Frame. |
| <https://webkit.org/b/128889> |
| <rdar://problem/15671221> |
| |
| Merged from Blink (patch by Adam Klein): |
| https://src.chromium.org/viewvc/blink?revision=156174&view=revision |
| |
| * fast/frames/reattach-in-unload-expected.txt: Added. |
| * fast/frames/reattach-in-unload.html: Added. |
| |
| 2014-02-16 Benjamin Poulain <benjamin@webkit.org> |
| |
| When applying style, attribute value matching should be case sensitive for SVG |
| https://bugs.webkit.org/show_bug.cgi?id=128882 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/css/case-insensitive-attribute-with-svg-expected.html: Added. |
| * fast/css/case-insensitive-attribute-with-svg.html: Added. |
| * fast/selectors/querySelector-case-insensitive-attribute-match-with-svg-expected.txt: Added. |
| * fast/selectors/querySelector-case-insensitive-attribute-match-with-svg.html: Added. |
| |
| 2014-02-15 Piotr Grad <p.grad@samsung.com> |
| |
| Setting currentTime on HTMLMediaElement with media controller should throw exception. |
| https://bugs.webkit.org/show_bug.cgi?id=128867. |
| |
| Reviewed by Eric Carlson. |
| |
| * media/video-controller-currentTime-expected.txt: Added. |
| * media/video-controller-currentTime.html: Added. |
| |
| 2014-02-15 Renata Hodovan <rhodovan.u-szeged@partner.samsung.com> |
| |
| ASSERT_WITH_SECURITY_IMPLICATION in WebCore::toElement |
| https://bugs.webkit.org/show_bug.cgi?id=128810 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| * editing/execCommand/indent-with-uneditable-crash-expected.txt: Added. |
| * editing/execCommand/indent-with-uneditable-crash.html: Added. |
| |
| 2014-02-15 Samuel White <samuel_white@apple.com> |
| |
| AX: Add ability to specify descendant type when using AXUIElementsForSearchPredicate. |
| https://bugs.webkit.org/show_bug.cgi?id=128747 |
| |
| Reviewed by Chris Fleizach. |
| |
| Added test to verify that 'immediate descendant only' predicate based searching works as expected. |
| |
| * platform/mac/accessibility/search-predicate-immediate-descendants-only-expected.txt: Added. |
| * platform/mac/accessibility/search-predicate-immediate-descendants-only.html: Added. |
| |
| 2014-02-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add back pre-r164154 results to platform/mac-mountainlion. |
| |
| * platform/mac-mountainlion/fast/forms/search-styled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.png. |
| * platform/mac-mountainlion/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.txt. |
| |
| 2014-02-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Mac rebaseline after r164145. |
| |
| * platform/mac/fast/forms/search-styled-expected.png: |
| * platform/mac/fast/forms/search-styled-expected.txt: |
| |
| 2014-02-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Windows rebaselines after dependency updates. |
| |
| * platform/win/fast/css/first-letter-block-form-controls-crash-expected.txt: |
| * platform/win/fast/css/relative-position-replaced-in-table-display-crash-expected.txt: |
| * platform/win/fast/forms/access-key-for-all-elements-expected.txt: |
| * platform/win/fast/forms/form-associated-element-crash3-expected.txt: |
| * platform/win/fast/forms/search-styled-expected.txt: |
| * platform/win/fast/multicol/renderer-positioned-assert-crash-expected.txt: |
| |
| 2014-02-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Build fix after r164148. |
| |
| * http/conf/apache2-httpd.conf: Removed. |
| * http/conf/apache2.2-httpd.conf: Copied from LayoutTests/http/conf/apache2-httpd.conf. |
| |
| 2014-02-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| run-webkit-tests doesn't work with Apache 2.4 |
| https://bugs.webkit.org/show_bug.cgi?id=128861 |
| |
| Reviewed by Andreas Kling. |
| |
| * http/conf/apache2.4-httpd.conf: Added. |
| |
| 2014-02-14 Dan Bernstein <mitz@apple.com> |
| |
| REGRESSION (r157443): Search fields with a non-white background don’t have a round bezel |
| https://bugs.webkit.org/show_bug.cgi?id=126295 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Reverted r157443. |
| |
| * fast/forms/search/search-field-background-color-expected.txt: Removed. |
| * fast/forms/search/search-field-background-color.html: Removed. |
| * platform/efl/fast/forms/search: Removed. |
| * platform/efl/fast/forms/search/search-field-background-color-expected.png: Removed. |
| * platform/efl/fast/forms/search/search-size-with-decorations-expected.png: Removed. |
| * platform/efl/fast/forms/search/search-size-with-decorations-expected.txt: Removed. |
| * platform/mac/fast/forms/search-styled-expected.txt: |
| |
| 2014-02-14 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Activate CSS Region Tests on Windows |
| https://bugs.webkit.org/show_bug.cgi?id=128854 |
| |
| Reviewed by Simon Fraser. |
| |
| * platform/win/TestExpectations: Activate CSS Region tests, turning off a |
| few failures. |
| |
| 2014-02-14 Jer Noble <jer.noble@apple.com> |
| |
| Add support for specced event handlers to HTMLMediaElement |
| https://bugs.webkit.org/show_bug.cgi?id=128292 |
| |
| Reviewed by Andreas Kling. |
| |
| * media/media-event-listeners-expected.txt: Added. |
| * media/media-event-listeners.html: Added. |
| |
| 2014-02-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Mac rebaseline after r164127. |
| |
| * platform/mac/media/audio-controls-rendering-expected.txt: |
| * platform/mac/media/controls-after-reload-expected.txt: |
| * platform/mac/media/controls-strict-expected.txt: |
| * platform/mac/media/controls-styling-strict-expected.txt: |
| * platform/mac/media/controls-without-preload-expected.txt: |
| * platform/mac/media/video-no-audio-expected.txt: |
| |
| 2014-02-14 Oliver Hunt <oliver@apple.com> |
| |
| Implement a few more Array prototype functions in JS |
| https://bugs.webkit.org/show_bug.cgi?id=128788 |
| |
| Reviewed by Gavin Barraclough. |
| |
| Add performance tests, and update a couple of profiler tests as |
| we unavoidably show the call out to some of the builtin methods. |
| |
| * fast/profiler/built-in-function-calls-anonymous-expected.txt: |
| * fast/profiler/built-in-function-calls-user-defined-function-expected.txt: |
| * js/dom/array-foreach-expected.txt: |
| * js/dom/array-prototype-properties-expected.txt: |
| * js/dom/array-some-expected.txt: |
| * js/regress/array-prototype-filter-expected.txt: Added. |
| * js/regress/array-prototype-filter.html: Added. |
| * js/regress/array-prototype-forEach-expected.txt: Added. |
| * js/regress/array-prototype-forEach.html: Added. |
| * js/regress/array-prototype-map-expected.txt: Added. |
| * js/regress/array-prototype-map.html: Added. |
| * js/regress/array-prototype-some-expected.txt: Added. |
| * js/regress/array-prototype-some.html: Added. |
| * js/regress/script-tests/array-prototype-filter.js: Added. |
| (test1): |
| (test2): |
| (test3): |
| * js/regress/script-tests/array-prototype-forEach.js: Added. |
| (test1): |
| (test2): |
| (test3): |
| * js/regress/script-tests/array-prototype-map.js: Added. |
| (test1): |
| (test2): |
| (test3): |
| * js/regress/script-tests/array-prototype-some.js: Added. |
| (test1): |
| (test2): |
| (test3): |
| |
| 2014-02-14 Filip Pizlo <fpizlo@apple.com> |
| |
| Don't optimize variadic closure calls |
| https://bugs.webkit.org/show_bug.cgi?id=128835 |
| |
| Reviewed by Gavin Barraclough. |
| |
| Add a test that covers both the performance and correctness of this case. |
| |
| * js/regress/script-tests/variadic-closure-call.js: Added. |
| (foo.bar): |
| (foo): |
| * js/regress/variadic-closure-call-expected.txt: Added. |
| * js/regress/variadic-closure-call.html: Added. |
| |
| 2014-02-14 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Implement text-decoration-skip: auto |
| https://bugs.webkit.org/show_bug.cgi?id=128786 |
| |
| Reviewed by Dean Jackson. |
| |
| http://lists.w3.org/Archives/Public/www-style/2014Feb/0485.html |
| We are updating the initial value of text-decoration-skip to a new value, "auto". |
| On Mac + iOS, this will have the same behavior as "skip". |
| |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-default-expected.txt: Added. |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-default.html: Added. |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: |
| |
| 2014-02-14 Brent Fulgham <bfulgham@apple.com> |
| |
| Unreviewed test correction to get bots green. |
| |
| * platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt: Don't |
| snapshot final pixel location, since these seems to be somewhat dependent |
| on the test machine. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html: Ditto |
| |
| 2014-02-14 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: WebKit needs heuristics to differentiate lists used for layout from semantic data lists, similar to the heuristics for layout tables versus data tables. |
| https://bugs.webkit.org/show_bug.cgi?id=122320 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * accessibility/aria-roles.html: |
| * accessibility/list-detection-expected.txt: Added. |
| * accessibility/list-detection.html: Added. |
| |
| 2014-02-13 Brent Fulgham <bfulgham@apple.com> |
| |
| Create some latched scrolling tests. |
| https://bugs.webkit.org/show_bug.cgi?id=127606 |
| <rdar://problem/15911348> |
| |
| Reviewed by Simon Fraser. |
| |
| Add a series of tests to cover desired behavior with wheel events (including momentum). |
| This behavior is specific to the Mac platform, so is limited to the platform/mac and |
| platform/mac-wk2 directories. |
| |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html: Added. |
| * platform/mac/fast/scrolling: Added. |
| * platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-div-latched-div.html: Added. |
| * platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-div-latched-mainframe.html: Added. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html: Added. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html: Added. |
| * platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-select-latched-mainframe.html: Added. |
| * platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-select-latched-select.html: Added. |
| |
| 2014-02-14 Renata Hodovan <rhodovan.u-szeged@partner.samsung.com> |
| |
| ASSERTION FAILED: comparePositions(newEnd, newStart) >= 0 in WebCore::ApplyStyleCommand::updateStartEnd |
| https://bugs.webkit.org/show_bug.cgi?id=121791 |
| |
| Reviewed by Darin Adler. |
| |
| * editing/execCommand/remove-formatting-from-iframe-in-button-expected.txt: Added. |
| * editing/execCommand/remove-formatting-from-iframe-in-button.html: Added. |
| |
| 2014-02-14 Andrei Bucur <abucur@adobe.com> |
| |
| [CSS Regions] visibility: hidden on a region should hide its content |
| https://bugs.webkit.org/show_bug.cgi?id=128814 |
| |
| Reviewed by Mihnea Ovidenie. |
| |
| Add a test that verifies visibility: hidden on a region hides the content of |
| the flow thread. |
| |
| * fast/regions/visibility-hidden-expected.html: Added. |
| * fast/regions/visibility-hidden.html: Added. |
| |
| 2014-02-14 Grzegorz Czajkowski <g.czajkowski@samsung.com> |
| |
| Refactoring design-mode-spellcheck-off.html to use asynchronous spellchecking |
| https://bugs.webkit.org/show_bug.cgi?id=127770 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Enable asynchronous spellchecking in design-mode-spellcheck-off.html. |
| |
| Due to js-test-pre.js adds some HTML elements inside the BODY, the misspelled |
| phrase was moved into separated div element. It allows to check spelling marker |
| on desired element instead of whole body. |
| |
| It turned out that the test does not underline "asdf" as misspelled although |
| spellcheck attribute is on. To force spellchecking, the caret needs to be moved |
| out of the misspelled word. To be more reliable, the test now contains two test |
| cases in 'desingMode=on' when spellcheck attribute is off and on. |
| |
| * editing/spelling/design-mode-spellcheck-off-expected.txt: |
| * editing/spelling/design-mode-spellcheck-off.html: |
| |
| * platform/gtk-wk2/TestExpectations: |
| * platform/gtk/TestExpectations: |
| Skip the test for GTK. |
| |
| * platform/win/TestExpectations: |
| Add failing test expectation. |
| |
| 2014-02-14 Grzegorz Czajkowski <g.czajkowski@samsung.com> |
| |
| Use asynchronous spellchecking in spelling-hasspellingmarker.js |
| https://bugs.webkit.org/show_bug.cgi?id=128526 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Refactoring spelling-hasspellingmarker.js to use asynchronous spellchecking. |
| In addition, adds some bits for non-DumpRenderTree users. |
| |
| * editing/spelling/script-tests/spelling-hasspellingmarker.js: |
| (addContainer): creates a new div element based on given markup. |
| (typeMisspelling): types 'zz' to the element. |
| (verifySpellingMarkers): calls shouldBecomeEqual to verify spelling markers. |
| (tests): contains test cases. |
| (done): invokes next test cases if any, otherwise calls finishJSTest(). |
| |
| * editing/spelling/spelling-hasspellingmarker-expected.txt: |
| Update baseline. |
| |
| * editing/spelling/spelling-hasspellingmarker.html: |
| Include editing.js due to the test started using typeCharacterCommand(). |
| |
| * platform/gtk-wk2/TestExpectations: |
| * platform/gtk/TestExpectations: |
| Skip spelling-hasspellingmarker.html for GTK (wk1 and wk2). |
| |
| 2014-02-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Update Windows test expectations. |
| |
| js/regress/emscripten-memops.html is timing out, not failing. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-02-13 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] Unreviewed gardening of some timing out tests. |
| https://bugs.webkit.org/show_bug.cgi?id=128789. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-02-13 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r164073 and r164080. |
| http://trac.webkit.org/changeset/164073 |
| http://trac.webkit.org/changeset/164080 |
| https://bugs.webkit.org/show_bug.cgi?id=128781 |
| |
| Broke Mac builds (Requested by rniwa on #webkit). |
| |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler-expected.txt: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html: Removed. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html: Removed. |
| * platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt: Removed. |
| * platform/mac/fast/scrolling/scroll-div-latched-div.html: Removed. |
| * platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt: Removed. |
| * platform/mac/fast/scrolling/scroll-div-latched-mainframe.html: Removed. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt: Removed. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html: Removed. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt: Removed. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html: Removed. |
| * platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt: Removed. |
| * platform/mac/fast/scrolling/scroll-select-latched-mainframe.html: Removed. |
| * platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt: Removed. |
| * platform/mac/fast/scrolling/scroll-select-latched-select.html: Removed. |
| |
| 2014-02-13 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| text-decoration-skip: ink skips randomly when using SVG fonts |
| https://bugs.webkit.org/show_bug.cgi?id=128709 |
| |
| Reviewed by Simon Fraser. |
| |
| This text checks that some text without descenders in an SVG font renders the same with and |
| without text-decoration-skip: ink. |
| |
| * svg/custom/svg-fonts-skip-ink-expected.html: Added. |
| * svg/custom/svg-fonts-skip-ink.html: Added. |
| |
| 2014-02-13 Brent Fulgham <bfulgham@apple.com> |
| |
| Create some latched scrolling tests. |
| https://bugs.webkit.org/show_bug.cgi?id=127606 |
| <rdar://problem/15911348> |
| |
| Reviewed by Simon Fraser. |
| |
| Add a series of tests to cover desired behavior with wheel events (including momentum). |
| This behavior is specific to the Mac platform, so is limited to the platform/mac and |
| platform/mac-wk2 directories. |
| |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html: Added. |
| * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html: Added. |
| * platform/mac/fast/scrolling: Added. |
| * platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-div-latched-div.html: Added. |
| * platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-div-latched-mainframe.html: Added. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html: Added. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html: Added. |
| * platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-select-latched-mainframe.html: Added. |
| * platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt: Added. |
| * platform/mac/fast/scrolling/scroll-select-latched-select.html: Added. |
| |
| 2014-02-13 Brady Eidson <beidson@apple.com> |
| |
| IDB: Three tests crash the DatabaseProcess under ~KeyedDecoder |
| https://bugs.webkit.org/show_bug.cgi?id=128763 |
| |
| Reviewed by Anders Carlsson. |
| |
| * platform/mac-wk2/TestExpectations: One test passes, one passes with expectation changes, |
| and the third is now a text failure. |
| |
| * storage/indexeddb/key-type-array-expected.txt: |
| |
| 2014-02-13 Yuki Sekiguchi <yuki.sekiguchi@access-company.com> |
| |
| [css3-text] Support -webkit-text-decoration-skip: objects |
| https://bugs.webkit.org/show_bug.cgi?id=128723 |
| |
| Reviewed by Dean Jackson. |
| |
| Added 'objects' value to the current test case. |
| Added getComputedStyle() test to test renderTextDecorationSkipFlagsToCSSValue() code. |
| |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: |
| |
| 2014-02-13 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| During a copy, position:fixed gets converted to position:absolute even if only part of the document is selected |
| https://bugs.webkit.org/show_bug.cgi?id=128688 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Performs a copy of the contents of a particular div, rather than the entire body. Makes sure that |
| no position:fixed -> position:absolute conversion occurs. |
| |
| * editing/pasteboard/copy-paste-converts-sticky-and-fixed-expected.txt: |
| * editing/pasteboard/copy-paste-converts-sticky-and-fixed.html: |
| * editing/pasteboard/copy-paste-doesnt-convert-sticky-and-fixed-during-partial-copy-expected.txt: Added. |
| * editing/pasteboard/copy-paste-doesnt-convert-sticky-and-fixed-during-partial-copy.html: Added. |
| |
| 2014-02-13 Chang Shu <cshu@webkit.org> |
| |
| Copying (createMarkup) wrapping text results in space between wrapped lines stripped. |
| https://bugs.webkit.org/show_bug.cgi?id=63233 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| The problem is StyledMarkupAccumulator uses renderedText and the space at |
| the end of the text has been stripped when the tag after the text was wrapped. |
| |
| * editing/pasteboard/copy-text-with-wrapped-tag-expected.txt: Added. |
| * editing/pasteboard/copy-text-with-wrapped-tag.html: Added. |
| |
| 2014-02-13 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Gaps for text-decoration-skip: ink are calculated assuming the glyph orientation is the same as the run orientation |
| https://bugs.webkit.org/show_bug.cgi?id=128718 |
| |
| Reviewed by Darin Adler. |
| |
| This test draws text that has descenders that would be skipped over if the glyph orientation was the same |
| as the run orientation. However, it uses text-orientation: upright to make those two orientations not equal. |
| It then compares this to no skipping at all. |
| |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-orientation-upright-expected.html: Added. |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-orientation-upright.html: Added. |
| |
| 2014-02-13 Brady Eidson <beidson@apple.com> |
| |
| IDB: TestExpectations cleanup |
| |
| Unreviewed. |
| |
| * platform/mac-wk2/TestExpectations: More tests pass than fail, so only list failures. |
| |
| 2014-02-13 Brady Eidson <beidson@apple.com> |
| |
| IDB: TestExpectations batch - HTTP tests |
| |
| Unreviewed. |
| |
| * http/tests/security/cross-origin-indexeddb-allowed-expected.txt: |
| * http/tests/security/cross-origin-indexeddb-expected.txt: |
| * http/tests/security/resources/cross-origin-iframe-for-indexeddb.html: |
| |
| * platform/mac-wk2/TestExpectations: Two of the http tests are worker tests. They remain skipped. |
| The other three pass with test updates. |
| |
| 2014-02-13 László Langó <llango.u-szeged@partner.samsung.com> |
| |
| Document should be constructable |
| https://bugs.webkit.org/show_bug.cgi?id=115643 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/dom/Document/document-constructor-expected.txt: Added. |
| * fast/dom/Document/document-constructor.html: Added. |
| * fast/dom/dom-constructors-expected.txt: |
| * fast/dom/dom-constructors.html: |
| |
| 2014-02-13 Javier Fernandez <jfernandez@igalia.com> |
| |
| [CSS Grid Layout] Rename named areas property |
| https://bugs.webkit.org/show_bug.cgi?id=127990 |
| |
| Reviewed by Sergio Villar Senin. |
| |
| From Blink r165891 by <rego@igalia.com> |
| |
| The property 'grid-template' has been renamed to 'grid-template-areas' |
| in the last two versions of the spec. |
| |
| * fast/css-grid-layout/grid-item-area-get-set.html: |
| * fast/css-grid-layout/grid-item-column-row-get-set.html: |
| * fast/css-grid-layout/grid-item-end-after-get-set.html: |
| * fast/css-grid-layout/grid-item-named-grid-area-resolution.html: |
| * fast/css-grid-layout/grid-item-start-before-get-set.html: |
| * fast/css-grid-layout/grid-template-get-set-expected.txt: |
| * fast/css-grid-layout/grid-template-get-set.html: |
| |
| 2014-02-13 Brady Eidson <beidson@apple.com> |
| |
| IDB: TestExpectations batch - "transaction-abort.html to versionchangerequest-activedomobject.html” |
| |
| Unreviewed. |
| |
| * platform/mac-wk2/TestExpectations: |
| * storage/indexeddb/transaction-active-flag-expected.txt: |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-read-only-expected.txt: |
| * storage/indexeddb/transaction-storeNames-required-expected.txt: |
| * storage/indexeddb/version-change-abort-expected.txt: |
| * storage/indexeddb/version-change-exclusive-expected.txt: |
| |
| 2014-02-13 Alexey Proskuryakov <ap@apple.com> |
| |
| REGRESSION: fast/workers/use-machine-stack.html hits Heap::isMarked(cell) assertion |
| https://bugs.webkit.org/show_bug.cgi?id=128745 |
| |
| * TestExpectations: Marked as flakily asserting. |
| |
| 2014-02-13 Andrzej Badowski <a.badowski@samsung.com> |
| |
| [EFL] Add or remove expectations for some media layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=128535 |
| |
| Unreviewed EFL layout tests gardening |
| |
| * platform/efl/TestExpectations: |
| * platform/efl-wk1/TestExpectations: |
| |
| 2014-02-13 ChangSeok Oh <changseok.oh@collabora.com> |
| |
| Unreviewed GTK gardening. |
| |
| Removed unexpected pass tests from TextExpections |
| |
| * platform/gtk-wk2/TestExpectations: |
| * platform/gtk/TestExpectations: |
| |
| 2014-02-13 Michał Pakuła vel Rutka <m.pakula@samsung.com> |
| |
| Unreviewed EFL gardening |
| |
| Add test expectations for failing tests. |
| |
| * platform/efl-wk2/TestExpectations: |
| * platform/efl/TestExpectations: |
| * platform/efl/mathml/presentation/mspace-children-expected.txt: Added EFL expectation after r163626. |
| |
| 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| |
| [GTK] MEDIA_CONTROLS_SCRIPT support |
| https://bugs.webkit.org/show_bug.cgi?id=123097 |
| |
| Reviewed by Jer Noble. |
| |
| Tests infrastructure for the media controls script. |
| |
| * media/click-volume-bar-not-pausing.html: |
| * media/media-volume-slider-rendered-normal.html: |
| * media/video-controls-captions-trackmenu-hide-on-click-outside.html: |
| * media/video-volume-slider.html: Fixed. |
| * platform/gtk-wk2/TestExpectations: Tests flagged. |
| * platform/gtk/TestExpectations: Changed tests flags. |
| * platform/gtk/accessibility/media-element-expected.txt: |
| * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: |
| * platform/gtk/fast/layers/video-layer-expected.txt: Rebaseline. |
| * platform/gtk/fullscreen/video-controls-override-expected.txt: Added. |
| * platform/gtk/http/tests/media/video-buffered-range-contains-currentTime-expected.png: |
| * platform/gtk/media/audio-controls-rendering-expected.png: |
| * platform/gtk/media/audio-controls-rendering-expected.txt: |
| * platform/gtk/media/audio-repaint-expected.txt: |
| * platform/gtk/media/controls-after-reload-expected.png: |
| * platform/gtk/media/controls-after-reload-expected.txt: |
| * platform/gtk/media/controls-strict-expected.png: |
| * platform/gtk/media/controls-strict-expected.txt: |
| * platform/gtk/media/controls-styling-strict-expected.png: |
| * platform/gtk/media/controls-styling-strict-expected.txt: |
| * platform/gtk/media/controls-without-preload-expected.png: |
| * platform/gtk/media/controls-without-preload-expected.txt: |
| * platform/gtk/media/video-controls-rendering-expected.png: |
| * platform/gtk/media/video-controls-rendering-expected.txt: |
| * platform/gtk/media/video-display-toggle-expected.png: |
| * platform/gtk/media/video-display-toggle-expected.txt: |
| * platform/gtk/media/video-empty-source-expected.txt: |
| * platform/gtk/media/video-no-audio-expected.png: |
| * platform/gtk/media/video-no-audio-expected.txt: |
| * platform/gtk/media/video-volume-slider-expected.png: |
| * platform/gtk/media/video-volume-slider-expected.txt: |
| * platform/gtk/media/video-zoom-controls-expected.png: |
| * platform/gtk/media/video-zoom-controls-expected.txt: |
| Rebaseline. |
| |
| 2014-02-12 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Another Windows test expectations update. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-02-12 Brady Eidson <beidson@apple.com> |
| |
| IDB: TestExpectations batch - "odd-strings.html to structured-clone.html” |
| |
| Unreviewed. |
| |
| * platform/mac-wk2/TestExpectations: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/removed-expected.txt: |
| * storage/indexeddb/request-result-cache-expected.txt: |
| |
| 2014-02-12 Brady Eidson <beidson@apple.com> |
| |
| IDB: TestExpectations batch - "key-generator.html to objectStore-required-arguments.html" |
| |
| Unreviewed. |
| |
| * platform/mac-wk2/TestExpectations: |
| * storage/indexeddb/keypath-arrays-expected.txt: |
| * storage/indexeddb/keypath-basics-expected.txt: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/keyrange-expected.txt: |
| * storage/indexeddb/keyrange-required-arguments-expected.txt: |
| * storage/indexeddb/object-lookups-in-versionchange-expected.txt: |
| * storage/indexeddb/objectStore-required-arguments-expected.txt: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| * storage/indexeddb/objectstore-cursor-expected.txt: |
| |
| 2014-02-12 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Update test expectations for Windows. |
| |
| * TestExpectations: |
| * platform/gtk/TestExpectations: |
| * platform/mac/TestExpectations: |
| * platform/win/TestExpectations: |
| |
| 2014-02-12 Brady Eidson <beidson@apple.com> |
| |
| IDB: TestExpectations batch - "error-causes-abort-by-default.html to invalid-keys.html" |
| |
| Unreviewed. |
| |
| * platform/mac-wk2/TestExpectations: |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/index-get-key-argument-required-expected.txt: |
| * storage/indexeddb/intversion-bad-parameters-expected.txt: |
| * storage/indexeddb/intversion-close-in-oncomplete-expected.txt: |
| * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: |
| * storage/indexeddb/invalid-keys-expected.txt: |
| |
| 2014-02-12 Brady Eidson <beidson@apple.com> |
| |
| IDB: TestExpectations batch - "data-corruption.html to duplicates.html" |
| https://bugs.webkit.org/show_bug.cgi?id=128711 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac-wk2/TestExpectations: |
| * storage/indexeddb/database-basics-expected.txt: |
| * storage/indexeddb/database-name-undefined-expected.txt: |
| * storage/indexeddb/deleteIndex-bug110792-expected.txt: |
| * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: |
| |
| 2014-02-12 Brady Eidson <beidson@apple.com> |
| |
| IDB: TestExpectations batch - "cursor-added-bug.html to cursor-value.html" |
| https://bugs.webkit.org/show_bug.cgi?id=128706 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac-wk2/TestExpectations: |
| * storage/indexeddb/cursor-continue-dir-expected.txt: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/cursor-finished-expected.txt: |
| * storage/indexeddb/cursor-update-value-argument-required-expected.txt: |
| |
| 2014-02-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Don't crash when SerializedScriptValue deserialization fails |
| https://bugs.webkit.org/show_bug.cgi?id=128657 |
| |
| Reviewed by Oliver Hunt. |
| |
| * crypto/subtle/postMessage-worker-expected.txt: |
| * crypto/subtle/resources/postMessage-worker.js: |
| * platform/mac/TestExpectations: |
| Unskip the test, and land (unimportant) failure results. |
| |
| 2014-02-12 Brady Eidson <beidson@apple.com> |
| |
| IDB: TestExpectations batch - "aborted-versionchange-closes.html to createObjectStore-null-name.html" |
| https://bugs.webkit.org/show_bug.cgi?id=128703 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac-wk2/TestExpectations: |
| * storage/indexeddb/aborted-versionchange-closes-expected.txt: |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/clone-exception-expected.txt: |
| * storage/indexeddb/create-and-remove-object-store-expected.txt: |
| * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: |
| |
| 2014-02-12 Radu Stavila <stavila@adobe.com> |
| |
| [CSS Regions] Fix layout of floated nested region |
| https://bugs.webkit.org/show_bug.cgi?id=128367 |
| |
| Reviewed by Mihnea Ovidenie. |
| |
| Added test for the correct layout of nested, floating regions. |
| |
| * fast/regions/nested-floated-region-expected.html: Added. |
| * fast/regions/nested-floated-region.html: Added. |
| |
| 2014-02-12 Brady Eidson <beidson@apple.com> |
| |
| Cleanup mac/mac-wk1/mac-wk2 TestExpectations a little bit |
| https://bugs.webkit.org/show_bug.cgi?id=128679 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac-wk1/TestExpectations: mac-wk1 specific disables should go here. |
| * platform/mac-wk2/TestExpectations: Remove unnecessary re-enabling, and simplify indexeddb/mozilla. |
| * platform/mac/TestExpectations: Move some tests from here to mac-wk1. |
| |
| 2014-02-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Wrap WebCrypto keys in SerializedScriptValue |
| https://bugs.webkit.org/show_bug.cgi?id=128680 |
| |
| Reviewed by Anders Carlsson. |
| |
| * crypto/subtle/rsa-indexeddb-expected.txt: Added. |
| * crypto/subtle/rsa-indexeddb.html: Added. |
| * platform/efl/TestExpectations: |
| * platform/gtk/TestExpectations: |
| * platform/mac-wk1/TestExpectations: |
| * platform/win/TestExpectations: |
| * platform/wincairo/TestExpectations: |
| |
| 2014-02-12 Brendan Long <b.long@cablelabs.com> |
| |
| Implement DataCue for metadata cues |
| https://bugs.webkit.org/show_bug.cgi?id=128402 |
| |
| Reviewed by Eric Carlson. |
| |
| * js/dom/global-constructors-attributes-expected.txt: Add DataCue. |
| * media/track/track-datacue-expected.txt: Added. |
| * media/track/track-datacue.html: Added. |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: Add DataCue. |
| * platform/gtk-wk2/js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: Same. |
| |
| 2014-02-12 Brady Eidson <beidson@apple.com> |
| |
| Add a mac-wk1 platform directory and TestExpectations file |
| https://bugs.webkit.org/show_bug.cgi?id=128676 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac-wk1/TestExpectations: Added. Skip IndexedDB here. |
| * platform/mac-wk2/TestExpectations: Manage all mac-wk2 IndexedDB expectations here |
| instead of building off the default mac expectations. |
| * platform/mac/TestExpectations: Don’t skip IndexedDB here. |
| |
| 2014-02-12 Brady Eidson <beidson@apple.com> |
| |
| IDB: Reimport storage/indexeddb tests from Blink |
| https://bugs.webkit.org/show_bug.cgi?id=128636 |
| |
| Rubberstamped by Jer Noble. |
| |
| Take two. |
| |
| When I did this last night in r163923 the Mozilla tests outputted different results |
| because one of the logging functions they made had become more verbose. |
| |
| This time we include the new test expectations for those tests, and update them to |
| reflect the different exception message outputted in WebKit vs Blink. |
| |
| * resources/js-test.js: Added. |
| * storage/indexeddb/aborted-versionchange-closes-expected.txt: |
| * storage/indexeddb/aborted-versionchange-closes.html: |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/basics-shared-workers-expected.txt: |
| * storage/indexeddb/basics-shared-workers.html: |
| * storage/indexeddb/basics-workers-expected.txt: |
| * storage/indexeddb/basics-workers.html: |
| * storage/indexeddb/basics.html: |
| * storage/indexeddb/clone-exception-expected.txt: |
| * storage/indexeddb/clone-exception.html: |
| * storage/indexeddb/closed-cursor-expected.txt: Added. |
| * storage/indexeddb/closed-cursor.html: Added. |
| * storage/indexeddb/connection-leak-expected.txt: Added. |
| * storage/indexeddb/connection-leak.html: Added. |
| * storage/indexeddb/create-and-remove-object-store-expected.txt: |
| * storage/indexeddb/create-and-remove-object-store.html: |
| * storage/indexeddb/create-object-store-options-expected.txt: |
| * storage/indexeddb/create-object-store-options.html: |
| * storage/indexeddb/createIndex-after-failure-expected.txt: |
| * storage/indexeddb/createIndex-after-failure.html: |
| * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: |
| * storage/indexeddb/createObjectStore-name-argument-required.html: |
| * storage/indexeddb/createObjectStore-null-name.html: |
| * storage/indexeddb/cursor-added-bug.html: |
| * storage/indexeddb/cursor-advance-expected.txt: |
| * storage/indexeddb/cursor-advance-workers-expected.txt: |
| * storage/indexeddb/cursor-advance-workers.html: |
| * storage/indexeddb/cursor-advance.html: |
| * storage/indexeddb/cursor-basics-expected.txt: Added. |
| * storage/indexeddb/cursor-basics.html: Added. |
| * storage/indexeddb/cursor-cast-expected.txt: Added. |
| * storage/indexeddb/cursor-cast.html: Added. |
| * storage/indexeddb/cursor-continue-dir-expected.txt: |
| * storage/indexeddb/cursor-continue-dir.html: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/cursor-continue-validity-expected.txt: |
| * storage/indexeddb/cursor-continue-validity.html: |
| * storage/indexeddb/cursor-continue.html: |
| * storage/indexeddb/cursor-continueprimarykey-expected.txt: Added. |
| * storage/indexeddb/cursor-continueprimarykey.html: Added. |
| * storage/indexeddb/cursor-delete.html: |
| * storage/indexeddb/cursor-finished-expected.txt: |
| * storage/indexeddb/cursor-finished.html: |
| * storage/indexeddb/cursor-inconsistency.html: |
| * storage/indexeddb/cursor-index-delete.html: |
| * storage/indexeddb/cursor-key-order.html: |
| * storage/indexeddb/cursor-leak-expected.txt: |
| * storage/indexeddb/cursor-leak.html: Added. |
| * storage/indexeddb/cursor-overloads-expected.txt: |
| * storage/indexeddb/cursor-overloads.html: |
| * storage/indexeddb/cursor-prev-no-duplicate.html: |
| * storage/indexeddb/cursor-primary-key-order.html: |
| * storage/indexeddb/cursor-properties.html: |
| * storage/indexeddb/cursor-request-cycle-expected.txt: Added. |
| * storage/indexeddb/cursor-request-cycle.html: Added. |
| * storage/indexeddb/cursor-reverse-bug.html: |
| * storage/indexeddb/cursor-skip-deleted.html: |
| * storage/indexeddb/cursor-update-expected.txt: |
| * storage/indexeddb/cursor-update-value-argument-required-expected.txt: |
| * storage/indexeddb/cursor-update-value-argument-required.html: |
| * storage/indexeddb/cursor-update.html: |
| * storage/indexeddb/cursor-value.html: |
| * storage/indexeddb/data-corruption-expected.txt: |
| * storage/indexeddb/data-corruption.html: |
| * storage/indexeddb/database-basics-expected.txt: |
| * storage/indexeddb/database-basics.html: |
| * storage/indexeddb/database-close-expected.txt: |
| * storage/indexeddb/database-close.html: |
| * storage/indexeddb/database-closepending-flag-expected.txt: |
| * storage/indexeddb/database-closepending-flag.html: |
| * storage/indexeddb/database-deletepending-flag.html: |
| * storage/indexeddb/database-name-undefined-expected.txt: |
| * storage/indexeddb/database-name-undefined.html: |
| * storage/indexeddb/database-odd-names.html: |
| * storage/indexeddb/database-wrapper-expected.txt: |
| * storage/indexeddb/database-wrapper.html: |
| * storage/indexeddb/delete-closed-database-object-expected.txt: |
| * storage/indexeddb/delete-closed-database-object.html: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html: |
| * storage/indexeddb/delete-range.html: |
| * storage/indexeddb/deleteIndex-bug110792-expected.txt: |
| * storage/indexeddb/deleteIndex-bug110792.html: |
| * storage/indexeddb/deleteIndex-expected.txt: |
| * storage/indexeddb/deleteIndex.html: |
| * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: |
| * storage/indexeddb/deleteObjectStore-name-argument-required.html: |
| * storage/indexeddb/deleteObjectStore-null-name.html: |
| * storage/indexeddb/deleted-objects-expected.txt: |
| * storage/indexeddb/deleted-objects.html: |
| * storage/indexeddb/deletedatabase-blocked.html: |
| * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: |
| * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html: |
| * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt: |
| * storage/indexeddb/deletedatabase-delayed-by-versionchange.html: |
| * storage/indexeddb/deletedatabase-not-blocked.html: |
| * storage/indexeddb/deletedatabase-transaction.html: |
| * storage/indexeddb/dont-commit-on-blocked.html: |
| * storage/indexeddb/dont-wedge.html: |
| * storage/indexeddb/duplicates.html: |
| * storage/indexeddb/error-causes-abort-by-default.html: |
| * storage/indexeddb/events-expected.txt: |
| * storage/indexeddb/events.html: |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: |
| * storage/indexeddb/exception-in-event-aborts.html: |
| * storage/indexeddb/exceptions-expected.txt: |
| * storage/indexeddb/exceptions.html: |
| * storage/indexeddb/factory-basics-expected.txt: |
| * storage/indexeddb/factory-basics-workers-expected.txt: |
| * storage/indexeddb/factory-basics-workers.html: |
| * storage/indexeddb/factory-basics.html: |
| * storage/indexeddb/factory-cmp-expected.txt: |
| * storage/indexeddb/factory-cmp.html: |
| * storage/indexeddb/factory-deletedatabase.html: |
| * storage/indexeddb/get-keyrange-expected.txt: |
| * storage/indexeddb/get-keyrange.html: |
| * storage/indexeddb/index-basics-expected.txt: |
| * storage/indexeddb/index-basics-workers-expected.txt: |
| * storage/indexeddb/index-basics-workers.html: |
| * storage/indexeddb/index-basics.html: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/index-count.html: |
| * storage/indexeddb/index-cursor.html: |
| * storage/indexeddb/index-duplicate-keypaths.html: |
| * storage/indexeddb/index-get-key-argument-required-expected.txt: |
| * storage/indexeddb/index-get-key-argument-required.html: |
| * storage/indexeddb/index-multientry.html: |
| * storage/indexeddb/index-population.html: |
| * storage/indexeddb/index-unique.html: |
| * storage/indexeddb/interfaces.html: |
| * storage/indexeddb/intversion-abort-in-initial-upgradeneeded.html: |
| * storage/indexeddb/intversion-bad-parameters-expected.txt: |
| * storage/indexeddb/intversion-bad-parameters.html: |
| * storage/indexeddb/intversion-blocked.html: |
| * storage/indexeddb/intversion-close-between-events.html: |
| * storage/indexeddb/intversion-close-in-oncomplete-expected.txt: |
| * storage/indexeddb/intversion-close-in-oncomplete.html: |
| * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: |
| * storage/indexeddb/intversion-close-in-upgradeneeded.html: |
| * storage/indexeddb/intversion-encoding.html: |
| * storage/indexeddb/intversion-gated-on-delete.html: |
| * storage/indexeddb/intversion-long-queue-expected.txt: |
| * storage/indexeddb/intversion-long-queue.html: |
| * storage/indexeddb/intversion-omit-parameter.html: |
| * storage/indexeddb/intversion-open-in-upgradeneeded.html: |
| * storage/indexeddb/intversion-open-with-version.html: |
| * storage/indexeddb/intversion-pending-version-changes-ascending-expected.txt: Added. |
| * storage/indexeddb/intversion-pending-version-changes-ascending.html: Added. |
| * storage/indexeddb/intversion-pending-version-changes-descending-expected.txt: Added. |
| * storage/indexeddb/intversion-pending-version-changes-descending.html: Added. |
| * storage/indexeddb/intversion-pending-version-changes-same-expected.txt: Added. |
| * storage/indexeddb/intversion-pending-version-changes-same.html: Added. |
| * storage/indexeddb/intversion-persistence.html: |
| * storage/indexeddb/intversion-revert-on-abort.html: |
| * storage/indexeddb/intversion-two-opens-no-versions.html: |
| * storage/indexeddb/intversion-upgrades-expected.txt: |
| * storage/indexeddb/intversion-upgrades.html: |
| * storage/indexeddb/invalid-keys-expected.txt: |
| * storage/indexeddb/invalid-keys.html: |
| * storage/indexeddb/key-generator.html: |
| * storage/indexeddb/key-sort-order-across-types.html: |
| * storage/indexeddb/key-sort-order-date.html: |
| * storage/indexeddb/key-type-array-expected.txt: |
| * storage/indexeddb/key-type-array.html: |
| * storage/indexeddb/key-type-binary-expected.txt: Added. |
| * storage/indexeddb/key-type-binary.html: Added. |
| * storage/indexeddb/key-type-infinity.html: |
| * storage/indexeddb/keypath-arrays-expected.txt: |
| * storage/indexeddb/keypath-arrays.html: |
| * storage/indexeddb/keypath-basics-expected.txt: |
| * storage/indexeddb/keypath-basics.html: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/keypath-edges.html: |
| * storage/indexeddb/keypath-fetch-key.html: |
| * storage/indexeddb/keypath-intrinsic-properties.html: |
| * storage/indexeddb/keyrange-expected.txt: |
| * storage/indexeddb/keyrange-required-arguments-expected.txt: |
| * storage/indexeddb/keyrange-required-arguments.html: |
| * storage/indexeddb/keyrange.html: |
| * storage/indexeddb/lazy-index-population-expected.txt: |
| * storage/indexeddb/lazy-index-population.html: |
| * storage/indexeddb/lazy-index-types.html: |
| * storage/indexeddb/legacy-constants.html: |
| * storage/indexeddb/list-ordering.html: |
| * storage/indexeddb/metadata-race-expected.txt: Added. |
| * storage/indexeddb/metadata-race.html: Added. |
| * storage/indexeddb/metadata.html: |
| * storage/indexeddb/mozilla/add-twice-failure.html: |
| * storage/indexeddb/mozilla/autoincrement-indexes.html: |
| * storage/indexeddb/mozilla/bad-keypath-expected.txt: |
| * storage/indexeddb/mozilla/bad-keypath.html: |
| * storage/indexeddb/mozilla/clear-expected.txt: |
| * storage/indexeddb/mozilla/clear.html: |
| * storage/indexeddb/mozilla/create-index-unique.html: |
| * storage/indexeddb/mozilla/create-index-with-integer-keys.html: |
| * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: |
| * storage/indexeddb/mozilla/create-objectstore-basics.html: |
| * storage/indexeddb/mozilla/create-objectstore-null-name.html: |
| * storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html: |
| * storage/indexeddb/mozilla/cursor-mutation.html: |
| * storage/indexeddb/mozilla/cursor-update-updates-indexes.html: |
| * storage/indexeddb/mozilla/cursors-expected.txt: |
| * storage/indexeddb/mozilla/cursors.html: |
| * storage/indexeddb/mozilla/delete-result.html: |
| * storage/indexeddb/mozilla/event-source.html: |
| * storage/indexeddb/mozilla/global-data.html: |
| * storage/indexeddb/mozilla/index-prev-no-duplicate.html: |
| * storage/indexeddb/mozilla/indexes.html: |
| * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-delete-null-key.html: |
| * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html: |
| * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-put-no-key.html: |
| * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: |
| * storage/indexeddb/mozilla/key-requirements-put-null-key.html: |
| * storage/indexeddb/mozilla/key-requirements.html: |
| * storage/indexeddb/mozilla/object-cursors.html: |
| * storage/indexeddb/mozilla/object-identity.html: |
| * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html: |
| * storage/indexeddb/mozilla/object-store-remove-values.html: |
| * storage/indexeddb/mozilla/objectstorenames.html: |
| * storage/indexeddb/mozilla/odd-result-order.html: |
| * storage/indexeddb/mozilla/open-database-null-name.html: |
| * storage/indexeddb/mozilla/put-get-values.html: |
| * storage/indexeddb/mozilla/readonly-transactions-expected.txt: |
| * storage/indexeddb/mozilla/readonly-transactions.html: |
| * storage/indexeddb/mozilla/readwrite-transactions.html: |
| * storage/indexeddb/mozilla/readyState.html: |
| * storage/indexeddb/mozilla/remove-index.html: |
| * storage/indexeddb/mozilla/remove-objectstore.html: |
| * storage/indexeddb/mozilla/resources/add-twice-failure.js: |
| * storage/indexeddb/mozilla/resources/autoincrement-indexes.js: |
| * storage/indexeddb/mozilla/resources/bad-keypath.js: |
| * storage/indexeddb/mozilla/resources/clear.js: |
| * storage/indexeddb/mozilla/resources/create-index-unique.js: |
| * storage/indexeddb/mozilla/resources/create-index-with-integer-keys.js: |
| * storage/indexeddb/mozilla/resources/create-objectstore-basics.js: |
| * storage/indexeddb/mozilla/resources/create-objectstore-null-name.js: |
| * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js: |
| * storage/indexeddb/mozilla/resources/cursor-mutation.js: |
| * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js: |
| * storage/indexeddb/mozilla/resources/cursors.js: |
| * storage/indexeddb/mozilla/resources/delete-result.js: |
| * storage/indexeddb/mozilla/resources/event-source.js: |
| * storage/indexeddb/mozilla/resources/global-data.js: |
| * storage/indexeddb/mozilla/resources/indexes.js: |
| * storage/indexeddb/mozilla/resources/key-requirements-delete-null-key.js: |
| * storage/indexeddb/mozilla/resources/key-requirements-inline-and-passed.js: |
| * storage/indexeddb/mozilla/resources/key-requirements-put-no-key.js: |
| * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js: |
| * storage/indexeddb/mozilla/resources/key-requirements.js: |
| * storage/indexeddb/mozilla/resources/object-cursors.js: |
| * storage/indexeddb/mozilla/resources/object-identity.js: |
| * storage/indexeddb/mozilla/resources/object-store-inline-autoincrement-key-added-on-put.js: |
| * storage/indexeddb/mozilla/resources/object-store-remove-values.js: |
| * storage/indexeddb/mozilla/resources/objectstorenames.js: |
| * storage/indexeddb/mozilla/resources/odd-result-order.js: |
| * storage/indexeddb/mozilla/resources/open-database-null-name.js: |
| * storage/indexeddb/mozilla/resources/put-get-values.js: |
| * storage/indexeddb/mozilla/resources/readonly-transactions.js: |
| * storage/indexeddb/mozilla/resources/readwrite-transactions.js: |
| * storage/indexeddb/mozilla/resources/readyState.js: |
| * storage/indexeddb/mozilla/resources/remove-index.js: |
| * storage/indexeddb/mozilla/resources/remove-objectstore.js: |
| * storage/indexeddb/mozilla/resources/versionchange-abort.js: |
| * storage/indexeddb/mozilla/versionchange-abort.html: |
| * storage/indexeddb/mutating-cursor.html: |
| * storage/indexeddb/noblobs-expected.txt: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/object-lookups-in-versionchange-expected.txt: |
| * storage/indexeddb/object-lookups-in-versionchange.html: |
| * storage/indexeddb/objectStore-required-arguments-expected.txt: |
| * storage/indexeddb/objectStore-required-arguments.html: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-autoincrement.html: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers.html: |
| * storage/indexeddb/objectstore-basics.html: |
| * storage/indexeddb/objectstore-clear.html: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| * storage/indexeddb/objectstore-count.html: |
| * storage/indexeddb/objectstore-cursor-expected.txt: |
| * storage/indexeddb/objectstore-cursor.html: |
| * storage/indexeddb/objectstore-keycursor-expected.txt: Added. |
| * storage/indexeddb/objectstore-keycursor.html: Added. |
| * storage/indexeddb/objectstore-removeobjectstore.html: |
| * storage/indexeddb/odd-strings.html: |
| * storage/indexeddb/open-bad-versions.html: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/open-cursor.html: |
| * storage/indexeddb/open-during-transaction.html: |
| * storage/indexeddb/open-ordering.html: |
| * storage/indexeddb/open-twice-workers.html: |
| * storage/indexeddb/opencursor-key.html: |
| * storage/indexeddb/optional-arguments-expected.txt: Added. |
| * storage/indexeddb/optional-arguments.html: Added. |
| * storage/indexeddb/pending-activity-workers.html: |
| * storage/indexeddb/pending-activity.html: |
| * storage/indexeddb/pending-version-change-on-exit.html: |
| * storage/indexeddb/pending-version-change-stuck-works-with-terminate.html: |
| * storage/indexeddb/pending-version-change-stuck.html: |
| * storage/indexeddb/persistence.html: |
| * storage/indexeddb/prefetch-bugfix-108071-expected.txt: |
| * storage/indexeddb/prefetch-bugfix-108071.html: |
| * storage/indexeddb/prefetch-invalidation-expected.txt: Added. |
| * storage/indexeddb/prefetch-invalidation.html: Added. |
| * storage/indexeddb/prefetch-race-expected.txt: Added. |
| * storage/indexeddb/prefetch-race.html: Added. |
| * storage/indexeddb/queued-commands.html: |
| * storage/indexeddb/readonly-properties.html: |
| * storage/indexeddb/readonly.html: |
| * storage/indexeddb/removed-expected.txt: |
| * storage/indexeddb/removed.html: |
| * storage/indexeddb/request-continue-abort.html: |
| * storage/indexeddb/request-event-propagation.html: |
| * storage/indexeddb/request-leak-expected.txt: Added. |
| * storage/indexeddb/request-leak.html: Added. |
| * storage/indexeddb/request-result-cache-expected.txt: Added. |
| * storage/indexeddb/request-result-cache.html: Added. |
| * storage/indexeddb/resources/aborted-versionchange-closes.js: |
| * storage/indexeddb/resources/basics.js: |
| * storage/indexeddb/resources/create-and-remove-object-store.js: |
| * storage/indexeddb/resources/create-object-store-options.js: |
| * storage/indexeddb/resources/createIndex-after-failure.js: |
| * storage/indexeddb/resources/createObjectStore-name-argument-required.js: |
| * storage/indexeddb/resources/createObjectStore-null-name.js: |
| * storage/indexeddb/resources/cursor-added-bug.js: |
| * storage/indexeddb/resources/cursor-advance.js: |
| * storage/indexeddb/resources/cursor-basics.js: Added. |
| * storage/indexeddb/resources/cursor-continue-dir.js: |
| * storage/indexeddb/resources/cursor-continue-validity.js: |
| * storage/indexeddb/resources/cursor-continue.js: |
| * storage/indexeddb/resources/cursor-continueprimarykey.js: Added. |
| * storage/indexeddb/resources/cursor-delete.js: |
| * storage/indexeddb/resources/cursor-inconsistency.js: |
| * storage/indexeddb/resources/cursor-index-delete.js: |
| * storage/indexeddb/resources/cursor-key-order.js: |
| * storage/indexeddb/resources/cursor-prev-no-duplicate.js: |
| * storage/indexeddb/resources/cursor-primary-key-order.js: |
| * storage/indexeddb/resources/cursor-properties.js: |
| * storage/indexeddb/resources/cursor-reverse-bug.js: |
| * storage/indexeddb/resources/cursor-skip-deleted.js: |
| * storage/indexeddb/resources/cursor-update-value-argument-required.js: |
| * storage/indexeddb/resources/cursor-update.js: |
| * storage/indexeddb/resources/cursor-value.js: |
| * storage/indexeddb/resources/data-corruption.js: |
| * storage/indexeddb/resources/database-basics.js: |
| * storage/indexeddb/resources/database-close.js: |
| * storage/indexeddb/resources/database-closepending-flag.js: |
| * storage/indexeddb/resources/database-deletepending-flag.js: |
| * storage/indexeddb/resources/database-name-undefined.js: |
| * storage/indexeddb/resources/database-odd-names.js: |
| * storage/indexeddb/resources/database-quota.js: |
| * storage/indexeddb/resources/database-wrapper.js: |
| * storage/indexeddb/resources/delete-closed-database-object.js: |
| * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js: |
| * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js: |
| * storage/indexeddb/resources/delete-range.js: |
| * storage/indexeddb/resources/deleteIndex.js: |
| * storage/indexeddb/resources/deleteObjectStore-name-argument-required.js: |
| * storage/indexeddb/resources/deleteObjectStore-null-name.js: |
| * storage/indexeddb/resources/deleted-objects.js: |
| * storage/indexeddb/resources/deletedatabase-blocked.js: |
| * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: |
| * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js: |
| * storage/indexeddb/resources/deletedatabase-not-blocked.js: |
| * storage/indexeddb/resources/dont-commit-on-blocked-worker.js: |
| * storage/indexeddb/resources/dont-wedge.js: |
| * storage/indexeddb/resources/duplicates.js: |
| * storage/indexeddb/resources/error-causes-abort-by-default.js: |
| * storage/indexeddb/resources/events.js: |
| * storage/indexeddb/resources/exception-in-event-aborts.js: |
| * storage/indexeddb/resources/exceptions.js: |
| * storage/indexeddb/resources/factory-basics.js: |
| * storage/indexeddb/resources/factory-cmp.js: |
| * storage/indexeddb/resources/factory-deletedatabase.js: |
| * storage/indexeddb/resources/get-keyrange.js: |
| * storage/indexeddb/resources/index-basics.js: |
| * storage/indexeddb/resources/index-count.js: |
| * storage/indexeddb/resources/index-cursor.js: |
| * storage/indexeddb/resources/index-duplicate-keypaths.js: |
| * storage/indexeddb/resources/index-get-key-argument-required.js: |
| * storage/indexeddb/resources/index-multientry.js: |
| * storage/indexeddb/resources/index-population.js: |
| * storage/indexeddb/resources/index-unique.js: |
| * storage/indexeddb/resources/interfaces.js: |
| * storage/indexeddb/resources/intversion-abort-in-initial-upgradeneeded.js: |
| * storage/indexeddb/resources/intversion-bad-parameters.js: |
| * storage/indexeddb/resources/intversion-blocked.js: |
| * storage/indexeddb/resources/intversion-close-between-events.js: |
| * storage/indexeddb/resources/intversion-close-in-oncomplete.js: |
| * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js: |
| * storage/indexeddb/resources/intversion-encoding.js: |
| * storage/indexeddb/resources/intversion-gated-on-delete.js: |
| * storage/indexeddb/resources/intversion-long-queue.js: |
| * storage/indexeddb/resources/intversion-omit-parameter.js: |
| * storage/indexeddb/resources/intversion-open-in-upgradeneeded.js: |
| * storage/indexeddb/resources/intversion-open-with-version.js: |
| * storage/indexeddb/resources/intversion-pending-version-changes-ascending.js: Added. |
| * storage/indexeddb/resources/intversion-pending-version-changes-descending.js: Added. |
| * storage/indexeddb/resources/intversion-pending-version-changes-same.js: Added. |
| * storage/indexeddb/resources/intversion-persistence.js: |
| * storage/indexeddb/resources/intversion-revert-on-abort.js: |
| * storage/indexeddb/resources/intversion-two-opens-no-versions.js: |
| * storage/indexeddb/resources/intversion-upgrades.js: |
| * storage/indexeddb/resources/invalid-keys.js: |
| * storage/indexeddb/resources/key-generator.js: |
| * storage/indexeddb/resources/key-sort-order-across-types.js: |
| * storage/indexeddb/resources/key-sort-order-date.js: |
| * storage/indexeddb/resources/key-type-array.js: |
| * storage/indexeddb/resources/key-type-binary.js: Added. |
| * storage/indexeddb/resources/key-type-infinity.js: |
| * storage/indexeddb/resources/keypath-arrays.js: |
| * storage/indexeddb/resources/keypath-basics.js: |
| * storage/indexeddb/resources/keypath-edges.js: |
| * storage/indexeddb/resources/keypath-fetch-key.js: |
| * storage/indexeddb/resources/keypath-intrinsic-properties.js: |
| * storage/indexeddb/resources/keyrange-required-arguments.js: |
| * storage/indexeddb/resources/keyrange.js: |
| * storage/indexeddb/resources/lazy-index-types.js: |
| * storage/indexeddb/resources/legacy-constants.js: |
| * storage/indexeddb/resources/list-ordering.js: |
| * storage/indexeddb/resources/metadata.js: |
| * storage/indexeddb/resources/mutating-cursor.js: |
| * storage/indexeddb/resources/objectStore-required-arguments.js: |
| * storage/indexeddb/resources/objectstore-autoincrement.js: |
| * storage/indexeddb/resources/objectstore-basics.js: |
| * storage/indexeddb/resources/objectstore-clear.js: |
| * storage/indexeddb/resources/objectstore-count.js: |
| * storage/indexeddb/resources/objectstore-cursor.js: |
| * storage/indexeddb/resources/objectstore-keycursor.js: |
| * storage/indexeddb/resources/objectstore-removeobjectstore.js: |
| * storage/indexeddb/resources/odd-strings.js: |
| * storage/indexeddb/resources/open-cursor.js: |
| * storage/indexeddb/resources/open-during-transaction.js: |
| * storage/indexeddb/resources/open-ordering.js: |
| * storage/indexeddb/resources/open-twice.js: |
| * storage/indexeddb/resources/opencursor-key.js: |
| * storage/indexeddb/resources/pending-activity.js: |
| * storage/indexeddb/resources/pending-version-change-on-exit.js: |
| * storage/indexeddb/resources/pending-version-change-stuck.js: |
| * storage/indexeddb/resources/persistence.js: |
| * storage/indexeddb/resources/prefetch-bugfix-108071.js: |
| * storage/indexeddb/resources/queued-commands.js: |
| * storage/indexeddb/resources/readonly-properties.js: |
| * storage/indexeddb/resources/readonly.js: |
| * storage/indexeddb/resources/removed.js: |
| * storage/indexeddb/resources/request-continue-abort.js: |
| * storage/indexeddb/resources/request-event-propagation.js: |
| * storage/indexeddb/resources/set_version_blocked.js: |
| * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js: |
| * storage/indexeddb/resources/setversion-not-blocked.js: |
| * storage/indexeddb/resources/shared.js: |
| * storage/indexeddb/resources/transaction-abort.js: |
| * storage/indexeddb/resources/transaction-active-flag.js: |
| * storage/indexeddb/resources/transaction-after-close.js: |
| * storage/indexeddb/resources/transaction-and-objectstore-calls.js: |
| * storage/indexeddb/resources/transaction-basics.js: |
| * storage/indexeddb/resources/transaction-complete-workers.js: |
| * storage/indexeddb/resources/transaction-coordination-across-databases.js: |
| * storage/indexeddb/resources/transaction-coordination-within-database.js: |
| * storage/indexeddb/resources/transaction-crash-on-abort.js: |
| * storage/indexeddb/resources/transaction-error.js: |
| * storage/indexeddb/resources/transaction-event-propagation.js: |
| * storage/indexeddb/resources/transaction-read-only.js: |
| * storage/indexeddb/resources/transaction-readwrite-exclusive.js: |
| * storage/indexeddb/resources/transaction-rollback.js: |
| * storage/indexeddb/resources/transaction-scope-sequencing.js: |
| * storage/indexeddb/resources/transaction-starvation.js: |
| * storage/indexeddb/resources/transaction-storeNames-required.js: |
| * storage/indexeddb/resources/unblocked-version-changes.js: |
| * storage/indexeddb/resources/unprefix.js: |
| * storage/indexeddb/resources/value-undefined.js: |
| * storage/indexeddb/resources/values-odd-types.js: |
| * storage/indexeddb/resources/version-change-abort.js: |
| * storage/indexeddb/resources/version-change-exclusive.js: |
| * storage/indexeddb/resources/versionchangerequest-activedomobject.js: |
| * storage/indexeddb/set_version_blocked.html: |
| * storage/indexeddb/setversion-blocked-by-versionchange-close-expected.txt: |
| * storage/indexeddb/setversion-blocked-by-versionchange-close.html: |
| * storage/indexeddb/setversion-not-blocked.html: |
| * storage/indexeddb/structured-clone-expected.txt: |
| * storage/indexeddb/structured-clone.html: |
| * storage/indexeddb/transaction-abort-expected.txt: |
| * storage/indexeddb/transaction-abort.html: |
| * storage/indexeddb/transaction-active-flag-expected.txt: |
| * storage/indexeddb/transaction-active-flag.html: |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-after-close.html: |
| * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: |
| * storage/indexeddb/transaction-and-objectstore-calls.html: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| * storage/indexeddb/transaction-basics.html: |
| * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html: |
| * storage/indexeddb/transaction-complete-with-js-recursion.html: |
| * storage/indexeddb/transaction-complete-workers-expected.txt: |
| * storage/indexeddb/transaction-complete-workers.html: |
| * storage/indexeddb/transaction-coordination-across-databases.html: |
| * storage/indexeddb/transaction-coordination-within-database.html: |
| * storage/indexeddb/transaction-crash-in-tasks.html: |
| * storage/indexeddb/transaction-crash-on-abort.html: |
| * storage/indexeddb/transaction-error-expected.txt: |
| * storage/indexeddb/transaction-error.html: |
| * storage/indexeddb/transaction-event-propagation.html: |
| * storage/indexeddb/transaction-ordering-expected.txt: Added. |
| * storage/indexeddb/transaction-ordering.html: Added. |
| * storage/indexeddb/transaction-read-only-expected.txt: |
| * storage/indexeddb/transaction-read-only.html: |
| * storage/indexeddb/transaction-readwrite-exclusive.html: |
| * storage/indexeddb/transaction-rollback.html: |
| * storage/indexeddb/transaction-scope-sequencing.html: |
| * storage/indexeddb/transaction-starvation.html: |
| * storage/indexeddb/transaction-storeNames-required-expected.txt: |
| * storage/indexeddb/transaction-storeNames-required.html: |
| * storage/indexeddb/unblocked-version-changes-expected.txt: |
| * storage/indexeddb/unblocked-version-changes.html: |
| * storage/indexeddb/unprefix-workers.html: |
| * storage/indexeddb/unprefix.html: |
| * storage/indexeddb/value-undefined.html: |
| * storage/indexeddb/values-odd-types.html: |
| * storage/indexeddb/version-change-abort-expected.txt: |
| * storage/indexeddb/version-change-abort.html: |
| * storage/indexeddb/version-change-exclusive-expected.txt: |
| * storage/indexeddb/version-change-exclusive.html: |
| * storage/indexeddb/versionchangerequest-activedomobject.html: |
| |
| 2014-02-11 Oliver Hunt <oliver@apple.com> |
| |
| Make it possible to implement JS builtins in JS |
| https://bugs.webkit.org/show_bug.cgi?id=127887 |
| |
| Reviewed by Michael Saboff. |
| |
| Updated the test results for new error messages (now that they're |
| actually helpful), and added a js-regress test to track performance. |
| |
| * js/array-every-expected.txt: |
| * js/dom/array-prototype-properties-expected.txt: |
| * js/regress/array-prototype-every-expected.txt: Added. |
| * js/regress/array-prototype-every.html: Added. |
| * js/regress/script-tests/array-prototype-every.js: Added. |
| (test1): |
| (test2): |
| (test3): |
| |
| 2014-02-12 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |
| |
| Update the HTML Media Capture implementation. |
| https://bugs.webkit.org/show_bug.cgi?id=118465 |
| |
| Reviewed by Darin Adler. |
| |
| Make the implementation in WebKit compatible with the 2013-05-09 |
| version of the spec, which makes the "capture" attribute a boolean |
| instead of an enum. |
| |
| * fast/forms/file/file-input-capture-expected.txt: |
| * fast/forms/file/file-input-capture.html: |
| |
| 2014-02-12 Mihai Tica <mitica@adobe.com> |
| |
| [CSS Element Blending] Implement the software path of -webkit-blend-mode with Core Graphics. |
| https://bugs.webkit.org/show_bug.cgi?id=99119 |
| |
| Reviewed by Simon Fraser. |
| |
| * css3/compositing/blend-mode-blended-element-overlapping-composited-sibling-should-have-compositing-layer-expected.txt: Copied from LayoutTests/css3/compositing/blend-mode-should-not-have-compositing-layer-expected.txt. |
| * css3/compositing/blend-mode-blended-element-overlapping-composited-sibling-should-have-compositing-layer.html: Test if having an overlapping composited sibling forces compositing of a blended element. |
| * css3/compositing/blend-mode-layers.html: Update to test both the software and the hardware path. |
| * css3/compositing/blend-mode-parent-of-composited-blended-has-layer-expected.txt: Renamed from LayoutTests/css3/compositing/should-have-compositing-layer-expected.txt. |
| * css3/compositing/blend-mode-parent-of-composited-blended-has-layer.html: Test if the parent of an accelerated element with -webkit-blend-mode is promoted. |
| * css3/compositing/blend-mode-reflection.html: Update to test both the software and the hardware path. |
| * css3/compositing/blend-mode-should-not-have-compositing-layer.html: Removed. |
| * css3/compositing/blend-mode-simple-composited.html: Test all the blend modes for the hardware path. |
| * css3/compositing/blend-mode-with-composited-descendant-should-have-layer-expected.txt: Renamed from LayoutTests/css3/compositing/blend-mode-should-not-have-compositing-layer-expected.txt. |
| * css3/compositing/blend-mode-with-composited-descendant-should-have-layer.html: Test to ensure that an element with -webkit-blend-mode and a composited descendant is also accelerated. |
| * css3/compositing/should-have-compositing-layer.html: Removed. |
| * platform/mac/css3/compositing/blend-mode-layers-expected.png: |
| * platform/mac/css3/compositing/blend-mode-layers-expected.txt: |
| * platform/mac/css3/compositing/blend-mode-overflow-expected.png: |
| * platform/mac/css3/compositing/blend-mode-overflow-expected.txt: Added. |
| * platform/mac/css3/compositing/blend-mode-reflection-expected.png: |
| * platform/mac/css3/compositing/blend-mode-reflection-expected.txt: |
| * platform/mac/css3/compositing/blend-mode-simple-composited-expected.png: Added. |
| * platform/mac/css3/compositing/blend-mode-simple-composited-expected.txt: Added. |
| * platform/mac/css3/compositing/blend-mode-simple-expected.png: |
| |
| 2014-02-12 Michał Pakuła vel Rutka <m.pakula@samsung.com> |
| |
| Unreviewed EFL gatdening |
| |
| Add test expectations for failing tests. |
| |
| * platform/efl/TestExpectations: |
| * platform/efl/fast/parser/xhtml-alternate-entities-expected.png: Rebaseline after r163475. |
| * platform/efl/fast/parser/xhtml-alternate-entities-expected.txt: Ditto. |
| |
| 2014-02-11 Alexey Proskuryakov <ap@apple.com> |
| |
| Undo an accidental change. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-02-11 Alexey Proskuryakov <ap@apple.com> |
| |
| REGRESSION (r163262?): transitions/shorthand-border-transitions.html flakily asserts |
| https://bugs.webkit.org/show_bug.cgi?id=128283 |
| |
| * platform/mac/TestExpectations: Updated the expectation to match failure mode. |
| |
| 2014-02-11 Ryosuke Niwa <rniwa@webkit.org> |
| |
| More Windows test rebaselines. |
| |
| * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: |
| |
| 2014-02-11 Zalan Bujtas <zalan@apple.com> |
| |
| transitions/shorthand-border-transitions.html became flaky. Skip it for now. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-02-11 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Windows rebaselines. |
| |
| * platform/win/css1/box_properties/margin_right-expected.txt: |
| * platform/win/css1/box_properties/padding-expected.txt: |
| * platform/win/css1/box_properties/padding_left-expected.txt: |
| * platform/win/css1/box_properties/padding_right-expected.txt: |
| * platform/win/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: |
| * platform/win/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: |
| * platform/win/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: |
| * platform/win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: |
| * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: |
| * platform/win/fast/css/empty-pseudo-class-expected.txt: |
| * platform/win/fast/css/first-child-pseudo-class-expected.txt: |
| * platform/win/fast/css/last-child-pseudo-class-expected.txt: |
| * platform/win/fast/css/only-child-pseudo-class-expected.txt: |
| * platform/win/fast/repaint/reflection-redraw-expected.txt: |
| * platform/win/fast/table/dynamic-caption-add-remove-before-child-expected.txt: |
| * platform/win/fast/table/multiple-captions-display-expected.txt: |
| * platform/win/js/dom/dom-static-property-for-in-iteration-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-shared-worker-expected.txt: |
| * platform/win/mathml: Added. |
| * platform/win/mathml/presentation: Added. |
| * platform/win/mathml/presentation/menclose-notation-default-longdiv-expected.txt: Added. |
| * platform/win/tables/mozilla/marvin/body_col-expected.txt: |
| * platform/win/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: |
| * platform/win/tables/mozilla/other/body_col-expected.txt: |
| |
| 2014-02-11 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r163923. |
| http://trac.webkit.org/changeset/163923 |
| https://bugs.webkit.org/show_bug.cgi?id=128645 |
| |
| "Mozilla tests shouldn't have changed, but did. Rollout for |
| now" (Requested by bradeeoh on #webkit). |
| |
| * resources/js-test.js: Removed. |
| * storage/indexeddb/aborted-versionchange-closes-expected.txt: |
| * storage/indexeddb/aborted-versionchange-closes.html: |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/basics-shared-workers-expected.txt: |
| * storage/indexeddb/basics-shared-workers.html: |
| * storage/indexeddb/basics-workers-expected.txt: |
| * storage/indexeddb/basics-workers.html: |
| * storage/indexeddb/basics.html: |
| * storage/indexeddb/clone-exception-expected.txt: |
| * storage/indexeddb/clone-exception.html: |
| * storage/indexeddb/closed-cursor-expected.txt: Removed. |
| * storage/indexeddb/closed-cursor.html: Removed. |
| * storage/indexeddb/connection-leak-expected.txt: Removed. |
| * storage/indexeddb/connection-leak.html: Removed. |
| * storage/indexeddb/create-and-remove-object-store-expected.txt: |
| * storage/indexeddb/create-and-remove-object-store.html: |
| * storage/indexeddb/create-object-store-options-expected.txt: |
| * storage/indexeddb/create-object-store-options.html: |
| * storage/indexeddb/createIndex-after-failure-expected.txt: |
| * storage/indexeddb/createIndex-after-failure.html: |
| * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: |
| * storage/indexeddb/createObjectStore-name-argument-required.html: |
| * storage/indexeddb/createObjectStore-null-name.html: |
| * storage/indexeddb/cursor-added-bug.html: |
| * storage/indexeddb/cursor-advance-expected.txt: |
| * storage/indexeddb/cursor-advance-workers-expected.txt: |
| * storage/indexeddb/cursor-advance-workers.html: |
| * storage/indexeddb/cursor-advance.html: |
| * storage/indexeddb/cursor-basics-expected.txt: Removed. |
| * storage/indexeddb/cursor-basics.html: Removed. |
| * storage/indexeddb/cursor-cast-expected.txt: Removed. |
| * storage/indexeddb/cursor-cast.html: Removed. |
| * storage/indexeddb/cursor-continue-dir-expected.txt: |
| * storage/indexeddb/cursor-continue-dir.html: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/cursor-continue-validity-expected.txt: |
| * storage/indexeddb/cursor-continue-validity.html: |
| * storage/indexeddb/cursor-continue.html: |
| * storage/indexeddb/cursor-continueprimarykey-expected.txt: Removed. |
| * storage/indexeddb/cursor-continueprimarykey.html: Removed. |
| * storage/indexeddb/cursor-delete.html: |
| * storage/indexeddb/cursor-finished-expected.txt: |
| * storage/indexeddb/cursor-finished.html: |
| * storage/indexeddb/cursor-inconsistency.html: |
| * storage/indexeddb/cursor-index-delete.html: |
| * storage/indexeddb/cursor-key-order.html: |
| * storage/indexeddb/cursor-leak-expected.txt: Removed. |
| * storage/indexeddb/cursor-leak.html: Removed. |
| * storage/indexeddb/cursor-overloads-expected.txt: |
| * storage/indexeddb/cursor-overloads.html: |
| * storage/indexeddb/cursor-prev-no-duplicate.html: |
| * storage/indexeddb/cursor-primary-key-order.html: |
| * storage/indexeddb/cursor-properties.html: |
| * storage/indexeddb/cursor-request-cycle-expected.txt: Removed. |
| * storage/indexeddb/cursor-request-cycle.html: Removed. |
| * storage/indexeddb/cursor-reverse-bug.html: |
| * storage/indexeddb/cursor-skip-deleted.html: |
| * storage/indexeddb/cursor-update-expected.txt: |
| * storage/indexeddb/cursor-update-value-argument-required-expected.txt: |
| * storage/indexeddb/cursor-update-value-argument-required.html: |
| * storage/indexeddb/cursor-update.html: |
| * storage/indexeddb/cursor-value.html: |
| * storage/indexeddb/data-corruption-expected.txt: |
| * storage/indexeddb/data-corruption.html: |
| * storage/indexeddb/database-basics-expected.txt: |
| * storage/indexeddb/database-basics.html: |
| * storage/indexeddb/database-close-expected.txt: |
| * storage/indexeddb/database-close.html: |
| * storage/indexeddb/database-closepending-flag-expected.txt: |
| * storage/indexeddb/database-closepending-flag.html: |
| * storage/indexeddb/database-deletepending-flag.html: |
| * storage/indexeddb/database-name-undefined-expected.txt: |
| * storage/indexeddb/database-name-undefined.html: |
| * storage/indexeddb/database-odd-names.html: |
| * storage/indexeddb/database-wrapper-expected.txt: |
| * storage/indexeddb/database-wrapper.html: |
| * storage/indexeddb/delete-closed-database-object-expected.txt: |
| * storage/indexeddb/delete-closed-database-object.html: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html: |
| * storage/indexeddb/delete-range.html: |
| * storage/indexeddb/deleteIndex-bug110792-expected.txt: |
| * storage/indexeddb/deleteIndex-bug110792.html: |
| * storage/indexeddb/deleteIndex-expected.txt: |
| * storage/indexeddb/deleteIndex.html: |
| * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: |
| * storage/indexeddb/deleteObjectStore-name-argument-required.html: |
| * storage/indexeddb/deleteObjectStore-null-name.html: |
| * storage/indexeddb/deleted-objects-expected.txt: |
| * storage/indexeddb/deleted-objects.html: |
| * storage/indexeddb/deletedatabase-blocked.html: |
| * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: |
| * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html: |
| * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt: |
| * storage/indexeddb/deletedatabase-delayed-by-versionchange.html: |
| * storage/indexeddb/deletedatabase-not-blocked.html: |
| * storage/indexeddb/deletedatabase-transaction.html: |
| * storage/indexeddb/dont-commit-on-blocked.html: |
| * storage/indexeddb/dont-wedge.html: |
| * storage/indexeddb/duplicates.html: |
| * storage/indexeddb/error-causes-abort-by-default.html: |
| * storage/indexeddb/events-expected.txt: |
| * storage/indexeddb/events.html: |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: |
| * storage/indexeddb/exception-in-event-aborts.html: |
| * storage/indexeddb/exceptions-expected.txt: |
| * storage/indexeddb/exceptions.html: |
| * storage/indexeddb/factory-basics-expected.txt: |
| * storage/indexeddb/factory-basics-workers-expected.txt: |
| * storage/indexeddb/factory-basics-workers.html: |
| * storage/indexeddb/factory-basics.html: |
| * storage/indexeddb/factory-cmp-expected.txt: |
| * storage/indexeddb/factory-cmp.html: |
| * storage/indexeddb/factory-deletedatabase.html: |
| * storage/indexeddb/get-keyrange-expected.txt: |
| * storage/indexeddb/get-keyrange.html: |
| * storage/indexeddb/index-basics-expected.txt: |
| * storage/indexeddb/index-basics-workers-expected.txt: |
| * storage/indexeddb/index-basics-workers.html: |
| * storage/indexeddb/index-basics.html: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/index-count.html: |
| * storage/indexeddb/index-cursor.html: |
| * storage/indexeddb/index-duplicate-keypaths.html: |
| * storage/indexeddb/index-get-key-argument-required-expected.txt: |
| * storage/indexeddb/index-get-key-argument-required.html: |
| * storage/indexeddb/index-multientry.html: |
| * storage/indexeddb/index-population.html: |
| * storage/indexeddb/index-unique.html: |
| * storage/indexeddb/interfaces.html: |
| * storage/indexeddb/intversion-abort-in-initial-upgradeneeded.html: |
| * storage/indexeddb/intversion-bad-parameters-expected.txt: |
| * storage/indexeddb/intversion-bad-parameters.html: |
| * storage/indexeddb/intversion-blocked.html: |
| * storage/indexeddb/intversion-close-between-events.html: |
| * storage/indexeddb/intversion-close-in-oncomplete-expected.txt: |
| * storage/indexeddb/intversion-close-in-oncomplete.html: |
| * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: |
| * storage/indexeddb/intversion-close-in-upgradeneeded.html: |
| * storage/indexeddb/intversion-encoding.html: |
| * storage/indexeddb/intversion-gated-on-delete.html: |
| * storage/indexeddb/intversion-long-queue-expected.txt: |
| * storage/indexeddb/intversion-long-queue.html: |
| * storage/indexeddb/intversion-omit-parameter.html: |
| * storage/indexeddb/intversion-open-in-upgradeneeded.html: |
| * storage/indexeddb/intversion-open-with-version.html: |
| * storage/indexeddb/intversion-pending-version-changes-ascending-expected.txt: Removed. |
| * storage/indexeddb/intversion-pending-version-changes-ascending.html: Removed. |
| * storage/indexeddb/intversion-pending-version-changes-descending-expected.txt: Removed. |
| * storage/indexeddb/intversion-pending-version-changes-descending.html: Removed. |
| * storage/indexeddb/intversion-pending-version-changes-same-expected.txt: Removed. |
| * storage/indexeddb/intversion-pending-version-changes-same.html: Removed. |
| * storage/indexeddb/intversion-persistence.html: |
| * storage/indexeddb/intversion-revert-on-abort.html: |
| * storage/indexeddb/intversion-two-opens-no-versions.html: |
| * storage/indexeddb/intversion-upgrades-expected.txt: |
| * storage/indexeddb/intversion-upgrades.html: |
| * storage/indexeddb/invalid-keys-expected.txt: |
| * storage/indexeddb/invalid-keys.html: |
| * storage/indexeddb/key-generator.html: |
| * storage/indexeddb/key-sort-order-across-types.html: |
| * storage/indexeddb/key-sort-order-date.html: |
| * storage/indexeddb/key-type-array-expected.txt: |
| * storage/indexeddb/key-type-array.html: |
| * storage/indexeddb/key-type-binary-expected.txt: Removed. |
| * storage/indexeddb/key-type-binary.html: Removed. |
| * storage/indexeddb/key-type-infinity.html: |
| * storage/indexeddb/keypath-arrays-expected.txt: |
| * storage/indexeddb/keypath-arrays.html: |
| * storage/indexeddb/keypath-basics-expected.txt: |
| * storage/indexeddb/keypath-basics.html: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/keypath-edges.html: |
| * storage/indexeddb/keypath-fetch-key.html: |
| * storage/indexeddb/keypath-intrinsic-properties.html: |
| * storage/indexeddb/keyrange-expected.txt: |
| * storage/indexeddb/keyrange-required-arguments-expected.txt: |
| * storage/indexeddb/keyrange-required-arguments.html: |
| * storage/indexeddb/keyrange.html: |
| * storage/indexeddb/lazy-index-population-expected.txt: |
| * storage/indexeddb/lazy-index-population.html: |
| * storage/indexeddb/lazy-index-types.html: |
| * storage/indexeddb/legacy-constants.html: |
| * storage/indexeddb/list-ordering.html: |
| * storage/indexeddb/metadata-race-expected.txt: Removed. |
| * storage/indexeddb/metadata-race.html: Removed. |
| * storage/indexeddb/metadata.html: |
| * storage/indexeddb/mutating-cursor.html: |
| * storage/indexeddb/noblobs-expected.txt: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/object-lookups-in-versionchange-expected.txt: |
| * storage/indexeddb/object-lookups-in-versionchange.html: |
| * storage/indexeddb/objectStore-required-arguments-expected.txt: |
| * storage/indexeddb/objectStore-required-arguments.html: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-autoincrement.html: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers.html: |
| * storage/indexeddb/objectstore-basics.html: |
| * storage/indexeddb/objectstore-clear.html: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| * storage/indexeddb/objectstore-count.html: |
| * storage/indexeddb/objectstore-cursor-expected.txt: |
| * storage/indexeddb/objectstore-cursor.html: |
| * storage/indexeddb/objectstore-keycursor-expected.txt: Removed. |
| * storage/indexeddb/objectstore-keycursor.html: Removed. |
| * storage/indexeddb/objectstore-removeobjectstore.html: |
| * storage/indexeddb/odd-strings.html: |
| * storage/indexeddb/open-bad-versions.html: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/open-cursor.html: |
| * storage/indexeddb/open-during-transaction.html: |
| * storage/indexeddb/open-ordering.html: |
| * storage/indexeddb/open-twice-workers.html: |
| * storage/indexeddb/opencursor-key.html: |
| * storage/indexeddb/optional-arguments-expected.txt: Removed. |
| * storage/indexeddb/optional-arguments.html: Removed. |
| * storage/indexeddb/pending-activity-workers.html: |
| * storage/indexeddb/pending-activity.html: |
| * storage/indexeddb/pending-version-change-on-exit.html: |
| * storage/indexeddb/pending-version-change-stuck-works-with-terminate.html: |
| * storage/indexeddb/pending-version-change-stuck.html: |
| * storage/indexeddb/persistence.html: |
| * storage/indexeddb/prefetch-bugfix-108071-expected.txt: |
| * storage/indexeddb/prefetch-bugfix-108071.html: |
| * storage/indexeddb/prefetch-invalidation-expected.txt: Removed. |
| * storage/indexeddb/prefetch-invalidation.html: Removed. |
| * storage/indexeddb/prefetch-race-expected.txt: Removed. |
| * storage/indexeddb/prefetch-race.html: Removed. |
| * storage/indexeddb/queued-commands.html: |
| * storage/indexeddb/readonly-properties.html: |
| * storage/indexeddb/readonly.html: |
| * storage/indexeddb/removed-expected.txt: |
| * storage/indexeddb/removed.html: |
| * storage/indexeddb/request-continue-abort.html: |
| * storage/indexeddb/request-event-propagation.html: |
| * storage/indexeddb/request-leak-expected.txt: Removed. |
| * storage/indexeddb/request-leak.html: Removed. |
| * storage/indexeddb/request-result-cache-expected.txt: Removed. |
| * storage/indexeddb/request-result-cache.html: Removed. |
| * storage/indexeddb/resources/aborted-versionchange-closes.js: |
| * storage/indexeddb/resources/basics.js: |
| (test): |
| (openCallback): |
| * storage/indexeddb/resources/create-and-remove-object-store.js: |
| * storage/indexeddb/resources/create-object-store-options.js: |
| * storage/indexeddb/resources/createIndex-after-failure.js: |
| * storage/indexeddb/resources/createObjectStore-name-argument-required.js: |
| * storage/indexeddb/resources/createObjectStore-null-name.js: |
| * storage/indexeddb/resources/cursor-added-bug.js: |
| * storage/indexeddb/resources/cursor-advance.js: |
| * storage/indexeddb/resources/cursor-basics.js: Removed. |
| * storage/indexeddb/resources/cursor-continue-dir.js: |
| * storage/indexeddb/resources/cursor-continue-validity.js: |
| * storage/indexeddb/resources/cursor-continue.js: |
| * storage/indexeddb/resources/cursor-continueprimarykey.js: Removed. |
| * storage/indexeddb/resources/cursor-delete.js: |
| * storage/indexeddb/resources/cursor-inconsistency.js: |
| * storage/indexeddb/resources/cursor-index-delete.js: |
| * storage/indexeddb/resources/cursor-key-order.js: |
| * storage/indexeddb/resources/cursor-prev-no-duplicate.js: |
| * storage/indexeddb/resources/cursor-primary-key-order.js: |
| * storage/indexeddb/resources/cursor-properties.js: |
| * storage/indexeddb/resources/cursor-reverse-bug.js: |
| * storage/indexeddb/resources/cursor-skip-deleted.js: |
| * storage/indexeddb/resources/cursor-update-value-argument-required.js: |
| * storage/indexeddb/resources/cursor-update.js: |
| * storage/indexeddb/resources/cursor-value.js: |
| * storage/indexeddb/resources/data-corruption.js: |
| (prepareDatabase): |
| * storage/indexeddb/resources/database-basics.js: |
| * storage/indexeddb/resources/database-close.js: |
| * storage/indexeddb/resources/database-closepending-flag.js: |
| * storage/indexeddb/resources/database-deletepending-flag.js: |
| * storage/indexeddb/resources/database-name-undefined.js: |
| * storage/indexeddb/resources/database-odd-names.js: |
| * storage/indexeddb/resources/database-quota.js: |
| (logError): |
| * storage/indexeddb/resources/database-wrapper.js: |
| (onBlocked): |
| * storage/indexeddb/resources/delete-closed-database-object.js: |
| * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js: |
| * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js: |
| (deleteSuccessCallback): |
| * storage/indexeddb/resources/delete-range.js: |
| * storage/indexeddb/resources/deleteIndex.js: |
| * storage/indexeddb/resources/deleteObjectStore-name-argument-required.js: |
| * storage/indexeddb/resources/deleteObjectStore-null-name.js: |
| * storage/indexeddb/resources/deleted-objects.js: |
| (prepareDatabase): |
| * storage/indexeddb/resources/deletedatabase-blocked.js: |
| * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: |
| * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js: |
| (h1OpenSuccess.request.onsuccess.h2OpenSuccess.request.onsuccess): |
| * storage/indexeddb/resources/deletedatabase-not-blocked.js: |
| * storage/indexeddb/resources/dont-commit-on-blocked-worker.js: |
| * storage/indexeddb/resources/dont-wedge.js: |
| * storage/indexeddb/resources/duplicates.js: |
| * storage/indexeddb/resources/error-causes-abort-by-default.js: |
| * storage/indexeddb/resources/events.js: |
| (test): |
| * storage/indexeddb/resources/exception-in-event-aborts.js: |
| (causeException): |
| * storage/indexeddb/resources/exceptions.js: |
| (testObjectStore): |
| * storage/indexeddb/resources/factory-basics.js: |
| (test): |
| (getDatabaseNamesSuccess1): |
| (getDatabaseNamesSuccess2): |
| * storage/indexeddb/resources/factory-cmp.js: |
| (testValidKeys): |
| * storage/indexeddb/resources/factory-deletedatabase.js: |
| * storage/indexeddb/resources/get-keyrange.js: |
| * storage/indexeddb/resources/index-basics.js: |
| (prepareDatabase): |
| * storage/indexeddb/resources/index-count.js: |
| * storage/indexeddb/resources/index-cursor.js: |
| * storage/indexeddb/resources/index-duplicate-keypaths.js: |
| * storage/indexeddb/resources/index-get-key-argument-required.js: |
| * storage/indexeddb/resources/index-multientry.js: |
| * storage/indexeddb/resources/index-population.js: |
| * storage/indexeddb/resources/index-unique.js: |
| * storage/indexeddb/resources/interfaces.js: |
| * storage/indexeddb/resources/intversion-abort-in-initial-upgradeneeded.js: |
| * storage/indexeddb/resources/intversion-bad-parameters.js: |
| * storage/indexeddb/resources/intversion-blocked.js: |
| * storage/indexeddb/resources/intversion-close-between-events.js: |
| * storage/indexeddb/resources/intversion-close-in-oncomplete.js: |
| * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js: |
| * storage/indexeddb/resources/intversion-encoding.js: |
| * storage/indexeddb/resources/intversion-gated-on-delete.js: |
| * storage/indexeddb/resources/intversion-long-queue.js: |
| (connection2UpgradeNeeded): |
| (connection2Success): |
| (connection2VersionChangeEvent): |
| (connection3UpgradeNeeded): |
| (connection3Success): |
| * storage/indexeddb/resources/intversion-omit-parameter.js: |
| * storage/indexeddb/resources/intversion-open-in-upgradeneeded.js: |
| * storage/indexeddb/resources/intversion-open-with-version.js: |
| * storage/indexeddb/resources/intversion-pending-version-changes-ascending.js: Removed. |
| * storage/indexeddb/resources/intversion-pending-version-changes-descending.js: Removed. |
| * storage/indexeddb/resources/intversion-pending-version-changes-same.js: Removed. |
| * storage/indexeddb/resources/intversion-persistence.js: |
| * storage/indexeddb/resources/intversion-revert-on-abort.js: |
| * storage/indexeddb/resources/intversion-two-opens-no-versions.js: |
| * storage/indexeddb/resources/intversion-upgrades.js: |
| (connection2BlockedCallback): |
| (errorWhenTryingLowVersion): |
| * storage/indexeddb/resources/invalid-keys.js: |
| * storage/indexeddb/resources/key-generator.js: |
| * storage/indexeddb/resources/key-sort-order-across-types.js: |
| * storage/indexeddb/resources/key-sort-order-date.js: |
| * storage/indexeddb/resources/key-type-array.js: |
| * storage/indexeddb/resources/key-type-binary.js: Removed. |
| * storage/indexeddb/resources/key-type-infinity.js: |
| * storage/indexeddb/resources/keypath-arrays.js: |
| * storage/indexeddb/resources/keypath-basics.js: |
| * storage/indexeddb/resources/keypath-edges.js: |
| * storage/indexeddb/resources/keypath-fetch-key.js: |
| * storage/indexeddb/resources/keypath-intrinsic-properties.js: |
| * storage/indexeddb/resources/keyrange-required-arguments.js: |
| * storage/indexeddb/resources/keyrange.js: |
| * storage/indexeddb/resources/lazy-index-types.js: |
| * storage/indexeddb/resources/legacy-constants.js: |
| * storage/indexeddb/resources/list-ordering.js: |
| * storage/indexeddb/resources/metadata.js: |
| * storage/indexeddb/resources/mutating-cursor.js: |
| * storage/indexeddb/resources/objectStore-required-arguments.js: |
| * storage/indexeddb/resources/objectstore-autoincrement.js: |
| * storage/indexeddb/resources/objectstore-basics.js: |
| (prepareDatabase): |
| * storage/indexeddb/resources/objectstore-clear.js: |
| * storage/indexeddb/resources/objectstore-count.js: |
| * storage/indexeddb/resources/objectstore-cursor.js: |
| * storage/indexeddb/resources/objectstore-keycursor.js: Removed. |
| * storage/indexeddb/resources/objectstore-removeobjectstore.js: |
| * storage/indexeddb/resources/odd-strings.js: |
| * storage/indexeddb/resources/open-cursor.js: |
| * storage/indexeddb/resources/open-during-transaction.js: |
| * storage/indexeddb/resources/open-ordering.js: |
| * storage/indexeddb/resources/open-twice.js: |
| * storage/indexeddb/resources/opencursor-key.js: |
| * storage/indexeddb/resources/pending-activity.js: |
| * storage/indexeddb/resources/pending-version-change-on-exit.js: |
| * storage/indexeddb/resources/pending-version-change-stuck.js: |
| * storage/indexeddb/resources/persistence.js: |
| * storage/indexeddb/resources/prefetch-bugfix-108071.js: |
| * storage/indexeddb/resources/queued-commands.js: |
| * storage/indexeddb/resources/readonly-properties.js: |
| * storage/indexeddb/resources/readonly.js: |
| * storage/indexeddb/resources/removed.js: |
| * storage/indexeddb/resources/request-continue-abort.js: |
| * storage/indexeddb/resources/request-event-propagation.js: |
| * storage/indexeddb/resources/set_version_blocked.js: |
| * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js: |
| * storage/indexeddb/resources/setversion-not-blocked.js: |
| * storage/indexeddb/resources/shared.js: |
| (unexpectedErrorCallback): |
| (unexpectedAbortCallback): |
| (evalAndExpectException): |
| * storage/indexeddb/resources/transaction-abort.js: |
| * storage/indexeddb/resources/transaction-active-flag.js: |
| * storage/indexeddb/resources/transaction-after-close.js: |
| * storage/indexeddb/resources/transaction-and-objectstore-calls.js: |
| * storage/indexeddb/resources/transaction-basics.js: |
| * storage/indexeddb/resources/transaction-complete-workers.js: |
| * storage/indexeddb/resources/transaction-coordination-across-databases.js: |
| * storage/indexeddb/resources/transaction-coordination-within-database.js: |
| * storage/indexeddb/resources/transaction-crash-on-abort.js: |
| * storage/indexeddb/resources/transaction-error.js: |
| (testErrorFromRequest.trans.onabort): |
| (testErrorFromRequest): |
| (testErrorFromException.trans.onabort): |
| (testErrorFromException): |
| (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded.trans.onabort): |
| (testErrorFromCommit.trans.oncomplete.request.onupgradeneeded): |
| (testErrorFromCommit.trans.oncomplete): |
| (testErrorFromCommit): |
| * storage/indexeddb/resources/transaction-event-propagation.js: |
| * storage/indexeddb/resources/transaction-read-only.js: |
| * storage/indexeddb/resources/transaction-readwrite-exclusive.js: |
| * storage/indexeddb/resources/transaction-rollback.js: |
| * storage/indexeddb/resources/transaction-scope-sequencing.js: |
| * storage/indexeddb/resources/transaction-starvation.js: |
| * storage/indexeddb/resources/transaction-storeNames-required.js: |
| * storage/indexeddb/resources/unblocked-version-changes.js: |
| (onUpgradeNeeded): |
| * storage/indexeddb/resources/unprefix.js: |
| * storage/indexeddb/resources/value-undefined.js: |
| * storage/indexeddb/resources/values-odd-types.js: |
| * storage/indexeddb/resources/version-change-abort.js: |
| * storage/indexeddb/resources/version-change-exclusive.js: |
| * storage/indexeddb/resources/versionchangerequest-activedomobject.js: |
| * storage/indexeddb/set_version_blocked.html: |
| * storage/indexeddb/setversion-blocked-by-versionchange-close-expected.txt: |
| * storage/indexeddb/setversion-blocked-by-versionchange-close.html: |
| * storage/indexeddb/setversion-not-blocked.html: |
| * storage/indexeddb/structured-clone-expected.txt: |
| * storage/indexeddb/structured-clone.html: |
| * storage/indexeddb/transaction-abort-expected.txt: |
| * storage/indexeddb/transaction-abort.html: |
| * storage/indexeddb/transaction-active-flag-expected.txt: |
| * storage/indexeddb/transaction-active-flag.html: |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-after-close.html: |
| * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: |
| * storage/indexeddb/transaction-and-objectstore-calls.html: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| * storage/indexeddb/transaction-basics.html: |
| * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html: |
| * storage/indexeddb/transaction-complete-with-js-recursion.html: |
| * storage/indexeddb/transaction-complete-workers-expected.txt: |
| * storage/indexeddb/transaction-complete-workers.html: |
| * storage/indexeddb/transaction-coordination-across-databases.html: |
| * storage/indexeddb/transaction-coordination-within-database.html: |
| * storage/indexeddb/transaction-crash-in-tasks.html: |
| * storage/indexeddb/transaction-crash-on-abort.html: |
| * storage/indexeddb/transaction-error-expected.txt: |
| * storage/indexeddb/transaction-error.html: |
| * storage/indexeddb/transaction-event-propagation.html: |
| * storage/indexeddb/transaction-ordering-expected.txt: Removed. |
| * storage/indexeddb/transaction-ordering.html: Removed. |
| * storage/indexeddb/transaction-read-only-expected.txt: |
| * storage/indexeddb/transaction-read-only.html: |
| * storage/indexeddb/transaction-readwrite-exclusive.html: |
| * storage/indexeddb/transaction-rollback.html: |
| * storage/indexeddb/transaction-scope-sequencing.html: |
| * storage/indexeddb/transaction-starvation.html: |
| * storage/indexeddb/transaction-storeNames-required-expected.txt: |
| * storage/indexeddb/transaction-storeNames-required.html: |
| * storage/indexeddb/unblocked-version-changes-expected.txt: |
| * storage/indexeddb/unblocked-version-changes.html: |
| * storage/indexeddb/unprefix-workers.html: |
| * storage/indexeddb/unprefix.html: |
| * storage/indexeddb/value-undefined.html: |
| * storage/indexeddb/values-odd-types.html: |
| * storage/indexeddb/version-change-abort-expected.txt: |
| * storage/indexeddb/version-change-abort.html: |
| * storage/indexeddb/version-change-exclusive-expected.txt: |
| * storage/indexeddb/version-change-exclusive.html: |
| * storage/indexeddb/versionchangerequest-activedomobject.html: |
| |
| 2014-02-11 Antti Koivisto <antti@apple.com> |
| |
| GIF animations should be suspended when outside of viewport |
| https://bugs.webkit.org/show_bug.cgi?id=128632 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/repaint/no-animation-outside-viewport-expected.txt: Added. |
| * fast/repaint/no-animation-outside-viewport.html: Added. |
| |
| 2014-02-11 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add failing test expectations to asynchronous spellchecking tests. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-02-11 Brady Eidson <beidson@apple.com> |
| |
| IDB: Reimport storage/indexeddb tests from Blink |
| https://bugs.webkit.org/show_bug.cgi?id=128636 |
| |
| Reviewed by Tim Horton. |
| |
| * resources/js-test.js: Added. |
| * storage/indexeddb/aborted-versionchange-closes-expected.txt: |
| * storage/indexeddb/aborted-versionchange-closes.html: |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/basics-shared-workers-expected.txt: |
| * storage/indexeddb/basics-shared-workers.html: |
| * storage/indexeddb/basics-workers-expected.txt: |
| * storage/indexeddb/basics-workers.html: |
| * storage/indexeddb/basics.html: |
| * storage/indexeddb/clone-exception-expected.txt: |
| * storage/indexeddb/clone-exception.html: |
| * storage/indexeddb/closed-cursor-expected.txt: Added. |
| * storage/indexeddb/closed-cursor.html: Added. |
| * storage/indexeddb/connection-leak-expected.txt: Added. |
| * storage/indexeddb/connection-leak.html: Added. |
| * storage/indexeddb/create-and-remove-object-store-expected.txt: |
| * storage/indexeddb/create-and-remove-object-store.html: |
| * storage/indexeddb/create-object-store-options-expected.txt: |
| * storage/indexeddb/create-object-store-options.html: |
| * storage/indexeddb/createIndex-after-failure-expected.txt: |
| * storage/indexeddb/createIndex-after-failure.html: |
| * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: |
| * storage/indexeddb/createObjectStore-name-argument-required.html: |
| * storage/indexeddb/createObjectStore-null-name.html: |
| * storage/indexeddb/cursor-added-bug.html: |
| * storage/indexeddb/cursor-advance-expected.txt: |
| * storage/indexeddb/cursor-advance-workers-expected.txt: |
| * storage/indexeddb/cursor-advance-workers.html: |
| * storage/indexeddb/cursor-advance.html: |
| * storage/indexeddb/cursor-basics-expected.txt: Added. |
| * storage/indexeddb/cursor-basics.html: Added. |
| * storage/indexeddb/cursor-cast-expected.txt: Added. |
| * storage/indexeddb/cursor-cast.html: Added. |
| * storage/indexeddb/cursor-continue-dir-expected.txt: |
| * storage/indexeddb/cursor-continue-dir.html: |
| * storage/indexeddb/cursor-continue-expected.txt: |
| * storage/indexeddb/cursor-continue-validity-expected.txt: |
| * storage/indexeddb/cursor-continue-validity.html: |
| * storage/indexeddb/cursor-continue.html: |
| * storage/indexeddb/cursor-continueprimarykey-expected.txt: Added. |
| * storage/indexeddb/cursor-continueprimarykey.html: Added. |
| * storage/indexeddb/cursor-delete.html: |
| * storage/indexeddb/cursor-finished-expected.txt: |
| * storage/indexeddb/cursor-finished.html: |
| * storage/indexeddb/cursor-inconsistency.html: |
| * storage/indexeddb/cursor-index-delete.html: |
| * storage/indexeddb/cursor-key-order.html: |
| * storage/indexeddb/cursor-leak-expected.txt: |
| * storage/indexeddb/cursor-leak.html: Added. |
| * storage/indexeddb/cursor-overloads-expected.txt: |
| * storage/indexeddb/cursor-overloads.html: |
| * storage/indexeddb/cursor-prev-no-duplicate.html: |
| * storage/indexeddb/cursor-primary-key-order.html: |
| * storage/indexeddb/cursor-properties.html: |
| * storage/indexeddb/cursor-request-cycle-expected.txt: Added. |
| * storage/indexeddb/cursor-request-cycle.html: Added. |
| * storage/indexeddb/cursor-reverse-bug.html: |
| * storage/indexeddb/cursor-skip-deleted.html: |
| * storage/indexeddb/cursor-update-expected.txt: |
| * storage/indexeddb/cursor-update-value-argument-required-expected.txt: |
| * storage/indexeddb/cursor-update-value-argument-required.html: |
| * storage/indexeddb/cursor-update.html: |
| * storage/indexeddb/cursor-value.html: |
| * storage/indexeddb/data-corruption-expected.txt: |
| * storage/indexeddb/data-corruption.html: |
| * storage/indexeddb/database-basics-expected.txt: |
| * storage/indexeddb/database-basics.html: |
| * storage/indexeddb/database-close-expected.txt: |
| * storage/indexeddb/database-close.html: |
| * storage/indexeddb/database-closepending-flag-expected.txt: |
| * storage/indexeddb/database-closepending-flag.html: |
| * storage/indexeddb/database-deletepending-flag.html: |
| * storage/indexeddb/database-name-undefined-expected.txt: |
| * storage/indexeddb/database-name-undefined.html: |
| * storage/indexeddb/database-odd-names.html: |
| * storage/indexeddb/database-wrapper-expected.txt: |
| * storage/indexeddb/database-wrapper.html: |
| * storage/indexeddb/delete-closed-database-object-expected.txt: |
| * storage/indexeddb/delete-closed-database-object.html: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange-expected.txt: |
| * storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html: |
| * storage/indexeddb/delete-range.html: |
| * storage/indexeddb/deleteIndex-bug110792-expected.txt: |
| * storage/indexeddb/deleteIndex-bug110792.html: |
| * storage/indexeddb/deleteIndex-expected.txt: |
| * storage/indexeddb/deleteIndex.html: |
| * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: |
| * storage/indexeddb/deleteObjectStore-name-argument-required.html: |
| * storage/indexeddb/deleteObjectStore-null-name.html: |
| * storage/indexeddb/deleted-objects-expected.txt: |
| * storage/indexeddb/deleted-objects.html: |
| * storage/indexeddb/deletedatabase-blocked.html: |
| * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: |
| * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html: |
| * storage/indexeddb/deletedatabase-delayed-by-versionchange-expected.txt: |
| * storage/indexeddb/deletedatabase-delayed-by-versionchange.html: |
| * storage/indexeddb/deletedatabase-not-blocked.html: |
| * storage/indexeddb/deletedatabase-transaction.html: |
| * storage/indexeddb/dont-commit-on-blocked.html: |
| * storage/indexeddb/dont-wedge.html: |
| * storage/indexeddb/duplicates.html: |
| * storage/indexeddb/error-causes-abort-by-default.html: |
| * storage/indexeddb/events-expected.txt: |
| * storage/indexeddb/events.html: |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: |
| * storage/indexeddb/exception-in-event-aborts.html: |
| * storage/indexeddb/exceptions-expected.txt: |
| * storage/indexeddb/exceptions.html: |
| * storage/indexeddb/factory-basics-expected.txt: |
| * storage/indexeddb/factory-basics-workers-expected.txt: |
| * storage/indexeddb/factory-basics-workers.html: |
| * storage/indexeddb/factory-basics.html: |
| * storage/indexeddb/factory-cmp-expected.txt: |
| * storage/indexeddb/factory-cmp.html: |
| * storage/indexeddb/factory-deletedatabase.html: |
| * storage/indexeddb/get-keyrange-expected.txt: |
| * storage/indexeddb/get-keyrange.html: |
| * storage/indexeddb/index-basics-expected.txt: |
| * storage/indexeddb/index-basics-workers-expected.txt: |
| * storage/indexeddb/index-basics-workers.html: |
| * storage/indexeddb/index-basics.html: |
| * storage/indexeddb/index-count-expected.txt: |
| * storage/indexeddb/index-count.html: |
| * storage/indexeddb/index-cursor.html: |
| * storage/indexeddb/index-duplicate-keypaths.html: |
| * storage/indexeddb/index-get-key-argument-required-expected.txt: |
| * storage/indexeddb/index-get-key-argument-required.html: |
| * storage/indexeddb/index-multientry.html: |
| * storage/indexeddb/index-population.html: |
| * storage/indexeddb/index-unique.html: |
| * storage/indexeddb/interfaces.html: |
| * storage/indexeddb/intversion-abort-in-initial-upgradeneeded.html: |
| * storage/indexeddb/intversion-bad-parameters-expected.txt: |
| * storage/indexeddb/intversion-bad-parameters.html: |
| * storage/indexeddb/intversion-blocked.html: |
| * storage/indexeddb/intversion-close-between-events.html: |
| * storage/indexeddb/intversion-close-in-oncomplete-expected.txt: |
| * storage/indexeddb/intversion-close-in-oncomplete.html: |
| * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: |
| * storage/indexeddb/intversion-close-in-upgradeneeded.html: |
| * storage/indexeddb/intversion-encoding.html: |
| * storage/indexeddb/intversion-gated-on-delete.html: |
| * storage/indexeddb/intversion-long-queue-expected.txt: |
| * storage/indexeddb/intversion-long-queue.html: |
| * storage/indexeddb/intversion-omit-parameter.html: |
| * storage/indexeddb/intversion-open-in-upgradeneeded.html: |
| * storage/indexeddb/intversion-open-with-version.html: |
| * storage/indexeddb/intversion-pending-version-changes-ascending-expected.txt: Added. |
| * storage/indexeddb/intversion-pending-version-changes-ascending.html: Added. |
| * storage/indexeddb/intversion-pending-version-changes-descending-expected.txt: Added. |
| * storage/indexeddb/intversion-pending-version-changes-descending.html: Added. |
| * storage/indexeddb/intversion-pending-version-changes-same-expected.txt: Added. |
| * storage/indexeddb/intversion-pending-version-changes-same.html: Added. |
| * storage/indexeddb/intversion-persistence.html: |
| * storage/indexeddb/intversion-revert-on-abort.html: |
| * storage/indexeddb/intversion-two-opens-no-versions.html: |
| * storage/indexeddb/intversion-upgrades-expected.txt: |
| * storage/indexeddb/intversion-upgrades.html: |
| * storage/indexeddb/invalid-keys-expected.txt: |
| * storage/indexeddb/invalid-keys.html: |
| * storage/indexeddb/key-generator.html: |
| * storage/indexeddb/key-sort-order-across-types.html: |
| * storage/indexeddb/key-sort-order-date.html: |
| * storage/indexeddb/key-type-array-expected.txt: |
| * storage/indexeddb/key-type-array.html: |
| * storage/indexeddb/key-type-binary-expected.txt: Added. |
| * storage/indexeddb/key-type-binary.html: Added. |
| * storage/indexeddb/key-type-infinity.html: |
| * storage/indexeddb/keypath-arrays-expected.txt: |
| * storage/indexeddb/keypath-arrays.html: |
| * storage/indexeddb/keypath-basics-expected.txt: |
| * storage/indexeddb/keypath-basics.html: |
| * storage/indexeddb/keypath-edges-expected.txt: |
| * storage/indexeddb/keypath-edges.html: |
| * storage/indexeddb/keypath-fetch-key.html: |
| * storage/indexeddb/keypath-intrinsic-properties.html: |
| * storage/indexeddb/keyrange-expected.txt: |
| * storage/indexeddb/keyrange-required-arguments-expected.txt: |
| * storage/indexeddb/keyrange-required-arguments.html: |
| * storage/indexeddb/keyrange.html: |
| * storage/indexeddb/lazy-index-population-expected.txt: |
| * storage/indexeddb/lazy-index-population.html: |
| * storage/indexeddb/lazy-index-types.html: |
| * storage/indexeddb/legacy-constants.html: |
| * storage/indexeddb/list-ordering.html: |
| * storage/indexeddb/metadata-race-expected.txt: Added. |
| * storage/indexeddb/metadata-race.html: Added. |
| * storage/indexeddb/metadata.html: |
| * storage/indexeddb/mutating-cursor.html: |
| * storage/indexeddb/noblobs-expected.txt: |
| * storage/indexeddb/noblobs.html: |
| * storage/indexeddb/object-lookups-in-versionchange-expected.txt: |
| * storage/indexeddb/object-lookups-in-versionchange.html: |
| * storage/indexeddb/objectStore-required-arguments-expected.txt: |
| * storage/indexeddb/objectStore-required-arguments.html: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-autoincrement.html: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers-expected.txt: |
| * storage/indexeddb/objectstore-basics-workers.html: |
| * storage/indexeddb/objectstore-basics.html: |
| * storage/indexeddb/objectstore-clear.html: |
| * storage/indexeddb/objectstore-count-expected.txt: |
| * storage/indexeddb/objectstore-count.html: |
| * storage/indexeddb/objectstore-cursor-expected.txt: |
| * storage/indexeddb/objectstore-cursor.html: |
| * storage/indexeddb/objectstore-keycursor-expected.txt: Added. |
| * storage/indexeddb/objectstore-keycursor.html: Added. |
| * storage/indexeddb/objectstore-removeobjectstore.html: |
| * storage/indexeddb/odd-strings.html: |
| * storage/indexeddb/open-bad-versions.html: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/open-cursor.html: |
| * storage/indexeddb/open-during-transaction.html: |
| * storage/indexeddb/open-ordering.html: |
| * storage/indexeddb/open-twice-workers.html: |
| * storage/indexeddb/opencursor-key.html: |
| * storage/indexeddb/optional-arguments-expected.txt: Added. |
| * storage/indexeddb/optional-arguments.html: Added. |
| * storage/indexeddb/pending-activity-workers.html: |
| * storage/indexeddb/pending-activity.html: |
| * storage/indexeddb/pending-version-change-on-exit.html: |
| * storage/indexeddb/pending-version-change-stuck-works-with-terminate.html: |
| * storage/indexeddb/pending-version-change-stuck.html: |
| * storage/indexeddb/persistence.html: |
| * storage/indexeddb/prefetch-bugfix-108071-expected.txt: |
| * storage/indexeddb/prefetch-bugfix-108071.html: |
| * storage/indexeddb/prefetch-invalidation-expected.txt: Added. |
| * storage/indexeddb/prefetch-invalidation.html: Added. |
| * storage/indexeddb/prefetch-race-expected.txt: Added. |
| * storage/indexeddb/prefetch-race.html: Added. |
| * storage/indexeddb/queued-commands.html: |
| * storage/indexeddb/readonly-properties.html: |
| * storage/indexeddb/readonly.html: |
| * storage/indexeddb/removed-expected.txt: |
| * storage/indexeddb/removed.html: |
| * storage/indexeddb/request-continue-abort.html: |
| * storage/indexeddb/request-event-propagation.html: |
| * storage/indexeddb/request-leak-expected.txt: Added. |
| * storage/indexeddb/request-leak.html: Added. |
| * storage/indexeddb/request-result-cache-expected.txt: Added. |
| * storage/indexeddb/request-result-cache.html: Added. |
| * storage/indexeddb/resources/aborted-versionchange-closes.js: |
| * storage/indexeddb/resources/basics.js: |
| * storage/indexeddb/resources/create-and-remove-object-store.js: |
| * storage/indexeddb/resources/create-object-store-options.js: |
| * storage/indexeddb/resources/createIndex-after-failure.js: |
| * storage/indexeddb/resources/createObjectStore-name-argument-required.js: |
| * storage/indexeddb/resources/createObjectStore-null-name.js: |
| * storage/indexeddb/resources/cursor-added-bug.js: |
| * storage/indexeddb/resources/cursor-advance.js: |
| * storage/indexeddb/resources/cursor-basics.js: Added. |
| * storage/indexeddb/resources/cursor-continue-dir.js: |
| * storage/indexeddb/resources/cursor-continue-validity.js: |
| * storage/indexeddb/resources/cursor-continue.js: |
| * storage/indexeddb/resources/cursor-continueprimarykey.js: Added. |
| * storage/indexeddb/resources/cursor-delete.js: |
| * storage/indexeddb/resources/cursor-inconsistency.js: |
| * storage/indexeddb/resources/cursor-index-delete.js: |
| * storage/indexeddb/resources/cursor-key-order.js: |
| * storage/indexeddb/resources/cursor-prev-no-duplicate.js: |
| * storage/indexeddb/resources/cursor-primary-key-order.js: |
| * storage/indexeddb/resources/cursor-properties.js: |
| * storage/indexeddb/resources/cursor-reverse-bug.js: |
| * storage/indexeddb/resources/cursor-skip-deleted.js: |
| * storage/indexeddb/resources/cursor-update-value-argument-required.js: |
| * storage/indexeddb/resources/cursor-update.js: |
| * storage/indexeddb/resources/cursor-value.js: |
| * storage/indexeddb/resources/data-corruption.js: |
| * storage/indexeddb/resources/database-basics.js: |
| * storage/indexeddb/resources/database-close.js: |
| * storage/indexeddb/resources/database-closepending-flag.js: |
| * storage/indexeddb/resources/database-deletepending-flag.js: |
| * storage/indexeddb/resources/database-name-undefined.js: |
| * storage/indexeddb/resources/database-odd-names.js: |
| * storage/indexeddb/resources/database-quota.js: |
| * storage/indexeddb/resources/database-wrapper.js: |
| * storage/indexeddb/resources/delete-closed-database-object.js: |
| * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-open-success.js: |
| * storage/indexeddb/resources/delete-in-upgradeneeded-close-in-versionchange.js: |
| * storage/indexeddb/resources/delete-range.js: |
| * storage/indexeddb/resources/deleteIndex.js: |
| * storage/indexeddb/resources/deleteObjectStore-name-argument-required.js: |
| * storage/indexeddb/resources/deleteObjectStore-null-name.js: |
| * storage/indexeddb/resources/deleted-objects.js: |
| * storage/indexeddb/resources/deletedatabase-blocked.js: |
| * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: |
| * storage/indexeddb/resources/deletedatabase-delayed-by-versionchange.js: |
| * storage/indexeddb/resources/deletedatabase-not-blocked.js: |
| * storage/indexeddb/resources/dont-commit-on-blocked-worker.js: |
| * storage/indexeddb/resources/dont-wedge.js: |
| * storage/indexeddb/resources/duplicates.js: |
| * storage/indexeddb/resources/error-causes-abort-by-default.js: |
| * storage/indexeddb/resources/events.js: |
| * storage/indexeddb/resources/exception-in-event-aborts.js: |
| * storage/indexeddb/resources/exceptions.js: |
| * storage/indexeddb/resources/factory-basics.js: |
| * storage/indexeddb/resources/factory-cmp.js: |
| * storage/indexeddb/resources/factory-deletedatabase.js: |
| * storage/indexeddb/resources/get-keyrange.js: |
| * storage/indexeddb/resources/index-basics.js: |
| * storage/indexeddb/resources/index-count.js: |
| * storage/indexeddb/resources/index-cursor.js: |
| * storage/indexeddb/resources/index-duplicate-keypaths.js: |
| * storage/indexeddb/resources/index-get-key-argument-required.js: |
| * storage/indexeddb/resources/index-multientry.js: |
| * storage/indexeddb/resources/index-population.js: |
| * storage/indexeddb/resources/index-unique.js: |
| * storage/indexeddb/resources/interfaces.js: |
| * storage/indexeddb/resources/intversion-abort-in-initial-upgradeneeded.js: |
| * storage/indexeddb/resources/intversion-bad-parameters.js: |
| * storage/indexeddb/resources/intversion-blocked.js: |
| * storage/indexeddb/resources/intversion-close-between-events.js: |
| * storage/indexeddb/resources/intversion-close-in-oncomplete.js: |
| * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js: |
| * storage/indexeddb/resources/intversion-encoding.js: |
| * storage/indexeddb/resources/intversion-gated-on-delete.js: |
| * storage/indexeddb/resources/intversion-long-queue.js: |
| * storage/indexeddb/resources/intversion-omit-parameter.js: |
| * storage/indexeddb/resources/intversion-open-in-upgradeneeded.js: |
| * storage/indexeddb/resources/intversion-open-with-version.js: |
| * storage/indexeddb/resources/intversion-pending-version-changes-ascending.js: Added. |
| * storage/indexeddb/resources/intversion-pending-version-changes-descending.js: Added. |
| * storage/indexeddb/resources/intversion-pending-version-changes-same.js: Added. |
| * storage/indexeddb/resources/intversion-persistence.js: |
| * storage/indexeddb/resources/intversion-revert-on-abort.js: |
| * storage/indexeddb/resources/intversion-two-opens-no-versions.js: |
| * storage/indexeddb/resources/intversion-upgrades.js: |
| * storage/indexeddb/resources/invalid-keys.js: |
| * storage/indexeddb/resources/key-generator.js: |
| * storage/indexeddb/resources/key-sort-order-across-types.js: |
| * storage/indexeddb/resources/key-sort-order-date.js: |
| * storage/indexeddb/resources/key-type-array.js: |
| * storage/indexeddb/resources/key-type-binary.js: Added. |
| * storage/indexeddb/resources/key-type-infinity.js: |
| * storage/indexeddb/resources/keypath-arrays.js: |
| * storage/indexeddb/resources/keypath-basics.js: |
| * storage/indexeddb/resources/keypath-edges.js: |
| * storage/indexeddb/resources/keypath-fetch-key.js: |
| * storage/indexeddb/resources/keypath-intrinsic-properties.js: |
| * storage/indexeddb/resources/keyrange-required-arguments.js: |
| * storage/indexeddb/resources/keyrange.js: |
| * storage/indexeddb/resources/lazy-index-types.js: |
| * storage/indexeddb/resources/legacy-constants.js: |
| * storage/indexeddb/resources/list-ordering.js: |
| * storage/indexeddb/resources/metadata.js: |
| * storage/indexeddb/resources/mutating-cursor.js: |
| * storage/indexeddb/resources/objectStore-required-arguments.js: |
| * storage/indexeddb/resources/objectstore-autoincrement.js: |
| * storage/indexeddb/resources/objectstore-basics.js: |
| * storage/indexeddb/resources/objectstore-clear.js: |
| * storage/indexeddb/resources/objectstore-count.js: |
| * storage/indexeddb/resources/objectstore-cursor.js: |
| * storage/indexeddb/resources/objectstore-keycursor.js: |
| * storage/indexeddb/resources/objectstore-removeobjectstore.js: |
| * storage/indexeddb/resources/odd-strings.js: |
| * storage/indexeddb/resources/open-cursor.js: |
| * storage/indexeddb/resources/open-during-transaction.js: |
| * storage/indexeddb/resources/open-ordering.js: |
| * storage/indexeddb/resources/open-twice.js: |
| * storage/indexeddb/resources/opencursor-key.js: |
| * storage/indexeddb/resources/pending-activity.js: |
| * storage/indexeddb/resources/pending-version-change-on-exit.js: |
| * storage/indexeddb/resources/pending-version-change-stuck.js: |
| * storage/indexeddb/resources/persistence.js: |
| * storage/indexeddb/resources/prefetch-bugfix-108071.js: |
| * storage/indexeddb/resources/queued-commands.js: |
| * storage/indexeddb/resources/readonly-properties.js: |
| * storage/indexeddb/resources/readonly.js: |
| * storage/indexeddb/resources/removed.js: |
| * storage/indexeddb/resources/request-continue-abort.js: |
| * storage/indexeddb/resources/request-event-propagation.js: |
| * storage/indexeddb/resources/set_version_blocked.js: |
| * storage/indexeddb/resources/setversion-blocked-by-versionchange-close.js: |
| * storage/indexeddb/resources/setversion-not-blocked.js: |
| * storage/indexeddb/resources/shared.js: |
| * storage/indexeddb/resources/transaction-abort.js: |
| * storage/indexeddb/resources/transaction-active-flag.js: |
| * storage/indexeddb/resources/transaction-after-close.js: |
| * storage/indexeddb/resources/transaction-and-objectstore-calls.js: |
| * storage/indexeddb/resources/transaction-basics.js: |
| * storage/indexeddb/resources/transaction-complete-workers.js: |
| * storage/indexeddb/resources/transaction-coordination-across-databases.js: |
| * storage/indexeddb/resources/transaction-coordination-within-database.js: |
| * storage/indexeddb/resources/transaction-crash-on-abort.js: |
| * storage/indexeddb/resources/transaction-error.js: |
| * storage/indexeddb/resources/transaction-event-propagation.js: |
| * storage/indexeddb/resources/transaction-read-only.js: |
| * storage/indexeddb/resources/transaction-readwrite-exclusive.js: |
| * storage/indexeddb/resources/transaction-rollback.js: |
| * storage/indexeddb/resources/transaction-scope-sequencing.js: |
| * storage/indexeddb/resources/transaction-starvation.js: |
| * storage/indexeddb/resources/transaction-storeNames-required.js: |
| * storage/indexeddb/resources/unblocked-version-changes.js: |
| * storage/indexeddb/resources/unprefix.js: |
| * storage/indexeddb/resources/value-undefined.js: |
| * storage/indexeddb/resources/values-odd-types.js: |
| * storage/indexeddb/resources/version-change-abort.js: |
| * storage/indexeddb/resources/version-change-exclusive.js: |
| * storage/indexeddb/resources/versionchangerequest-activedomobject.js: |
| * storage/indexeddb/set_version_blocked.html: |
| * storage/indexeddb/setversion-blocked-by-versionchange-close-expected.txt: |
| * storage/indexeddb/setversion-blocked-by-versionchange-close.html: |
| * storage/indexeddb/setversion-not-blocked.html: |
| * storage/indexeddb/structured-clone-expected.txt: |
| * storage/indexeddb/structured-clone.html: |
| * storage/indexeddb/transaction-abort-expected.txt: |
| * storage/indexeddb/transaction-abort.html: |
| * storage/indexeddb/transaction-active-flag-expected.txt: |
| * storage/indexeddb/transaction-active-flag.html: |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-after-close.html: |
| * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: |
| * storage/indexeddb/transaction-and-objectstore-calls.html: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| * storage/indexeddb/transaction-basics.html: |
| * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html: |
| * storage/indexeddb/transaction-complete-with-js-recursion.html: |
| * storage/indexeddb/transaction-complete-workers-expected.txt: |
| * storage/indexeddb/transaction-complete-workers.html: |
| * storage/indexeddb/transaction-coordination-across-databases.html: |
| * storage/indexeddb/transaction-coordination-within-database.html: |
| * storage/indexeddb/transaction-crash-in-tasks.html: |
| * storage/indexeddb/transaction-crash-on-abort.html: |
| * storage/indexeddb/transaction-error-expected.txt: |
| * storage/indexeddb/transaction-error.html: |
| * storage/indexeddb/transaction-event-propagation.html: |
| * storage/indexeddb/transaction-ordering-expected.txt: Added. |
| * storage/indexeddb/transaction-ordering.html: Added. |
| * storage/indexeddb/transaction-read-only-expected.txt: |
| * storage/indexeddb/transaction-read-only.html: |
| * storage/indexeddb/transaction-readwrite-exclusive.html: |
| * storage/indexeddb/transaction-rollback.html: |
| * storage/indexeddb/transaction-scope-sequencing.html: |
| * storage/indexeddb/transaction-starvation.html: |
| * storage/indexeddb/transaction-storeNames-required-expected.txt: |
| * storage/indexeddb/transaction-storeNames-required.html: |
| * storage/indexeddb/unblocked-version-changes-expected.txt: |
| * storage/indexeddb/unblocked-version-changes.html: |
| * storage/indexeddb/unprefix-workers.html: |
| * storage/indexeddb/unprefix.html: |
| * storage/indexeddb/value-undefined.html: |
| * storage/indexeddb/values-odd-types.html: |
| * storage/indexeddb/version-change-abort-expected.txt: |
| * storage/indexeddb/version-change-abort.html: |
| * storage/indexeddb/version-change-exclusive-expected.txt: |
| * storage/indexeddb/version-change-exclusive.html: |
| * storage/indexeddb/versionchangerequest-activedomobject.html: |
| |
| 2014-02-11 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Position and thickness of underline as text size changes |
| https://bugs.webkit.org/show_bug.cgi?id=16768 |
| |
| This test draws underlined text at a very large font size. It then positions and clips |
| the text so that the underline should fill a box if the underline grows in proportion |
| to text size. The comparison is to a box that has its background color set. |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/css3-text/css3-text-decoration/text-decoration-thickness-expected.html: Added. |
| * fast/css3-text/css3-text-decoration/text-decoration-thickness.html: Added. |
| |
| 2014-02-10 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Convert position:sticky and position:fixed properties to position:static and position:absolute upon copy |
| https://bugs.webkit.org/show_bug.cgi?id=128194 |
| |
| Reviewed by Simon Fraser. |
| |
| Checks that the style properties get converted. |
| |
| * editing/pasteboard/copy-paste-converts-sticky-and-fixed-expected.txt: Added. |
| * editing/pasteboard/copy-paste-converts-sticky-and-fixed.html: Added. |
| |
| 2014-02-11 Youenn Fablet <youennf@gmail.com> |
| |
| XMLHttpRequest should not send DNT header |
| https://bugs.webkit.org/show_bug.cgi?id=128533 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Updated http/tests/xmlhttprequest/set-dangerous-headers.html to test that DNT header is not sent. |
| |
| * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt: |
| * http/tests/xmlhttprequest/set-dangerous-headers.html: |
| |
| 2014-02-10 Jeffrey Pfau <jpfau@apple.com> |
| |
| Bring third-party app cache blocking behavior in line with private browsing app cache blocking behavior |
| https://bugs.webkit.org/show_bug.cgi?id=128557 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/security/resources/cross-origin-iframe-for-appcache-allowed.html: |
| * http/tests/security/resources/cross-origin-iframe-for-appcache.html: |
| * http/tests/security/resources/same-origin-iframe-for-appcache-blocked.html: |
| |
| 2014-02-11 Brady Eidson <beidson@apple.com> |
| |
| IDB: The test after storage/indexeddb/mozilla/object-identity.html fails in cleanup code |
| <rdar://problem/16040663> and https://bugs.webkit.org/show_bug.cgi?id=128621 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac-wk2/TestExpectations: Enabled all of the storage/indexeddb/mozilla tests except 1. |
| |
| 2014-02-11 Diego Pino Garcia <dpino@igalia.com> |
| |
| Unreviewed. Fix typo in layout test introduced in r163811. |
| |
| * inspector-protocol/debugger/hit-breakpoint-from-console.html: |
| |
| 2014-02-11 Samuel White <samuel_white@apple.com> |
| |
| AX: Add text replacement activity support to NSAccessibilitySelectTextWithCriteriaParameterizedAttribute. |
| https://bugs.webkit.org/show_bug.cgi?id=128397 |
| |
| Reviewed by Chris Fleizach. |
| |
| Updated test and expectations to handle text replacement. |
| |
| * platform/mac/accessibility/select-text-expected.txt: |
| * platform/mac/accessibility/select-text.html: |
| |
| 2014-02-11 Brady Eidson <beidson@apple.com> |
| |
| IndexedDB tests on some bots are flakey (timeouts) |
| <rdar://problem/16038745> and https://bugs.webkit.org/show_bug.cgi?id=128612 |
| |
| Reviewed by Sam Weinig. |
| |
| * platform/mac-wk2/TestExpectations: Reenable the tests. |
| |
| 2014-02-11 James Craig <jcraig@apple.com> |
| |
| Web Inspector: AX: Accessibility Node Inspection |
| https://bugs.webkit.org/show_bug.cgi?id=127447 |
| |
| Reviewed by Timothy Hatcher. |
| |
| New layout verifying AccessibilityObject::computedRoleString() |
| |
| * accessibility/roles-computedRoleString-expected.txt: Added. |
| * accessibility/roles-computedRoleString.html: Added. |
| |
| 2014-02-10 Oliver Hunt <oliver@apple.com> |
| |
| Stop throwing when attempting to read instance properties directly from the prototype |
| https://bugs.webkit.org/show_bug.cgi?id=128568 |
| |
| Reviewed by Mark Lam. |
| |
| Update tests to match required behavior. |
| |
| * js/dom/dom-as-prototype-assignment-exception-expected.txt: |
| * js/dom/script-tests/dom-as-prototype-assignment-exception.js: |
| |
| 2014-02-11 Alexey Proskuryakov <ap@apple.com> |
| |
| Animation tests are flaky in Release on EWS, too. |
| |
| * platform/mac/TestExpectations: Removed [ Debug ] from several animation test |
| expectations. |
| |
| 2014-02-11 Sergio Villar Senin <svillar@igalia.com> |
| |
| [CSS Grid Layout] Support calc() breadth size type |
| https://bugs.webkit.org/show_bug.cgi?id=103761 |
| |
| Reviewed by Dean Jackson. |
| |
| Added some more tests for track breadths specified with calc(). |
| |
| * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt: |
| * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt: |
| * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: |
| * fast/css-grid-layout/grid-columns-rows-get-set.html: |
| * fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt: |
| * fast/css-grid-layout/non-grid-columns-rows-get-set-multiple-expected.txt: |
| * fast/css-grid-layout/non-grid-columns-rows-get-set-multiple.html: |
| * fast/css-grid-layout/non-grid-columns-rows-get-set.html: |
| * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js: |
| * fast/css-grid-layout/resources/grid-columns-rows-get-set.js: |
| * fast/css-grid-layout/resources/non-grid-columns-rows-get-set-multiple.js: |
| * fast/css-grid-layout/resources/non-grid-columns-rows-get-set.js: |
| |
| 2014-02-11 Radu Stavila <stavila@adobe.com> |
| |
| [CSS Regions] clipping rectangle for "overflow: hidden" should be based on the padding box, not the content box |
| https://bugs.webkit.org/show_bug.cgi?id=119546 |
| |
| Reviewed by Anders Carlsson. |
| |
| Added tests for the correct painting of region overflow over the region's padding. |
| This problem was solved by https://bugs.webkit.org/show_bug.cgi?id=118665 and |
| https://bugs.webkit.org/show_bug.cgi?id=128590. |
| Two writing modes (horiz-bt and vert-rl) are still not working properly and a separate |
| issue has been created for them (https://bugs.webkit.org/show_bug.cgi?id=128600). |
| |
| * fast/regions/clip-to-padding-box-expected.html: Added. |
| * fast/regions/clip-to-padding-box-margins-expected.html: Added. |
| * fast/regions/clip-to-padding-box-margins.html: Added. |
| * fast/regions/clip-to-padding-box-vertical-lr-expected.html: Added. |
| * fast/regions/clip-to-padding-box-vertical-lr.html: Added. |
| * fast/regions/clip-to-padding-box.html: Added. |
| |
| 2014-02-10 Filip Pizlo <fpizlo@apple.com> |
| |
| LICM should gracefully handle unprofiled code |
| https://bugs.webkit.org/show_bug.cgi?id=127848 |
| |
| Reviewed by Mark Hahnenberg. |
| |
| * js/regress/script-tests/unprofiled-licm.js: Added. |
| (foo): |
| * js/regress/unprofiled-licm-expected.txt: Added. |
| * js/regress/unprofiled-licm.html: Added. |
| |
| 2014-02-10 David Hyatt <hyatt@apple.com> |
| |
| [New Multicolumn] Make columns work with line grids |
| https://bugs.webkit.org/show_bug.cgi?id=128555 |
| |
| Reviewed by Antti Koivisto. |
| |
| Added line-snap-into-columns.html and line-snap-inside-columns.html |
| |
| * fast/multicol/newmulticol/line-grid-inside-columns-expected.html: Added. |
| * fast/multicol/newmulticol/line-grid-inside-columns.html: Added. |
| * fast/multicol/newmulticol/line-grid-into-columns-expected.html: Added. |
| * fast/multicol/newmulticol/line-grid-into-columns.html: Added. |
| |
| 2014-02-11 Brady Eidson <beidson@apple.com> |
| |
| IDB: storage/indexeddb/mozilla/cursor-update-updates-indexes.html ASSERTs |
| <rdar://problem/16034112> and https://bugs.webkit.org/show_bug.cgi?id=128581 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac-wk2/TestExpectations: Add the test to the enabled list. |
| |
| 2014-02-11 Radu Stavila <stavila@adobe.com> |
| |
| [CSS Regions] Overflow above the first region is not properly painted for regions with padding |
| https://bugs.webkit.org/show_bug.cgi?id=128590 |
| |
| Reviewed by Andrei Bucur. |
| |
| Added test for the correct painting of overflow above the first region |
| when the region has padding. |
| |
| * fast/regions/region-padding-overflow-hidden-expected.html: Added. |
| * fast/regions/region-padding-overflow-hidden.html: Added. |
| |
| 2014-02-11 Piotr Grad <p.grad@samsung.com> |
| |
| [GStreamer] High playback rate causes crash |
| https://bugs.webkit.org/show_bug.cgi?id=128453 |
| |
| Reviewed by Philippe Normand. |
| |
| Test checks if passing high playback rate causes crash. |
| |
| * media/video-extreme-playbackrate-crash-expected.txt: Added. |
| * media/video-extreme-playbackrate-crash.html: Added. |
| |
| 2014-02-11 Alexey Proskuryakov <ap@apple.com> |
| |
| Skip IndexedDB tests again, they are failing. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2014-02-11 Alexey Proskuryakov <ap@apple.com> |
| |
| Add hooks for wrapping CryptoKeys in SerializedScriptValue |
| https://bugs.webkit.org/show_bug.cgi?id=128567 |
| |
| * platform/mac/TestExpectations: Forgot to include this in the patch, skipping a |
| worker test that no longer works. |
| |
| 2014-02-10 Brady Eidson <beidson@apple.com> |
| |
| IndexedDB assertion at IDBTransactionBackend::~IDBTransactionBackend() |
| https://bugs.webkit.org/show_bug.cgi?id=128341 |
| |
| Reviewed by Maciej Stachowiak. |
| |
| * platform/mac-wk2/TestExpectations: Reenable the indexeddb tests that are known to pass. |
| |
| 2014-02-10 Alexey Proskuryakov <ap@apple.com> |
| |
| svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html and svg/css/font-face-crash.html |
| frequently assert in ComplexTextController::offsetForPosition |
| https://bugs.webkit.org/show_bug.cgi?id=119747 |
| |
| * platform/mac/TestExpectations: Skipped the latter test in debug builds. |
| |
| 2014-02-10 Brady Eidson <beidson@apple.com> |
| |
| IDB: storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html fails |
| <rdar://problem/16033286> and https://bugs.webkit.org/show_bug.cgi?id=128574 |
| |
| Reviewed by Maciej Stachowiak. |
| |
| * platform/mac-wk2/TestExpectations: Add the test (still skipped for now due to unrelated reasons). |
| |
| 2014-02-10 Benjamin Poulain <benjamin@webkit.org> |
| |
| Add the basic infrastructure to compile attributes matching in selectors |
| https://bugs.webkit.org/show_bug.cgi?id=128484 |
| |
| Reviewed by Gavin Barraclough. |
| |
| Tests the various cases requiring more register than what is available from the caller-saved pool. |
| |
| * fast/selectors/querySelector-attribute-match-with-child-backtracking-expected.txt: Added. |
| * fast/selectors/querySelector-attribute-match-with-child-backtracking.html: Added. |
| * fast/selectors/querySelector-long-attribute-match-with-child-backtracking-expected.txt: Added. |
| * fast/selectors/querySelector-long-attribute-match-with-child-backtracking.html: Added. |
| * fast/selectors/querySelector-long-multiple-attribute-match-with-child-backtracking-expected.txt: Added. |
| * fast/selectors/querySelector-long-multiple-attribute-match-with-child-backtracking.html: Added. |
| * fast/selectors/querySelector-multiple-attribute-match-with-child-backtracking-expected.txt: Added. |
| * fast/selectors/querySelector-multiple-attribute-match-with-child-backtracking.html: Added. |
| |
| 2014-02-10 Brady Eidson <beidson@apple.com> |
| |
| IDB: storage/indexeddb/mozilla/indexes.html fails |
| <rdar://problem/16031590> and https://bugs.webkit.org/show_bug.cgi?id=128563 |
| |
| Reviewed by Tim Horton. |
| |
| * platform/mac-wk2/TestExpectations: Add the test (still skipped for now due to unrelated reasons). |
| |
| 2014-02-09 Dean Jackson <dino@apple.com> |
| |
| Update aspect-ratio property to have constraining keywords |
| https://bugs.webkit.org/show_bug.cgi?id=128262 |
| |
| Reviewed by Simon Fraser. |
| |
| Add tests for new from-intrinsic and from-dimensions |
| property values. |
| |
| * fast/css/aspect-ratio-inheritance-expected.txt: |
| * fast/css/aspect-ratio-inheritance.html: |
| * fast/css/aspect-ratio-parsing-tests-expected.txt: |
| * fast/css/aspect-ratio-parsing-tests.html: |
| |
| 2014-02-10 Mark Lam <mark.lam@apple.com> |
| |
| REGRESSION(r163660-r163664): js/dom/stack-trace.html fails. |
| <https://webkit.org/b/128544> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| The failing test is fragile. The test intends to test a recursion pattern |
| i.e. the top of the stack trace should show a repeated cycle of certain |
| function calls. However, the test makes a faulty assumption about which |
| function in that recursion pattern will be the one that overflows the |
| stack. |
| |
| The fix is to make the test check for repetition of that recursion pattern |
| instead of making a specific assumption as to which function within that |
| recursion pattern will overflow the stack. |
| |
| * TestExpectations: reverted skipped test. |
| * js/dom/script-tests/stack-trace.js: |
| (stackTraceLineFor): |
| - refactored this code to generated the stack trace line out of printStack. |
| (printStack): |
| - updated to use stackTraceLineFor. |
| (dumpPattern): |
| - utility function to dump the recursion pattern being matched. |
| (matchesPatternAtLine): |
| (matchPattern): |
| (checkStackForPattern): |
| - utility functions for testing if the stack trace matches the expected |
| recursion pattern. The pattern is an array of stack trace lines that |
| we should see repeated in the stack trace starting from the top. |
| |
| The top line of the stack trace may match any line in the pattern. |
| Thereafter, subsequent lines much patch lines in the pattern starting |
| with the line after the first match. When we run out of pattern lines, |
| we'll go back to the first pattern line and continue the matching test |
| until we run out of stack trace lines to match. |
| |
| If any mismatch is found, the test fails. |
| |
| * js/dom/stack-trace-expected.txt: |
| - updates baseline for expected results. |
| |
| 2014-02-10 Alexey Proskuryakov <ap@apple.com> |
| |
| svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures.html frequently asserts |
| in ComplexTextController::offsetForPosition |
| https://bugs.webkit.org/show_bug.cgi?id=119747 |
| |
| * platform/mac/TestExpectations: Skipped it in debug builds. |
| |
| 2014-02-07 Jeffrey Pfau <jpfau@apple.com> |
| |
| Disable access to application cache when in private browsing |
| https://bugs.webkit.org/show_bug.cgi?id=128426 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/security/appcache-in-private-browsing-expected.txt: Added. |
| * http/tests/security/appcache-in-private-browsing.html: Added. |
| * http/tests/security/appcache-switching-private-browsing-expected.txt: Added. |
| * http/tests/security/appcache-switching-private-browsing.html: Added. |
| * http/tests/security/resources/frame-for-appcache-in-private-browsing.html: Added. |
| |
| 2014-02-10 Alexey Proskuryakov <ap@apple.com> |
| |
| Move animation tests that have similar failing behavior in debug builds together, |
| and mark them as passing in release. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-02-10 Alexey Proskuryakov <ap@apple.com> |
| |
| Flaky Test: animations/play-state-suspend.html |
| https://bugs.webkit.org/show_bug.cgi?id=50959 |
| |
| * platform/mac/TestExpectations: Marked it as such. |
| |
| 2014-02-10 Brady Eidson <beidson@apple.com> |
| |
| IDB: storage/indexeddb/mozilla/object-store-remove-values.html fails |
| <rdar://problem/16029319> and https://bugs.webkit.org/show_bug.cgi?id=128487 |
| |
| Reviewed by Tim Horton. |
| |
| * platform/mac-wk2/TestExpectations: Add the now-passing test (skipped because of |
| unrelated flakiness in IDB tests) |
| |
| 2014-02-10 Diego Pino Garcia <dpino@igalia.com> |
| |
| Web Inspector: add test for hitting breakpoints from functions called via console |
| https://bugs.webkit.org/show_bug.cgi?id=126845 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector-protocol/debugger/hit-breakpoint-from-console-expected.txt: Added. |
| * inspector-protocol/debugger/hit-breakpoint-from-console.html: Added. |
| |
| 2014-02-10 Mark Hahnenberg <mhahnenberg@apple.com> |
| |
| Handling of opaque roots is wrong in EdenCollections |
| https://bugs.webkit.org/show_bug.cgi?id=128210 |
| |
| Reviewed by Geoffrey Garen. |
| |
| Forgot to svn add the regression tests for this bug. |
| |
| * js/generational-opaque-roots-expected.txt: Added. |
| * js/script-tests/generational-opaque-roots.js: Added. |
| |
| 2014-02-10 Brady Eidson <beidson@apple.com> |
| |
| Skip indexeddb tests for now until somebody can explore 128341. |
| https://bugs.webkit.org/show_bug.cgi?id=128341 |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2014-02-10 Michał Pakuła vel Rutka <m.pakula@samsung.com> |
| |
| Unreviewed EFL gardening |
| |
| Add test expectations for crashing tests. |
| |
| * platform/efl-wk2/TestExpectations: |
| |
| 2014-02-10 Alexey Proskuryakov <ap@apple.com> |
| |
| REGRESSION(r163660-r163664): js/dom/stack-trace.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=128544 |
| |
| * TestExpectations: Marked as such (possibly passing on other platforms?) |
| |
| 2014-02-10 Filip Pizlo <fpizlo@apple.com> |
| |
| Skip fast/workers/dedicated-worker-lifecycle |
| https://bugs.webkit.org/show_bug.cgi?id=128537 |
| |
| * TestExpectations: |
| |
| 2014-02-10 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSSRegions] Add tests for scrolling composited content |
| https://bugs.webkit.org/show_bug.cgi?id=128527 |
| |
| Reviewed by Andrei Bucur. |
| |
| Add tests take simulate scrolling in the context of regions and composited content: |
| 1. scroll an empty region that is composited |
| 2. scroll a region that displays composited content |
| |
| * compositing/regions/composited-content-fixed-region-scrolled-expected.txt: Added. |
| * compositing/regions/composited-content-fixed-region-scrolled.html: Added. |
| * compositing/regions/fixed-empty-region-scrolled-expected.txt: Added. |
| * compositing/regions/fixed-empty-region-scrolled.html: Added. |
| |
| 2014-02-10 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSS Regions] Fix Propagating Border and Padding for Inline Replaced Elements Flowed in Regions |
| https://bugs.webkit.org/show_bug.cgi?id=123143 |
| |
| Reviewed by Andrei Bucur. |
| |
| Add test to make sure that outlines and borders are properly painted for inline replaced |
| transformed elements, having margins and paddings, displayed in region. |
| |
| * compositing/regions/inline-replaced-transformed-in-region-expected.html: Added. |
| * compositing/regions/inline-replaced-transformed-in-region.html: Added. |
| |
| 2014-02-09 Dirk Schulze <krit@webkit.org> |
| |
| -webkit-clip-path should support fill, stroke, view-box keywords |
| https://bugs.webkit.org/show_bug.cgi?id=128393 |
| |
| Reviewed by Dean Jackson. |
| |
| Update or add new tests for changed clip-path keywords. |
| |
| * css3/masking/clip-path-circle-bounding-box.html: Removed. |
| * fast/masking/parsing-clip-path-shape.html: |
| * platform/mac/css3/masking/clip-path-circle-bounding-box-expected.png: Removed. |
| * platform/mac/css3/masking/clip-path-circle-bounding-box-expected.txt: Removed. |
| * svg/clip-path/clip-path-shape-fill-expected.svg: Added. |
| * svg/clip-path/clip-path-shape-fill.svg: Added. |
| * svg/clip-path/clip-path-shape-stroke-expected.svg: Added. |
| * svg/clip-path/clip-path-shape-stroke.svg: Added. |
| * svg/clip-path/clip-path-shape-view-box-expected.svg: Added. |
| * svg/clip-path/clip-path-shape-view-box.svg: Added. |
| |
| 2014-02-09 Carlos Garnacho <carlosg@gnome.org> |
| |
| [GTK] Enable touch features |
| https://bugs.webkit.org/show_bug.cgi?id=98931 |
| |
| Reviewed by Carlos Garcia Campos. |
| |
| * platform/gtk/TestExpectations: remove fast/events/touch |
| * platform/gtk-wk2/TestExpectations: Add new expectations on |
| fast/events/touch events. |
| |
| 2014-02-08 Brady Eidson <beidson@apple.com> |
| |
| IDB: storage/indexeddb/mozilla/object-cursors.html fails |
| <rdar://problem/16020585> and https://bugs.webkit.org/show_bug.cgi?id=128479 |
| |
| Reviewed by Dan Bernstein. |
| |
| * platform/mac-wk2/TestExpectations: Enable the test. |
| |
| 2014-02-08 Brady Eidson <beidson@apple.com> |
| |
| IDB: storage/indexeddb/mozilla/index-prev-no-duplicate.html fails |
| <rdar://problem/16018918> and https://bugs.webkit.org/show_bug.cgi?id=128444 |
| |
| Reviewed by Dan Bernstein. |
| |
| * platform/mac-wk2/TestExpectations: Enable the test. |
| |
| 2014-02-08 Brady Eidson <beidson@apple.com> |
| |
| IDB: storage/indexeddb/mozilla/versionchange-abort.html fails |
| <rdar://problem/16018887> and https://bugs.webkit.org/show_bug.cgi?id=128442 |
| |
| Reviewed by Dan Bernstein. |
| |
| * platform/mac-wk2/TestExpectations: Enable the test. |
| Also add all the other storage/indexeddb/mozilla test with expectations as they |
| are what I’m focusing on right now. |
| |
| 2014-02-08 Brady Eidson <beidson@apple.com> |
| |
| IDB: storage/indexeddb/mozilla/cursors.html fails |
| <rdar://problem/16017998> and https://bugs.webkit.org/show_bug.cgi?id=128423 |
| |
| Reviewed by Dan Bernstein. |
| |
| * platform/mac-wk2/TestExpectations: Unskip storage/indexeddb/mozilla/cursors.html. |
| |
| Revert the change to storage/indexeddb/mozilla/clear.html as it is now clear how a |
| null cursor might be returned from openCursor: |
| * storage/indexeddb/mozilla/clear-expected.txt: |
| * storage/indexeddb/mozilla/resources/clear.js: |
| |
| 2014-02-08 Chris J. Shull <chrisjshull@gmail.com> |
| |
| Web Inspector: Find evaluates attributes in a case sensitive manner |
| https://bugs.webkit.org/show_bug.cgi?id=128405 |
| |
| Reviewed by Timothy Hatcher. |
| |
| Added checks for searches where capitalization in the attributes did not match the capitalization in the search. Also fleshed out other search types with checks for valid capitalization differences. |
| |
| * inspector-protocol/dom/dom-search-expected.txt: |
| * inspector-protocol/dom/resources/dom-search-queries.js: |
| |
| 2014-02-08 Dan Bernstein <mitz@apple.com> |
| |
| Remove client-drawn highlights (-webkit-highlight, WebHTMLHighlighter) |
| https://bugs.webkit.org/show_bug.cgi?id=128456 |
| |
| Reviewed by Anders Carlsson. |
| |
| * fast/css/getComputedStyle/computed-style-expected.txt: |
| * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * svg/css/getComputedStyle-basic-expected.txt: |
| |
| 2014-02-08 Zan Dobersek <zdobersek@igalia.com> |
| |
| Convert current MHTML tests into reftests |
| https://bugs.webkit.org/show_bug.cgi?id=116443 |
| |
| Reviewed by Andreas Kling. |
| |
| Convert the current set of MHTML tests into reference tests. Reference files are copied from the *_original files |
| where available (with the *_original files removed) or from the source markup and code that's stored in the archive. |
| Both the archives and the reference files are adjusted to now dump pixel output instead of text. |
| |
| * mhtml/check_domain-expected.html: Added. |
| * mhtml/check_domain-expected.txt: Removed. |
| * mhtml/check_domain.mht: |
| * mhtml/frame_4.html_original: Removed. |
| * mhtml/multi_frames.html_original: Removed. |
| * mhtml/multi_frames_binary-expected.html: Added. |
| * mhtml/multi_frames_binary-expected.txt: Removed. |
| * mhtml/multi_frames_binary.mht: |
| * mhtml/multi_frames_ie-expected.html: Added. |
| * mhtml/multi_frames_ie-expected.txt: Removed. |
| * mhtml/multi_frames_ie.mht: |
| * mhtml/multi_frames_unmht-expected.html: Added. |
| * mhtml/multi_frames_unmht-expected.txt: Removed. |
| * mhtml/multi_frames_unmht.mht: |
| * mhtml/page_with_css_and_js_ie-expected.html: Copied from LayoutTests/mhtml/page_with_css_and_js.html_original. |
| * mhtml/page_with_css_and_js_ie-expected.txt: Removed. |
| * mhtml/page_with_css_and_js_ie.mht: |
| * mhtml/page_with_css_and_js_unmht-expected.html: Renamed from LayoutTests/mhtml/page_with_css_and_js.html_original. |
| * mhtml/page_with_css_and_js_unmht-expected.txt: Removed. |
| * mhtml/page_with_css_and_js_unmht.mht: |
| * mhtml/page_with_image.html_original: Removed. |
| * mhtml/page_with_image_ie-expected.html: Added. |
| * mhtml/page_with_image_ie-expected.txt: Removed. |
| * mhtml/page_with_image_ie.mht: |
| * mhtml/page_with_image_unmht-expected.html: Added. |
| * mhtml/page_with_image_unmht-expected.txt: Removed. |
| * mhtml/page_with_image_unmht.mht: |
| * mhtml/resources/frame_0.html: Renamed from LayoutTests/mhtml/frame_0.html_original. |
| * mhtml/resources/frame_1.html: Renamed from LayoutTests/mhtml/frame_1.html_original. |
| * mhtml/resources/frame_2.html: Renamed from LayoutTests/mhtml/frame_2.html_original. |
| * mhtml/resources/frame_4.html: Added. |
| * mhtml/resources/hide_image.css: Added. |
| (#secondDiv): |
| * mhtml/resources/remove_image_script.js: Added. |
| (onLoad): |
| * mhtml/resources/style.css: Copied from LayoutTests/mhtml/shared_buffer_bug.mht. |
| (h1): |
| * mhtml/shared_buffer_bug-expected.html: Added. |
| * mhtml/shared_buffer_bug-expected.txt: Removed. |
| * mhtml/shared_buffer_bug.mht: |
| * mhtml/simple_page_ie-expected.html: Copied from LayoutTests/mhtml/simple_page.html_original. |
| * mhtml/simple_page_ie-expected.txt: Removed. |
| * mhtml/simple_page_ie.mht: |
| * mhtml/simple_page_unmht-expected.html: Renamed from LayoutTests/mhtml/simple_page.html_original. |
| * mhtml/simple_page_unmht-expected.txt: Removed. |
| * mhtml/simple_page_unmht.mht: |
| |
| 2014-02-07 Gavin Barraclough <barraclough@apple.com> |
| |
| Remove isInitialState flag from Page::setViewState |
| https://bugs.webkit.org/show_bug.cgi?id=128428 |
| |
| Reviewed by Sam Weinig. |
| |
| * fast/events/page-visibility-iframe-delete-test.html: |
| * fast/events/page-visibility-iframe-move-test.html: |
| - resetPageVisibility will now cause additional visibiliy events to fire; |
| clean up the event listeners to avoid this affecting the test results. |
| |
| 2014-02-07 Beth Dakin <bdakin@apple.com> |
| |
| Should get rid of TileController's CoverageForSlowScrolling mode |
| https://bugs.webkit.org/show_bug.cgi?id=128339 |
| |
| Reviewed by Simon Fraser. |
| |
| Slow scrolling no longer creates tiles of a different size. |
| |
| * platform/mac-wk2/tiled-drawing/fixed-background/fixed-non-propagated-body-background-expected.txt: |
| * platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: |
| * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt: |
| |
| 2014-02-07 Brady Eidson <beidson@apple.com> |
| |
| IDB: Some Mozilla cursor mutation tests fail |
| <rdar://problem/16011680> and https://bugs.webkit.org/show_bug.cgi?id=128374 |
| |
| Reviewed by Sam Weinig. |
| |
| * platform/mac-wk2/TestExpectations: Add two tests that now pass. |
| |
| 2014-02-07 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Revert r154384 and r154674 as they broke selection rect computations for text with ligatures. |
| |
| * fast/text/partial-textruns-expected.html: Removed. |
| * fast/text/partial-textruns.html: Removed. |
| * fast/text/resources/PTS55F-webfont.ttf: Removed. |
| |
| 2014-02-07 Brendan Long <b.long@cablelabs.com> |
| |
| Update TextTrack API to current spec |
| https://bugs.webkit.org/show_bug.cgi?id=122218 |
| |
| Refactoring VTTCue out of TextTrackCue. |
| |
| Reviewed by Eric Carlson. |
| |
| * js/dom/constructor-length.html: Add VTTCue constructor. |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/efl/js/dom/constructor-length-expected.txt: Same. |
| * js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/gtk-wk2/js/dom/constructor-length-expected.txt: Same. |
| * platform/gtk-wk2/js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/gtk/js/dom/constructor-length-expected.txt: Same. |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/mac/js/dom/constructor-length-expected.txt: Same. |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: Same. |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: Same. |
| * media/track/track-cues-cuechange-expected.txt: Cues are of type VTTCue now. |
| * media/track/track-cues-enter-exit-expected.txt: Same. |
| * media/track/track-vttcue-expected.txt: Test VTTCue interface. |
| * media/track/track-vttcue.html: Same. |
| * media/video-test.js: |
| (testExpected): Add "instanceof" as a valid operator. |
| |
| 2014-02-07 Mihai Tica <mitica@adobe.com> |
| |
| [CSS Background Blending] Unprefix the -webkit-background-blend-mode property |
| |
| https://bugs.webkit.org/show_bug.cgi?id=128270 |
| |
| Reviewed by Dean Jackson. |
| |
| This patch consist of unprefixing the -webkit-background-blend-mode. |
| The property now changes to background-blend-mode. |
| |
| * css3/compositing/background-blend-mode-background-attachement-fixed-expected.html: |
| * css3/compositing/background-blend-mode-background-attachement-fixed.html: |
| * css3/compositing/background-blend-mode-background-clip-content-box-expected.html: |
| * css3/compositing/background-blend-mode-background-clip-content-box.html: |
| * css3/compositing/background-blend-mode-background-clip-padding-box-expected.html: |
| * css3/compositing/background-blend-mode-background-clip-padding-box.html: |
| * css3/compositing/background-blend-mode-background-origin-border-box-expected.html: |
| * css3/compositing/background-blend-mode-background-origin-border-box.html: |
| * css3/compositing/background-blend-mode-background-position-percentage-expected.html: |
| * css3/compositing/background-blend-mode-background-position-percentage.html: |
| * css3/compositing/background-blend-mode-background-repeat-no-repeat-expected.html: |
| * css3/compositing/background-blend-mode-background-repeat-no-repeat.html: |
| * css3/compositing/background-blend-mode-background-size-contain-expected.html: |
| * css3/compositing/background-blend-mode-background-size-contain.html: |
| * css3/compositing/background-blend-mode-background-size-cover-expected.html: |
| * css3/compositing/background-blend-mode-background-size-cover.html: |
| * css3/compositing/background-blend-mode-crossfade-image.html: |
| * css3/compositing/background-blend-mode-data-uri-svg-image.html: |
| * css3/compositing/background-blend-mode-default-value.html: |
| * css3/compositing/background-blend-mode-different-image-formats.html: |
| * css3/compositing/background-blend-mode-gif-color-2.html: |
| * css3/compositing/background-blend-mode-gif-color.html: |
| * css3/compositing/background-blend-mode-gradient-color.html: |
| * css3/compositing/background-blend-mode-gradient-gradient.html: |
| * css3/compositing/background-blend-mode-gradient-image.html: |
| * css3/compositing/background-blend-mode-image-color.html: |
| * css3/compositing/background-blend-mode-image-image.html: |
| * css3/compositing/background-blend-mode-image-svg.html: |
| * css3/compositing/background-blend-mode-multiple-background-layers.html: |
| * css3/compositing/background-blend-mode-property-expected.txt: |
| * css3/compositing/background-blend-mode-property-parsing-expected.txt: |
| * css3/compositing/background-blend-mode-separate-layer-declaration.html: |
| * css3/compositing/background-blend-mode-single-layer-no-blending.html: |
| * css3/compositing/background-blend-mode-svg-color.html: |
| * css3/compositing/background-blend-mode-svg.html: |
| * css3/compositing/background-blend-mode-tiled-layers.html: |
| * css3/compositing/blend-mode-layers.html: |
| * css3/compositing/effect-background-blend-mode-stacking.html: |
| * css3/compositing/effect-background-blend-mode-tiled.html: |
| * css3/compositing/effect-background-blend-mode.html: |
| * css3/compositing/script-tests/background-blend-mode-property-parsing.js: |
| (testBlendModeRule): |
| * css3/compositing/script-tests/background-blend-mode-property.js: |
| (testblendmode): |
| |
| 2014-02-07 Samuel White <samuel_white@apple.com> |
| |
| AX: Find and select text with respect to insertion point using accessibility API. |
| https://bugs.webkit.org/show_bug.cgi?id=128026 |
| |
| Reviewed by Chris Fleizach. |
| |
| Tests that text selection via the accessibility API works as expected. |
| |
| * platform/mac/accessibility/bounds-for-range-expected.txt: |
| * platform/mac/accessibility/select-text-expected.txt: Added. |
| * platform/mac/accessibility/select-text.html: Added. |
| |
| 2014-02-06 Brady Eidson <beidson@apple.com> |
| |
| IDB: storage/indexeddb/create-index-with-integer-keys.html fails |
| <rdar://problem/16002857> and https://bugs.webkit.org/show_bug.cgi?id=128316 |
| |
| Reviewed by Geoff Garen. |
| |
| * platform/mac-wk2/TestExpectations: Enable the test. |
| |
| 2014-02-07 Frédéric Wang <fred.wang@free.fr> |
| |
| childShouldCreateRenderer should return false for the mspace element |
| https://bugs.webkit.org/show_bug.cgi?id=128325 |
| |
| Reviewed by Chris Fleizach. |
| |
| Add tests to ensure that the mspace element does not have renderer |
| children. |
| |
| * mathml/presentation/mspace-children-expected.png: Added. |
| * mathml/presentation/mspace-children-expected.txt: Added. |
| * mathml/presentation/mspace-children.html: Added. |
| * platform/mathml/presentation/mspace-children-expected.txt: Added. |
| |
| 2014-02-07 Javier Fernandez <jfernandez@igalia.com> |
| |
| [CSS Grid Layout] Rename grid-definition-{columns|rows} to match the new syntax |
| https://bugs.webkit.org/show_bug.cgi?id=127989 |
| |
| Reviewed by Andreas Kling. |
| |
| In the latest WD, grid-definition-{columns|rows} were renamed to grid-template-{columns|rows}. |
| |
| * fast/css-grid-layout/auto-content-resolution-columns.html: |
| * fast/css-grid-layout/auto-content-resolution-rows.html: |
| * fast/css-grid-layout/breadth-size-resolution-grid.html: |
| * fast/css-grid-layout/calc-resolution-grid-item.html: |
| * fast/css-grid-layout/flex-and-minmax-content-resolution-columns.html: |
| * fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html: |
| * fast/css-grid-layout/flex-content-resolution-columns.html: |
| * fast/css-grid-layout/flex-content-resolution-rows.html: |
| * fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution.html: |
| * fast/css-grid-layout/grid-auto-columns-rows-resolution.html: |
| * fast/css-grid-layout/grid-auto-columns-rows-update.html: |
| * fast/css-grid-layout/grid-auto-flow-resolution.html: |
| * fast/css-grid-layout/grid-auto-flow-update.html: |
| * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt: |
| * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt: |
| * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: |
| * fast/css-grid-layout/grid-columns-rows-get-set.html: |
| * fast/css-grid-layout/grid-dynamic-updates-relayout.html: |
| * fast/css-grid-layout/grid-element-border-grid-item.html: |
| * fast/css-grid-layout/grid-element-border-padding-grid-item.html: |
| * fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt: |
| * fast/css-grid-layout/grid-element-change-columns-repaint.html: |
| * fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt: |
| * fast/css-grid-layout/grid-element-change-rows-repaint.html: |
| * fast/css-grid-layout/grid-element-empty-row-column.html: |
| * fast/css-grid-layout/grid-element-min-max-width.html: |
| * fast/css-grid-layout/grid-element-padding-grid-item.html: |
| |