blob: ce8441f236a21e2aee8dbd7cfad2bbff8bb7b1f5 [file] [log] [blame]
2020-07-01 Tim Horton <timothy_horton@apple.com>
Swipe snapshot is removed too early when swiping away from a page that is still loading
https://bugs.webkit.org/show_bug.cgi?id=213763
<rdar://problem/64576811>
Reviewed by Darin Adler.
* http/tests/swipe/resources/swipe-test.js: Added.
* http/tests/swipe/swipe-back-with-outstanding-load-cancellation-expected.txt: Added.
* http/tests/swipe/swipe-back-with-outstanding-load-cancellation.html: Added.
Add a test that ensures that we don't remove the swipe snapshot before the "back" page is loaded.
Before this fix, this test fails the assertion that we're on the first page in didRemoveSwipeSnapshotCallback.
2020-07-01 Chris Fleizach <cfleizach@apple.com>
AX: Implement relevant simulated key presses for custom ARIA widgets for increment/decrement
https://bugs.webkit.org/show_bug.cgi?id=213744
Reviewed by Darin Adler.
* accessibility/keyevents-posted-for-increment-actions-expected.txt: Added.
* accessibility/keyevents-posted-for-increment-actions.html: Added.
* accessibility/keyevents-for-increment-actions-with-node-removal-expected.txt: Added.
* accessibility/keyevents-for-increment-actions-with-node-removal.htmk: Added.
2020-07-01 Chris Dumez <cdumez@apple.com>
[ iOS Debug and Mojave Debug ] http/tests/storage/storage-map-leaking.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=213795
<rdar://problem/64937993>
Reviewed by Darin Adler.
Because our GC is conservative, a particular JS wrapper is not guaranteed to go away in a timely fashion.
To try and make the test more reliable, we now use 4 separate Storage wrappers instead of a single one.
We treat the test as passing if any of the 4 storage wrappers go away after removing the 4 subframes from
4 separate origins.
* http/tests/storage/storage-map-leaking.html:
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-07-01 Youenn Fablet <youenn@apple.com>
Add a functional WebRTC VP9 codec
https://bugs.webkit.org/show_bug.cgi?id=213778
Reviewed by Eric Carlson.
* webrtc/vp9-expected.txt:
* webrtc/vp9.html:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/events/before-input-delete-empty-list-target-ranges.html and fast/events/before-input-events-prevent-insert-composition.html and fast/events/before-input-events-prevent-recomposition.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213848
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/events/fire-scroll-event.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213850
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
2020-07-01 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Remove unnecessary baseline after r263797.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode-expected.txt:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/events/before-input-prevent-cut.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213849
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-01 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for non-baseline aligned cell height
https://bugs.webkit.org/show_bug.cgi?id=213845
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-cell-height-middle-align-simple-expected.html: Added.
* fast/layoutformattingcontext/table-cell-height-middle-align-simple.html: Added.
2020-07-01 Antoine Quint <graouts@webkit.org>
pointerevents/ios/touch-action-none-on-iframe.html times out
https://bugs.webkit.org/show_bug.cgi?id=213846
<rdar://problem/60393092>
Reviewed by Antti Koivisto.
The test pointerevents/ios/touch-action-none-on-iframe.html was mistakenly assuming that setting `touch-action: none` on
an <iframe> should prevent scrolling on the outer document with a swipe gesture over the inner document. We're renaming
this test as pointerevents/ios/touch-action-none-on-iframe-outer.html and modifying it to expect scrolling to occur, and
also make it a promise_test to avoid further timeouts due to failures in an async_test.
We also add a new test pointerevents/ios/touch-action-none-on-iframe-inner.html which sets `touch-action: none` on the
inner document which should indeed prevent scrolling of both the inner and outer documents.
* pointerevents/ios/touch-action-none-on-iframe-inner-expected.txt: Added.
* pointerevents/ios/touch-action-none-on-iframe-inner.html: Added.
* pointerevents/ios/touch-action-none-on-iframe-outer-expected.txt: Renamed from LayoutTests/pointerevents/ios/touch-action-none-on-iframe-expected.txt.
* pointerevents/ios/touch-action-none-on-iframe-outer.html: Renamed from LayoutTests/pointerevents/ios/touch-action-none-on-iframe.html.
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/dom/Window/open-invalid-url.html and fast/dom/Range/simple-line-layout-getclientrects.html and fast/dom/attr_dead_doc.html and fast/dom/horizontal-scrollbar-when-dir-change.html and fast/dom/vertical-scrollbar-when-dir-change.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213847
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
* platform/ios/TestExpectations:
2020-07-01 Antoine Quint <graouts@webkit.org>
[Media Controls] Tracks panel can show text tracks with mode "hidden" as selected
https://bugs.webkit.org/show_bug.cgi?id=213839
<rdar://problem/57989325>
Reviewed by Jer Noble.
Add a new test that dumps the selection state of tracks in the tracks panel when all of media.textTracks
have been set to mode = "hidden".
* media/modern-media-controls/tracks-support/tracks-support-hidden-tracks-expected.txt: Added.
* media/modern-media-controls/tracks-support/tracks-support-hidden-tracks.html: Added.
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/css/replaced-element-implicit-size.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213843
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/canvas/canvas-gradient-addStop-error.html and fast/canvas/canvas-radial-gradient-spreadMethod.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213840
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/css/font-calculated-value.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=178952
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-07-01 Karl Rackler <rackler@apple.com>
Remove expectation for fast/block/positioning/rtl-fixed-positioning.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213838
Unreviewed test gardening.
* platform/ios-simulator/TestExpectations:
2020-06-29 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Don't include scrollbar extents when computing sizes for percentage resolution
https://bugs.webkit.org/show_bug.cgi?id=213739
Reviewed by Javier Fernandez.
* TestExpectations: Unskipped percentage-heights-004.html.
2020-07-01 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Garden flaky failures in EWS GTK-WK2 queue.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-30 Lauro Moura <lmoura@igalia.com>
[WPE] Garden some failures and add new section to expectation
Start new sections for triaged tests like GTK and GLib.
Unreviewed test gardening.
* platform/wpe/TestExpectations:
2020-06-30 Mark Lam <mark.lam@apple.com>
Add handling for a case of OOME in CSSTokenizer and CSSParser.
https://bugs.webkit.org/show_bug.cgi?id=213702
<rdar://problem/64808889>
Reviewed by Darin Adler.
* css3/out-of-memory-in-css-tokenizer-expected.txt: Added.
* css3/out-of-memory-in-css-tokenizer.html: Added.
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for fast/attachment/attachment-folder-icon.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213813
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for editing/style/push-down-font-styles-win.html and editing/style/push-down-implicit-styles-around-list-win.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213812
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for css3/filters/null-effect-check.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213810
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for editing/inserting/insert-paragraph-selection-outside-contenteditable.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213811
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectations for <canvas/philip/tests/2d.gradient.radial.touch1.html and canvas/philip/tests/2d.gradient.radial.touch2.html and canvas/philip/tests/2d.gradient.radial.touch3.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213800
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for compositing/contents-scale/rasterization-scale.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213805
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-30 Daniel Bates <dabates@apple.com>
[iOS] Editable regions causes ~1% slowdown in PLT5
https://bugs.webkit.org/show_bug.cgi?id=213659
<rdar://problem/64361390>
Reviewed by Simon Fraser.
Add some tests to ensure the new setting works and the feature can be disabled. Note
that the setting is enabled by default to keep the current behavior. See the WebCore
ChangeLog entry for more details.
Update existings tests that need the editable region enabled to enable it now that it must
be explicitly enabled.
* editing/editable-region/fixed-and-absolute-contenteditable-scrolled.html:
* editing/editable-region/float-contenteditable.html:
* editing/editable-region/hit-test-basic-without-editable-region-expected.txt: Added.
* editing/editable-region/hit-test-basic-without-editable-region.html: Copied from LayoutTests/editing/editable-region/hit-test-basic.html.
* editing/editable-region/hit-test-basic.html:
* editing/editable-region/hit-test-editable-document-element.html:
* editing/editable-region/hit-test-fixed.html:
* editing/editable-region/hit-test-overlap.html:
* editing/editable-region/hit-test-textarea-empty-space.html:
* editing/editable-region/iframe-without-editable-region-expected.txt: Added.
* editing/editable-region/iframe-without-editable-region.html: Copied from LayoutTests/editing/editable-region/iframe.html.
* editing/editable-region/iframe.html:
* editing/editable-region/out-hanging-child-of-contenteditable.html:
* editing/editable-region/overflow-scroll-text-field-and-contenteditable.html:
* editing/editable-region/relative-inside-fixed-contenteditable-scrolled.html:
* editing/editable-region/relative-inside-transformed-contenteditable.html:
* editing/editable-region/search-field-basic.html:
* editing/editable-region/text-field-basic-without-editable-region-expected.txt: Added.
* editing/editable-region/text-field-basic-without-editable-region.html: Copied from LayoutTests/editing/editable-region/text-field-basic.html.
* editing/editable-region/text-field-basic.html:
* editing/editable-region/text-field-inside-composited-negative-z-index-layer.html:
* editing/editable-region/textarea-basic.html:
* editing/editable-region/transformed-scrolled-on-top-of-fixed-contenteditables.html:
2020-06-30 Antoine Quint <graouts@webkit.org>
[iOS] Test landed flaky: webanimations/accelerated-animation-with-easing.html
https://bugs.webkit.org/show_bug.cgi?id=213758
<rdar://problem/64911008>
Reviewed by Dean Jackson.
Adding a little tolerance which seems to address the reported flakiness, at least locally.
* platform/ios/TestExpectations:
* webanimations/accelerated-animation-with-easing.html:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectations for canvas/philip/tests/2d.gradient.radial.cone.bottom.html and canvas/philip/tests/2d.gradient.radial.cone.cylinder.html and canvas/philip/tests/2d.gradient.radial.cone.front.html and canvas/philip/tests/2d.gradient.radial.cone.shape1.html and canvas/philip/tests/2d.gradient.radial.cone.top.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213799
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for canvas/philip/tests/2d.drawImage.animated.gif.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213797
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Gardened failures from EWS GTK-WK2 queue.
* platform/gtk/TestExpectations:
2020-06-30 Jason Lawrence <lawrence.j@apple.com>
[ iOS Debug and Mojave Debug ] http/tests/storage/storage-map-leaking.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=213795
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-06-30 Karl Rackler <rackler@apple.com>
Remove expectation for svg/custom/subpaths-moveto-only-rendering.svg as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213790
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations after r263737.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Upload test expectations after r263737.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations after r263734.
* platform/glib/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update expectations after r263733.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-30 Youenn Fablet <youenn@apple.com>
Add VP9 WebRTC codec runtime flag
https://bugs.webkit.org/show_bug.cgi?id=213724
Reviewed by Eric Carlson.
* webrtc/h265.html:
* webrtc/vp9-expected.txt: Added.
* webrtc/vp9.html: Added.
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Add more OffscreenCanvas flaky failures.
* platform/glib/TestExpectations:
2020-06-30 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Move WPE and GTK OffscreenCanvas failures to GLIB.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-29 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Failures happening in the EWS GTK-WK2 queue.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-29 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Dump JS output of several canvas tests in stderr.
* platform/gtk/TestExpectations:
2020-06-29 Antoine Quint <graouts@webkit.org>
[Web Animations] REGRESSION: Bootstrap Carousel component v4.1 regressed with Web Animations
https://bugs.webkit.org/show_bug.cgi?id=213376
<rdar://problem/64531242>
Reviewed by Dean Jackson.
Add a test that uses a timeout instead of a "transitionend" event to retarget a transition upon completion
to the same computed value but not the same specified value to check that we generate a transition that has
no visual effect.
* webanimations/css-transition-retargeting-to-same-value-upon-completion-with-timeout-expected.txt: Added.
* webanimations/css-transition-retargeting-to-same-value-upon-completion-with-timeout.html: Added.
2020-06-29 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r263624): http/tests/quicklook/submit-form-blocked.html fails consistently
https://bugs.webkit.org/show_bug.cgi?id=213767
<rdar://problem/64893698>
Reviewed by Tim Horton.
This test loads a Word document (`.docx`) in an iframe, and then taps a JavaScript link in the Word document
that creates a new `form` element and attempts to submit it. The test requires a particular error message to be
logged to the console in order to pass (i.e. "Blocked form submission to '<URL>' because the form's frame is
sandboxed and the 'allow-forms' permission is not set.").
After r263624, this message is no longer logged, because the `form` element created by the Word document's
JavaScript link is disconnected from the DOM, and so we bail immediately in `HTMLFormElement::submit` without
ever getting to the security check.
To fix this and make it exercise what it was originally intended to test, we tweak the JavaScript link contained
within the Word document, such that it additionally appends the newly created form element to the document. This
is the modified (percent-decoded) JavaScript URL:
```
(function() {
var form = document.createElement("form");
document.body.appendChild(form);
form.action = "fail.html";
form.innerHTML = '<input type="hidden" name="secret" value="webkit">';
form.submit();
})();
```
This patch simply adds the third line (with the call to `document.body.appendChild`).
* http/tests/quicklook/resources/submit-form-blocked.docx:
* http/tests/quicklook/submit-form-blocked.html:
Make sure we also hit-test to the link in the Word document by making the link much bigger, and adjusting the
touch location offset to match.
2020-06-29 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update baseline after r263673.
* platform/glib/accessibility/aria-hidden-negates-no-visibility-expected.txt:
2020-06-29 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Adjust baseline when the table cell itself establishes an IFC
https://bugs.webkit.org/show_bug.cgi?id=213735
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-cell-baseline-offset-simple2-expected.html: Added.
* fast/layoutformattingcontext/table-cell-baseline-offset-simple2.html: Added.
2020-06-29 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Adjust baseline offset for continuation
https://bugs.webkit.org/show_bug.cgi?id=213732
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-cell-baseline-offset-simple-expected.html: Added.
* fast/layoutformattingcontext/table-cell-baseline-offset-simple.html: Added.
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-ui/text-overflow-005.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=175290
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for svg/batik/text/textEffect3.svg as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213760
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS 14] A couple of tests in editing/selection/ios fail after <rdar://problem/60978283>
https://bugs.webkit.org/show_bug.cgi?id=213746
More work towards <rdar://problem/64808138>
Reviewed by Devin Rousso.
The UIKit change in <rdar://problem/60978283> adjusts text interaction behaviors such that a long press gesture
while editing makes a new caret selection, rather than a new word-granularity selection. Tweak a couple of
layout tests in editing/selection/ios that currently assume that long presses while editing will select a word.
* editing/selection/ios/select-text-in-existing-selection-expected.txt:
* editing/selection/ios/select-text-in-existing-selection.html:
This test verifies that the selection can be changed by making a long press inside an existing selection.
However, it now fails after the changes in <rdar://problem/60978283> because it expects the selected text to be
"jumped", but instead, the selection ends up being a caret inside the word "jumped". Tweak this test to verify
that the selection anchors' common ancestor node is the text node with the text "jumped" instead, to handle both
possibilities (where a long press selects a word vs. sets a caret selection).
* editing/selection/ios/selection-extends-into-overflow-area.html:
This test verifies the position and size of a ranged selection made inside content that visibly overflows its
parent container. It now fails because it tries to long press the word to make a selection; instead, use a
double tap gesture to make the word selection.
* resources/ui-helper.js:
(window.UIHelper.doubleTapElement):
Add a new helper method that double taps in the middle of the given element.
(window.UIHelper.callFunctionAndWaitForEvent):
Adjust this helper method to wait for the given function to resolve, if the given function returns a Promise.
2020-06-29 Peng Liu <peng.liu6@apple.com>
Video spills over PiP screen a little when using Picture in Picture
https://bugs.webkit.org/show_bug.cgi?id=213658
Reviewed by Eric Carlson.
* media/picture-in-picture/picture-in-picture-window-aspect-ratio-expected.txt: Added.
* media/picture-in-picture/picture-in-picture-window-aspect-ratio.html: Added.
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for svg/W3C-SVG-1.1/fonts-elem-01-t.svg and svg/W3C-SVG-1.1/fonts-elem-02-t.svg and svg/W3C-SVG-1.1/fonts-elem-03-b.svg and svg/W3C-SVG-1.1/fonts-elem-07-b.svg as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=188729
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for media/media-source/media-source-abort-resets-parser.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=213755
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Ryan Haddad <ryanhaddad@apple.com>
[iOS] webanimations/accelerated-animation-with-easing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213758
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as flaky to speed up EWS.
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for media/fullscreen-api-enabled-media-with-presentation-mode.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=172998
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=177319
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/webrtc/getstats.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=172521
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-values/ch-unit-004.html and imported/w3c/web-platform-tests/css/css-values/ch-unit-012.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=203333
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-text/white-space/break-spaces-010.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213737
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-ui/outline-019.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=175288
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Chris Fleizach <cfleizach@apple.com>
AX: aria-modal nodes wrapped in aria-hidden are not honored
https://bugs.webkit.org/show_bug.cgi?id=212849
<rdar://problem/64047019>
Reviewed by Zalan Bujtas.
* accessibility/aria-hidden-negates-no-visibility-expected.txt:
* accessibility/aria-hidden-negates-no-visibility.html:
* accessibility/aria-modal-in-aria-hidden-expected.txt: Added.
* accessibility/aria-modal-in-aria-hidden.html: Added.
* accessibility/aria-modal.html:
* accessibility/mac/aria-modal-auto-focus.html:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-transitions/before-load-001.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=203416
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-29 Youenn Fablet <youenn@apple.com>
Support MediaRecorder.onstart
https://bugs.webkit.org/show_bug.cgi?id=213720
Reviewed by Darin Adler.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice-expected.txt:
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice.html:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-scoping/stylesheet-title-001.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213736
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Garden tests failing on the EWS GTK-WK2 queue.
* platform/gtk/TestExpectations:
2020-06-29 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION(r263626): 2 imported/w3c/web-platform-tests/cors/ tests failing constantly
https://bugs.webkit.org/show_bug.cgi?id=213729
Unreviewed test gardening.
Add baselines for Mojave.
* platform/mac-mojave/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt: Added.
* platform/mac-mojave/imported/w3c/web-platform-tests/cors/origin-expected.txt: Added.
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-lists/counter-increment-inside-display-contents.html and imported/w3c/web-platform-tests/css/css-lists/counter-reset-inside-display-contents.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213734
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/css/css-display/display-contents-button.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213731
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/web-platform-tests/cors/preflight-failure.htm and imported/w3c/web-platform-tests/cors/status-async.htm as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213730
Unreviewed test gardening.
* TestExpectations:
2020-06-29 Xabier Rodriguez Calvar <calvaris@igalia.com>
[GStreamer] imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-immediately.https.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=213385
Reviewed by Philippe Normand.
* platform/glib/TestExpectations: Removed test from expectations.
2020-06-29 Xabier Rodriguez Calvar <calvaris@igalia.com>
[webkitpy] PHP7.4 support on Debian platforms
https://bugs.webkit.org/show_bug.cgi?id=213721
Reviewed by Carlos Garcia Campos.
* http/conf/debian-httpd-2.4-php7.4.conf: Added.
2020-06-29 Youenn Fablet <youenn@apple.com>
RTCDataChannel.bufferedAmount should stay the same even if channel is closed
https://bugs.webkit.org/show_bug.cgi?id=213698
Reviewed by Darin Adler.
* webrtc/datachannel/bufferedAmount-afterClose-expected.txt: Added.
* webrtc/datachannel/bufferedAmount-afterClose.html: Added.
2020-06-29 Youenn Fablet <youenn@apple.com>
MediaRecorder.start() Method is Ignoring the "timeslice" Parameter
https://bugs.webkit.org/show_bug.cgi?id=202233
<rdar://problem/55720555>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice.html: Added.
2020-06-29 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Addressing some timeouts and flaky failures.
* platform/wpe/TestExpectations:
2020-06-28 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Add baseline for imported/w3c/web-platform-tests/cors/credentials-flag.htm
Unreviewed test gardening.
The current baseline seems to be based on the Mojave results, where
the last two test cases fail. Let's add a glib baseline with a Pass
expectation with a link to the bug discussing the main expectation.
The added baseline mirrors the current WebKitGTK results from wpt.fyi,
with the two cookie failures.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt: Added.
2020-06-28 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Merge crypto expectations
Unreviwed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-28 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move WebCryptoAPI expectations to glib
Unreviewed test gardening.
Some expectations in the glib file were being overriden by the generic
gtk one marking the tests as Slow.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-28 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Adjust table content vertical position to match vertical-align
https://bugs.webkit.org/show_bug.cgi?id=213692
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-cell-vertical-alignment-simple-expected.html: Added.
* fast/layoutformattingcontext/table-cell-vertical-alignment-simple.html: Added.
2020-06-28 Alexey Shvayka <shvaikalesh@gmail.com>
Improve error message for primitive callback interfaces
https://bugs.webkit.org/show_bug.cgi?id=213684
Reviewed by Darin Adler.
* fast/dom/createNodeIterator-parameters-expected.txt:
* fast/dom/createNodeIterator-parameters.html:
* fast/dom/createTreeWalker-parameters-expected.txt:
* fast/dom/createTreeWalker-parameters.html:
2020-06-28 Youenn Fablet <youenn@apple.com>
MediaRecorder stopRecorder() returns empty Blob after first use
https://bugs.webkit.org/show_bug.cgi?id=212274
<rdar://problem/63601298>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-multiple-start-stop-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-multiple-start-stop.html: Added.
2020-06-27 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Replaced inline boxes sit on the baseline with their margins
https://bugs.webkit.org/show_bug.cgi?id=213679
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/replaced-box-with-margin-on-baseline-expected.html: Added.
* fast/layoutformattingcontext/replaced-box-with-margin-on-baseline.html: Added.
2020-06-27 Mark Lam <mark.lam@apple.com>
Fix missing exception check in createIDBKeyFromValue().
https://bugs.webkit.org/show_bug.cgi?id=213681
<rdar://problem/64804893>
Reviewed by Chris Dumez.
* storage/indexeddb/missing-exception-check-in-IDBKey-expected.txt: Added.
* storage/indexeddb/missing-exception-check-in-IDBKey.html: Added.
2020-06-27 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/cors from upstream
https://bugs.webkit.org/show_bug.cgi?id=213668
Reviewed by Sam Weinig.
Update web-platform-tests/cors from upstream b076c305a256e7.
* tests-options.json:
2020-06-26 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations after r263609.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt:
2020-06-26 Chris Dumez <cdumez@apple.com>
Unreviewed, rename beacon-redirect.window.html to beacon-redirect.sub.window.html in TestExpectations
This needed updating since the test got renamed upstream and we resync'd it recently in r263595.
* TestExpectations:
2020-06-26 Chris Dumez <cdumez@apple.com>
Unreviewed, drop tests that got renamed in r263598 when re-syncing WebCryptAPI tests.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Removed.
2020-06-26 Chris Dumez <cdumez@apple.com>
Unreviewed, land iOS-specific baselines after WebCryptoAPI WPT tests resync in r263598.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt: Added.
2020-06-26 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/content-security-policy from upstream
https://bugs.webkit.org/show_bug.cgi?id=213664
Reviewed by Darin Adler.
Update web-platform-tests/content-security-policy from upstream b076c305a256e7fb7.
* tests-options.json:
2020-06-26 Jer Noble <jer.noble@apple.com>
CRASH: incompatible downcast<> operation in SourceBufferPrivateAVFObjC::setCDMInstance()
https://bugs.webkit.org/show_bug.cgi?id=213660
<rdar://problem/63831593>
Reviewed by Eric Carlson.
* platform/mac/media/encrypted-media/fps-clearkey-crash-expected.txt: Added.
* platform/mac/media/encrypted-media/fps-clearkey-crash.html: Added.
2020-06-26 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/WebCryptoAPI from upstream
https://bugs.webkit.org/show_bug.cgi?id=213662
Reviewed by Darin Adler.
Update web-platform-tests/WebCryptoAPI from upstream b076c305a256e7.
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https-expected.txt:
2020-06-26 Zalan Bujtas <zalan@apple.com>
[LFC][BFC] Add support for <center>
https://bugs.webkit.org/show_bug.cgi?id=213649
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/center-alignment-with-block-content-simple-expected.html: Added.
* fast/layoutformattingcontext/center-alignment-with-block-content-simple.html: Added.
2020-06-26 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/canvas/2d.line.cap.round.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=138676
Unreviewed test gardening.
* TestExpectations:
2020-06-26 Karl Rackler <rackler@apple.com>
Remove expectations for imported/w3c/canvas/2d.gradient.linear.transform.1.html and imported/w3c/canvas/2d.gradient.linear.transform.2.html and imported/w3c/canvas/2d.gradient.linear.transform.3.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=170757
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-26 Jason Lawrence <lawrence.j@apple.com>
Unreviewed, reverting r263511, r263514, and r263565.
r263511 caused MediaRecorder test crashes on internal testers.
Reverted changesets:
"MediaRecorder stopRecorder() returns empty Blob after first
use"
https://bugs.webkit.org/show_bug.cgi?id=212274
https://trac.webkit.org/changeset/263511
"Unreviewed iOS build fix after r263511."
https://trac.webkit.org/changeset/263514
"MediaRecorder.start() Method is Ignoring the "timeslice"
Parameter"
https://bugs.webkit.org/show_bug.cgi?id=202233
https://trac.webkit.org/changeset/263565
2020-06-26 Karl Rackler <rackler@apple.com>
Remove expectation for imported/w3c/canvas/2d.gradient.interpolate.solid.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=174015
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-26 Karl Rackler <rackler@apple.com>
Remove expectation for https://results.webkit.org/?suite=layout-tests&test=imported%2Fmozilla%2Fsvg%2Fdynamic-textPath-02.svg as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213655
Unreviewed test gardening.
* TestExpectations:
2020-06-26 Simon Fraser <simon.fraser@apple.com>
Content sometimes missing in nested scrollers with border-radius
https://bugs.webkit.org/show_bug.cgi?id=213580
<rdar://problem/64460373>
Reviewed by Zalan Bujtas.
* compositing/clipping/nested-overflow-with-border-radius-expected.html: Added.
* compositing/clipping/nested-overflow-with-border-radius.html: Added.
* compositing/hidpi-compositing-layer-with-tile-layers-on-subpixel-position-expected.html:
* compositing/hidpi-compositing-layer-with-tile-layers-on-subpixel-position.html: Tweak the colors and radii to make failures on this test more obvious.
2020-06-26 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS wk2 ] REGRESSION: webrtc/video-autoplay1.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213652
Unreviewed test gardening
* platform/mac-wk2/TestExpectations:
2020-06-26 Wenson Hsieh <wenson_hsieh@apple.com>
Add a test to verify that async clipboard API write access is granted when copying in subframes
https://bugs.webkit.org/show_bug.cgi?id=213581
Reviewed by Darin Adler.
Add a new test to verify that clipboard write access is granted when copying in a subframe.
* editing/async-clipboard/clipboard-write-in-copy-event-handler-in-subframe-expected.txt: Added.
* editing/async-clipboard/clipboard-write-in-copy-event-handler-in-subframe.html: Added.
* platform/win/TestExpectations:
2020-06-26 Karl Rackler <rackler@apple.com>
Change expectations to http/tests/webarchive/test-css-url-encoding-shift-jis.html and
http/tests/webarchive/test-css-url-encoding-utf-8.html and
http/tests/webarchive/test-css-url-encoding.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=82665
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-26 Youenn Fablet <youenn@apple.com>
MediaRecorder.start() Method is Ignoring the "timeslice" Parameter
https://bugs.webkit.org/show_bug.cgi?id=202233
<rdar://problem/55720555>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-start-timeSlice.html: Added.
2020-06-26 Jack Lee <shihchieh_lee@apple.com>
ASSERTION FAILED: (it != m_map.end()) in TreeScopeOrderedMap::remove
https://bugs.webkit.org/show_bug.cgi?id=213611
<rdar://problem/64493506>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* fast/images/img-change-name-assert-expected.txt: Added.
* fast/images/img-change-name-assert.html: Added.
2020-06-26 Karl Rackler <rackler@apple.com>
Remove expectation for http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-fetch-in-main-frame.html and http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-fetch-in-worker.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=160445
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-26 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS ] REGRESSON: imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/intrinsic_sizes.htm is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213645
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-26 Karl Rackler <rackler@apple.com>
Remove expectation for http/tests/media/hls/video-cookie.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213644
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines after r263550.
* platform/gtk/editing/deleting/smart-delete-paragraph-005-expected.txt: Added.
* platform/gtk/fast/dynamic/window-resize-scrollbars-test-expected.png:
* platform/gtk/fast/dynamic/window-resize-scrollbars-test-expected.txt:
2020-06-25 Zalan Bujtas <zalan@apple.com>
[Inline] Overlapping content when margin-right is present
https://bugs.webkit.org/show_bug.cgi?id=213629
<rdar://problem/64391403>
Reviewed by Simon Fraser.
* fast/inline/incorrect-tab-position-expected.html: Added.
* fast/inline/incorrect-tab-position.html: Added.
2020-06-25 Karl Rackler <rackler@apple.com>
Remove expectation for http/tests/cookies/third-party-cookie-relaxing.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213620
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-25 Daniel Bates <dabates@apple.com>
[iOS] Event region briefly missing editable element after typing second character in question field on discussions.apple.com
https://bugs.webkit.org/show_bug.cgi?id=213618
<rdar://problem/62656131>
Reviewed by Simon Fraser.
Add some tests.
* editing/editable-region/text-field-inside-composited-negative-z-index-layer-expected.txt: Added.
* editing/editable-region/text-field-inside-composited-negative-z-index-layer.html: Added.
* pointerevents/ios/touch-action-none-relative-inside-composited-negative-z-index-layer-expected.txt: Added.
* pointerevents/ios/touch-action-none-relative-inside-composited-negative-z-index-layer.html: Added.
2020-06-25 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk2 Debug ] imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getContributingSources.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213621
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-25 Said Abou-Hallawa <sabouhallawa@apple.com>
REGRESSION(r260800): Null Ptr Deref READ @ WTF::Optional<WTF::Seconds>::clear
https://bugs.webkit.org/show_bug.cgi?id=213543
Reviewed by Darin Adler.
Make the test asynchronous since it involves a rAF callback.
* fast/rendering/iframe-window-animation-modifies-iframe-srcdoc-crash.html:
2020-06-25 Karl Rackler <rackler@apple.com>
Remove expectation for fast/writing-mode/english-bt-text-with-spelling-marker.html and fast/writing-mode/english-rl-text-with-spelling-marker.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213619
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-25 Megan Gardner <megan_gardner@apple.com>
Cannot delete last line of Mail Message
https://bugs.webkit.org/show_bug.cgi?id=213536
<rdar://problem/63420928>
Reviewed by Wenson Hsieh.
* editing/deleting/smart-delete-paragraph-005.html:
2020-06-25 Karl Rackler <rackler@apple.com>
Remove expectation for fast/dynamic/window-resize-scrollbars-test.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213602
Unreviewed test gardening.
* platform/wk2/TestExpectations:
2020-06-25 Karl Rackler <rackler@apple.com>
Narrow expectation for fast/inline/break-between-nobr.html as it is passing for Catalina.
https://bugs.webkit.org/show_bug.cgi?id=213607
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-25 Youenn Fablet <youenn@apple.com>
MediaRecorder stopRecorder() returns empty Blob after first use
https://bugs.webkit.org/show_bug.cgi?id=212274
<rdar://problem/63601298>
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-multiple-start-stop-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-multiple-start-stop.html: Added.
2020-06-25 Karl Rackler <rackler@apple.com>
Remove expectation for fast/history/page-cache-indexed-closed-db.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213606
Unreviewed test gardening.
* TestExpectations:
2020-06-25 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Use the flexing value as the base for the available horizontal space distribution
https://bugs.webkit.org/show_bug.cgi?id=213599
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-fixed-width-with-max-distribution.html:
* fast/layoutformattingcontext/table-min-max-flex-distribution-simple-expected.html: Added.
* fast/layoutformattingcontext/table-min-max-flex-distribution-simple.html: Added.
2020-06-25 Karl Rackler <rackler@apple.com>
Remove expectation for fast/canvas/canvas-blending-fill-style.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213598
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-25 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r262432): [ iOS wk2 ] imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-no-freshness-headers.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212696
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-25 Antoine Quint <graouts@webkit.org>
REGRESSION (r260360): easing curves are broken on JS-originated animations
https://bugs.webkit.org/show_bug.cgi?id=213495
<rdar://problem/64649747>
Reviewed by Darin Adler.
Add a new test that checks that various ways of setting the easing timing function on a JS-originated
animation always yield the same visible animation behavior.
* webanimations/accelerated-animation-with-easing-expected.html: Added.
* webanimations/accelerated-animation-with-easing.html: Added.
2020-06-24 Sergio Villar Senin <svillar@igalia.com>
Make video-inside-flex-item.html more robust
https://bugs.webkit.org/show_bug.cgi?id=213549
Reviewed by Simon Fraser.
The tests initially landed in r263389 and was later modified in r263436 because it was flaky
in some configurations. The latter fixed most of the flakiness but in the debug bots which
were consistently showing test failures. The problem was that the slowness of debug bots
was causing different layout behaviours and thus retrieving different measurements.
Fix the flackiness by adding an additional layer of robustness. The test now waits for the "loadeddata"
video event before entering into fullscreen mode. Video is properly sized now and we can
bring exact size comparisons back.
* fullscreen/video-inside-flex-item-expected.txt:
* fullscreen/video-inside-flex-item.html:
2020-06-24 Wenson Hsieh <wenson_hsieh@apple.com>
Running spellcheck on https://developer.apple.com/forums/thread/650317 hangs the web process
https://bugs.webkit.org/show_bug.cgi?id=213585
<rdar://problem/64681632>
Reviewed by Simon Fraser.
Add a test that attempts to advance to the next misspelling, and verifies that the misspelled word is selected.
* editing/mac/spelling/advance-to-next-misspelling-expected.txt: Added.
* editing/mac/spelling/advance-to-next-misspelling.html: Added.
2020-06-24 Clark Wang <clark_wang@apple.com>
Removed unrestricted keyword from attributes in PannerNode
https://bugs.webkit.org/show_bug.cgi?id=213523
Reviewed by Darin Adler.
Separated prefixed pannernode and unprefixed pannernode tests. Added test cases for refDistance, maxDistance, rolloffFactor, coneOuterGain, coneInnerAngle, coneOuterAngle.
* webaudio/pannernode-basic-expected.txt:
* webaudio/pannernode-basic.html:
* webaudio/prefixed-pannernode-basic-expected.txt: Copied from LayoutTests/webaudio/pannernode-basic-expected.txt.
* webaudio/prefixed-pannernode-basic.html: Copied from LayoutTests/webaudio/pannernode-basic.html.
2020-06-24 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r260276): Scrolling through shelves on music.apple.com is not smooth
https://bugs.webkit.org/show_bug.cgi?id=213572
Reviewed by Wenson Hsieh.
* fast/scrolling/mac/scroll-snapping-in-progress-expected.txt: Added.
* fast/scrolling/mac/scroll-snapping-in-progress.html: Added.
2020-06-24 Jason Lawrence <lawrence.j@apple.com>
Unreviewed, reverting r263466.
This commit caused 50+ crashes on multiple queues internally.
Reverted changeset:
"REGRESSION (r260360): easing curves are broken on JS-
originated animations"
https://bugs.webkit.org/show_bug.cgi?id=213495
https://trac.webkit.org/changeset/263466
2020-06-24 Wenson Hsieh <wenson_hsieh@apple.com>
Allow the async clipboard API to write data when copying via menu action or key binding
https://bugs.webkit.org/show_bug.cgi?id=213568
<rdar://problem/64711653>
Reviewed by Darin Adler.
Add a new layout test to exercise async clipboard writing API during the copy event.
* editing/async-clipboard/clipboard-write-in-copy-event-handler-expected.txt: Added.
* editing/async-clipboard/clipboard-write-in-copy-event-handler.html: Added.
* platform/win/TestExpectations:
2020-06-24 Karl Rackler <rackler@apple.com>
Remove expectation for editing/spelling/editing-word-with-marker-1.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213574
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-24 Alex Christensen <achristensen@webkit.org>
REGRESSION(r262341) Use UTF-8 to decode CFURLRefs from IPC
https://bugs.webkit.org/show_bug.cgi?id=213565
Reviewed by Darin Adler.
* fast/url/navigate-non-ascii-expected.txt: Added.
* fast/url/navigate-non-ascii.html: Added.
2020-06-24 Umar Iqbal <uiqbal@apple.com>
We should resurrect the older patch that collects some statistics of web API calls
https://bugs.webkit.org/show_bug.cgi?id=213319
Reviewed by Brent Fulgham.
We should resurrect the older patch that collects some statistics of web API calls
+ Enabled web API statistics tests in ios-wk2 and mac-wk2
+ Updated expectations for web API statistics and resrource load statistics tests.
* http/tests/webAPIStatistics/canvas-read-and-write-data-collection-expected.txt:
* http/tests/webAPIStatistics/font-load-data-collection-expected.txt:
* http/tests/webAPIStatistics/navigator-functions-accessed-data-collection-expected.txt:
* http/tests/webAPIStatistics/screen-functions-accessed-data-collection-expected.txt:
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
* http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access-expected.txt:
* http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker-expected.txt:
* http/tests/resourceLoadStatistics/count-third-party-script-loads-expected.txt:
* http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script-expected.txt:
* http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration-expected.txt:
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects-expected.txt:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-expected.txt:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-expected.txt:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration-expected.txt:
* http/tests/storageAccess/aggregate-sorted-data-with-storage-access-expected.txt:
2020-06-24 Pinki Gyanchandani <pgyanchandani@apple.com>
Null Ptr Deref READ @ WTF::Optional<WTF::Seconds>::clear
https://bugs.webkit.org/show_bug.cgi?id=213543
Reviewed by Geoffrey Garen.
Added a regression test.
* fast/rendering/iframe-window-animation-modifies-iframe-srcdoc-crash-expected.txt: Added.
* fast/rendering/iframe-window-animation-modifies-iframe-srcdoc-crash.html: Added.
2020-06-24 Karl Rackler <rackler@apple.com>
Remove expectation for css3/font-variant-petite-caps-synthesis-coverage.html and css3/font-variant-small-caps-synthesis-coverage.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=213569
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-24 Antoine Quint <graouts@webkit.org>
REGRESSION (r260360): easing curves are broken on JS-originated animations
https://bugs.webkit.org/show_bug.cgi?id=213495
<rdar://problem/64649747>
Reviewed by Darin Adler.
Add a new test that checks that various ways of setting the easing timing function on a JS-originated
animation always yield the same visible animation behavior.
* webanimations/accelerated-animation-with-easing-expected.html: Added.
* webanimations/accelerated-animation-with-easing.html: Added.
2020-06-24 Philippe Normand <philn@igalia.com>
Unreviewed GTK gardening
* platform/gtk/TestExpectations: webrtc/disable-encryption.html is still flaky.
2020-06-24 Antoine Quint <graouts@webkit.org>
REGRESSION: Delayed updating of the parallax images on pacificvoyages.net/posts
https://bugs.webkit.org/show_bug.cgi?id=212213
<rdar://problem/63497946>
Reviewed by Simon Fraser.
Add a new test that checks that retargeting a transition while its "ready" promise is resolved
uses a before-change style that will differ from the from style.
* webanimations/css-transition-retargeting-during-ready-promise-expected.txt: Added.
* webanimations/css-transition-retargeting-during-ready-promise.html: Added.
2020-06-24 Karl Rackler <rackler@apple.com>
Remove expectation for css3/filters/null-effect-check.html as it is passing.
https://bugs.webkit.org/show_bug.cgi?id=122234
Unreviewed test gardening
* platform/mac-wk2/TestExpectations:
2020-06-24 Karl Rackler <rackler@apple.com>
Canvas/philip/tests/2d.line.cap.round.html is no longer failing - remove expectations
https://bugs.webkit.org/show_bug.cgi?id=213561
Unreviewed test gardening
* platform/mac/TestExpectations:
2020-06-24 Eric Carlson <eric.carlson@apple.com>
Don't claim to support fullscreen mode unless fullScreenEnabled setting is enabled
https://bugs.webkit.org/show_bug.cgi?id=213142
<rdar://63753327>
Reviewed by Jer Noble.
* media/video-supports-fullscreen-expected.txt: Added.
* media/video-supports-fullscreen.html: Added.
* media/video-fullscreen-only-playback.html: Don't set fullScreenEnabled to false.
* TestExpectations: Skip the test, it is WK2-only.
* platform/wk2/TestExpectations: Expect the test to pass.
2020-06-24 Philippe Normand <pnormand@igalia.com>
[GStreamer] webrtc/disable-encryption.html is a crashing flaky
https://bugs.webkit.org/show_bug.cgi?id=211166
<rdar://problem/63223973>
Reviewed by Xabier Rodriguez-Calvar.
* platform/gtk/TestExpectations: Unflag webrtc/disable-encryption.html.
2020-06-24 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS macOS ] http/tests/resourceLoadStatistics/grandfathering-database.html is a rare flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=213553
Unreviewed test gardening
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-06-24 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Unreviewed gardening. Updated expectations and new passing tests.
Several tests are now passing on Debug. We're also adding some missing expectations
for skipped tests that were really passing.
* platform/wpe/TestExpectations:
2020-06-23 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update test expectations after r263437.
* platform/gtk/TestExpectations:
2020-06-23 Chris Dumez <cdumez@apple.com>
Stop using assert_throws() under LayoutTests/http/wpt
https://bugs.webkit.org/show_bug.cgi?id=213542
Reviewed by Sam Weinig.
Stop using assert_throws() under LayoutTests/http/wpt since it has been dropped
from testharness.js upstream, in favor of assert_throws_dom() / assert_throws_js()
variants.
* http/wpt/2dcontext/imagebitmap/drawImage-ImageBitmap.html:
* http/wpt/beacon/beacon-readablestream.html:
* http/wpt/fetch/request-abort.html:
* http/wpt/geometry/DOMMatrix-from-to-typed-arrays.html:
* http/wpt/offscreen-canvas/offscreencanvas.constructor.html:
* http/wpt/offscreen-canvas/transferToImageBitmap-empty.html:
* http/wpt/webaudio/audiocontext-stopped.html:
* http/wpt/webauthn/resources/util.js:
* http/wpt/workers/queue-microtask.any.js:
(test):
2020-06-23 Sergio Villar Senin <svillar@igalia.com>
[ macOS ] fullscreen/video-inside-flex-item.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213517
Reviewed by Simon Fraser.
Video is rendered differently depending on the configuration/platform. Instead of checking the actual
size in pixels it's better to verify that the size after cancelling fullscreen is the same as before
going to fullscreen.
* fullscreen/video-inside-flex-item-expected.txt:
* fullscreen/video-inside-flex-item.html:
2020-06-23 Sam Weinig <weinig@apple.com>
[ iOS Release ] imported/w3c/web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any.html & imported/w3c/web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any.worker.html are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=213516
<rdar://problem/64642790>
* platform/ios/TestExpectations:
Mark a few WebSocket tests as flakey on iOS test runners.
2020-06-23 Karl Rackler <rackler@apple.com>
canvas/philip/tests/2d.gradient.interpolate.solid.html is no longer failing - remove expectations.
https://bugs.webkit.org/show_bug.cgi?id=213537
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-23 Truitt Savell <tsavell@apple.com>
Remove expectation for animations/missing-values-first-keyframe.html and animations/missing-values-last-keyframe.html as they are passing.
https://bugs.webkit.org/show_bug.cgi?id=190032
Unreviewed test gardening.
* TestExpectations:
2020-06-23 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Move flaky failures happening in WPE from GTK to GLIB after r263402.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-23 Devin Rousso <drousso@apple.com>
Keyframe animation doesn't 't show up in the Animations timeline
https://bugs.webkit.org/show_bug.cgi?id=213441
Reviewed by Brian Burg.
* inspector/animation/resources/lifecycle-utilities.js:
* inspector/animation/lifecycle-css-animation.html:
* inspector/animation/lifecycle-css-animation-expected.txt:
2020-06-23 Sergio Villar Senin <svillar@igalia.com>
[css-flex] Allow indefinite size flex items to be definite wrt resolving percentages inside them
https://bugs.webkit.org/show_bug.cgi?id=212264
Reviewed by Manuel Rego Casasnovas.
* css3/flexbox/definite-main-size-expected.txt: Updated expectation.
* css3/flexbox/definite-main-size.html: Updated comment.
2020-06-23 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS ] REGRESSION: perf/htmlcollection-backwards-iteration.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213520
Unreviewed test gardening
* platform/ios-wk2/TestExpectations:
2020-06-23 Simon Fraser <simon.fraser@apple.com>
[ Catalina Debug WK2 ] fast/events/platform-wheelevent-in-scrolling-div.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213351
<rdar://problem/64502429>
Reviewed by Tim Horton.
Fix the test to use eventSender.monitorWheelEvents(). Also remove an initial 100ms timeout and
some ugly uses of "window.", and make it a proper js-test-pre/js-test-post test.
* fast/events/platform-wheelevent-in-scrolling-div-expected.txt:
* fast/events/platform-wheelevent-in-scrolling-div.html:
* platform/mac-wk2/TestExpectations:
2020-06-23 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS ] fast/backgrounds/size/backgroundSize-in-background-shorthand.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213511
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-23 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Move flaky failures happening in WPE from GTK to GLIB.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-23 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations after r263390.
Garden latest failures from test bot.
* platform/wpe/TestExpectations:
2020-06-18 Sergio Villar Senin <svillar@igalia.com>
REGRESSION (r262124): Twitter videos go blank after exiting fullscreen
https://bugs.webkit.org/show_bug.cgi?id=213110
Reviewed by Darin Adler.
* fullscreen/video-inside-flex-item-expected.txt: Added.
* fullscreen/video-inside-flex-item.html: Added.
2020-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
REGRESSION(r258741): [GTK] anchor-file-blob-download-includes-backslash.html is failing
https://bugs.webkit.org/show_bug.cgi?id=209329
Reviewed by Adrian Perez de Castro.
Rebaseline tests.
* platform/gtk/TestExpectations:
* platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-backslash-expected.txt: Added.
* platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-doublequote-expected.txt: Added.
* platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-slashes-expected.txt:
2020-06-22 Fujii Hironori <Hironori.Fujii@sony.com>
[Win] fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html is failing
https://bugs.webkit.org/show_bug.cgi?id=213452
Reviewed by Yusuke Suzuki.
* platform/win/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Removed.
* platform/wincairo/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Removed.
2020-06-22 Eric Carlson <eric.carlson@apple.com>
REGRESSION (r263121): [ Catalina Debug ] media/video-fullscreen-only-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213407
<rdar://problem/64545587>
Unreviewed speculative change as I have not been able to reproduce the reported bug.
* media/video-fullscreen-only-playback.html:
2020-06-22 Rob Buis <rbuis@igalia.com>
Add referrerpolicy attribute support for <link>
https://bugs.webkit.org/show_bug.cgi?id=213342
Reviewed by Darin Adler.
Add a tests for <link rel="stylesheet">, <link rel="preload"> and the
referrerpolicy attribute.
Unskip the referrer-policy/generic/link-rel-prefetch.html test.
* TestExpectations:
* http/tests/security/referrer-policy-attribute-style-no-referrer-expected.html: Added.
* http/tests/security/referrer-policy-attribute-style-no-referrer.html: Added.
* http/tests/security/resources/green-background.css: Added.
(body):
* http/tests/security/resources/green-if-no-referrer-css.php: Added.
* http/tests/security/resources/pass-if-no-referrer.php: Added.
* http/wpt/preload/refferer-policy-expected.txt: Added.
* http/wpt/preload/refferer-policy.html: Added.
* http/wpt/preload/resources/referrer-img.py: Added.
(main):
2020-06-22 Andy Estes <aestes@apple.com>
REGRESSION (r263150): http/tests/ssl/applepay/ApplePayInstallmentItems.https.html is failing
https://bugs.webkit.org/show_bug.cgi?id=213466
<rdar://problem/64537600>
Reviewed by Tim Horton.
* http/tests/ssl/applepay/ApplePayInstallmentItems.https.html: Restored two lines of code
that were accidentally removed in r263150 and are necessary for the test to pass.
2020-06-22 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
Fix the case of "null type Blob slice" in wpt/FileAPI/blob/Blob-slice.html
https://bugs.webkit.org/show_bug.cgi?id=213370
Reviewed by Darin Adler.
* http/tests/local/fileapi/send-sliced-dragged-file-expected.txt:
* http/tests/local/fileapi/send-sliced-dragged-file.html:
2020-06-22 Youenn Fablet <youenn@apple.com>
[WebRTC] Add support for freeze/pause receiver stats
https://bugs.webkit.org/show_bug.cgi?id=212938
<rdar://problem/64141493>
Reviewed by Eric Carlson.
* webrtc/video-mediastreamtrack-stats.html:
2020-06-22 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS iOS ] REGRESSION: fast/mediastream/mediastrea mtrack-video-frameRate-clon e-increasing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213461
Unreviewed test gardening
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-06-10 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Add a preliminary implementation of XRWebGLLayer
https://bugs.webkit.org/show_bug.cgi?id=213022
Reviewed by Carlos Garcia Campos.
* platform/wpe/TestExpectations: Added 2 more tests that are passing now.
2020-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Ping attribute tests have been timeout since r204720
https://bugs.webkit.org/show_bug.cgi?id=162017
Reviewed by Adrian Perez de Castro.
The tests are using "TouchEvent" in window to check whether it's a touch screen and use
uiController.singleTapAtPoint() instead of the eventSender. TouchEvent is always added to the window object when
building with touch events enabled, which is the case of the GTK port. However, the ontouch event handlers are
added at runtime only when there's an actual touch screen (EnabledAtRuntime=TouchEvents). So, we can check
"ontouchstart" in window instead.
* http/tests/inspector/network/ping-type.html:
* http/tests/navigation/ping-attribute/resources/utilities.js:
(clickElement):
* platform/gtk/TestExpectations:
2020-06-21 Geoffrey Garen <ggaren@apple.com>
compositing/video/video-border-radius-clipping.html was a flaky failure after r263223
https://bugs.webkit.org/show_bug.cgi?id=213424
Reviewed by Darin Adler.
The last attempt to unflake this test was r253310. Let's try again.
I took a screen recording of a few hundred loads of this test @ r263222,
and it looks like it was always possible for canplaythrough and seeked
to fire before the video had rendered its first frame. So, this is a
test issue.
The screen recording seems to show that waiting for
requestAnimationFrame ensures that the video renders its first frame.
This might be for a principled system vsync reason, or just a lucky
delay. Either way, the test seems less flaky now.
This might mean that we can remove the previous seeked event workaround,
but I chose not to tempt fate, and left it in place.
* compositing/video/video-border-radius-clipping-expected.html:
* compositing/video/video-border-radius-clipping.html:
* media/video-test.js:
(_eventCallback):
(waitForEvent):
2020-06-21 Myles C. Maxfield <mmaxfield@apple.com>
fast/text/international/system-language/navigator-language/navigator-language tests are failing on Mojave
<rdar://problem/64468227>
Unreviewed test gardening.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt: Added.
2020-06-21 Zalan Bujtas <zalan@apple.com>
[LFC] Add basic support for width: fit-content
https://bugs.webkit.org/show_bug.cgi?id=213444
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/fit-content-width-simple-expected.html: Added.
* fast/layoutformattingcontext/fit-content-width-simple.html: Added.
2020-06-21 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for percentage min/max-width
https://bugs.webkit.org/show_bug.cgi?id=213436
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/float-avoider-available-horizontal-space3-expected.html: Added.
* fast/layoutformattingcontext/float-avoider-available-horizontal-space3.html: Added.
2020-06-20 Zalan Bujtas <zalan@apple.com>
[LFC][TFC][Quirk] Table height needs quirk handling
https://bugs.webkit.org/show_bug.cgi?id=213430
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/empty-table-with-specified-height-quirk-simple-expected.html: Added.
* fast/layoutformattingcontext/empty-table-with-specified-height-quirk-simple.html: Added.
* fast/layoutformattingcontext/empty-table-with-specified-height-standards-simple-expected.html: Added.
* fast/layoutformattingcontext/empty-table-with-specified-height-standards-simple.html: Added.
2020-06-20 Wenson Hsieh <wenson_hsieh@apple.com>
[Windows] fast/forms/search-field-buttons-do-not-have-focus-rings.html is failing
https://bugs.webkit.org/show_bug.cgi?id=213422
Reviewed by Tim Horton.
Refactor this test so that it doesn't attempt to hard-code the position and sizes of the search field buttons.
To do this, we use an internal helper to grab the `div` elements that correspond to the results and cancel
buttons, and then use their bounding rects to place the opaque `div`s to cover these buttons.
* fast/forms/search-field-buttons-do-not-have-focus-rings-expected.html:
* fast/forms/search-field-buttons-do-not-have-focus-rings.html:
* platform/win/TestExpectations:
2020-06-19 Myles C. Maxfield <mmaxfield@apple.com>
fast/text/international/system-language/navigator-language/navigator-language tests are failing on Catalina and iOS
<rdar://problem/64468227>
Unreviewed test gardening.
Rather than marking the tests as flakey, we can just commit -expected results for every OS.
* fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-expected.txt:
* platform/ios/TestExpectations:
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-en-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-419-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-es-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-fr-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-hi-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-ja-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-ru-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-zh-HK-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-HK-expected.txt: Added.
* platform/mac-mojave/fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-expected.txt: Added.
* platform/mac/TestExpectations:
2020-06-19 Zalan Bujtas <zalan@apple.com>
[AutoSizing] Resolve viewport units against the preferred content size
https://bugs.webkit.org/show_bug.cgi?id=213408
<rdar://problem/64267539>
Reviewed by Tim Horton.
* fast/dynamic/size-to-content-autosize-with-viewport-units-expected.txt: Added.
* fast/dynamic/size-to-content-autosize-with-viewport-units.html: Added.
2020-06-19 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed test gardening on Windows
Mark a test as failing while it's being investigated.
* platform/win/TestExpectations:
2020-06-19 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r263253): Search field results and cancel buttons have their own focus rings
https://bugs.webkit.org/show_bug.cgi?id=213413
<rdar://problem/64548419>
Reviewed by Tim Horton.
Add a ref test to verify that the search and cancel buttons don't draw individual focus rings. This test works
by verifying that no focus ring around either the cancel or results button bleeds outside of the bounds of a div
that obscures the buttons.
* fast/forms/search-field-buttons-do-not-have-focus-rings-expected.html: Added.
* fast/forms/search-field-buttons-do-not-have-focus-rings.html: Added.
2020-06-19 Truitt Savell <tsavell@apple.com>
Unreviewed, reverting r263121.
Broke media/video-fullscreen-only-playback.html on Catalina
Debug
Reverted changeset:
"Don't claim to support fullscreen mode unless
fullScreenEnabled setting is enabled"
https://bugs.webkit.org/show_bug.cgi?id=213142
https://trac.webkit.org/changeset/263121
2020-06-19 Said Abou-Hallawa <sabouhallawa@apple.com>
[CG] REGRESSION (r256892): Luminance SVG mask is not applied when accelerated drawing is enabled
https://bugs.webkit.org/show_bug.cgi?id=213403
<rdar://problem/64489419>
Reviewed by Simon Fraser.
* svg/masking/mask-css-luminance-expected.html: Added.
* svg/masking/mask-css-luminance.html: Added.
2020-06-19 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed test gardening. Update test expectations after r263268.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-06-19 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Do not special-case empty tables
https://bugs.webkit.org/show_bug.cgi?id=213378
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-min-max-width-empty-content-simple-expected.html: Added.
* fast/layoutformattingcontext/table-min-max-width-empty-content-simple.html: Added.
2020-06-19 Jason Lawrence <lawrence.j@apple.com>
Mac wk2 Debug] webaudio/biquad-bandpass.html is flaky crashing with alert WTFCrash - WebCore::WebKitAudioContext::~WebKitAudioContext() + 654 (WebKitAudioContext.cpp:209).
https://bugs.webkit.org/show_bug.cgi?id=213375
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-10 Sergio Villar Senin <svillar@igalia.com>
REGRESSION(r262254?): [WPE] imported/w3c/web-platform-tests/webxr/idlharness.https.window.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212897
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Re-enable the idlharness.https.window.html test.
2020-06-18 Lauro Moura <lmoura@igalia.com>
[GTK] Garden some flaky crashes and start expect reorg
Unreviewed test gardening.
Also start new section in the top of the file to follow the glib
expectation grouping.
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
* platform/glib/TestExpectations:
2020-06-19 Zalan Bujtas <zalan@apple.com>
[LFC][BFC] Min/max-width should always be resolved against the containing block width
https://bugs.webkit.org/show_bug.cgi?id=213365
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/float-avoider-available-horizontal-space2-expected.html: Added.
* fast/layoutformattingcontext/float-avoider-available-horizontal-space2.html: Added.
2020-06-19 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Unify "font:" CSS shorthand values between macOS and iOS family
https://bugs.webkit.org/show_bug.cgi?id=213332
<rdar://problem/64479189>
Reviewed by Tim Horton and Darin Adler.
* TestExpectations:
* fast/text/text-styles/-apple-system/-apple-system-body-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-body.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-caption1-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-caption1.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-caption2-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-caption2.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-footnote-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-footnote.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-headline-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-headline.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-body-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-body.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-caption1-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-caption1.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-footnote-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-footnote.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-headline-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-headline.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-subheadline-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-short-subheadline.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-subheadline-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-subheadline.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-tall-body-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-tall-body.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title0-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title0.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title1-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title1.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title2-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title2.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title3-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title3.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title4-expected-mismatch.html: Added.
* fast/text/text-styles/-apple-system/-apple-system-title4.html: Added.
* fast/text/text-styles/-webkit-control-expected-mismatch.html: Added.
* fast/text/text-styles/-webkit-control.html: Added.
* fast/text/text-styles/-webkit-mini-control-expected-mismatch.html: Added.
* fast/text/text-styles/-webkit-mini-control.html: Added.
* fast/text/text-styles/-webkit-small-control-expected-mismatch.html: Added.
* fast/text/text-styles/-webkit-small-control.html: Added.
* fast/text/text-styles/bogus-expected.html: Added.
* fast/text/text-styles/bogus.html: Added.
* fast/text/text-styles/caption-expected-mismatch.html: Added.
* fast/text/text-styles/caption.html: Added.
* fast/text/text-styles/icon-expected-mismatch.html: Added.
* fast/text/text-styles/icon.html: Added.
* fast/text/text-styles/menu-expected-mismatch.html: Added.
* fast/text/text-styles/menu.html: Added.
* fast/text/text-styles/message-box-expected-mismatch.html: Added.
* fast/text/text-styles/message-box.html: Added.
* fast/text/text-styles/small-caption-expected-mismatch.html: Added.
* fast/text/text-styles/small-caption.html: Added.
* fast/text/text-styles/status-bar-expected-mismatch.html: Added.
* fast/text/text-styles/status-bar.html: Added.
* platform/ios/TestExpectations:
* platform/ios/fast/css/css2-system-fonts-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/fast/text/international/system-language/system-font-punctuation-expected.txt:
* platform/mac-mojave/fast/text/international/system-language/system-font-punctuation-expected.txt: Added.
2020-06-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update test expectations after r263222.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-audio-tainting.https-expected.txt: Added.
2020-06-18 Yusuke Suzuki <ysuzuki@apple.com>
Unreviewed, fix test failure in Windows part 2
https://bugs.webkit.org/show_bug.cgi?id=213269
Looks like Windows TWR and DRT have different implementation.
* platform/win/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added.
* platform/wincairo/fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added.
2020-06-18 Yusuke Suzuki <ysuzuki@apple.com>
Unreviewed, fix test failure in Windows
https://bugs.webkit.org/show_bug.cgi?id=213269
* fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt:
* fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html:
2020-06-18 Karl Rackler <rackler@apple.com>
[ Catalina Debug WK2 ] fast/events/platform-wheelevent-in-scrolling-div.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213351
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-18 Zalan Bujtas <zalan@apple.com>
[LFC][BFC] Available space computation for the float avoider needs coordinate mapping
https://bugs.webkit.org/show_bug.cgi?id=213339
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/float-avoider-available-horizontal-space-expected.html: Added.
* fast/layoutformattingcontext/float-avoider-available-horizontal-space.html: Added.
2020-06-18 Geoffrey Garen <ggaren@apple.com>
inspector/canvas/create-context-webgpu.html was a flaky failure after r262904
https://bugs.webkit.org/show_bug.cgi?id=213343
Reviewed by Darin Adler.
This test races a zero-delay GC timer against WebCore releasing its last
reference to a WebGPU canvas. Flaky!
Make GC deterministic by continually retrying GC until the Web
Inspector is notified that the canvas has been collected.
Also make sure to stop GC'ing afterwards. I'm not sure if this matters
or not, but it is good to prevent one test from changing behavior in
another.
* inspector/canvas/resources/create-context-utilities.js:
(destroyCanvases):
2020-06-18 Youenn Fablet <youenn@apple.com>
REGRESSION (r263098): [Win10] http/tests/security/cross-origin-clean-css-resource-timing.html and http/tests/security/cross-origin-css-resource-timing.html are failing
https://bugs.webkit.org/show_bug.cgi?id=213303
<rdar://problem/64452203>
Reviewed by Alex Christensen.
* platform/win/TestExpectations:
2020-06-18 Alexey Shvayka <shvaikalesh@gmail.com>
TypedArray.prototype.set is incorrect with primitives
https://bugs.webkit.org/show_bug.cgi?id=212730
Reviewed by Yusuke Suzuki.
* fast/canvas/webgl/array-get-and-set-method-removal-expected.txt:
* fast/canvas/webgl/array-get-and-set-method-removal.html:
* fast/canvas/webgl/array-set-invalid-arguments-expected.txt:
2020-06-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update test expectations after r263207.
* platform/glib/js/dom/constructor-length-expected.txt: Updated.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-serializable-expected.txt: Added.
2020-06-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update status of flaky timeout failures after r263206.
* platform/gtk/TestExpectations:
2020-06-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Remove stale flaky failures after r263205.
* platform/gtk/TestExpectations:
2020-06-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Remove stake flaky crash failures after r263204.
* platform/gtk/TestExpectations:
2020-06-18 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations after r263199.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/accessibility/roles-exposed-expected.txt:
2020-06-17 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update test expectations after r263197.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/http/tests/plugins/plugin-javascript-access-allow-all-plugins-expected.txt: Added.
* platform/wpe/TestExpectations:
2020-06-16 Antoine Quint <graouts@webkit.org>
quikr.com: unable to select item from dropdown
https://bugs.webkit.org/show_bug.cgi?id=213260
<rdar://problem/58106011>
Reviewed by Zalan Bujtas.
Add two new tests that check that we correctly do not consider content within a clipping container that
has 0-width or 0-height and box-shadow, with or without empty margins.
* fast/box-shadow/hit-test-box-shadow-and-margin-on-zero-height-clipping-container-expected.txt: Added.
* fast/box-shadow/hit-test-box-shadow-and-margin-on-zero-height-clipping-container.html: Added.
* fast/box-shadow/hit-test-box-shadow-and-margin-on-zero-width-clipping-container-expected.txt: Added.
* fast/box-shadow/hit-test-box-shadow-and-margin-on-zero-width-clipping-container.html: Added.
* fast/box-shadow/hit-test-box-shadow-on-zero-height-clipping-container-expected.txt: Added.
* fast/box-shadow/hit-test-box-shadow-on-zero-height-clipping-container.html: Added.
* fast/box-shadow/hit-test-box-shadow-on-zero-width-clipping-container-expected.txt: Added.
* fast/box-shadow/hit-test-box-shadow-on-zero-width-clipping-container.html: Added.
2020-06-17 Kate Cheney <katherine_cheney@apple.com>
http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=213272
<rdar://problem/64427778>
Reviewed by David Kilzer.
Before a navigation occurs, an app-bound network session is created
by default. If any non-app bound navigations occur, a new session is
created. Since this test only checks for the existance of an app-bound
session, it should clear the app-bound session after the initial load
to properly test functionality.
* http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html:
2020-06-17 Rob Buis <rbuis@igalia.com>
Image `referrerpolicy` mutations should be considered "relevant mutations"
https://bugs.webkit.org/show_bug.cgi?id=209970
Reviewed by Youenn Fablet.
Unskip relevant-mutations.html.
* TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2020-06-17 Keith Miller <keith_miller@apple.com>
WebKitTestRunner should not crash on alert with invalid utf16 strings
https://bugs.webkit.org/show_bug.cgi?id=213269
Reviewed by Simon Fraser.
* fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash-expected.txt: Added.
* fast/dom/Window/alert-with-unmatched-utf16-surrogate-should-not-crash.html: Added.
2020-06-17 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION (r263098): [Win10] http/tests/security/cross-origin-clean-css-resource-timing.html and http/tests/security/cross-origin-css-resource-timing.html are failing
https://bugs.webkit.org/show_bug.cgi?id=213303
Unreviewed test gardening.
* platform/win/TestExpectations: Mark tests as failing.
2020-06-17 Zalan Bujtas <zalan@apple.com>
[Win] Unreviewed test gardening.
* platform/win/TestExpectations:
2020-06-17 Sam Weinig <weinig@apple.com>
[WPT] infrastructure/assumptions/html-elements.html fails due to changes in style when all: initial is used
https://bugs.webkit.org/show_bug.cgi?id=213171
Reviewed by Antti Koivisto.
* platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
Update test results.
2020-06-17 Antoine Quint <graouts@webkit.org>
[Modern Media Controls] CSS "cursor" property shoud be respected in media controls shadow root
https://bugs.webkit.org/show_bug.cgi?id=213295
<rdar://problem/61911638>
Reviewed by Timothy Hatcher.
Add a test that checks that setting the "cursor" property on a <video> element also applies to the
media controls in the element's shadow root.
* media/modern-media-controls/css/cursor-expected.txt: Added.
* media/modern-media-controls/css/cursor.html: Added.
2020-06-08 Andy Estes <aestes@apple.com>
[Apple Pay] Enable layout tests on more platforms
https://bugs.webkit.org/show_bug.cgi?id=212955
<rdar://problem/64174156>
Reviewed by Alex Christensen.
* http/tests/ssl/applepay/ApplePayInstallmentItems.https.html: Changed to fail instead of
time out when API version 9 isn't supported.
* http/tests/ssl/applepay/ApplePayError.html:
* http/tests/ssl/applepay/ApplePaySession.html:
* http/tests/ssl/applepay/ApplePaySessionV3.html:
* http/tests/ssl/applepay/ApplePaySessionV4.html:
* http/tests/ssl/applepay/ApplePaySessionV5.html: Removed a custom element-clicking function
and used UIHelper.activateElement instead.
* platform/ios-wk2/TestExpectations: Un-skipped http/tests/ssl/applepay.
Marked PaymentRequest.https.html as Slow. Marked ApplePayInstallmentItems.https.html as
Failure.
* platform/mac-wk2/TestExpectations: Removed a trailing '/'. Skipped
ApplePayInstallmentItems.https.html on Mojave and marked it as Failure on Catalina.
2020-06-17 Truitt Savell <tsavell@apple.com>
[ Catalina WK2 Release ] http/tests/IndexedDB/storage-limit-1.https.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=213292
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-17 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines and test expectations after r263143.
* platform/glib/svg/custom/svg-fonts-in-text-controls-expected.txt:
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/form-control-value-settable-expected.txt:
* platform/gtk/accessibility/roles-exposed-expected.txt:
* platform/gtk/fast/css/line-height-expected.txt:
* platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/gtk/fast/forms/searchfield-heights-expected.txt:
* platform/gtk/http/tests/plugins/plugin-javascript-access-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/css/css-color/animation/opacity-interpolation-expected.txt:
* platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt:
2020-06-16 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r255037): Broken position while comparing watch bands on www.apple.com/shop/studio/apple-watch
https://bugs.webkit.org/show_bug.cgi?id=213282
<rdar://problem/63862940>
Reviewed by Antti Koivisto.
* fast/scrolling/ios/user-then-programmatic-scroll-expected.html: Added.
* fast/scrolling/ios/user-then-programmatic-scroll.html: Added.
2020-06-16 Zalan Bujtas <zalan@apple.com>
[Subpixel] Replaced content bleeds over content box when border radius is set
https://bugs.webkit.org/show_bug.cgi?id=213275
<rdar://problem/64320995>
Reviewed by Simon Fraser.
* fast/images/hidpi-image-position-on-device-pixels-with-border-radius-expected.html: Added.
* fast/images/hidpi-image-position-on-device-pixels-with-border-radius.html: Added.
2020-06-16 Myles C. Maxfield <mmaxfield@apple.com>
Make fast/ruby/ruby-expansion tests more robust
<rdar://problem/59688895>
Unreviewed test gardening.
Update the tests to no longer be sensitive to arbitrary fallback font metrics.
* fast/ruby/ruby-expansion-cjk-2.html:
* fast/ruby/ruby-expansion-cjk-3.html:
* fast/ruby/ruby-expansion-cjk-4.html:
* fast/ruby/ruby-expansion-cjk.html:
* platform/mac-wk1/TestExpectations:
2020-06-16 Dean Jackson <dino@apple.com>
REGRESSION (r262643): DumpRenderTree at com.apple.WebCore: WebCore::Document::prepareCanvasesForDisplayIfNeeded
https://bugs.webkit.org/show_bug.cgi?id=213221
rdar://64260400
Reviewed by Simon Fraser.
Test that triggers a rendering on a canvas, then rips it out of
the document before drawing.
* webgl/preparation-removed-from-document-expected.txt: Added.
* webgl/preparation-removed-from-document.html: Added.
2020-06-16 Peng Liu <peng.liu6@apple.com>
REGRESSION: [iOS wk2] media/modern-media-controls/media-controller/ios/media-controller-stop-updates-in-fullscreen.html is failing consistently
https://bugs.webkit.org/show_bug.cgi?id=213267
Reviewed by Eric Carlson.
Enable the mock video presentation mode for layout tests and use shouldBecomeEqual() to check
the value of media.webkitDisplayingFullscreen.
* media/modern-media-controls/media-controller/ios/media-controller-stop-updates-in-fullscreen-expected.txt:
* media/modern-media-controls/media-controller/ios/media-controller-stop-updates-in-fullscreen.html:
2020-06-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/text/international/system-language/navigator-language tests
<rdar://problem/64047392>
Unreviewed.
Update to new behavior of +[NSLocale minimizedLanguagesFromLanguages:].
* fast/text/international/system-language/navigator-language/navigator-language-en-US-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-en-US.html:
* fast/text/international/system-language/navigator-language/navigator-language-es-ES-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-es-ES.html:
* fast/text/international/system-language/navigator-language/navigator-language-es-MX-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-es-MX.html:
* fast/text/international/system-language/navigator-language/navigator-language-pt-BR-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-pt-BR.html:
* fast/text/international/system-language/navigator-language/navigator-language-zh-Hant-expected.txt:
* fast/text/international/system-language/navigator-language/navigator-language-zh-Hant.html:
2020-06-16 Eric Carlson <eric.carlson@apple.com>
Don't claim to support fullscreen mode unless fullScreenEnabled setting is enabled
https://bugs.webkit.org/show_bug.cgi?id=213142
<rdar://63753327>
Reviewed by Jer Noble.
* media/video-supports-fullscreen-expected.txt: Added.
* media/video-supports-fullscreen.html: Added.
* media/video-fullscreen-only-playback.html: Don't set fullScreenEnabled to false.
* TestExpectations: Skip the test, it is WK2-only.
* platform/wk2/TestExpectations: Expect the test to pass.
2020-06-16 Andres Gonzalez <andresg_22@apple.com>
Fix for accessibility/textarea-selected-text-range.html in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=213257
Reviewed by Chris Fleizach.
- Re-write this test so that it can pass in both isolated tree mode on
and off.
- Replaced shouldBecomeEqual with setTimeout follow by debug because
shouldBecomeEqual causes a thread lock on isolated tree mode.
* accessibility/textarea-selected-text-range-expected.txt:
* accessibility/textarea-selected-text-range.html:
2020-06-16 Clark Wang <clark_wang@apple.com>
Added missing position attributes to PannerNode
https://bugs.webkit.org/show_bug.cgi?id=213151
Reviewed by Chris Dumez.
Added change to unprefix PannerNode in web-platform-tests.
* resources/testharnessreport.js:
2020-06-16 Sam Weinig <weinig@apple.com>
[WPT] form.action does not return document.url when unset (part of https://wpt.live/html/dom/reflection-forms.html)
https://bugs.webkit.org/show_bug.cgi?id=213205
Reviewed by David Kilzer.
* platform/gtk/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
Update test results.
2020-06-16 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening after r263073
* platform/wincairo/editing/inserting/before-after-input-element-expected.txt:
* platform/wincairo/editing/selection/3690703-2-expected.txt:
* platform/wincairo/editing/selection/3690703-expected.txt:
* platform/wincairo/editing/selection/3690719-expected.txt:
* platform/wincairo/editing/selection/4895428-3-expected.txt:
* platform/wincairo/editing/selection/4975120-expected.txt:
* platform/wincairo/editing/selection/drag-select-1-expected.txt:
* platform/wincairo/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/wincairo/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/wincairo/fast/css/input-search-padding-expected.txt:
* platform/wincairo/fast/css/line-height-expected.txt:
* platform/wincairo/fast/css/text-overflow-input-expected.txt:
* platform/wincairo/fast/events/context-no-deselect-expected.txt:
* platform/wincairo/fast/html/details-no-summary4-expected.txt:
* platform/wincairo/fast/html/details-open-javascript-expected.txt:
* platform/wincairo/fast/html/details-open2-expected.txt:
* platform/wincairo/fast/html/details-open4-expected.txt:
* platform/wincairo/fast/text/textIteratorNilRenderer-expected.txt:
2020-06-16 Diego Pino Garcia <dpino@igalia.com>
[GTK] Unreviewed test gardening. Update baselines after r263073.
* platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/gtk/editing/inserting/before-after-input-element-expected.txt:
* platform/gtk/editing/pasteboard/4806874-expected.txt:
* platform/gtk/editing/pasteboard/input-field-1-expected.txt:
* platform/gtk/editing/selection/3690703-2-expected.txt:
* platform/gtk/editing/selection/3690703-expected.txt:
* platform/gtk/editing/selection/3690719-expected.txt:
* platform/gtk/editing/selection/4895428-3-expected.txt:
* platform/gtk/editing/selection/4975120-expected.txt:
* platform/gtk/editing/selection/drag-select-1-expected.txt:
* platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/gtk/fast/css/input-search-padding-expected.txt:
* platform/gtk/fast/css/text-overflow-input-expected.txt:
* platform/gtk/fast/events/context-no-deselect-expected.txt:
* platform/gtk/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
* platform/gtk/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/gtk/fast/forms/basic-inputs-expected.txt:
* platform/gtk/fast/forms/box-shadow-override-expected.txt:
* platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
* platform/gtk/fast/forms/datalist/datalist-searchinput-appearance-expected.txt:
* platform/gtk/fast/forms/datalist/datalist-textinput-appearance-expected.txt:
* platform/gtk/fast/forms/encoding-test-expected.txt:
* platform/gtk/fast/forms/fieldset-align-expected.txt:
* platform/gtk/fast/forms/fieldset/fieldset-elements-htmlcollection-expected.txt:
* platform/gtk/fast/forms/form-element-geometry-expected.txt:
* platform/gtk/fast/forms/input-align-expected.txt:
* platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/gtk/fast/forms/input-appearance-focus-expected.txt:
* platform/gtk/fast/forms/input-appearance-height-expected.txt:
* platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/gtk/fast/forms/input-appearance-selection-expected.txt:
* platform/gtk/fast/forms/input-appearance-visibility-expected.txt:
* platform/gtk/fast/forms/input-appearance-width-expected.txt:
* platform/gtk/fast/forms/input-baseline-expected.txt:
* platform/gtk/fast/forms/input-disabled-color-expected.txt:
* platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/gtk/fast/forms/input-spaces-expected.txt:
* platform/gtk/fast/forms/input-table-expected.txt:
* platform/gtk/fast/forms/input-text-click-inside-expected.txt:
* platform/gtk/fast/forms/input-text-click-outside-expected.txt:
* platform/gtk/fast/forms/input-text-double-click-expected.txt:
* platform/gtk/fast/forms/input-text-drag-down-expected.txt:
* platform/gtk/fast/forms/input-text-option-delete-expected.txt:
* platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/gtk/fast/forms/input-type-text-min-width-expected.txt:
* platform/gtk/fast/forms/input-value-expected.txt:
* platform/gtk/fast/forms/input-width-expected.txt:
* platform/gtk/fast/forms/placeholder-position-expected.txt:
* platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/gtk/fast/forms/search-input-rtl-expected.txt:
* platform/gtk/fast/forms/search-styled-expected.txt:
* platform/gtk/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
* platform/gtk/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
* platform/gtk/fast/forms/textfield-outline-expected.txt:
* platform/gtk/fast/forms/textfield-overflow-expected.txt:
* platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
* platform/gtk/fast/html/details-no-summary4-expected.txt:
* platform/gtk/fast/html/details-open-javascript-expected.txt:
* platform/gtk/fast/html/details-open2-expected.txt:
* platform/gtk/fast/html/details-open4-expected.txt:
* platform/gtk/fast/lists/dynamic-marker-crash-expected.txt:
* platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
* platform/gtk/fast/repaint/search-field-cancel-expected.txt:
* platform/gtk/fast/repaint/subtree-root-skipped-expected.txt:
* platform/gtk/fast/replaced/replaced-breaking-expected.txt:
* platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/gtk/fast/table/colspanMinWidth-expected.txt:
* platform/gtk/fast/table/spanOverlapRepaint-expected.txt:
* platform/gtk/fast/table/text-field-baseline-expected.txt:
* platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
* platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt:
* platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/gtk/svg/hixie/mixed/003-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug12384-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug18359-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug24200-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug28928-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4382-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug51037-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug55545-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug59354-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug7342-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug96334-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug99948-expected.txt:
* platform/gtk/tables/mozilla/dom/tableDom-expected.txt:
* platform/gtk/tables/mozilla/other/move_row-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/gtk/transforms/3d/general/perspective-non-layer-expected.txt:
2020-06-16 Youenn Fablet <youenn@apple.com>
Loads triggered by an opaque stylesheet should not be visible to service workers
https://bugs.webkit.org/show_bug.cgi?id=213246
Reviewed by Alex Christensen.
* http/wpt/service-workers/no-cors-css-with-subresources.https-expected.txt: Added.
* http/wpt/service-workers/no-cors-css-with-subresources.https.html: Added.
* http/wpt/service-workers/no-cors-css-worker.js: Added.
(async doTest):
(async doFetch):
* http/wpt/service-workers/resources/loading-subresources.css: Added.
* http/wpt/service-workers/resources/subresource.css: Added.
(div#resource_link_css):
2020-06-16 Youenn Fablet <youenn@apple.com>
Increase pixel check tolerance for http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html
https://bugs.webkit.org/show_bug.cgi?id=213237
Reviewed by Eric Carlson.
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html:
Increase pixel tolerance as we encode/decode video which might create some artefacts.
2020-06-16 Chris Fleizach <cfleizach@apple.com>
AX: <address> element should no longer map to ARIA `contentinfo` role
https://bugs.webkit.org/show_bug.cgi?id=212617
<rdar://problem/63848604>
Reviewed by Joanmarie Diggs.
* accessibility/mac/landmark-not-ignored-expected.txt:
* accessibility/mac/landmark-not-ignored.html:
* platform/mac-wk2/accessibility/roles-exposed-expected.txt:
* platform/mac/accessibility/roles-exposed-expected.txt:
* platform/win/accessibility/roles-exposed-expected.txt:
2020-06-16 Jason Lawrence <lawrence.j@apple.com>
[iOS wk2] http/tests/security/cookies/third-party-cookie-blocking-main-frame.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=206946
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-16 Truitt Savell <tsavell@apple.com>
Rebase tables/mozilla_expected_failures/bugs/bug2479-5.html after the changes in https://trac.webkit.org/changeset/263073/webkit
https://bugs.webkit.org/show_bug.cgi?id=212856
Unreviewed test gardening.
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2020-06-16 youenn fablet <youenn@apple.com>
Make sure MediaRecorder.requestData returns data with the new writer backend
https://bugs.webkit.org/show_bug.cgi?id=206929
Reviewed by Darin Adler.
* http/wpt/mediarecorder/MediaRecorder-requestData-expected.txt: Added.
* http/wpt/mediarecorder/MediaRecorder-requestData.html: Added.
2020-06-16 Devin Rousso <drousso@apple.com>
REGRESSION: [ Mac ] inspector/page/setBootstrapScript-sub-frame.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213087
<rdar://problem/64262900>
Reviewed by Maciej Stachowiak.
* inspector/page/setBootstrapScript-sub-frame.html:
* inspector/page/resources/bootstrap-iframe.html:
* platform/mac/TestExpectations:
2020-06-16 Youenn Fablet <youenn@apple.com>
LayoutTest imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=169572
Unreviewed.
* platform/mac/TestExpectations:
Remove no longer needed expectation.
2020-06-16 Devin Rousso <drousso@apple.com>
[ Mac wk2 ] http/tests/inspector/network/har/har-page.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207954
<rdar://problem/59599895>
Reviewed by Maciej Stachowiak.
* http/tests/inspector/network/har/har-page.html:
* http/tests/inspector/network/har/har-page-aggressive-gc.html:
* http/tests/inspector/network/har/har-page-aggressive-gc-expected.txt:
Explicitly disable resource caching as the test reloads the page and expects resource load
metrics to be populated/valid.
* platform/mac-wk2/TestExpectations:
2020-06-16 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update baselines after r263073.
* platform/wpe/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/wpe/fast/css/line-height-expected.txt:
* platform/wpe/fast/css/text-overflow-input-expected.txt:
* platform/wpe/fast/events/context-no-deselect-expected.txt:
* platform/wpe/fast/frames/take-focus-from-iframe-expected.txt:
* platform/wpe/fast/html/details-no-summary4-expected.txt:
* platform/wpe/fast/html/details-open-javascript-expected.txt:
* platform/wpe/fast/html/details-open2-expected.txt:
* platform/wpe/fast/html/details-open4-expected.txt:
* platform/wpe/fast/lists/dynamic-marker-crash-expected.txt:
* platform/wpe/fast/replaced/replaced-breaking-expected.txt:
* platform/wpe/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/wpe/fast/table/colspanMinWidth-expected.txt:
* platform/wpe/fast/table/spanOverlapRepaint-expected.txt:
* platform/wpe/fast/table/text-field-baseline-expected.txt:
* platform/wpe/fast/text/textIteratorNilRenderer-expected.txt:
* platform/wpe/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/wpe/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/wpe/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/wpe/svg/hixie/mixed/003-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug1188-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug12384-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug18359-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug24200-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug28928-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug4382-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug4527-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug51037-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug55545-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug59354-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug7342-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug96334-expected.txt:
* platform/wpe/tables/mozilla/bugs/bug99948-expected.txt:
* platform/wpe/tables/mozilla/dom/tableDom-expected.txt:
* platform/wpe/tables/mozilla/other/move_row-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/wpe/transforms/3d/general/perspective-non-layer-expected.txt:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Garden flaky failures after r263069.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-no-freshness-headers.https-expected.txt: Removed.
2020-06-15 Megan Gardner <megan_gardner@apple.com>
Text form controls can scroll by 1px when value is the same length as size. No scrolling should happen.
https://bugs.webkit.org/show_bug.cgi?id=212856
<rdar://problem/63541707>
Reviewed by Zalan Bujtas.
* editing/editable-region/overflow-scroll-text-field-and-contenteditable-expected.txt:
* editing/editable-region/search-field-basic-expected.txt:
* editing/editable-region/text-field-basic-expected.txt:
* fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-readonly-expected.html:
* fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-readonly.html:
* fast/forms/auto-fill-button/input-credit-card-auto-fill-button-expected.txt:
* fast/forms/fieldset/fieldset-elements-htmlcollection-expected.txt:
* fast/forms/fieldset/fieldset-elements-htmlcollection.html:
* fast/forms/search/search-cancel-button-visible-when-input-becomes-disabled-expected.html:
* fast/forms/search/search-cancel-button-visible-when-input-becomes-disabled.html:
* fast/forms/search/search-cancel-button-visible-when-input-becomes-readonly-expected.html:
* fast/forms/search/search-cancel-button-visible-when-input-becomes-readonly.html:
* platform/ios-simulator/fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset-expected.txt:
* platform/ios-simulator/fast/forms/auto-fill-button/input-credit-card-auto-fill-button-expected.txt:
* platform/ios-simulator/fast/forms/auto-fill-button/input-strong-password-viewable-expected.txt:
* platform/ios-simulator/fast/forms/datalist/datalist-searchinput-appearance-expected.txt:
* platform/ios-simulator/fast/forms/datalist/datalist-textinput-appearance-expected.txt:
* platform/ios-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/ios-wk2/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/ios-wk2/editing/inserting/before-after-input-element-expected.txt:
* platform/ios-wk2/editing/pasteboard/input-field-1-expected.txt:
* platform/ios-wk2/editing/selection/4895428-3-expected.txt:
* platform/ios-wk2/editing/selection/drag-select-1-expected.txt:
* platform/ios-wk2/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/ios-wk2/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/ios-wk2/fast/forms/input-text-click-inside-expected.txt:
* platform/ios-wk2/fast/forms/input-text-click-outside-expected.txt:
* platform/ios-wk2/fast/forms/input-text-double-click-expected.txt:
* platform/ios-wk2/fast/forms/input-text-drag-down-expected.txt:
* platform/ios-wk2/fast/forms/input-text-option-delete-expected.txt:
* platform/ios-wk2/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/ios-wk2/fast/forms/tabbing-input-iframe-expected.txt:
* platform/ios-wk2/fast/forms/textfield-outline-expected.txt:
* platform/ios-wk2/fast/overflow/overflow-focus-ring-expected.txt:
* platform/ios-wk2/fast/repaint/placeholder-after-caps-lock-hidden-expected.txt:
* platform/ios-wk2/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/ios/editing/pasteboard/4806874-expected.txt:
* platform/ios/editing/selection/3690703-2-expected.txt:
* platform/ios/editing/selection/3690703-expected.txt:
* platform/ios/editing/selection/3690719-expected.txt:
* platform/ios/editing/selection/4975120-expected.txt:
* platform/ios/fast/clip/outline-overflowClip-expected.txt:
* platform/ios/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/ios/fast/css/input-search-padding-expected.txt:
* platform/ios/fast/css/line-height-expected.txt:
* platform/ios/fast/css/text-overflow-input-expected.txt:
* platform/ios/fast/events/context-no-deselect-expected.txt:
* platform/ios/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/ios/fast/forms/basic-inputs-expected.txt:
* platform/ios/fast/forms/box-shadow-override-expected.txt:
* platform/ios/fast/forms/control-restrict-line-height-expected.txt:
* platform/ios/fast/forms/encoding-test-expected.txt:
* platform/ios/fast/forms/fieldset-align-expected.txt:
* platform/ios/fast/forms/form-element-geometry-expected.txt:
* platform/ios/fast/forms/input-align-expected.txt:
* platform/ios/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/ios/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/ios/fast/forms/input-appearance-focus-expected.txt:
* platform/ios/fast/forms/input-appearance-height-expected.txt:
* platform/ios/fast/forms/input-appearance-selection-expected.txt:
* platform/ios/fast/forms/input-appearance-visibility-expected.txt:
* platform/ios/fast/forms/input-appearance-width-expected.txt:
* platform/ios/fast/forms/input-disabled-color-expected.txt:
* platform/ios/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/ios/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/ios/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/ios/fast/forms/input-spaces-expected.txt:
* platform/ios/fast/forms/input-table-expected.txt:
* platform/ios/fast/forms/input-text-click-inside-expected.txt:
* platform/ios/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/ios/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/ios/fast/forms/input-type-text-min-width-expected.txt:
* platform/ios/fast/forms/input-value-expected.txt:
* platform/ios/fast/forms/input-width-expected.txt:
* platform/ios/fast/forms/minWidthPercent-expected.txt:
* platform/ios/fast/forms/number/number-appearance-rtl-expected.txt:
* platform/ios/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/ios/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
* platform/ios/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/ios/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/ios/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/ios/fast/forms/search-input-rtl-expected.txt:
* platform/ios/fast/forms/search-styled-expected.txt:
* platform/ios/fast/forms/tabbing-input-iframe-expected.txt:
* platform/ios/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/ios/fast/forms/textfield-focus-ring-expected.txt:
* platform/ios/fast/forms/textfield-overflow-expected.txt:
* platform/ios/fast/frames/take-focus-from-iframe-expected.txt:
* platform/ios/fast/html/details-no-summary4-expected.txt:
* platform/ios/fast/html/details-open-javascript-expected.txt:
* platform/ios/fast/html/details-open2-expected.txt:
* platform/ios/fast/html/details-open4-expected.txt:
* platform/ios/fast/lists/dynamic-marker-crash-expected.txt:
* platform/ios/fast/replaced/replaced-breaking-expected.txt:
* platform/ios/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/ios/fast/table/colspanMinWidth-expected.txt:
* platform/ios/fast/table/spanOverlapRepaint-expected.txt:
* platform/ios/fast/table/text-field-baseline-expected.txt:
* platform/ios/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/ios/svg/hixie/mixed/003-expected.txt:
* platform/ios/tables/mozilla/bugs/bug1188-expected.txt:
* platform/ios/tables/mozilla/bugs/bug12384-expected.txt:
* platform/ios/tables/mozilla/bugs/bug18359-expected.txt:
* platform/ios/tables/mozilla/bugs/bug24200-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/ios/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/ios/tables/mozilla/bugs/bug28928-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4382-expected.txt:
* platform/ios/tables/mozilla/bugs/bug4527-expected.txt:
* platform/ios/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/ios/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/ios/tables/mozilla/bugs/bug51037-expected.txt:
* platform/ios/tables/mozilla/bugs/bug55545-expected.txt:
* platform/ios/tables/mozilla/bugs/bug59354-expected.txt:
* platform/ios/tables/mozilla/bugs/bug7342-expected.txt:
* platform/ios/tables/mozilla/bugs/bug96334-expected.txt:
* platform/ios/tables/mozilla/bugs/bug99948-expected.txt:
* platform/ios/tables/mozilla/dom/tableDom-expected.txt:
* platform/ios/tables/mozilla/other/move_row-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/ios/transforms/3d/general/perspective-non-layer-expected.txt:
* platform/mac-mojave/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac/editing/inserting/before-after-input-element-expected.txt:
* platform/mac/editing/pasteboard/4806874-expected.txt:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/mac/editing/pasteboard/input-field-1-expected.txt:
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/editing/selection/4895428-3-expected.txt:
* platform/mac/editing/selection/4975120-expected.txt:
* platform/mac/editing/selection/drag-select-1-expected.txt:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/mac/fast/css/line-height-expected.txt:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/events/context-no-deselect-expected.txt:
* platform/mac/fast/forms/auto-fill-button/hide-auto-fill-strong-password-viewable-treatment-when-form-is-reset-expected.txt:
* platform/mac/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
* platform/mac/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/mac/fast/forms/auto-fill-button/input-strong-password-viewable-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/box-shadow-override-expected.txt:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/datalist/datalist-searchinput-appearance-expected.txt:
* platform/mac/fast/forms/datalist/datalist-textinput-appearance-expected.txt:
* platform/mac/fast/forms/encoding-test-expected.txt:
* platform/mac/fast/forms/fieldset-align-expected.txt:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/input-align-expected.txt:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-focus-expected.txt:
* platform/mac/fast/forms/input-appearance-height-expected.txt:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/mac/fast/forms/input-appearance-selection-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
* platform/mac/fast/forms/input-appearance-visibility-expected.txt:
* platform/mac/fast/forms/input-appearance-width-expected.txt:
* platform/mac/fast/forms/input-baseline-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac/fast/forms/input-spaces-expected.txt:
* platform/mac/fast/forms/input-table-expected.txt:
* platform/mac/fast/forms/input-text-click-inside-expected.txt:
* platform/mac/fast/forms/input-text-click-outside-expected.txt:
* platform/mac/fast/forms/input-text-double-click-expected.txt:
* platform/mac/fast/forms/input-text-drag-down-expected.txt:
* platform/mac/fast/forms/input-text-option-delete-expected.txt:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/mac/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/forms/input-width-expected.txt:
* platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
* platform/mac/fast/forms/placeholder-position-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/mac/fast/forms/search-input-rtl-expected.txt:
* platform/mac/fast/forms/search-styled-expected.txt:
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/mac/fast/forms/textfield-focus-ring-expected.txt:
* platform/mac/fast/forms/textfield-outline-expected.txt:
* platform/mac/fast/forms/textfield-overflow-expected.txt:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
* platform/mac/fast/html/details-no-summary4-expected.txt:
* platform/mac/fast/html/details-open-javascript-expected.txt:
* platform/mac/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-open4-expected.txt:
* platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
* platform/mac/fast/repaint/search-field-cancel-expected.txt:
* platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/mac/fast/table/colspanMinWidth-expected.txt:
* platform/mac/fast/table/spanOverlapRepaint-expected.txt:
* platform/mac/fast/table/text-field-baseline-expected.txt:
* platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac/svg/hixie/mixed/003-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
* platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
* platform/mac/tables/mozilla/dom/tableDom-expected.txt:
* platform/mac/tables/mozilla/other/move_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
* platform/win/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/win/editing/inserting/before-after-input-element-expected.txt:
* platform/win/fast/css/focus-ring-exists-for-search-field-expected.txt:
* platform/win/fast/events/context-no-deselect-expected.txt:
* platform/win/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
* platform/win/fast/forms/auto-fill-button/input-contacts-auto-fill-button-expected.txt:
* platform/win/fast/forms/auto-fill-button/input-credit-card-auto-fill-button-expected.txt:
* platform/win/fast/forms/basic-inputs-expected.txt:
* platform/win/fast/forms/box-shadow-override-expected.txt:
* platform/win/fast/forms/control-restrict-line-height-expected.txt:
* platform/win/fast/forms/encoding-test-expected.txt:
* platform/win/fast/forms/fieldset-align-expected.txt:
* platform/win/fast/forms/form-element-geometry-expected.txt:
* platform/win/fast/forms/input-align-expected.txt:
* platform/win/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/win/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/win/fast/forms/input-appearance-disabled-expected.txt:
* platform/win/fast/forms/input-appearance-focus-expected.txt:
* platform/win/fast/forms/input-appearance-height-expected.txt:
* platform/win/fast/forms/input-appearance-readonly-expected.txt:
* platform/win/fast/forms/input-appearance-selection-expected.txt:
* platform/win/fast/forms/input-appearance-visibility-expected.txt:
* platform/win/fast/forms/input-appearance-width-expected.txt:
* platform/win/fast/forms/input-baseline-expected.txt:
* platform/win/fast/forms/input-disabled-color-expected.txt:
* platform/win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/win/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/win/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/win/fast/forms/input-readonly-autoscroll-expected.txt:
* platform/win/fast/forms/input-readonly-dimmed-expected.txt:
* platform/win/fast/forms/input-readonly-empty-expected.txt:
* platform/win/fast/forms/input-spaces-expected.txt:
* platform/win/fast/forms/input-table-expected.txt:
* platform/win/fast/forms/input-text-click-inside-expected.txt:
* platform/win/fast/forms/input-text-click-outside-expected.txt:
* platform/win/fast/forms/input-text-double-click-expected.txt:
* platform/win/fast/forms/input-text-drag-down-expected.txt:
* platform/win/fast/forms/input-text-option-delete-expected.txt:
* platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/win/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/win/fast/forms/input-text-word-wrap-expected.txt:
* platform/win/fast/forms/input-type-text-min-width-expected.txt:
* platform/win/fast/forms/input-value-expected.txt:
* platform/win/fast/forms/input-width-expected.txt:
* platform/win/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/win/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/win/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/win/fast/forms/search-styled-expected.txt:
* platform/win/fast/forms/search-vertical-alignment-expected.txt:
* platform/win/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/win/fast/forms/tabbing-input-iframe-expected.txt:
* platform/win/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/win/fast/forms/textfield-focus-ring-expected.txt:
* platform/win/fast/forms/textfield-outline-expected.txt:
* platform/win/fast/forms/textfield-overflow-expected.txt:
* platform/win/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/win/fast/frames/take-focus-from-iframe-expected.txt:
* platform/win/fast/html/details-no-summary4-expected.txt:
* platform/win/fast/html/details-open-javascript-expected.txt:
* platform/win/fast/html/details-open2-expected.txt:
* platform/win/fast/html/details-open4-expected.txt:
* platform/win/fast/lists/dynamic-marker-crash-expected.txt:
* platform/win/fast/replaced/replaced-breaking-expected.txt:
* platform/win/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/win/fast/table/colspanMinWidth-expected.txt:
* platform/win/fast/table/spanOverlapRepaint-expected.txt:
* platform/win/fast/table/text-field-baseline-expected.txt:
* platform/win/fast/text/textIteratorNilRenderer-expected.txt:
* platform/win/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/win/svg/hixie/mixed/003-expected.txt:
* platform/win/tables/mozilla/bugs/bug1188-expected.txt:
* platform/win/tables/mozilla/bugs/bug12384-expected.txt:
* platform/win/tables/mozilla/bugs/bug18359-expected.txt:
* platform/win/tables/mozilla/bugs/bug24200-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/win/tables/mozilla/bugs/bug28928-expected.txt:
* platform/win/tables/mozilla/bugs/bug4382-expected.txt:
* platform/win/tables/mozilla/bugs/bug4527-expected.txt:
* platform/win/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/win/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/win/tables/mozilla/bugs/bug51037-expected.txt:
* platform/win/tables/mozilla/bugs/bug55545-expected.txt:
* platform/win/tables/mozilla/bugs/bug59354-expected.txt:
* platform/win/tables/mozilla/bugs/bug7342-expected.txt:
* platform/win/tables/mozilla/bugs/bug96334-expected.txt:
* platform/win/tables/mozilla/bugs/bug99948-expected.txt:
* platform/win/tables/mozilla/dom/tableDom-expected.txt:
* platform/win/tables/mozilla/other/move_row-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2020-06-15 Pavel Feldman <pavel.feldman@gmail.com>
Web Inspector: introduce request interception
https://bugs.webkit.org/show_bug.cgi?id=207446
Reviewed by Devin Rousso.
This change introduces network request interception to the Network
protocol domain. It adds Network.interceptWithRequest notification that
can be continued, modified or fulfilled. NetworkStage enum can now have
'request' and 'response' values.
* http/tests/inspector/network/intercept-aborted-request-expected.txt: Added.
* http/tests/inspector/network/intercept-aborted-request.html: Added.
* http/tests/inspector/network/intercept-request-continue-expected.txt: Added.
* http/tests/inspector/network/intercept-request-continue.html: Added.
* http/tests/inspector/network/intercept-request-fragment-expected.txt: Added.
* http/tests/inspector/network/intercept-request-fragment.html: Added.
* http/tests/inspector/network/intercept-request-main-resource-expected.txt: Added.
* http/tests/inspector/network/intercept-request-main-resource-with-response-expected.txt: Added.
* http/tests/inspector/network/intercept-request-main-resource-with-response.html: Added.
* http/tests/inspector/network/intercept-request-main-resource.html: Added.
* http/tests/inspector/network/intercept-request-properties-expected.txt: Added.
* http/tests/inspector/network/intercept-request-properties.html: Added.
* http/tests/inspector/network/intercept-request-subresource-expected.txt: Added.
* http/tests/inspector/network/intercept-request-subresource-with-error-expected.txt: Added.
* http/tests/inspector/network/intercept-request-subresource-with-error.html: Added.
* http/tests/inspector/network/intercept-request-subresource-with-response-expected.txt: Added.
* http/tests/inspector/network/intercept-request-subresource-with-response.html: Added.
* http/tests/inspector/network/intercept-request-subresource.html: Added.
* http/tests/inspector/network/intercept-request-with-response-expected.txt: Added.
* http/tests/inspector/network/intercept-request-with-response.html: Added.
* http/tests/inspector/network/resources/intercept-echo.php: Added.
* http/tests/inspector/network/resources/intercept-request-overriden-page.html: Added.
* http/tests/inspector/network/resources/intercept-request-overriden-script.js: Added.
* http/tests/inspector/resources/protocol-test.js:
* inspector/network/local-resource-override-continue-response.html:
* inspector/network/resources/data-intercepted.json: Added.
* platform/mac-wk1/TestExpectations:
2020-06-15 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION: [ iOS wk2 Debug ] fast/forms/call-text-did-change-in-text-field-when-typing.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213218
Reviewed by Tim Horton.
`UIHelper.typeCharacter` is guaranteed to wait until the application in the UI process has dequeued the
synthesized key events, but is not necessarily guaranteed to wait until the web process is done handling the
key events. As a result, it's possible for this test to check the value of the text field in step (1) before the
event has been received, which causes the test to fail with a diff.
To fix this, wait for the key event to be handled (like we do for the synthetic click event below).
* fast/forms/call-text-did-change-in-text-field-when-typing-expected.txt:
* fast/forms/call-text-did-change-in-text-field-when-typing.html:
* platform/ios-wk2/TestExpectations:
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ iOS wk2 Debug ] fast/forms/call-text-did-change-in-text-field-when-typing.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213218
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-15 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
Update WPT tests for FileAPI
https://bugs.webkit.org/show_bug.cgi?id=213198
Reviewed by Alex Christensen.
* platform/mac-wk1/imported/w3c/web-platform-tests/FileAPI/url/multi-global-origin-serialization.sub-expected.txt: Added.
* tests-options.json:
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
[ Mojave wk2 Release ] webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-half_float.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213212
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-15 Wenson Hsieh <wenson_hsieh@apple.com>
Add console logging to try and diagnose editing/deleting/ios/backspace-last-character.html
https://bugs.webkit.org/show_bug.cgi?id=213201
<rdar://problem/64165890>
Reviewed by Tim Horton.
Break the test down into more steps (namely, separate waiting for events from synthesizing key events), and add
a console log statement at each step.
* editing/deleting/ios/backspace-last-character-expected.txt:
* editing/deleting/ios/backspace-last-character.html:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update expected results of flaky image failures.
The results of these flaky image failures have been actually ImageOnlyFailure for the last 4000 revisions.
* platform/wpe/TestExpectations:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove more stale flaky failures from test expectations.
* platform/wpe/TestExpectations:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update baselines of flaky tests which were consistently failing for the last 4000 revisions.
* platform/wpe/TestExpectations:
* platform/wpe/fast/css/resize-corner-tracking-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/content-security-policy/reporting/report-only-in-meta.sub-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/content-security-policy/reporting/report-same-origin-with-cookies-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-10-t-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-33-t-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-34-t-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest-expected.txt:
* platform/wpe/security/block-test-expected.txt:
* platform/wpe/svg/custom/non-scaling-stroke-expected.txt: Removed.
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r262904): [ Mac wk1 Debug ] media/remoteplayback-target-availability.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213146
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 and Mac wk2 ] imported/w3c/web-platform-tests/fetch/stale-while-revalidate/frame-removal.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209281
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-06-15 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk2 ] inspector/canvas/create-context-webgpu.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213123
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove stale flaky text and image failures from test expectations.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-no-freshness-headers.https-expected.txt: Added.
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Remove stale flaky timeout failures from test expectations.
* platform/wpe/TestExpectations:
2020-06-15 Diego Pino Garcia <dpino@igalia.com>
[WPE] Unreviewed test gardening. Update test expectations after 263019.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest-expected.txt:
2020-06-14 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, reverting r262124.
Twitter videos go blank after exiting fullscreen
Reverted changeset:
"[css-flex] Allow indefinite size flex items to be definite
wrt resolving percentages inside them"
https://bugs.webkit.org/show_bug.cgi?id=212264
https://trac.webkit.org/changeset/262124
2020-06-14 Sam Weinig <weinig@apple.com>
[WPT] html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray.html fails due to lack of caching of Plugin objects
https://bugs.webkit.org/show_bug.cgi?id=213185
Reviewed by Darin Adler.
* http/tests/plugins/plugin-javascript-access-allow-all-plugins-expected.txt: Added.
* http/tests/plugins/plugin-javascript-access-allow-all-plugins.html: Added.
* http/tests/plugins/plugin-javascript-access-expected.txt:
* http/tests/plugins/plugin-javascript-access.html:
Split out internals.setShowAllPlugins(true) part of plugin-javascript-access.html to
allow the test to continue working now that navigator.plugins is immutable after
accessing it.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray-expected.txt: Removed.
Remove imported/w3c/web-platform-tests/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-pluginarray.html
from TestExpectations now that it passes all the time.
2020-06-14 Pinki Gyanchandani <pgyanchandani@apple.com>
Release Assert @ WebCore::RenderTreeBuilder::RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=212714
Reviewed by Geoffrey Garen.
Added a regression test.
* fast/rendering/widget-removal-in-render-tree-builder-crash-expected.txt: Added.
* fast/rendering/widget-removal-in-render-tree-builder-crash.html: Added.
2020-06-14 Fujii Hironori <Hironori.Fujii@sony.com>
[AppleWin] Unreviewed test gardening
* platform/win/TestExpectations: Marked fast/text/combining-character-sequence-vertical.html with ImageOnlyFailure.
2020-06-14 Sam Weinig <weinig@apple.com>
[WPT] websockets/Close-reason-unpaired-surrogates.any.html fails due to failure to convert unpaired surrogates to replacement character for close reason
https://bugs.webkit.org/show_bug.cgi?id=213182
Reviewed by Darin Adler.
* TestExpectations:
Unskips the following tests which now pass all the time:
imported/w3c/web-platform-tests/websockets/Close-reason-unpaired-surrogates.any.worker.html
imported/w3c/web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any.html
imported/w3c/web-platform-tests/websockets/Secure-Close-Reason-Unpaired-surrogates.any.worker.html
2020-06-13 Zalan Bujtas <zalan@apple.com>
[LFC][Floats] Floating positioned box is always a float avoider.
https://bugs.webkit.org/show_bug.cgi?id=213162
Reviewed by Darin Adler.
* fast/layoutformattingcontext/inline-float-simple-expected.html: Added.
* fast/layoutformattingcontext/inline-float-simple.html: Added.
2020-06-13 Sam Weinig <weinig@apple.com>
[WPT] dom/nodes/Document-createCDATASection-xhtml.xhtml fails due to missing exception in Document.createCDATASection()
https://bugs.webkit.org/show_bug.cgi?id=213167
Reviewed by Yusuke Suzuki.
* dom/xhtml/level3/core/documentnormalizedocument07-expected.txt:
* dom/xhtml/level3/core/documentnormalizedocument08-expected.txt:
* dom/xhtml/level3/core/handleerror01-expected.txt:
* dom/xhtml/level3/core/splitcdatasections01-expected.txt:
Update expected results with new error now being thrown.
2020-06-12 Simon Fraser <simon.fraser@apple.com>
REGRESSION(r261985): Unable to respond to large comments on Bugzilla with always-on scrollbars
https://bugs.webkit.org/show_bug.cgi?id=213135
<rdar://problem/64302086>
Reviewed by Tim Horton.
Test that does a fake user scroll then a programmatic scroll from a timer (i.e. outside
the rendering update), then dumps tile caches to check that coverage rects match the
right scroll position.
* scrollingcoordinator/mac/reveal-selection-tile-coverage-expected.txt: Added.
* scrollingcoordinator/mac/reveal-selection-tile-coverage.html: Added.
2020-06-12 Wenson Hsieh <wenson_hsieh@apple.com>
[iPadOS] Focusing selects and color inputs should not bring up the software keyboard
https://bugs.webkit.org/show_bug.cgi?id=213149
<rdar://problem/64312450>
Reviewed by Darin Adler.
Add a new layout test.
* fast/forms/ios/ipad/select-should-not-bring-up-software-keyboard-expected.txt: Added.
* fast/forms/ios/ipad/select-should-not-bring-up-software-keyboard.html: Added.
2020-06-12 Andres Gonzalez <andresg_22@apple.com>
Re-write accessibility/form-control-value-settable.html so that it can pass in both isolated tree mode on and off.
https://bugs.webkit.org/show_bug.cgi?id=213150
Reviewed by Chris Fleizach.
In isolated tree mode, it is necessary to setTimeout after setting the
focus so that the isolated tree can be updated.
* accessibility/form-control-value-settable.html:
* platform/gtk/accessibility/form-control-value-settable-expected.txt:
* platform/mac/accessibility/form-control-value-settable-expected.txt:
2020-06-12 Chris Dumez <cdumez@apple.com>
Stop allowing pages served over HTTPS with "Cache-Control: no-store" into the back/forward cache
https://bugs.webkit.org/show_bug.cgi?id=213147
<rdar://problem/64249683>
Reviewed by Geoffrey Garen.
Update layout test coverage.
* http/tests/navigation/https-in-page-cache-expected.txt:
* http/tests/navigation/resources/https-in-page-cache-1.php:
2020-06-12 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk1 Debug ] media/remoteplayback-target-availability.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213146
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-06-12 Takashi Komori <Takashi.Komori@sony.com>
[Curl] Implement functions to use ResourceLoadStatistics.
https://bugs.webkit.org/show_bug.cgi?id=207692
Reviewed by Don Olmstead.
Implement functions which are required to implement ResourceLoadStatistics for Curl port.
Tests: http/tests/resourceLoadStatistics/
* platform/wincairo-wk1/TestExpectations:
* platform/wincairo/TestExpectations:
2020-06-12 Yusuke Suzuki <ysuzuki@apple.com>
[ Mojave wk2 Release ] js/dom/unhandled-promise-rejection-console-no-report.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212851
Reviewed by Darin Adler.
This test is wrong since both onunhandledrejection and setTimeout are driven by macro-tasks.
There is no ordering between them so they have race condition, and this race condition makes this
the test flaky. We should fix the test. This patch removes the dependency to setTimeout.
* js/dom/unhandled-promise-rejection-console-no-report-expected.txt:
* js/dom/unhandled-promise-rejection-console-no-report.html:
2020-06-12 Antoine Quint <graouts@webkit.org>
Double tap to zoom out doesn't work after upgrading to iOS 13
https://bugs.webkit.org/show_bug.cgi?id=205158
<rdar://problem/205158>
Unreviewed. Make the test that was previously added into a test that can be run on iPad instead
of having to be skipped.
* fast/events/ios/fast-click-double-tap-to-zoom-in-on-text-and-then-again-to-zoom-out.html:
* platform/ipad/TestExpectations:
2020-06-12 Antti Koivisto <antti@apple.com>
REGRESSION (r262618): Very slow typing in a github issue
https://bugs.webkit.org/show_bug.cgi?id=213137
<rdar://problem/64214117>
Reviewed by Darin Adler.
* fast/media/media-query-keyframes-resolution-count-expected.txt: Added.
* fast/media/media-query-keyframes-resolution-count.html: Added.
2020-06-12 Antoine Quint <graouts@webkit.org>
Double tap to zoom out doesn't work after upgrading to iOS 13
https://bugs.webkit.org/show_bug.cgi?id=205158
<rdar://problem/205158>
Reviewed by Wenson Hsieh.
Add a test that double taps to zoom in and then double taps to zoom out. This test would fail to zoom
out prior to this source change. This test is skipped on iPad since desktop-class browsing mode has
heuristics that would prevent the second double-tap to zoom out.
* fast/events/ios/fast-click-double-tap-to-zoom-in-on-text-and-then-again-to-zoom-out-expected.txt: Added.
* fast/events/ios/fast-click-double-tap-to-zoom-in-on-text-and-then-again-to-zoom-out.html: Added.
* platform/ipad/TestExpectations:
2020-06-12 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r262397): [ Mac wk2 ] inspector/canvas/create-context-webgpu.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213123
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-12 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Remove some duplicated entries and add missing bug info
Unreviewed test gardening
Unified the unsuported tests entries for GTK and WPE and added some
entries for the skipped top level tests.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-12 Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>
Change FileReader.error to DOMException from obsoleted FileError
https://bugs.webkit.org/show_bug.cgi?id=213117
Reviewed by Chris Dumez.
By the [lastest spec](https://w3c.github.io/FileAPI/),
`FileReader.error` should return `DOMException`
and this change remove `FileError` from exposed interfaces.
* fast/files/file-reader-abort-expected.txt:
* fast/files/file-reader-abort-using-open-panel-expected.txt:
* fast/files/read-blob-async-expected.txt:
* fast/files/read-file-async-expected.txt:
* fast/files/workers/worker-read-blob-async-expected.txt:
* fast/files/workers/worker-read-file-async-expected.txt:
Update to `DOMException` error code from `FileError` error code.
* platform/mac-wk1/imported/w3c/web-platform-tests/FileAPI/historical.https-expected.txt:
FileError should not be exposed.
2020-06-12 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for min/max-width
https://bugs.webkit.org/show_bug.cgi?id=213111
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-min-max-width-simple-expected.html: Added.
* fast/layoutformattingcontext/table-min-max-width-simple.html: Added.
2020-06-12 Antti Koivisto <antti@apple.com>
Relative font size values (em) within CSS animations compound
https://bugs.webkit.org/show_bug.cgi?id=194749
<rdar://problem/48171898>
Reviewed by Antoine Quint.
* animations/keyframe-em-unit-expected.html: Added.
* animations/keyframe-em-unit.html: Added.
2020-06-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262932
https://bugs.webkit.org/show_bug.cgi?id=213115
Unreviewed test gardening.
* platform/glib/TestExpectations:
2020-06-11 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r262909.
This test causes macOS WK1 tests to intermittently exit early
Reverted changeset:
"Release Assert @
WebCore::RenderTreeBuilder::RenderTreeBuilder"
https://bugs.webkit.org/show_bug.cgi?id=212714
https://trac.webkit.org/changeset/262909
2020-06-11 Andy Estes <aestes@apple.com>
[iOS] nullptr deref in FileInputType::iconLoaded when the input's type attribute is modified by a change event listener
https://bugs.webkit.org/show_bug.cgi?id=208244
<rdar://problem/41855350>
Reviewed by Wenson Hsieh.
* fast/forms/file/file-input-type-detached-on-change-expected.txt: Added.
* fast/forms/file/file-input-type-detached-on-change.html: Added.
* fast/forms/file/file-input-webkitdirectory-icon-expected.html: Added.
* fast/forms/file/file-input-webkitdirectory-icon.html: Added.
* fast/forms/file/file-reset-in-change-using-open-panel-with-icon.html:
* fast/forms/file/open-file-panel-crash.html:
* fast/forms/file/resources/file-icon-bytes.js: Added.
2020-06-11 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac ] inspector/page/setBootstrapScript-sub-frame.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=213087
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-11 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] editing/selection/ios/update-selection-after-overflow-scroll.html times out
https://bugs.webkit.org/show_bug.cgi?id=213082
<rdar://problem/64228007>
Reviewed by Megan Gardner.
This test makes a programmatic selection, and then scrolls an overflow area with accelerated scrolling by using
`UIHelper.immediateScrollElementAtContentPointToOffset()`. This helper method hit-tests for a subscrollable
region, and then uses platform API to change the content offset. However, after timing changes in the system,
this hit-testing now fails because it ends up finding the callout menu that shows up after making the text
selection, and so scrolling fails.
Fix this by using (40, 40) instead of (150, 100) when hit-testing the child scroll view when scrolling.
* editing/selection/ios/update-selection-after-overflow-scroll.html:
2020-06-11 Pinki Gyanchandani <pgyanchandani@apple.com>
Release Assert @ WebCore::RenderTreeBuilder::RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=212714
Reviewed by Geoffrey Garen.
Added a regression test.
* fast/rendering/widget-removal-in-render-tree-builder-crash-expected.txt: Added.
* fast/rendering/widget-removal-in-render-tree-builder-crash.html: Added.
2020-06-11 Youenn Fablet <youenn@apple.com>
End a remote MediaStreamTrack if its source is ended
https://bugs.webkit.org/show_bug.cgi?id=213074
Reviewed by Eric Carlson.
* webrtc/receiver-track-should-stay-live-even-if-receiver-is-inactive-expected.txt: Added.
* webrtc/receiver-track-should-stay-live-even-if-receiver-is-inactive.html: Added.
2020-06-11 Oriol Brufau <obrufau@igalia.com>
[css-grid] Reimport WPT tests removed in r262809
https://bugs.webkit.org/show_bug.cgi?id=213028
Reviewed by Manuel Rego Casasnovas.
Add failure expectations of the new tests.
* TestExpectations:
2020-06-10 Frank Yang <guowei_yang@apple.com>
Multiple SVG Filters Unexpectedly lightens image using linearRGB
https://bugs.webkit.org/show_bug.cgi?id=212649
Reviewed by Myles C. Maxfield, Simon Fraser, Darin Adler
Added new tests that checks SVG render results for
feComponentTransfer, feComposite, feConvolveMatrix
feGaussianBlur, feMorphology and lighting
* svg/filters/feComponentTransfer-clipped-expected.svg: Added.
* svg/filters/feComponentTransfer-clipped.svg: Added.
* svg/filters/feComposite-clipped-expected.svg: Added.
* svg/filters/feComposite-clipped.svg: Added.
* svg/filters/feConvolveMatrix-clipped-expected.svg: Added.
* svg/filters/feConvolveMatrix-clipped.svg: Added.
* svg/filters/feGaussianBlur-clipped-expected.svg: Added.
* svg/filters/feGaussianBlur-clipped.svg: Added.
* svg/filters/feLighting-clipped-expected.svg: Added.
* svg/filters/feLighting-clipped.svg: Added.
* svg/filters/feMorphology-clipped-expected.svg: Added.
* svg/filters/feMorphology-clipped.svg: Added.
2020-06-10 Zalan Bujtas <zalan@apple.com>
[Line clamp] Do not apply the special anchor handling when the anchor content is visible after clamping
https://bugs.webkit.org/show_bug.cgi?id=213052
<rdar://problem/59739131>
Reviewed by Simon Fraser.
* fast/flexbox/line-clamp-with-anchor-content-only-expected.html: Added.
* fast/flexbox/line-clamp-with-anchor-content-only.html: Added.
2020-06-10 Hiro (mzp) Mizuno <mzp@apple.com>
[iOS] Option + Forward Delete should delete next word
https://bugs.webkit.org/show_bug.cgi?id=213062
rdar://64225458
Reviewed by Daniel Bates.
Add tests to ensure that Option + Forward Delete delete to the next word.
Skip the tests for now until we have the UIKit fix <rdar://problem/63253983>.
* fast/events/ios/key-command-delete-next-word-expected.txt: Added.
* fast/events/ios/key-command-delete-next-word.html: Added.
* platform/ios/TestExpectations: Skip tests for now
2020-06-10 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/fast/text/justify-ideograph-leading-expansion-expected.txt:
2020-06-10 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] JSCallbackObject::deleteProperty should redirect to Parent::deletePropertyByIndex if propertyName is index
https://bugs.webkit.org/show_bug.cgi?id=213041
<rdar://problem/64204300>
Reviewed by Darin Adler.
* js/dom/callbackobject-delete-should-not-infinite-recursion-expected.txt: Added.
* js/dom/callbackobject-delete-should-not-infinite-recursion.html: Added.
2020-06-10 Zalan Bujtas <zalan@apple.com>
[ Mac ] mathml/scripts-removeChild.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=208574
<rdar://problem/60041327>
Unreviewed test gardening.
Can't reproduce flakiness anymore.
* platform/mac/TestExpectations:
2020-06-10 Brent Fulgham <bfulgham@apple.com>
Improve CSP compliance under PSON
https://bugs.webkit.org/show_bug.cgi?id=212995
<rdar://problem/62996186>
Reviewed by Chris Dumez.
Add a new test to confirm that CSP rules are honored for form-action operations during process swap.
This also rebaselines an existing test, since CSP is now checked before any navigations performed by
a form action.
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked-expected.txt: Rebaselined.
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-self-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked-expected.txt.
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-self-blocked.html: Added.
2020-06-10 Devin Rousso <drousso@apple.com>
Web Inspector: XHR request with same URL as main resource will hide the main resource request
https://bugs.webkit.org/show_bug.cgi?id=212850
<rdar://problem/33072149>
Reviewed by Brian Burg.
* inspector/network/request-main-url.html: Added.
* inspector/network/request-main-url-expected.txt: Added.
2020-06-10 Youenn Fablet <youenn@apple.com>
REGRESSION(r262798): fast/mediastream/media-stream-track-interrupted.html is failing
https://bugs.webkit.org/show_bug.cgi?id=213011
Reviewed by Eric Carlson.
* fast/mediastream/track-ended-while-muted-expected.txt: Added.
* fast/mediastream/track-ended-while-muted.html: Added.
2020-06-10 Carlos Alberto Lopez Perez <clopez@igalia.com>
Layout tests outside of the WPT import should not use resources from it
https://bugs.webkit.org/show_bug.cgi?id=212661
Reviewed by Youenn Fablet.
Some layout tests were using resource files from the imported WPT tests.
This is an issue because updating the WPT tests may break this tests in the future.
To fix this the used resource files are copied inside the main folder of each test
and the tests modified to use them.
On top of that, some tests are de-duplicates (in favor of the WPT versions, which are the same).
This is the list of tests de-duplicated:
canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html -> imported/w3c/web-platform-tests/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.incomplete.emptysrc.html
canvas/philip/tests/2d.drawImage.incomplete.nosrc.html -> imported/w3c/web-platform-tests/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.incomplete.nosrc.html
canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html -> imported/w3c/web-platform-tests/html/canvas/element/drawing-images-to-the-canvas/2d.drawImage.incomplete.removedsrc.html
canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html -> imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.image.incomplete.emptysrc.html
canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html -> imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.pattern.image.incomplete.removedsrc.html
fast/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html -> imported/w3c/web-platform-tests/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc-expected.txt: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.nosrc-expected.txt: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.nosrc.html: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc-expected.txt: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html: Removed.
* fast/css/resources/shadow-helper.js: Added.
(getElementByShadowIds):
(ceClass.):
(installCustomElement):
* fast/css/shadow-parts/exportparts-syntax.html:
* fast/css/shadow-parts/invalidation-class-before-after.html:
* fast/css/shadow-parts/invalidation-class-descendant-combinator-export.html:
* fast/css/shadow-parts/invalidation-class-descendant-combinator.html:
* fast/css/shadow-parts/invalidation-class-sibling-combinator-export.html:
* fast/css/shadow-parts/invalidation-class-sibling-combinator.html:
* fast/custom-elements/DOMImplementation-createDocument.html:
* fast/custom-elements/adopting-from-frameless-document.html:
* fast/custom-elements/disconnected-callback-in-detached-iframe.html:
* fast/custom-elements/document-createElementNS.html:
* fast/custom-elements/enqueue-custom-element-callback-reactions-inside-another-callback.html:
* fast/custom-elements/perform-microtask-checkpoint-before-construction.html:
* fast/custom-elements/reactions-for-webkit-extensions.html:
* fast/custom-elements/resources/custom-elements-helpers.js: Added.
(create_window_in_test):
(test_with_window):
(prototype.attributeChangedCallback):
(prototype.connectedCallback):
(prototype.disconnectedCallback):
(prototype.adoptedCallback):
(return.takeLog):
(create_constructor_log):
(assert_constructor_log_entry):
(create_connected_callback_log):
(assert_connected_log_entry):
(create_disconnected_callback_log):
(assert_disconnected_log_entry):
(assert_adopted_log_entry):
(create_adopted_callback_log):
(create_attribute_changed_callback_log):
(assert_attribute_log_entry):
(define_new_custom_element.CustomElement):
(define_new_custom_element.CustomElement.prototype.attributeChangedCallback):
(define_new_custom_element.CustomElement.prototype.connectedCallback):
(define_new_custom_element.CustomElement.prototype.disconnectedCallback):
(define_new_custom_element.CustomElement.prototype.adoptedCallback):
(define_new_custom_element.return.takeLog):
(CustomElement):
(CustomElement.prototype.attributeChangedCallback):
(CustomElement.prototype.connectedCallback):
(CustomElement.prototype.disconnectedCallback):
(CustomElement.prototype.adoptedCallback):
* fast/custom-elements/resources/reactions.js: Added.
(testNodeConnector):
(testNodeDisconnector):
(testInsertingMarkup):
(testParsingMarkup):
(prototype.test):
(testReflectBooleanAttribute):
(testAttributeAdder):
* fast/custom-elements/throw-on-dynamic-markup-insertion-counter-construct.html:
* fast/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html:
* fast/images/resources/green-256x256.png: Added.
* fast/images/sizes-dynamic-001-expected.html:
* fast/images/sizes-dynamic-001.html:
* fast/images/sizes-dynamic-002-expected.html:
* fast/images/sizes-dynamic-002.html:
* fast/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees-expected.txt: Removed.
* fast/shadow-dom/capturing-and-bubbling-event-listeners-across-shadow-trees.html: Removed.
* mathml/non-core/frac-linethickness-001-expected.html:
* mathml/non-core/frac-linethickness-001.html:
* mathml/non-core/frac-linethickness-002-expected.html:
* mathml/non-core/frac-linethickness-002.html:
* mathml/non-core/lengths-1.html:
* mathml/non-core/lengths-2.html:
* mathml/non-core/lengths-3.html:
* mathml/presentation/radical-bar-visibility.html:
* mathml/resources/fraction-rulethickness10000.woff: Added.
* mathml/resources/radical-degreebottomraisepercent25-rulethickness1000.woff: Added.
* mathml/resources/xheight500.woff: Added.
2020-06-10 Wenson Hsieh <wenson_hsieh@apple.com>
[iPadOS] editing/selection/ios/toggle-callout-bar-after-tap-in-selected-non-editable-text.html times out
https://bugs.webkit.org/show_bug.cgi?id=213010
<rdar://problem/64182061>
Reviewed by Tim Horton.
This test times out because the second tap (which is intended to toggle callout bar visibility by tapping on the
text selection) misses completely, due to the fact that the midpoint of the selected paragraph element is
somewhere in the middle of the page.
Fix this by simply making the selection target `inline-block`, such that the element width doesn't expand to
the width of the page.
* editing/selection/ios/toggle-callout-bar-after-tap-in-selected-non-editable-text.html:
2020-06-10 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations after r262834
https://bugs.webkit.org/show_bug.cgi?id=213014
Unreviewed gardening.
Garden latest failures from bots and adjust the actual result of
several flaky failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-09 Fujii Hironori <Hironori.Fujii@sony.com>
Unreviewed, reverting r262791.
WinCairo WebKit1 is crashing.
Reverted changeset:
"[Curl] Implement functions to use ResourceLoadStatistics."
https://bugs.webkit.org/show_bug.cgi?id=207692
https://trac.webkit.org/changeset/262791
2020-06-09 Simon Fraser <simon.fraser@apple.com>
Minor overflow layers cleanup
https://bugs.webkit.org/show_bug.cgi?id=213002
Reviewed by Zalan Bujtas.
New results now now that the scrollbar layers aren't reparented.
* compositing/overflow/overflow-scrollbar-layer-positions-expected.txt:
2020-06-09 Javier Fernandez <jfernandez@igalia.com>
[GTK] Unreviewed test gardening
https://bugs.webkit.org/show_bug.cgi?id=212997
Unreviewed test gardening
* platform/gtk/TestExpectations:
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update results of flaky timeout failures
https://bugs.webkit.org/show_bug.cgi?id=212993
Unreviewed gardening.
For those flaky timeout failures, update expected results to the actual results obtained in the
last 4000 revisions for each test.
* platform/gtk/TestExpectations:
2020-06-09 Devin Rousso <drousso@apple.com>
Web Inspector: allow multiple resources for a given URL
https://bugs.webkit.org/show_bug.cgi?id=212852
Reviewed by Brian Burg.
* inspector/unit-tests/set-utilities.html:
* inspector/unit-tests/set-utilities-expected.txt:
Add test for `Set.prototype.find`.
* http/tests/websocket/tests/hybi/inspector/resolveWebSocket.html:
Update usage of `resourceForURL` to `resourcesForURL` with `Set.prototype.firstValue`.
2020-06-09 Youenn Fablet <youenn@apple.com>
BaseAudioSharedUnit should unmute its clients in case of suspension even if not having any audio unit
https://bugs.webkit.org/show_bug.cgi?id=212970
Reviewed by Eric Carlson.
* fast/mediastream/media-stream-track-interrupted-expected.txt:
* fast/mediastream/media-stream-track-interrupted.html:
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, remove flaky timeout failures after r262789
https://bugs.webkit.org/show_bug.cgi?id=212979
Unreviewed gardening.
Removed flaky timeout failures that have been constantly passing in the last 4000 revisions.
* platform/gtk/TestExpectations:
2020-06-09 Myles C. Maxfield <mmaxfield@apple.com>
lang=zh needs to defer to system preferences to know whether it should be simplified or traditional
https://bugs.webkit.org/show_bug.cgi?id=212626
<rdar://problem/60227623>
Reviewed by Darin Adler.
Make sure the new locale isn't exposed.
* fast/text/locale-getComputedStyle-expected.txt: Added.
* fast/text/locale-getComputedStyle.html: Added.
2020-06-09 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for empty table
https://bugs.webkit.org/show_bug.cgi?id=212971
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/empty-table-box-expected.html: Added.
* fast/layoutformattingcontext/empty-table-box.html: Added.
2020-06-09 Youenn Fablet <youenn@apple.com>
Fix two MediaStream tests
https://bugs.webkit.org/show_bug.cgi?id=208926
<rdar://problem/60329008>
Reviewed by Eric Carlson.
* fast/mediastream/MediaStreamTrack-getSettings-expected.txt:
* fast/mediastream/MediaStreamTrack-getSettings.html:
* platform/mac-wk2/TestExpectations:
Unskip tests.
2020-06-09 Zalan Bujtas <zalan@apple.com>
[LFC][Table][Floats] Multi-pass table layout needs clean floating state
https://bugs.webkit.org/show_bug.cgi?id=212889
Reviewed by Antti Koivisto
* fast/layoutformattingcontext/float-inside-table-cell-simple-expected.html: Added.
* fast/layoutformattingcontext/float-inside-table-cell-simple.html: Added.
2020-06-09 Takashi Komori <Takashi.Komori@sony.com>
[Curl] Implement functions to use ResourceLoadStatistics.
https://bugs.webkit.org/show_bug.cgi?id=207692
Reviewed by Don Olmstead.
Implement functions which are required to implement ResourceLoadStatistics for Curl port.
Tests: http/tests/resourceLoadStatistics/
* platform/wincairo/TestExpectations:
2020-06-09 Antti Koivisto <antti@apple.com>
scrollingcoordinator/ios/scroll-position-after-reattach.html is a flaky image failure
https://bugs.webkit.org/show_bug.cgi?id=212967
<rdar://problem/52961406>
Reviewed by Antoine Quint.
* platform/ios-wk2/TestExpectations:
* scrollingcoordinator/ios/scroll-position-after-reattach.html:
Ensure the element is re-added before test finishes.
2020-06-09 Javier Fernandez <jfernandez@igalia.com>
[css-grid] Import some grid tests from WPT
https://bugs.webkit.org/show_bug.cgi?id=212920
Reviewed by Manuel Rego Casasnovas.
The imported tests fail only for WebKitGtk+ platform.
* platform/gtk/TestExpectations: Added Failure entries,
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, clean up failures filed under bug 186638
https://bugs.webkit.org/show_bug.cgi?id=212968
Unreviewed gardening.
Most of the the failures were flaky but many tests have been
consistently passing, so they were removed from expectations. Adjust
other failure entries to their corresponding state inferred from the
latest test bot results.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262775
https://bugs.webkit.org/show_bug.cgi?id=212966
Unreviewed gardening.
Gardened several WPT flaky failures that were already gardening in
GTK. Moved common failures to GLIB.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-09 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update baselines for mediaElementAudioSourceToScriptProcessorTest.html
https://bugs.webkit.org/show_bug.cgi?id=184777
Unreviewed gardening.
The expected result for GTK and WPE is the same as the general baseline, it only changes an expected value.
ios-wk2 also has its own baseline for the same reason.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest-expected.txt:
2020-06-09 Xabier Rodriguez Calvar <calvaris@igalia.com>
[EME] CDMProxyInstance should not keep CDMInstanceSessions hard referenced
https://bugs.webkit.org/show_bug.cgi?id=212689
Reviewed by Youenn Fablet.
* media/encrypted-media/clearKey/clearKey-session-life-cycle-expected.txt: Added.
* media/encrypted-media/clearKey/clearKey-session-life-cycle.html: Added.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262763
https://bugs.webkit.org/show_bug.cgi?id=212961
Unreviewed gardening.
* platform/glib/TestExpectations: Moved several bugs that were also hapenning in WPE from GTK to GLIB.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations: Removed test passing and filed a few new bugs.
2020-06-08 Rob Buis <rbuis@igalia.com>
XMLHTTPRequest.send should not send Content-Type headers when Blob has no type
https://bugs.webkit.org/show_bug.cgi?id=211999
Reviewed by Alex Christensen.
Remove unneeded expectations.
* platform/ios/imported/w3c/web-platform-tests/xhr/send-blob-with-no-mime-type-expected.txt: Removed.
* platform/mac/imported/w3c/web-platform-tests/xhr/send-blob-with-no-mime-type-expected.txt: Removed.
2020-06-08 Simon Fraser <simon.fraser@apple.com>
Horizontally scrolling elements are broken when revealed by toggling visibility
https://bugs.webkit.org/show_bug.cgi?id=212439
<rdar://problem/63739559>
Reviewed by Zalan Bujtas.
* compositing/scrolling/async-overflow-scrolling/toggle-visibility-on-scroller-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/toggle-visibility-on-scroller.html: Added.
* platform/ios-wk2/compositing/scrolling/async-overflow-scrolling/toggle-visibility-on-scroller-expected.txt: Added.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262763
https://bugs.webkit.org/show_bug.cgi?id=212957
Unreviewed gardening.
* platform/glib/TestExpectations: Mark one test as flaky.
* platform/gtk/TestExpectations: Remove two tests passing after r262740.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
Gardening, remove tests passing after r262716
https://bugs.webkit.org/show_bug.cgi?id=212923
Unreviewed gardening.
Several css-grid tests marked as failure are passing in all platforms after r262716.
* TestExpectations:
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after 262724
https://bugs.webkit.org/show_bug.cgi?id=212926
Unreviewed gardening.
Add failure to test expectationd and remove failing test that is
passing since r262466.
* platform/gtk/TestExpectations:
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Remove test failures passing after r262707
https://bugs.webkit.org/show_bug.cgi?id=212924
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-08 Sam Weinig <weinig@apple.com>
Extended Color: Unify rounding / clamping conversions between 0-1 float components and 0-255 byte components
https://bugs.webkit.org/show_bug.cgi?id=212871
Reviewed by Simon Fraser.
* fast/css/ios/system-color-for-css-value-expected.txt:
* fast/css/ios/system-color-for-css-value.html:
Update test to account for slightly differnt rounding (alpha goes from 0.298 to 0.3).
2020-06-08 Youenn Fablet <youenn@apple.com>
Missing WebRTC Metrics in iOS Safari
https://bugs.webkit.org/show_bug.cgi?id=212668
<rdar://problem/63902458>
Reviewed by Eric Carlson.
* webrtc/video-stats-expected.txt:
* webrtc/video-stats.html:
2020-06-08 Youenn Fablet <youenn@apple.com>
Add missed WebRTC media-source and remote-inbound-rtp stats
https://bugs.webkit.org/show_bug.cgi?id=206645
<rdar://problem/58833958>
Reviewed by Eric Carlson.
* webrtc/video-stats.html:
qpSum is no longer guaranteed to be there.
Also, we loop over stats to ensure we get all of them.
2020-06-08 Zalan Bujtas <zalan@apple.com>
[LFC][IFC] Add support for min/max-width/height
https://bugs.webkit.org/show_bug.cgi?id=212904
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/inline-max-width-height-simple-expected.html: Added.
* fast/layoutformattingcontext/inline-max-width-height-simple.html: Added.
2020-06-05 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Add missing interfaces from the AR module
https://bugs.webkit.org/show_bug.cgi?id=212826
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Unskipped 3 tests which are passing now.
2020-06-03 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] align-content should apply even when there's just a single line
https://bugs.webkit.org/show_bug.cgi?id=209871
Reviewed by Manuel Rego Casasnovas.
* TestExpectations:
* css3/flexbox/alignContent-applies-with-flexWrap-wrap-with-single-line-expected.txt: Removed.
* css3/flexbox/alignContent-applies-with-flexWrap-wrap-with-single-line.html: Replaced by
WPT's align-content-wrap-001.html.
* css3/flexbox/flexbox-wordwrap-expected.txt: Removed.
* css3/flexbox/flexbox-wordwrap.html: Replaced by WPT's align-content-wrap-002.html.
* css3/flexbox/multiline-align-content-expected.txt: Removed.
* css3/flexbox/multiline-align-content.html: Replaced by WPT's align-content-wrap-003.html.
* platform/ios/fast/forms/auto-fill-button/input-strong-password-auto-fill-button-expected.txt:
Updated expectations.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262708
https://bugs.webkit.org/show_bug.cgi?id=212901
Unreviewed gardening.
- Moved common baseline to glib.
- Removed redudant WPE baseline.
- Added flaky failure to test expectations.
* platform/glib/imported/w3c/web-platform-tests/encoding/single-byte-decoder-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encoding/single-byte-decoder-expected.txt.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/inrange-outofrange-expected.txt: Removed.
2020-06-08 Jason Lawrence <lawrence.j@apple.com>
(r261056) [ Mac WK2 ] fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=212042
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-08 Antti Koivisto <antti@apple.com>
Pseudo-elements (::after) in shadow roots don't animate
https://bugs.webkit.org/show_bug.cgi?id=173027
<rdar://problem/42842994>
Reviewed by Antoine Quint.
* animations/keyframe-pseudo-shadow-expected.html: Added.
* animations/keyframe-pseudo-shadow.html: Added.
2020-06-08 Youenn Fablet <youenn@apple.com>
Use one audio unit for all MediaStreamTracks of a given process
https://bugs.webkit.org/show_bug.cgi?id=212406
Reviewed by Eric Carlson.
* webrtc/multi-audio-expected.txt: Added.
* webrtc/multi-audio.html: Added.
2020-06-08 youenn fablet <youenn@apple.com>
[Cocoa] Use AVAssetWriterDelegate to implement MediaRecorder
https://bugs.webkit.org/show_bug.cgi?id=206582
Reviewed by Eric Carlson.
Disable tests on all platforms except the ones supporting AVAssetWriterDelegate.
* TestExpectations:
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable-gpuprocess.html:
Remove web audio generation since there seems to be some unstability in web audio -> stream -> media recorder.
which should be fixed as follow-up specific patches.
* platform/mac/TestExpectations:
Enable running tests.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, remove redundant baselines
https://bugs.webkit.org/show_bug.cgi?id=212896
Unreviewed gardening.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.https-expected.txt.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-clear-encrypted.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.https-expected.txt: Removed.
2020-06-08 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262703
https://bugs.webkit.org/show_bug.cgi?id=212895
Unreviewed gardening.
Garden several flaky failures.
* platform/gtk/TestExpectations:
2020-06-07 Andy Estes <aestes@apple.com>
[Apple Pay] HAVE(PAYMENT_METHOD_BILLING_ADDRESS) should be true on iOS
https://bugs.webkit.org/show_bug.cgi?id=212877
<rdar://problem/64080998>
Reviewed by Sam Weinig.
* platform/ios-wk2/TestExpectations: Unskipped
http/tests/ssl/applepay/ApplePayBillingAddress.html on iOS.
2020-06-07 Zalan Bujtas <zalan@apple.com>
[LFC][Height percentage] Skip anonymous wrappers when searching for fixed height
https://bugs.webkit.org/show_bug.cgi?id=212881
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/height-precentage-with-anonymous-wrapper-expected.html: Added.
* fast/layoutformattingcontext/height-precentage-with-anonymous-wrapper.html: Added.
2020-06-07 Zalan Bujtas <zalan@apple.com>
[LFC][BFC] Intrinsic width computation should take min/max-width into account.
https://bugs.webkit.org/show_bug.cgi?id=212876
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/min-max-content-width-simple2-expected.html: Added.
* fast/layoutformattingcontext/min-max-content-width-simple2.html: Added.
2020-06-06 Yusuke Suzuki <ysuzuki@apple.com>
Crash when running web-apis data collection
https://bugs.webkit.org/show_bug.cgi?id=212458
Reviewed by Mark Lam.
* js/dom/dom-attribute-getter-setter-expected.txt: Added.
* js/dom/dom-attribute-getter-setter.html: Added.
2020-06-06 Zalan Bujtas <zalan@apple.com>
[LFC] Add support for width: min/max-content
https://bugs.webkit.org/show_bug.cgi?id=212869
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/min-max-content-width-simple-expected.html: Added.
* fast/layoutformattingcontext/min-max-content-width-simple.html: Added.
2020-06-06 Charlie Turner <cturner@igalia.com>
[GTK][WPE][EME] Update WPT and rebaseline
https://bugs.webkit.org/show_bug.cgi?id=212574
Reviewed by Xabier Rodriguez-Calvar.
Update the WPT tests and adjust GTK and WPE test expectations. I
have noticed some crashes locally on occasion, but they are rare
here and I have not at the opportunity to dissect one of them to
figure it out.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt:
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-check-status-for-hdcp.https-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-events.https-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-requestmediakeysystemaccess.https-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-reset-src-after-setmediakeys.https-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-waiting-for-a-key.https-expected.txt: Removed.
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-check-status-for-hdcp.https-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-requestmediakeysystemaccess.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-waiting-for-a-key.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub-expected.txt: Removed.
* tests-options.json:
2020-06-06 Devin Rousso <drousso@apple.com>
[ macOS wk2 ] inspector/page/setBootstrapScript-sub-frame.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207053
<rdar://problem/59064908>
Reviewed by Timothy Hatcher.
* inspector/page/setBootstrapScript-sub-frame.html:
* platform/mac/TestExpectations:
2020-06-06 Simon Fraser <simon.fraser@apple.com>
fast/scrolling/latching/iframe-latch-small-deltas.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=210348
<rdar://problem/61594742>
Reviewed by Anders Carlsson.
This test needs to use ' eventSender.monitorWheelEvents({ resetLatching: false });' so that it
waits for the events from the last non-momentum scroll without resetting latching.
* fast/scrolling/latching/iframe-latch-small-deltas-expected.txt:
* fast/scrolling/latching/iframe-latch-small-deltas.html:
* platform/mac-wk2/TestExpectations:
2020-06-06 Andy Estes <aestes@apple.com>
[Apple Pay] Add testing and logging for ApplePaySetup
https://bugs.webkit.org/show_bug.cgi?id=211972
<rdar://problem/63291965>
Reviewed by Alex Christensen.
* http/tests/ssl/applepay/ApplePaySetup.https-expected.txt: Added.
* http/tests/ssl/applepay/ApplePaySetup.https.html: Added.
* platform/mac-wk2/TestExpectations:
2020-06-06 Andres Gonzalez <andresg_22@apple.com>
[Win EWS] REGRESSION (r262500): accessibility/svg-text.html always fails
https://bugs.webkit.org/show_bug.cgi?id=212845
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-06-06 Devin Rousso <drousso@apple.com>
(r261103) [ Mac WK2 ] inspector/page/overrideSetting-ITPDebugModeEnabled.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211791
<rdar://problem/63147694>
Reviewed by Timothy Hatcher.
* inspector/page/overrideSetting-ITPDebugModeEnabled.html:
* inspector/page/overrideSetting-ITPDebugModeEnabled-expected.txt:
Wait for three console messages instead of one, as we know there should be at least three.
* platform/mac-wk2/TestExpectations:
2020-06-06 Devin Rousso <drousso@apple.com>
[ macOS ] inspector/debugger/break-in-constructor-before-super.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210062
<rdar://problem/61351481>
Reviewed by Timothy Hatcher.
* inspector/debugger/break-in-constructor-before-super.html:
* inspector/debugger/debugger-statement.html:
* platform/mac/TestExpectations:
2020-06-05 Andy Estes <aestes@apple.com>
REGRESSION (r256648): Apple Pay <button> elements no longer use the default corner radius on iOS (affects Stripe.js)
https://bugs.webkit.org/show_bug.cgi?id=212860
<rdar://problem/64054728>
Reviewed by Wenson Hsieh.
* TestExpectations: Skipped fast/css/appearance-apple-pay-button-default-corners.html.
* fast/css/appearance-apple-pay-button-default-corners-expected-mismatch.html: Renamed from
LayoutTests/http/tests/ssl/applepay/ApplePayButtonCornerRadius-expected-mismatch.html.
* fast/css/appearance-apple-pay-button-default-corners.html: Renamed from
LayoutTests/http/tests/ssl/applepay/ApplePayButtonCornerRadius.html.
* platform/ios/TestExpectations: Un-skipped tests that pass in platform/mac/.
* platform/mac/TestExpectations: Un-skipped
fast/css/appearance-apple-pay-button-default-corners.html.
2020-06-05 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r262619, r262625, and r262641.
Caused mediarecorder layout test crashes.
Reverted changesets:
"[Cocoa] Use AVAssetWriterDelegate to implement MediaRecorder"
https://bugs.webkit.org/show_bug.cgi?id=206582
https://trac.webkit.org/changeset/262619
"[Cocoa] Use AVAssetWriterDelegate to implement MediaRecorder"
https://bugs.webkit.org/show_bug.cgi?id=206582
https://trac.webkit.org/changeset/262625
"Unreviewed, silence deprecation warning to fix build with
latest SDK."
https://trac.webkit.org/changeset/262641
2020-06-05 Jason Lawrence <lawrence.j@apple.com>
[ Mojave wk2 Release ] js/dom/unhandled-promise-rejection-console-no-report.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212851
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-06-05 Sam Weinig <weinig@apple.com>
Some tests in css/css-color/parsing/system-color-valid.html are failing
https://bugs.webkit.org/show_bug.cgi?id=212703
Reviewed by Darin Adler.
* fast/css/css2-system-color.html:
* platform/mac/fast/css/css2-system-color-expected.txt:
Update system color test for new system colors added more recently.
2020-06-05 Jason Lawrence <lawrence.j@apple.com>
Unreviewed, reverting r262524.
Reverting because this commit may have caused issues with
other tests.
Reverted changeset:
"Release Assert @
WebCore::RenderTreeBuilder::RenderTreeBuilder"
https://bugs.webkit.org/show_bug.cgi?id=212714
https://trac.webkit.org/changeset/262524
2020-06-05 Dean Jackson <dino@apple.com>
REGRESSION (r262366): [ Mac wk1 ] webgl/webgl-backing-store-size-update.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212647
<rdar://problem/63882960>
Reviewed by Eric Carlson.
Make this test wait a frame before calling notifyDone. This is required at the
moment because calling notifyDone in WebKit1 sidesteps the normal painting logic and
forces compositing to happen, and thus will produce incorrect results for WebGL if
we're already in the middle of the rendering loop (e.g. inside a requestAnimationFrame
that has touched pixels).
* webgl/webgl-backing-store-size-update.html:
2020-06-05 Peng Liu <peng.liu6@apple.com>
REGRESSION (r262456?): [macOS] media/picture-in-picture/picture-in-picture-api tests are flaky timeouts
https://bugs.webkit.org/show_bug.cgi?id=212762
Reviewed by Eric Carlson.
Skip the tests regarding Picture-in-Picture for mac-wk1.
* platform/mac-wk1/TestExpectations:
2020-06-05 Tyler Wilcock <twilco.o@protonmail.com>
CSS Variables: Color on specific `border` properties does not work.
https://bugs.webkit.org/show_bug.cgi?id=211672
Reviewed by Antti Koivisto.
Add test verifying CSS variables work as values in the `border-block-start`, `border-block-end`, `border-inline-start`, and `border-inline-end` properties.
* fast/borders/logical-border-props-with-variables.html: Added.
* fast/borders/logical-border-props-with-variables-expected.html: Added.
2020-06-05 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS wk1 ] http/tests/media/reload-after-dialog.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212828
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-06-05 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS debug ] imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212824
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-05 youenn fablet <youenn@apple.com>
[Cocoa] Use AVAssetWriterDelegate to implement MediaRecorder
https://bugs.webkit.org/show_bug.cgi?id=206582
Reviewed by Eric Carlson.
Disable tests on all platforms except the ones supporting AVAssetWriterDelegate.
* TestExpectations:
* http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable-gpuprocess.html:
Remove web audio generation since there seems to be some unstability in web audio -> stream -> media recorder.
which should be fixed as follow-up specific patches.
* platform/mac/TestExpectations:
Enable running tests.
2020-06-05 Antti Koivisto <antti@apple.com>
REGRESSION (r253875?): Element styles incorrect after media query evaluation changes
https://bugs.webkit.org/show_bug.cgi?id=211505
<rdar://problem/62983242>
Reviewed by Zalan Bujtas.
* fast/media/media-query-dynamic-with-keyframes-expected.html: Added.
* fast/media/media-query-dynamic-with-keyframes.html: Added.
2020-06-05 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r261845): [ Mac wk2 ] inspector/heap/getRemoteObject.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212776
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update WAV baseline for webaudio test
https://bugs.webkit.org/show_bug.cgi?id=212212
Unreviewed gardening.
* platform/wpe/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav:
2020-06-05 Carlos Alberto Lopez Perez <clopez@igalia.com>
Update WPT tests for offscreen-canvas (and rename to html/canvas/offscreen)
https://bugs.webkit.org/show_bug.cgi?id=212613
Reviewed by Žan Doberšek.
Upstream WPT the tests from /offscreen-canvas were moved to /html/canvas/offscreen
Remove the old tests and re-import the new ones.
Rename paths in TestExpectation files and update baselines.
* TestExpectations:
* gpu-process/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* tests-options.json:
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262612
https://bugs.webkit.org/show_bug.cgi?id=212822
Unreviewed gardening.
Remove unnecessary baseline and gardened several flaky tests.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/select/popup-closes-on-blur-expected.txt: Added after r262607.
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262609
https://bugs.webkit.org/show_bug.cgi?id=212813
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/w3c-svg-name-calculation-expected.txt: Update after r262500.
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=212810
Unreviewed gardening.
webrtc/datachannel/gather-candidates-networkprocess-crash.html is a
timeout flaky failure.
* platform/gtk/TestExpectations:
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=212808
Unreviewed gardening.
* platform/glib/TestExpectations:
2020-06-05 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, remove unneeded baseline after r262527
https://bugs.webkit.org/show_bug.cgi?id=212804
Unreviewed gardening.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub-expected.txt: Removed.
2020-06-05 Youenn Fablet <youenn@apple.com>
Add support for media-source stats
https://bugs.webkit.org/show_bug.cgi?id=212702
Reviewed by Eric Carlson.
* webrtc/video-stats.html:
2020-06-05 Youenn Fablet <youenn@apple.com>
Mark some service worker tests as slow in iOS
https://bugs.webkit.org/show_bug.cgi?id=212743
Unreviewed.
* platform/ios-wk2/TestExpectations:
2020-06-04 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in DeleteSelectionCommand::doApply() when ending position is disconnected.
https://bugs.webkit.org/show_bug.cgi?id=212723
<rdar://problem/63866653>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/deleting/delete-txt-in-dl-crash-expected.txt: Added.
* editing/deleting/delete-txt-in-dl-crash.html: Added.
2020-06-04 Simon Fraser <simon.fraser@apple.com>
[ Mojave wk2 Debug ] fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html is flaky failing and flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=212667
<rdar://problem/63896649>
Unreviewed test gardening.
fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html suffers from AppKit behavior differences on Mojave, so
skip the test on that platform.
* platform/mac-wk2/TestExpectations:
2020-06-04 Antoine Quint <graouts@apple.com>
media/modern-media-controls/time-label/time-label-white-space-nowrap.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=212772
<rdar://problem/63554695>
Reviewed by Eric Carlson.
Remove some leftover debugging code that forces a failure if the test is slow.
* media/modern-media-controls/time-label/time-label-white-space-nowrap.html:
2020-06-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
Gardening after r262539
https://bugs.webkit.org/show_bug.cgi?id=212770
Unreviewed gardening.
Add baselines for GTK/WPE and comment out enabling offscreen canvas
tests that are now broken. Fixing them in bug 212613.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/compositing/2d.composite.globalAlpha.canvascopy-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/drawing-images-to-the-canvas/drawimage_canvas-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.bottom-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.front-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.shape1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.cone.top-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.inside1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.inside2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.inside3-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.outside1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.outside2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.outside3-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.gradient.radial.touch2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/image-smoothing/imagesmoothing-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/canvas-createImageBitmap-resize-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-drawImage-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-flipY-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-invalid-args-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-serializable-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/imagebitmap/createImageBitmap-transfer-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.isPointInStroke.scaleddashes-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.rect.winding-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.stroke.scale2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/shadows/shadowBlur_gaussian_tolerance.1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/html/canvas/element/text-styles/2d.text.draw.baseline.ideographic-expected.txt: Added.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-04 Antoine Quint <graouts@webkit.org>
[ iOS wk2 ] animations/play-state-paused.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212641
<rdar://problem/63879230>
Reviewed by Dean Jackson.
Rewrite this test to use the AnimationTest helper that will non-flakily check animated values while an animation is running.
* animations/play-state-paused-expected.txt:
* animations/play-state-paused.html:
* platform/ios-wk2/TestExpectations:
2020-06-02 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/2dcontext from upstream
https://bugs.webkit.org/show_bug.cgi?id=212639
Reviewed by Youenn Fablet.
* TestExpectations:
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html:
* canvas/philip/tests/2d.drawImage.incomplete.nosrc.html:
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html:
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html:
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html:
* gpu-process/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: Removed.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt: Removed.
* platform/ios-simulator/TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
* platform/ios/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/imported/w3c/web-platform-tests/2dcontext/line-styles/2d.line.cap.round-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt: Removed.
2020-06-04 Diego Pino Garcia <dpino@igalia.com>
[GLIB][GTK] Gardening, update test expectations and baselines after r262525
https://bugs.webkit.org/show_bug.cgi?id=212751
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-none-block-expected.txt: Added after r262312.
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-self-block-expected.txt: Added after r262312.
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/frame-ancestors/frame-ancestors-nested-same-in-same-self-allow-expected.txt: Added after r262312.
* platform/glib/imported/w3c/web-platform-tests/websockets/unload-a-document/002-expected.txt: Removed after r262312.
* platform/glib/imported/w3c/web-platform-tests/websockets/unload-a-document/004-expected.txt: Removed after r262312.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/encoding/single-byte-decoder-expected.txt: Added after r262235.
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/resize-during-playback-expected.txt: Removed after r262254.
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt: Updated after r262235.
2020-06-04 Jacob Uphoff <jacob_uphoff@apple.com>
Unreviewed, reverting r262527 and r262531.
The commit 262527 caused over 100 web platform tests to fail
and 262531 edited the file after
Reverted changesets:
"Resync web-platform-tests/2dcontext from upstream"
https://bugs.webkit.org/show_bug.cgi?id=212639
https://trac.webkit.org/changeset/262527
"[GTK][WPE] Gardening, temporarily disable offscreen-canvas
tests"
https://bugs.webkit.org/show_bug.cgi?id=212738
https://trac.webkit.org/changeset/262531
2020-06-04 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, temporarily disable offscreen-canvas tests
https://bugs.webkit.org/show_bug.cgi?id=212738
Unreviewed gardening.
The test started failing after r262527. Disable the tests temporarily
to let the test bots pass.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-06-03 Andy Estes <aestes@apple.com>
[Apple Pay] Add new values for -apple-pay-button-type
https://bugs.webkit.org/show_bug.cgi?id=212684
<rdar://problem/63908535>
Reviewed by Anders Carlsson.
* http/tests/ssl/applepay/ApplePayButton-expected.txt: Added.
* http/tests/ssl/applepay/ApplePayButton.html:
* http/tests/ssl/applepay/ApplePayButtonV4.html: Removed.
* platform/mac/http/tests/ssl/applepay/ApplePayButton-expected.png: Removed.
* platform/mac/http/tests/ssl/applepay/ApplePayButton-expected.txt: Removed.
* platform/mac/http/tests/ssl/applepay/ApplePayButtonV4-expected.png: Removed.
* platform/mac/http/tests/ssl/applepay/ApplePayButtonV4-expected.txt: Removed.
2020-06-02 Chris Dumez <cdumez@apple.com>
Resync web-platform-tests/2dcontext from upstream
https://bugs.webkit.org/show_bug.cgi?id=212639
Reviewed by Youenn Fablet.
* TestExpectations:
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html:
* canvas/philip/tests/2d.drawImage.incomplete.nosrc.html:
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html:
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html:
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html:
* gpu-process/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: Removed.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt: Removed.
* platform/ios-simulator/TestExpectations:
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
* platform/ios/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/imported/w3c/web-platform-tests/2dcontext/line-styles/2d.line.cap.round-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt: Removed.
2020-06-03 Daniel Bates <dabates@apple.com>
Inserted text placeholder should vertically align to top and behave like block-level element when it has 0 width
https://bugs.webkit.org/show_bug.cgi?id=212716
<rdar://problem/62672479>
Reviewed by Darin Adler.
Add tests.
* editing/text-placeholder/insert-into-content-editable-non-zero-width-and-height-expected.html: Added.
* editing/text-placeholder/insert-into-content-editable-non-zero-width-and-height.html: Added.
* editing/text-placeholder/insert-into-content-editable-zero-width-expected.html: Added.
* editing/text-placeholder/insert-into-content-editable-zero-width.html: Added.
2020-06-03 Pinki Gyanchandani <pgyanchandani@apple.com>
Release Assert @ WebCore::RenderTreeBuilder::RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=212714
Reviewed by Geoffrey Garen.
Added a regression test.
* fast/rendering/widget-removal-in-render-tree-builder-crash-expected.txt: Added.
* fast/rendering/widget-removal-in-render-tree-builder-crash.html: Added.
2020-06-03 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS wk1 debug ] svg/custom/textPath-change-id.svg is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212721
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-03 Megan Gardner <megan_gardner@apple.com>
Refactor long press test to reflect current behaviour.
https://bugs.webkit.org/show_bug.cgi?id=212709
<rdar://problem/59572126>
Reviewed by Wenson Hsieh.
Previously, if you long pressed on editable content, the selection assistant would be triggered
in the wrong mode and you could not modify or interact with the selection. With changes and
refactors that have happened in UIKit and WebKit, the selection can be interacted with
correctly inside of an editable area. We should now allow and test for this behavior.
* fast/events/touch/ios/long-press-on-editable-expected.txt:
* fast/events/touch/ios/long-press-on-editable.html:
2020-06-03 Peng Liu <peng.liu6@apple.com>
REGRESSION: (r262456): [ Mac ] media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-pip-to-inline.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=212694
Reviewed by Jer Noble.
Enable the mock video presentation mode of the WebKitTestRunner in the test,
and only request a video element to change its video presentation mode after
the previous change is completed.
* media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-pip-to-inline-expected.txt:
* media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-pip-to-inline.html:
* platform/mac/TestExpectations:
2020-06-03 Jacob Uphoff <jacob_uphoff@apple.com>
REGRESSION: [macOS WK2] Layout Test fast/mediastream/device-cha nge-event-2.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=188924
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-03 Rob Buis <rbuis@igalia.com>
Disallow responses when a response contains invalid header values
https://bugs.webkit.org/show_bug.cgi?id=184493
Reviewed by Darin Adler.
Update improved test results.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
2020-06-03 Andres Gonzalez <andresg_22@apple.com>
AX: SVG text node with content is described as "empty group" even if it's not empty
https://bugs.webkit.org/show_bug.cgi?id=210315
Reviewed by Darin Adler.
* accessibility/svg-text-expected.txt: Added.
* accessibility/svg-text.html: Added.
* accessibility/w3c-svg-name-calculation.html: Expected name for an SVG
text element should be "". Its text content is exposed as a child static text accessibility object.
* platform/mac/accessibility/w3c-svg-name-calculation-expected.txt:
2020-06-03 John Wilander <wilander@apple.com>
Storage Access API: Add setting for per-page storage access scope
https://bugs.webkit.org/show_bug.cgi?id=212682
<rdar://problem/63904824>
Reviewed by Brent Fulgham.
* http/tests/storageAccess/request-and-grant-access-with-per-page-scope-access-from-another-frame-expected.txt: Added.
* http/tests/storageAccess/request-and-grant-access-with-per-page-scope-access-from-another-frame.html: Added.
2020-06-03 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, lint WPE test expectations
https://bugs.webkit.org/show_bug.cgi?id=212705
Unreviewed gardening.
* platform/wpe/TestExpectations:
2020-06-03 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r262432): [ iOS wk2 ] imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-no-freshness-headers.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212696
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-03 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r262456): [ Mac ] media/modern-media-controls/media-controller/media-controller-inline-to-fullscreen-to-pip-to-inline.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=212694
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-06-03 Javier Fernandez <jfernandez@igalia.com>
[css-grid] Dynamically setting "position: absolute" in a grid item doesn't trigger a relayout of that element
https://bugs.webkit.org/show_bug.cgi?id=191465
Reviewed by Manuel Rego Casasnovas.
Several tests pass now thanks to this change.
* TestExpectations: Removed failure expectations, since now these tests pass now.
- absolute-positioning-changing-containing-block-001.html
- grid-item-absolute-positioning-dynamic-001.html
2020-06-02 Yusuke Suzuki <ysuzuki@apple.com>
ASSERTION FAILED: isCell() under WebCore::JSDOMConstructor seen with webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html
https://bugs.webkit.org/show_bug.cgi?id=212650
Reviewed by Mark Lam.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-06-02 Simon Fraser <simon.fraser@apple.com>
EventRegion::translate() needs to offset the wheel event regions
https://bugs.webkit.org/show_bug.cgi?id=212683
Reviewed by Zalan Bujtas.
* fast/scrolling/mac/wheel-event-listener-region-layer-offset-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-layer-offset.html: Added.
2020-06-02 Zalan Bujtas <zalan@apple.com>
[iOS] fast/events/touch/ios/content-observation/opacity-change-happens-on-touchstart-with-transition2.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212660
<rdar://problem/61948534>
Reviewed by Simon Fraser.
When the device is busy and the transition gets delayed, the opacity change could miss the content observation window.
Forcing synchronous style change makes is less flaky.
* fast/events/touch/ios/content-observation/opacity-change-happens-on-touchstart-with-transition2.html:
2020-06-02 Simon Fraser <simon.fraser@apple.com>
Followup to r262438
Remove scrollingcoordinator/mac/latching/horizontal-overflow-back-swipe.html from TestExpectations
now that it should no longer be flaky.
* platform/mac/TestExpectations:
2020-06-02 Peng Liu <peng.liu6@apple.com>
Layout test failures: media/video-create-with-user-gesture.html and media/video-restricted-no-preload-auto.html
https://bugs.webkit.org/show_bug.cgi?id=212666
Reviewed by Eric Carlson.
Set event handlers before set the video source.
* media/video-create-with-user-gesture.html:
* media/video-restricted-no-preload-auto-expected.txt:
* media/video-restricted-no-preload-auto.html:
2020-06-02 Ryan Haddad <ryanhaddad@apple.com>
ASSERTION FAILED: isCell() under WebCore::JSDOMConstructor seen with webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html
https://bugs.webkit.org/show_bug.cgi?id=212650
Unreviewed test gardening.
* platform/ios/TestExpectations: Skip this test on debug since it always asserts.
2020-06-02 Ryan Haddad <ryanhaddad@apple.com>
ASSERTION FAILED: isCell() under WebCore::JSDOMConstructor seen with webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html
https://bugs.webkit.org/show_bug.cgi?id=212650
Unreviewed test gardening.
* platform/mac/TestExpectations: Skip this test on debug since it always asserts.
2020-06-02 Jason Lawrence <lawrence.j@apple.com>
[ Mojave wk2 Debug ] fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html is flaky failing and flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=212667
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-06-02 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk1 Debug ] svg/custom/textPath-insert-path.svg is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212665
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-06-02 Peng Liu <peng.liu6@apple.com>
Stressing webkitSetPresentationMode leads to wrong inline video dimensions
https://bugs.webkit.org/show_bug.cgi?id=202425
Reviewed by Eric Carlson.
Enable the mock video presentation mode in WebKitTestRunner and
only request a video element to enter/exit fullscreen/picture-in-picture when
the element is ready to do so (by checking the attribute webkitDisplayingFullscreen).
* media/modern-media-controls/placard-support/placard-support-pip-expected.txt:
* media/modern-media-controls/placard-support/placard-support-pip.html:
* media/presentationmodechanged-fired-once-expected.txt:
* media/presentationmodechanged-fired-once.html:
* media/video-presentation-mode-expected.txt:
* media/video-presentation-mode.html:
2020-06-02 Simon Fraser <simon.fraser@apple.com>
[ macOS ] scrollingcoordinator/mac/latching/horizontal-overflow-back-swipe.html is flaky timing out
https://bugs.webkit.org/show_bug.cgi?id=210351
<rdar://problem/61601464>
Reviewed by Tim Horton.
Try to deflake this test. It timed out when all the wheel events were received in the UI process
before the ViewGestureController had received a response from the web process about whether the
first event had been handled. Fix by adding a rAF() wait in the middle of sending the events.
Also register the swipe callback before starting the event sending.
* scrollingcoordinator/mac/latching/horizontal-overflow-back-swipe.html:
2020-06-02 Jacob Uphoff <jacob_uphoff@apple.com>
Landing expectations for tests that were recently imported but did not have them
Unreviewed test gardening
* platform/ios/imported/w3c/web-platform-tests/dom/events/scrolling/input-text-scroll-event-when-using-arrow-keys-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/dom/events/scrolling/overscroll-deltas-expected.txt: Added.
2020-06-02 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 ] animations/play-state-paused.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212641
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-06-02 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS debug ] REGRESSION(r262254): imported/w3c/web-platform-tests/2dcontext/fill-and-stroke-styles/canvas_colorsandstyles_createlineargradient_001.htm is a constant timeout
https://bugs.webkit.org/show_bug.cgi?id=212636
Unreviewed test gardening
* platform/ios-wk2/TestExpectations:
2020-06-02 Jacob Uphoff <jacob_uphoff@apple.com>
Removing expectations for a test that is now passing
https://bugs.webkit.org/show_bug.cgi?id=211920
Unreviewed test gardening
* platform/ios-wk2/TestExpectations:
2020-06-02 Lauro Moura <lmoura@igalia.com>
[GLIB] Update TestExpectations Sections
https://bugs.webkit.org/show_bug.cgi?id=212586
Initial conversion from the "kind of failure" to the "feature" based
approach to organizing the glib test expectations.
This is an attempt to group related expectations closer together. At
the time of this patch, some sections are only related to the top
folder at LayoutTests, like WebAnimations, but others have entries
from multiple folders, like GStreamer, WebGL. More specific features
like EncryptedMedia will likely have their own sections even though it
could be seen as a subset of GStreamer.
In doubt, there is a NEEDS TRIAGING section at the end of the file
where one can put the failure if not sure about which existing section
it should go and ask for a more detailed investigation.
Reviewed by Carlos Alberto Lopez Perez.
* platform/glib/TestExpectations:
2020-06-01 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] ChildIntrinsicLogicalWidth should use fit-content, not max-content
https://bugs.webkit.org/show_bug.cgi?id=210465
Reviewed by Javier Fernandez.
* TestExpectations: Unskipped flex-wrap-002.html which is now passing.
2020-06-02 Youenn Fablet <youenn@apple.com>
[ Mac wk2 ] http/wpt/service-workers/service-worker-spinning-fetch.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=207515
<rdar://problem/59329307>
Reviewed by Chris Dumez.
* http/wpt/service-workers/service-worker-spinning-fetch.https.html:
In case service worker gets closed, fetch failure might be logged as console log message.
* platform/mac-wk2/TestExpectations:
2020-06-01 Myles C. Maxfield <mmaxfield@apple.com>
[WebGPU] Update texture creation validation according to the discussion at https://github.com/gpuweb/gpuweb/pull/799/files
https://bugs.webkit.org/show_bug.cgi?id=212390
Reviewed by Dean Jackson.
* webgpu/texture-creation-expected.txt:
* webgpu/texture-creation.html:
2020-06-01 Noam Rosenthal <noam@webkit.org>
Make unicode-bidi:isolate the default for an element with a dir attribute (instead of unicode-bidi:embed)
https://bugs.webkit.org/show_bug.cgi?id=134630
Reviewed by Simon Fraser.
* TestExpectations:
Unskipped w3c tests that now pass, testing this behavior.
* fast/css/default-bidi-css-rules-expected.txt:
* fast/css/default-bidi-css-rules.html:
This test was modified, as the default bidi CSS rules are modified.
* editing/selection/move-by-word-visually-mac-expected.txt:
* editing/selection/move-by-word-visually-single-space-inline-element.html:
* editing/style/make-text-writing-direction-inline-mac.html:
* editing/style/make-text-writing-direction-inline-win.html:
* fast/css/absolute-inline-alignment-2-expected.html:
* fast/css/absolute-inline-alignment-2.html:
* fast/text/bidi-embedding-pop-and-push-same.html:
* fast/text/bidi-reverse-runs-crash-expected.txt:
* fast/text/bidi-reverse-runs-crash.html:
* fast/text/international/bidi-LDB-2-HTML.html:
* fast/text/international/bidi-ignored-for-first-child-inline.html:
* fast/text/international/iso-8859-8.html:
These tests rely on the previous unicode-bidi: embed default.
Modified them to include that old default explicitly in the test, as they test something else.
2020-06-01 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/webaudio from upstream
https://bugs.webkit.org/show_bug.cgi?id=212610
Reviewed by Eric Carlson.
* TestExpectations:
* tests-options.json:
2020-06-01 Devin Rousso <drousso@apple.com>
Web Inspector: Graphics: should use the `id` (name) of the animation if it exists
https://bugs.webkit.org/show_bug.cgi?id=212618
Reviewed by Timothy Hatcher.
* inspector/animation/nameChanged.html: Added.
* inspector/animation/nameChanged-expected.txt: Added.
* inspector/animation/resources/lifecycle-utilities.js:
* inspector/animation/lifecycle-css-animation-expected.txt:
* inspector/animation/lifecycle-css-transition-expected.txt:
* inspector/animation/lifecycle-web-animation.html:
* inspector/animation/lifecycle-web-animation-expected.txt:
Print out the name of the animation after it's created.
2020-06-01 Ryan Haddad <ryanhaddad@apple.com>
[ macOS ] REGRESSION(r262366): webgl/1.0.3/conformance/canvas/buffer-offscreen-test.html & webgl/2.0.0/conformance/canvas/buffer-offscreen-test.html are constant failures
https://bugs.webkit.org/show_bug.cgi?id=212594
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark tests as failing.
2020-06-01 Jason Lawrence <lawrence.j@apple.com>
(r261103) [ Mac WK2 ] inspector/page/overrideSetting-ITPDebugModeEnabled.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211791
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-26 Sergio Villar Senin <svillar@igalia.com>
[css-flexbox] Tables as flex items should obey the flex container sizing
https://bugs.webkit.org/show_bug.cgi?id=212355
Reviewed by Manuel Rego Casasnovas.
Unskipped passing tests and added new expectations for Win and iOS which have
different renderings of some UI components causing a couple of test to fail by
small offsets.
* TestExpectations: Unskipped table-as-item-narrow-content.html that is passing now.
* css3/flexbox/flexitem-expected.txt: Updated. All tests passing.
* gpu-process/TestExpectations: Removed flexitem.html test.
* platform/ios/TestExpectations: Ditto.
* platform/ios/css3/flexbox/flexitem-expected.txt: Added.
* platform/win/TestExpectations: Removed flexitem.html test.
* platform/win/css3/flexbox/flexitem-expected.txt: Added.
* platform/wincairo/TestExpectations: Removed flexitem.html test.
2020-05-31 Zalan Bujtas <zalan@apple.com>
[iBooks] Empty pages appear in book
https://bugs.webkit.org/show_bug.cgi?id=212573
<rdar://problem/62912623>
Reviewed by Antti Koivisto.
* fast/multicol/orphans-ignored-expected.html: Added.
* fast/multicol/orphans-ignored.html: Added.
2020-05-31 Rob Buis <rbuis@igalia.com>
Implement named item condition for images
https://bugs.webkit.org/show_bug.cgi?id=212473
Reviewed by Maciej Stachowiak.
Update test expectation.
* fast/dom/HTMLDocument/document-special-properties-expected.txt:
2020-05-31 Myles C. Maxfield <mmaxfield@apple.com>
Rebaseline imported/w3c/web-platform-tests/encoding/single-byte-decoder.html
https://bugs.webkit.org/show_bug.cgi?id=212565
<rdar://problem/63682561>
Unreviewed.
Rebaseline the expected result.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-05-31 Myles C. Maxfield <mmaxfield@apple.com>
[iPad] REGRESSION(r261940): fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-after-changing-initial-scale.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212564
<rdar://problem/63729887>
Unreviewed.
Setting width=device-width was causing us to clamp the initial-scale to 1, thereby disabling autosizing.
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-after-changing-initial-scale.html:
* platform/ipad/TestExpectations:
2020-05-30 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r262335.
https://bugs.webkit.org/show_bug.cgi?id=212571
Triggered assertions in WebKit1
Reverted changeset:
"Disallow responses when a response contains invalid header
values"
https://bugs.webkit.org/show_bug.cgi?id=184493
https://trac.webkit.org/changeset/262335
2020-05-30 Andy Estes <aestes@apple.com>
[Apple Pay] Support percentage border-radius values in -apple-pay-button
https://bugs.webkit.org/show_bug.cgi?id=212559
<rdar://problem/63781881>
Reviewed by Antti Koivisto.
* fast/css/appearance-apple-pay-button-border-radius-expected.html:
* fast/css/appearance-apple-pay-button-border-radius.html:
2020-05-30 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Unreviewed gardening, update baseline after r262169
https://bugs.webkit.org/show_bug.cgi?id=212566
r262169 modifies Objective-C code and the general expected file. The
change only affected Mac ports. GTK and WPE ports keep expecting the former
result, so a new baseline is emitted for these ports.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/seeking/seek-to-negative-time-expected.txt: Added.
2020-05-29 Alex Christensen <achristensen@webkit.org>
Add debug alerts to xhr tests
https://bugs.webkit.org/show_bug.cgi?id=212555
Reviewed by Alexey Proskuryakov.
These should not be upstreamed, but they are needed to help diagnose what is happening in rdar://problem/63684261
* platform/mac-wk1/imported/w3c/web-platform-tests/xhr/event-error-order.sub-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/xhr/send-authentication-basic-cors-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/xhr/send-network-error-async-events.sub-expected.txt:
2020-05-29 Simon Fraser <simon.fraser@apple.com>
Event region painting should use the same paint flags as normal painting
https://bugs.webkit.org/show_bug.cgi?id=212547
Reviewed by Sam Weinig.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll-clipped-out-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll-clipped-out.html: Added.
2020-05-29 Simon Fraser <simon.fraser@apple.com>
Elements with wheel event handlers inside overflow:scroll are missing from the event region
https://bugs.webkit.org/show_bug.cgi?id=212545
Reviewed by Zalan Bujtas.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-inside-overflow-scroll.html: Added.
2020-05-29 Rob Buis <rbuis@igalia.com>
Disallow responses when a response contains invalid header values
https://bugs.webkit.org/show_bug.cgi?id=184493
Reviewed by Youenn Fablet.
Update improved test results.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/ios-12/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt:
2020-05-29 Oriol Brufau <obrufau@igalia.com>
[css-grid] Update WPT grid-items-sizing-alignment-001.html
https://bugs.webkit.org/show_bug.cgi?id=169271
Reviewed by Manuel Rego Casasnovas.
Expect the test to pass, except on iOS (bug 212493).
* TestExpectations:
* platform/ios/TestExpectations:
2020-05-29 Saam Barati <sbarati@apple.com>
Skip a few more JSC tests when $memoryLimited
https://bugs.webkit.org/show_bug.cgi?id=212552
Reviewed by Mark Lam.
* js/script-tests/stack-overflow-regexp.js:
2020-05-29 Jer Noble <jer.noble@apple.com>
[EME] navigator.requestMediaKeySystemAccess() should reject PUR sessionTypes in private browsing mode.
https://bugs.webkit.org/show_bug.cgi?id=212540
<rdar://problem/61125757>
Reviewed by Eric Carlson.
* platform/mac/media/encrypted-media/fps-ephemeral-requestMediaKeySystemAccess-expected.txt: Added.
* platform/mac/media/encrypted-media/fps-ephemeral-requestMediaKeySystemAccess.html: Added.
2020-05-29 Devin Rousso <drousso@apple.com>
Web Inspector: add test for protocol "condition" logic
https://bugs.webkit.org/show_bug.cgi?id=212497
Reviewed by Brian Burg.
* inspector/protocol/condition.html: Added.
* inspector/protocol/condition-expected.txt: Added.
2020-05-29 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS ] http/wpt/service-workers/service-worker-different-process.https.html & http/wpt/service-workers/service-worker-crashing-while-fetching.https.html are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=212532
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-29 Truitt Savell <tsavell@apple.com>
Fix expectations after r262284
https://bugs.webkit.org/show_bug.cgi?id=212374
Unreviewed test gardening.
* TestExpectations:
2020-05-29 Devin Rousso <drousso@apple.com>
Web Inspector: add ITML debuggable/target type
https://bugs.webkit.org/show_bug.cgi?id=203300
<rdar://problem/56545896>
Reviewed by Joseph Pecoraro and Brian Burg.
* inspector/protocol/target-types-for-debuggable-type.html: Added.
* inspector/protocol/target-types-for-debuggable-type-expected.txt: Added.
2020-05-29 Jason Lawrence <lawrence.j@apple.com>
webkit-test-runner: Add support for the reftest-wait class name
https://bugs.webkit.org/show_bug.cgi?id=186045
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-27 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement XRSession::requestReferenceSpace()
https://bugs.webkit.org/show_bug.cgi?id=212407
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Unskipped 3 more tests that are working now.
2020-05-29 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, update test expectations after r262254
https://bugs.webkit.org/show_bug.cgi?id=212514
Unreviewed gardening.
r262254 re-synced many dom web-platform tests and expected files. Emit
new baselines for GTK and WPE for affected test and try to merge results
into a common glib expectations when possible.
* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt.
* platform/gtk/imported/w3c/web-platform-tests/dom/nodes/Node-cloneNode-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/selectors/pseudo-classes/readwrite-readonly-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: Removed.
2020-05-29 Javier Fernandez <jfernandez@igalia.com>
[css-grid] Import tests for the grid as flexbox item case
https://bugs.webkit.org/show_bug.cgi?id=212374
Reviewed by Manuel Rego Casasnovas.
These tests cover the case of a grid container being rendered as a flexbox item.
They are also useful as regression tests for the bug 209282 .
* TestExpectations: Added Failure entries for the tests that fail due to bug 209282
2020-05-29 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r261812): editing/async-clipboard/clipboard-item-get-type-basic.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=212281
<rdar://problem/63554912>
Reviewed by Tim Horton.
Remove the failing test expectation.
* platform/ios-simulator-wk2/TestExpectations:
2020-05-28 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening.
* platform/wpe/TestExpectations: Adding debug crash expectations for WebXR tests.
2020-05-28 Andy Estes <aestes@apple.com>
[Apple Pay] Buttons render with a corner radius of PKApplePayButtonDefaultCornerRadius even when explicitly specifying "border-radius: 0px"
https://bugs.webkit.org/show_bug.cgi?id=212476
<rdar://problem/63401433>
Reviewed by Antti Koivisto.
* TestExpectations:
* fast/css/appearance-apple-pay-button-border-radius-expected.html: Added.
* fast/css/appearance-apple-pay-button-border-radius.html: Added.
* fast/css/appearance-apple-pay-button-expected.html:
* fast/css/appearance-apple-pay-button.html:
* fast/css/getComputedStyle/computed-style-apple-pay-button-expected.txt: Added.
* fast/css/getComputedStyle/computed-style-apple-pay-button.html: Added.
* platform/mac/TestExpectations:
2020-05-28 Chris Dumez <cdumez@apple.com>
Update web-platform-tests/interfaces from upstream
https://bugs.webkit.org/show_bug.cgi?id=212501
Reviewed by Alex Christensen.
* platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
2020-05-28 Myles C. Maxfield <mmaxfield@apple.com>
Make fast/text/user-installed-fonts/extended-character.html more robust
https://bugs.webkit.org/show_bug.cgi?id=212487
<rdar://problem/63235370>
Unreviewed.
The test tries to make sure that, even if a user-installed font is the only font that supports
a certain character, it still isn't used if user-installed fonts are disallowed. This patch
updates the test to make the character less likely to be used by preinstalled fonts.
* TestExpectations: Run the test everywhere, but it might not pass, rather than skipping it.
* fast/text/user-installed-fonts/extended-character-expected.html:
* fast/text/user-installed-fonts/extended-character-with-user-font-expected-mismatch.html:
* fast/text/user-installed-fonts/extended-character-with-user-font.html:
* fast/text/user-installed-fonts/extended-character.html:
2020-05-28 Chris Dumez <cdumez@apple.com>
http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html is slow
https://bugs.webkit.org/show_bug.cgi?id=212496
Reviewed by Geoffrey Garen.
Split test into two so that we don't lose any coverage but so that each test can run faster
individually.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-high-priority-expected.txt: Copied from LayoutTests/http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-high-priority.html: Copied from LayoutTests/http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html:
2020-05-28 Kate Cheney <katherine_cheney@apple.com>
Minimum user interaction time in ResourceLoadStatistics should handle the case of -1
https://bugs.webkit.org/show_bug.cgi?id=212445
<rdar://problem/63696470>
Reviewed by John Wilander.
30 day website data deletion is covered by operating-dates-all-website-data-removed.html.
These new test cases check that deletion occurs when including statistics with no
user interaction (most recent user interaction time of -1) and with
the check for ITP testing turned off to test using the hour long wait
to delete expired data.
It also deletes
http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed.html
because 7 day website data deletion is covered by the new test cases.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-database.html: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-statistics-with-no-user-interaction.html: Added.
* LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-database-expected.txt: Removed.
* LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-expected.txt: Removed.
* LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed.html: Removed.
* LayoutTests/http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-database.html: Removed.
2020-05-28 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] media/video-play-audio-require-user-gesture.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=212488
Unreviewed test gardening
* platform/mac/TestExpectations:
2020-05-28 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r261940): [ iPadOS wk2 ] fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-after-changing-initial-scale.html is failing consistently.
https://bugs.webkit.org/show_bug.cgi?id=212483
Unreviewed test gardening.
* platform/ipad/TestExpectations:
2020-05-28 Chris Dumez <cdumez@apple.com>
Resync dom web-platform tests from upstream
https://bugs.webkit.org/show_bug.cgi?id=212443
Reviewed by Youenn Fablet.
* platform/mac-wk2/imported/w3c/web-platform-tests/dom/nodes/Node-cloneNode-expected.txt:
2020-05-28 Alex Christensen <achristensen@webkit.org>
Make fast/loader/create-frame-in-DOMContentLoaded.html less flaky
https://bugs.webkit.org/show_bug.cgi?id=212454
<rdar://problem/61833551>
Reviewed by Chris Dumez.
We have records of this test failing extremely rarely going back at least a few months.
I think it may have become flaky related to r253279 because eventLoop().performMicrotaskCheckpoint() is now called more often
and the test runner's logic to gather the text nodes for test output is tied up with the load and DOMContentLoaded event handlers
if you don't use waitUntilDone/notifyDone. In any case, this test was added in r90038 to verify incorrect behavior that we've been
meaning to fix in the last 9 years, and with waitUntilDone/notifyDone it does that, but without being a burden on our bot watchers
who do such good work and help find real problems.
* fast/loader/create-frame-in-DOMContentLoaded.html:
2020-05-28 Youenn Fablet <youenn@apple.com>
ReadableByteStream should be enabled/disabled in service workers as done in pages
https://bugs.webkit.org/show_bug.cgi?id=212466
Reviewed by Alex Christensen.
* TestExpectations:
Skipping timing out tests.
2020-05-28 Chris Dumez <cdumez@apple.com>
fast/dom/vertical-scrollbar-in-rtl.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=212474
<rdar://problem/63692473>
Reviewed by Geoffrey Garen.
Unreviewed, use assertClose() instead of assertEqual() due to floating point
precision.
* fast/dom/vertical-scrollbar-in-rtl.html:
2020-05-28 Antti Koivisto <antti@apple.com>
Incorrect clipping of absolute and fixed elements inside stacking-context composited overflow:hidden
https://bugs.webkit.org/show_bug.cgi?id=212419
<rdar://problem/55856170>
Reviewed by Simon Fraser.
* compositing/overflow/non-contained-descendant-clipping-absolute-expected.html: Added.
* compositing/overflow/non-contained-descendant-clipping-absolute.html: Added.
* compositing/overflow/non-contained-descendant-clipping-fixed-expected.html: Added.
* compositing/overflow/non-contained-descendant-clipping-fixed.html: Added.
2020-05-27 Noam Rosenthal <noam@webkit.org>
Implement AccessKeyLabel attribute.
https://bugs.webkit.org/show_bug.cgi?id=72715
Reviewed by Darin Adler.
* fast/forms/access-key-label-expected.txt: Added.
* fast/forms/access-key-label.html: Added.
Added a test to cover accessKeyLabel scenarios.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/ios-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/mac-wk2/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/win/js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt:
* platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt:
HTML elements now have an accessKeyLabel property, fix expected results.
2020-05-27 Lauro Moura <lmoura@igalia.com>
[GTK] Skip inspector/page/archive.html
Unreviewed test gardening.
It is a feature not supported by the GTK port.
* platform/gtk/TestExpectations:
* platform/gtk/inspector/page/archive-expected.txt: Removed.
2020-05-27 Andres Gonzalez <andresg_22@apple.com>
Empty alt attribute does not ignore the image for accessibility clients in Safari.
https://bugs.webkit.org/show_bug.cgi?id=212432
<rdar://problem/60597768>
Reviewed by Chris Fleizach.
* accessibility/img-alt-attribute-unassigned-empty-expected.txt: Renamed from LayoutTests/accessibility/img-alt-attribute-unassigned-value-expected.txt.
* accessibility/img-alt-attribute-unassigned-empty.html: Renamed from LayoutTests/accessibility/img-alt-attribute-unassigned-value.html.
Added the test case for alt="" in addition to unassigned alt.
* accessibility/self-referencing-aria-labelledby.html:
Removed unnecessary alt="" since now that causes the image element not
to be exposed.
2020-05-27 Chris Dumez <cdumez@apple.com>
pageshow only fires the first time the back button is pressed
https://bugs.webkit.org/show_bug.cgi?id=156356
<rdar://problem/29256489>
Reviewed by Alexey Proskuryakov.
* fast/history/multiple-back-forward-navigations-expected.txt: Added.
* fast/history/multiple-back-forward-navigations.html: Added.
Add layout test coverage.
* fast/history/resources/page-cache-helper.html:
Update page cache helper to navigate back even if the page is coming out of
the back/forward cache, by listening to the pageshow event.
2020-05-27 Lauro Moura <lmoura@igalia.com>
[WPE] Avoid possible WTR event timing going back in time and fix conversion from s to ms
https://bugs.webkit.org/show_bug.cgi?id=212338
Reviewed by Michael Catanzaro.
Added new test to check if input events timestamps are actually
monotonically increasing since the start.
* fast/events/monotonic-event-time-expected.txt: Added.
* fast/events/monotonic-event-time.html: Added.
* platform/ios/TestExpectations: Skipped the test as it relies on
mouseDown
2020-05-27 Youenn Fablet <youenn@apple.com>
[ Mac wk2 ] http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209622
<rdar://problem/60938860>
Reviewed by Darin Adler.
The test is flaky by nature as the event source load and navigation load are happening asynchronously.
In most cases but not always, the loading of the CachedResource will fail synchronously and will trigger the console message.
Do not output the console log message since the goal of the test is to not crash.
* http/tests/eventsource/eventsource-reconnect-during-navigate-crash-expected.txt:
* http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html:
* platform/mac-wk2/TestExpectations:
2020-05-27 Wenson Hsieh <wenson_hsieh@apple.com>
[Clipboard API] Support reading "image/png" on ClipboardItem
https://bugs.webkit.org/show_bug.cgi?id=212339
<rdar://problem/63588957>
Reviewed by Tim Horton.
Add a new layout test to verify that `Clipboard.write` and `Clipboard.read` can be used to copy and then read
back PNG image data.
* editing/async-clipboard/clipboard-read-write-images-expected.txt: Added.
* editing/async-clipboard/clipboard-read-write-images.html: Added.
* editing/async-clipboard/resources/async-clipboard-helpers.js:
(sampleBase64PNGImageData1):
(sampleBase64PNGImageData2):
(imageBlob):
(sampleBase64PNGImageData): Deleted.
* platform/win/TestExpectations:
2020-05-27 Ryan Haddad <ryanhaddad@apple.com>
[ macOS ] http/tests/media/now-playing-info.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=206699
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Remove flaky expectation since the test is consistently passing.
2020-05-27 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk2 ] fast/mediastream/mock-media-source-webaudio.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=212413
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-27 Chris Dumez <cdumez@apple.com>
Crash under WebNotificationManager::removeNotificationFromContextMap()
https://bugs.webkit.org/show_bug.cgi?id=212410
<rdar://63496726>
Reviewed by Alex Christensen.
Add layout test coverage.
* http/tests/notifications/crash-on-navigation-expected.txt: Added.
* http/tests/notifications/crash-on-navigation.html: Added.
* http/tests/notifications/resources/crash-on-navigation-iframe.html: Added.
2020-05-27 Jason Lawrence <lawrence.j@apple.com>
[ Catalina wk2 ] webrtc/video-autoplay1.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209018
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-19 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement XRSession::requestAnimationFrame()
https://bugs.webkit.org/show_bug.cgi?id=212099
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Unskipped several tests that are now passing.
2020-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WTR] EventSender: stop using GdkEvent API in preparation for GTK4
https://bugs.webkit.org/show_bug.cgi?id=212298
Reviewed by Adrian Perez de Castro.
Update expectations for tests that are passing now.
* platform/gtk/TestExpectations:
* platform/gtk/editing/selection/5195166-1-expected.txt: Removed.
2020-05-27 Youenn Fablet <youenn@apple.com>
REGRESSION (r261277): [ Mac iOS ] webrtc/datachannel/gather-candidates-networkprocess-crash.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=212218
<rdar://problem/63496692>
Reviewed by Eric Carlson.
* webrtc/datachannel/gather-candidates-networkprocess-crash.html:
Create a new peer connection after the network process crash to validate it does not stay hanging.
2020-05-27 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/wincairo/css3/flexbox/flexbox-baseline-expected.txt:
* platform/wincairo/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/wincairo/fast/gradients/list-item-gradient-expected.txt:
* platform/wincairo/fast/html/details-add-child-1-expected.txt:
* platform/wincairo/fast/html/details-add-child-2-expected.txt:
* platform/wincairo/fast/html/details-add-details-child-1-expected.txt:
* platform/wincairo/fast/html/details-add-details-child-2-expected.txt:
* platform/wincairo/fast/html/details-add-summary-1-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-1-expected.txt:
* platform/wincairo/fast/html/details-add-summary-10-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-10-expected.txt:
* platform/wincairo/fast/html/details-add-summary-2-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-2-expected.txt:
* platform/wincairo/fast/html/details-add-summary-3-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-3-expected.txt:
* platform/wincairo/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-4-expected.txt:
* platform/wincairo/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-5-expected.txt:
* platform/wincairo/fast/html/details-add-summary-6-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-6-expected.txt:
* platform/wincairo/fast/html/details-add-summary-7-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-7-expected.txt:
* platform/wincairo/fast/html/details-add-summary-8-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-8-expected.txt:
* platform/wincairo/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/wincairo/fast/html/details-add-summary-9-expected.txt:
* platform/wincairo/fast/html/details-add-summary-child-1-expected.txt:
* platform/wincairo/fast/html/details-add-summary-child-2-expected.txt:
* platform/wincairo/fast/html/details-marker-style-expected.txt:
* platform/wincairo/fast/html/details-nested-1-expected.txt:
* platform/wincairo/fast/html/details-nested-2-expected.txt:
* platform/wincairo/fast/html/details-no-summary1-expected.txt:
* platform/wincairo/fast/html/details-no-summary2-expected.txt:
* platform/wincairo/fast/html/details-no-summary3-expected.txt:
* platform/wincairo/fast/html/details-no-summary4-expected.txt:
* platform/wincairo/fast/html/details-open-javascript-expected.txt:
* platform/wincairo/fast/html/details-open1-expected.txt:
* platform/wincairo/fast/html/details-open2-expected.txt:
* platform/wincairo/fast/html/details-open3-expected.txt:
* platform/wincairo/fast/html/details-open4-expected.txt:
* platform/wincairo/fast/html/details-open5-expected.txt:
* platform/wincairo/fast/html/details-open6-expected.txt:
* platform/wincairo/fast/html/details-position-expected.txt:
* platform/wincairo/fast/html/details-remove-child-1-expected.txt:
* platform/wincairo/fast/html/details-remove-child-2-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-1-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-2-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-3-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-4-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-5-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-6-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-child-1-expected.txt:
* platform/wincairo/fast/html/details-remove-summary-child-2-expected.txt:
* platform/wincairo/fast/html/details-replace-summary-child-expected.txt:
* platform/wincairo/fast/html/details-replace-text-expected.txt:
* platform/wincairo/fast/html/details-writing-mode-expected.txt:
* platform/wincairo/fast/text/international/text-combine-image-test-expected.txt:
* platform/wincairo/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
2020-05-26 Said Abou-Hallawa <sabouhallawa@apple.com>
SMILTimeContainer must protect its m_scheduledAnimations while it does updateAnimations()
https://bugs.webkit.org/show_bug.cgi?id=212192
<rdar://problem/56717734>
Reviewed by Youenn Fablet.
* svg/animations/css-animation-reinsert-target-expected.txt: Added.
* svg/animations/css-animation-reinsert-target.html: Added.
2020-05-26 Simon Fraser <simon.fraser@apple.com>
Rendering artifacts when scrolling overlays
https://bugs.webkit.org/show_bug.cgi?id=204120
<rdar://problem/57121358>
Reviewed by Zalan Bujtas.
* compositing/repaint/compositing-toggle-in-overflow-scroll-repaint-expected.txt: Added.
* compositing/repaint/compositing-toggle-in-overflow-scroll-repaint.html: Added.
* platform/ios-wk2/compositing/repaint/compositing-toggle-in-overflow-scroll-repaint-expected.txt: Added.
* platform/mac-wk1/compositing/repaint/compositing-toggle-in-overflow-scroll-repaint-expected.txt: Added.
2020-05-26 Said Abou-Hallawa <sabouhallawa@apple.com>
An SVG animated property animator can stop animation while other animators are still running
https://bugs.webkit.org/show_bug.cgi?id=207417
<rdar://problem/59278306>
Reviewed by Simon Fraser.
* svg/animations/animated-enum-mutiple-animators-expected.txt: Added.
* svg/animations/animated-enum-mutiple-animators.svg: Added.
* svg/animations/animated-length-mutiple-animators-expected.txt: Added.
* svg/animations/animated-length-mutiple-animators.svg: Added.
2020-05-26 Simon Fraser <simon.fraser@apple.com>
REGRESSION (async oveflow): scrubber missing from inline video inside overflow scroll
https://bugs.webkit.org/show_bug.cgi?id=212391
<rdar://problem/63089859>
Reviewed by Zalan Bujtas.
* compositing/layer-creation/overlap-in-scroller-expected.html: Added.
* compositing/layer-creation/overlap-in-scroller.html: Added.
2020-05-26 Jer Noble <jer.noble@apple.com>
Can't scrub video on https://www.judiciary.senate.gov
https://bugs.webkit.org/show_bug.cgi?id=212270
<rdar://problem/57922919>
Reviewed by Eric Carlson.
* media/video-duration-seekable-expected.txt: Added.
* media/video-duration-seekable.html: Added.
2020-05-26 Jason Lawrence <lawrence.j@apple.com>
Regression(?): [ iOS wk2 ] http/tests/resourceLoadStatistics/cookie-deletion.html is flaky failing and crashing.
https://bugs.webkit.org/show_bug.cgi?id=207197
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-26 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 ] http/wpt/beacon/cors/crossorigin-arraybufferview-no-preflight.html is failing.
https://bugs.webkit.org/show_bug.cgi?id=207583
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-26 Kate Cheney <katherine_cheney@apple.com>
REGRESSION: [ iOS wk2 Debug ] multiple fast/text/international/system-language tests are flaky crashing - WTFCrashWithInfo - WebKit::ResourceLoadStatisticsDatabaseStore::openAndUpdateSchemaIfNecessary()
https://bugs.webkit.org/show_bug.cgi?id=211958
<rdar://problem/63275549>
Reviewed by Darin Adler.
Tests no longer crashing.
* platform/ios-wk2/TestExpectations:
2020-05-26 Antoine Quint <graouts@apple.com>
Hardware fill-forwards animation and transitions don't interact correctly
https://bugs.webkit.org/show_bug.cgi?id=187839
<rdar://problem/42410412>
Reviewed by Simon Fraser.
Add a new test that reproduces the issue shown by the original test case for this bug. While an animation is running
for a CSS property, we change the underlying value for that animated property which is also set as the transition-property
value. The correct behavior is to not start a CSS Transition either when changing the underlying value during the
CSS Animation nor at the end of the CSS Animation.
* webanimations/updating-property-targeted-by-css-transition-during-css-animation-expected.txt: Added.
* webanimations/updating-property-targeted-by-css-transition-during-css-animation.html: Added.
2020-05-26 Chris Dumez <cdumez@apple.com>
Unreviewed, skip revoke-blob-url-after-navigation.html on Windows.
Windows port is lacking blob support.
* platform/win/TestExpectations:
2020-05-26 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Use padding to space out sections
https://bugs.webkit.org/show_bug.cgi?id=212377
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-multiple-sections-with-border-spacing-and-collapse-expected.html: Added.
* fast/layoutformattingcontext/table-simple-multiple-sections-with-border-spacing-and-collapse.html: Added.
2020-05-26 Chris Dumez <cdumez@apple.com>
Unskip fast/events/form-onchange.html after r262145.
* platform/mac-wk1/TestExpectations:
2020-05-26 Chris Dumez <cdumez@apple.com>
Unreviewed, drop a few beforeload event tests that no longer make sense after r261971.
We dropped support for the BeforeLoadEvent in r261971 so these tests do not make
sense anymore. Those tests also cause flakiness such as <rdar://63623324> now that
they no longer run as expected.
* fast/events/form-iframe-target-before-load-crash-expected.txt: Removed.
* fast/events/form-iframe-target-before-load-crash.html: Removed.
* fast/events/form-iframe-target-before-load-crash2-expected.txt: Removed.
* fast/events/form-iframe-target-before-load-crash2.html: Removed.
* fast/events/form-iframe-target-before-load-crash3-expected.txt: Removed.
* fast/events/form-iframe-target-before-load-crash3.html: Removed.
2020-05-26 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for multiple sections
https://bugs.webkit.org/show_bug.cgi?id=212354
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-multiple-sections-expected.html: Added.
* fast/layoutformattingcontext/table-simple-multiple-sections.html: Added.
2020-05-26 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk1 ] fast/events/form-onchange.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212375
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-26 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update pending baselines after r262127
https://bugs.webkit.org/show_bug.cgi?id=212370
Unrevewed gardening.
* platform/wpe/fast/borders/fieldsetBorderRadius-expected.txt: Added.
* platform/wpe/fast/html/details-marker-style-mixed-expected.txt: Added.
* platform/wpe/mathml/presentation/roots-expected.txt:
* platform/wpe/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/wpe/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
2020-05-26 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update pending baselines after r262127
https://bugs.webkit.org/show_bug.cgi?id=212369
Unreviewed gardening.
* platform/gtk/fast/borders/fieldsetBorderRadius-expected.png:
* platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt: Added.
* platform/gtk/fast/html/details-marker-style-mixed-expected.txt: Renamed from LayoutTests/platform/glib/fast/html/details-marker-style-mixed-expected.txt.
2020-05-25 Carlos Alberto Lopez Perez <clopez@igalia.com>
[css-flexbox] WPT Test css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html fails
https://bugs.webkit.org/show_bug.cgi?id=212054
Reviewed by Manuel Rego Casasnovas.
Remove expectations for passing test.
* TestExpectations:
* platform/glib/TestExpectations:
2020-05-25 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update baselines after r262127
https://bugs.webkit.org/show_bug.cgi?id=212365
Unreviewed gardening.
* platform/wpe/fast/html/details-no-summary4-expected.txt:
* platform/wpe/fast/html/details-open-javascript-expected.txt:
* platform/wpe/fast/html/details-open2-expected.txt:
* platform/wpe/fast/html/details-open4-expected.txt:
* platform/wpe/fast/html/details-replace-summary-child-expected.txt:
* platform/wpe/fast/html/details-replace-text-expected.txt:
* platform/wpe/fast/html/details-writing-mode-expected.txt:
* platform/wpe/fast/html/details-writing-mode-mixed-expected.txt:
* platform/wpe/fast/writing-mode/fieldsets-expected.txt:
* platform/wpe/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2020-05-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update baselines after r262127
https://bugs.webkit.org/show_bug.cgi?id=212364
Unreviewed gardening.
* platform/glib/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/glib/css3/flexbox/flexbox-baseline-expected.txt:
* platform/glib/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
* platform/glib/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/glib/fast/html/details-add-child-1-expected.txt:
* platform/glib/fast/html/details-add-child-2-expected.txt:
* platform/glib/fast/html/details-add-details-child-1-expected.txt:
* platform/glib/fast/html/details-add-details-child-2-expected.txt:
* platform/glib/fast/html/details-add-summary-1-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-1-expected.txt:
* platform/glib/fast/html/details-add-summary-10-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-10-expected.txt:
* platform/glib/fast/html/details-add-summary-2-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-2-expected.txt:
* platform/glib/fast/html/details-add-summary-3-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-3-expected.txt:
* platform/glib/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-4-expected.txt:
* platform/glib/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-5-expected.txt:
* platform/glib/fast/html/details-add-summary-6-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-6-expected.txt:
* platform/glib/fast/html/details-add-summary-7-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-7-expected.txt:
* platform/glib/fast/html/details-add-summary-8-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-8-expected.txt:
* platform/glib/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/glib/fast/html/details-add-summary-9-expected.txt:
* platform/glib/fast/html/details-add-summary-child-1-expected.txt:
* platform/glib/fast/html/details-add-summary-child-2-expected.txt:
* platform/glib/fast/html/details-marker-style-expected.txt:
* platform/glib/fast/html/details-nested-1-expected.txt:
* platform/glib/fast/html/details-nested-2-expected.txt:
* platform/glib/fast/html/details-no-summary1-expected.txt:
* platform/glib/fast/html/details-no-summary2-expected.txt:
* platform/glib/fast/html/details-no-summary3-expected.txt:
* platform/glib/fast/html/details-open1-expected.txt:
* platform/glib/fast/html/details-open3-expected.txt:
* platform/glib/fast/html/details-open5-expected.txt:
* platform/glib/fast/html/details-open6-expected.txt:
* platform/glib/fast/html/details-position-expected.txt:
* platform/glib/fast/html/details-remove-child-1-expected.txt:
* platform/glib/fast/html/details-remove-child-2-expected.txt:
* platform/glib/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-1-expected.txt:
* platform/glib/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-2-expected.txt:
* platform/glib/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-3-expected.txt:
* platform/glib/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-4-expected.txt:
* platform/glib/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-5-expected.txt:
* platform/glib/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/glib/fast/html/details-remove-summary-6-expected.txt:
* platform/glib/fast/html/details-remove-summary-child-1-expected.txt:
* platform/glib/fast/html/details-remove-summary-child-2-expected.txt:
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
* platform/gtk/fast/html/details-no-summary4-expected.txt:
* platform/gtk/fast/html/details-open-javascript-expected.txt:
* platform/gtk/fast/html/details-open2-expected.txt:
* platform/gtk/fast/html/details-open4-expected.txt:
* platform/gtk/fast/html/details-replace-summary-child-expected.txt:
* platform/gtk/fast/html/details-replace-text-expected.txt:
* platform/gtk/fast/html/details-writing-mode-expected.txt:
* platform/gtk/fast/html/details-writing-mode-mixed-expected.txt:
* platform/gtk/fast/writing-mode/fieldsets-expected.txt:
* platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2020-05-25 Oriol Brufau <obrufau@igalia.com>
[css-grid] Prevent grid-template-rows from serializing adjacent <line-names>
https://bugs.webkit.org/show_bug.cgi?id=212345
Reviewed by Manuel Rego Casasnovas.
Update test expectations.
* fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt:
* fast/css-grid-layout/grid-template-shorthand-get-set.html:
2020-05-25 Zalan Bujtas <zalan@apple.com>
[Subpixel layout] Bad scrolling on mercurynews.com article
https://bugs.webkit.org/show_bug.cgi?id=201038
<rdar://problem/28489812>
Reviewed by Dean Jackson.
* fast/inline/hidpi-inline-block-is-subpixel-while-line-is-not-expected.html: Added.
* fast/inline/hidpi-inline-block-is-subpixel-while-line-is-not.html: Added.
* platform/ios/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/ios/css3/flexbox/flexbox-baseline-expected.txt:
* platform/ios/editing/selection/select-across-readonly-input-1-expected.txt: Added.
* platform/ios/editing/selection/select-across-readonly-input-2-expected.txt: Added.
* platform/ios/editing/selection/select-across-readonly-input-3-expected.txt: Added.
* platform/ios/editing/selection/select-across-readonly-input-4-expected.txt: Added.
* platform/ios/editing/selection/select-across-readonly-input-5-expected.txt: Added.
* platform/ios/fast/borders/fieldsetBorderRadius-expected.txt: Copied from LayoutTests/platform/mac/fast/borders/fieldsetBorderRadius-expected.txt.
* platform/ios/fast/forms/select-item-background-clip-expected.txt:
* platform/ios/fast/gradients/list-item-gradient-expected.txt:
* platform/ios/fast/html/details-add-child-1-expected.txt:
* platform/ios/fast/html/details-add-child-2-expected.txt:
* platform/ios/fast/html/details-add-details-child-1-expected.txt:
* platform/ios/fast/html/details-add-details-child-2-expected.txt:
* platform/ios/fast/html/details-add-summary-1-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-1-expected.txt:
* platform/ios/fast/html/details-add-summary-10-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-10-expected.txt:
* platform/ios/fast/html/details-add-summary-2-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-2-expected.txt:
* platform/ios/fast/html/details-add-summary-3-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-3-expected.txt:
* platform/ios/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-4-expected.txt:
* platform/ios/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-5-expected.txt:
* platform/ios/fast/html/details-add-summary-6-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-6-expected.txt:
* platform/ios/fast/html/details-add-summary-7-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-7-expected.txt:
* platform/ios/fast/html/details-add-summary-8-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-8-expected.txt:
* platform/ios/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/ios/fast/html/details-add-summary-9-expected.txt:
* platform/ios/fast/html/details-add-summary-child-1-expected.txt:
* platform/ios/fast/html/details-add-summary-child-2-expected.txt:
* platform/ios/fast/html/details-marker-style-expected.txt:
* platform/ios/fast/html/details-marker-style-mixed-expected.txt:
* platform/ios/fast/html/details-nested-1-expected.txt:
* platform/ios/fast/html/details-nested-2-expected.txt:
* platform/ios/fast/html/details-no-summary1-expected.txt:
* platform/ios/fast/html/details-no-summary2-expected.txt:
* platform/ios/fast/html/details-no-summary3-expected.txt:
* platform/ios/fast/html/details-no-summary4-expected.txt:
* platform/ios/fast/html/details-open-javascript-expected.txt:
* platform/ios/fast/html/details-open1-expected.txt:
* platform/ios/fast/html/details-open2-expected.txt:
* platform/ios/fast/html/details-open3-expected.txt:
* platform/ios/fast/html/details-open4-expected.txt:
* platform/ios/fast/html/details-open5-expected.txt:
* platform/ios/fast/html/details-open6-expected.txt:
* platform/ios/fast/html/details-position-expected.txt:
* platform/ios/fast/html/details-remove-child-1-expected.txt:
* platform/ios/fast/html/details-remove-child-2-expected.txt:
* platform/ios/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-1-expected.txt:
* platform/ios/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-2-expected.txt:
* platform/ios/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-3-expected.txt:
* platform/ios/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-4-expected.txt:
* platform/ios/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-5-expected.txt:
* platform/ios/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/ios/fast/html/details-remove-summary-6-expected.txt:
* platform/ios/fast/html/details-remove-summary-child-1-expected.txt:
* platform/ios/fast/html/details-remove-summary-child-2-expected.txt:
* platform/ios/fast/html/details-replace-summary-child-expected.txt:
* platform/ios/fast/html/details-replace-text-expected.txt:
* platform/ios/fast/html/details-writing-mode-expected.txt:
* platform/ios/fast/html/details-writing-mode-mixed-expected.txt:
* platform/ios/fast/writing-mode/fieldsets-expected.txt:
* platform/ios/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
* platform/ios/mathml/presentation/mo-stretch-expected.txt:
* platform/ios/mathml/presentation/roots-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
* platform/mac/fast/borders/fieldsetBorderRadius-expected.txt:
* platform/mac/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/html/details-add-child-1-expected.txt:
* platform/mac/fast/html/details-add-child-2-expected.txt:
* platform/mac/fast/html/details-add-details-child-1-expected.txt:
* platform/mac/fast/html/details-add-details-child-2-expected.txt:
* platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-1-expected.txt:
* platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-10-expected.txt:
* platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-2-expected.txt:
* platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-3-expected.txt:
* platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-4-expected.txt:
* platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-5-expected.txt:
* platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-6-expected.txt:
* platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-7-expected.txt:
* platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-8-expected.txt:
* platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-9-expected.txt:
* platform/mac/fast/html/details-add-summary-child-1-expected.txt:
* platform/mac/fast/html/details-add-summary-child-2-expected.txt:
* platform/mac/fast/html/details-marker-style-expected.txt:
* platform/mac/fast/html/details-nested-1-expected.txt:
* platform/mac/fast/html/details-nested-2-expected.txt:
* platform/mac/fast/html/details-no-summary1-expected.txt:
* platform/mac/fast/html/details-no-summary2-expected.txt:
* platform/mac/fast/html/details-no-summary3-expected.txt:
* platform/mac/fast/html/details-no-summary4-expected.txt:
* platform/mac/fast/html/details-open-javascript-expected.txt:
* platform/mac/fast/html/details-open1-expected.txt:
* platform/mac/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-open3-expected.txt:
* platform/mac/fast/html/details-open4-expected.txt:
* platform/mac/fast/html/details-open5-expected.txt:
* platform/mac/fast/html/details-open6-expected.txt:
* platform/mac/fast/html/details-position-expected.txt:
* platform/mac/fast/html/details-remove-child-1-expected.txt:
* platform/mac/fast/html/details-remove-child-2-expected.txt:
* platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-1-expected.txt:
* platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-2-expected.txt:
* platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-3-expected.txt:
* platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-4-expected.txt:
* platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-5-expected.txt:
* platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-6-expected.txt:
* platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
* platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
* platform/mac/fast/html/details-replace-summary-child-expected.txt:
* platform/mac/fast/html/details-replace-text-expected.txt:
* platform/mac/fast/html/details-writing-mode-expected.txt:
* platform/mac/fast/writing-mode/fieldsets-expected.txt:
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
* platform/mac/mathml/presentation/mo-stretch-expected.txt:
* platform/mac/mathml/presentation/roots-expected.txt:
* platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
* platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
2020-05-25 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262120
https://bugs.webkit.org/show_bug.cgi?id=212353
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/glib/fast/canvas/webgl/webgl-compressed-texture-astc-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/webgl-compressed-texture-astc-expected.txt.
* platform/gtk/TestExpectations:
* platform/gtk/fast/canvas/webgl/readPixels-float-expected.txt: Removed.
* platform/wpe/TestExpectations:
* platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt: Emit baseline after r260075.
2020-05-22 Sergio Villar Senin <svillar@igalia.com>
[css-flex] Allow indefinite size flex items to be definite wrt resolving percentages inside them
https://bugs.webkit.org/show_bug.cgi?id=212264
Reviewed by Manuel Rego Casasnovas.
* css3/flexbox/definite-main-size-expected.txt: Updated expectation.
* css3/flexbox/definite-main-size.html: Updated comment.
2020-05-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r262060
https://bugs.webkit.org/show_bug.cgi?id=212346
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-25 Adrian Perez de Castro <aperez@igalia.com>
[WPE][WKTR] Fix typo in EventSenderProxyWPE
https://bugs.webkit.org/show_bug.cgi?id=212340
Reviewed by Carlos Garcia Campos.
* platform/wpe/TestExpectations: fast/events/keydown-numpad-keys.html is now passing.
2020-05-25 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, emit baselines for update-the-source-set.html after r261929.
https://bugs.webkit.org/show_bug.cgi?id=212216
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/update-the-source-set-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/update-the-source-set-expected.txt: Added.
2020-05-24 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Ignore section borders even when border collapse is off.
https://bugs.webkit.org/show_bug.cgi?id=212336
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-thead-border-ignore-expected.html: Added.
* fast/layoutformattingcontext/table-simple-thead-border-ignore.html: Added.
2020-05-24 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take sections into account when computing collapsed border.
https://bugs.webkit.org/show_bug.cgi?id=212311
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-collapsed-tbody-border-expected.html: Added.
* fast/layoutformattingcontext/table-simple-collapsed-tbody-border.html: Added.
2020-05-24 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take collapsed in-between row border into account when computing cell height
https://bugs.webkit.org/show_bug.cgi?id=212307
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-collapsed-row-border2-expected.html: Added.
* fast/layoutformattingcontext/table-simple-collapsed-row-border2.html: Added.
2020-05-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take row border into account when computing collapsed borders.
https://bugs.webkit.org/show_bug.cgi?id=212305
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-collapsed-row-border-expected.html: Added.
* fast/layoutformattingcontext/table-simple-collapsed-row-border.html: Added.
2020-05-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Maximum constraint of a cell should never be smaller than the minimum width
https://bugs.webkit.org/show_bug.cgi?id=212304
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-fixed-width-with-wide-content-expected.html: Added.
* fast/layoutformattingcontext/table-simple-fixed-width-with-wide-content.html: Added.
2020-05-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Used height of a cell is the maximum of the computed and the content height.
https://bugs.webkit.org/show_bug.cgi?id=212302
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-tall-cell-content-with-fixed-height-expected.html: Added.
* fast/layoutformattingcontext/table-simple-tall-cell-content-with-fixed-height.html: Added.
2020-05-23 Caio Lima <ticaiolima@gmail.com>
[bmalloc] Fix OOM errors on MIPS after r261667
https://bugs.webkit.org/show_bug.cgi?id=212016
Reviewed by Yusuke Suzuki.
* js/script-tests/stack-overflow-regexp.js:
2020-05-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Non-collapsing row border should not make the table wider/taller
https://bugs.webkit.org/show_bug.cgi?id=212263
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-row-border-expected.html: Added.
* fast/layoutformattingcontext/table-simple-row-border.html: Added.
2020-05-22 Jack Lee <shihchieh_lee@apple.com>
ASSERTION FAILED: (!s_current || &m_view != &s_current->m_view) in RenderTreeBuilder::RenderTreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=212163
<rdar://problem/57028096>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* fast/rendering/nested-render-tree-update-crash-expected.txt: Added.
* fast/rendering/nested-render-tree-update-crash.html: Added.
2020-05-22 Zalan Bujtas <zalan@apple.com>
Nullptr deref in WebCore::RenderTreeBuilder::Block::attachIgnoringContinuation when parent and beforeChild are siblings
https://bugs.webkit.org/show_bug.cgi?id=212116
<rdar://problem/62993844>
Reviewed by Simon Fraser.
* fast/multicol/nested-multicol-with-spanner-and-continuation-expected.txt: Added.
* fast/multicol/nested-multicol-with-spanner-and-continuation.html: Added.
2020-05-22 Kenneth Russell <kbr@chromium.org>
[ANGLE - iOS] webgl/1.0.3/conformance/extensions/ext-sRGB.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212277
Reviewed by Dean Jackson.
Remove failure expectation for the layout test on iOS.
* platform/ios/TestExpectations:
2020-05-22 Kenneth Russell <kbr@chromium.org>
Remove failure expectation for webgl/1.0.3/conformance/extensions/webgl-depth-texture.html on iOS
https://bugs.webkit.org/show_bug.cgi?id=212284
Reviewed by Dean Jackson.
Remove failure expectations for this test on iOS since it's now
passing completely, as on other platforms.
* platform/ios/webgl/1.0.3/conformance/extensions/webgl-depth-texture-expected.txt: Removed.
2020-05-22 Chris Dumez <cdumez@apple.com>
Revoking an object URL immediately after triggering navigation causes navigation to fail
https://bugs.webkit.org/show_bug.cgi?id=212279
<rdar://problem/63553090>
Reviewed by Geoffrey Garen.
Add layout test coverage.
* fast/loader/revoke-blob-url-after-navigation-expected.txt: Added.
* fast/loader/revoke-blob-url-after-navigation.html: Added.
2020-05-22 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 Release ] editing/async-clipboard/clipboard-item-get-type-basic.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=212281
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-05-22 Kenneth Russell <kbr@chromium.org>
[ANGLE - iOS] fast/canvas/webgl/webgl-depth-texture.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212271
Reviewed by Dean Jackson.
Remove expected failure of webgl-depth-texture on iOS.
* platform/ios/fast/canvas/webgl/webgl-depth-texture-expected.txt: Removed.
2020-05-22 Andy Estes <aestes@apple.com>
[Apple Pay] Add new ApplePayInstallmentConfiguration members
https://bugs.webkit.org/show_bug.cgi?id=212160
<rdar://problem/60703650>
Reviewed by Alex Christensen.
* http/tests/ssl/applepay/ApplePayInstallmentItems.https-expected.txt:
* http/tests/ssl/applepay/ApplePayInstallmentItems.https.html: Added.
* platform/mac-wk2/TestExpectations: Skipped test on Mojave and Catalina.
2020-05-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
Gardening after r262056
Unreviewed.
* TestExpectations: Skip a test that crashes on debug.
2020-05-22 Oriol Brufau <obrufau@igalia.com>
Don't put out-of-flow boxes in anonymous flex/grid items
https://bugs.webkit.org/show_bug.cgi?id=205386
Reviewed by Manuel Rego Casasnovas.
Expect tests to pass.
* TestExpectations:
2020-05-22 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] fast/text/font-collection.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212172
<rdar://problem/63466187>
Unreviewed.
The test is failing because the collection font file placed one of its table
directories after the table data. This is a valid file, so this patch doesn't
delete the test, but it also duplicates the test with a new collection font
file that doesn't have this construction. The duplicate test should pass on
all OSes.
* fast/text/font-collection-2-expected.html: Copied from LayoutTests/fast/text/font-collection.html.
* fast/text/font-collection-2.html: Added. Add some extra characters just to
make sure things are working properly.
* fast/text/font-collection-expected.html:
* fast/text/font-collection.html: Ditto.
* fast/text/resources/collection2.ttc: Added.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2020-05-22 Ryan Haddad <ryanhaddad@apple.com>
Cannot style ::selection for a flex container
https://bugs.webkit.org/show_bug.cgi?id=209822
Unreviewed test gardening.
Add baselines for macOS and iOS.
* platform/ios/editing/selection/selection-display-block-sibling-expected.txt: Added.
* platform/ios/editing/selection/selection-display-flex-expected.txt: Added.
* platform/mac/editing/selection/selection-display-block-sibling-expected.txt: Added.
* platform/mac/editing/selection/selection-display-flex-expected.txt: Added.
2020-05-22 Chris Dumez <cdumez@apple.com>
Regression(r254859) DOM storage event gets fired at the frame that caused the storage modification
https://bugs.webkit.org/show_bug.cgi?id=211503
<rdar://problem/62983284>
Reviewed by Maciej Stachowiak.
Add layout test coverage.
* storage/domstorage/events/resources/storage-event-not-in-originator-frame.html: Added.
* storage/domstorage/events/storage-event-not-in-originator-expected.txt: Added.
* storage/domstorage/events/storage-event-not-in-originator.html: Added.
2020-05-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
[css-grid] Update WPT imported tests and deduplicate common tests
https://bugs.webkit.org/show_bug.cgi?id=212187
Reviewed by Javier Fernandez.
This updates the WPT css-flexbox imported tests and deduplicates
our old versions of this tests in favor of the WPT ones.
Below is the complete list of tests deduplicated.
Format is: WPT-test-name => old-test(s) removed
imported/w3c/web-platform-tests/css/css-grid/abspos/empty-grid-001.html => fast/css-grid-layout/empty-grid.html
imported/w3c/web-platform-tests/css/css-grid/abspos/positioned-grid-items-crash.html => imported/blink/fast/css-grid-layout/positioned-grid-items-crash.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-baseline-001.html => fast/css-grid-layout/grid-baseline.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-baseline-002.html => fast/css-grid-layout/grid-baseline-margins-1.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-baseline-003.html => fast/css-grid-layout/grid-baseline-margins-2.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-baseline-004.html => fast/css-grid-layout/grid-baseline-must-respect-grid-order.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-container-auto-margins-scrollbars-001.html => fast/css-grid-layout/grid-container-scroll-accounts-for-auto-margin.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-001.html => fast/css-grid-layout/grid-content-alignment-and-self-alignment.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-and-self-alignment-002.html => fast/css-grid-layout/grid-content-alignment-and-self-alignment-spanning.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-auto-sized-tracks-001.html => fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-overflow-001.html => fast/css-grid-layout/grid-content-alignment-overflow.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-001.html => fast/css-grid-layout/grid-content-alignment-with-span.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-vertical-lr-001.html => fast/css-grid-layout/grid-content-alignment-with-span-vertical-lr.html
imported/w3c/web-platform-tests/css/css-grid/alignment/grid-content-alignment-with-span-vertical-rl-001.html => fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-001.html => fast/css-grid-layout/grid-self-baseline-01.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-002-b.html => fast/css-grid-layout/grid-self-baseline-02-b.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-002.html => fast/css-grid-layout/grid-self-baseline-02.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-003.html => fast/css-grid-layout/grid-self-baseline-03.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-004.html => fast/css-grid-layout/grid-self-baseline-04.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-005.html => fast/css-grid-layout/grid-self-baseline-05.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-006.html => fast/css-grid-layout/grid-self-baseline-06.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-007.html => fast/css-grid-layout/grid-self-baseline-07.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-001.html => fast/css-grid-layout/grid-self-baseline-horiz-01.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-002.html => fast/css-grid-layout/grid-self-baseline-horiz-02.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-003.html => fast/css-grid-layout/grid-self-baseline-horiz-03.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-004.html => fast/css-grid-layout/grid-self-baseline-horiz-04.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-005.html => fast/css-grid-layout/grid-self-baseline-horiz-05.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-006.html => fast/css-grid-layout/grid-self-baseline-horiz-06.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-horiz-007.html => fast/css-grid-layout/grid-self-baseline-horiz-07.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-001.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-01.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-002.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-02.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-003.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-03.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-004.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-04.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-005.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-05.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-006.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-06.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-lr-007.html => fast/css-grid-layout/grid-self-baseline-vertical-lr-07.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-001.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-01.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-002.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-02.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-003.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-03.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-004.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-04.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-005.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-05.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-006.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-06.html
imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-vertical-rl-007.html => fast/css-grid-layout/grid-self-baseline-vertical-rl-07.html
imported/w3c/web-platform-tests/css/css-grid/anonymous-grid-items-001.html => fast/css-grid-layout/anonymous-grid-items.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/explicit-grid-size-001.html => fast/css-grid-layout/explicit-grid-size.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-distribution-001.html => fast/css-grid-layout/flex-content-distribution.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-columns-001.html => fast/css-grid-layout/flex-content-resolution-columns.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-columns-002.html => fast/css-grid-layout/flex-and-minmax-content-resolution-columns.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-rows-001.html => fast/css-grid-layout/flex-content-resolution-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-content-resolution-rows-002.html => fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-factor-sum-less-than-1-001.html => fast/css-grid-layout/flex-factor-sum-less-than-1.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/flex-item-grid-container-percentage-rows-001.html => fast/css-grid-layout/flex-item-grid-container-percentage-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-add-item-with-positioned-items-crash.html => fast/css-grid-layout/grid-add-item-with-positioned-items.html imported/blink/fast/css-grid-layout/grid-add-item-with-positioned-items.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-add-positioned-block-item-after-inline-item-crash.html => fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item.html imported/blink/fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fill-columns-001.html => fast/css-grid-layout/grid-auto-fill-columns.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fill-rows-001.html => fast/css-grid-layout/grid-auto-fill-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-columns-001.html => fast/css-grid-layout/grid-auto-fit-columns.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-fit-rows-001.html => fast/css-grid-layout/grid-auto-fit-rows.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-intrinsic-001.html => fast/css-grid-layout/grid-auto-repeat-intrinsic.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-auto-repeat-positioned-container-001.html => fast/css-grid-layout/grid-auto-repeat-positioned-container.html
imported/w3c/web-platform-tests/css/css-grid/grid-definition/grid-change-intrinsic-size-with-auto-repeat-tracks-001.html => fast/css-grid-layout/grid-change-intrinsic-size-with-auto-repeat-tracks.html
imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-automatic-minimum-intrinsic-aspect-ratio-001.html => fast/css-grid-layout/grid-automatic-minimum-intrinsic-aspect-ratio.html
imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-item-margins-and-writing-modes-001.html => imported/blink/fast/css-grid-layout/grid-item-margins-and-writing-modes.html
imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-item-script-001.html => imported/blink/fast/css-grid-layout/grid-element-bad-cast-addchild.html
imported/w3c/web-platform-tests/css/css-grid/grid-items/remove-svg-grid-item-001.html => imported/blink/fast/css-grid-layout/grid-element-remove-svg-child.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/column-property-should-not-apply-on-grid-container-001.html => fast/css-grid-layout/column-property-should-not-apply-on-grid-container.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/compute-intrinsic-widths-scrollbar-001.html => fast/css-grid-layout/compute-intrinsic-widths-scrollbar.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/fixed-width-intrinsic-width-should-exclude-scrollbar-001.html => fast/css-grid-layout/fixed-width-intrinsic-width-should-exclude-scrollbar-width-in-grid.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-container-margin-border-padding-scrollbar-001.html => fast/css-grid-layout/grid-container-margin-border-padding-scrollbar.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-container-scrollbars-sizing-002.html => fast/css-grid-layout/grid-container-width-should-include-scroll-bar-width.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-float-002.html => fast/css-grid-layout/floating-not-effect-on-grid-items.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-floats-no-intrude-002.html => fast/css-grid-layout/float-not-protruding-into-next-grid-item.html
imported/w3c/web-platform-tests/css/css-grid/grid-model/grid-margins-no-collapse-002.html => fast/css-grid-layout/grid-item-margins-not-collapse.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/auto-margins-ignored-during-track-sizing-001.html => fast/css-grid-layout/auto-margins-ignored-during-track-sizing.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/flex-sizing-columns-min-max-width-001.html => fast/css-grid-layout/flex-sizing-columns-min-max-width.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/flex-sizing-rows-min-max-height-001.html => fast/css-grid-layout/flex-sizing-rows-min-max-height.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/grid-automatic-minimum-for-auto-columns-001.html => fast/css-grid-layout/grid-automatic-minimum-for-auto-columns.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/grid-automatic-minimum-for-auto-rows-001.html => fast/css-grid-layout/grid-automatic-minimum-for-auto-rows.html
imported/w3c/web-platform-tests/css/css-grid/layout-algorithm/grid-container-percentage-001.html => fast/css-grid-layout/grid-container-percentage-columns.html
imported/w3c/web-platform-tests/css/css-grid/placement/grid-container-change-named-grid-recompute-child-positions-001.html => fast/css-grid-layout/grid-container-change-named-grid-lines-recompute-child.html
* TestExpectations:
* fast/css-grid-layout/anonymous-grid-items-expected.html: Removed.
* fast/css-grid-layout/anonymous-grid-items.html: Removed.
* fast/css-grid-layout/auto-margins-ignored-during-track-sizing.html: Removed.
* fast/css-grid-layout/column-property-should-not-apply-on-grid-container.html: Removed.
* fast/css-grid-layout/compute-intrinsic-widths-scrollbar-expected.txt: Removed.
* fast/css-grid-layout/compute-intrinsic-widths-scrollbar.html: Removed.
* fast/css-grid-layout/empty-grid-expected.txt: Removed.
* fast/css-grid-layout/empty-grid.html: Removed.
* fast/css-grid-layout/explicit-grid-size-expected.txt: Removed.
* fast/css-grid-layout/fixed-width-intrinsic-width-should-exclude-scrollbar-width-in-grid-expected.txt: Removed.
* fast/css-grid-layout/flex-and-minmax-content-resolution-columns-expected.txt: Removed.
* fast/css-grid-layout/flex-content-resolution-columns-expected.txt: Removed.
* fast/css-grid-layout/flex-content-resolution-rows-expected.txt: Removed.
* fast/css-grid-layout/flex-factor-sum-less-than-1-expected.txt: Removed.
* fast/css-grid-layout/flex-item-grid-container-percentage-rows.html: Removed.
* fast/css-grid-layout/flex-sizing-columns-min-max-width-expected.txt: Removed.
* fast/css-grid-layout/flex-sizing-rows-min-max-height-expected.txt: Removed.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item-expected.html: Removed.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item.html: Removed.
* fast/css-grid-layout/floating-not-effect-on-grid-items-expected.txt: Removed.
* fast/css-grid-layout/floating-not-effect-on-grid-items.html: Removed.
* fast/css-grid-layout/grid-add-item-with-positioned-items-expected.txt: Removed.
* fast/css-grid-layout/grid-add-item-with-positioned-items.html: Removed.
* fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item-expected.txt: Removed.
* fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item.html: Removed.
* fast/css-grid-layout/grid-auto-fill-columns-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-fill-rows-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-fit-columns-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-fit-rows-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-repeat-intrinsic-expected.txt: Removed.
* fast/css-grid-layout/grid-auto-repeat-intrinsic.html: Removed.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-columns-expected.txt: Removed.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-columns.html: Removed.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-rows-expected.txt: Removed.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-rows.html: Removed.
* fast/css-grid-layout/grid-automatic-minimum-intrinsic-aspect-ratio.html: Removed.
* fast/css-grid-layout/grid-container-change-named-grid-lines-recompute-child-expected.txt: Removed.
* fast/css-grid-layout/grid-container-margin-border-padding-scrollbar-expected.txt: Removed.
* fast/css-grid-layout/grid-container-margin-border-padding-scrollbar.html: Removed.
* fast/css-grid-layout/grid-container-scroll-accounts-for-auto-margin.html: Removed.
* fast/css-grid-layout/grid-container-width-should-include-scroll-bar-width-expected.txt: Removed.
* fast/css-grid-layout/grid-container-width-should-include-scroll-bar-width.html: Removed.
* fast/css-grid-layout/grid-content-alignment-and-self-alignment-spanning-expected.txt: Removed.
* fast/css-grid-layout/grid-content-alignment-and-self-alignment-spanning.html: Removed.
* fast/css-grid-layout/grid-content-alignment-and-self-alignment.html: Removed.
* fast/css-grid-layout/grid-content-alignment-overflow.html: Removed.
* fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html: Removed.
* fast/css-grid-layout/grid-content-alignment-with-span-vertical-lr.html: Removed.
* fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl.html: Removed.
* fast/css-grid-layout/grid-content-alignment-with-span.html: Removed.
* fast/css-grid-layout/grid-item-margins-not-collapse.html: Removed.
* fast/css-grid-layout/grid-self-baseline-01.html: Removed.
* fast/css-grid-layout/grid-self-baseline-02-b.html: Removed.
* fast/css-grid-layout/grid-self-baseline-02-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-02.html: Removed.
* fast/css-grid-layout/grid-self-baseline-03-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-03.html: Removed.
* fast/css-grid-layout/grid-self-baseline-04-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-04.html: Removed.
* fast/css-grid-layout/grid-self-baseline-05.html: Removed.
* fast/css-grid-layout/grid-self-baseline-06-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-06.html: Removed.
* fast/css-grid-layout/grid-self-baseline-07.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-01-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-01.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-02-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-02.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-03-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-03.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-04-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-04.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-05-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-05.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-06-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-06.html: Removed.
* fast/css-grid-layout/grid-self-baseline-horiz-07.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-01-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-01.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-02-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-02.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-03-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-03.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-04-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-04.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-05-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-05.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-06-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-06.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-07-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-lr-07.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-01-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-01.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-02-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-02.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-03-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-03.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-04-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-04.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-05-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-05.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-06-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-06.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-07-expected.html: Removed.
* fast/css-grid-layout/grid-self-baseline-vertical-rl-07.html: Removed.
* imported/blink/fast/css-grid-layout/grid-add-item-with-positioned-items-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/grid-add-item-with-positioned-items.html: Removed.
* imported/blink/fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item.html: Removed.
* imported/blink/fast/css-grid-layout/grid-element-bad-cast-addchild-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/grid-element-bad-cast-addchild.html: Removed.
* imported/blink/fast/css-grid-layout/grid-element-remove-svg-child-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/grid-element-remove-svg-child.html: Removed.
* imported/blink/fast/css-grid-layout/positioned-grid-items-crash-expected.txt: Removed.
* imported/blink/fast/css-grid-layout/positioned-grid-items-crash.html: Removed.
* platform/ios-simulator/TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/wincairo/TestExpectations:
2020-05-22 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r262047
https://bugs.webkit.org/show_bug.cgi?id=212255
Unreviewed gardening.
Gardened WPE failures that were already gardened in GTK test expectations
by moving them to GLib test expectations.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-22 Tyler Wilcock <twilco.o@protonmail.com>
Cannot style ::selection for a flex container
https://bugs.webkit.org/show_bug.cgi?id=209822
Reviewed by Antti Koivisto.
Add tests verifying ::selection pseudoelement styling is properly applied on direct text-children of a `display: flex;` div and on
direct text-children of a `display: block` div with siblings.
* editing/selection/selection-display-block-sibling.html: Added.
* editing/selection/selection-display-flex.html: Added.
* platform/gtk/editing/selection/selection-display-block-sibling-expected.png: Added.
* platform/gtk/editing/selection/selection-display-block-sibling-expected.txt: Added.
* platform/gtk/editing/selection/selection-display-flex-expected.png: Added.
* platform/gtk/editing/selection/selection-display-flex-expected.txt: Added.
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update test expectations after r261992
https://bugs.webkit.org/show_bug.cgi?id=212254
r261992 enabled several tests under fast/ directory. Many tests that
were meant to fail are passing now. Most of these tests were passing
already in GTK, so I moved the entries for the common tests passing to GLib
and leave local to WPE the tests passing in that platform.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-21 Dean Jackson <dino@apple.com>
PVRTC compressed textures are failing with ANGLE backend
https://bugs.webkit.org/show_bug.cgi?id=212240
<rdar://problem/63517385>
Reviewed by Ken Russell (representing ANGLE).
Merge the upstream change to this test.
* webgl/1.0.3/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-pvrtc.html:
2020-05-21 Peng Liu <peng.liu6@apple.com>
Fix issues of the Picture-in-Picture API under stress tests
https://bugs.webkit.org/show_bug.cgi?id=212191
Reviewed by Eric Carlson.
Refactor the layout tests for the Picture-in-Picture API with the Mock VideoPresentation Mode.
* media/picture-in-picture/picture-in-picture-api-css-selector-expected.txt:
* media/picture-in-picture/picture-in-picture-api-css-selector.html:
* media/picture-in-picture/picture-in-picture-api-enter-pip-1-expected.txt:
* media/picture-in-picture/picture-in-picture-api-enter-pip-1.html:
* media/picture-in-picture/picture-in-picture-api-enter-pip-2-expected.txt:
* media/picture-in-picture/picture-in-picture-api-enter-pip-2.html:
* media/picture-in-picture/picture-in-picture-api-enter-pip-3-expected.txt:
* media/picture-in-picture/picture-in-picture-api-enter-pip-3.html:
* media/picture-in-picture/picture-in-picture-api-enter-pip-4-expected.txt:
* media/picture-in-picture/picture-in-picture-api-enter-pip-4.html:
* media/picture-in-picture/picture-in-picture-api-events-expected.txt:
* media/picture-in-picture/picture-in-picture-api-events.html:
* media/picture-in-picture/picture-in-picture-api-exit-pip-1-expected.txt:
* media/picture-in-picture/picture-in-picture-api-exit-pip-1.html:
* media/picture-in-picture/picture-in-picture-api-exit-pip-2-expected.txt:
* media/picture-in-picture/picture-in-picture-api-exit-pip-2.html:
* media/picture-in-picture/picture-in-picture-api-pip-window-expected.txt:
* media/picture-in-picture/picture-in-picture-api-pip-window.html:
* media/picture-in-picture/picture-in-picture-events-expected.txt:
* media/picture-in-picture/picture-in-picture-events.html:
* media/picture-in-picture/picture-in-picture-interruption-expected.txt:
* media/picture-in-picture/picture-in-picture-interruption.html:
2020-05-21 Oriol Brufau <obrufau@igalia.com>
[css-grid] Don't create renderers for whitespace nodes
https://bugs.webkit.org/show_bug.cgi?id=212220
Reviewed by Manuel Rego Casasnovas.
Update test expectation.
* fast/text/simple-line-layout-with-zero-sized-font-expected.txt:
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r262016
https://bugs.webkit.org/show_bug.cgi?id=212234
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-21 Dean Jackson <dino@apple.com>
Unreviewed. Mark some webgl video tests as skipped
now that they timeout rather than failing instantly.
* platform/ios/TestExpectations:
2020-05-21 Youenn Fablet <youenn@apple.com>
Incorrect location.origin in blob workers
https://bugs.webkit.org/show_bug.cgi?id=211876
<rdar://problem/63284717>
Reviewed by Sihui Liu.
* http/tests/security/contentSecurityPolicy/worker-blob-location-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/worker-blob-location.html: Added.
2020-05-21 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, remove expectations for tests that are consistently passing.
* platform/ios-wk2/TestExpectations:
2020-05-21 Pinki Gyanchandani <pgyanchandani@apple.com>
Null Ptr Deref @ WebCore::ResourceResponse::platformLazyInit
https://bugs.webkit.org/show_bug.cgi?id=212224
Reviewed by Geoffrey Garen.
Added a regression test.
* media/continue-load-after-client-cancellation-crash-expected.txt: Added.
* media/continue-load-after-client-cancellation-crash.html: Added.
2020-05-21 Peng Liu <peng.liu6@apple.com>
Layout test media/video-fullscreen-only-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212171
Reviewed by Jer Noble.
* media/video-fullscreen-only-playback.html:
2020-05-21 Chris Dumez <cdumez@apple.com>
compositing/show-composited-iframe-on-back-button.html is a flaky timing out
https://bugs.webkit.org/show_bug.cgi?id=212221
<rdar://problem/63493074>
Reviewed by Alex Christensen.
I am unable to reproduce the flakiness locally so this is a speculative fix.
Stop using testRunner.queueLoad() / testRunner.queueBackNavigation() and instead
just navigate to page-cache-helper.html in JS, by setting window.location.
Also, call testRunner.waitUntilDone() and call testRunner.notifyDone() when the
page comes out of the back/forward cache.
* compositing/show-composited-iframe-on-back-button.html:
2020-05-21 Jacob Uphoff <jacob_uphoff@apple.com>
LayoutTest compositing/video/video-poster.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=168953
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-21 Truitt Savell <tsavell@apple.com>
REGRESSION (r261277): [ Mac iOS ] webrtc/datachannel/gather-candidates-networkprocess-crash.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=212218
Unreviewed test gardening.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[GTK] webaudio/codec-tests/aac/vbr-128kbps-44khz.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211770
Unreviewed gardening.
Test just needs to update audio baseline for target platform.
* platform/glib/TestExpectations:
* platform/gtk/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav:
2020-05-21 Jacob Uphoff <jacob_uphoff@apple.com>
[ iOS & macOS ] media/track/track-cue-missing.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212219
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-05-21 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] REGRESSION: media/video-isplayingtoautomotiveheadunit.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212215
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-21 Kate Cheney <katherine_cheney@apple.com>
Some http/tests/in-app-browser-privacy/ tests are timing out or failing
https://bugs.webkit.org/show_bug.cgi?id=212176
<rdar://problem/63452877>
Reviewed by Maciej Stachowiak.
These tests rely on a new network session load for each test resource.
When run in iterations, caching occurs, and the resource does not get
a new network session. This patch adds a random decoration value and
reloads each resource to ensure it is not cached.
* http/tests/in-app-browser-privacy/app-bound-domain-gets-app-bound-session.html:
* http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html:
* http/tests/in-app-browser-privacy/non-app-bound-iframe-under-app-bound-domain-is-app-bound.html:
2020-05-21 Kenneth Russell <kbr@chromium.org>
REGRESSION (r253926): webgl/2.0.0/conformance2/buffers/get-buffer-sub-data.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=205667
Reviewed by Alexey Proskuryakov.
Remove get-buffer-sub-data.html suppression since it's now passing
reliably.
* TestExpectations:
2020-05-21 Sergio Villar Senin <svillar@igalia.com>
[css-grid] width of table in a grid is incorrect when table cell has width:100%
https://bugs.webkit.org/show_bug.cgi?id=191365
Reviewed by Manuel Rego Casasnovas.
* TestExpectations: Unskipped 3 tests that are now passing.
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update WAV baseline for webaudio test
https://bugs.webkit.org/show_bug.cgi?id=212212
Unreviewed gardening.
Baseline was updated on r261878 and since then the test started
failing. The test wasn't failing before though. In conclusion, it
seems the update from r261878 wasn't needed for this test.
* platform/wpe/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
2020-05-21 Zalan Bujtas <zalan@apple.com>
[ macOS debug ] REGRESSION: fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table.html is a flaky crash
https://bugs.webkit.org/show_bug.cgi?id=212139
<rdar://problem/63447683>
Reviewed by Antti Koivisto.
* platform/mac/TestExpectations:
2020-05-21 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Enabling a few subdirectories under fast/,
providing the necessary baselines as well as test expectations.
* platform/wpe/TestExpectations:
* platform/wpe/fast/attachment: 8 baselines added.
* platform/wpe/fast/fast-mobile-scrolling: 2 baselines added.
* platform/wpe/fast/scrolling: 2 baselines added.
* platform/wpe/fast/spatial-navigation: 1 baseline added.
* platform/wpe/fast/text: 211 baselines added.
2020-05-21 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Collapse in-between cell borders
https://bugs.webkit.org/show_bug.cgi?id=212183
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-border-collapse3-expected.html: Added.
* fast/layoutformattingcontext/table-simple-border-collapse3.html: Added.
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, remove tests passing after 261987
https://bugs.webkit.org/show_bug.cgi?id=212196
Unreviewed gardening.
* platform/wpe/TestExpectations:
2020-05-21 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, remove tests passing after r261986
https://bugs.webkit.org/show_bug.cgi?id=212194
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-05-20 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo] Unreviewed test gardening
* platform/wincairo/TestExpectations:
* platform/wincairo/css1/text_properties/text_indent-expected.txt:
* platform/wincairo/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/wincairo/css2.1/t1601-c547-indent-01-d-expected.txt:
* platform/wincairo/editing/selection/mixed-editability-10-expected.txt:
* platform/wincairo/fast/css/font-weight-1-expected.txt:
* platform/wincairo/fast/text/atsui-spacing-features-expected.txt:
* platform/wincairo/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/wincairo/fast/text/hyphenate-limit-lines-expected.txt:
* platform/wincairo/fast/text/international/hindi-whitespace-expected.txt:
* platform/wincairo/fast/text/midword-break-before-surrogate-pair-2-expected.txt:
* platform/wincairo/fast/text/whitespace/pre-break-word-expected.txt:
* platform/wincairo/fast/text/word-break-expected.txt:
2020-05-20 Zalan Bujtas <zalan@apple.com>
[Win] Unreviewed test gardening.
* platform/win/TestExpectations:
2020-05-20 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Preferred width computation should take border collapsing into account
https://bugs.webkit.org/show_bug.cgi?id=212141
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-border-collapse2-expected.html: Added.
* fast/layoutformattingcontext/table-simple-border-collapse2.html: Added.
2020-05-20 Zalan Bujtas <zalan@apple.com>
Repaint issues when the login field collapses on music.apple.com
https://bugs.webkit.org/show_bug.cgi?id=212101
<rdar://problem/62874369>
Reviewed by Simon Fraser.
* fast/repaint/iframe-on-subpixel-position-expected.txt: Added.
* fast/repaint/iframe-on-subpixel-position.html: Added.
2020-05-20 Kenneth Russell <kbr@chromium.org>
OES_texture_half_float_linear unavailable on WebGL 1.0 on iOS with ANGLE
https://bugs.webkit.org/show_bug.cgi?id=212170
Reviewed by Dean Jackson.
Remove failure expectation for oes-texture-half-float-linear.html
in the WebGL 2.0 conformance suite.
* platform/ios-simulator/webgl/2.0.0/conformance/extensions/oes-texture-half-float-linear-expected.txt: Removed.
2020-05-20 Kenneth Russell <kbr@chromium.org>
OES_texture_float / OES_texture_half_float unavailable in WebGL 1.0 on iOS Simulator with ANGLE
https://bugs.webkit.org/show_bug.cgi?id=210524
Reviewed by Dean Jackson.
Remove expected failure for
webgl/2.0.0/conformance/extensions/oes-texture-float-expected.txt
on ios-simulator. Enable
fast/canvas/webgl/oes-texture-half-float-uint16.html on iOS.
* platform/ios-simulator/webgl/2.0.0/conformance/extensions/oes-texture-float-expected.txt: Removed.
* platform/ios/TestExpectations:
2020-05-20 Chris Dumez <cdumez@apple.com>
(r261946) [ iOS ] fast/frames/didBecomeCurrentDocumentInFrame-crash.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212179
<rdar://problem/63469486>
Unreviewed, add testRunner.dumpAsText() call in the test to get nicer expected
result.
* fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt:
* fast/frames/didBecomeCurrentDocumentInFrame-crash.html:
* platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Removed.
2020-05-20 Ryan Haddad <ryanhaddad@apple.com>
Disable support for BeforeLoadEvent
https://bugs.webkit.org/show_bug.cgi?id=212140
Unreviewed test gardening.
Update baselines for Windows.
* platform/win/fast/events/event-attribute-expected.txt:
* platform/win/fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Added.
2020-05-20 Myles C. Maxfield <mmaxfield@apple.com>
[macOS] Tests in fast/events and fast/forms are no longer crashing
https://bugs.webkit.org/show_bug.cgi?id=212164
<rdar://problem/33522420>
Unreviewed.
* platform/mac-wk1/TestExpectations:
2020-05-20 Ryan Haddad <ryanhaddad@apple.com>
platform/mac/media/media-source/media-source-change-source.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212091
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations: Mark test as flaky.
2020-05-20 Sam Weinig <weinig@apple.com>
Replace Color::getHSL() with sRGBToHSL to ensure it at least gives somewhat sensible results for ExtendedColors and reduce code duplication
https://bugs.webkit.org/show_bug.cgi?id=212143
Reviewed by Simon Fraser.
* editing/pasteboard/paste-dark-mode-color-filtered-expected.txt:
* editing/pasteboard/paste-dark-mode-color-filtered.html:
Update test to include a test case that uses extended colors.
2020-05-20 Kate Cheney <katherine_cheney@apple.com>
Support operating dates in ResourceLoadStatisticsDatabaseStore
https://bugs.webkit.org/show_bug.cgi?id=212034
<rdar://problem/63349242>
Reviewed by Brent Fulgham.
Add tests for memory and database stores.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-database.html: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-but-cookies-removed.html: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed-database.html: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed-expected.txt: Added.
* http/tests/resourceLoadStatistics/operating-dates-all-website-data-removed.html: Added.
2020-05-20 Jacob Uphoff <jacob_uphoff@apple.com>
Layout Test media/video-zoom-controls.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=183424
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-20 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS iOS ] http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database.html is a rare flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212165
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-20 Oriol Brufau <obrufau@igalia.com>
[css-grid] Fix auto repeat with multiple tracks and gutters
https://bugs.webkit.org/show_bug.cgi?id=182922
Reviewed by Manuel Rego Casasnovas.
Update test expectations.
* fast/css-grid-layout/grid-auto-repeat-huge-grid.html:
2020-05-20 Chris Dumez <cdumez@apple.com>
Disable support for BeforeLoadEvent
https://bugs.webkit.org/show_bug.cgi?id=212140
<rdar://problem/62847577>
Reviewed by Antti Koivisto.
* fast/frames/didBecomeCurrentDocumentInFrame-crash-expected.txt: Added.
* fast/frames/didBecomeCurrentDocumentInFrame-crash.html: Added.
Add layout test coverage for crash in <rdar://problem/62847577>.
* fast/dom/HTMLLinkElement/event-while-removing-attribute-expected.txt:
* fast/dom/HTMLObjectElement/beforeload-set-text-crash-expected.txt: Removed.
* fast/dom/HTMLObjectElement/beforeload-set-text-crash.xhtml: Removed.
* fast/dom/HTMLScriptElement/async-onbeforeload-expected.txt: Removed.
* fast/dom/HTMLScriptElement/async-onbeforeload.html: Removed.
* fast/dom/HTMLScriptElement/defer-onbeforeload-expected.txt: Removed.
* fast/dom/HTMLScriptElement/defer-onbeforeload.html: Removed.
* fast/dom/HTMLScriptElement/move-in-beforeload-expected.txt: Removed.
* fast/dom/HTMLScriptElement/move-in-beforeload.html: Removed.
* fast/dom/HTMLScriptElement/remove-in-beforeload-expected.txt: Removed.
* fast/dom/HTMLScriptElement/remove-in-beforeload.html: Removed.
* fast/dom/beforeload/cached-image-before-load-expected.txt: Removed.
* fast/dom/beforeload/cached-image-before-load.html: Removed.
* fast/dom/beforeload/clear-video-poster-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/clear-video-poster-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/flash-before-load-expected.txt: Removed.
* fast/dom/beforeload/flash-before-load.html: Removed.
* fast/dom/beforeload/frame-before-load-expected.txt: Removed.
* fast/dom/beforeload/frame-before-load.html: Removed.
* fast/dom/beforeload/image-before-load-expected.txt: Removed.
* fast/dom/beforeload/image-before-load-innerHTML-expected.txt: Removed.
* fast/dom/beforeload/image-before-load-innerHTML.html: Removed.
* fast/dom/beforeload/image-before-load.html: Removed.
* fast/dom/beforeload/image-object-before-load-expected.txt: Removed.
* fast/dom/beforeload/image-object-before-load-innerHTML-expected.txt: Removed.
* fast/dom/beforeload/image-object-before-load-innerHTML.html: Removed.
* fast/dom/beforeload/image-object-before-load.html: Removed.
* fast/dom/beforeload/image-removed-during-before-load-expected.txt: Removed.
* fast/dom/beforeload/image-removed-during-before-load.html: Removed.
* fast/dom/beforeload/link-before-load-expected.txt: Removed.
* fast/dom/beforeload/link-before-load.html: Removed.
* fast/dom/beforeload/pi-before-load-expected.txt: Removed.
* fast/dom/beforeload/pi-before-load.xhtml: Removed.
* fast/dom/beforeload/recursive-css-pi-before-load-expected.txt: Removed.
* fast/dom/beforeload/recursive-css-pi-before-load.html: Removed.
* fast/dom/beforeload/recursive-link-before-load-expected.txt: Removed.
* fast/dom/beforeload/recursive-link-before-load.html: Removed.
* fast/dom/beforeload/recursive-xsl-pi-before-load-expected.txt: Removed.
* fast/dom/beforeload/recursive-xsl-pi-before-load.html: Removed.
* fast/dom/beforeload/remove-bad-object-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-bad-object-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-flash-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-flash-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-frame-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-frame-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-image-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-image-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-link-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-link-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-script-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-script-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-video-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-video-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/remove-video-poster-in-beforeload-listener-expected.txt: Removed.
* fast/dom/beforeload/remove-video-poster-in-beforeload-listener.html: Removed.
* fast/dom/beforeload/resources/content.xhtml: Removed.
* fast/dom/beforeload/resources/fail.css: Removed.
* fast/dom/beforeload/resources/fail.js: Removed.
* fast/dom/beforeload/resources/pass.css: Removed.
* fast/dom/beforeload/resources/print.js: Removed.
* fast/dom/beforeload/resources/test.xsl: Removed.
* fast/dom/beforeload/script-before-load-dynamic-expected.txt: Removed.
* fast/dom/beforeload/script-before-load-dynamic.html: Removed.
* fast/dom/beforeload/script-before-load-expected.txt: Removed.
* fast/dom/beforeload/script-before-load-xhtml-expected.txt: Removed.
* fast/dom/beforeload/script-before-load-xhtml.xhtml: Removed.
* fast/dom/beforeload/script-before-load.html: Removed.
* fast/dom/beforeload/video-before-load-expected.txt: Removed.
* fast/dom/beforeload/video-before-load.html: Removed.
* fast/events/constructors/before-load-event-constructor-expected.txt: Removed.
* fast/events/constructors/before-load-event-constructor.html: Removed.
* fast/events/event-attribute-expected.txt:
* fast/events/event-handler-regions-layout-expected.txt: Removed.
* fast/events/event-handler-regions-layout.html: Removed.
* fast/frames/crash-display-none-iframe-during-onbeforeload-expected.txt:
* fast/frames/restoring-page-cache-should-not-run-scripts-via-style-update-expected.txt:
* fast/html/link-element-removal-during-beforeload-expected.txt: Removed.
* fast/html/link-element-removal-during-beforeload.html: Removed.
* fast/parser/document-write-fighting-eof-expected.txt: Removed.
* fast/parser/document-write-fighting-eof.html: Removed.
* fast/parser/document-write-partial-entity-before-load-expected.txt: Removed.
* fast/parser/document-write-partial-entity-before-load.html: Removed.
* fast/parser/remove-misnested-iframe-in-beforeload-expected.txt: Removed.
* fast/parser/remove-misnested-iframe-in-beforeload.html: Removed.
* fast/parser/remove-misnested-iframe-parent-in-beforeload-expected.txt: Removed.
* fast/parser/remove-misnested-iframe-parent-in-beforeload.html: Removed.
* fast/replaced/object-param-spaces-expected.txt: Removed.
* fast/replaced/object-param-spaces.html: Removed.
* fast/scrolling/marquee-scroll-crash-expected.txt:
* fast/tokenizer/write-before-load-expected.txt:
* http/tests/security/beforeload-iframe-client-redirect-expected.txt:
* http/tests/security/beforeload-iframe-server-redirect-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-control-char.html:
* http/tests/security/xssAuditor/object-embed-tag-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-null-char.html:
* http/tests/security/xssAuditor/object-embed-tag.html:
* http/tests/security/xssAuditor/object-src-inject.html:
* http/tests/security/xssAuditor/object-tag-expected.txt:
* http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
* http/tests/security/xssAuditor/object-tag-javascript-url.html:
* http/tests/security/xssAuditor/object-tag.html:
* http/tests/security/xssAuditor/resources/echo-intertag.pl:
* http/tests/security/xssAuditor/resources/echo-object-src.pl:
* http/tests/security/xssAuditor/resources/utilities.js:
(notifyDoneAfterReceivingLoaded):
(notifyDoneAfterReceivingBeforeloadFromIds): Deleted.
* plugins/unsupported-plugin-with-replacement-in-iframe-crash-expected.txt:
Update existing tests accordingly.
2020-05-20 Myles C. Maxfield <mmaxfield@apple.com>
[iPadOS] -webkit-text-size-adjust:percentage doesn't work in native apps
https://bugs.webkit.org/show_bug.cgi?id=212122
<rdar://problem/54560875>
Reviewed by Wenson Hsieh.
Update existing idempotent autosizing tests to force desktop mode.
Also add idempotent-percentage.html which doesn't force any mode.
* fast/text-autosizing/ios/idempotentmode/css-exposure.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-after-changing-initial-scale.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-candidate-special-cases.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-candidates.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-identity.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-reaches-stable-state.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing.html:
* fast/text-autosizing/ios/idempotentmode/idempotent-percentage-expected.txt: Added.
* fast/text-autosizing/ios/idempotentmode/idempotent-percentage.html: Added.
* fast/text-autosizing/ios/idempotentmode/line-height-boosting.html:
* fast/text-autosizing/ios/idempotentmode/viewport-change-relayout.html:
2020-05-20 Ryan Haddad <ryanhaddad@apple.com>
Disable support for BeforeLoadEvent
https://bugs.webkit.org/show_bug.cgi?id=212140
Unreviewed.
* http/tests/cache/cancel-during-revalidation-succeeded.html:
Remove <CR> characters from line endings in an attempt to get `svn-apply` work on EWS bots.
2020-05-20 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Also enable the imported Blink and Mozilla
layout tests, along with the necessary handful of baselines and expectations.
* platform/wpe/TestExpectations:
* platform/wpe/imported/blink: Added.
* platform/wpe/imported/blink/http: Added.
* platform/wpe/imported/blink/http/tests: Added.
* platform/wpe/imported/blink/http/tests/security: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase-expected.txt: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-expected.txt: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase-expected.txt: Added.
* platform/wpe/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-expected.txt: Added.
2020-05-20 Jacob Uphoff <jacob_uphoff@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=198195
REGRESSION (r244353) [Mac WK2] Layout Test fast/css/sticky/sticky-left-percentage.html is a flaky ImageOnlyFailure
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-20 Youenn Fablet <youenn@apple.com>
Add a test to check for creation and deletion of an audio renderer without playing it
https://bugs.webkit.org/show_bug.cgi?id=212138
Reviewed by Eric Carlson.
* webrtc/remoteAudio-never-played-expected.txt: Added.
* webrtc/remoteAudio-never-played.html: Added.
2020-05-20 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Unskipped half of pending HTTP tests,
providing test baselines and text expectations as required.
* platform/wpe/TestExpectations:
* platform/wpe/http/tests/loading: 2 baselines added.
* platform/wpe/http/tests/misc: 11 baselines added.
* platform/wpe/http/tests/multipart: 2 baselines added.
* platform/wpe/http/tests/navigation: 6 baselines added.
* platform/wpe/http/tests/websocket: 6 baselines added.
* platform/wpe/http/tests/xmlhttprequest: 11 baselines added.
2020-05-20 Jacob Uphoff <jacob_uphoff@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=212139
[ macOS debug ] REGRESSION: fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table.html is a flaky crash
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-20 Antoine Quint <graouts@apple.com>
[Web Animations] Animation engine should not wake up every tick for steps timing functions
https://bugs.webkit.org/show_bug.cgi?id=212103
<rdar://problem/62737868>
Reviewed by Simon Fraser.
Add tests that check that an animation using a steps() timing function correctly computes the time to
the next tick accouning for the fact that it won't compute a different iteration progress until the
next step.
* webanimations/scheduling-of-animation-with-steps-timing-function-on-effect-expected.txt: Added.
* webanimations/scheduling-of-animation-with-steps-timing-function-on-effect.html: Added.
* webanimations/scheduling-of-animation-with-steps-timing-function-on-keyframe-expected.txt: Added.
* webanimations/scheduling-of-animation-with-steps-timing-function-on-keyframe.html: Added.
* webanimations/scheduling-of-css-animation-with-explicit-steps-timing-function-on-some-keyframes-expected.txt: Added.
* webanimations/scheduling-of-css-animation-with-explicit-steps-timing-function-on-some-keyframes.html: Added.
* webanimations/scheduling-of-css-animation-with-implicit-steps-timing-function-expected.txt: Added.
* webanimations/scheduling-of-css-animation-with-implicit-steps-timing-function.html: Added.
2020-05-20 Noam Rosenthal <noam@webkit.org>
Fix table sizing when 'max-width' is used
https://bugs.webkit.org/show_bug.cgi?id=115156
Reviewed by Zalan Bujtas.
Based on a previous patch by László Langó <lango@inf.u-szeged.hu>
* fast/table/css-table-max-width-expected.txt:
* fast/table/css-table-max-width.html:
Change in behavior, test was expecting buggy behavior.
* fast/table/html-table-width-max-width-constrained-expected.txt: Added.
* fast/table/html-table-width-max-width-constrained.html: Added.
Test the desired behavior with content-constrained tables.
2020-05-20 Philippe Normand <pnormand@igalia.com>
[GStreamer] <img> tag needs to support video formats
https://bugs.webkit.org/show_bug.cgi?id=180370
Reviewed by Xabier Rodriguez-Calvar.
Update TestExpectations for tests using videos for the <img> tag.
* http/conf/flatpak-httpd.conf:
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-20 Alan Kinsley <zalan@apple.com>
[LFC][TFC] Internal table boxes should take collapsed border into account
https://bugs.webkit.org/show_bug.cgi?id=212135
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-border-collapse-expected.html: Added.
* fast/layoutformattingcontext/table-simple-border-collapse.html: Added.
2020-05-20 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Enabling the remaining unskippable CSS3 tests
and providing the necessary baselines.
* platform/wpe/TestExpectations:
* platform/wpe/css3/filters: Added.
* platform/wpe/css3/filters/composited-during-animation-layertree-expected.txt: Added.
* platform/wpe/css3/filters/composited-during-transition-layertree-expected.txt: Added.
* platform/wpe/css3/filters/effect-blur-expected.txt: Added.
* platform/wpe/css3/filters/effect-blur-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-expected.txt: Added.
* platform/wpe/css3/filters/effect-brightness-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-combined-expected.txt: Added.
* platform/wpe/css3/filters/effect-combined-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-contrast-expected.txt: Added.
* platform/wpe/css3/filters/effect-contrast-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-drop-shadow-expected.txt: Added.
* platform/wpe/css3/filters/effect-drop-shadow-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-grayscale-expected.txt: Added.
* platform/wpe/css3/filters/effect-grayscale-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-hue-rotate-expected.txt: Added.
* platform/wpe/css3/filters/effect-hue-rotate-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-invert-expected.txt: Added.
* platform/wpe/css3/filters/effect-invert-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-opacity-expected.txt: Added.
* platform/wpe/css3/filters/effect-opacity-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-composite-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-composite-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-ordering-expected.txt: Added.
* platform/wpe/css3/filters/effect-reference-ordering-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-saturate-expected.txt: Added.
* platform/wpe/css3/filters/effect-saturate-hw-expected.txt: Added.
* platform/wpe/css3/filters/effect-sepia-expected.txt: Added.
* platform/wpe/css3/filters/effect-sepia-hw-expected.txt: Added.
* platform/wpe/css3/filters/regions-expanding-expected.txt: Added.
* platform/wpe/css3/masking: Added.
* platform/wpe/css3/masking/clip-path-circle-border-box-expected.txt: Added.
* platform/wpe/css3/masking/clip-path-circle-content-box-expected.txt: Added.
* platform/wpe/css3/masking/clip-path-circle-padding-box-expected.txt: Added.
* platform/wpe/css3/masking/mask-luminance-png-expected.txt: Added.
2020-05-19 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Update some expectations
Some pageoverlay tests were also failing in WPE, and one of them has
not crashed since r253467.
Also moved the webaudio/codec/aac test to glib as WPE was also
failing.
Unreviewed test gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-19 Daniel Bates <dabates@apple.com>
Move editing/mac/spelling/editing-word-with-marker-1.html to editing/spelling
https://bugs.webkit.org/show_bug.cgi?id=211813
Reviewed by Simon Fraser.
As of r261796 this test runs on iOS. It is a misnomer for it to be in a Mac-specific
test directory. Let's move it to a platform-independent one.
I fixed up the external JavaScript files referenced in the test to be relative to its
new location. All other lines are identical.
* editing/spelling/editing-word-with-marker-1-expected.txt: Renamed from LayoutTests/editing/mac/spelling/editing-word-with-marker-1-expected.txt.
* editing/spelling/editing-word-with-marker-1.html: Renamed from LayoutTests/editing/mac/spelling/editing-word-with-marker-1.html.
* platform/ios/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-05-19 Kate Cheney <katherine_cheney@apple.com>
<rdar://problem/57979087>
Unreviewed. Updating test expectations to dump console logging in
stderr to avoid constant failing.
* platform/ios-wk2/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-05-19 Kate Cheney <katherine_cheney@apple.com>
Revert WebKitTestRunner to reset ITP to the memory store between all tests.
https://bugs.webkit.org/show_bug.cgi?id=212094
<rdar://problem/63405806>
Reviewed by Chris Dumez.
* http/tests/resourceLoadStatistics/add-blocking-to-redirect.html:
* http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access.html:
* http/tests/resourceLoadStatistics/blocking-in-web-worker-script-import.html:
* http/tests/resourceLoadStatistics/cap-cache-max-age-for-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-decoration-same-site.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-fragment-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-and-fragment-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-without-link-decoration-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-collusion.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-to-prevalent.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-collusion.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-to-prevalent.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour.html:
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store.html:
* http/tests/resourceLoadStatistics/cookie-deletion.html:
* http/tests/resourceLoadStatistics/cookies-with-and-without-user-interaction.html:
* http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker.html:
* http/tests/resourceLoadStatistics/count-third-party-script-loads.html:
* http/tests/resourceLoadStatistics/delete-script-accessible-cookies.html:
* http/tests/resourceLoadStatistics/do-not-block-top-level-navigation-redirect.html:
* http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations.html:
* http/tests/resourceLoadStatistics/do-not-remove-blocking-in-redirect.html:
* http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script.html:
* http/tests/resourceLoadStatistics/downgraded-referrer-for-navigation-with-link-query-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/enable-debug-mode.html:
* http/tests/resourceLoadStatistics/enforce-samesite-strict-based-on-top-frame-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/grandfathering.html:
* http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration.html:
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects.html:
* http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html:
* http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html:
* http/tests/resourceLoadStatistics/non-prevalent-resources-can-access-cookies-in-a-third-party-context.html:
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/ping-to-prevalent-resource.html:
* http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html:
* http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.html:
* http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html:
* http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction.html:
* http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction.html:
* http/tests/resourceLoadStatistics/prune-statistics.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html:
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/set-custom-prevalent-resource-in-debug-mode.html:
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion.html:
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-third-party-redirects.html:
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-third-party-requests.html:
* http/tests/resourceLoadStatistics/telemetry-generation.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-ephemeral.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking.html:
* http/tests/resourceLoadStatistics/user-interaction-in-cross-origin-sub-frame.html:
* http/tests/resourceLoadStatistics/user-interaction-only-reported-once-within-short-period-of-time.html:
* http/tests/resourceLoadStatistics/user-interaction-reported-after-website-data-removal.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-without-user-interaction.html:
* http/tests/storageAccess/aggregate-sorted-data-with-storage-access.html:
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/deny-storage-access-under-opener-if-auto-dismiss.html:
* http/tests/storageAccess/deny-storage-access-under-opener.html:
* http/tests/storageAccess/deny-with-prompt-does-not-preserve-gesture.html:
* http/tests/storageAccess/deny-without-prompt-preserves-gesture.html:
* http/tests/storageAccess/grant-storage-access-under-opener-at-popup-user-gesture.html:
* http/tests/storageAccess/grant-with-prompt-preserves-gesture.html:
* http/tests/storageAccess/grant-with-prompt-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/has-storage-access-crash.html:
* http/tests/storageAccess/has-storage-access-false-by-default.html:
* http/tests/storageAccess/has-storage-access-from-prevalent-domain-with-user-interaction.html:
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-with-cookie.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-without-cookie.html:
* http/tests/storageAccess/remove-requesting-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-non-sandboxed-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-and-access-from-right-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-but-access-from-wrong-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-without-user-interaction.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe.html:
* http/tests/storageAccess/request-and-grant-access-then-detach-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-cross-site-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-same-site-should-have-access.html:
* http/tests/storageAccess/request-storage-access-crash.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-with-unique-origin.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-allow-token.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-user-gesture.html:
* http/tests/storageAccess/request-storage-access-same-origin-iframe.html:
* http/tests/storageAccess/request-storage-access-same-origin-sandboxed-iframe-without-allow-token.html:
* http/tests/storageAccess/request-storage-access-top-frame.html:
2020-05-19 Chris Dumez <cdumez@apple.com>
Unreviewed, unskip fast/dom/window-open-ephemeral.html.
This test no longer appears to be flaky after r261758.
* platform/ios-wk2/TestExpectations:
2020-05-19 Zan Dobersek <zdobersek@igalia.com>
Unreviewed follow-up to r261866. Fixing the WAV baselines for webaudio tests.
* platform/wpe/webaudio/audiobuffersource-loop-points-expected.wav:
* platform/wpe/webaudio/audiobuffersource-playbackrate-expected.wav:
* platform/wpe/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav:
* platform/wpe/webaudio/codec-tests/wav/24bit-44khz-expected.wav:
* platform/wpe/webaudio/silence-after-playback-expected.wav:
2020-05-19 Simon Fraser <simon.fraser@apple.com>
[iOS] Programmaic scroll of "scrolling=no" iframe fails
https://bugs.webkit.org/show_bug.cgi?id=212063
<rdar://problem/57049514>
Reviewed by Antti Koivisto.
New passing results for some WPT tests (iOS-specific results are removed).
fast/frames/flattening/scrolling-in-object.html relies on mouse events, so skip on iOS. It happened
to pass because both test and reference showed the red square.
fast/loader/scroll-position-restored-on-back.html needs to wait for the UI process to restore the scroll position.
* fast/loader/scroll-position-restored-on-back.html:
* fast/scrolling/progammatic-scroll-scrolling-no-frame-expected.txt: Added.
* fast/scrolling/progammatic-scroll-scrolling-no-frame.html: Added.
* platform/ios-wk2/fast/overflow/scrollRevealButton-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/interaction/focus/processing-model/preventScroll-expected.txt:
* platform/ios/TestExpectations:
* platform/ios/fast/visual-viewport/viewport-dimensions-iframe-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-navigation-cross-origin-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/location_hash-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/intersection-observer/cross-origin-iframe.sub-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/intersection-observer/iframe-no-root-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/intersection-observer/iframe-no-root-with-wrapping-scroller-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/intersection-observer/nested-cross-origin-iframe.sub-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/visual-viewport/viewport-unscaled-scroll-iframe-expected.txt: Removed.
2020-05-19 Andy Estes <aestes@apple.com>
[Apple Pay] Add testing and logging for ApplePaySetup
https://bugs.webkit.org/show_bug.cgi?id=211972
<rdar://problem/63291965>
Reviewed by Alex Christensen.
* http/tests/ssl/applepay/ApplePaySetup.https-expected.txt: Added.
* http/tests/ssl/applepay/ApplePaySetup.https.html: Added.
* platform/mac-wk2/TestExpectations:
2020-05-19 Simon Fraser <simon.fraser@apple.com>
[ macOS wk2 ] fast/scrolling/rtl-point-in-iframe.html sometimes fails
https://bugs.webkit.org/show_bug.cgi?id=212062
Reviewed by Noam Rosenthal.
Convert the test to use monitorWheelEvents/callAfterScrollingCompletes() to attempt
to fix flakiness.
Skip it on Windows where monitorWheelEvents() doesn't work (webkit.org/b/208559).
* fast/scrolling/rtl-point-in-iframe.html:
* platform/win/TestExpectations:
2020-05-19 Truitt Savell <tsavell@apple.com>
(r261505) [ Mojave Debug ] webgl/2.0.0/conformance/textures/canvas/tex-2d-rgba-rgba-unsigned_byte.html and webgl/2.0.0/conformance/textures/canvas/tex-2d-rgb-rgb-unsigned_byte.html are flaky timeouts
https://bugs.webkit.org/show_bug.cgi?id=212085
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-19 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Unskipping a few top-level directories to get
those layout tests running, and also providing necessary failure
expectations and result baselines.
* platform/wpe/TestExpectations:
* platform/wpe/fonts: 6 baselines added.
* platform/wpe/mathml: 13 baselines added.
* platform/wpe/printing: 12 baselines added.
* platform/wpe/scrollingcoordinator: 29 baselines added.
* platform/wpe/userscripts/user-script-plugin-document-expected.txt: Added.
* platform/wpe/webaudio: 9 baselines added.
2020-05-14 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement requestSession()
https://bugs.webkit.org/show_bug.cgi?id=211888
Reviewed by Youenn Fablet.
* platform/wpe/TestExpectations: Added several previously skipped tests
that are now passing.
2020-05-19 Antti Koivisto <antti@apple.com>
Animation of font-size with rem values is incorrect
https://bugs.webkit.org/show_bug.cgi?id=194765
<rdar://problem/48171742>
Reviewed by Antoine Quint.
* animations/keyframe-rem-unit-expected.html: Added.
* animations/keyframe-rem-unit.html: Added.
2020-05-19 Carlos Alberto Lopez Perez <clopez@igalia.com>
Import the Flexbox test suite from the W3C Web Platform Tests
https://bugs.webkit.org/show_bug.cgi?id=191460
Reviewed by Sergio Villar Senin.
This imports WPT css-flexbox and deduplicates flexbox tests
removing our old versions of this tests in favor of the WPT ones.
Below is the complete list of tests deduplicated.
Format is: WPT-test-name => old-test(s) removed
# The test below are identical
imported/w3c/web-platform-tests/css/css-flexbox/abspos-descendent-001.html => css3/flexbox/stretch-simplified-layout.html
imported/w3c/web-platform-tests/css/css-flexbox/align-baseline.html => css3/flexbox/align-baseline.html
imported/w3c/web-platform-tests/css/css-flexbox/align-content-001.htm => css3/flexbox/csswg/align-content-001.html
imported/w3c/web-platform-tests/css/css-flexbox/anonymous-block.html => css3/flexbox/anonymous-block.html
imported/w3c/web-platform-tests/css/css-flexbox/auto-height-column-with-border-and-padding.html => css3/flexbox/auto-height-column-with-border-and-padding.html
imported/w3c/web-platform-tests/css/css-flexbox/canvas-dynamic-change-001.html => css3/flexbox/canvas-dynamic-change.html
imported/w3c/web-platform-tests/css/css-flexbox/column-flex-child-with-overflow-scroll.html => css3/flexbox/column-flex-child-with-overflow-scroll.html
imported/w3c/web-platform-tests/css/css-flexbox/columns-height-set-via-top-bottom.html => css3/flexbox/columns-height-set-via-top-bottom.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-height-animation-stretch.html => css3/flexbox/csswg/css-flexbox-height-animation-stretch.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-test1.html => css3/flexbox/csswg/css-flexbox-test1.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-align-content-end.html => css3/flexbox/csswg/ttwf-reftest-flex-align-content-end.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-base.html => css3/flexbox/csswg/ttwf-reftest-flex-base.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-center.html => css3/flexbox/csswg/flexbox_align-content-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-flexend.html => css3/flexbox/csswg/flexbox_align-content-flexend.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-flexstart.html => css3/flexbox/csswg/flexbox_align-content-flexstart.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-spacearound.html => css3/flexbox/csswg/flexbox_align-content-spacearound.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-spacebetween.html => css3/flexbox/csswg/flexbox_align-content-spacebetween.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-stretch-2.html => css3/flexbox/csswg/flexbox_align-content-stretch-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-content-stretch.html => css3/flexbox/csswg/flexbox_align-content-stretch.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-baseline.html => css3/flexbox/csswg/flexbox_align-items-baseline.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-center-2.html => css3/flexbox/csswg/flexbox_align-items-center-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-center.html => css3/flexbox/csswg/flexbox_align-items-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-flexend-2.html => css3/flexbox/csswg/flexbox_align-items-flexend-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-flexend.html => css3/flexbox/csswg/flexbox_align-items-flexend.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-flexstart-2.html => css3/flexbox/csswg/flexbox_align-items-flexstart-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-flexstart.html => css3/flexbox/csswg/flexbox_align-items-flexstart.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-stretch-2.html => css3/flexbox/csswg/flexbox_align-items-stretch-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-items-stretch.html => css3/flexbox/csswg/flexbox_align-items-stretch.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-auto.html => css3/flexbox/csswg/flexbox_align-self-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-baseline.html => css3/flexbox/csswg/flexbox_align-self-baseline.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-center.html => css3/flexbox/csswg/flexbox_align-self-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-flexend.html => css3/flexbox/csswg/flexbox_align-self-flexend.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-flexstart.html => css3/flexbox/csswg/flexbox_align-self-flexstart.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_align-self-stretch.html => css3/flexbox/csswg/flexbox_align-self-stretch.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_columns-flexitems-2.html => css3/flexbox/csswg/flexbox_columns-flexitems-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_columns-flexitems.html => css3/flexbox/csswg/flexbox_columns-flexitems.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-0.html => css3/flexbox/csswg/flexbox_flex-0-0-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-auto.html => css3/flexbox/csswg/flexbox_flex-0-0-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N.html => css3/flexbox/csswg/flexbox_flex-0-0-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-Npercent.html => css3/flexbox/csswg/flexbox_flex-0-0-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-0-N-shrink.html => css3/flexbox/csswg/flexbox_flex-0-0-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-0.html => css3/flexbox/csswg/flexbox_flex-0-1-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-auto.html => css3/flexbox/csswg/flexbox_flex-0-1-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N.html => css3/flexbox/csswg/flexbox_flex-0-1-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-Npercent.html => css3/flexbox/csswg/flexbox_flex-0-1-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-1-N-shrink.html => css3/flexbox/csswg/flexbox_flex-0-1-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-0.html => css3/flexbox/csswg/flexbox_flex-0-N-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-auto.html => css3/flexbox/csswg/flexbox_flex-0-N-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-N.html => css3/flexbox/csswg/flexbox_flex-0-N-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-Npercent.html => css3/flexbox/csswg/flexbox_flex-0-N-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-0-N-N-shrink.html => css3/flexbox/csswg/flexbox_flex-0-N-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-0.html => css3/flexbox/csswg/flexbox_flex-1-0-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-auto.html => css3/flexbox/csswg/flexbox_flex-1-0-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-N.html => css3/flexbox/csswg/flexbox_flex-1-0-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-Npercent.html => css3/flexbox/csswg/flexbox_flex-1-0-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-0-N-shrink.html => css3/flexbox/csswg/flexbox_flex-1-0-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-0.html => css3/flexbox/csswg/flexbox_flex-1-1-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-auto.html => css3/flexbox/csswg/flexbox_flex-1-1-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-N.html => css3/flexbox/csswg/flexbox_flex-1-1-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-Npercent.html => css3/flexbox/csswg/flexbox_flex-1-1-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-1-N-shrink.html => css3/flexbox/csswg/flexbox_flex-1-1-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-0.html => css3/flexbox/csswg/flexbox_flex-1-N-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-auto.html => css3/flexbox/csswg/flexbox_flex-1-N-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-N.html => css3/flexbox/csswg/flexbox_flex-1-N-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-Npercent.html => css3/flexbox/csswg/flexbox_flex-1-N-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-1-N-N-shrink.html => css3/flexbox/csswg/flexbox_flex-1-N-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-auto.html => css3/flexbox/csswg/flexbox_flex-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-basis.html => css3/flexbox/csswg/flexbox_flex-basis.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-basis-shrink.html => css3/flexbox/csswg/flexbox_flex-basis-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-initial-2.html => css3/flexbox/csswg/flexbox_flex-initial-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-initial.html => css3/flexbox/csswg/flexbox_flex-initial.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-0.html => css3/flexbox/csswg/flexbox_flex-N-0-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-0-unitless.html => css3/flexbox/csswg/flexbox_flex-N-0-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-auto.html => css3/flexbox/csswg/flexbox_flex-N-0-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-N.html => css3/flexbox/csswg/flexbox_flex-N-0-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-Npercent.html => css3/flexbox/csswg/flexbox_flex-N-0-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-0-N-shrink.html => css3/flexbox/csswg/flexbox_flex-N-0-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-0.html => css3/flexbox/csswg/flexbox_flex-N-1-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-auto.html => css3/flexbox/csswg/flexbox_flex-N-1-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-N.html => css3/flexbox/csswg/flexbox_flex-N-1-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-Npercent.html => css3/flexbox/csswg/flexbox_flex-N-1-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-1-N-shrink.html => css3/flexbox/csswg/flexbox_flex-N-1-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural.html => css3/flexbox/csswg/flexbox_flex-natural.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural-mixed-basis-auto.html => css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural-mixed-basis.html => css3/flexbox/csswg/flexbox_flex-natural-mixed-basis.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural-variable-auto-basis.html => css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-natural-variable-zero-basis.html => css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-0.html => css3/flexbox/csswg/flexbox_flex-N-N-0.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-auto.html => css3/flexbox/csswg/flexbox_flex-N-N-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-auto-shrink.html => css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-N.html => css3/flexbox/csswg/flexbox_flex-N-N-N.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-Npercent.html => css3/flexbox/csswg/flexbox_flex-N-N-Npercent.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-Npercent-shrink.html => css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-N-N-N-shrink.html => css3/flexbox/csswg/flexbox_flex-N-N-N-shrink.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-none.html => css3/flexbox/csswg/flexbox_flex-none.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-flex-wrap-flexing.html => css3/flexbox/csswg/flexbox-flex-wrap-flexing.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-flex-wrap-nowrap.htm => css3/flexbox/csswg/flexbox-flex-wrap-nowrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-column-reverse-wrap.html => css3/flexbox/csswg/flexbox_flow-column-reverse-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-column-reverse-wrap-reverse.html => css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-column-wrap.html => css3/flexbox/csswg/flexbox_flow-column-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-column-wrap-reverse.html => css3/flexbox/csswg/flexbox_flow-column-wrap-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-row-wrap.html => css3/flexbox/csswg/flexbox_flow-row-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flow-row-wrap-reverse.html => css3/flexbox/csswg/flexbox_flow-row-wrap-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_generated-flex.html => css3/flexbox/csswg/flexbox_generated-flex.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_generated.html => css3/flexbox/csswg/flexbox_generated.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_inline.html => css3/flexbox/csswg/flexbox_inline.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-bottom-float.html => css3/flexbox/csswg/flexbox_item-bottom-float.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-float.html => css3/flexbox/csswg/flexbox_item-float.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-top-float.html => css3/flexbox/csswg/flexbox_item-top-float.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-vertical-align.html => css3/flexbox/csswg/flexbox_item-vertical-align.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-center.html => css3/flexbox/csswg/flexbox_justifycontent-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-center-overflow.html => css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-flex-end.html => css3/flexbox/csswg/flexbox_justifycontent-flex-end.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-flex-start.html => css3/flexbox/csswg/flexbox_justifycontent-flex-start.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound.html => css3/flexbox/csswg/flexbox_justifycontent-spacearound.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-negative.html => css3/flexbox/csswg/flexbox_justifycontent-spacearound-negative.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacearound-only.html => css3/flexbox/csswg/flexbox_justifycontent-spacearound-only.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween.html => css3/flexbox/csswg/flexbox_justifycontent-spacebetween.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween-negative.html => css3/flexbox/csswg/flexbox_justifycontent-spacebetween-negative.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-spacebetween-only.html => css3/flexbox/csswg/flexbox_justifycontent-spacebetween-only.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_margin-auto.html => css3/flexbox/csswg/flexbox_margin-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_margin-auto-overflow.html => css3/flexbox/csswg/flexbox_margin-auto-overflow.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_margin.html => css3/flexbox/csswg/flexbox_margin.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_margin-left-ex.html => css3/flexbox/csswg/flexbox_margin-left-ex.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_object.html => css3/flexbox/csswg/flexbox_object.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_order-box.html => css3/flexbox/csswg/flexbox_order-box.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_order.html => css3/flexbox/csswg/flexbox_order.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rowspan.html => css3/flexbox/csswg/flexbox_rowspan.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rtl-flow.html => css3/flexbox/csswg/flexbox_rtl-flow.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rtl-flow-reverse.html => css3/flexbox/csswg/flexbox_rtl-flow-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rtl-order.html => css3/flexbox/csswg/flexbox_rtl-order.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-box-wrap.html => css3/flexbox/csswg/flex-box-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_wrap.html => css3/flexbox/csswg/flexbox_wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_wrap-long.html => css3/flexbox/csswg/flexbox_wrap-long.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_wrap-reverse.html => css3/flexbox/csswg/flexbox_wrap-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html => css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-container-margin.html => css3/flexbox/csswg/flex-container-margin.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column.html => css3/flexbox/csswg/ttwf-reftest-flex-direction-column.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-reverse.html => css3/flexbox/csswg/ttwf-reftest-flex-direction-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction.html => css3/flexbox/csswg/flex-direction.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-modify.html => css3/flexbox/csswg/flex-direction-modify.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-with-element-insert.html => css3/flexbox/csswg/flex-direction-with-element-insert.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-factor-less-than-one.html => css3/flexbox/flex-factor-less-than-one.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flexitem-childmargin.html => css3/flexbox/csswg/flex-flexitem-childmargin.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flow-001.html => css3/flexbox/csswg/flex-flow-001.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flow-002.html => css3/flexbox/csswg/flex-flow-002.html
imported/w3c/web-platform-tests/css/css-flexbox/Flexible-order.html => css3/flexbox/csswg/Flexible-order.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-inline.html => css3/flexbox/csswg/ttwf-reftest-flex-inline.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-item-contains-strict.html => css3/flexbox/flex-item-contains-strict.html
imported/w3c/web-platform-tests/css/css-flexbox/flexitem-no-margin-collapsing.html => css3/flexbox/flexitem-no-margin-collapsing.html
imported/w3c/web-platform-tests/css/css-flexbox/flexitem-stretch-range.html => css3/flexbox/flexitem-stretch-range.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html => css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-reverse-row-reverse.html => css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-with-column-reverse.html => css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-lines/multi-line-wrap-with-row-reverse.html => css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-margin-no-collapse.html => css3/flexbox/csswg/flex-margin-no-collapse.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-minimum-size-001.html => css3/flexbox/minimum-size-image.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-shorthand-flex-basis-middle.html => css3/flexbox/flex-shorthand-flex-basis-middle.html
imported/w3c/web-platform-tests/css/css-flexbox/floated-flexitem.html => css3/flexbox/floated-flexitem.html
imported/w3c/web-platform-tests/css/css-flexbox/inline-flexbox-wrap-vertically-width-calculation.html => css3/flexbox/inline-flexbox-wrap-vertically-width-calculation.html
imported/w3c/web-platform-tests/css/css-flexbox/inline-flex.html => css3/flexbox/inline-flex.html
imported/w3c/web-platform-tests/css/css-flexbox/justify-content-001.htm => css3/flexbox/csswg/justify-content-001.html
imported/w3c/web-platform-tests/css/css-flexbox/max-width-violation.html => css3/flexbox/max-width-violation.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-column-max-height.html => css3/flexbox/multiline-column-overflow.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-min-max.html => css3/flexbox/multiline-min-max.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-min-preferred-width.html => css3/flexbox/multiline-min-preferred-width.html
imported/w3c/web-platform-tests/css/css-flexbox/order/order-with-row-reverse.html => css3/flexbox/csswg/order/order-with-row-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/order-painting.html => css3/flexbox/order-painting.html
imported/w3c/web-platform-tests/css/css-flexbox/orthogonal-writing-modes-and-intrinsic-sizing.html => css3/flexbox/orthogonal-writing-modes-and-intrinsic-sizing.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-000.html => css3/flexbox/percentage-heights.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-002.html => css3/flexbox/percentage-height-in-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-011.html => css3/flexbox/flexitem-percent-height-change.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-margins-001.html => css3/flexbox/percent-margins.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-max-width-cross-axis.html => css3/flexbox/percentage-max-width-cross-axis.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-size.html => css3/flexbox/percentage-sizes.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-widths-001.html => css3/flexbox/percentage-width-in-abspos.html imported/blink/css3/flexbox/percentage-width-in-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-002.html => css3/flexbox/align-absolute-child.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-003.html => css3/flexbox/border-and-padding-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-004.html => css3/flexbox/change-flexitem-into-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-005.html => css3/flexbox/overflow-auto-dynamic-changes-abspos.html
imported/w3c/web-platform-tests/css/css-flexbox/position-relative-percentage-top-001.html => css3/flexbox/relpos-with-percentage-top.html
imported/w3c/web-platform-tests/css/css-flexbox/relayout-align-items.html => css3/flexbox/relayout-align-items.html
imported/w3c/web-platform-tests/css/css-flexbox/shrinking-column-flexbox.html => css3/flexbox/shrinking-column-flexbox.html
imported/w3c/web-platform-tests/css/css-flexbox/stretched-child-shrink-on-relayout.html => css3/flexbox/stretched-child-shrink-on-relayout.html
imported/w3c/web-platform-tests/css/css-flexbox/stretching-orthogonal-flows.html => css3/flexbox/stretching-orthogonal-flows.html
imported/w3c/web-platform-tests/css/css-flexbox/text-overflow-on-flexbox-001.html => css3/flexbox/text-overflow-on-flexbox.html imported/blink/css3/flexbox/text-overflow-on-flexbox.html
imported/w3c/web-platform-tests/css/css-flexbox/whitespace-in-flexitem-001.html => css3/flexbox/whitespace-in-flexitem.html
# The test below had small difss, checked manually that it was the same test
imported/w3c/web-platform-tests/css/css-flexbox/align-self-015.html => css3/flexbox/columns-center-with-margins-and-wrap.html
imported/w3c/web-platform-tests/css/css-flexbox/auto-height-with-flex.html => css3/flexbox/auto-height-with-flex.html fast/flexbox/auto-height-with-flex.html
imported/w3c/web-platform-tests/css/css-flexbox/auto-margins-003.html => css3/flexbox/columns-center-with-margins.html
imported/w3c/web-platform-tests/css/css-flexbox/box-sizing-001.html => css3/flexbox/box-sizing.html
imported/w3c/web-platform-tests/css/css-flexbox/box-sizing-min-max-sizes-001.html => css3/flexbox/box-sizing-min-max-sizes.html
imported/w3c/web-platform-tests/css/css-flexbox/content-height-with-scrollbars.html => css3/flexbox/content-height-with-scrollbars.html
imported/w3c/web-platform-tests/css/css-flexbox/cross-axis-scrollbar.html => css3/flexbox/cross-axis-scrollbar.html
imported/w3c/web-platform-tests/css/css-flexbox/css-box-justify-content.html => css3/flexbox/csswg/css-box-justify-content.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-column.html => css3/flexbox/csswg/css-flexbox-column.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-img-expand-evenly.html => css3/flexbox/csswg/css-flexbox-img-expand-evenly.html
imported/w3c/web-platform-tests/css/css-flexbox/css-flexbox-row.html => css3/flexbox/csswg/css-flexbox-row.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-align-content-center.html => css3/flexbox/csswg/ttwf-reftest-flex-align-content-center.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-align-content-space-between.html => css3/flexbox/csswg/ttwf-reftest-flex-align-content-space-between.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-align-content-start.html => css3/flexbox/csswg/ttwf-reftest-flex-align-content-start.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-aspect-ratio-img-column-011.html => css3/flexbox/min-size-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_absolute-atomic.html => css3/flexbox/csswg/flexbox_absolute-atomic.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_box-clear.html => css3/flexbox/csswg/flexbox_box-clear.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_columns.html => css3/flexbox/csswg/flexbox_columns.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_direction-column.html => css3/flexbox/csswg/flexbox_direction-column.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_direction-column-reverse.html => css3/flexbox/csswg/flexbox_direction-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_display.html => css3/flexbox/csswg/flexbox_display.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_fbfc2.html => css3/flexbox/csswg/flexbox_fbfc2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_fbfc.html => css3/flexbox/csswg/flexbox_fbfc.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_first-line.html => css3/flexbox/csswg/flexbox_first-line.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-flex-direction-column-percentage-ignored.html => css3/flexbox/vertical-flexbox-percentage-ignored.html imported/blink/css3/flexbox/vertical-flexbox-percentage-ignored.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_flex-formatting-interop.html => css3/flexbox/csswg/flexbox_flex-formatting-interop.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_item-clear.html => css3/flexbox/csswg/flexbox_item-clear.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-lines-must-be-stretched-by-default.html => css3/flexbox/flexbox-lines-must-be-stretched-by-default.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_order-abspos-space-around.html => css3/flexbox/csswg/flexbox_order-abspos-space-around.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_rtl-direction.html => css3/flexbox/csswg/flexbox_rtl-direction.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_stf-table-singleline.html => css3/flexbox/csswg/flexbox_stf-table-singleline.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_visibility-collapse.html => css3/flexbox/csswg/flexbox_visibility-collapse.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_visibility-collapse-line-wrapping.html => css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_width-change-and-relayout-children.html => css3/flexbox/width-change-and-relayout-children.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox_width-wrapping-column.html => css3/flexbox/wrapping-column-dynamic-changes.html
imported/w3c/web-platform-tests/css/css-flexbox/flexbox-with-multi-column-property.html => css3/flexbox/flexbox-with-multi-column-property.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-column-relayout-assert.html => css3/flexbox/flex-column-relayout-assert.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-direction-column-overlap-001.html => css3/flexbox/bug669714.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flexitem-percentage-prescation.html => css3/flexbox/csswg/flex-flexitem-percentage-prescation.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flow-007.html => css3/flexbox/csswg/flex-flow-007.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-flow-013.html => css3/flexbox/flex-flow-2.html
imported/w3c/web-platform-tests/css/css-flexbox/flexitem-stretch-image.html => css3/flexbox/flexitem-stretch-image.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-item-vertical-align.html => css3/flexbox/vertical-align-do-not-effect-flex-items.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-item-z-ordering-001.html => css3/flexbox/z-index.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-minimum-size-002.html => css3/flexbox/undefined-min-width.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-minimum-width-flex-items-014.html => css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-one-sets-flex-basis-to-zero-px.html => css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-order.html => css3/flexbox/csswg/flex-order.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-outer-flexbox-column-recalculate-height-on-resize-001.html => css3/flexbox/bug527039.html
imported/w3c/web-platform-tests/css/css-flexbox/flex-vertical-align-effect.html => css3/flexbox/csswg/flex-vertical-align-effect.html
imported/w3c/web-platform-tests/css/css-flexbox/intrinsic-width-orthogonal-writing-mode.html => css3/flexbox/intrinsic-width-orthogonal-writing-mode.html
imported/w3c/web-platform-tests/css/css-flexbox/layout-with-inline-svg-001.html => css3/flexbox/bug633212.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-reverse-wrap-baseline.html => css3/flexbox/multiline-reverse-wrap-baseline.html
imported/w3c/web-platform-tests/css/css-flexbox/multiline-shrink-to-fit.html => css3/flexbox/multiline-shrink-to-fit.html
imported/w3c/web-platform-tests/css/css-flexbox/negative-overflow.html => css3/flexbox/negative-overflow.html
imported/w3c/web-platform-tests/css/css-flexbox/nested-orthogonal-flexbox-relayout.html => css3/flexbox/nested-orthogonal-flexbox-relayout.html imported/blink/css3/flexbox/nested-orthogonal-flexbox-relayout.html
imported/w3c/web-platform-tests/css/css-flexbox/order/order-with-column-reverse.html => css3/flexbox/csswg/order/order-with-column-reverse.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-002.html => css3/flexbox/bug580586.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-003.html => css3/flexbox/bug605682.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-004.html => css3/flexbox/bug646288.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-006.html => css3/flexbox/flexbox-height-with-overflow-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-007.html => css3/flexbox/overflow-auto-dynamic-changes.html
imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-008.html => css3/flexbox/overflow-auto-resizes-correctly.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-001.html => css3/flexbox/definite-cross-sizes.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-012.html => css3/flexbox/percent-height-children-of-alignSelf-stretch-flex-item.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-heights-013.html => css3/flexbox/percentage-height-replaced-element.html
imported/w3c/web-platform-tests/css/css-flexbox/percentage-size-quirks.html => css3/flexbox/percentage-sizes-quirks.html
imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-001.html => css3/flexbox/position-absolute-children.html
imported/w3c/web-platform-tests/css/css-flexbox/position-fixed-001.html => css3/flexbox/bug604346.html
imported/w3c/web-platform-tests/css/css-flexbox/relayout-image-load.html => css3/flexbox/relayout-image-load.html
imported/w3c/web-platform-tests/css/css-flexbox/scrollbars-auto.html => css3/flexbox/scrollbars-auto.html
imported/w3c/web-platform-tests/css/css-flexbox/scrollbars.html => css3/flexbox/scrollbars.html
imported/w3c/web-platform-tests/css/css-flexbox/stretch-after-sibling-size-change.html => css3/flexbox/stretch-after-sibling-size-change.html
imported/w3c/web-platform-tests/css/css-flexbox/stretch-input-in-column.html => css3/flexbox/stretch-input-in-column.html
imported/w3c/web-platform-tests/css/css-flexbox/table-as-item-cross-size.html => css3/flexbox/stretch-table-child.html
* TestExpectations:
* css3/flexbox/align-baseline.html: Removed.
* css3/flexbox/anonymous-block.html: Removed.
* css3/flexbox/auto-height-column-with-border-and-padding.html: Removed.
* css3/flexbox/auto-height-with-flex.html: Removed.
* css3/flexbox/bug604346.html: Removed.
* css3/flexbox/bug605682.html: Removed.
* css3/flexbox/bug633212.html: Removed.
* css3/flexbox/bug646288.html: Removed.
* css3/flexbox/bug669714.html: Removed.
* css3/flexbox/canvas-dynamic-change.html: Removed.
* css3/flexbox/change-flexitem-into-abspos.html: Removed.
* css3/flexbox/csswg/flex-direction-with-element-insert.html-expected.html: Removed.
* css3/flexbox/csswg/flex-direction.html-expected.html: Removed.
* css3/flexbox/csswg/flex-vertical-align-effect.html-expected.html: Removed.
* css3/flexbox/definite-cross-sizes-expected.txt: Removed.
* css3/flexbox/flex-column-relayout-assert-expected.txt: Removed.
* css3/flexbox/flex-column-relayout-assert.html: Removed.
* css3/flexbox/flex-item-contains-strict-expected.txt: Removed.
* css3/flexbox/flexbox-height-with-overflow-auto-expected.txt: Removed.
* css3/flexbox/flexbox-height-with-overflow-auto.html: Removed.
* css3/flexbox/flexbox-lines-must-be-stretched-by-default-expected.txt: Removed.
* css3/flexbox/flexbox-lines-must-be-stretched-by-default.html: Removed.
* css3/flexbox/flexbox-with-multi-column-property.html: Removed.
* css3/flexbox/flexitem-no-margin-collapsing.html: Removed.
* css3/flexbox/flexitem-stretch-image.html: Removed.
* css3/flexbox/flexitem-stretch-range.html: Removed.
* css3/flexbox/intrinsic-width-orthogonal-writing-mode-expected.txt: Removed.
* css3/flexbox/intrinsic-width-orthogonal-writing-mode.html: Removed.
* css3/flexbox/minimum-size-image-expected.txt: Removed.
* css3/flexbox/multiline-min-preferred-width.html: Removed.
* css3/flexbox/nested-orthogonal-flexbox-relayout.html: Removed.
* css3/flexbox/orthogonal-writing-modes-and-intrinsic-sizing.html: Removed.
* css3/flexbox/overflow-auto-dynamic-changes.html: Removed.
* css3/flexbox/overflow-auto-resizes-correctly-expected.txt: Removed.
* css3/flexbox/overflow-auto-resizes-correctly.html: Removed.
* css3/flexbox/percentage-height-replaced-element.html: Removed.
* css3/flexbox/percentage-max-width-cross-axis.html: Removed.
* css3/flexbox/percentage-sizes-quirks-expected.txt: Removed.
* css3/flexbox/percentage-sizes-quirks.html: Removed.
* css3/flexbox/relayout-image-load-expected.txt: Removed.
* css3/flexbox/relayout-image-load.html: Removed.
* css3/flexbox/stretch-after-sibling-size-change.html: Removed.
* css3/flexbox/stretch-simplified-layout-expected.txt: Removed.
* css3/flexbox/stretch-table-child.html: Removed.
* css3/flexbox/stretching-orthogonal-flows.html: Removed.
* css3/flexbox/undefined-min-width-expected.txt: Removed.
* css3/flexbox/undefined-min-width.html: Removed.
* css3/flexbox/vertical-align-do-not-effect-flex-items.html: Removed.
* css3/flexbox/vertical-flexbox-percentage-ignored.html: Removed.
* css3/flexbox/whitespace-in-flexitem.html: Removed.
* css3/flexbox/width-change-and-relayout-children.html: Removed.
* css3/flexbox/wrapping-column-dynamic-changes.html: Removed.
* fast/flexbox/auto-height-with-flex-expected.html: Removed.
* fast/flexbox/auto-height-with-flex.html: Removed.
* gpu-process/TestExpectations:
* imported/blink/css3/flexbox/nested-orthogonal-flexbox-relayout-expected.html: Removed.
* imported/blink/css3/flexbox/nested-orthogonal-flexbox-relayout.html: Removed.
* imported/blink/css3/flexbox/vertical-flexbox-percentage-ignored-expected.html: Removed.
* imported/blink/css3/flexbox/vertical-flexbox-percentage-ignored.html: Removed.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-006-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/overflow-auto-008-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/position-absolute-012-expected.txt: Added.
* platform/ios-wk2/imported/w3c/web-platform-tests/css/css-flexbox/radiobutton-min-size-expected.txt: Added.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/css3/flexbox/flex-item-contains-strict-expected.txt: Removed.
* platform/wpe/css3/flexbox/minimum-size-image-expected.txt: Removed.
2020-05-19 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Sifted through the crash expectations
and removed all that no longer apply.
* platform/wpe/TestExpectations:
2020-05-18 Peng Liu <peng.liu6@apple.com>
Flaky Test: media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html
https://bugs.webkit.org/show_bug.cgi?id=182571
Add an explicit timeout in the test to debug the flaky timeout.
Unreviewed test gardening.
* media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html:
2020-05-18 Andy Estes <aestes@apple.com>
http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https.html fails in public SDK builds
https://bugs.webkit.org/show_bug.cgi?id=212000
<rdar://problem/63323082>
Reviewed by Youenn Fablet.
* platform/mac-wk2/TestExpectations:
2020-05-18 Myles C. Maxfield <mmaxfield@apple.com>
[WebGPU] Validation for GPUDevice.createTexture()
https://bugs.webkit.org/show_bug.cgi?id=211882
<rdar://problem/63215999>
Reviewed by Dean Jackson.
* webgpu/blit-commands-texture-to-texture.html: Updated.
Rewrote part of the test to avoid hitting https://bugs.webkit.org/show_bug.cgi?id=212013
* webgpu/texture-creation-expected.txt: Added.
* webgpu/texture-creation.html: Added.
2020-05-18 Simon Fraser <simon.fraser@apple.com>
Content disappears on CSS parallax example
https://bugs.webkit.org/show_bug.cgi?id=212045
<rdar://problem/63194217>
Reviewed by Tim Horton.
* compositing/tiling/perspective-on-scroller-tile-coverage-expected.txt: Added.
* compositing/tiling/perspective-on-scroller-tile-coverage.html: Added.
2020-05-18 Pinki Gyanchandani <pgyanchandani@apple.com>
Null Ptr Deref @ WebCore::CSSValue::classType
https://bugs.webkit.org/show_bug.cgi?id=212036
Reviewed by Geoffrey Garen.
Added a regression test.
* editing/execCommand/null_calc_primitive_value_for_css_property-expected.txt: Added.
* editing/execCommand/null_calc_primitive_value_for_css_property.html: Added.
2020-05-15 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Rebaseline security/block-test-no-port.html
Since upstream libsoup commit e337a6f794 it uses soup-http-error-quark
GQuark as string for the error domain.
The error code 4 already maps to SOUP_STATUS_CANT_CONNECT which is the
correct counterpart to Mac's NSURLErrorCannotConnectToHost (-1004).
Unreviewed test gardening.
* platform/glib/security/block-test-no-port-expected.txt: Renamed from
LayoutTests/platform/wpe/security/block-test-no-port-expected.txt.
and fixed error string.
* platform/gtk/TestExpectations: Removed expected failure.
* platform/gtk/security/block-test-no-port-expected.txt: Removed.
* platform/wpe/TestExpectations: Removed expected failure.
2020-05-18 Wenson Hsieh <wenson_hsieh@apple.com>
Allow clipboard API access when pasting from a menu item or key binding
https://bugs.webkit.org/show_bug.cgi?id=211990
<rdar://problem/63308916>
Reviewed by Megan Gardner.
Add a new layout test to verify that the contents of the clipboard can be read while performing a paste that was
not triggered from the DOM.
* editing/async-clipboard/clipboard-read-while-pasting-expected.txt: Added.
* editing/async-clipboard/clipboard-read-while-pasting.html: Added.
* platform/win/TestExpectations:
* resources/ui-helper.js:
(window.UIHelper.async copyText):
(window.UIHelper.async paste):
2020-05-18 Peng Liu <peng.liu6@apple.com>
REGRESSION (r261493?): media/video-isplayingtoautomotiveheadunit.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211915
Reviewed by Daniel Bates.
Make the test more reliable by: 1) loop the video in test; 2) add event listeners
before operations; and 3) restore the internals before end of test.
* media/video-isplayingtoautomotiveheadunit-expected.txt:
* media/video-isplayingtoautomotiveheadunit.html:
2020-05-18 Rob Buis <rbuis@igalia.com>
Remove certain headers when a redirect causes a request method change
https://bugs.webkit.org/show_bug.cgi?id=205119
Reviewed by Youenn Fablet.
Add platform expectations for redirect-method.any.html and
redirect-method.any.worker.html. Remove expectations for
already removed tests redirect-method.html and
redirect-method.worker.html.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Renamed from LayoutTests/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-expected.txt.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Renamed from LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-expected.txt.
* platform/mac-mojave-wk1/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Added.
* platform/mac-mojave-wk1/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Added.
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Added.
* platform/mac-mojave/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Added.
* platform/mac/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any-expected.txt.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.any.worker-expected.txt.
2020-05-18 Antti Koivisto <antti@apple.com>
[Wheel event region] Invalidation for root style
https://bugs.webkit.org/show_bug.cgi?id=212029
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-root-invalidation-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-root-invalidation.html: Added.
2020-05-18 Simon Fraser <simon.fraser@apple.com>
Find doesn't always scroll search results into view
https://bugs.webkit.org/show_bug.cgi?id=212007
<rdar://problem/36333321>
Reviewed by Wenson Hsieh.
* editing/selection/selection-bounds-fractional-containing-blocks-expected.txt: Added.
* editing/selection/selection-bounds-fractional-containing-blocks.html: Added.
2020-05-18 Ryan Haddad <ryanhaddad@apple.com>
[ iOS ] fast/hidpi/filters-and-image-buffer-resolution.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=208543
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations: Remove flaky expectation.
2020-05-18 Wenson Hsieh <wenson_hsieh@apple.com>
Single selection <select> with <optgroups> shows multiple selected options
https://bugs.webkit.org/show_bug.cgi?id=199485
<rdar://problem/52757531>
Reviewed by Megan Gardner.
Add a layout test to verify that we don't leave behind a checked select item after scrolling it offscreen and
then checking a different item.
* fast/forms/ios/no-stale-checked-items-in-select-picker-expected.txt: Added.
* fast/forms/ios/no-stale-checked-items-in-select-picker.html: Added.
* platform/ipad/TestExpectations:
* resources/ui-helper.js:
(window.UIHelper.selectFormAccessoryPickerRow):
(window.UIHelper.selectFormAccessoryHasCheckedItemAtRow):
2020-05-18 Youenn Fablet <youenn@apple.com>
webrtc/datachannel/bufferedAmountLowThreshold.html is failing flakily
https://bugs.webkit.org/show_bug.cgi?id=211953
Reviewed by Eric Carlson.
* webrtc/datachannel/bufferedAmountLowThreshold-default.html:
Update test to make it more readable and robust, following changes made to webrtc/datachannel/bufferedAmountLowThreshold.html.
* webrtc/datachannel/bufferedAmountLowThreshold.html:
Split the tests in two parts to more easily debug which part (connection setup or sending lots of data) might time out.
Make sure to not send too much data by sending only one burst of data.
2020-05-18 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] Unexpected capitalization of next word after repositioning caret
https://bugs.webkit.org/show_bug.cgi?id=211969
<rdar://problem/62605526>
Reviewed by Alex Christensen.
Add a new layout test to verify that the keyboard does not automatically shift (i.e. autocapitalize) when
changing selection quickly inside a text field.
* editing/selection/ios/changing-selection-does-not-trigger-autocapitalization-expected.txt: Added.
* editing/selection/ios/changing-selection-does-not-trigger-autocapitalization.html: Added.
* resources/ui-helper.js:
(window.UIHelper.keyboardIsAutomaticallyShifted):
2020-05-18 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r261779
https://bugs.webkit.org/show_bug.cgi?id=212021
Unreviewed gardening.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-18 Paulo Matos <pmatos@igalia.com>
Skip layout test stack-overflow-regexp.js on MIPS
Unreviewed Gardening.
* js/script-tests/stack-overflow-regexp.js:
2020-05-18 Alicia Boya García <aboya@igalia.com>
[GStreamer] Remove orphaned tracks in updateTracks()
https://bugs.webkit.org/show_bug.cgi?id=211980
Reviewed by Xabier Rodriguez-Calvar.
Updated test expectations.
* platform/gtk/TestExpectations:
2020-05-18 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening. Providing custom baselines for tests
that require them.
* platform/wpe/crypto: Added.
* platform/wpe/crypto/subtle: Added.
* platform/wpe/crypto/subtle/ecdh-import-pkcs8-key-p521-validate-ecprivatekey-parameters-publickey-expected.txt: Added.
* platform/wpe/crypto/subtle/ecdsa-import-pkcs8-key-p521-validate-ecprivatekey-parameters-publickey-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext: Added.
* platform/wpe/fast/layoutformattingcontext/flow-integration-basic-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-basic-row-baseline-align-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-basic-row-vertical-align-baseline-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-fixed-width-colspans-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-fixed-width-with-max-distribution-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-flex-width-border-collapse-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-flex-width-colspans-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt: Added.
* platform/wpe/fast/layoutformattingcontext/table-with-column-spanner-first-row-expected.txt: Added.
* platform/wpe/webgl/1.0.3: Added.
* platform/wpe/webgl/1.0.3/conformance: Added.
* platform/wpe/webgl/1.0.3/conformance/context: Added.
* platform/wpe/webgl/1.0.3/conformance/context/methods-expected.txt: Added.
2020-05-18 Zan Dobersek <zdobersek@igalia.com>
Unreviewed WPE gardening.
* platform/wpe/TestExpectations:
Remove the imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements
flaky-crash expectation. The reported crashes are not occurring anymore. Furthermore,
the whole subdirectory is skipped globally, so this expectation is re-enabling all
the tests that in majority time out, prolonging the testing.
2020-05-17 Daniel Bates <dabates@apple.com>
Make editing-word-with-marker-1.html work on iOS
https://bugs.webkit.org/show_bug.cgi?id=211814
Reviewed by Simon Fraser and David Kilzer.
Minimal changes needed to make the test work on iOS + rebase the results. I was tempted to go
full js-test.js conversion, but I didn't do so to reduce the risk I introduce a bug and I think
is good enough.
To make the test work on iOS I enable internals.setContinuousSpellCheckingEnabled() + use UIHelper
to activate the textarea + blur the textarea on reset (for maximal code reuse). I didn't enable this
via the WKTR option spellCheckingDots because this test should be capable of running in DumpRenderTree
though we don't actually run DumpRenderTree for iOS on any bots. So, I did this largely for just for me.
* editing/mac/spelling/editing-word-with-marker-1-expected.txt:
* editing/mac/spelling/editing-word-with-marker-1.html:
* platform/ios/TestExpectations: Temporarily mark this test as PASS here so that iOS runs it even
though its in a Mac-specific directory. I will remove this entry when I move the test to editing/spelling
in the fix for <https://webkit.org/b/211802>.
2020-05-17 Andy Estes <aestes@apple.com>
http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https.html fails in public SDK builds
https://bugs.webkit.org/show_bug.cgi?id=212000
* platform/mac-wk2/TestExpectations: Skipped test on Catalina.
2020-05-17 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Move to new Pasteboard API
https://bugs.webkit.org/show_bug.cgi?id=177633
Reviewed by Adrian Perez de Castro.
Update text expectations.
* platform/gtk/TestExpectations:
* platform/gtk/editing/pasteboard/data-transfer-get-data-on-paste-rich-text-expected.txt: Added.
2020-05-16 Andy Estes <aestes@apple.com>
REGRESSION (r260717): installmentConfiguration member is no longer available on ApplePayPaymentRequest
https://bugs.webkit.org/show_bug.cgi?id=211911
<rdar://problem/63236367>
Reviewed by Tim Horton.
* http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https-expected.txt: Added.
* http/tests/ssl/applepay/ApplePayInstallmentConfiguration.https.html: Added.
2020-05-16 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Ignore table padding when borders are collapsed
https://bugs.webkit.org/show_bug.cgi?id=211984
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-border-collapse-with-padding-expected.html: Added.
* fast/layoutformattingcontext/table-simple-border-collapse-with-padding.html: Added.
2020-05-16 Daniel Bates <dabates@apple.com>
Make editing/spelling/editing-word-with-marker-2.html test what it claims and make it work on iOS
https://bugs.webkit.org/show_bug.cgi?id=211802
Reviewed by Darin Adler.
Went back and looked at the originally written version of this test that was added in r70826
and brought back the missing "insert whitespace after misspelling" sub-test. While I am here,
I also simplified the test and made the test work on iOS by using UIHelper. I also fixed some
idiosyncrasies that were introduced in r169687 and did other modernizations.
The fix for iOS was simple: just enable internals.setContinuousSpellCheckingEnabled() + use UIHelper
to activate the textarea + blur the textarea on reset (for maximal code reuse). I didn't enable this
via the WKTR option spellCheckingDots because this test should be capable of running in DumpRenderTree
though we don't actually run DumpRenderTree for iOS on any bots. So, I did this largely for just for me.
I removed the use of editing commands to clear the textarea in favor of just setting the element's
value attribute because it's simpler and exercises less code in the engine, which I hope will reduce
future flakiness + the purpose of the test is to test how a spelling marker is updated not an exercise
on how to clear a textarea using editing commands. That kind of exercise is expected to be covered
by dedicated editing tests, though I haven't checked that they exist, but would be suprised if they
didn't.
* editing/spelling/editing-word-with-marker-2-expected.txt:
* editing/spelling/editing-word-with-marker-2.html:
* platform/ios-wk1/TestExpectations: Unskip.
* platform/ios-wk2/TestExpectations: Ditto.
2020-05-16 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take vertical spacing into account when setting the height of a cell with rowspan
https://bugs.webkit.org/show_bug.cgi?id=211976
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-rowspan-with-spacing-expected.html: Added.
* fast/layoutformattingcontext/table-simple-rowspan-with-spacing.html: Added.
2020-05-16 Yusuke Suzuki <ysuzuki@apple.com>
[JSC] Make OutOfMemory error as instance of RangeError
https://bugs.webkit.org/show_bug.cgi?id=211952
Reviewed by Mark Lam.
* inspector/debugger/no-pause-out-of-memory-exception-expected.txt:
* js/array-join-expected.txt:
* js/dom/concat-large-strings-crash-expected.txt:
* js/dom/concat-large-strings-crash2-expected.txt:
* js/dom/script-tests/string-replacement-outofmemory.js:
* js/dom/string-concatenate-outofmemory-expected.txt:
* js/dom/string-replacement-outofmemory-expected.txt:
* js/large-expressions-expected.txt:
* js/resources/string-concatenate-outofmemory.js:
* js/script-tests/array-join.js:
* js/script-tests/stack-overflow-regexp.js:
(shouldThrow.recursiveCall):
(shouldThrow):
* js/script-tests/string-padend.js:
* js/script-tests/string-padstart.js:
* js/script-tests/string-repeat.js:
* js/script-tests/stringimpl-to-jsstring-on-large-strings-1.js:
* js/stack-overflow-regexp-expected.txt:
* js/string-padend-expected.txt:
* js/string-padstart-expected.txt:
* js/string-repeat-expected.txt:
* js/stringimpl-to-jsstring-on-large-strings-1-expected.txt:
2020-05-15 Antti Koivisto <antti@apple.com>
Nullptr crash in MediaQueryMatcher::evaluateAll
https://bugs.webkit.org/show_bug.cgi?id=211963
<rdar://problem/62850977>
Reviewed by Brent Fulgham.
* fast/media/media-query-list-mutation-expected.txt: Added.
* fast/media/media-query-list-mutation.html: Added.
2020-05-15 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in WebCore::Node::treeScope() when processing nested list insertion commands.
https://bugs.webkit.org/show_bug.cgi?id=211964
<rdar://problem/63224871>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/nested-list-insertion-crash-expected.txt: Added.
* editing/inserting/nested-list-insertion-crash.html: Added.
2020-05-15 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r249091): Can't click on a video in the second column of a paginated web view
https://bugs.webkit.org/show_bug.cgi?id=211973
<rdar://problem/61418775>
Reviewed by Zalan Bujtas.
* fast/multicol/clipped-video-in-second-column-expected.html: Added.
* fast/multicol/clipped-video-in-second-column.html: Added.
2020-05-15 Devin Rousso <drousso@apple.com>
Web Inspector: Fails to pretty-print a particular CSS file
https://bugs.webkit.org/show_bug.cgi?id=211930
Reviewed by Joseph Pecoraro.
* inspector/formatting/formatting-css.html:
* inspector/formatting/formatting-css-expected.txt:
* inspector/formatting/resources/css-tests/url.css: Added.
* inspector/formatting/resources/css-tests/url-expected.css: Added.
2020-05-15 Ryan Haddad <ryanhaddad@apple.com>
media/video-poster-set-after-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211856
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as flaky.
* platform/mac/TestExpectations: Ditto.
2020-05-15 Antoine Quint <graouts@apple.com>
Cursor should not update on a 20ms timer
https://bugs.webkit.org/show_bug.cgi?id=211884
<rdar://problem/63220368>
Unreviewed.
This is a mouse-specific test and should not be run on iOS.
* platform/ios/TestExpectations:
2020-05-15 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 ] css2.1/20110323/replaced-intrinsic-ratio-001.htm is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209350
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-15 Antoine Quint <graouts@apple.com>
[Web Animations] Animation with a single keyframe is not accelerated
https://bugs.webkit.org/show_bug.cgi?id=188730
<rdar://problem/43481113>
Reviewed by Dean Jackson.
Add a new test that runs a single-keyframe transform animation and checks that it runs accelerated.
* webanimations/accelerated-animation-single-keyframe-expected.txt: Added.
* webanimations/accelerated-animation-single-keyframe.html: Added.
2020-05-15 Eric Carlson <eric.carlson@apple.com>
media/video-poster-set-after-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211856
<rdar://problem/63194296>
Unreviewed test fix.
* media/video-poster-set-after-playback-expected.txt:
* media/video-poster-set-after-playback.html: Wait for `Video` display mode before
pausing to ensure there is a video frame.
2020-05-15 Said Abou-Hallawa <sabouhallawa@apple.com>
The initial value of "transform-box" should be "view-box"
https://bugs.webkit.org/show_bug.cgi?id=211927
Reviewed by Simon Fraser.
* fast/css/transform-box-parsing-expected.txt:
* fast/css/transform-box-parsing.html:
* svg/transforms/svg-transform-box-initial-expected.html: Added.
* svg/transforms/svg-transform-box-initial.html: Added.
2020-05-15 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ iOS wk2 Debug ] multiple fast/text/international/system-language tests are flaky crashing - WTFCrashWithInfo - WebKit::ResourceLoadStatisticsDatabaseStore::openAndUpdateSchemaIfNecessary()
https://bugs.webkit.org/show_bug.cgi?id=211958
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-15 Alicia Boya García <aboya@igalia.com>
[GStreamer][MediaStream] Fix missing video size
https://bugs.webkit.org/show_bug.cgi?id=211938
Reviewed by Philippe Normand.
Updated test expectations.
* platform/gtk/TestExpectations:
2020-05-15 Antti Koivisto <antti@apple.com>
[Wheel event region] Invalidation when changing listeners on elements
https://bugs.webkit.org/show_bug.cgi?id=211895
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-element-invalidation-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-element-invalidation.html: Added.
2020-05-15 Antoine Quint <graouts@apple.com>
Cursor should not update on a 20ms timer
https://bugs.webkit.org/show_bug.cgi?id=211884
<rdar://problem/63220368>
Reviewed by Simon Fraser.
Add a new test that checks that changing cursor during a rAF callback is applied on the immediate next run loop.
* fast/events/mouse-cursor-no-mousemove.html: Since cursor update happens in Page::updateRendering() after
rAF callbacks have been serviced, wait until the next run loop after an animation frame to check the new cursor.
* fast/events/mouse-cursor-udpate-during-raf-expected.txt: Added.
* fast/events/mouse-cursor-udpate-during-raf.html: Added.
2020-05-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after 261730
https://bugs.webkit.org/show_bug.cgi?id=211949
Unreviewed gardening.
Updates of several flaky failures.
* platform/gtk/TestExpectations:
2020-05-15 Diego Pino Garcia <dpino@igalia.com>
[GLIB] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211944
Unreviewed gardening.
webgl/1.0.3/conformance/more/functions/copyTexImage2DBadArgs.html is
crashing.
* platform/glib/TestExpectations:
2020-05-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r261678
https://bugs.webkit.org/show_bug.cgi?id=211941
Unreviewed gardening.
Two multiple-codeunit-vertical-upright tests are failing after r261678.
* platform/gtk/TestExpectations:
2020-05-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r261683
https://bugs.webkit.org/show_bug.cgi?id=211939
Unreviewed gardening.
Several gstreamer tests are failing after r261683.
* platform/gtk/TestExpectations:
2020-05-14 Simon Fraser <simon.fraser@apple.com>
[Mojave Debug WK2] compositing/transforms/perspective-with-scrolling.html is frequently failing
https://bugs.webkit.org/show_bug.cgi?id=211916
Unreviewed test fixing.
Disable real overlay scrollbars so they don't show up in the test to try to fix flakyness.
* compositing/transforms/perspective-with-scrolling-expected.html:
* compositing/transforms/perspective-with-scrolling.html:
2020-05-14 Eric Carlson <eric.carlson@apple.com>
media/video-poster-set-after-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211856
<rdar://problem/63194296>
Unreviewed test fix.
* media/video-poster-set-after-playback.html: `testExpectedEventually` returns a Promise,
so wait for it to be resolved.
2020-05-14 Nikita Vasilyev <nvasilyev@apple.com>
REGRESSION (r261703): [ Mac ] inspector/css/getMatchedStylesForNode.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211918
<rdar://problem/63241578>
Reviewed by Timothy Hatcher.
Rebaseline tests after CSS.StyleSheetOrigin.Regular was renamed to CSS.StyleSheetOrigin.Author.
* inspector/css/getMatchedStylesForNode-expected.txt:
2020-05-14 Truitt Savell <tsavell@apple.com>
(r260169) [ iOS ] http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=211928
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-14 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk1 Debug ] imported/w3c/web-platform-tests/fetch/api/basic/stream-safe-creation.any.html is flaky crashing with alerts - WTFCrashWithInfo - SC::JSObject::get(JSC::JSGlobalObject*, JSC::PropertyName)
https://bugs.webkit.org/show_bug.cgi?id=211923
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-14 Eric Carlson <eric.carlson@apple.com>
[Cocoa] Don't clear NowPlaying state unless it was set
https://bugs.webkit.org/show_bug.cgi?id=211899
<rdar://problem/62249870>
Reviewed by Jer Noble.
* media/now-playing-status-without-media-expected.txt: Added.
* media/now-playing-status-without-media.html: Added.
* gpu-process/TestExpectations: Skip test because media session isn't fully functional in GPUP.
* platform/mac-wk1/TestExpectations: Skip test because media session manager is a singleton.
* platform/gtk/TestExpectations: Skip Cocoa-only test.
* platform/win/TestExpectations: Ditto.
* platform/wpe/TestExpectations: Ditto.
2020-05-14 Myles C. Maxfield <mmaxfield@apple.com>
fast/text/multiple-codeunit-vertical-upright.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211860
<rdar://problem/31893714>
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-05-14 Zalan Bujtas <zalan@apple.com>
[Win] Rebaseline after r261676.
* platform/win/fast/layoutformattingcontext/table-fixed-width-with-max-distribution-expected.txt: Added.
2020-05-14 Ryan Haddad <ryanhaddad@apple.com>
Flaky Test: media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html
https://bugs.webkit.org/show_bug.cgi?id=182571
Unreviewed test gardening.
* platform/mac/TestExpectations: Mark test as flaky.
2020-05-14 Nikita Vasilyev <nvasilyev@apple.com>
Web Inspector: front-end shouldn't change the order of User Style Sheet rules
https://bugs.webkit.org/show_bug.cgi?id=210893
<rdar://problem/61937118>
Reviewed by Devin Rousso.
Test that AuthorCSS and UserCSS are correctly arranged.
* inspector/css/getMatchedStylesForNode-expected.txt:
* inspector/css/getMatchedStylesForNode.html:
2020-05-14 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening, remove expectations for tests that are no longer failing.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-05-14 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move remaining shared tests expectation files to glib
https://bugs.webkit.org/show_bug.cgi?id=211902
Unreviewed test gardening.
* platform/glib/accessibility/add-children-pseudo-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/add-children-pseudo-element-expected.txt.
* platform/glib/accessibility/aria-fallback-roles-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-fallback-roles-expected.txt.
* platform/glib/accessibility/aria-hidden-negates-no-visibility-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-hidden-negates-no-visibility-expected.txt.
* platform/glib/accessibility/aria-label-on-label-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-label-on-label-element-expected.txt.
* platform/glib/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-labelledby-overrides-aria-label-expected.txt.
* platform/glib/accessibility/aria-labelledby-overrides-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-labelledby-overrides-label-expected.txt.
* platform/glib/accessibility/aria-option-role-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-option-role-expected.txt.
* platform/glib/accessibility/aria-roledescription-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-roledescription-expected.txt.
* platform/glib/accessibility/aria-switch-sends-notification-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-switch-sends-notification-expected.txt.
* platform/glib/accessibility/aria-tab-roles-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-tab-roles-expected.txt.
* platform/glib/accessibility/aria-table-attributes-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-table-attributes-expected.txt.
* platform/glib/accessibility/aria-table-content-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-table-content-expected.txt.
* platform/glib/accessibility/aria-toggle-button-with-title-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt.
* platform/glib/accessibility/auto-fill-crash-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/auto-fill-crash-expected.txt.
* platform/glib/accessibility/button-with-aria-haspopup-role-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/button-with-aria-haspopup-role-expected.txt.
* platform/glib/accessibility/deleting-iframe-destroys-axcache-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt.
* platform/glib/accessibility/dimensions-include-descendants-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/dimensions-include-descendants-expected.txt.
* platform/glib/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/double-nested-inline-element-missing-from-tree-expected.txt.
* platform/glib/accessibility/empty-image-with-title-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/empty-image-with-title-expected.txt.
* platform/glib/accessibility/file-upload-button-stringvalue-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt.
* platform/glib/accessibility/help-text-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/help-text-expected.txt.
* platform/glib/accessibility/image-map1-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/image-map1-expected.txt.
* platform/glib/accessibility/inline-continuations-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/inline-continuations-expected.txt.
* platform/glib/accessibility/label-with-pseudo-elements-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/label-with-pseudo-elements-expected.txt.
* platform/glib/accessibility/list-detection-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/list-detection-expected.txt.
* platform/glib/accessibility/media-emits-object-replacement-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/media-emits-object-replacement-expected.txt.
* platform/glib/accessibility/menu-list-crash2-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/menu-list-crash2-expected.txt.
* platform/glib/accessibility/menu-list-sends-change-notification-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt.
* platform/glib/accessibility/minimal-table-with-aria-is-data-table-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/minimal-table-with-aria-is-data-table-expected.txt.
* platform/glib/accessibility/radio-button-title-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/radio-button-title-label-expected.txt.
* platform/glib/accessibility/render-counter-text-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/render-counter-text-expected.txt.
* platform/glib/accessibility/roles-computedRoleString-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/roles-computedRoleString-expected.txt.
* platform/glib/accessibility/set-selected-text-range-contenteditable-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/set-selected-text-range-contenteditable-expected.txt.
* platform/glib/accessibility/svg-remote-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/svg-remote-element-expected.txt.
* platform/glib/accessibility/tabindex-elements-are-accessible-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/tabindex-elements-are-accessible-expected.txt.
* platform/glib/accessibility/table-cells-roles-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-cells-roles-expected.txt.
* platform/glib/accessibility/table-column-headers-with-captions-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-column-headers-with-captions-expected.txt.
* platform/glib/accessibility/table-roles-hierarchy-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-roles-hierarchy-expected.txt.
* platform/glib/accessibility/text-alternative-calculation-hidden-nodes-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-alternative-calculation-hidden-nodes-expected.txt.
* platform/glib/animations/3d/change-transform-in-end-event-expected.txt: Renamed from LayoutTests/platform/gtk/animations/3d/change-transform-in-end-event-expected.txt.
* platform/glib/animations/3d/state-at-end-event-transform-expected.txt: Renamed from LayoutTests/platform/gtk/animations/3d/state-at-end-event-transform-expected.txt.
* platform/glib/animations/state-at-end-event-expected.txt: Renamed from LayoutTests/platform/gtk/animations/state-at-end-event-expected.txt.
* platform/glib/compositing/repaint/invalidations-on-composited-layers-with-subpixel-positions-expected.txt: Renamed from LayoutTests/platform/gtk/compositing/repaint/invalidations-on-composited-layers-with-subpixel-positions-expected.txt.
* platform/glib/crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/aes-export-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-export-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/aes-generate-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-generate-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/aes-import-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/aes-import-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/ec-generate-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/ec-generate-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/ecdh-derive-bits-length-limits-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/ecdh-derive-bits-length-limits-expected.txt.
* platform/glib/crypto/subtle/ecdh-import-spki-key-ecdh-identifier-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/ecdh-import-spki-key-ecdh-identifier-expected.txt.
* platform/glib/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt.
* platform/glib/crypto/subtle/rsa-import-key-malformed-parameters-expected.txt: Renamed from LayoutTests/platform/gtk/crypto/subtle/rsa-import-key-malformed-parameters-expected.txt.
* platform/glib/fetch/fetch-url-serialization-expected.txt: Renamed from LayoutTests/platform/gtk/fetch/fetch-url-serialization-expected.txt.
* platform/glib/fullscreen/full-screen-placeholder-expected.txt: Renamed from LayoutTests/platform/gtk/fullscreen/full-screen-placeholder-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/broken-utf8-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/broken-utf8-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/close-before-open-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/close-before-open-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/close-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/close-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/extensions-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/extensions-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-error-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-error-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-comp-bit-onoff-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-comp-bit-onoff-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-parameter-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-parameter-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-set-bfinal-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-set-bfinal-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-split-frames-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-split-frames-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-unsolicited-negotiation-response-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-unsolicited-negotiation-response-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-window-bits-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-window-bits-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/invalid-continuation-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/invalid-continuation-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/long-control-frame-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/long-control-frame-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/long-invalid-header-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/long-invalid-header-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/reserved-bits-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/reserved-bits-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/secure-cookie-secure-connection-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/secure-cookie-secure-connection-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/simple-wss-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/simple-wss-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/too-long-payload-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/too-long-payload-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/websocket-allowed-setting-cookie-as-third-party-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/websocket-allowed-setting-cookie-as-third-party-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/websocket-event-target-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/websocket-event-target-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt.
* platform/glib/http/tests/websocket/tests/hybi/workers/close-expected.txt: Renamed from LayoutTests/platform/gtk/http/tests/websocket/tests/hybi/workers/close-expected.txt.
* platform/glib/js/dom/constructor-length-expected.txt: Renamed from LayoutTests/platform/gtk/js/dom/constructor-length-expected.txt.
* platform/glib/media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt: Renamed from LayoutTests/platform/gtk/media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt.
* platform/glib/scrollbars/basic-scrollbar-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/basic-scrollbar-expected.txt.
* platform/glib/scrollbars/disabled-scrollbar-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/disabled-scrollbar-expected.txt.
* platform/glib/scrollbars/listbox-scrollbar-combinations-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/listbox-scrollbar-combinations-expected.txt.
* platform/glib/scrollbars/scrollbar-buttons-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/scrollbar-buttons-expected.txt.
* platform/glib/scrollbars/scrollbar-orientation-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/scrollbar-orientation-expected.txt.
* platform/glib/scrollbars/scrollbar-selectors-expected.txt: Renamed from LayoutTests/platform/gtk/scrollbars/scrollbar-selectors-expected.txt.
* platform/glib/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt.
* platform/glib/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt.
* platform/glib/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt.
* platform/glib/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt.
* platform/glib/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt.
* platform/glib/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt.
* platform/glib/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt.
* platform/glib/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt.
* platform/glib/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Renamed from LayoutTests/platform/gtk/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt.
* platform/glib/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt.
* platform/glib/svg/as-border-image/svg-as-border-image-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-border-image/svg-as-border-image-2-expected.txt.
* platform/glib/svg/as-border-image/svg-as-border-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-border-image/svg-as-border-image-expected.txt.
* platform/glib/svg/as-image/animated-svg-as-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/animated-svg-as-image-expected.txt.
* platform/glib/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt.
* platform/glib/svg/as-image/animated-svg-as-image-same-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/animated-svg-as-image-same-image-expected.txt.
* platform/glib/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt.
* platform/glib/svg/as-image/image-respects-deviceScaleFactor-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/image-respects-deviceScaleFactor-expected.txt.
* platform/glib/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/img-preserveAspectRatio-support-1-expected.txt.
* platform/glib/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/img-preserveAspectRatio-support-2-expected.txt.
* platform/glib/svg/as-image/same-image-two-instances-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/same-image-two-instances-expected.txt.
* platform/glib/svg/as-image/svg-image-change-content-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/svg-image-change-content-size-expected.txt.
* platform/glib/svg/as-object/object-box-sizing-no-width-height-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-object/object-box-sizing-no-width-height-expected.txt.
* platform/glib/svg/batik/filters/filterRegions-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/filters/filterRegions-expected.txt.
* platform/glib/svg/batik/masking/maskRegions-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/masking/maskRegions-expected.txt.
* platform/glib/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/paints/patternPreserveAspectRatioA-expected.txt.
* platform/glib/svg/batik/paints/patternRegions-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/paints/patternRegions-expected.txt.
* platform/glib/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt.
* platform/glib/svg/batik/text/textAnchor2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/text/textAnchor2-expected.txt.
* platform/glib/svg/batik/text/textAnchor3-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/text/textAnchor3-expected.txt.
* platform/glib/svg/batik/text/textEffect3-expected.txt: Renamed from LayoutTests/platform/gtk/svg/batik/text/textEffect3-expected.txt.
* platform/glib/svg/carto.net/combobox-expected.txt: Renamed from LayoutTests/platform/gtk/svg/carto.net/combobox-expected.txt.
* platform/glib/svg/carto.net/slider-expected.txt: Renamed from LayoutTests/platform/gtk/svg/carto.net/slider-expected.txt.
* platform/glib/svg/css/getComputedStyle-basic-expected.txt: Renamed from LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt.
* platform/glib/svg/css/text-gradient-shadow-expected.txt: Renamed from LayoutTests/platform/gtk/svg/css/text-gradient-shadow-expected.txt.
* platform/glib/svg/css/text-shadow-multiple-expected.txt: Renamed from LayoutTests/platform/gtk/svg/css/text-shadow-multiple-expected.txt.
* platform/glib/svg/custom/SVGMatrix-interface-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/SVGMatrix-interface-expected.txt.
* platform/glib/svg/custom/SVGPoint-matrixTransform-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/SVGPoint-matrixTransform-expected.txt.
* platform/glib/svg/custom/absolute-sized-content-with-resources-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/absolute-sized-content-with-resources-expected.txt.
* platform/glib/svg/custom/alignment-baseline-modes-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/alignment-baseline-modes-expected.txt.
* platform/glib/svg/custom/animate-path-morphing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/animate-path-morphing-expected.txt.
* platform/glib/svg/custom/broken-internal-references-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/broken-internal-references-expected.txt.
* platform/glib/svg/custom/bug78807-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/bug78807-expected.txt.
* platform/glib/svg/custom/circle-move-invalidation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/circle-move-invalidation-expected.txt.
* platform/glib/svg/custom/control-points-for-S-and-T-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/control-points-for-S-and-T-expected.txt.
* platform/glib/svg/custom/coords-relative-units-transforms-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/coords-relative-units-transforms-expected.txt.
* platform/glib/svg/custom/createImageElement2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/createImageElement2-expected.txt.
* platform/glib/svg/custom/dominant-baseline-hanging-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/dominant-baseline-hanging-expected.txt.
* platform/glib/svg/custom/dominant-baseline-modes-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/dominant-baseline-modes-expected.txt.
* platform/glib/svg/custom/embedding-external-svgs-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/embedding-external-svgs-expected.txt.
* platform/glib/svg/custom/empty-mask-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/empty-mask-expected.txt.
* platform/glib/svg/custom/feComponentTransfer-Discrete-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/feComponentTransfer-Discrete-expected.txt.
* platform/glib/svg/custom/feComponentTransfer-Linear-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/feComponentTransfer-Linear-expected.txt.
* platform/glib/svg/custom/feComponentTransfer-Table-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/feComponentTransfer-Table-expected.txt.
* platform/glib/svg/custom/focus-ring-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/focus-ring-expected.txt.
* platform/glib/svg/custom/font-face-cascade-order-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/font-face-cascade-order-expected.txt.
* platform/glib/svg/custom/font-face-simple-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/font-face-simple-expected.txt.
* platform/glib/svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/foreign-object-skew-expected.txt.
* platform/glib/svg/custom/foreignObject-crash-on-hover-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/foreignObject-crash-on-hover-expected.txt.
* platform/glib/svg/custom/getTransformToElement-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getTransformToElement-expected.txt.
* platform/glib/svg/custom/getscreenctm-in-mixed-content-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getscreenctm-in-mixed-content-expected.txt.
* platform/glib/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt.
* platform/glib/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt.
* platform/glib/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt.
* platform/glib/svg/custom/glyph-selection-arabic-forms-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/glyph-selection-arabic-forms-expected.txt.
* platform/glib/svg/custom/glyph-selection-bidi-mirror-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/glyph-selection-bidi-mirror-expected.txt.
* platform/glib/svg/custom/glyph-selection-non-bmp-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/glyph-selection-non-bmp-expected.txt.
* platform/glib/svg/custom/glyph-setting-d-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/glyph-setting-d-attribute-expected.txt.
* platform/glib/svg/custom/gradient-cycle-detection-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/gradient-cycle-detection-expected.txt.
* platform/glib/svg/custom/gradient-deep-referencing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/gradient-deep-referencing-expected.txt.
* platform/glib/svg/custom/hit-test-path-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/hit-test-path-expected.txt.
* platform/glib/svg/custom/hit-test-path-stroke-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/hit-test-path-stroke-expected.txt.
* platform/glib/svg/custom/image-parent-translation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/image-parent-translation-expected.txt.
* platform/glib/svg/custom/image-rescale-clip-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/image-rescale-clip-expected.txt.
* platform/glib/svg/custom/invalid-lengthlist-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/invalid-lengthlist-expected.txt.
* platform/glib/svg/custom/invisible-text-after-scrolling-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/invisible-text-after-scrolling-expected.txt.
* platform/glib/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-clipPath-and-object-creation-expected.txt.
* platform/glib/svg/custom/js-late-clipPath-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-clipPath-creation-expected.txt.
* platform/glib/svg/custom/js-late-gradient-and-object-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-gradient-and-object-creation-expected.txt.
* platform/glib/svg/custom/js-late-gradient-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-gradient-creation-expected.txt.
* platform/glib/svg/custom/js-late-pattern-and-object-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-pattern-and-object-creation-expected.txt.
* platform/glib/svg/custom/js-late-pattern-creation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-late-pattern-creation-expected.txt.
* platform/glib/svg/custom/js-update-stop-linked-gradient-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/js-update-stop-linked-gradient-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-transform-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-transform-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-viewBox-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-viewBox-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-viewBox-transform-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-viewTarget-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-viewTarget-expected.txt.
* platform/glib/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/linking-a-03-b-zoomAndPan-expected.txt.
* platform/glib/svg/custom/marker-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/marker-opacity-expected.txt.
* platform/glib/svg/custom/marker-overflow-clip-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/marker-overflow-clip-expected.txt.
* platform/glib/svg/custom/massive-coordinates-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/massive-coordinates-expected.txt.
* platform/glib/svg/custom/mouse-move-on-svg-container-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/mouse-move-on-svg-container-expected.txt.
* platform/glib/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.txt.
* platform/glib/svg/custom/mouse-move-on-svg-root-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/mouse-move-on-svg-root-expected.txt.
* platform/glib/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.txt.
* platform/glib/svg/custom/no-inherited-dashed-stroke-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/no-inherited-dashed-stroke-expected.txt.
* platform/glib/svg/custom/non-opaque-filters-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/non-opaque-filters-expected.txt.
* platform/glib/svg/custom/object-sizing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/object-sizing-expected.txt.
* platform/glib/svg/custom/object-sizing-explicit-height-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/object-sizing-explicit-height-expected.txt.
* platform/glib/svg/custom/object-sizing-explicit-width-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/object-sizing-explicit-width-expected.txt.
* platform/glib/svg/custom/object-sizing-explicit-width-height-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/object-sizing-explicit-width-height-expected.txt.
* platform/glib/svg/custom/path-textPath-simulation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/path-textPath-simulation-expected.txt.
* platform/glib/svg/custom/path-zero-strokewidth-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/path-zero-strokewidth-expected.txt.
* platform/glib/svg/custom/pattern-cycle-detection-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/pattern-cycle-detection-expected.txt.
* platform/glib/svg/custom/pattern-deep-referencing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/pattern-deep-referencing-expected.txt.
* platform/glib/svg/custom/pattern-incorrect-tiling-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/pattern-incorrect-tiling-expected.txt.
* platform/glib/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt.
* platform/glib/svg/custom/percentage-of-html-parent-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/percentage-of-html-parent-expected.txt.
* platform/glib/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/preserve-aspect-ratio-syntax-expected.txt.
* platform/glib/svg/custom/recursive-filter-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/recursive-filter-expected.txt.
* platform/glib/svg/custom/recursive-gradient-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/recursive-gradient-expected.txt.
* platform/glib/svg/custom/recursive-mask-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/recursive-mask-expected.txt.
* platform/glib/svg/custom/recursive-pattern-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/recursive-pattern-expected.txt.
* platform/glib/svg/custom/relative-sized-content-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-content-expected.txt.
* platform/glib/svg/custom/relative-sized-content-with-resources-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-content-with-resources-expected.txt.
* platform/glib/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt.
* platform/glib/svg/custom/relative-sized-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-image-expected.txt.
* platform/glib/svg/custom/relative-sized-inner-svg-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-inner-svg-expected.txt.
* platform/glib/svg/custom/relative-sized-shadow-tree-content-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-shadow-tree-content-expected.txt.
* platform/glib/svg/custom/relative-sized-use-on-symbol-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/relative-sized-use-on-symbol-expected.txt.
* platform/glib/svg/custom/repaint-shadow-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/repaint-shadow-expected.txt.
* platform/glib/svg/custom/shape-rendering-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/shape-rendering-expected.txt.
* platform/glib/svg/custom/shapes-supporting-markers-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/shapes-supporting-markers-expected.txt.
* platform/glib/svg/custom/stroke-width-click-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/stroke-width-click-expected.txt.
* platform/glib/svg/custom/stroke-width-large-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/stroke-width-large-expected.txt.
* platform/glib/svg/custom/svg-curve-with-relative-coordinates-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-curve-with-relative-coordinates-expected.txt.
* platform/glib/svg/custom/svg-fonts-in-text-controls-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-fonts-in-text-controls-expected.txt.
* platform/glib/svg/custom/svg-fonts-segmented-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-fonts-segmented-expected.txt.
* platform/glib/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-fonts-with-no-element-reference-expected.txt.
* platform/glib/svg/custom/svg-overflow-types-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/svg-overflow-types-expected.txt.
* platform/glib/svg/custom/text-ctm-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-ctm-expected.txt.
* platform/glib/svg/custom/text-hit-test-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-hit-test-expected.txt.
* platform/glib/svg/custom/text-image-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-image-opacity-expected.txt.
* platform/glib/svg/custom/text-letter-spacing-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-letter-spacing-expected.txt.
* platform/glib/svg/custom/text-linking-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-linking-expected.txt.
* platform/glib/svg/custom/text-repaint-including-stroke-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-repaint-including-stroke-expected.txt.
* platform/glib/svg/custom/text-rotation-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-rotation-expected.txt.
* platform/glib/svg/custom/text-x-dx-lists-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-x-dx-lists-expected.txt.
* platform/glib/svg/custom/text-x-dy-lists-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-x-dy-lists-expected.txt.
* platform/glib/svg/custom/text-x-override-in-tspan-child-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-x-override-in-tspan-child-expected.txt.
* platform/glib/svg/custom/text-xy-updates-SVGList-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt.
* platform/glib/svg/custom/text-xy-updates-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/text-xy-updates-expected.txt.
* platform/glib/svg/custom/tref-update-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/tref-update-expected.txt.
* platform/glib/svg/custom/use-clipped-hit-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-clipped-hit-expected.txt.
* platform/glib/svg/custom/use-detach-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-detach-expected.txt.
* platform/glib/svg/custom/use-dynamic-append-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-dynamic-append-expected.txt.
* platform/glib/svg/custom/use-on-g-containing-use-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-g-containing-use-expected.txt.
* platform/glib/svg/custom/use-on-g-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-g-expected.txt.
* platform/glib/svg/custom/use-on-rect-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-rect-expected.txt.
* platform/glib/svg/custom/use-on-symbol-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-symbol-expected.txt.
* platform/glib/svg/custom/use-on-use-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-on-use-expected.txt.
* platform/glib/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-referencing-nonexisting-symbol-expected.txt.
* platform/glib/svg/custom/use-transform-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-transform-expected.txt.
* platform/glib/svg/custom/viewbox-syntax-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/viewbox-syntax-expected.txt.
* platform/glib/svg/dom/SVGPathSegList-segment-modification-expected.txt: Renamed from LayoutTests/platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.txt.
* platform/glib/svg/filters/feBlend-all-blendmodes-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/feBlend-all-blendmodes-expected.txt.
* platform/glib/svg/filters/feColorMatrix-values-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/feColorMatrix-values-expected.txt.
* platform/glib/svg/filters/feComposite-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/feComposite-expected.txt.
* platform/glib/svg/filters/filter-on-filter-for-text-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt.
* platform/glib/svg/filters/sourceAlpha-expected.txt: Renamed from LayoutTests/platform/gtk/svg/filters/sourceAlpha-expected.txt.
* platform/glib/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Renamed from LayoutTests/platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt.
* platform/glib/svg/foreignObject/svg-document-as-direct-child-expected.txt: Renamed from LayoutTests/platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt.
* platform/glib/svg/hixie/error/002-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/error/002-expected.txt.
* platform/glib/svg/hixie/error/003-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/error/003-expected.txt.
* platform/glib/svg/hixie/error/010-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/error/010-expected.txt.
* platform/glib/svg/hixie/error/011-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/error/011-expected.txt.
* platform/glib/svg/hixie/links/002-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/links/002-expected.txt.
* platform/glib/svg/hixie/processing-model/003-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/processing-model/003-expected.txt.
* platform/glib/svg/hixie/processing-model/004-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/processing-model/004-expected.txt.
* platform/glib/svg/hixie/rendering-model/004-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/rendering-model/004-expected.txt.
* platform/glib/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Renamed from LayoutTests/platform/gtk/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt.
* platform/glib/svg/in-html/circle-expected.txt: Renamed from LayoutTests/platform/gtk/svg/in-html/circle-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt.
* platform/glib/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt.
* platform/glib/svg/repaint/filter-repaint-expected.txt: Renamed from LayoutTests/platform/gtk/svg/repaint/filter-repaint-expected.txt.
* platform/glib/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Renamed from LayoutTests/platform/gtk/svg/repaint/inner-svg-change-viewPort-relative-expected.txt.
* platform/glib/svg/text/bidi-embedded-direction-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/bidi-embedded-direction-expected.txt.
* platform/glib/svg/text/bidi-text-query-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/bidi-text-query-expected.txt.
* platform/glib/svg/text/font-size-below-point-five-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/font-size-below-point-five-2-expected.txt.
* platform/glib/svg/text/font-size-below-point-five-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/font-size-below-point-five-expected.txt.
* platform/glib/svg/text/foreignObject-repaint-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/foreignObject-repaint-expected.txt.
* platform/glib/svg/text/scaled-font-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/scaled-font-expected.txt.
* platform/glib/svg/text/scaling-font-with-geometric-precision-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/scaling-font-with-geometric-precision-expected.txt.
* platform/glib/svg/text/selection-background-color-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/selection-background-color-expected.txt.
* platform/glib/svg/text/selection-styles-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/selection-styles-expected.txt.
* platform/glib/svg/text/small-fonts-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/small-fonts-2-expected.txt.
* platform/glib/svg/text/small-fonts-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/small-fonts-expected.txt.
* platform/glib/svg/text/text-fonts-02-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-fonts-02-t-expected.txt.
* platform/glib/svg/text/text-intro-05-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-intro-05-t-expected.txt.
* platform/glib/svg/text/text-text-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-text-01-b-expected.txt.
* platform/glib/svg/text/text-text-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-text-03-b-expected.txt.
* platform/glib/svg/text/text-text-05-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-text-05-t-expected.txt.
* platform/glib/svg/text/text-vkern-on-horizontal-text-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt.
* platform/glib/svg/text/text-ws-01-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-ws-01-t-expected.txt.
* platform/glib/svg/text/text-ws-02-t-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/text-ws-02-t-expected.txt.
* platform/glib/svg/text/textPathBoundsBug-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/textPathBoundsBug-expected.txt.
* platform/glib/svg/text/tspan-dynamic-positioning-expected.txt: Renamed from LayoutTests/platform/gtk/svg/text/tspan-dynamic-positioning-expected.txt.
* platform/glib/svg/transforms/svg-css-transforms-clip-path-expected.txt: Renamed from LayoutTests/platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt.
* platform/glib/svg/transforms/svg-css-transforms-expected.txt: Renamed from LayoutTests/platform/gtk/svg/transforms/svg-css-transforms-expected.txt.
* platform/glib/svg/wicd/test-rightsizing-a-expected.txt: Renamed from LayoutTests/platform/gtk/svg/wicd/test-rightsizing-a-expected.txt.
* platform/glib/svg/zoom/page/zoom-foreignObject-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt.
* platform/glib/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt.
* platform/glib/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.txt.
* platform/glib/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-svg-as-relative-image-expected.txt.
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt.
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt.
* platform/glib/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt.
* platform/glib/svg/zoom/text/zoom-foreignObject-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt.
* platform/glib/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt.
* platform/glib/transforms/2d/hindi-rotated-expected.txt: Renamed from LayoutTests/platform/gtk/transforms/2d/hindi-rotated-expected.txt.
* platform/glib/transforms/3d/general/perspective-units-expected.txt: Renamed from LayoutTests/platform/gtk/transforms/3d/general/perspective-units-expected.txt.
* platform/glib/transforms/svg-vs-css-expected.txt: Renamed from LayoutTests/platform/gtk/transforms/svg-vs-css-expected.txt.
* platform/glib/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt.
* platform/glib/webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt.
* platform/glib/webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt.
* platform/glib/webgl/1.0.3/conformance/misc/webgl-specific-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/misc/webgl-specific-expected.txt.
* platform/glib/webgl/1.0.3/conformance/rendering/point-no-attributes-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/rendering/point-no-attributes-expected.txt.
* platform/glib/webgl/1.0.3/conformance/textures/texture-copying-feedback-loops-expected.txt: Renamed from LayoutTests/platform/gtk/webgl/1.0.3/conformance/textures/texture-copying-feedback-loops-expected.txt.
* platform/wpe/accessibility/add-children-pseudo-element-expected.txt: Removed.
* platform/wpe/accessibility/aria-fallback-roles-expected.txt: Removed.
* platform/wpe/accessibility/aria-hidden-negates-no-visibility-expected.txt: Removed.
* platform/wpe/accessibility/aria-label-on-label-element-expected.txt: Removed.
* platform/wpe/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Removed.
* platform/wpe/accessibility/aria-labelledby-overrides-label-expected.txt: Removed.
* platform/wpe/accessibility/aria-option-role-expected.txt: Removed.
* platform/wpe/accessibility/aria-roledescription-expected.txt: Removed.
* platform/wpe/accessibility/aria-switch-sends-notification-expected.txt: Removed.
* platform/wpe/accessibility/aria-tab-roles-expected.txt: Removed.
* platform/wpe/accessibility/aria-table-attributes-expected.txt: Removed.
* platform/wpe/accessibility/aria-table-content-expected.txt: Removed.
* platform/wpe/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
* platform/wpe/accessibility/auto-fill-crash-expected.txt: Removed.
* platform/wpe/accessibility/button-with-aria-haspopup-role-expected.txt: Removed.
* platform/wpe/accessibility/deleting-iframe-destroys-axcache-expected.txt: Removed.
* platform/wpe/accessibility/dimensions-include-descendants-expected.txt: Removed.
* platform/wpe/accessibility/double-nested-inline-element-missing-from-tree-expected.txt: Removed.
* platform/wpe/accessibility/empty-image-with-title-expected.txt: Removed.
* platform/wpe/accessibility/file-upload-button-stringvalue-expected.txt: Removed.
* platform/wpe/accessibility/help-text-expected.txt: Removed.
* platform/wpe/accessibility/image-map1-expected.txt: Removed.
* platform/wpe/accessibility/inline-continuations-expected.txt: Removed.
* platform/wpe/accessibility/label-with-pseudo-elements-expected.txt: Removed.
* platform/wpe/accessibility/list-detection-expected.txt: Removed.
* platform/wpe/accessibility/media-emits-object-replacement-expected.txt: Removed.
* platform/wpe/accessibility/menu-list-crash2-expected.txt: Removed.
* platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt: Removed.
* platform/wpe/accessibility/minimal-table-with-aria-is-data-table-expected.txt: Removed.
* platform/wpe/accessibility/radio-button-title-label-expected.txt: Removed.
* platform/wpe/accessibility/render-counter-text-expected.txt: Removed.
* platform/wpe/accessibility/roles-computedRoleString-expected.txt: Removed.
* platform/wpe/accessibility/set-selected-text-range-contenteditable-expected.txt: Removed.
* platform/wpe/accessibility/svg-remote-element-expected.txt: Removed.
* platform/wpe/accessibility/tabindex-elements-are-accessible-expected.txt: Removed.
* platform/wpe/accessibility/table-cells-roles-expected.txt: Removed.
* platform/wpe/accessibility/table-column-headers-with-captions-expected.txt: Removed.
* platform/wpe/accessibility/table-roles-hierarchy-expected.txt: Removed.
* platform/wpe/accessibility/text-alternative-calculation-hidden-nodes-expected.txt: Removed.
* platform/wpe/animations/3d/change-transform-in-end-event-expected.txt: Removed.
* platform/wpe/animations/3d/state-at-end-event-transform-expected.txt: Removed.
* platform/wpe/animations/state-at-end-event-expected.txt: Removed.
* platform/wpe/compositing/repaint/invalidations-on-composited-layers-with-subpixel-positions-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-export-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-generate-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/aes-import-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/ec-generate-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/ecdh-derive-bits-length-limits-expected.txt: Removed.
* platform/wpe/crypto/subtle/ecdh-import-spki-key-ecdh-identifier-expected.txt: Removed.
* platform/wpe/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/crypto/subtle/rsa-import-key-malformed-parameters-expected.txt: Removed.
* platform/wpe/fetch/fetch-url-serialization-expected.txt: Removed.
* platform/wpe/fullscreen/full-screen-placeholder-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/broken-utf8-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-before-open-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/close-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/error-event-ready-state-non-existent-url-with-server-responding-404-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/extensions-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-error-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-invalid-http-version-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-more-extensions-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-accept-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-extensions-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-header-value-sec-websocket-protocol-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-non-ascii-status-line-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-null-char-in-status-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/handshake-ok-with-http-version-beyond-1_1-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-comp-bit-onoff-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-parameter-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-set-bfinal-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-split-frames-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-unsolicited-negotiation-response-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-window-bits-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/invalid-continuation-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/long-control-frame-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/long-invalid-header-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/reserved-bits-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/secure-cookie-secure-connection-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/simple-wss-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/too-long-payload-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/websocket-allowed-setting-cookie-as-third-party-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/websocket-cookie-overwrite-behavior-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/websocket-event-target-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt: Removed.
* platform/wpe/http/tests/websocket/tests/hybi/workers/close-expected.txt: Removed.
* platform/wpe/js/dom/constructor-length-expected.txt: Removed.
* platform/wpe/media/media-source/media-source-append-before-last-range-no-quota-exceeded-expected.txt: Removed.
* platform/wpe/scrollbars/basic-scrollbar-expected.txt: Removed.
* platform/wpe/scrollbars/disabled-scrollbar-expected.txt: Removed.
* platform/wpe/scrollbars/listbox-scrollbar-combinations-expected.txt: Removed.
* platform/wpe/scrollbars/scrollbar-buttons-expected.txt: Removed.
* platform/wpe/scrollbars/scrollbar-orientation-expected.txt: Removed.
* platform/wpe/scrollbars/scrollbar-selectors-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
* platform/wpe/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Removed.
* platform/wpe/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Removed.
* platform/wpe/svg/as-border-image/svg-as-border-image-2-expected.txt: Removed.
* platform/wpe/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
* platform/wpe/svg/as-image/animated-svg-as-image-expected.txt: Removed.
* platform/wpe/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Removed.
* platform/wpe/svg/as-image/animated-svg-as-image-same-image-expected.txt: Removed.
* platform/wpe/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Removed.
* platform/wpe/svg/as-image/image-respects-deviceScaleFactor-expected.txt: Removed.
* platform/wpe/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Removed.
* platform/wpe/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Removed.
* platform/wpe/svg/as-image/same-image-two-instances-expected.txt: Removed.
* platform/wpe/svg/as-image/svg-image-change-content-size-expected.txt: Removed.
* platform/wpe/svg/as-object/object-box-sizing-no-width-height-expected.txt: Removed.
* platform/wpe/svg/batik/filters/filterRegions-expected.txt: Removed.
* platform/wpe/svg/batik/masking/maskRegions-expected.txt: Removed.
* platform/wpe/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
* platform/wpe/svg/batik/paints/patternRegions-expected.txt: Removed.
* platform/wpe/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed.
* platform/wpe/svg/batik/text/textAnchor2-expected.txt: Removed.
* platform/wpe/svg/batik/text/textAnchor3-expected.txt: Removed.
* platform/wpe/svg/batik/text/textEffect3-expected.txt: Removed.
* platform/wpe/svg/carto.net/combobox-expected.txt: Removed.
* platform/wpe/svg/carto.net/slider-expected.txt: Removed.
* platform/wpe/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/wpe/svg/css/text-gradient-shadow-expected.txt: Removed.
* platform/wpe/svg/css/text-shadow-multiple-expected.txt: Removed.
* platform/wpe/svg/custom/SVGMatrix-interface-expected.txt: Removed.
* platform/wpe/svg/custom/SVGPoint-matrixTransform-expected.txt: Removed.
* platform/wpe/svg/custom/absolute-sized-content-with-resources-expected.txt: Removed.
* platform/wpe/svg/custom/alignment-baseline-modes-expected.txt: Removed.
* platform/wpe/svg/custom/animate-path-morphing-expected.txt: Removed.
* platform/wpe/svg/custom/broken-internal-references-expected.txt: Removed.
* platform/wpe/svg/custom/bug78807-expected.txt: Removed.
* platform/wpe/svg/custom/circle-move-invalidation-expected.txt: Removed.
* platform/wpe/svg/custom/control-points-for-S-and-T-expected.txt: Removed.
* platform/wpe/svg/custom/coords-relative-units-transforms-expected.txt: Removed.
* platform/wpe/svg/custom/createImageElement2-expected.txt: Removed.
* platform/wpe/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
* platform/wpe/svg/custom/dominant-baseline-modes-expected.txt: Removed.
* platform/wpe/svg/custom/embedding-external-svgs-expected.txt: Removed.
* platform/wpe/svg/custom/empty-mask-expected.txt: Removed.
* platform/wpe/svg/custom/feComponentTransfer-Discrete-expected.txt: Removed.
* platform/wpe/svg/custom/feComponentTransfer-Linear-expected.txt: Removed.
* platform/wpe/svg/custom/feComponentTransfer-Table-expected.txt: Removed.
* platform/wpe/svg/custom/focus-ring-expected.txt: Removed.
* platform/wpe/svg/custom/font-face-cascade-order-expected.txt: Removed.
* platform/wpe/svg/custom/font-face-simple-expected.txt: Removed.
* platform/wpe/svg/custom/foreign-object-skew-expected.txt: Removed.
* platform/wpe/svg/custom/foreignObject-crash-on-hover-expected.txt: Removed.
* platform/wpe/svg/custom/getTransformToElement-expected.txt: Removed.
* platform/wpe/svg/custom/getscreenctm-in-mixed-content-expected.txt: Removed.
* platform/wpe/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: Removed.
* platform/wpe/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Removed.
* platform/wpe/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt: Removed.
* platform/wpe/svg/custom/glyph-selection-arabic-forms-expected.txt: Removed.
* platform/wpe/svg/custom/glyph-selection-bidi-mirror-expected.txt: Removed.
* platform/wpe/svg/custom/glyph-selection-non-bmp-expected.txt: Removed.
* platform/wpe/svg/custom/glyph-setting-d-attribute-expected.txt: Removed.
* platform/wpe/svg/custom/gradient-cycle-detection-expected.txt: Removed.
* platform/wpe/svg/custom/gradient-deep-referencing-expected.txt: Removed.
* platform/wpe/svg/custom/hit-test-path-expected.txt: Removed.
* platform/wpe/svg/custom/hit-test-path-stroke-expected.txt: Removed.
* platform/wpe/svg/custom/image-parent-translation-expected.txt: Removed.
* platform/wpe/svg/custom/image-rescale-clip-expected.txt: Removed.
* platform/wpe/svg/custom/invalid-lengthlist-expected.txt: Removed.
* platform/wpe/svg/custom/invisible-text-after-scrolling-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-clipPath-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-gradient-and-object-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-gradient-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-pattern-and-object-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-late-pattern-creation-expected.txt: Removed.
* platform/wpe/svg/custom/js-update-stop-linked-gradient-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-viewBox-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
* platform/wpe/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
* platform/wpe/svg/custom/marker-opacity-expected.txt: Removed.
* platform/wpe/svg/custom/marker-overflow-clip-expected.txt: Removed.
* platform/wpe/svg/custom/massive-coordinates-expected.txt: Removed.
* platform/wpe/svg/custom/mouse-move-on-svg-container-expected.txt: Removed.
* platform/wpe/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Removed.
* platform/wpe/svg/custom/mouse-move-on-svg-root-expected.txt: Removed.
* platform/wpe/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Removed.
* platform/wpe/svg/custom/no-inherited-dashed-stroke-expected.txt: Removed.
* platform/wpe/svg/custom/non-opaque-filters-expected.txt: Removed.
* platform/wpe/svg/custom/object-sizing-expected.txt: Removed.
* platform/wpe/svg/custom/object-sizing-explicit-height-expected.txt: Removed.
* platform/wpe/svg/custom/object-sizing-explicit-width-expected.txt: Removed.
* platform/wpe/svg/custom/object-sizing-explicit-width-height-expected.txt: Removed.
* platform/wpe/svg/custom/path-textPath-simulation-expected.txt: Removed.
* platform/wpe/svg/custom/path-zero-strokewidth-expected.txt: Removed.
* platform/wpe/svg/custom/pattern-cycle-detection-expected.txt: Removed.
* platform/wpe/svg/custom/pattern-deep-referencing-expected.txt: Removed.
* platform/wpe/svg/custom/pattern-incorrect-tiling-expected.txt: Removed.
* platform/wpe/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Removed.
* platform/wpe/svg/custom/percentage-of-html-parent-expected.txt: Removed.
* platform/wpe/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Removed.
* platform/wpe/svg/custom/recursive-filter-expected.txt: Removed.
* platform/wpe/svg/custom/recursive-gradient-expected.txt: Removed.
* platform/wpe/svg/custom/recursive-mask-expected.txt: Removed.
* platform/wpe/svg/custom/recursive-pattern-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-content-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-content-with-resources-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-image-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-inner-svg-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-shadow-tree-content-expected.txt: Removed.
* platform/wpe/svg/custom/relative-sized-use-on-symbol-expected.txt: Removed.
* platform/wpe/svg/custom/repaint-shadow-expected.txt: Removed.
* platform/wpe/svg/custom/shape-rendering-expected.txt: Removed.
* platform/wpe/svg/custom/shapes-supporting-markers-expected.txt: Removed.
* platform/wpe/svg/custom/stroke-width-click-expected.txt: Removed.
* platform/wpe/svg/custom/stroke-width-large-expected.txt: Removed.
* platform/wpe/svg/custom/svg-curve-with-relative-coordinates-expected.txt: Removed.
* platform/wpe/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
* platform/wpe/svg/custom/svg-fonts-segmented-expected.txt: Removed.
* platform/wpe/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
* platform/wpe/svg/custom/svg-overflow-types-expected.txt: Removed.
* platform/wpe/svg/custom/text-ctm-expected.txt: Removed.
* platform/wpe/svg/custom/text-hit-test-expected.txt: Removed.
* platform/wpe/svg/custom/text-image-opacity-expected.txt: Removed.
* platform/wpe/svg/custom/text-letter-spacing-expected.txt: Removed.
* platform/wpe/svg/custom/text-linking-expected.txt: Removed.
* platform/wpe/svg/custom/text-repaint-including-stroke-expected.txt: Removed.
* platform/wpe/svg/custom/text-rotation-expected.txt: Removed.
* platform/wpe/svg/custom/text-x-dx-lists-expected.txt: Removed.
* platform/wpe/svg/custom/text-x-dy-lists-expected.txt: Removed.
* platform/wpe/svg/custom/text-x-override-in-tspan-child-expected.txt: Removed.
* platform/wpe/svg/custom/text-xy-updates-SVGList-expected.txt: Removed.
* platform/wpe/svg/custom/text-xy-updates-expected.txt: Removed.
* platform/wpe/svg/custom/tref-update-expected.txt: Removed.
* platform/wpe/svg/custom/use-clipped-hit-expected.txt: Removed.
* platform/wpe/svg/custom/use-detach-expected.txt: Removed.
* platform/wpe/svg/custom/use-dynamic-append-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-g-containing-use-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-g-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-rect-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-symbol-expected.txt: Removed.
* platform/wpe/svg/custom/use-on-use-expected.txt: Removed.
* platform/wpe/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Removed.
* platform/wpe/svg/custom/use-transform-expected.txt: Removed.
* platform/wpe/svg/custom/viewbox-syntax-expected.txt: Removed.
* platform/wpe/svg/dom/SVGPathSegList-segment-modification-expected.txt: Removed.
* platform/wpe/svg/filters/feBlend-all-blendmodes-expected.txt: Removed.
* platform/wpe/svg/filters/feColorMatrix-values-expected.txt: Removed.
* platform/wpe/svg/filters/feComposite-expected.txt: Removed.
* platform/wpe/svg/filters/filter-on-filter-for-text-expected.txt: Removed.
* platform/wpe/svg/filters/sourceAlpha-expected.txt: Removed.
* platform/wpe/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Removed.
* platform/wpe/svg/foreignObject/svg-document-as-direct-child-expected.txt: Removed.
* platform/wpe/svg/hixie/error/002-expected.txt: Removed.
* platform/wpe/svg/hixie/error/003-expected.txt: Removed.
* platform/wpe/svg/hixie/error/010-expected.txt: Removed.
* platform/wpe/svg/hixie/error/011-expected.txt: Removed.
* platform/wpe/svg/hixie/links/002-expected.txt: Removed.
* platform/wpe/svg/hixie/processing-model/003-expected.txt: Removed.
* platform/wpe/svg/hixie/processing-model/004-expected.txt: Removed.
* platform/wpe/svg/hixie/rendering-model/004-expected.txt: Removed.
* platform/wpe/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Removed.
* platform/wpe/svg/in-html/circle-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: Removed.
* platform/wpe/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: Removed.
* platform/wpe/svg/repaint/filter-repaint-expected.txt: Removed.
* platform/wpe/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Removed.
* platform/wpe/svg/text/bidi-embedded-direction-expected.txt: Removed.
* platform/wpe/svg/text/bidi-text-query-expected.txt: Removed.
* platform/wpe/svg/text/font-size-below-point-five-2-expected.txt: Removed.
* platform/wpe/svg/text/font-size-below-point-five-expected.txt: Removed.
* platform/wpe/svg/text/foreignObject-repaint-expected.txt: Removed.
* platform/wpe/svg/text/scaled-font-expected.txt: Removed.
* platform/wpe/svg/text/scaling-font-with-geometric-precision-expected.txt: Removed.
* platform/wpe/svg/text/selection-background-color-expected.txt: Removed.
* platform/wpe/svg/text/selection-styles-expected.txt: Removed.
* platform/wpe/svg/text/small-fonts-2-expected.txt: Removed.
* platform/wpe/svg/text/small-fonts-expected.txt: Removed.
* platform/wpe/svg/text/text-fonts-02-t-expected.txt: Removed.
* platform/wpe/svg/text/text-intro-05-t-expected.txt: Removed.
* platform/wpe/svg/text/text-text-01-b-expected.txt: Removed.
* platform/wpe/svg/text/text-text-03-b-expected.txt: Removed.
* platform/wpe/svg/text/text-text-05-t-expected.txt: Removed.
* platform/wpe/svg/text/text-vkern-on-horizontal-text-expected.txt: Removed.
* platform/wpe/svg/text/text-ws-01-t-expected.txt: Removed.
* platform/wpe/svg/text/text-ws-02-t-expected.txt: Removed.
* platform/wpe/svg/text/textPathBoundsBug-expected.txt: Removed.
* platform/wpe/svg/text/tspan-dynamic-positioning-expected.txt: Removed.
* platform/wpe/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
* platform/wpe/svg/transforms/svg-css-transforms-expected.txt: Removed.
* platform/wpe/svg/wicd/test-rightsizing-a-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-foreignObject-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed.
* platform/wpe/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
* platform/wpe/svg/zoom/text/zoom-foreignObject-expected.txt: Removed.
* platform/wpe/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: Removed.
* platform/wpe/transforms/2d/hindi-rotated-expected.txt: Removed.
* platform/wpe/transforms/3d/general/perspective-units-expected.txt: Removed.
* platform/wpe/transforms/svg-vs-css-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/misc/webgl-specific-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/rendering/point-no-attributes-expected.txt: Removed.
* platform/wpe/webgl/1.0.3/conformance/textures/texture-copying-feedback-loops-expected.txt: Removed.
2020-05-14 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r261609
https://bugs.webkit.org/show_bug.cgi?id=211890
Unreviewed gardening.
r261609 fixed a regression in WebGL test and removed the failures
introduced from test expectations. However, some of the failures
removed are still failing. Reintroduce failing tests.
* platform/gtk/TestExpectations:
2020-05-14 Antoine Quint <graouts@apple.com>
Cursor should not update on a 20ms timer
https://bugs.webkit.org/show_bug.cgi?id=211884
<rdar://problem/63220368>
Reviewed by Antti Koivisto.
Update a (flaky) test to not use setTimeout() to test a cursor change and instead use requestAnimationFrame()
since cursor updates are now guaranteed to be run before the next requestAnimationFrame() callback.
* fast/events/mouse-cursor-no-mousemove.html:
* platform/mac-wk1/TestExpectations:
2020-05-14 Philippe Normand <pnormand@igalia.com>
[GStreamer] webrtc/disable-encryption.html is a crashing flaky
https://bugs.webkit.org/show_bug.cgi?id=211166
Reviewed by Xabier Rodriguez-Calvar.
* platform/gtk/TestExpectations: Marking webrtc/disable-encryption.html as no longer flaky.
2020-05-13 Myles C. Maxfield <mmaxfield@apple.com>
fast/text/multiple-codeunit-vertical-upright.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211860
<rdar://problem/31893714>
Reviewed by Megan Gardner.
Font metrics were hard-coded into the test. This patch adds a new font,
Ahem-multi-code-unit.ttf, which has predictable metrics so we don't have
to bake in the metrics into the test. The test is no longer sensitive
to fallback fonts and their metrics.
* fast/text/multiple-codeunit-vertical-upright-2-expected.html: Added.
* fast/text/multiple-codeunit-vertical-upright-2.html: Added.
* fast/text/multiple-codeunit-vertical-upright-expected.html:
* fast/text/multiple-codeunit-vertical-upright.html:
* fast/text/resources/Ahem-multi-code-unit.ttf: Added.
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-05-13 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move shared fast test expectations files to glib
https://bugs.webkit.org/show_bug.cgi?id=211879
Unreviewed test gardening.
* platform/glib/fast/backgrounds/animated-svg-as-mask-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/animated-svg-as-mask-expected.txt.
* platform/glib/fast/backgrounds/background-leakage-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/background-leakage-expected.txt.
* platform/glib/fast/backgrounds/background-leakage-transforms-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/background-leakage-transforms-expected.txt.
* platform/glib/fast/backgrounds/background-position-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/background-position-1-expected.txt.
* platform/glib/fast/backgrounds/border-radius-split-background-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/border-radius-split-background-expected.txt.
* platform/glib/fast/backgrounds/border-radius-split-background-image-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/border-radius-split-background-image-expected.txt.
* platform/glib/fast/backgrounds/mask-box-image-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/mask-box-image-expected.txt.
* platform/glib/fast/backgrounds/mask-composite-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/mask-composite-expected.txt.
* platform/glib/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt.
* platform/glib/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt.
* platform/glib/fast/backgrounds/size/backgroundSize15-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/size/backgroundSize15-expected.txt.
* platform/glib/fast/backgrounds/size/backgroundSize16-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/size/backgroundSize16-expected.txt.
* platform/glib/fast/backgrounds/solid-color-context-restore-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/solid-color-context-restore-expected.txt.
* platform/glib/fast/backgrounds/svg-as-mask-expected.txt: Renamed from LayoutTests/platform/gtk/fast/backgrounds/svg-as-mask-expected.txt.
* platform/glib/fast/block/basic/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/002-expected.txt.
* platform/glib/fast/block/basic/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/003-expected.txt.
* platform/glib/fast/block/basic/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/004-expected.txt.
* platform/glib/fast/block/basic/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/005-expected.txt.
* platform/glib/fast/block/basic/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/006-expected.txt.
* platform/glib/fast/block/basic/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/007-expected.txt.
* platform/glib/fast/block/basic/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/008-expected.txt.
* platform/glib/fast/block/basic/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/009-expected.txt.
* platform/glib/fast/block/basic/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/010-expected.txt.
* platform/glib/fast/block/basic/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/011-expected.txt.
* platform/glib/fast/block/basic/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/012-expected.txt.
* platform/glib/fast/block/basic/013-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/013-expected.txt.
* platform/glib/fast/block/basic/018-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/018-expected.txt.
* platform/glib/fast/block/basic/019-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/019-expected.txt.
* platform/glib/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/fieldset-stretch-to-legend-expected.txt.
* platform/glib/fast/block/basic/height-percentage-simple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/height-percentage-simple-expected.txt.
* platform/glib/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/min-pref-width-nowrap-floats-expected.txt.
* platform/glib/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/percent-height-inside-anonymous-block-expected.txt.
* platform/glib/fast/block/basic/quirk-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/basic/quirk-height-expected.txt.
* platform/glib/fast/block/float/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/004-expected.txt.
* platform/glib/fast/block/float/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/005-expected.txt.
* platform/glib/fast/block/float/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/006-expected.txt.
* platform/glib/fast/block/float/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/007-expected.txt.
* platform/glib/fast/block/float/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/010-expected.txt.
* platform/glib/fast/block/float/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/011-expected.txt.
* platform/glib/fast/block/float/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/012-expected.txt.
* platform/glib/fast/block/float/013-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/013-expected.txt.
* platform/glib/fast/block/float/014-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/014-expected.txt.
* platform/glib/fast/block/float/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/016-expected.txt.
* platform/glib/fast/block/float/017-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/017-expected.txt.
* platform/glib/fast/block/float/018-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/018-expected.txt.
* platform/glib/fast/block/float/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/020-expected.txt.
* platform/glib/fast/block/float/022-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/022-expected.txt.
* platform/glib/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/024-expected.txt.
* platform/glib/fast/block/float/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/025-expected.txt.
* platform/glib/fast/block/float/026-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/026-expected.txt.
* platform/glib/fast/block/float/027-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/027-expected.txt.
* platform/glib/fast/block/float/028-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/028-expected.txt.
* platform/glib/fast/block/float/031-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/031-expected.txt.
* platform/glib/fast/block/float/avoidance-percent-width-compat-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/avoidance-percent-width-compat-expected.txt.
* platform/glib/fast/block/float/avoiding-float-centered-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/avoiding-float-centered-expected.txt.
* platform/glib/fast/block/float/br-with-clear-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/br-with-clear-expected.txt.
* platform/glib/fast/block/float/clamped-right-float-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/clamped-right-float-expected.txt.
* platform/glib/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt.
* platform/glib/fast/block/float/fit_line_below_floats-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/fit_line_below_floats-expected.txt.
* platform/glib/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt.
* platform/glib/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/float-not-removed-from-next-sibling4-expected.txt.
* platform/glib/fast/block/float/floats-and-text-indent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/floats-and-text-indent-expected.txt.
* platform/glib/fast/block/float/floats-and-text-indent-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/floats-and-text-indent-rl-expected.txt.
* platform/glib/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt.
* platform/glib/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt.
* platform/glib/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt.
* platform/glib/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt.
* platform/glib/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt.
* platform/glib/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt.
* platform/glib/fast/block/float/nestedAnonymousBlocks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/nestedAnonymousBlocks-expected.txt.
* platform/glib/fast/block/float/overhanging-after-height-decrease-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-after-height-decrease-expected.txt.
* platform/glib/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt.
* platform/glib/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt.
* platform/glib/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt.
* platform/glib/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt.
* platform/glib/fast/block/float/width-update-after-clear-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/width-update-after-clear-expected.txt.
* platform/glib/fast/block/lineboxcontain/parsing-invalid-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt.
* platform/glib/fast/block/margin-collapse/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/001-expected.txt.
* platform/glib/fast/block/margin-collapse/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/002-expected.txt.
* platform/glib/fast/block/margin-collapse/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/003-expected.txt.
* platform/glib/fast/block/margin-collapse/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/004-expected.txt.
* platform/glib/fast/block/margin-collapse/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/005-expected.txt.
* platform/glib/fast/block/margin-collapse/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/012-expected.txt.
* platform/glib/fast/block/margin-collapse/015-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/015-expected.txt.
* platform/glib/fast/block/margin-collapse/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/016-expected.txt.
* platform/glib/fast/block/margin-collapse/019-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/019-expected.txt.
* platform/glib/fast/block/margin-collapse/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/020-expected.txt.
* platform/glib/fast/block/margin-collapse/021-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/021-expected.txt.
* platform/glib/fast/block/margin-collapse/022-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/022-expected.txt.
* platform/glib/fast/block/margin-collapse/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/025-expected.txt.
* platform/glib/fast/block/margin-collapse/031-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/031-expected.txt.
* platform/glib/fast/block/margin-collapse/032-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/032-expected.txt.
* platform/glib/fast/block/margin-collapse/033-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/033-expected.txt.
* platform/glib/fast/block/margin-collapse/034-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/034-expected.txt.
* platform/glib/fast/block/margin-collapse/037-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/037-expected.txt.
* platform/glib/fast/block/margin-collapse/038-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/038-expected.txt.
* platform/glib/fast/block/margin-collapse/041-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/041-expected.txt.
* platform/glib/fast/block/margin-collapse/042-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/042-expected.txt.
* platform/glib/fast/block/margin-collapse/043-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/043-expected.txt.
* platform/glib/fast/block/margin-collapse/055-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/055-expected.txt.
* platform/glib/fast/block/margin-collapse/056-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/056-expected.txt.
* platform/glib/fast/block/margin-collapse/057-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/057-expected.txt.
* platform/glib/fast/block/margin-collapse/058-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/058-expected.txt.
* platform/glib/fast/block/margin-collapse/059-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/059-expected.txt.
* platform/glib/fast/block/margin-collapse/100-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/100-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/002-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/003-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/004-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/015-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/019-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/021-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/022-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt.
* platform/glib/fast/block/margin-collapse/block-inside-inline/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt.
* platform/glib/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt.
* platform/glib/fast/block/positioning/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/001-expected.txt.
* platform/glib/fast/block/positioning/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/002-expected.txt.
* platform/glib/fast/block/positioning/052-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/052-expected.txt.
* platform/glib/fast/block/positioning/054-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/054-expected.txt.
* platform/glib/fast/block/positioning/058-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/058-expected.txt.
* platform/glib/fast/block/positioning/061-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/061-expected.txt.
* platform/glib/fast/block/positioning/abs-inside-inline-rel-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/abs-inside-inline-rel-expected.txt.
* platform/glib/fast/block/positioning/absolute-position-direction-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-position-direction-expected.txt.
* platform/glib/fast/block/positioning/absolute-positioned-overconstrained-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-positioned-overconstrained-expected.txt.
* platform/glib/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt.
* platform/glib/fast/block/positioning/absolute-with-html-border-quirks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-with-html-border-quirks-expected.txt.
* platform/glib/fast/block/positioning/absolute-with-html-border-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-with-html-border-strict-expected.txt.
* platform/glib/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt.
* platform/glib/fast/block/positioning/auto/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/001-expected.txt.
* platform/glib/fast/block/positioning/auto/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/002-expected.txt.
* platform/glib/fast/block/positioning/auto/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/003-expected.txt.
* platform/glib/fast/block/positioning/auto/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/004-expected.txt.
* platform/glib/fast/block/positioning/auto/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/006-expected.txt.
* platform/glib/fast/block/positioning/auto/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/007-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/001-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/002-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/003-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/004-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/005-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/006-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-lr/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-lr/007-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/001-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/002-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/003-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/004-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/005-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/006-expected.txt.
* platform/glib/fast/block/positioning/auto/vertical-rl/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/auto/vertical-rl/007-expected.txt.
* platform/glib/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt.
* platform/glib/fast/block/positioning/differing-writing-modes-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/differing-writing-modes-expected.txt.
* platform/glib/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.txt.
* platform/glib/fast/block/positioning/negative-right-pos-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/negative-right-pos-expected.txt.
* platform/glib/fast/block/positioning/padding-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/padding-percent-expected.txt.
* platform/glib/fast/block/positioning/pref-width-change-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/pref-width-change-expected.txt.
* platform/glib/fast/block/positioning/relative-overflow-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/relative-overflow-block-expected.txt.
* platform/glib/fast/block/positioning/relative-overflow-replaced-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/relative-overflow-replaced-expected.txt.
* platform/glib/fast/block/positioning/relative-overflow-replaced-float-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/relative-overflow-replaced-float-expected.txt.
* platform/glib/fast/block/positioning/relative-positioned-inline-container-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/relative-positioned-inline-container-expected.txt.
* platform/glib/fast/block/positioning/table-cell-static-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt.
* platform/glib/fast/block/positioning/trailing-space-test-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/trailing-space-test-expected.txt.
* platform/glib/fast/block/positioning/vertical-lr/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-lr/001-expected.txt.
* platform/glib/fast/block/positioning/vertical-lr/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-lr/002-expected.txt.
* platform/glib/fast/block/positioning/vertical-rl/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-rl/001-expected.txt.
* platform/glib/fast/block/positioning/vertical-rl/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-rl/002-expected.txt.
* platform/glib/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt.
* platform/glib/fast/body-propagation/background-color/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/002-expected.txt.
* platform/glib/fast/body-propagation/background-color/002-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/002-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/003-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/003-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-color/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/003-expected.txt.
* platform/glib/fast/body-propagation/background-color/003-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/003-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/004-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/004-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-color/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/004-expected.txt.
* platform/glib/fast/body-propagation/background-color/004-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/004-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/006-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/006-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-color/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/006-expected.txt.
* platform/glib/fast/body-propagation/background-color/006-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/006-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/007-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/007-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-color/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/007-expected.txt.
* platform/glib/fast/body-propagation/background-color/007-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/007-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-color/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/008-expected.txt.
* platform/glib/fast/body-propagation/background-color/008-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-color/008-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/002-expected.txt.
* platform/glib/fast/body-propagation/background-image/002-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/002-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/003-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/003-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-image/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/003-expected.txt.
* platform/glib/fast/body-propagation/background-image/003-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/003-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/004-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/004-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-image/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/004-expected.txt.
* platform/glib/fast/body-propagation/background-image/004-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/004-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/006-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/006-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-image/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/006-expected.txt.
* platform/glib/fast/body-propagation/background-image/006-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/006-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/007-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/007-declarative-expected.txt.
* platform/glib/fast/body-propagation/background-image/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/007-expected.txt.
* platform/glib/fast/body-propagation/background-image/007-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/007-xhtml-expected.txt.
* platform/glib/fast/body-propagation/background-image/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/008-expected.txt.
* platform/glib/fast/body-propagation/background-image/008-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/background-image/008-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/001-expected.txt.
* platform/glib/fast/body-propagation/overflow/001-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/001-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/002-expected.txt.
* platform/glib/fast/body-propagation/overflow/002-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/002-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/003-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/003-declarative-expected.txt.
* platform/glib/fast/body-propagation/overflow/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/003-expected.txt.
* platform/glib/fast/body-propagation/overflow/003-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/003-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/004-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/004-declarative-expected.txt.
* platform/glib/fast/body-propagation/overflow/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/004-expected.txt.
* platform/glib/fast/body-propagation/overflow/004-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/004-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/006-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/006-declarative-expected.txt.
* platform/glib/fast/body-propagation/overflow/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/006-expected.txt.
* platform/glib/fast/body-propagation/overflow/006-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/006-xhtml-expected.txt.
* platform/glib/fast/body-propagation/overflow/007-declarative-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/007-declarative-expected.txt.
* platform/glib/fast/body-propagation/overflow/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/007-expected.txt.
* platform/glib/fast/body-propagation/overflow/007-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/body-propagation/overflow/007-xhtml-expected.txt.
* platform/glib/fast/borders/border-antialiasing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-antialiasing-expected.txt.
* platform/glib/fast/borders/border-image-01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-01-expected.txt.
* platform/glib/fast/borders/border-image-longhand-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-longhand-expected.txt.
* platform/glib/fast/borders/border-image-massive-scale-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-massive-scale-expected.txt.
* platform/glib/fast/borders/border-image-omit-right-slice-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-omit-right-slice-expected.txt.
* platform/glib/fast/borders/border-image-outset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-outset-expected.txt.
* platform/glib/fast/borders/border-image-outset-in-shorthand-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.txt.
* platform/glib/fast/borders/border-image-outset-split-inline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-outset-split-inline-expected.txt.
* platform/glib/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt.
* platform/glib/fast/borders/border-image-repeat-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-repeat-expected.txt.
* platform/glib/fast/borders/border-image-rotate-transform-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-rotate-transform-expected.txt.
* platform/glib/fast/borders/border-image-scale-transform-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-scale-transform-expected.txt.
* platform/glib/fast/borders/border-image-scaled-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-scaled-expected.txt.
* platform/glib/fast/borders/border-image-scrambled-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-scrambled-expected.txt.
* platform/glib/fast/borders/border-image-side-reduction-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-side-reduction-expected.txt.
* platform/glib/fast/borders/border-image-slice-constrained-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-slice-constrained-expected.txt.
* platform/glib/fast/borders/border-image-slices-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-slices-expected.txt.
* platform/glib/fast/borders/border-image-source-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-image-source-expected.txt.
* platform/glib/fast/borders/border-radius-inset-outset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-inset-outset-expected.txt.
* platform/glib/fast/borders/border-styles-split-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-styles-split-expected.txt.
* platform/glib/fast/borders/borderRadiusAllStylesAllCorners-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusAllStylesAllCorners-expected.txt.
* platform/glib/fast/borders/borderRadiusArcs01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusArcs01-expected.txt.
* platform/glib/fast/borders/borderRadiusDashed01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed01-expected.txt.
* platform/glib/fast/borders/borderRadiusDashed02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed02-expected.txt.
* platform/glib/fast/borders/borderRadiusDashed03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed03-expected.txt.
* platform/glib/fast/borders/borderRadiusDotted01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDotted01-expected.txt.
* platform/glib/fast/borders/borderRadiusDotted02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDotted02-expected.txt.
* platform/glib/fast/borders/borderRadiusDotted03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDotted03-expected.txt.
* platform/glib/fast/borders/borderRadiusDouble01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble01-expected.txt.
* platform/glib/fast/borders/borderRadiusDouble02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble02-expected.txt.
* platform/glib/fast/borders/borderRadiusDouble03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble03-expected.txt.
* platform/glib/fast/borders/borderRadiusGroove01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusGroove01-expected.txt.
* platform/glib/fast/borders/borderRadiusGroove02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusGroove02-expected.txt.
* platform/glib/fast/borders/borderRadiusInset01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusInset01-expected.txt.
* platform/glib/fast/borders/borderRadiusInvalidColor-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusInvalidColor-expected.txt.
* platform/glib/fast/borders/borderRadiusOutset01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusOutset01-expected.txt.
* platform/glib/fast/borders/borderRadiusRidge01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusRidge01-expected.txt.
* platform/glib/fast/borders/borderRadiusSolid01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid01-expected.txt.
* platform/glib/fast/borders/borderRadiusSolid02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid02-expected.txt.
* platform/glib/fast/borders/borderRadiusSolid03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid03-expected.txt.
* platform/glib/fast/borders/borderRadiusSolid04-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid04-expected.txt.
* platform/glib/fast/borders/different-color-borders-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/different-color-borders-expected.txt.
* platform/glib/fast/borders/mixed-border-style2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/mixed-border-style2-expected.txt.
* platform/glib/fast/borders/mixed-border-styles-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/mixed-border-styles-expected.txt.
* platform/glib/fast/borders/mixed-border-styles-radius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/mixed-border-styles-radius-expected.txt.
* platform/glib/fast/borders/mixed-border-styles-radius2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/mixed-border-styles-radius2-expected.txt.
* platform/glib/fast/borders/scaled-border-image-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/scaled-border-image-expected.txt.
* platform/glib/fast/borders/table-borders-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/table-borders-expected.txt.
* platform/glib/fast/box-shadow/box-shadow-radius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/box-shadow-radius-expected.txt.
* platform/glib/fast/box-shadow/box-shadow-transformed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/box-shadow-transformed-expected.txt.
* platform/glib/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt.
* platform/glib/fast/box-shadow/inset-box-shadow-radius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/inset-box-shadow-radius-expected.txt.
* platform/glib/fast/box-shadow/inset-box-shadows-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/inset-box-shadows-expected.txt.
* platform/glib/fast/box-shadow/inset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/inset-expected.txt.
* platform/glib/fast/box-shadow/scaled-box-shadow-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/scaled-box-shadow-expected.txt.
* platform/glib/fast/box-shadow/transform-fringing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/transform-fringing-expected.txt.
* platform/glib/fast/box-sizing/box-sizing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-sizing/box-sizing-expected.txt.
* platform/glib/fast/box-sizing/panels-one-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-sizing/panels-one-expected.txt.
* platform/glib/fast/box-sizing/panels-two-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-sizing/panels-two-expected.txt.
* platform/glib/fast/box-sizing/percentage-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-sizing/percentage-height-expected.txt.
* platform/glib/fast/canvas/canvas-size-change-after-layout-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/canvas-size-change-after-layout-expected.txt.
* platform/glib/fast/canvas/canvas-zoom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/canvas-zoom-expected.txt.
* platform/glib/fast/canvas/fallback-content-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/fallback-content-expected.txt.
* platform/glib/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt.
* platform/glib/fast/canvas/webgl/css-webkit-canvas-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/css-webkit-canvas-expected.txt.
* platform/glib/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt.
* platform/glib/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-expected.txt.
* platform/glib/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt.
* platform/glib/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt.
* platform/glib/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt.
* platform/glib/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt.
* platform/glib/fast/clip/outline-overflowClip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/clip/outline-overflowClip-expected.txt.
* platform/glib/fast/clip/overflow-border-radius-clip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/clip/overflow-border-radius-clip-expected.txt.
* platform/glib/fast/css-generated-content/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/003-expected.txt.
* platform/glib/fast/css-generated-content/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/004-expected.txt.
* platform/glib/fast/css-generated-content/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/005-expected.txt.
* platform/glib/fast/css-generated-content/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/007-expected.txt.
* platform/glib/fast/css-generated-content/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/008-expected.txt.
* platform/glib/fast/css-generated-content/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/009-expected.txt.
* platform/glib/fast/css-generated-content/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/010-expected.txt.
* platform/glib/fast/css-generated-content/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/011-expected.txt.
* platform/glib/fast/css-generated-content/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/016-expected.txt.
* platform/glib/fast/css-generated-content/after-order-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/after-order-expected.txt.
* platform/glib/fast/css-generated-content/beforeAfter-interdocument-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/beforeAfter-interdocument-expected.txt.
* platform/glib/fast/css-generated-content/details-summary-before-after-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/details-summary-before-after-expected.txt.
* platform/glib/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt.
* platform/glib/fast/css-generated-content/initial-letter-clearance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-clearance-expected.txt.
* platform/glib/fast/css-generated-content/initial-letter-descender-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/initial-letter-descender-expected.txt.
* platform/glib/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt.
* platform/glib/fast/css-generated-content/no-openclose-quote-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/no-openclose-quote-expected.txt.
* platform/glib/fast/css-generated-content/table-before-after-child-add-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt.
* platform/glib/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt.
* platform/glib/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt.
* platform/glib/fast/css-generated-content/table-row-group-to-inline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt.
* platform/glib/fast/css-generated-content/table-row-group-with-before-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-row-group-with-before-expected.txt.
* platform/glib/fast/css-generated-content/table-row-with-before-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-row-with-before-expected.txt.
* platform/glib/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt.
* platform/glib/fast/css-generated-content/table-with-before-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/table-with-before-expected.txt.
* platform/glib/fast/css-generated-content/visibleContentHiddenParent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css-generated-content/visibleContentHiddenParent-expected.txt.
* platform/glib/fast/css/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/001-expected.txt.
* platform/glib/fast/css/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/007-expected.txt.
* platform/glib/fast/css/ZeroOpacityLayers-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/ZeroOpacityLayers-expected.txt.
* platform/glib/fast/css/ZeroOpacityLayers2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/ZeroOpacityLayers2-expected.txt.
* platform/glib/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt.
* platform/glib/fast/css/absolute-poition-in-rtl-parent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt.
* platform/glib/fast/css/apple-system-colors-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/apple-system-colors-expected.txt.
* platform/glib/fast/css/attribute-selector-empty-value-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/attribute-selector-empty-value-expected.txt.
* platform/glib/fast/css/begin-end-contain-selector-empty-value-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/begin-end-contain-selector-empty-value-expected.txt.
* platform/glib/fast/css/border-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/border-height-expected.txt.
* platform/glib/fast/css/child-style-can-override-visited-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/child-style-can-override-visited-style-expected.txt.
* platform/glib/fast/css/clip-text-in-scaled-div-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/clip-text-in-scaled-div-expected.txt.
* platform/glib/fast/css/color-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/color-quirk-expected.txt.
* platform/glib/fast/css/color-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/color-strict-expected.txt.
* platform/glib/fast/css/counters/counter-text-security-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/counters/counter-text-security-expected.txt.
* platform/glib/fast/css/counters/counter-text-transform-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/counters/counter-text-transform-expected.txt.
* platform/glib/fast/css/create_element_align-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/create_element_align-expected.txt.
* platform/glib/fast/css/empty-body-test-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/empty-body-test-expected.txt.
* platform/glib/fast/css/empty-generated-content-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/empty-generated-content-expected.txt.
* platform/glib/fast/css/empty-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/empty-pseudo-class-expected.txt.
* platform/glib/fast/css/error-in-last-decl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/error-in-last-decl-expected.txt.
* platform/glib/fast/css/fieldset-display-row-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/fieldset-display-row-expected.txt.
* platform/glib/fast/css/first-child-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/first-child-pseudo-class-expected.txt.
* platform/glib/fast/css/first-letter-first-line-hover-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/first-letter-first-line-hover-expected.txt.
* platform/glib/fast/css/first-letter-recalculation-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/first-letter-recalculation-expected.txt.
* platform/glib/fast/css/first-of-type-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/first-of-type-pseudo-class-expected.txt.
* platform/glib/fast/css/focus-ring-detached-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/focus-ring-detached-expected.txt.
* platform/glib/fast/css/focus-ring-multiline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/focus-ring-multiline-expected.txt.
* platform/glib/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt.
* platform/glib/fast/css/font-face-in-media-rule-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font-face-in-media-rule-expected.txt.
* platform/glib/fast/css/font-face-woff-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font-face-woff-expected.txt.
* platform/glib/fast/css/font-family-pictograph-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font-family-pictograph-expected.txt.
* platform/glib/fast/css/font-smoothing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font-smoothing-expected.txt.
* platform/glib/fast/css/font_property_normal-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/font_property_normal-expected.txt.
* platform/glib/fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt.
* platform/glib/fast/css/getComputedStyle/computed-style-font-family-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-font-family-expected.txt.
* platform/glib/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
* platform/glib/fast/css/h1-in-section-elements-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/h1-in-section-elements-expected.txt.
* platform/glib/fast/css/hsla-color-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/hsla-color-expected.txt.
* platform/glib/fast/css/image-rendering-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/image-rendering-expected.txt.
* platform/glib/fast/css/inline-element-line-break-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/inline-element-line-break-expected.txt.
* platform/glib/fast/css/inline-properties-important-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/inline-properties-important-expected.txt.
* platform/glib/fast/css/invalid-pseudo-classes-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/invalid-pseudo-classes-expected.txt.
* platform/glib/fast/css/last-child-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/last-child-pseudo-class-expected.txt.
* platform/glib/fast/css/last-of-type-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/last-of-type-pseudo-class-expected.txt.
* platform/glib/fast/css/line-height-font-order-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/line-height-font-order-expected.txt.
* platform/glib/fast/css/list-outline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/list-outline-expected.txt.
* platform/glib/fast/css/margin-bottom-form-element-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/margin-bottom-form-element-quirk-expected.txt.
* platform/glib/fast/css/margin-bottom-form-element-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/margin-bottom-form-element-strict-expected.txt.
* platform/glib/fast/css/min-width-with-spanned-cell-fixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/min-width-with-spanned-cell-fixed-expected.txt.
* platform/glib/fast/css/named-images-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/named-images-expected.txt.
* platform/glib/fast/css/namespaces/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/001-expected.txt.
* platform/glib/fast/css/namespaces/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/002-expected.txt.
* platform/glib/fast/css/namespaces/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/003-expected.txt.
* platform/glib/fast/css/namespaces/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/004-expected.txt.
* platform/glib/fast/css/namespaces/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/005-expected.txt.
* platform/glib/fast/css/namespaces/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/006-expected.txt.
* platform/glib/fast/css/namespaces/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/007-expected.txt.
* platform/glib/fast/css/namespaces/namespaces-comments-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/namespaces-comments-expected.txt.
* platform/glib/fast/css/namespaces/namespaces-empty-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/namespaces-empty-expected.txt.
* platform/glib/fast/css/namespaces/namespaces-escapes-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/namespaces-escapes-expected.txt.
* platform/glib/fast/css/namespaces/namespaces-invalid-at-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/namespaces/namespaces-invalid-at-expected.txt.
* platform/glib/fast/css/negative-leading-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/negative-leading-expected.txt.
* platform/glib/fast/css/nested-floating-relative-position-percentages-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/nested-floating-relative-position-percentages-expected.txt.
* platform/glib/fast/css/non-empty-span-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/non-empty-span-expected.txt.
* platform/glib/fast/css/non-standard-checkbox-size-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/non-standard-checkbox-size-expected.txt.
* platform/glib/fast/css/only-child-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/only-child-pseudo-class-expected.txt.
* platform/glib/fast/css/only-of-type-pseudo-class-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/only-of-type-pseudo-class-expected.txt.
* platform/glib/fast/css/outline-auto-empty-rects-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/outline-auto-empty-rects-expected.txt.
* platform/glib/fast/css/outline-auto-location-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/outline-auto-location-expected.txt.
* platform/glib/fast/css/outline-narrowLine-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/outline-narrowLine-expected.txt.
* platform/glib/fast/css/pendingStylesheetFontSize-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/pendingStylesheetFontSize-expected.txt.
* platform/glib/fast/css/percent-top-relative-container-height-unspecified-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/percent-top-relative-container-height-unspecified-expected.txt.
* platform/glib/fast/css/percent-top-value-with-relative-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/percent-top-value-with-relative-position-expected.txt.
* platform/glib/fast/css/percentage-non-integer-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/percentage-non-integer-expected.txt.
* platform/glib/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt.
* platform/glib/fast/css/pseudo-element-line-break-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/pseudo-element-line-break-expected.txt.
* platform/glib/fast/css/rem-units-on-root-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/rem-units-on-root-expected.txt.
* platform/glib/fast/css/rtl-to-viewport-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/rtl-to-viewport-expected.txt.
* platform/glib/fast/css/shadow-multiple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/shadow-multiple-expected.txt.
* platform/glib/fast/css/simple-selector-chain-parsing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/simple-selector-chain-parsing-expected.txt.
* platform/glib/fast/css/table-text-align-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/table-text-align-quirk-expected.txt.
* platform/glib/fast/css/table-text-align-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/table-text-align-strict-expected.txt.
* platform/glib/fast/css/target-fragment-match-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/target-fragment-match-expected.txt.
* platform/glib/fast/css/text-security-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/text-security-expected.txt.
* platform/glib/fast/css/viewport-units-dynamic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/viewport-units-dynamic-expected.txt.
* platform/glib/fast/css/zoom-font-size-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/zoom-font-size-expected.txt.
* platform/glib/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt.
* platform/glib/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt.
* platform/glib/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-element-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt.
* platform/glib/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt.
* platform/glib/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt.
* platform/glib/fast/dom/HTMLProgressElement/progress-element-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt.
* platform/glib/fast/dom/Window/btoa-pnglet-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/Window/btoa-pnglet-expected.txt.
* platform/glib/fast/dom/clone-contents-0-end-offset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/clone-contents-0-end-offset-expected.txt.
* platform/glib/fast/dom/clone-node-dynamic-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/clone-node-dynamic-style-expected.txt.
* platform/glib/fast/dom/createDocumentType-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/createDocumentType-expected.txt.
* platform/glib/fast/dom/css-mediarule-deleteRule-update-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/css-mediarule-deleteRule-update-expected.txt.
* platform/glib/fast/dom/css-mediarule-insertRule-update-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/css-mediarule-insertRule-update-expected.txt.
* platform/glib/fast/dom/css-rule-functions-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/css-rule-functions-expected.txt.
* platform/glib/fast/dom/importNodeHTML-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/importNodeHTML-expected.txt.
* platform/glib/fast/dom/importNodeXML-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/importNodeXML-expected.txt.
* platform/glib/fast/dom/outerText-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/outerText-expected.txt.
* platform/glib/fast/dom/row-inner-text-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dom/row-inner-text-expected.txt.
* platform/glib/fast/dynamic/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/002-expected.txt.
* platform/glib/fast/dynamic/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/004-expected.txt.
* platform/glib/fast/dynamic/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/006-expected.txt.
* platform/glib/fast/dynamic/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/009-expected.txt.
* platform/glib/fast/dynamic/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/010-expected.txt.
* platform/glib/fast/dynamic/013-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/013-expected.txt.
* platform/glib/fast/dynamic/first-letter-display-change-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/first-letter-display-change-expected.txt.
* platform/glib/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt.
* platform/glib/fast/dynamic/genContentDestroyChildren-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/genContentDestroyChildren-expected.txt.
* platform/glib/fast/dynamic/link-href-change-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/link-href-change-expected.txt.
* platform/glib/fast/dynamic/move-node-with-selection-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/move-node-with-selection-expected.txt.
* platform/glib/fast/dynamic/outerHTML-img-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/outerHTML-img-expected.txt.
* platform/glib/fast/dynamic/text-combine-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/text-combine-expected.txt.
* platform/glib/fast/dynamic/window-scrollbars-test-expected.txt: Renamed from LayoutTests/platform/gtk/fast/dynamic/window-scrollbars-test-expected.txt.
* platform/glib/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/clientXY-in-zoom-and-scroll-expected.txt.
* platform/glib/fast/events/event-listener-on-link-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/event-listener-on-link-expected.txt.
* platform/glib/fast/events/focus-label-legend-elements-with-tab-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/focus-label-legend-elements-with-tab-expected.txt.
* platform/glib/fast/events/ghostly-mousemoves-in-subframe-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/ghostly-mousemoves-in-subframe-expected.txt.
* platform/glib/fast/events/onload-re-entry-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/onload-re-entry-expected.txt.
* platform/glib/fast/events/reveal-link-when-focused-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/reveal-link-when-focused-expected.txt.
* platform/glib/fast/flexbox/026-expected.txt: Renamed from LayoutTests/platform/gtk/fast/flexbox/026-expected.txt.
* platform/glib/fast/frames/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/001-expected.txt.
* platform/glib/fast/frames/flattening/iframe-flattening-nested-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/flattening/iframe-flattening-nested-expected.txt.
* platform/glib/fast/frames/frame-scrolling-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/frame-scrolling-attribute-expected.txt.
* platform/glib/fast/frames/frameElement-frame-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/frameElement-frame-expected.txt.
* platform/glib/fast/frames/frameElement-iframe-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/frameElement-iframe-expected.txt.
* platform/glib/fast/frames/iframe-option-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/iframe-option-crash-expected.txt.
* platform/glib/fast/frames/iframe-scrolling-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/iframe-scrolling-attribute-expected.txt.
* platform/glib/fast/frames/inline-object-inside-frameset-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/inline-object-inside-frameset-expected.txt.
* platform/glib/fast/gradients/generated-gradients-expected.txt: Renamed from LayoutTests/platform/gtk/fast/gradients/generated-gradients-expected.txt.
* platform/glib/fast/gradients/simple-gradients-expected.txt: Renamed from LayoutTests/platform/gtk/fast/gradients/simple-gradients-expected.txt.
* platform/glib/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/broken-image-with-size-hidpi-expected.txt.
* platform/glib/fast/hidpi/clip-text-in-hidpi-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/clip-text-in-hidpi-expected.txt.
* platform/glib/fast/hidpi/device-scale-factor-paint-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/device-scale-factor-paint-expected.txt.
* platform/glib/fast/hidpi/focus-rings-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/focus-rings-expected.txt.
* platform/glib/fast/hidpi/gradient-with-scaled-ancestor-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/gradient-with-scaled-ancestor-expected.txt.
* platform/glib/fast/hidpi/image-set-as-background-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-as-background-expected.txt.
* platform/glib/fast/hidpi/image-set-background-repeat-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-background-repeat-expected.txt.
* platform/glib/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-background-repeat-without-size-expected.txt.
* platform/glib/fast/hidpi/image-set-border-image-comparison-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt.
* platform/glib/fast/hidpi/image-set-border-image-simple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt.
* platform/glib/fast/hidpi/image-set-in-content-dynamic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt.
* platform/glib/fast/hidpi/image-set-out-of-order-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt.
* platform/glib/fast/hidpi/image-set-simple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-simple-expected.txt.
* platform/glib/fast/hidpi/image-set-without-specified-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt.
* platform/glib/fast/html/details-add-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-child-1-expected.txt.
* platform/glib/fast/html/details-add-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-child-2-expected.txt.
* platform/glib/fast/html/details-add-details-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-details-child-1-expected.txt.
* platform/glib/fast/html/details-add-details-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-details-child-2-expected.txt.
* platform/glib/fast/html/details-add-summary-1-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-1-expected.txt.
* platform/glib/fast/html/details-add-summary-10-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-10-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-10-expected.txt.
* platform/glib/fast/html/details-add-summary-2-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-2-expected.txt.
* platform/glib/fast/html/details-add-summary-3-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-3-expected.txt.
* platform/glib/fast/html/details-add-summary-4-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-4-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-4-expected.txt.
* platform/glib/fast/html/details-add-summary-5-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-5-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-5-expected.txt.
* platform/glib/fast/html/details-add-summary-6-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-6-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-6-expected.txt.
* platform/glib/fast/html/details-add-summary-7-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-7-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-7-expected.txt.
* platform/glib/fast/html/details-add-summary-8-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-8-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-8-expected.txt.
* platform/glib/fast/html/details-add-summary-9-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt.
* platform/glib/fast/html/details-add-summary-9-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-9-expected.txt.
* platform/glib/fast/html/details-add-summary-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-child-1-expected.txt.
* platform/glib/fast/html/details-add-summary-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-add-summary-child-2-expected.txt.
* platform/glib/fast/html/details-marker-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-marker-style-expected.txt.
* platform/glib/fast/html/details-marker-style-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-marker-style-mixed-expected.txt.
* platform/glib/fast/html/details-nested-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-nested-1-expected.txt.
* platform/glib/fast/html/details-nested-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-nested-2-expected.txt.
* platform/glib/fast/html/details-no-summary1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-no-summary1-expected.txt.
* platform/glib/fast/html/details-no-summary2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-no-summary2-expected.txt.
* platform/glib/fast/html/details-no-summary3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-no-summary3-expected.txt.
* platform/glib/fast/html/details-open1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-open1-expected.txt.
* platform/glib/fast/html/details-open3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-open3-expected.txt.
* platform/glib/fast/html/details-open5-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-open5-expected.txt.
* platform/glib/fast/html/details-open6-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-open6-expected.txt.
* platform/glib/fast/html/details-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-position-expected.txt.
* platform/glib/fast/html/details-remove-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-child-1-expected.txt.
* platform/glib/fast/html/details-remove-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-child-2-expected.txt.
* platform/glib/fast/html/details-remove-summary-1-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-1-expected.txt.
* platform/glib/fast/html/details-remove-summary-2-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-2-expected.txt.
* platform/glib/fast/html/details-remove-summary-3-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-3-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-3-expected.txt.
* platform/glib/fast/html/details-remove-summary-4-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-4-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-4-expected.txt.
* platform/glib/fast/html/details-remove-summary-5-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-5-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-5-expected.txt.
* platform/glib/fast/html/details-remove-summary-6-and-click-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt.
* platform/glib/fast/html/details-remove-summary-6-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-6-expected.txt.
* platform/glib/fast/html/details-remove-summary-child-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-child-1-expected.txt.
* platform/glib/fast/html/details-remove-summary-child-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/details-remove-summary-child-2-expected.txt.
* platform/glib/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/font-weight-bold-for-b-and-strong-expected.txt.
* platform/glib/fast/html/keygen-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/keygen-expected.txt.
* platform/glib/fast/html/link-rel-stylesheet-expected.txt: Renamed from LayoutTests/platform/gtk/fast/html/link-rel-stylesheet-expected.txt.
* platform/glib/fast/images/image-controls-basic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/images/image-controls-basic-expected.txt.
* platform/glib/fast/images/image-map-anchor-children-expected.txt: Renamed from LayoutTests/platform/gtk/fast/images/image-map-anchor-children-expected.txt.
* platform/glib/fast/inline-block/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/001-expected.txt.
* platform/glib/fast/inline-block/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/002-expected.txt.
* platform/glib/fast/inline-block/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/003-expected.txt.
* platform/glib/fast/inline-block/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/006-expected.txt.
* platform/glib/fast/inline-block/tricky-baseline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline-block/tricky-baseline-expected.txt.
* platform/glib/fast/inline/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/002-expected.txt.
* platform/glib/fast/inline/25277-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/25277-2-expected.txt.
* platform/glib/fast/inline/25277-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/25277-expected.txt.
* platform/glib/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt.
* platform/glib/fast/inline/continuation-outlines-with-layers-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/continuation-outlines-with-layers-2-expected.txt.
* platform/glib/fast/inline/inline-content-with-image-simple-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/inline-content-with-image-simple-expected.txt.
* platform/glib/fast/inline/inline-padding-disables-text-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/inline-padding-disables-text-quirk-expected.txt.
* platform/glib/fast/inline/inline-text-quirk-bpm-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/inline-text-quirk-bpm-expected.txt.
* platform/glib/fast/inline/inline-wrap-with-parent-padding-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/inline-wrap-with-parent-padding-expected.txt.
* platform/glib/fast/inline/justify-emphasis-inline-box-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/justify-emphasis-inline-box-expected.txt.
* platform/glib/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt.
* platform/glib/fast/inline/outline-continuations-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/outline-continuations-expected.txt.
* platform/glib/fast/inline/positioned-object-between-replaced-elements-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/positioned-object-between-replaced-elements-expected.txt.
* platform/glib/fast/inline/positionedLifetime-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/positionedLifetime-expected.txt.
* platform/glib/fast/inline/simple-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/simple-inline-block-expected.txt.
* platform/glib/fast/inline/simple-intruding-float1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/simple-intruding-float1-expected.txt.
* platform/glib/fast/inline/simple-intruding-floats2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/simple-intruding-floats2-expected.txt.
* platform/glib/fast/inline/simple-shrink-to-fit-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/simple-shrink-to-fit-inline-block-expected.txt.
* platform/glib/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/styledEmptyInlinesWithBRs-expected.txt.
* platform/glib/fast/inline/vertical-align-text-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inline/vertical-align-text-bottom-expected.txt.
* platform/glib/fast/inspector-support/matchedrules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/inspector-support/matchedrules-expected.txt.
* platform/glib/fast/invalid/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/001-expected.txt.
* platform/glib/fast/invalid/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/004-expected.txt.
* platform/glib/fast/invalid/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/005-expected.txt.
* platform/glib/fast/invalid/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/006-expected.txt.
* platform/glib/fast/invalid/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/009-expected.txt.
* platform/glib/fast/invalid/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/010-expected.txt.
* platform/glib/fast/invalid/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/011-expected.txt.
* platform/glib/fast/invalid/018-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/018-expected.txt.
* platform/glib/fast/invalid/nestedh3s-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/nestedh3s-expected.txt.
* platform/glib/fast/invalid/td-inside-object-expected.txt: Renamed from LayoutTests/platform/gtk/fast/invalid/td-inside-object-expected.txt.
* platform/glib/fast/layers/overflow-scroll-auto-switch-expected.txt: Renamed from LayoutTests/platform/gtk/fast/layers/overflow-scroll-auto-switch-expected.txt.
* platform/glib/fast/layers/remove-layer-with-nested-stacking-expected.txt: Renamed from LayoutTests/platform/gtk/fast/layers/remove-layer-with-nested-stacking-expected.txt.
* platform/glib/fast/line-grid/line-align-left-edges-expected.txt: Renamed from LayoutTests/platform/gtk/fast/line-grid/line-align-left-edges-expected.txt.
* platform/glib/fast/line-grid/line-align-right-edges-expected.txt: Renamed from LayoutTests/platform/gtk/fast/line-grid/line-align-right-edges-expected.txt.
* platform/glib/fast/lists/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/001-expected.txt.
* platform/glib/fast/lists/001-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/001-vertical-expected.txt.
* platform/glib/fast/lists/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/002-expected.txt.
* platform/glib/fast/lists/002-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/002-vertical-expected.txt.
* platform/glib/fast/lists/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/004-expected.txt.
* platform/glib/fast/lists/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/005-expected.txt.
* platform/glib/fast/lists/005-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/005-vertical-expected.txt.
* platform/glib/fast/lists/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/006-expected.txt.
* platform/glib/fast/lists/006-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/006-vertical-expected.txt.
* platform/glib/fast/lists/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/007-expected.txt.
* platform/glib/fast/lists/007-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/007-vertical-expected.txt.
* platform/glib/fast/lists/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/008-expected.txt.
* platform/glib/fast/lists/008-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/008-vertical-expected.txt.
* platform/glib/fast/lists/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/009-expected.txt.
* platform/glib/fast/lists/009-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/009-vertical-expected.txt.
* platform/glib/fast/lists/li-br-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/li-br-expected.txt.
* platform/glib/fast/lists/li-style-alpha-huge-value-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/li-style-alpha-huge-value-crash-expected.txt.
* platform/glib/fast/lists/list-marker-with-line-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/list-marker-with-line-height-expected.txt.
* platform/glib/fast/lists/list-style-none-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/list-style-none-crash-expected.txt.
* platform/glib/fast/lists/numeric-markers-outside-list-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/numeric-markers-outside-list-expected.txt.
* platform/glib/fast/lists/ol-start-dynamic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/ol-start-dynamic-expected.txt.
* platform/glib/fast/lists/ol-start-parsing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/lists/ol-start-parsing-expected.txt.
* platform/glib/fast/loader/text-document-wrapping-expected.txt: Renamed from LayoutTests/platform/gtk/fast/loader/text-document-wrapping-expected.txt.
* platform/glib/fast/multicol/border-padding-pagination-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/border-padding-pagination-expected.txt.
* platform/glib/fast/multicol/client-rects-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/client-rects-expected.txt.
* platform/glib/fast/multicol/client-rects-spanners-complex-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/client-rects-spanners-complex-expected.txt.
* platform/glib/fast/multicol/client-rects-spanners-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/client-rects-spanners-expected.txt.
* platform/glib/fast/multicol/column-break-with-balancing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/column-break-with-balancing-expected.txt.
* platform/glib/fast/multicol/column-count-with-rules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/column-count-with-rules-expected.txt.
* platform/glib/fast/multicol/columns-shorthand-parsing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/columns-shorthand-parsing-expected.txt.
* platform/glib/fast/multicol/float-avoidance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/float-avoidance-expected.txt.
* platform/glib/fast/multicol/float-paginate-empty-lines-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/float-paginate-empty-lines-expected.txt.
* platform/glib/fast/multicol/float-paginate-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/float-paginate-expected.txt.
* platform/glib/fast/multicol/layers-split-across-columns-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/layers-split-across-columns-expected.txt.
* platform/glib/fast/multicol/margin-collapse-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/margin-collapse-expected.txt.
* platform/glib/fast/multicol/newmulticol/client-rects-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/newmulticol/client-rects-expected.txt.
* platform/glib/fast/multicol/overflow-across-columns-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/overflow-across-columns-expected.txt.
* platform/glib/fast/multicol/overflow-across-columns-percent-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/overflow-across-columns-percent-height-expected.txt.
* platform/glib/fast/multicol/overflow-unsplittable-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/overflow-unsplittable-expected.txt.
* platform/glib/fast/multicol/paginate-block-replaced-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/paginate-block-replaced-expected.txt.
* platform/glib/fast/multicol/pagination/BottomToTop-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/BottomToTop-bt-expected.txt.
* platform/glib/fast/multicol/pagination/BottomToTop-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/BottomToTop-lr-expected.txt.
* platform/glib/fast/multicol/pagination/BottomToTop-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/BottomToTop-rl-expected.txt.
* platform/glib/fast/multicol/pagination/BottomToTop-tb-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/BottomToTop-tb-expected.txt.
* platform/glib/fast/multicol/pagination/LeftToRight-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/LeftToRight-bt-expected.txt.
* platform/glib/fast/multicol/pagination/LeftToRight-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/LeftToRight-lr-expected.txt.
* platform/glib/fast/multicol/pagination/LeftToRight-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/LeftToRight-rl-expected.txt.
* platform/glib/fast/multicol/pagination/LeftToRight-tb-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/LeftToRight-tb-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-bt-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-lr-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-rl-expected.txt.
* platform/glib/fast/multicol/pagination/RightToLeft-tb-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/RightToLeft-tb-expected.txt.
* platform/glib/fast/multicol/pagination/TopToBottom-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/TopToBottom-bt-expected.txt.
* platform/glib/fast/multicol/pagination/TopToBottom-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/TopToBottom-lr-expected.txt.
* platform/glib/fast/multicol/pagination/TopToBottom-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/TopToBottom-rl-expected.txt.
* platform/glib/fast/multicol/pagination/TopToBottom-tb-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/TopToBottom-tb-expected.txt.
* platform/glib/fast/multicol/pagination/nested-transforms-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/pagination/nested-transforms-expected.txt.
* platform/glib/fast/multicol/positioned-split-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/positioned-split-expected.txt.
* platform/glib/fast/multicol/positive-leading-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/positive-leading-expected.txt.
* platform/glib/fast/multicol/shadow-breaking-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/shadow-breaking-expected.txt.
* platform/glib/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt.
* platform/glib/fast/multicol/span/clone-flexbox-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/span/clone-flexbox-expected.txt.
* platform/glib/fast/multicol/span/clone-summary-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/span/clone-summary-expected.txt.
* platform/glib/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/span/span-as-nested-inline-block-child-expected.txt.
* platform/glib/fast/multicol/table-margin-collapse-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/table-margin-collapse-expected.txt.
* platform/glib/fast/multicol/table-vertical-align-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/table-vertical-align-expected.txt.
* platform/glib/fast/multicol/tall-image-behavior-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/tall-image-behavior-lr-expected.txt.
* platform/glib/fast/multicol/tall-image-behavior-lr-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/tall-image-behavior-lr-mixed-expected.txt.
* platform/glib/fast/multicol/tall-image-behavior-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/tall-image-behavior-rl-expected.txt.
* platform/glib/fast/multicol/unsplittable-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/unsplittable-inline-block-expected.txt.
* platform/glib/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/border-padding-pagination-expected.txt.
* platform/glib/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt.
* platform/glib/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/column-count-with-rules-expected.txt.
* platform/glib/fast/multicol/vertical-lr/float-avoidance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt.
* platform/glib/fast/multicol/vertical-lr/float-paginate-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/float-paginate-expected.txt.
* platform/glib/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt.
* platform/glib/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/border-padding-pagination-expected.txt.
* platform/glib/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt.
* platform/glib/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/column-count-with-rules-expected.txt.
* platform/glib/fast/multicol/vertical-rl/float-avoidance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt.
* platform/glib/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/float-paginate-complex-expected.txt.
* platform/glib/fast/multicol/vertical-rl/float-paginate-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/float-paginate-expected.txt.
* platform/glib/fast/multicol/vertical-rl/rule-style-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/rule-style-expected.txt.
* platform/glib/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt.
* platform/glib/fast/overflow/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/001-expected.txt.
* platform/glib/fast/overflow/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/002-expected.txt.
* platform/glib/fast/overflow/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/005-expected.txt.
* platform/glib/fast/overflow/childFocusRingClip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/childFocusRingClip-expected.txt.
* platform/glib/fast/overflow/dynamic-hidden-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/dynamic-hidden-expected.txt.
* platform/glib/fast/overflow/infiniteRecursionGuard-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/infiniteRecursionGuard-expected.txt.
* platform/glib/fast/overflow/overflow-auto-position-absolute-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/overflow-auto-position-absolute-expected.txt.
* platform/glib/fast/overflow/overflow-auto-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/overflow-auto-table-expected.txt.
* platform/glib/fast/overflow/overflow-float-stacking-expected.txt: Renamed from LayoutTests/platform/gtk/fast/overflow/overflow-float-stacking-expected.txt.
* platform/glib/fast/parser/bad-xml-slash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/parser/bad-xml-slash-expected.txt.
* platform/glib/fast/parser/broken-comments-vs-parsing-mode-expected.txt: Renamed from LayoutTests/platform/gtk/fast/parser/broken-comments-vs-parsing-mode-expected.txt.
* platform/glib/fast/parser/tabs-in-scripts-expected.txt: Renamed from LayoutTests/platform/gtk/fast/parser/tabs-in-scripts-expected.txt.
* platform/glib/fast/parser/title-error-test-expected.txt: Renamed from LayoutTests/platform/gtk/fast/parser/title-error-test-expected.txt.
* platform/glib/fast/preloader/document-write-expected.txt: Renamed from LayoutTests/platform/gtk/fast/preloader/document-write-expected.txt.
* platform/glib/fast/preloader/script-expected.txt: Renamed from LayoutTests/platform/gtk/fast/preloader/script-expected.txt.
* platform/glib/fast/reflections/reflection-direction-expected.txt: Renamed from LayoutTests/platform/gtk/fast/reflections/reflection-direction-expected.txt.
* platform/glib/fast/reflections/reflection-masks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/reflections/reflection-masks-expected.txt.
* platform/glib/fast/reflections/reflection-masks-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/fast/reflections/reflection-masks-opacity-expected.txt.
* platform/glib/fast/reflections/reflection-nesting-expected.txt: Renamed from LayoutTests/platform/gtk/fast/reflections/reflection-nesting-expected.txt.
* platform/glib/fast/replaced/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/005-expected.txt.
* platform/glib/fast/replaced/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/006-expected.txt.
* platform/glib/fast/replaced/007-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/007-expected.txt.
* platform/glib/fast/replaced/absolute-image-sizing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/absolute-image-sizing-expected.txt.
* platform/glib/fast/replaced/absolute-position-percentage-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/absolute-position-percentage-width-expected.txt.
* platform/glib/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt.
* platform/glib/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt.
* platform/glib/fast/replaced/applet-display-none-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/applet-display-none-expected.txt.
* platform/glib/fast/replaced/border-radius-clip-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/border-radius-clip-expected.txt.
* platform/glib/fast/replaced/embed-display-none-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/embed-display-none-expected.txt.
* platform/glib/fast/replaced/image-onload-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/image-onload-expected.txt.
* platform/glib/fast/replaced/image-sizing-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/image-sizing-expected.txt.
* platform/glib/fast/replaced/maxheight-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/maxheight-percent-expected.txt.
* platform/glib/fast/replaced/maxheight-pxs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/maxheight-pxs-expected.txt.
* platform/glib/fast/replaced/maxwidth-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/maxwidth-percent-expected.txt.
* platform/glib/fast/replaced/maxwidth-pxs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/maxwidth-pxs-expected.txt.
* platform/glib/fast/replaced/minheight-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/minheight-percent-expected.txt.
* platform/glib/fast/replaced/minheight-pxs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/minheight-pxs-expected.txt.
* platform/glib/fast/replaced/minwidth-percent-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/minwidth-percent-expected.txt.
* platform/glib/fast/replaced/minwidth-pxs-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/minwidth-pxs-expected.txt.
* platform/glib/fast/replaced/object-align-hspace-vspace-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/object-align-hspace-vspace-expected.txt.
* platform/glib/fast/replaced/object-display-none-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/object-display-none-expected.txt.
* platform/glib/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt.
* platform/glib/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt.
* platform/glib/fast/replaced/table-percent-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/table-percent-height-expected.txt.
* platform/glib/fast/replaced/three-selects-break-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/three-selects-break-expected.txt.
* platform/glib/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt.
* platform/glib/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt.
* platform/glib/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt.
* platform/glib/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt.
* platform/glib/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt.
* platform/glib/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt.
* platform/glib/fast/replaced/width100percent-checkbox-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/width100percent-checkbox-expected.txt.
* platform/glib/fast/replaced/width100percent-radio-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/width100percent-radio-expected.txt.
* platform/glib/fast/replaced/width100percent-searchfield-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/width100percent-searchfield-expected.txt.
* platform/glib/fast/replaced/width100percent-textfield-expected.txt: Renamed from LayoutTests/platform/gtk/fast/replaced/width100percent-textfield-expected.txt.
* platform/glib/fast/ruby/base-shorter-than-text-expected.txt: Renamed from LayoutTests/platform/gtk/fast/ruby/base-shorter-than-text-expected.txt.
* platform/glib/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Renamed from LayoutTests/platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.txt.
* platform/glib/fast/ruby/ruby-text-before-after-content-expected.txt: Renamed from LayoutTests/platform/gtk/fast/ruby/ruby-text-before-after-content-expected.txt.
* platform/glib/fast/ruby/select-ruby-expected.txt: Renamed from LayoutTests/platform/gtk/fast/ruby/select-ruby-expected.txt.
* platform/glib/fast/selectors/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/001-expected.txt.
* platform/glib/fast/selectors/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/003-expected.txt.
* platform/glib/fast/selectors/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/004-expected.txt.
* platform/glib/fast/selectors/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/005-expected.txt.
* platform/glib/fast/selectors/007b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/007b-expected.txt.
* platform/glib/fast/selectors/009-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/009-expected.txt.
* platform/glib/fast/selectors/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/010-expected.txt.
* platform/glib/fast/selectors/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/011-expected.txt.
* platform/glib/fast/selectors/012-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/012-expected.txt.
* platform/glib/fast/selectors/014-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/014-expected.txt.
* platform/glib/fast/selectors/016-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/016-expected.txt.
* platform/glib/fast/selectors/018b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/018b-expected.txt.
* platform/glib/fast/selectors/019-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/019-expected.txt.
* platform/glib/fast/selectors/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/020-expected.txt.
* platform/glib/fast/selectors/021-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/021-expected.txt.
* platform/glib/fast/selectors/021b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/021b-expected.txt.
* platform/glib/fast/selectors/027-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/027-expected.txt.
* platform/glib/fast/selectors/032-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/032-expected.txt.
* platform/glib/fast/selectors/038-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/038-expected.txt.
* platform/glib/fast/selectors/039-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/039-expected.txt.
* platform/glib/fast/selectors/039b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/039b-expected.txt.
* platform/glib/fast/selectors/043-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/043-expected.txt.
* platform/glib/fast/selectors/043b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/043b-expected.txt.
* platform/glib/fast/selectors/044-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/044-expected.txt.
* platform/glib/fast/selectors/044b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/044b-expected.txt.
* platform/glib/fast/selectors/044c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/044c-expected.txt.
* platform/glib/fast/selectors/044d-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/044d-expected.txt.
* platform/glib/fast/selectors/045c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/045c-expected.txt.
* platform/glib/fast/selectors/054-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/054-expected.txt.
* platform/glib/fast/selectors/056-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/056-expected.txt.
* platform/glib/fast/selectors/058-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/058-expected.txt.
* platform/glib/fast/selectors/059-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/059-expected.txt.
* platform/glib/fast/selectors/060-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/060-expected.txt.
* platform/glib/fast/selectors/061-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/061-expected.txt.
* platform/glib/fast/selectors/062-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/062-expected.txt.
* platform/glib/fast/selectors/063-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/063-expected.txt.
* platform/glib/fast/selectors/065-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/065-expected.txt.
* platform/glib/fast/selectors/066-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/066-expected.txt.
* platform/glib/fast/selectors/066b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/066b-expected.txt.
* platform/glib/fast/selectors/072-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/072-expected.txt.
* platform/glib/fast/selectors/072b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/072b-expected.txt.
* platform/glib/fast/selectors/077-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/077-expected.txt.
* platform/glib/fast/selectors/077b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/077b-expected.txt.
* platform/glib/fast/selectors/078b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/078b-expected.txt.
* platform/glib/fast/selectors/083-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/083-expected.txt.
* platform/glib/fast/selectors/087b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/087b-expected.txt.
* platform/glib/fast/selectors/088b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/088b-expected.txt.
* platform/glib/fast/selectors/089-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/089-expected.txt.
* platform/glib/fast/selectors/090b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/090b-expected.txt.
* platform/glib/fast/selectors/154-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/154-expected.txt.
* platform/glib/fast/selectors/155-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155-expected.txt.
* platform/glib/fast/selectors/155a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155a-expected.txt.
* platform/glib/fast/selectors/155b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155b-expected.txt.
* platform/glib/fast/selectors/155c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155c-expected.txt.
* platform/glib/fast/selectors/155d-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/155d-expected.txt.
* platform/glib/fast/selectors/156b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/156b-expected.txt.
* platform/glib/fast/selectors/157-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/157-expected.txt.
* platform/glib/fast/selectors/158-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/158-expected.txt.
* platform/glib/fast/selectors/159-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/159-expected.txt.
* platform/glib/fast/selectors/160-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/160-expected.txt.
* platform/glib/fast/selectors/166a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/166a-expected.txt.
* platform/glib/fast/selectors/167-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/167-expected.txt.
* platform/glib/fast/selectors/167a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/167a-expected.txt.
* platform/glib/fast/selectors/170-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170-expected.txt.
* platform/glib/fast/selectors/170a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170a-expected.txt.
* platform/glib/fast/selectors/170b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170b-expected.txt.
* platform/glib/fast/selectors/170c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170c-expected.txt.
* platform/glib/fast/selectors/170d-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/170d-expected.txt.
* platform/glib/fast/selectors/175a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/175a-expected.txt.
* platform/glib/fast/selectors/175b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/175b-expected.txt.
* platform/glib/fast/selectors/175c-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/175c-expected.txt.
* platform/glib/fast/selectors/177a-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/177a-expected.txt.
* platform/glib/fast/selectors/177b-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/177b-expected.txt.
* platform/glib/fast/selectors/lang-inheritance-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/lang-inheritance-expected.txt.
* platform/glib/fast/selectors/lang-inheritance2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/lang-inheritance2-expected.txt.
* platform/glib/fast/selectors/lang-vs-xml-lang-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/lang-vs-xml-lang-expected.txt.
* platform/glib/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt.
* platform/glib/fast/selectors/nondeterministic-combinators-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/nondeterministic-combinators-expected.txt.
* platform/glib/fast/selectors/unqualified-hover-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/selectors/unqualified-hover-strict-expected.txt.
* platform/glib/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt.
* platform/glib/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Renamed from LayoutTests/platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt.
* platform/glib/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt.
* platform/glib/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt.
* platform/glib/fast/table/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/001-expected.txt.
* platform/glib/fast/table/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/002-expected.txt.
* platform/glib/fast/table/004-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/004-expected.txt.
* platform/glib/fast/table/005-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/005-expected.txt.
* platform/glib/fast/table/006-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/006-expected.txt.
* platform/glib/fast/table/010-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/010-expected.txt.
* platform/glib/fast/table/011-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/011-expected.txt.
* platform/glib/fast/table/013-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/013-expected.txt.
* platform/glib/fast/table/014-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/014-expected.txt.
* platform/glib/fast/table/015-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/015-expected.txt.
* platform/glib/fast/table/017-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/017-expected.txt.
* platform/glib/fast/table/020-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/020-expected.txt.
* platform/glib/fast/table/021-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/021-expected.txt.
* platform/glib/fast/table/022-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/022-expected.txt.
* platform/glib/fast/table/023-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/023-expected.txt.
* platform/glib/fast/table/024-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/024-expected.txt.
* platform/glib/fast/table/026-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/026-expected.txt.
* platform/glib/fast/table/027-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/027-expected.txt.
* platform/glib/fast/table/027-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/027-vertical-expected.txt.
* platform/glib/fast/table/028-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/028-expected.txt.
* platform/glib/fast/table/028-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/028-vertical-expected.txt.
* platform/glib/fast/table/029-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/029-expected.txt.
* platform/glib/fast/table/030-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/030-expected.txt.
* platform/glib/fast/table/033-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/033-expected.txt.
* platform/glib/fast/table/035-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/035-expected.txt.
* platform/glib/fast/table/035-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/035-vertical-expected.txt.
* platform/glib/fast/table/036-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/036-expected.txt.
* platform/glib/fast/table/037-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/037-expected.txt.
* platform/glib/fast/table/039-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/039-expected.txt.
* platform/glib/fast/table/align-right-within-left-aligned-div-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/align-right-within-left-aligned-div-expected.txt.
* platform/glib/fast/table/append-cells-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/append-cells-expected.txt.
* platform/glib/fast/table/border-collapsing/002-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/002-expected.txt.
* platform/glib/fast/table/border-collapsing/002-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/002-vertical-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-69296-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-69296-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-cell-append-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-cell-append-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-cell-remove-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-cell-remove-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-col-border-color-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-col-border-width-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-row-border-width-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt.
* platform/glib/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt.
* platform/glib/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-expected.txt.
* platform/glib/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt.
* platform/glib/fast/table/cell-pref-width-invalidation-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/cell-pref-width-invalidation-expected.txt.
* platform/glib/fast/table/col-width-span-expand-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/col-width-span-expand-expected.txt.
* platform/glib/fast/table/colgroup-preceded-by-caption-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/colgroup-preceded-by-caption-expected.txt.
* platform/glib/fast/table/colspan-with-all-percent-cells-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/colspan-with-all-percent-cells-expected.txt.
* platform/glib/fast/table/dynamic-cellpadding-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/dynamic-cellpadding-expected.txt.
* platform/glib/fast/table/dynamic-descendant-percentage-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/dynamic-descendant-percentage-height-expected.txt.
* platform/glib/fast/table/early-table-layout-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/early-table-layout-expected.txt.
* platform/glib/fast/table/empty-table-percent-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/empty-table-percent-height-expected.txt.
* platform/glib/fast/table/fixed-nested-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-nested-expected.txt.
* platform/glib/fast/table/fixed-table-non-cell-in-row-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-non-cell-in-row-expected.txt.
* platform/glib/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt.
* platform/glib/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt.
* platform/glib/fast/table/fixed-table-with-percent-width-inside-div-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-percent-width-inside-div-expected.txt.
* platform/glib/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt.
* platform/glib/fast/table/fixed-table-with-small-percent-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/fixed-table-with-small-percent-width-expected.txt.
* platform/glib/fast/table/floating-th-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/floating-th-expected.txt.
* platform/glib/fast/table/floatingTablePaintBackground-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/floatingTablePaintBackground-expected.txt.
* platform/glib/fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/form-with-non-table-display-inside-table-elements-expected.txt.
* platform/glib/fast/table/frame-and-rules-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/frame-and-rules-expected.txt.
* platform/glib/fast/table/giantRowspan-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/giantRowspan-expected.txt.
* platform/glib/fast/table/max-width-integer-overflow-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/max-width-integer-overflow-expected.txt.
* platform/glib/fast/table/multiple-percent-height-rows-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/multiple-percent-height-rows-expected.txt.
* platform/glib/fast/table/percent-widths-stretch-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/percent-widths-stretch-expected.txt.
* platform/glib/fast/table/percent-widths-stretch-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/percent-widths-stretch-vertical-expected.txt.
* platform/glib/fast/table/quote-text-around-iframe-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/quote-text-around-iframe-expected.txt.
* platform/glib/fast/table/relative-position-containment-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/relative-position-containment-expected.txt.
* platform/glib/fast/table/relative-position-offsets-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/relative-position-offsets-expected.txt.
* platform/glib/fast/table/relative-position-stacking-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/relative-position-stacking-expected.txt.
* platform/glib/fast/table/replaced-percent-height-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/replaced-percent-height-expected.txt.
* platform/glib/fast/table/rowindex-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/rowindex-expected.txt.
* platform/glib/fast/table/rowspan-paint-order-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/rowspan-paint-order-expected.txt.
* platform/glib/fast/table/rules-attr-dynchange1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/rules-attr-dynchange1-expected.txt.
* platform/glib/fast/table/rules-attr-dynchange2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/rules-attr-dynchange2-expected.txt.
* platform/glib/fast/table/simple_paint-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/simple_paint-expected.txt.
* platform/glib/fast/table/table-after-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-after-child-in-table-expected.txt.
* platform/glib/fast/table/table-before-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-before-child-in-table-expected.txt.
* platform/glib/fast/table/table-cell-after-child-in-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-cell-after-child-in-block-expected.txt.
* platform/glib/fast/table/table-cell-before-child-in-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-cell-before-child-in-block-expected.txt.
* platform/glib/fast/table/table-cell-before-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-cell-before-child-in-table-expected.txt.
* platform/glib/fast/table/table-display-types-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-display-types-expected.txt.
* platform/glib/fast/table/table-display-types-strict-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-display-types-strict-expected.txt.
* platform/glib/fast/table/table-display-types-vertical-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-display-types-vertical-expected.txt.
* platform/glib/fast/table/table-hspace-align-center-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-hspace-align-center-expected.txt.
* platform/glib/fast/table/table-row-after-child-in-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-row-after-child-in-block-expected.txt.
* platform/glib/fast/table/table-row-after-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-row-after-child-in-table-expected.txt.
* platform/glib/fast/table/table-row-before-child-in-block-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-row-before-child-in-block-expected.txt.
* platform/glib/fast/table/table-row-before-child-in-table-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/table-row-before-child-in-table-expected.txt.
* platform/glib/fast/table/tableInsideCaption-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/tableInsideCaption-expected.txt.
* platform/glib/fast/table/unbreakable-images-quirk-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/unbreakable-images-quirk-expected.txt.
* platform/glib/fast/table/unused-percent-heights-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/unused-percent-heights-expected.txt.
* platform/glib/fast/table/vertical-align-baseline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/vertical-align-baseline-expected.txt.
* platform/glib/fast/tokenizer/001-expected.txt: Renamed from LayoutTests/platform/gtk/fast/tokenizer/001-expected.txt.
* platform/glib/fast/tokenizer/003-expected.txt: Renamed from LayoutTests/platform/gtk/fast/tokenizer/003-expected.txt.
* platform/glib/fast/transforms/identity-matrix-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/identity-matrix-expected.txt.
* platform/glib/fast/transforms/overflow-with-transform-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/overflow-with-transform-expected.txt.
* platform/glib/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt.
* platform/glib/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt.
* platform/glib/fast/transforms/skew-with-unitless-zero-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/skew-with-unitless-zero-expected.txt.
* platform/glib/fast/transforms/transformed-caret-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/transformed-caret-expected.txt.
* platform/glib/fast/transforms/transformed-document-element-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/transformed-document-element-expected.txt.
* platform/glib/fast/transforms/transforms-with-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/transforms-with-opacity-expected.txt.
* platform/glib/fast/writing-mode/background-horizontal-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-horizontal-bt-expected.txt.
* platform/glib/fast/writing-mode/background-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/background-vertical-lr-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-vertical-lr-mixed-expected.txt.
* platform/glib/fast/writing-mode/background-vertical-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-vertical-rl-expected.txt.
* platform/glib/fast/writing-mode/background-vertical-rl-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/background-vertical-rl-mixed-expected.txt.
* platform/glib/fast/writing-mode/basic-vertical-line-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/basic-vertical-line-expected.txt.
* platform/glib/fast/writing-mode/basic-vertical-line-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/basic-vertical-line-mixed-expected.txt.
* platform/glib/fast/writing-mode/border-image-horizontal-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-image-horizontal-bt-expected.txt.
* platform/glib/fast/writing-mode/border-image-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-image-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/border-image-vertical-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-image-vertical-rl-expected.txt.
* platform/glib/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/border-styles-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-styles-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/border-styles-vertical-lr-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-styles-vertical-lr-mixed-expected.txt.
* platform/glib/fast/writing-mode/border-styles-vertical-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-styles-vertical-rl-expected.txt.
* platform/glib/fast/writing-mode/border-styles-vertical-rl-mixed-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-styles-vertical-rl-mixed-expected.txt.
* platform/glib/fast/writing-mode/border-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/border-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/box-shadow-horizontal-bt-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/box-shadow-horizontal-bt-expected.txt.
* platform/glib/fast/writing-mode/box-shadow-vertical-lr-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/box-shadow-vertical-lr-expected.txt.
* platform/glib/fast/writing-mode/box-shadow-vertical-rl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/box-shadow-vertical-rl-expected.txt.
* platform/glib/fast/writing-mode/broken-ideograph-small-caps-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/broken-ideograph-small-caps-expected.txt.
* platform/glib/fast/writing-mode/broken-ideographic-font-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/broken-ideographic-font-expected.txt.
* platform/glib/fast/writing-mode/fallback-orientation-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/fallback-orientation-expected.txt.
* platform/glib/fast/writing-mode/japanese-lr-text-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/japanese-lr-text-expected.txt.
* platform/glib/fast/writing-mode/japanese-rl-text-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-text-expected.txt.
* platform/glib/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt.
* platform/glib/fast/writing-mode/vertical-font-fallback-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/vertical-font-fallback-expected.txt.
* platform/glib/fast/xsl/xslt-import-depth-expected.txt: Renamed from LayoutTests/platform/gtk/fast/xsl/xslt-import-depth-expected.txt.
* platform/glib/fast/xsl/xslt_unicode-expected.txt: Renamed from LayoutTests/platform/gtk/fast/xsl/xslt_unicode-expected.txt.
* platform/wpe/fast/backgrounds/animated-svg-as-mask-expected.txt: Removed.
* platform/wpe/fast/backgrounds/background-leakage-expected.txt: Removed.
* platform/wpe/fast/backgrounds/background-leakage-transforms-expected.txt: Removed.
* platform/wpe/fast/backgrounds/background-position-1-expected.txt: Removed.
* platform/wpe/fast/backgrounds/border-radius-split-background-expected.txt: Removed.
* platform/wpe/fast/backgrounds/border-radius-split-background-image-expected.txt: Removed.
* platform/wpe/fast/backgrounds/mask-box-image-expected.txt: Removed.
* platform/wpe/fast/backgrounds/mask-composite-expected.txt: Removed.
* platform/wpe/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt: Removed.
* platform/wpe/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt: Removed.
* platform/wpe/fast/backgrounds/size/backgroundSize15-expected.txt: Removed.
* platform/wpe/fast/backgrounds/size/backgroundSize16-expected.txt: Removed.
* platform/wpe/fast/backgrounds/solid-color-context-restore-expected.txt: Removed.
* platform/wpe/fast/backgrounds/svg-as-mask-expected.txt: Removed.
* platform/wpe/fast/block/basic/002-expected.txt: Removed.
* platform/wpe/fast/block/basic/003-expected.txt: Removed.
* platform/wpe/fast/block/basic/004-expected.txt: Removed.
* platform/wpe/fast/block/basic/005-expected.txt: Removed.
* platform/wpe/fast/block/basic/006-expected.txt: Removed.
* platform/wpe/fast/block/basic/007-expected.txt: Removed.
* platform/wpe/fast/block/basic/008-expected.txt: Removed.
* platform/wpe/fast/block/basic/009-expected.txt: Removed.
* platform/wpe/fast/block/basic/010-expected.txt: Removed.
* platform/wpe/fast/block/basic/011-expected.txt: Removed.
* platform/wpe/fast/block/basic/012-expected.txt: Removed.
* platform/wpe/fast/block/basic/013-expected.txt: Removed.
* platform/wpe/fast/block/basic/018-expected.txt: Removed.
* platform/wpe/fast/block/basic/019-expected.txt: Removed.
* platform/wpe/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Removed.
* platform/wpe/fast/block/basic/height-percentage-simple-expected.txt: Removed.
* platform/wpe/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Removed.
* platform/wpe/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Removed.
* platform/wpe/fast/block/basic/quirk-height-expected.txt: Removed.
* platform/wpe/fast/block/float/004-expected.txt: Removed.
* platform/wpe/fast/block/float/005-expected.txt: Removed.
* platform/wpe/fast/block/float/006-expected.txt: Removed.
* platform/wpe/fast/block/float/007-expected.txt: Removed.
* platform/wpe/fast/block/float/010-expected.txt: Removed.
* platform/wpe/fast/block/float/011-expected.txt: Removed.
* platform/wpe/fast/block/float/012-expected.txt: Removed.
* platform/wpe/fast/block/float/013-expected.txt: Removed.
* platform/wpe/fast/block/float/014-expected.txt: Removed.
* platform/wpe/fast/block/float/016-expected.txt: Removed.
* platform/wpe/fast/block/float/017-expected.txt: Removed.
* platform/wpe/fast/block/float/018-expected.txt: Removed.
* platform/wpe/fast/block/float/020-expected.txt: Removed.
* platform/wpe/fast/block/float/022-expected.txt: Removed.
* platform/wpe/fast/block/float/024-expected.txt: Removed.
* platform/wpe/fast/block/float/025-expected.txt: Removed.
* platform/wpe/fast/block/float/026-expected.txt: Removed.
* platform/wpe/fast/block/float/027-expected.txt: Removed.
* platform/wpe/fast/block/float/028-expected.txt: Removed.
* platform/wpe/fast/block/float/031-expected.txt: Removed.
* platform/wpe/fast/block/float/avoidance-percent-width-compat-expected.txt: Removed.
* platform/wpe/fast/block/float/avoiding-float-centered-expected.txt: Removed.
* platform/wpe/fast/block/float/br-with-clear-expected.txt: Removed.
* platform/wpe/fast/block/float/clamped-right-float-expected.txt: Removed.
* platform/wpe/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt: Removed.
* platform/wpe/fast/block/float/fit_line_below_floats-expected.txt: Removed.
* platform/wpe/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
* platform/wpe/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed.
* platform/wpe/fast/block/float/floats-and-text-indent-expected.txt: Removed.
* platform/wpe/fast/block/float/floats-and-text-indent-rl-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Removed.
* platform/wpe/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Removed.
* platform/wpe/fast/block/float/nestedAnonymousBlocks-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-after-height-decrease-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Removed.
* platform/wpe/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Removed.
* platform/wpe/fast/block/float/width-update-after-clear-expected.txt: Removed.
* platform/wpe/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/001-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/002-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/003-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/004-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/005-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/012-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/015-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/016-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/019-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/020-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/021-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/022-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/025-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/031-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/032-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/033-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/034-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/037-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/038-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/041-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/042-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/043-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/055-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/056-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/057-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/058-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/059-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/100-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/001-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/002-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/003-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/004-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/005-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/012-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/015-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/016-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/019-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/020-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/021-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/022-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/block-inside-inline/025-expected.txt: Removed.
* platform/wpe/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Removed.
* platform/wpe/fast/block/positioning/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/052-expected.txt: Removed.
* platform/wpe/fast/block/positioning/054-expected.txt: Removed.
* platform/wpe/fast/block/positioning/058-expected.txt: Removed.
* platform/wpe/fast/block/positioning/061-expected.txt: Removed.
* platform/wpe/fast/block/positioning/abs-inside-inline-rel-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-position-direction-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-positioned-overconstrained-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-with-html-border-quirks-expected.txt: Removed.
* platform/wpe/fast/block/positioning/absolute-with-html-border-strict-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/003-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/004-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/006-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/007-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/003-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/004-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/005-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/006-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-lr/007-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/003-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/004-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/005-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/006-expected.txt: Removed.
* platform/wpe/fast/block/positioning/auto/vertical-rl/007-expected.txt: Removed.
* platform/wpe/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt: Removed.
* platform/wpe/fast/block/positioning/differing-writing-modes-expected.txt: Removed.
* platform/wpe/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Removed.
* platform/wpe/fast/block/positioning/negative-right-pos-expected.txt: Removed.
* platform/wpe/fast/block/positioning/padding-percent-expected.txt: Removed.
* platform/wpe/fast/block/positioning/pref-width-change-expected.txt: Removed.
* platform/wpe/fast/block/positioning/relative-overflow-block-expected.txt: Removed.
* platform/wpe/fast/block/positioning/relative-overflow-replaced-expected.txt: Removed.
* platform/wpe/fast/block/positioning/relative-overflow-replaced-float-expected.txt: Removed.
* platform/wpe/fast/block/positioning/relative-positioned-inline-container-expected.txt: Removed.
* platform/wpe/fast/block/positioning/table-cell-static-position-expected.txt: Removed.
* platform/wpe/fast/block/positioning/trailing-space-test-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-lr/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-lr/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-rl/001-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-rl/002-expected.txt: Removed.
* platform/wpe/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/002-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/002-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/003-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/003-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/003-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/004-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/004-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/004-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/006-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/006-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/006-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/007-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/007-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/007-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/008-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-color/008-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/002-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/002-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/003-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/003-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/003-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/004-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/004-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/004-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/006-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/006-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/006-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/007-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/007-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/007-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/008-expected.txt: Removed.
* platform/wpe/fast/body-propagation/background-image/008-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/001-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/001-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/002-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/002-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/003-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/003-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/003-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/004-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/004-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/004-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/006-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/006-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/006-xhtml-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/007-declarative-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/007-expected.txt: Removed.
* platform/wpe/fast/body-propagation/overflow/007-xhtml-expected.txt: Removed.
* platform/wpe/fast/borders/border-antialiasing-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-01-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-longhand-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-massive-scale-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-omit-right-slice-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-outset-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-outset-in-shorthand-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-outset-split-inline-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-repeat-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-rotate-transform-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-scale-transform-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-scaled-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-scrambled-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-side-reduction-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-slice-constrained-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-slices-expected.txt: Removed.
* platform/wpe/fast/borders/border-image-source-expected.txt: Removed.
* platform/wpe/fast/borders/border-radius-inset-outset-expected.txt: Removed.
* platform/wpe/fast/borders/border-styles-split-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusAllStylesAllCorners-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusArcs01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDashed01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDashed02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDashed03-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDotted01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDotted02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDotted03-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDouble01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDouble02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusDouble03-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusGroove01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusGroove02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusInset01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusInvalidColor-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusOutset01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusRidge01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusSolid01-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusSolid02-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusSolid03-expected.txt: Removed.
* platform/wpe/fast/borders/borderRadiusSolid04-expected.txt: Removed.
* platform/wpe/fast/borders/different-color-borders-expected.txt: Removed.
* platform/wpe/fast/borders/mixed-border-style2-expected.txt: Removed.
* platform/wpe/fast/borders/mixed-border-styles-expected.txt: Removed.
* platform/wpe/fast/borders/mixed-border-styles-radius-expected.txt: Removed.
* platform/wpe/fast/borders/mixed-border-styles-radius2-expected.txt: Removed.
* platform/wpe/fast/borders/scaled-border-image-expected.txt: Removed.
* platform/wpe/fast/borders/table-borders-expected.txt: Removed.
* platform/wpe/fast/box-shadow/box-shadow-radius-expected.txt: Removed.
* platform/wpe/fast/box-shadow/box-shadow-transformed-expected.txt: Removed.
* platform/wpe/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Removed.
* platform/wpe/fast/box-shadow/inset-box-shadow-radius-expected.txt: Removed.
* platform/wpe/fast/box-shadow/inset-box-shadows-expected.txt: Removed.
* platform/wpe/fast/box-shadow/inset-expected.txt: Removed.
* platform/wpe/fast/box-shadow/scaled-box-shadow-expected.txt: Removed.
* platform/wpe/fast/box-shadow/transform-fringing-expected.txt: Removed.
* platform/wpe/fast/box-sizing/box-sizing-expected.txt: Removed.
* platform/wpe/fast/box-sizing/panels-one-expected.txt: Removed.
* platform/wpe/fast/box-sizing/panels-two-expected.txt: Removed.
* platform/wpe/fast/box-sizing/percentage-height-expected.txt: Removed.
* platform/wpe/fast/canvas/canvas-size-change-after-layout-expected.txt: Removed.
* platform/wpe/fast/canvas/canvas-zoom-expected.txt: Removed.
* platform/wpe/fast/canvas/fallback-content-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/css-webkit-canvas-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt: Removed.
* platform/wpe/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt: Removed.
* platform/wpe/fast/clip/outline-overflowClip-expected.txt: Removed.
* platform/wpe/fast/clip/overflow-border-radius-clip-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/003-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/004-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/005-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/007-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/008-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/009-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/010-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/011-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/016-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/after-order-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/beforeAfter-interdocument-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/details-summary-before-after-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/initial-letter-clearance-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/initial-letter-descender-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/no-openclose-quote-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-before-after-child-add-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-row-group-to-inline-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-row-group-with-before-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-row-with-before-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/table-with-before-expected.txt: Removed.
* platform/wpe/fast/css-generated-content/visibleContentHiddenParent-expected.txt: Removed.
* platform/wpe/fast/css/001-expected.txt: Removed.
* platform/wpe/fast/css/007-expected.txt: Removed.
* platform/wpe/fast/css/ZeroOpacityLayers-expected.txt: Removed.
* platform/wpe/fast/css/ZeroOpacityLayers2-expected.txt: Removed.
* platform/wpe/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed.
* platform/wpe/fast/css/absolute-poition-in-rtl-parent-expected.txt: Removed.
* platform/wpe/fast/css/apple-system-colors-expected.txt: Removed.
* platform/wpe/fast/css/attribute-selector-empty-value-expected.txt: Removed.
* platform/wpe/fast/css/begin-end-contain-selector-empty-value-expected.txt: Removed.
* platform/wpe/fast/css/border-height-expected.txt: Removed.
* platform/wpe/fast/css/child-style-can-override-visited-style-expected.txt: Removed.
* platform/wpe/fast/css/clip-text-in-scaled-div-expected.txt: Removed.
* platform/wpe/fast/css/color-quirk-expected.txt: Removed.
* platform/wpe/fast/css/color-strict-expected.txt: Removed.
* platform/wpe/fast/css/counters/counter-text-security-expected.txt: Removed.
* platform/wpe/fast/css/counters/counter-text-transform-expected.txt: Removed.
* platform/wpe/fast/css/create_element_align-expected.txt: Removed.
* platform/wpe/fast/css/empty-body-test-expected.txt: Removed.
* platform/wpe/fast/css/empty-generated-content-expected.txt: Removed.
* platform/wpe/fast/css/empty-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/error-in-last-decl-expected.txt: Removed.
* platform/wpe/fast/css/fieldset-display-row-expected.txt: Removed.
* platform/wpe/fast/css/first-child-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/first-letter-first-line-hover-expected.txt: Removed.
* platform/wpe/fast/css/first-letter-recalculation-expected.txt: Removed.
* platform/wpe/fast/css/first-of-type-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/focus-ring-detached-expected.txt: Removed.
* platform/wpe/fast/css/focus-ring-multiline-expected.txt: Removed.
* platform/wpe/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed.
* platform/wpe/fast/css/font-face-in-media-rule-expected.txt: Removed.
* platform/wpe/fast/css/font-face-woff-expected.txt: Removed.
* platform/wpe/fast/css/font-family-pictograph-expected.txt: Removed.
* platform/wpe/fast/css/font-smoothing-expected.txt: Removed.
* platform/wpe/fast/css/font_property_normal-expected.txt: Removed.
* platform/wpe/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/wpe/fast/css/getComputedStyle/computed-style-font-family-expected.txt: Removed.
* platform/wpe/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
* platform/wpe/fast/css/h1-in-section-elements-expected.txt: Removed.
* platform/wpe/fast/css/hsla-color-expected.txt: Removed.
* platform/wpe/fast/css/image-rendering-expected.txt: Removed.
* platform/wpe/fast/css/inline-element-line-break-expected.txt: Removed.
* platform/wpe/fast/css/inline-properties-important-expected.txt: Removed.
* platform/wpe/fast/css/invalid-pseudo-classes-expected.txt: Removed.
* platform/wpe/fast/css/last-child-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/last-of-type-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/line-height-font-order-expected.txt: Removed.
* platform/wpe/fast/css/list-outline-expected.txt: Removed.
* platform/wpe/fast/css/margin-bottom-form-element-quirk-expected.txt: Removed.
* platform/wpe/fast/css/margin-bottom-form-element-strict-expected.txt: Removed.
* platform/wpe/fast/css/min-width-with-spanned-cell-fixed-expected.txt: Removed.
* platform/wpe/fast/css/named-images-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/001-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/002-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/003-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/004-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/005-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/006-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/007-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/namespaces-comments-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/namespaces-empty-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/namespaces-escapes-expected.txt: Removed.
* platform/wpe/fast/css/namespaces/namespaces-invalid-at-expected.txt: Removed.
* platform/wpe/fast/css/negative-leading-expected.txt: Removed.
* platform/wpe/fast/css/nested-floating-relative-position-percentages-expected.txt: Removed.
* platform/wpe/fast/css/non-empty-span-expected.txt: Removed.
* platform/wpe/fast/css/non-standard-checkbox-size-expected.txt: Removed.
* platform/wpe/fast/css/only-child-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/only-of-type-pseudo-class-expected.txt: Removed.
* platform/wpe/fast/css/outline-auto-empty-rects-expected.txt: Removed.
* platform/wpe/fast/css/outline-auto-location-expected.txt: Removed.
* platform/wpe/fast/css/outline-narrowLine-expected.txt: Removed.
* platform/wpe/fast/css/pendingStylesheetFontSize-expected.txt: Removed.
* platform/wpe/fast/css/percent-top-relative-container-height-unspecified-expected.txt: Removed.
* platform/wpe/fast/css/percent-top-value-with-relative-position-expected.txt: Removed.
* platform/wpe/fast/css/percentage-non-integer-expected.txt: Removed.
* platform/wpe/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: Removed.
* platform/wpe/fast/css/pseudo-element-line-break-expected.txt: Removed.
* platform/wpe/fast/css/rem-units-on-root-expected.txt: Removed.
* platform/wpe/fast/css/rtl-to-viewport-expected.txt: Removed.
* platform/wpe/fast/css/shadow-multiple-expected.txt: Removed.
* platform/wpe/fast/css/simple-selector-chain-parsing-expected.txt: Removed.
* platform/wpe/fast/css/table-text-align-quirk-expected.txt: Removed.
* platform/wpe/fast/css/table-text-align-strict-expected.txt: Removed.
* platform/wpe/fast/css/target-fragment-match-expected.txt: Removed.
* platform/wpe/fast/css/text-security-expected.txt: Removed.
* platform/wpe/fast/css/viewport-units-dynamic-expected.txt: Removed.
* platform/wpe/fast/css/zoom-font-size-expected.txt: Removed.
* platform/wpe/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt: Removed.
* platform/wpe/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Removed.
* platform/wpe/fast/dom/HTMLProgressElement/progress-element-expected.txt: Removed.
* platform/wpe/fast/dom/Window/btoa-pnglet-expected.txt: Removed.
* platform/wpe/fast/dom/clone-contents-0-end-offset-expected.txt: Removed.
* platform/wpe/fast/dom/clone-node-dynamic-style-expected.txt: Removed.
* platform/wpe/fast/dom/createDocumentType-expected.txt: Removed.
* platform/wpe/fast/dom/css-mediarule-deleteRule-update-expected.txt: Removed.
* platform/wpe/fast/dom/css-mediarule-insertRule-update-expected.txt: Removed.
* platform/wpe/fast/dom/css-rule-functions-expected.txt: Removed.
* platform/wpe/fast/dom/importNodeHTML-expected.txt: Removed.
* platform/wpe/fast/dom/importNodeXML-expected.txt: Removed.
* platform/wpe/fast/dom/outerText-expected.txt: Removed.
* platform/wpe/fast/dom/row-inner-text-expected.txt: Removed.
* platform/wpe/fast/dynamic/002-expected.txt: Removed.
* platform/wpe/fast/dynamic/004-expected.txt: Removed.
* platform/wpe/fast/dynamic/006-expected.txt: Removed.
* platform/wpe/fast/dynamic/009-expected.txt: Removed.
* platform/wpe/fast/dynamic/010-expected.txt: Removed.
* platform/wpe/fast/dynamic/013-expected.txt: Removed.
* platform/wpe/fast/dynamic/first-letter-display-change-expected.txt: Removed.
* platform/wpe/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt: Removed.
* platform/wpe/fast/dynamic/genContentDestroyChildren-expected.txt: Removed.
* platform/wpe/fast/dynamic/link-href-change-expected.txt: Removed.
* platform/wpe/fast/dynamic/move-node-with-selection-expected.txt: Removed.
* platform/wpe/fast/dynamic/outerHTML-img-expected.txt: Removed.
* platform/wpe/fast/dynamic/text-combine-expected.txt: Removed.
* platform/wpe/fast/dynamic/window-scrollbars-test-expected.txt: Removed.
* platform/wpe/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Removed.
* platform/wpe/fast/events/event-listener-on-link-expected.txt: Removed.
* platform/wpe/fast/events/focus-label-legend-elements-with-tab-expected.txt: Removed.
* platform/wpe/fast/events/ghostly-mousemoves-in-subframe-expected.txt: Removed.
* platform/wpe/fast/events/onload-re-entry-expected.txt: Removed.
* platform/wpe/fast/events/reveal-link-when-focused-expected.txt: Removed.
* platform/wpe/fast/flexbox/026-expected.txt: Removed.
* platform/wpe/fast/frames/001-expected.txt: Removed.
* platform/wpe/fast/frames/flattening/iframe-flattening-nested-expected.txt: Removed.
* platform/wpe/fast/frames/frame-scrolling-attribute-expected.txt: Removed.
* platform/wpe/fast/frames/frameElement-frame-expected.txt: Removed.
* platform/wpe/fast/frames/frameElement-iframe-expected.txt: Removed.
* platform/wpe/fast/frames/iframe-option-crash-expected.txt: Removed.
* platform/wpe/fast/frames/iframe-scrolling-attribute-expected.txt: Removed.
* platform/wpe/fast/frames/inline-object-inside-frameset-expected.txt: Removed.
* platform/wpe/fast/gradients/generated-gradients-expected.txt: Removed.
* platform/wpe/fast/gradients/simple-gradients-expected.txt: Removed.
* platform/wpe/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Removed.
* platform/wpe/fast/hidpi/clip-text-in-hidpi-expected.txt: Removed.
* platform/wpe/fast/hidpi/device-scale-factor-paint-expected.txt: Removed.
* platform/wpe/fast/hidpi/focus-rings-expected.txt: Removed.
* platform/wpe/fast/hidpi/gradient-with-scaled-ancestor-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-as-background-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-background-repeat-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-border-image-comparison-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-border-image-simple-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-in-content-dynamic-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-out-of-order-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-simple-expected.txt: Removed.
* platform/wpe/fast/hidpi/image-set-without-specified-width-expected.txt: Removed.
* platform/wpe/fast/html/details-add-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-add-child-2-expected.txt: Removed.
* platform/wpe/fast/html/details-add-details-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-add-details-child-2-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-1-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-10-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-2-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-3-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-4-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-5-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-6-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-7-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-8-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-9-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-add-summary-child-2-expected.txt: Removed.
* platform/wpe/fast/html/details-marker-style-expected.txt: Removed.
* platform/wpe/fast/html/details-marker-style-mixed-expected.txt: Removed.
* platform/wpe/fast/html/details-nested-1-expected.txt: Removed.
* platform/wpe/fast/html/details-nested-2-expected.txt: Removed.
* platform/wpe/fast/html/details-no-summary1-expected.txt: Removed.
* platform/wpe/fast/html/details-no-summary2-expected.txt: Removed.
* platform/wpe/fast/html/details-no-summary3-expected.txt: Removed.
* platform/wpe/fast/html/details-open1-expected.txt: Removed.
* platform/wpe/fast/html/details-open3-expected.txt: Removed.
* platform/wpe/fast/html/details-open5-expected.txt: Removed.
* platform/wpe/fast/html/details-open6-expected.txt: Removed.
* platform/wpe/fast/html/details-position-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-child-2-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-1-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-2-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-3-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-4-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-5-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-6-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-child-1-expected.txt: Removed.
* platform/wpe/fast/html/details-remove-summary-child-2-expected.txt: Removed.
* platform/wpe/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
* platform/wpe/fast/html/keygen-expected.txt: Removed.
* platform/wpe/fast/html/link-rel-stylesheet-expected.txt: Removed.
* platform/wpe/fast/images/image-controls-basic-expected.txt: Removed.
* platform/wpe/fast/images/image-map-anchor-children-expected.txt: Removed.
* platform/wpe/fast/inline-block/001-expected.txt: Removed.
* platform/wpe/fast/inline-block/002-expected.txt: Removed.
* platform/wpe/fast/inline-block/003-expected.txt: Removed.
* platform/wpe/fast/inline-block/006-expected.txt: Removed.
* platform/wpe/fast/inline-block/tricky-baseline-expected.txt: Removed.
* platform/wpe/fast/inline/002-expected.txt: Removed.
* platform/wpe/fast/inline/25277-2-expected.txt: Removed.
* platform/wpe/fast/inline/25277-expected.txt: Removed.
* platform/wpe/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
* platform/wpe/fast/inline/continuation-outlines-with-layers-2-expected.txt: Removed.
* platform/wpe/fast/inline/inline-content-with-image-simple-expected.txt: Removed.
* platform/wpe/fast/inline/inline-padding-disables-text-quirk-expected.txt: Removed.
* platform/wpe/fast/inline/inline-text-quirk-bpm-expected.txt: Removed.
* platform/wpe/fast/inline/inline-wrap-with-parent-padding-expected.txt: Removed.
* platform/wpe/fast/inline/justify-emphasis-inline-box-expected.txt: Removed.
* platform/wpe/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed.
* platform/wpe/fast/inline/outline-continuations-expected.txt: Removed.
* platform/wpe/fast/inline/positioned-object-between-replaced-elements-expected.txt: Removed.
* platform/wpe/fast/inline/positionedLifetime-expected.txt: Removed.
* platform/wpe/fast/inline/simple-inline-block-expected.txt: Removed.
* platform/wpe/fast/inline/simple-intruding-float1-expected.txt: Removed.
* platform/wpe/fast/inline/simple-intruding-floats2-expected.txt: Removed.
* platform/wpe/fast/inline/simple-shrink-to-fit-inline-block-expected.txt: Removed.
* platform/wpe/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Removed.
* platform/wpe/fast/inline/vertical-align-text-bottom-expected.txt: Removed.
* platform/wpe/fast/inspector-support/matchedrules-expected.txt: Removed.
* platform/wpe/fast/invalid/001-expected.txt: Removed.
* platform/wpe/fast/invalid/004-expected.txt: Removed.
* platform/wpe/fast/invalid/005-expected.txt: Removed.
* platform/wpe/fast/invalid/006-expected.txt: Removed.
* platform/wpe/fast/invalid/009-expected.txt: Removed.
* platform/wpe/fast/invalid/010-expected.txt: Removed.
* platform/wpe/fast/invalid/011-expected.txt: Removed.
* platform/wpe/fast/invalid/018-expected.txt: Removed.
* platform/wpe/fast/invalid/nestedh3s-expected.txt: Removed.
* platform/wpe/fast/invalid/td-inside-object-expected.txt: Removed.
* platform/wpe/fast/layers/overflow-scroll-auto-switch-expected.txt: Removed.
* platform/wpe/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed.
* platform/wpe/fast/line-grid/line-align-left-edges-expected.txt: Removed.
* platform/wpe/fast/line-grid/line-align-right-edges-expected.txt: Removed.
* platform/wpe/fast/lists/001-expected.txt: Removed.
* platform/wpe/fast/lists/001-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/002-expected.txt: Removed.
* platform/wpe/fast/lists/002-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/004-expected.txt: Removed.
* platform/wpe/fast/lists/005-expected.txt: Removed.
* platform/wpe/fast/lists/005-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/006-expected.txt: Removed.
* platform/wpe/fast/lists/006-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/007-expected.txt: Removed.
* platform/wpe/fast/lists/007-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/008-expected.txt: Removed.
* platform/wpe/fast/lists/008-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/009-expected.txt: Removed.
* platform/wpe/fast/lists/009-vertical-expected.txt: Removed.
* platform/wpe/fast/lists/li-br-expected.txt: Removed.
* platform/wpe/fast/lists/li-style-alpha-huge-value-crash-expected.txt: Removed.
* platform/wpe/fast/lists/list-marker-with-line-height-expected.txt: Removed.
* platform/wpe/fast/lists/list-style-none-crash-expected.txt: Removed.
* platform/wpe/fast/lists/numeric-markers-outside-list-expected.txt: Removed.
* platform/wpe/fast/lists/ol-start-dynamic-expected.txt: Removed.
* platform/wpe/fast/lists/ol-start-parsing-expected.txt: Removed.
* platform/wpe/fast/loader/text-document-wrapping-expected.txt: Removed.
* platform/wpe/fast/multicol/border-padding-pagination-expected.txt: Removed.
* platform/wpe/fast/multicol/client-rects-expected.txt: Removed.
* platform/wpe/fast/multicol/client-rects-spanners-complex-expected.txt: Removed.
* platform/wpe/fast/multicol/client-rects-spanners-expected.txt: Removed.
* platform/wpe/fast/multicol/column-break-with-balancing-expected.txt: Removed.
* platform/wpe/fast/multicol/column-count-with-rules-expected.txt: Removed.
* platform/wpe/fast/multicol/columns-shorthand-parsing-expected.txt: Removed.
* platform/wpe/fast/multicol/float-avoidance-expected.txt: Removed.
* platform/wpe/fast/multicol/float-paginate-empty-lines-expected.txt: Removed.
* platform/wpe/fast/multicol/float-paginate-expected.txt: Removed.
* platform/wpe/fast/multicol/layers-split-across-columns-expected.txt: Removed.
* platform/wpe/fast/multicol/margin-collapse-expected.txt: Removed.
* platform/wpe/fast/multicol/newmulticol/client-rects-expected.txt: Removed.
* platform/wpe/fast/multicol/overflow-across-columns-expected.txt: Removed.
* platform/wpe/fast/multicol/overflow-across-columns-percent-height-expected.txt: Removed.
* platform/wpe/fast/multicol/overflow-unsplittable-expected.txt: Removed.
* platform/wpe/fast/multicol/paginate-block-replaced-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/BottomToTop-bt-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/BottomToTop-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/BottomToTop-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/BottomToTop-tb-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/LeftToRight-bt-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/LeftToRight-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/LeftToRight-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/LeftToRight-tb-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-bt-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/RightToLeft-tb-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/TopToBottom-bt-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/TopToBottom-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/TopToBottom-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/TopToBottom-tb-expected.txt: Removed.
* platform/wpe/fast/multicol/pagination/nested-transforms-expected.txt: Removed.
* platform/wpe/fast/multicol/positioned-split-expected.txt: Removed.
* platform/wpe/fast/multicol/positive-leading-expected.txt: Removed.
* platform/wpe/fast/multicol/shadow-breaking-expected.txt: Removed.
* platform/wpe/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Removed.
* platform/wpe/fast/multicol/span/clone-flexbox-expected.txt: Removed.
* platform/wpe/fast/multicol/span/clone-summary-expected.txt: Removed.
* platform/wpe/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Removed.
* platform/wpe/fast/multicol/table-margin-collapse-expected.txt: Removed.
* platform/wpe/fast/multicol/table-vertical-align-expected.txt: Removed.
* platform/wpe/fast/multicol/tall-image-behavior-lr-expected.txt: Removed.
* platform/wpe/fast/multicol/tall-image-behavior-lr-mixed-expected.txt: Removed.
* platform/wpe/fast/multicol/tall-image-behavior-rl-expected.txt: Removed.
* platform/wpe/fast/multicol/unsplittable-inline-block-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/float-avoidance-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/float-paginate-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/float-avoidance-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/float-paginate-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/rule-style-expected.txt: Removed.
* platform/wpe/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Removed.
* platform/wpe/fast/overflow/001-expected.txt: Removed.
* platform/wpe/fast/overflow/002-expected.txt: Removed.
* platform/wpe/fast/overflow/005-expected.txt: Removed.
* platform/wpe/fast/overflow/childFocusRingClip-expected.txt: Removed.
* platform/wpe/fast/overflow/dynamic-hidden-expected.txt: Removed.
* platform/wpe/fast/overflow/infiniteRecursionGuard-expected.txt: Removed.
* platform/wpe/fast/overflow/overflow-auto-position-absolute-expected.txt: Removed.
* platform/wpe/fast/overflow/overflow-auto-table-expected.txt: Removed.
* platform/wpe/fast/overflow/overflow-float-stacking-expected.txt: Removed.
* platform/wpe/fast/parser/bad-xml-slash-expected.txt: Removed.
* platform/wpe/fast/parser/broken-comments-vs-parsing-mode-expected.txt: Removed.
* platform/wpe/fast/parser/tabs-in-scripts-expected.txt: Removed.
* platform/wpe/fast/parser/title-error-test-expected.txt: Removed.
* platform/wpe/fast/preloader/document-write-expected.txt: Removed.
* platform/wpe/fast/preloader/script-expected.txt: Removed.
* platform/wpe/fast/reflections/reflection-direction-expected.txt: Removed.
* platform/wpe/fast/reflections/reflection-masks-expected.txt: Removed.
* platform/wpe/fast/reflections/reflection-masks-opacity-expected.txt: Removed.
* platform/wpe/fast/reflections/reflection-nesting-expected.txt: Removed.
* platform/wpe/fast/replaced/005-expected.txt: Removed.
* platform/wpe/fast/replaced/006-expected.txt: Removed.
* platform/wpe/fast/replaced/007-expected.txt: Removed.
* platform/wpe/fast/replaced/absolute-image-sizing-expected.txt: Removed.
* platform/wpe/fast/replaced/absolute-position-percentage-width-expected.txt: Removed.
* platform/wpe/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Removed.
* platform/wpe/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt: Removed.
* platform/wpe/fast/replaced/applet-display-none-expected.txt: Removed.
* platform/wpe/fast/replaced/border-radius-clip-expected.txt: Removed.
* platform/wpe/fast/replaced/embed-display-none-expected.txt: Removed.
* platform/wpe/fast/replaced/image-onload-expected.txt: Removed.
* platform/wpe/fast/replaced/image-sizing-expected.txt: Removed.
* platform/wpe/fast/replaced/maxheight-percent-expected.txt: Removed.
* platform/wpe/fast/replaced/maxheight-pxs-expected.txt: Removed.
* platform/wpe/fast/replaced/maxwidth-percent-expected.txt: Removed.
* platform/wpe/fast/replaced/maxwidth-pxs-expected.txt: Removed.
* platform/wpe/fast/replaced/minheight-percent-expected.txt: Removed.
* platform/wpe/fast/replaced/minheight-pxs-expected.txt: Removed.
* platform/wpe/fast/replaced/minwidth-percent-expected.txt: Removed.
* platform/wpe/fast/replaced/minwidth-pxs-expected.txt: Removed.
* platform/wpe/fast/replaced/object-align-hspace-vspace-expected.txt: Removed.
* platform/wpe/fast/replaced/object-display-none-expected.txt: Removed.
* platform/wpe/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt: Removed.
* platform/wpe/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt: Removed.
* platform/wpe/fast/replaced/table-percent-height-expected.txt: Removed.
* platform/wpe/fast/replaced/three-selects-break-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Removed.
* platform/wpe/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt: Removed.
* platform/wpe/fast/replaced/width100percent-checkbox-expected.txt: Removed.
* platform/wpe/fast/replaced/width100percent-radio-expected.txt: Removed.
* platform/wpe/fast/replaced/width100percent-searchfield-expected.txt: Removed.
* platform/wpe/fast/replaced/width100percent-textfield-expected.txt: Removed.
* platform/wpe/fast/ruby/base-shorter-than-text-expected.txt: Removed.
* platform/wpe/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed.
* platform/wpe/fast/ruby/ruby-text-before-after-content-expected.txt: Removed.
* platform/wpe/fast/ruby/select-ruby-expected.txt: Removed.
* platform/wpe/fast/selectors/001-expected.txt: Removed.
* platform/wpe/fast/selectors/003-expected.txt: Removed.
* platform/wpe/fast/selectors/004-expected.txt: Removed.
* platform/wpe/fast/selectors/005-expected.txt: Removed.
* platform/wpe/fast/selectors/007b-expected.txt: Removed.
* platform/wpe/fast/selectors/009-expected.txt: Removed.
* platform/wpe/fast/selectors/010-expected.txt: Removed.
* platform/wpe/fast/selectors/011-expected.txt: Removed.
* platform/wpe/fast/selectors/012-expected.txt: Removed.
* platform/wpe/fast/selectors/014-expected.txt: Removed.
* platform/wpe/fast/selectors/016-expected.txt: Removed.
* platform/wpe/fast/selectors/018b-expected.txt: Removed.
* platform/wpe/fast/selectors/019-expected.txt: Removed.
* platform/wpe/fast/selectors/020-expected.txt: Removed.
* platform/wpe/fast/selectors/021-expected.txt: Removed.
* platform/wpe/fast/selectors/021b-expected.txt: Removed.
* platform/wpe/fast/selectors/027-expected.txt: Removed.
* platform/wpe/fast/selectors/032-expected.txt: Removed.
* platform/wpe/fast/selectors/038-expected.txt: Removed.
* platform/wpe/fast/selectors/039-expected.txt: Removed.
* platform/wpe/fast/selectors/039b-expected.txt: Removed.
* platform/wpe/fast/selectors/043-expected.txt: Removed.
* platform/wpe/fast/selectors/043b-expected.txt: Removed.
* platform/wpe/fast/selectors/044-expected.txt: Removed.
* platform/wpe/fast/selectors/044b-expected.txt: Removed.
* platform/wpe/fast/selectors/044c-expected.txt: Removed.
* platform/wpe/fast/selectors/044d-expected.txt: Removed.
* platform/wpe/fast/selectors/045c-expected.txt: Removed.
* platform/wpe/fast/selectors/054-expected.txt: Removed.
* platform/wpe/fast/selectors/056-expected.txt: Removed.
* platform/wpe/fast/selectors/058-expected.txt: Removed.
* platform/wpe/fast/selectors/059-expected.txt: Removed.
* platform/wpe/fast/selectors/060-expected.txt: Removed.
* platform/wpe/fast/selectors/061-expected.txt: Removed.
* platform/wpe/fast/selectors/062-expected.txt: Removed.
* platform/wpe/fast/selectors/063-expected.txt: Removed.
* platform/wpe/fast/selectors/065-expected.txt: Removed.
* platform/wpe/fast/selectors/066-expected.txt: Removed.
* platform/wpe/fast/selectors/066b-expected.txt: Removed.
* platform/wpe/fast/selectors/072-expected.txt: Removed.
* platform/wpe/fast/selectors/072b-expected.txt: Removed.
* platform/wpe/fast/selectors/077-expected.txt: Removed.
* platform/wpe/fast/selectors/077b-expected.txt: Removed.
* platform/wpe/fast/selectors/078b-expected.txt: Removed.
* platform/wpe/fast/selectors/083-expected.txt: Removed.
* platform/wpe/fast/selectors/087b-expected.txt: Removed.
* platform/wpe/fast/selectors/088b-expected.txt: Removed.
* platform/wpe/fast/selectors/089-expected.txt: Removed.
* platform/wpe/fast/selectors/090b-expected.txt: Removed.
* platform/wpe/fast/selectors/154-expected.txt: Removed.
* platform/wpe/fast/selectors/155-expected.txt: Removed.
* platform/wpe/fast/selectors/155a-expected.txt: Removed.
* platform/wpe/fast/selectors/155b-expected.txt: Removed.
* platform/wpe/fast/selectors/155c-expected.txt: Removed.
* platform/wpe/fast/selectors/155d-expected.txt: Removed.
* platform/wpe/fast/selectors/156b-expected.txt: Removed.
* platform/wpe/fast/selectors/157-expected.txt: Removed.
* platform/wpe/fast/selectors/158-expected.txt: Removed.
* platform/wpe/fast/selectors/159-expected.txt: Removed.
* platform/wpe/fast/selectors/160-expected.txt: Removed.
* platform/wpe/fast/selectors/166a-expected.txt: Removed.
* platform/wpe/fast/selectors/167-expected.txt: Removed.
* platform/wpe/fast/selectors/167a-expected.txt: Removed.
* platform/wpe/fast/selectors/170-expected.txt: Removed.
* platform/wpe/fast/selectors/170a-expected.txt: Removed.
* platform/wpe/fast/selectors/170b-expected.txt: Removed.
* platform/wpe/fast/selectors/170c-expected.txt: Removed.
* platform/wpe/fast/selectors/170d-expected.txt: Removed.
* platform/wpe/fast/selectors/175a-expected.txt: Removed.
* platform/wpe/fast/selectors/175b-expected.txt: Removed.
* platform/wpe/fast/selectors/175c-expected.txt: Removed.
* platform/wpe/fast/selectors/177a-expected.txt: Removed.
* platform/wpe/fast/selectors/177b-expected.txt: Removed.
* platform/wpe/fast/selectors/lang-inheritance-expected.txt: Removed.
* platform/wpe/fast/selectors/lang-inheritance2-expected.txt: Removed.
* platform/wpe/fast/selectors/lang-vs-xml-lang-expected.txt: Removed.
* platform/wpe/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Removed.
* platform/wpe/fast/selectors/nondeterministic-combinators-expected.txt: Removed.
* platform/wpe/fast/selectors/unqualified-hover-strict-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed.
* platform/wpe/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt: Removed.
* platform/wpe/fast/table/001-expected.txt: Removed.
* platform/wpe/fast/table/002-expected.txt: Removed.
* platform/wpe/fast/table/004-expected.txt: Removed.
* platform/wpe/fast/table/005-expected.txt: Removed.
* platform/wpe/fast/table/006-expected.txt: Removed.
* platform/wpe/fast/table/010-expected.txt: Removed.
* platform/wpe/fast/table/011-expected.txt: Removed.
* platform/wpe/fast/table/013-expected.txt: Removed.
* platform/wpe/fast/table/014-expected.txt: Removed.
* platform/wpe/fast/table/015-expected.txt: Removed.
* platform/wpe/fast/table/017-expected.txt: Removed.
* platform/wpe/fast/table/020-expected.txt: Removed.
* platform/wpe/fast/table/021-expected.txt: Removed.
* platform/wpe/fast/table/022-expected.txt: Removed.
* platform/wpe/fast/table/023-expected.txt: Removed.
* platform/wpe/fast/table/024-expected.txt: Removed.
* platform/wpe/fast/table/026-expected.txt: Removed.
* platform/wpe/fast/table/027-expected.txt: Removed.
* platform/wpe/fast/table/027-vertical-expected.txt: Removed.
* platform/wpe/fast/table/028-expected.txt: Removed.
* platform/wpe/fast/table/028-vertical-expected.txt: Removed.
* platform/wpe/fast/table/029-expected.txt: Removed.
* platform/wpe/fast/table/030-expected.txt: Removed.
* platform/wpe/fast/table/033-expected.txt: Removed.
* platform/wpe/fast/table/035-expected.txt: Removed.
* platform/wpe/fast/table/035-vertical-expected.txt: Removed.
* platform/wpe/fast/table/036-expected.txt: Removed.
* platform/wpe/fast/table/037-expected.txt: Removed.
* platform/wpe/fast/table/039-expected.txt: Removed.
* platform/wpe/fast/table/align-right-within-left-aligned-div-expected.txt: Removed.
* platform/wpe/fast/table/append-cells-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/002-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/002-vertical-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-69296-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-cell-append-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-cell-remove-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Removed.
* platform/wpe/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Removed.
* platform/wpe/fast/table/cell-pref-width-invalidation-expected.txt: Removed.
* platform/wpe/fast/table/col-width-span-expand-expected.txt: Removed.
* platform/wpe/fast/table/colgroup-preceded-by-caption-expected.txt: Removed.
* platform/wpe/fast/table/colspan-with-all-percent-cells-expected.txt: Removed.
* platform/wpe/fast/table/dynamic-cellpadding-expected.txt: Removed.
* platform/wpe/fast/table/dynamic-descendant-percentage-height-expected.txt: Removed.
* platform/wpe/fast/table/early-table-layout-expected.txt: Removed.
* platform/wpe/fast/table/empty-table-percent-height-expected.txt: Removed.
* platform/wpe/fast/table/fixed-nested-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-non-cell-in-row-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-percent-width-inside-div-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt: Removed.
* platform/wpe/fast/table/fixed-table-with-small-percent-width-expected.txt: Removed.
* platform/wpe/fast/table/floating-th-expected.txt: Removed.
* platform/wpe/fast/table/floatingTablePaintBackground-expected.txt: Removed.
* platform/wpe/fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Removed.
* platform/wpe/fast/table/frame-and-rules-expected.txt: Removed.
* platform/wpe/fast/table/giantRowspan-expected.txt: Removed.
* platform/wpe/fast/table/max-width-integer-overflow-expected.txt: Removed.
* platform/wpe/fast/table/multiple-percent-height-rows-expected.txt: Removed.
* platform/wpe/fast/table/percent-widths-stretch-expected.txt: Removed.
* platform/wpe/fast/table/percent-widths-stretch-vertical-expected.txt: Removed.
* platform/wpe/fast/table/quote-text-around-iframe-expected.txt: Removed.
* platform/wpe/fast/table/relative-position-containment-expected.txt: Removed.
* platform/wpe/fast/table/relative-position-offsets-expected.txt: Removed.
* platform/wpe/fast/table/relative-position-stacking-expected.txt: Removed.
* platform/wpe/fast/table/replaced-percent-height-expected.txt: Removed.
* platform/wpe/fast/table/rowindex-expected.txt: Removed.
* platform/wpe/fast/table/rowspan-paint-order-expected.txt: Removed.
* platform/wpe/fast/table/rules-attr-dynchange1-expected.txt: Removed.
* platform/wpe/fast/table/rules-attr-dynchange2-expected.txt: Removed.
* platform/wpe/fast/table/simple_paint-expected.txt: Removed.
* platform/wpe/fast/table/table-after-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/table-before-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/table-cell-after-child-in-block-expected.txt: Removed.
* platform/wpe/fast/table/table-cell-before-child-in-block-expected.txt: Removed.
* platform/wpe/fast/table/table-cell-before-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/table-display-types-expected.txt: Removed.
* platform/wpe/fast/table/table-display-types-strict-expected.txt: Removed.
* platform/wpe/fast/table/table-display-types-vertical-expected.txt: Removed.
* platform/wpe/fast/table/table-hspace-align-center-expected.txt: Removed.
* platform/wpe/fast/table/table-row-after-child-in-block-expected.txt: Removed.
* platform/wpe/fast/table/table-row-after-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/table-row-before-child-in-block-expected.txt: Removed.
* platform/wpe/fast/table/table-row-before-child-in-table-expected.txt: Removed.
* platform/wpe/fast/table/tableInsideCaption-expected.txt: Removed.
* platform/wpe/fast/table/unbreakable-images-quirk-expected.txt: Removed.
* platform/wpe/fast/table/unused-percent-heights-expected.txt: Removed.
* platform/wpe/fast/table/vertical-align-baseline-expected.txt: Removed.
* platform/wpe/fast/tokenizer/001-expected.txt: Removed.
* platform/wpe/fast/tokenizer/003-expected.txt: Removed.
* platform/wpe/fast/transforms/identity-matrix-expected.txt: Removed.
* platform/wpe/fast/transforms/overflow-with-transform-expected.txt: Removed.
* platform/wpe/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed.
* platform/wpe/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed.
* platform/wpe/fast/transforms/skew-with-unitless-zero-expected.txt: Removed.
* platform/wpe/fast/transforms/transformed-caret-expected.txt: Removed.
* platform/wpe/fast/transforms/transformed-document-element-expected.txt: Removed.
* platform/wpe/fast/transforms/transforms-with-opacity-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-horizontal-bt-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-vertical-lr-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-vertical-rl-expected.txt: Removed.
* platform/wpe/fast/writing-mode/background-vertical-rl-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/basic-vertical-line-expected.txt: Removed.
* platform/wpe/fast/writing-mode/basic-vertical-line-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-image-horizontal-bt-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-image-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-image-vertical-rl-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-styles-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-styles-vertical-lr-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-styles-vertical-rl-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-styles-vertical-rl-mixed-expected.txt: Removed.
* platform/wpe/fast/writing-mode/border-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/box-shadow-horizontal-bt-expected.txt: Removed.
* platform/wpe/fast/writing-mode/box-shadow-vertical-lr-expected.txt: Removed.
* platform/wpe/fast/writing-mode/box-shadow-vertical-rl-expected.txt: Removed.
* platform/wpe/fast/writing-mode/broken-ideograph-small-caps-expected.txt: Removed.
* platform/wpe/fast/writing-mode/broken-ideographic-font-expected.txt: Removed.
* platform/wpe/fast/writing-mode/fallback-orientation-expected.txt: Removed.
* platform/wpe/fast/writing-mode/japanese-lr-text-expected.txt: Removed.
* platform/wpe/fast/writing-mode/japanese-rl-text-expected.txt: Removed.
* platform/wpe/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Removed.
* platform/wpe/fast/writing-mode/vertical-font-fallback-expected.txt: Removed.
* platform/wpe/fast/xsl/xslt-import-depth-expected.txt: Removed.
* platform/wpe/fast/xsl/xslt_unicode-expected.txt: Removed.
2020-05-13 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for cases when the balancing is not based on the initial width
https://bugs.webkit.org/show_bug.cgi?id=211878
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-fixed-width-with-max-distribution-expected.txt: Added.
* fast/layoutformattingcontext/table-fixed-width-with-max-distribution.html: Added.
2020-05-13 Zalan Bujtas <zalan@apple.com>
Do not clear selection/repaint when the renderer gets moved during tree normalization.
https://bugs.webkit.org/show_bug.cgi?id=211865
<rdar://problem/62849044>
Reviewed by Antti Koivisto.
* fast/repaint/do-no-repaint-on-internal-move-expected.txt: Added.
* fast/repaint/do-no-repaint-on-internal-move.html: Added.
2020-05-13 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move shared imported tests expectation files to glib
https://bugs.webkit.org/show_bug.cgi?id=211875
Unreviewed test gardening.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_keys.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_keys.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_ecdsa.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_ecdsa.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pkcs.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pkcs.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pss.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pss.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-position/position-absolute-in-inline-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-position/position-absolute-in-inline-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-sizing/button-min-width-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-sizing/button-min-width-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-004-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-004-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-016-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-016-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-017-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-017-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-text/white-space/white-space-collapse-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-text/white-space/white-space-collapse-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-values/line-break-ch-unit-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-values/line-break-ch-unit-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeys.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeys.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/eventsource/format-field-id-2-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/eventsource/format-field-id-2-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/eventsource/format-field-id-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/eventsource/format-field-id-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/editing/editing-0/autocapitalization/autocapitalize-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/editing/editing-0/autocapitalization/autocapitalize-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/media_fragment_seek-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/media_fragment_seek-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/video_loop_base-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/video_loop_base-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-viewref-with-viewbox-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-viewref-with-viewbox-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-inline-style-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-inline-style-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/geometry/parsing/height-computed-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/geometry/parsing/height-computed-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-attribute-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-09-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-09-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-20-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-20-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-21-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-21-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-23-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-23-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-28-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-28-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-29-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-29-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-30-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-30-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-38-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-38-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-39-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-39-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-46-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-46-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-53-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-53-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-64-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-64-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-67-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-67-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-84-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-84-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-85-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-85-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-86-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-86-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-89-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-89-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-elem-90-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-90-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-interact-events-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-interact-events-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/animate-pservers-grad-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-pservers-grad-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/color-prop-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/color-prop-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/color-prop-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/color-prop-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/color-prop-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/color-prop-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/color-prop-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/color-prop-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/conform-viewers-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/conform-viewers-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-coord-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-coord-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-coord-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-coord-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-dom-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-dom-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-dom-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-dom-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-06-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-06-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-trans-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-trans-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-transformattr-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-transformattr-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-units-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-units-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-units-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-units-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-units-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-units-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/coords-viewattr-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/coords-viewattr-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-background-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-background-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-blend-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-blend-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-composite-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-composite-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-composite-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-composite-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-comptran-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-comptran-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-conv-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-conv-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-conv-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-conv-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-conv-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-conv-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-displace-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-displace-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-example-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-example-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-felem-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-felem-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-felem-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-felem-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-gauss-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-gauss-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-gauss-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-gauss-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-gauss-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-gauss-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-light-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-light-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-light-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-light-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-light-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-light-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-offset-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-offset-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-offset-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-offset-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-overview-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-overview-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-overview-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-overview-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-overview-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-overview-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/filters-turb-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/filters-turb-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-desc-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-desc-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-elem-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-elem-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-elem-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-elem-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-elem-07-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-elem-07-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-glyph-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-glyph-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-glyph-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-glyph-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/fonts-overview-201-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/fonts-overview-201-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/imp-path-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/imp-path-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-events-202-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-events-202-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-events-203-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-events-203-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-order-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-order-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-order-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-order-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-order-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-order-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/interact-pointer-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/interact-pointer-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-a-10-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-a-10-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/linking-frag-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/linking-frag-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-mask-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-mask-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-06-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-06-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-08-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-08-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-10-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-10-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-11-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-11-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-12-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-12-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-13-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-13-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/masking-path-14-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/masking-path-14-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-control-06-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-control-06-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-fill-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-fill-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-fill-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-fill-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-fill-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-fill-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-fill-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-fill-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-render-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-render-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-06-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-06-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/painting-stroke-09-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/painting-stroke-09-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-09-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-09-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-10-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-10-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-12-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-12-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-13-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-13-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-14-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-14-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-15-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-15-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-17-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-17-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-19-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-19-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/paths-dom-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-dom-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-04-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-04-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-06-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-06-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-07-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-07-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-13-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-13-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-14-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-14-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-15-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-15-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-16-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-16-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-17-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-17-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-18-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-18-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-20-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-20-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-21-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-21-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-22-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-22-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-23-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-23-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-24-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-24-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-grad-stops-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-stops-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-06-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-06-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-07-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-07-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-08-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-08-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/pservers-pattern-09-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-pattern-09-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/render-elems-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/render-elems-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/render-elems-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/render-elems-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/render-elems-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/render-elems-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-circle-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-circle-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-circle-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-circle-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-grammar-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-grammar-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-intro-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-intro-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-line-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-line-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-line-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-line-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polygon-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polygon-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polygon-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polygon-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polyline-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polyline-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-polyline-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polyline-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-06-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-06-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/shapes-rect-07-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-rect-07-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-defs-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-defs-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-04-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-04-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-06-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-06-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-14-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-14-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-15-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-15-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-dom-20-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-20-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-frag-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-frag-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-frag-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-frag-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-frag-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-frag-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-frag-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-frag-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-group-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-group-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-group-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-group-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-08-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-08-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-09-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-09-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-10-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-10-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-11-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-11-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-12-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-12-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-16-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-16-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-18-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-18-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-image-19-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-image-19-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-svg-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-svg-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-svg-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-svg-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-symbol-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-symbol-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-04-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-04-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-06-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-06-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-07-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-07-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-08-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-08-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-09-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-09-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-10-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-10-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-11-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-11-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-12-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-12-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-13-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-13-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-14-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-14-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/struct-use-15-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-use-15-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-class-01-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-class-01-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-05-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-05-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-07-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-07-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-08-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-08-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-09-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-09-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-css-10-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-css-10-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-inherit-01-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-inherit-01-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-pres-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-pres-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-pres-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-pres-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-pres-04-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-pres-04-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/styling-pres-05-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/styling-pres-05-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-align-08-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-align-08-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-altglyph-02-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-altglyph-02-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-altglyph-03-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-altglyph-03-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-bidi-01-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-bidi-01-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-02-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-02-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-03-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-03-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-04-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-04-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-203-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-203-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-fonts-204-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-fonts-204-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-06-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-06-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-07-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-07-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-09-b-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-09-b-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-10-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-10-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-11-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-11-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-intro-12-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-intro-12-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-text-05-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-text-05-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-text-10-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-text-10-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-text-11-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-text-11-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-text-12-t-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-text-12-t-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/text-tselect-03-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/text-tselect-03-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/types-basic-02-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/types-basic-02-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/import/types-dom-06-f-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/import/types-dom-06-f-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/interact/manual/event-attribute-001-manual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/interact/manual/event-attribute-001-manual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fallback-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fallback-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fill-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fill-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-stroke-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-stroke-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-004-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-004-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-006-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-006-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-007-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-007-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/marker-008-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/marker-008-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/markers-orient-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/markers-orient-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/paint-order-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/paint-order-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-attribute-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-percentage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-percentage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-percentage-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-percentage-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/path/property/priority-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/path/property/priority-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-004-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-004-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-005-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-005-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-bicubic-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-bicubic-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-complex-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-complex-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-basic-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-basic-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-fully-overlapping-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-fully-overlapping-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/pservers/reftests/stop-color-currentcolor-dynamic-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/pservers/reftests/stop-color-currentcolor-dynamic-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/render/reftests/blending-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/render/reftests/blending-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/render/reftests/blending-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/render/reftests/blending-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/rendering/order/clip-path-filter-order-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/rendering/order/clip-path-filter-order-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/rendering/order/z-index-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/rendering/order/z-index-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/circle-01-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/circle-01-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/ellipse-01-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/ellipse-01-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/ellipse-04-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/ellipse-04-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/ellipse-09-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/ellipse-09-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/line-dasharray-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/line-dasharray-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-01-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-01-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-02-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-02-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-03-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-03-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-04-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-04-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/rect-05-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/rect-05-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/struct/scripted/blank-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/struct/scripted/blank-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/styling/render/transform-box-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/styling/render/transform-box-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/styling/render/transform-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/styling/render/transform-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/styling/render/transform-origin-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/styling/render/transform-origin-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-complex-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-complex-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-101-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-101-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-201-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-201-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-102-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-102-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-201-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-201-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-203-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-203-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/text-xml-space-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/text-xml-space-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/textpath-shape-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/textpath-shape-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/reftests/textpath-side-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/reftests/textpath-side-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-003-visual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-003-visual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-201-visual-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-201-visual-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-65K-data.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-65K-data.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-binary-65K-arraybuffer.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-binary-65K-arraybuffer.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-binary-arraybuffer.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-binary-arraybuffer.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-data.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-data.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/Send-paired-surrogates.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/Send-paired-surrogates.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/basic-auth.any-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/basic-auth.any-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/basic-auth.any.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/basic-auth.any.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-arraybuffer-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-arraybuffer-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-blob-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-blob-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-large-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-large-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/opening-handshake/003-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/opening-handshake/003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/unload-a-document/002-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/unload-a-document/002-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/websockets/unload-a-document/004-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/websockets/unload-a-document/004-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/xhr/send-redirect-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/xhr/send-redirect-expected.txt.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/hkdf.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_bits.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_ecdh_keys.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-PSS.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDSA.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/rsa_importKey.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/ecdsa.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pkcs.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_ecdsa.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pkcs.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pss.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-position/position-absolute-in-inline-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-sizing/button-min-width-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-004-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-016-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/seg-break-transformation-017-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-text/white-space/white-space-collapse-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-values/line-break-ch-unit-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-computed-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-length-percent-computed-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encoding/textdecoder-fatal-single-byte.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeys.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.https-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/eventsource/format-field-id-2-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/eventsource/format-field-id-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/read-media/pageload-video-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/editing/editing-0/autocapitalization/autocapitalize-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-generated-content-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/media_fragment_seek-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/video_loop_base-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/security.pattern.fillStyle.sub-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-viewref-with-viewbox-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/embedded/image-embedding-svg-with-viewport-units-inline-style-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/parsing/height-computed-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-attribute-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/geometry/reftests/percentage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-09-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-20-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-21-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-23-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-28-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-29-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-30-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-38-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-39-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-46-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-53-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-64-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-67-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-84-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-85-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-86-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-89-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-elem-90-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-interact-events-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/animate-pservers-grad-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/color-prop-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/color-prop-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/color-prop-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/color-prop-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/conform-viewers-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-coord-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-coord-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-dom-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-dom-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-06-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-trans-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-transformattr-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-units-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-units-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-units-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/coords-viewattr-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-background-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-blend-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-composite-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-composite-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-comptran-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-conv-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-conv-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-conv-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-displace-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-example-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-felem-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-felem-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-gauss-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-gauss-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-gauss-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-light-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-light-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-light-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-offset-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-offset-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-overview-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-overview-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-overview-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/filters-turb-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-desc-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-elem-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-elem-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-elem-07-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-glyph-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-glyph-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/fonts-overview-201-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/imp-path-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-events-202-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-events-203-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-order-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-order-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-order-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/interact-pointer-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-a-10-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/linking-frag-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-mask-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-06-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-08-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-10-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-11-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-12-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-13-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/masking-path-14-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-control-06-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-fill-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-fill-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-fill-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-fill-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-render-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-06-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/painting-stroke-09-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-09-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-10-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-12-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-13-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-14-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-15-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-17-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-19-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-dom-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-04-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-06-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-07-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-13-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-14-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-15-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-16-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-17-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-18-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-20-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-21-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-22-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-23-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-24-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-stops-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-06-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-07-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-08-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-pattern-09-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/render-elems-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/render-elems-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/render-elems-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-circle-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-circle-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-ellipse-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-grammar-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-intro-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-line-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-line-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polygon-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polygon-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polyline-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polyline-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-06-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-rect-07-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-cond-overview-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-defs-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-04-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-06-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-14-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-15-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-20-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-frag-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-frag-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-frag-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-frag-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-group-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-group-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-08-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-09-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-10-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-11-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-12-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-16-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-18-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-image-19-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-svg-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-svg-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-symbol-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-04-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-06-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-07-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-08-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-09-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-10-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-11-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-12-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-13-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-14-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-use-15-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-class-01-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-05-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-07-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-08-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-09-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-css-10-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-inherit-01-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-pres-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-pres-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-pres-04-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/styling-pres-05-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-align-08-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-02-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-03-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-bidi-01-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-02-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-03-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-04-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-203-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-fonts-204-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-06-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-07-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-09-b-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-10-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-11-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-intro-12-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-text-05-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-text-10-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-text-11-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-text-12-t-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-tselect-03-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/types-basic-02-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/types-dom-06-f-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/interact/manual/event-attribute-001-manual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fallback-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-fill-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/currentColor-override-pserver-stroke-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-004-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-006-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-007-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/marker-008-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/markers-orient-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/paint-context-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/paint-order-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-attribute-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/painting/reftests/percentage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathLength-positive-percentage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/distance/pathLength-zero-percentage-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/path/property/priority-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-004-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-basic-005-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-bicubic-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/meshgradient-complex-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-basic-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/radialgradient-fully-overlapping-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/pservers/reftests/stop-color-currentcolor-dynamic-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/render/reftests/blending-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/render/reftests/blending-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/rendering/order/clip-path-filter-order-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/rendering/order/z-index-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/circle-01-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/ellipse-01-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/ellipse-04-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/ellipse-09-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/line-dasharray-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-01-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-02-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-03-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-04-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/rect-05-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/pathlength-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-svg-dimensions-override-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/reftests/use-symbol-dimensions-override-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/struct/scripted/blank-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/styling/render/transform-box-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/styling/render/transform-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/styling/render/transform-origin-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-complex-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-101-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-inline-size-201-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-multiline-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-shape-inside-002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-102-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-201-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-text-anchor-203-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/text-xml-space-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/textpath-shape-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/reftests/textpath-side-001-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-003-visual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-201-visual-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-65K-data.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-binary-65K-arraybuffer.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-binary-arraybuffer.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-data.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/Send-paired-surrogates.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/basic-auth.any-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/basic-auth.any.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-arraybuffer-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-blob-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-large-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/interfaces/WebSocket/bufferedAmount/bufferedAmount-unicode-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/opening-handshake/003-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/unload-a-document/002-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/websockets/unload-a-document/004-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-async-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/xhr/send-entity-body-get-head-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/xhr/send-redirect-expected.txt: Removed.
2020-05-13 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move shared table tests expectation files to glib
https://bugs.webkit.org/show_bug.cgi?id=211872
Unreviewed test gardening.
* platform/glib/tables/mozilla/bugs/45621-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/45621-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10009-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10009-expected.txt.
* platform/glib/tables/mozilla/bugs/bug100334-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug100334-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10036-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10036-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10039-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10039-expected.txt.
* platform/glib/tables/mozilla/bugs/bug101201-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug101201-expected.txt.
* platform/glib/tables/mozilla/bugs/bug102145-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug102145-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug102145-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug102145-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug102145-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug102145-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug102145-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug102145-4-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10296-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10296-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug103533-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug103533-expected.txt.
* platform/glib/tables/mozilla/bugs/bug10565-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug10565-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1067-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1067-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1067-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1067-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug106795-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug106795-expected.txt.
* platform/glib/tables/mozilla/bugs/bug106816-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug106816-expected.txt.
* platform/glib/tables/mozilla/bugs/bug108340-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug108340-expected.txt.
* platform/glib/tables/mozilla/bugs/bug11026-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug11026-expected.txt.
* platform/glib/tables/mozilla/bugs/bug110566-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug110566-expected.txt.
* platform/glib/tables/mozilla/bugs/bug11321-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug11321-expected.txt.
* platform/glib/tables/mozilla/bugs/bug113235-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug113424-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug113424-expected.txt.
* platform/glib/tables/mozilla/bugs/bug119786-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug119786-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12008-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12008-expected.txt.
* platform/glib/tables/mozilla/bugs/bug120364-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug120364-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1220-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1220-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12268-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12268-expected.txt.
* platform/glib/tables/mozilla/bugs/bug123862-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug123862-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1261-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1261-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12709-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12709-expected.txt.
* platform/glib/tables/mozilla/bugs/bug127267-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug127267-expected.txt.
* platform/glib/tables/mozilla/bugs/bug128229-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug128229-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12908-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12908-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug12910-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12910-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1296-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1296-expected.txt.
* platform/glib/tables/mozilla/bugs/bug13105-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug13105-expected.txt.
* platform/glib/tables/mozilla/bugs/bug13196-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug13196-expected.txt.
* platform/glib/tables/mozilla/bugs/bug133756-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug133756-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug133948-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug133948-expected.txt.
* platform/glib/tables/mozilla/bugs/bug13484-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug13484-expected.txt.
* platform/glib/tables/mozilla/bugs/bug13526-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug13526-expected.txt.
* platform/glib/tables/mozilla/bugs/bug139524-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug139524-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug139524-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug139524-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug139524-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug139524-4-expected.txt.
* platform/glib/tables/mozilla/bugs/bug14159-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug14159-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug14159-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug14159-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug14323-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug14323-expected.txt.
* platform/glib/tables/mozilla/bugs/bug145572-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug145572-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1474-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1474-expected.txt.
* platform/glib/tables/mozilla/bugs/bug149275-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug149275-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug15247-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug15247-expected.txt.
* platform/glib/tables/mozilla/bugs/bug154780-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug154780-expected.txt.
* platform/glib/tables/mozilla/bugs/bug157890-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug157890-expected.txt.
* platform/glib/tables/mozilla/bugs/bug159108-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug159108-expected.txt.
* platform/glib/tables/mozilla/bugs/bug15933-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug15933-expected.txt.
* platform/glib/tables/mozilla/bugs/bug17168-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug17168-expected.txt.
* platform/glib/tables/mozilla/bugs/bug175455-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug175455-4-expected.txt.
* platform/glib/tables/mozilla/bugs/bug17548-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug17548-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1800-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1800-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1802-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1802-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1802s-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1802s-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1809-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1809-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1818-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1818-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1818-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1818-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1818-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1818-4-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1818-5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1818-5-expected.txt.
* platform/glib/tables/mozilla/bugs/bug1828-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1828-expected.txt.
* platform/glib/tables/mozilla/bugs/bug18440-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug18440-expected.txt.
* platform/glib/tables/mozilla/bugs/bug18558-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug18558-expected.txt.
* platform/glib/tables/mozilla/bugs/bug19061-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug19061-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2123-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2123-expected.txt.
* platform/glib/tables/mozilla/bugs/bug21299-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug21299-expected.txt.
* platform/glib/tables/mozilla/bugs/bug215629-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug215629-expected.txt.
* platform/glib/tables/mozilla/bugs/bug21918-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug21918-expected.txt.
* platform/glib/tables/mozilla/bugs/bug219693-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug219693-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug219693-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug219693-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug22019-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug22019-expected.txt.
* platform/glib/tables/mozilla/bugs/bug221784-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug221784-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug221784-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug221784-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug222846-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug222846-expected.txt.
* platform/glib/tables/mozilla/bugs/bug22513-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug22513-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2267-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2267-expected.txt.
* platform/glib/tables/mozilla/bugs/bug227123-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug227123-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2296-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2296-expected.txt.
* platform/glib/tables/mozilla/bugs/bug23072-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug23072-expected.txt.
* platform/glib/tables/mozilla/bugs/bug23151-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug23151-expected.txt.
* platform/glib/tables/mozilla/bugs/bug23994-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug23994-expected.txt.
* platform/glib/tables/mozilla/bugs/bug24503-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug24503-expected.txt.
* platform/glib/tables/mozilla/bugs/bug24661-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug24661-expected.txt.
* platform/glib/tables/mozilla/bugs/bug24880-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug24880-expected.txt.
* platform/glib/tables/mozilla/bugs/bug25004-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug25004-expected.txt.
* platform/glib/tables/mozilla/bugs/bug25074-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug25074-expected.txt.
* platform/glib/tables/mozilla/bugs/bug25086-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug25086-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2516-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2516-expected.txt.
* platform/glib/tables/mozilla/bugs/bug25367-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug25367-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2684-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2684-expected.txt.
* platform/glib/tables/mozilla/bugs/bug27038-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug275625-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug275625-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2757-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2757-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2763-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2763-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2773-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2773-expected.txt.
* platform/glib/tables/mozilla/bugs/bug278266-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug278266-expected.txt.
* platform/glib/tables/mozilla/bugs/bug278385-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug278385-expected.txt.
* platform/glib/tables/mozilla/bugs/bug27993-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug27993-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug28341-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug28341-expected.txt.
* platform/glib/tables/mozilla/bugs/bug29058-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug29058-3-expected.txt.
* platform/glib/tables/mozilla/bugs/bug29429-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug29429-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2973-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2973-expected.txt.
* platform/glib/tables/mozilla/bugs/bug2981-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug2981-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3037-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3037-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3037-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug30418-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug30418-expected.txt.
* platform/glib/tables/mozilla/bugs/bug30985-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug30985-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3103-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3103-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3191-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3191-expected.txt.
* platform/glib/tables/mozilla/bugs/bug32205-5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug32205-5-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3263-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3263-expected.txt.
* platform/glib/tables/mozilla/bugs/bug32841-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug32841-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3309-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3309-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3309-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3309-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug33137-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug33137-expected.txt.
* platform/glib/tables/mozilla/bugs/bug34176-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug34176-expected.txt.
* platform/glib/tables/mozilla/bugs/bug35662-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug35662-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3681-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3681-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3681-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3681-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug3718-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug3718-expected.txt.
* platform/glib/tables/mozilla/bugs/bug40828-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug40828-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4093-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4093-expected.txt.
* platform/glib/tables/mozilla/bugs/bug41890-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug41890-expected.txt.
* platform/glib/tables/mozilla/bugs/bug42443-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug42443-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4284-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4284-expected.txt.
* platform/glib/tables/mozilla/bugs/bug43204-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug43204-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4385-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4385-expected.txt.
* platform/glib/tables/mozilla/bugs/bug43854-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug43854-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4501-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4501-expected.txt.
* platform/glib/tables/mozilla/bugs/bug45055-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug45055-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug45055-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug45055-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4520-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4520-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4523-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4523-expected.txt.
* platform/glib/tables/mozilla/bugs/bug45350-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug45350-expected.txt.
* platform/glib/tables/mozilla/bugs/bug45486-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug45486-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46268-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46268-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46268-5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46268-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-expected.txt.
* platform/glib/tables/mozilla/bugs/bug46944-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug46944-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4739-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4739-expected.txt.
* platform/glib/tables/mozilla/bugs/bug47432-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug47432-expected.txt.
* platform/glib/tables/mozilla/bugs/bug48028-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug48028-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4849-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4849-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug4849-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug4849-expected.txt.
* platform/glib/tables/mozilla/bugs/bug48827-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug48827-expected.txt.
* platform/glib/tables/mozilla/bugs/bug50695-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug50695-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug51140-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug51140-expected.txt.
* platform/glib/tables/mozilla/bugs/bug53690-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug53690-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug53690-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug53891-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug53891-expected.txt.
* platform/glib/tables/mozilla/bugs/bug54450-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug54450-expected.txt.
* platform/glib/tables/mozilla/bugs/bug55527-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug55527-expected.txt.
* platform/glib/tables/mozilla/bugs/bug55789-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug55789-expected.txt.
* platform/glib/tables/mozilla/bugs/bug56405-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug56405-expected.txt.
* platform/glib/tables/mozilla/bugs/bug56563-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug56563-expected.txt.
* platform/glib/tables/mozilla/bugs/bug57378-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug57378-expected.txt.
* platform/glib/tables/mozilla/bugs/bug57828-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug57828-expected.txt.
* platform/glib/tables/mozilla/bugs/bug5797-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug5797-expected.txt.
* platform/glib/tables/mozilla/bugs/bug5798-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug5798-expected.txt.
* platform/glib/tables/mozilla/bugs/bug5838-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug5838-expected.txt.
* platform/glib/tables/mozilla/bugs/bug60013-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug60013-expected.txt.
* platform/glib/tables/mozilla/bugs/bug60804-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug60804-expected.txt.
* platform/glib/tables/mozilla/bugs/bug60807-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug60807-expected.txt.
* platform/glib/tables/mozilla/bugs/bug60992-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug60992-expected.txt.
* platform/glib/tables/mozilla/bugs/bug625-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug625-expected.txt.
* platform/glib/tables/mozilla/bugs/bug63785-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug63785-expected.txt.
* platform/glib/tables/mozilla/bugs/bug6404-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug6404-expected.txt.
* platform/glib/tables/mozilla/bugs/bug641-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug641-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug641-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug641-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug647-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug647-expected.txt.
* platform/glib/tables/mozilla/bugs/bug650-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug650-expected.txt.
* platform/glib/tables/mozilla/bugs/bug6674-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug6674-expected.txt.
* platform/glib/tables/mozilla/bugs/bug67864-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug67864-expected.txt.
* platform/glib/tables/mozilla/bugs/bug67915-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug67915-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug68998-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug68998-expected.txt.
* platform/glib/tables/mozilla/bugs/bug72359-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug72359-expected.txt.
* platform/glib/tables/mozilla/bugs/bug727-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug727-expected.txt.
* platform/glib/tables/mozilla/bugs/bug7471-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug7471-expected.txt.
* platform/glib/tables/mozilla/bugs/bug75250-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug75250-expected.txt.
* platform/glib/tables/mozilla/bugs/bug7714-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug7714-expected.txt.
* platform/glib/tables/mozilla/bugs/bug8032-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug8032-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug81934-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug81934-expected.txt.
* platform/glib/tables/mozilla/bugs/bug8361-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug8361-expected.txt.
* platform/glib/tables/mozilla/bugs/bug8411-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug8411-expected.txt.
* platform/glib/tables/mozilla/bugs/bug86220-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug86220-expected.txt.
* platform/glib/tables/mozilla/bugs/bug88035-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug88035-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug88035-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug88035-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug88524-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug88524-expected.txt.
* platform/glib/tables/mozilla/bugs/bug8950-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug8950-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9072-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9072-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9123-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9123-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug92647-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9271-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9271-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9271-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9271-2-expected.txt.
* platform/glib/tables/mozilla/bugs/bug92868-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug92868-expected.txt.
* platform/glib/tables/mozilla/bugs/bug963-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug963-expected.txt.
* platform/glib/tables/mozilla/bugs/bug96343-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug96343-expected.txt.
* platform/glib/tables/mozilla/bugs/bug97138-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug97138-expected.txt.
* platform/glib/tables/mozilla/bugs/bug97383-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug97383-expected.txt.
* platform/glib/tables/mozilla/bugs/bug98196-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug98196-expected.txt.
* platform/glib/tables/mozilla/bugs/bug9879-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug9879-1-expected.txt.
* platform/glib/tables/mozilla/bugs/bug99923-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug99923-expected.txt.
* platform/glib/tables/mozilla/collapsing_borders/bug127040-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/collapsing_borders/bug127040-expected.txt.
* platform/glib/tables/mozilla/core/box_sizing-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/box_sizing-expected.txt.
* platform/glib/tables/mozilla/core/captions-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/captions-expected.txt.
* platform/glib/tables/mozilla/core/cell_heights-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/cell_heights-expected.txt.
* platform/glib/tables/mozilla/core/col_span-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_span-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_auto-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_auto-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_autoPer-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_autoPer-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_fix-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_fix-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_fixPer-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_auto_per-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_auto_per-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_auto-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_auto-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_autoFix-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_autoPer-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_autoPer-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_fix-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_fix-expected.txt.
* platform/glib/tables/mozilla/core/col_widths_fix_per-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/col_widths_fix_per-expected.txt.
* platform/glib/tables/mozilla/core/misc-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/misc-expected.txt.
* platform/glib/tables/mozilla/core/nested1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/nested1-expected.txt.
* platform/glib/tables/mozilla/core/table_frame-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/table_frame-expected.txt.
* platform/glib/tables/mozilla/core/table_heights-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/table_heights-expected.txt.
* platform/glib/tables/mozilla/core/table_rules-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/table_rules-expected.txt.
* platform/glib/tables/mozilla/core/table_widths-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/core/table_widths-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCellsRebuild1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCellsRebuild1-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCellsShrink2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCellsShrink2-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCol1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCol1-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCol2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCol2-expected.txt.
* platform/glib/tables/mozilla/dom/deleteCol3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteCol3-expected.txt.
* platform/glib/tables/mozilla/dom/deleteColGroup1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteColGroup1-expected.txt.
* platform/glib/tables/mozilla/dom/deleteColGroup2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteColGroup2-expected.txt.
* platform/glib/tables/mozilla/dom/deleteTbodyExpand1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/deleteTbodyExpand1-expected.txt.
* platform/glib/tables/mozilla/dom/insertCellsExpand1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCellsExpand1-expected.txt.
* platform/glib/tables/mozilla/dom/insertCellsExpand2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCellsExpand2-expected.txt.
* platform/glib/tables/mozilla/dom/insertCellsRebuild1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCellsRebuild1-expected.txt.
* platform/glib/tables/mozilla/dom/insertCellsRebuild2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCellsRebuild2-expected.txt.
* platform/glib/tables/mozilla/dom/insertColGroups1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertColGroups1-expected.txt.
* platform/glib/tables/mozilla/dom/insertColGroups2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertColGroups2-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols1-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols2-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols3-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols4-expected.txt.
* platform/glib/tables/mozilla/dom/insertCols5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/dom/insertCols5-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_index-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_index-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_position-table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt.
* platform/glib/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt.
* platform/glib/tables/mozilla/marvin/body_col-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/body_col-expected.txt.
* platform/glib/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt.
* platform/glib/tables/mozilla/marvin/table_row_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/table_row_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/table_row_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/table_row_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/table_row_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/table_row_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_black-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_green-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_red-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_white-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_border_0-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_border_0-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_caption_align_bot-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_caption_align_top-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_class-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_default-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_default-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_id-expected.txt.
* platform/glib/tables/mozilla/marvin/tables_width_px-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tables_width_px-expected.txt.
* platform/glib/tables/mozilla/marvin/tbody_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/tfoot_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/thead_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/thead_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_align_bottom-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_align_top-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_align_top-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_caption_style-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_caption_style-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_span-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_span-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_width_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_width_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_col_width_px-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_col_width_px-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_span-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_span-expected.txt.
* platform/glib/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_cellpadding-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_cellpadding-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_cellspacing-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_cellspacing-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_frame_void-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_width_pct-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_width_pct-expected.txt.
* platform/glib/tables/mozilla/marvin/x_table_width_px-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_width_px-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tbody_style-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_style-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_colspan-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_colspan-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_height-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_height-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_nowrap-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_nowrap-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_rowspan-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_rowspan-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_style-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_style-expected.txt.
* platform/glib/tables/mozilla/marvin/x_td_width-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_td_width-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tfoot_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tfoot_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tfoot_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_colspan-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_colspan-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_height-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_height-expected.txt.
* platform/glib/tables/mozilla/marvin/x_th_width-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_th_width-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_thead_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_center-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_center-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_char-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_char-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_justify-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_justify-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_left-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_align_right-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_class-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_class-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_id-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_id-expected.txt.
* platform/glib/tables/mozilla/marvin/x_tr_style-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/marvin/x_tr_style-expected.txt.
* platform/glib/tables/mozilla/other/body_col-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/body_col-expected.txt.
* platform/glib/tables/mozilla/other/cellspacing-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/cellspacing-expected.txt.
* platform/glib/tables/mozilla/other/nested2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/nested2-expected.txt.
* platform/glib/tables/mozilla/other/nestedTables-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/nestedTables-expected.txt.
* platform/glib/tables/mozilla/other/padding-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/padding-expected.txt.
* platform/glib/tables/mozilla/other/slashlogo-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/other/slashlogo-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/97619-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/97619-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug101759-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug101759-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug10216-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug104898-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug106336-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug106336-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1164-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug11945-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug11945-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug14489-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug14489-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug1647-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug178855-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug220653-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug220653-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3105-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug33784-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug33784-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug4294-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug47163-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug47163-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug65372-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug6933-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug7113-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug72393-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug7243-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug73629-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug73629-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/core/columns-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/columns-expected.txt.
* platform/glib/tables/mozilla_expected_failures/core/conflicts-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/conflicts-expected.txt.
* platform/glib/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt.
* platform/glib/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt.
* platform/glib/tables/mozilla_expected_failures/other/empty_cells-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla_expected_failures/other/empty_cells-expected.txt.
* platform/wpe/tables/mozilla/bugs/45621-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10009-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug100334-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10036-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10039-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug101201-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug102145-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug102145-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug102145-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug102145-4-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10296-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug103533-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug10565-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1067-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1067-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug106795-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug106816-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug108340-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug11026-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug110566-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug11321-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug113235-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug113424-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug119786-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12008-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug120364-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1220-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12268-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug123862-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1261-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12709-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug127267-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug128229-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12908-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug12910-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1296-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug13105-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug13196-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug133756-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug133948-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug13484-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug13526-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug139524-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug139524-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug139524-4-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug14159-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug14159-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug14323-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug145572-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1474-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug149275-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug15247-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug154780-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug157890-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug159108-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug15933-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug17168-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug175455-4-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug17548-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1800-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1802-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1802s-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1809-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1818-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1818-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1818-4-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1818-5-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug1828-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug18440-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug18558-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug19061-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug19061-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2123-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug21299-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug215629-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug21918-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug219693-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug219693-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug22019-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug221784-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug221784-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug222846-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug22513-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2267-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug227123-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2296-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug23072-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug23151-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug23994-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug24503-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug24661-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug24880-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug25004-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug25074-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug25086-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2516-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug25367-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2684-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug27038-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug275625-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2757-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2763-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2773-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug278266-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug278385-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug27993-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug28341-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug29058-3-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug29429-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2973-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug2981-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3037-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug30418-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug30985-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3103-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3191-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug32205-5-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3263-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug32841-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3309-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3309-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug33137-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug34176-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug35662-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3681-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3681-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug3718-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug40828-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4093-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug41890-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug42443-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4284-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug43204-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4385-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug43854-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4501-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug45055-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug45055-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4520-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4523-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug45350-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug45486-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46268-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46268-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46268-5-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46268-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug46944-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4739-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug47432-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug48028-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4849-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug4849-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug48827-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug50695-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug51140-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug53690-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug53690-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug53891-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug54450-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug55527-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug55789-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug56405-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug56563-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug57378-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug57828-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug5797-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug5798-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug5838-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug60013-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug60804-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug60807-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug60992-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug625-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug63785-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug6404-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug641-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug641-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug647-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug650-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug6674-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug67864-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug67915-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug68998-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug72359-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug727-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug7471-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug75250-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug7714-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug8032-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug81934-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug8361-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug8411-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug86220-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug88035-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug88035-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug88524-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug8950-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9072-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9123-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug92647-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9271-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9271-2-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug92868-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug963-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug96343-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug97138-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug97383-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug98196-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug9879-1-expected.txt: Removed.
* platform/wpe/tables/mozilla/bugs/bug99923-expected.txt: Removed.
* platform/wpe/tables/mozilla/collapsing_borders/bug127040-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/box_sizing-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/captions-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/cell_heights-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_span-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_auto-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_autoPer-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_fix-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_fixPer-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_auto_per-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_auto-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_autoFix-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_autoPer-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_fix-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/col_widths_fix_per-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/misc-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/nested1-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/table_frame-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/table_heights-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/table_rules-expected.txt: Removed.
* platform/wpe/tables/mozilla/core/table_widths-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCellsRebuild1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCellsShrink2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCol1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCol2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteCol3-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteColGroup1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteColGroup2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/deleteTbodyExpand1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCellsExpand1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCellsExpand2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCellsRebuild1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCellsRebuild2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertColGroups1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertColGroups2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols1-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols2-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols3-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols4-expected.txt: Removed.
* platform/wpe/tables/mozilla/dom/insertCols5-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_index-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_position-table-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/body_col-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/table_row_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/table_row_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/table_row_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_black-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_green-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_red-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_white-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_border_0-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_default-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tables_width_px-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tbody_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/tfoot_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/thead_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_align_top-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_caption_style-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_span-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_width_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_col_width_px-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_span-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_cellpadding-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_cellspacing-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_frame_void-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_width_pct-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_table_width_px-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tbody_style-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_colspan-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_height-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_nowrap-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_rowspan-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_style-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_td_width-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tfoot_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tfoot_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tfoot_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_colspan-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_height-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_th_width-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_thead_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_center-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_char-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_justify-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_class-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_id-expected.txt: Removed.
* platform/wpe/tables/mozilla/marvin/x_tr_style-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/body_col-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/cellspacing-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/nested2-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/nestedTables-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/padding-expected.txt: Removed.
* platform/wpe/tables/mozilla/other/slashlogo-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/97619-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug101759-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug106336-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug1164-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug11945-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug14489-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug1647-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug220653-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3105-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug33784-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug4294-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug47163-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug6933-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug7113-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug73629-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/core/columns-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/core/conflicts-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt: Removed.
* platform/wpe/tables/mozilla_expected_failures/other/empty_cells-expected.txt: Removed.
2020-05-13 Devin Rousso <drousso@apple.com>
Web Inspector: show EventTarget listeners as an internal property
https://bugs.webkit.org/show_bug.cgi?id=211766
Reviewed by Timothy Hatcher.
* inspector/runtime/getProperties-internalProperties.html: Added.
* inspector/runtime/getProperties-internalProperties-expected.txt: Added.
* inspector/debugger/tail-deleted-frames/tail-deleted-frames-this-value-expected.txt:
The `this` value of Global Code is the `window`, which is an `EventTarget`, so it's first
property should now be the `listeners` internal property.
2020-05-13 Devin Rousso <drousso@apple.com>
Web Inspector: rename CSS.StyleSheetOrigin.Regular to CSS.StyleSheetOrigin.Author to match the spec
https://bugs.webkit.org/show_bug.cgi?id=211827
Reviewed by Timothy Hatcher.
* inspector/css/add-rule.html:
* inspector/css/add-rule-expected.txt:
* inspector/css/getMatchedStylesForNode-expected.txt:
2020-05-13 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in InsertParagraphSeparatorCommand::doApply when the canonical position is uneditable
https://bugs.webkit.org/show_bug.cgi?id=211864
<rdar://problem/62982161>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/insert-img-uneditable-canonical-position-crash-expected.txt: Added.
* editing/inserting/insert-img-uneditable-canonical-position-crash.html: Added.
2020-05-13 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in DeleteSelectionCommand::doApply() when merge node is disconnected.
https://bugs.webkit.org/show_bug.cgi?id=211793
<rdar://problem/62993645>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/insert-text-merge-node-removed-crash-expected.txt: Added.
* editing/inserting/insert-text-merge-node-removed-crash.html: Added.
2020-05-13 Said Abou-Hallawa <sabouhallawa@apple.com>
Enable the 'OutsideViewport' rAF throttling
https://bugs.webkit.org/show_bug.cgi?id=211482
Reviewed by Darin Adler.
* fast/animation/request-animation-frame-throttle-subframe.html:
Enable 'OutsideViewport' rAF throttling for the layout test.
* fast/animation/request-animation-frame-throttling-outside-viewport-expected.txt: Added.
* fast/animation/request-animation-frame-throttling-outside-viewport.html: Added.
* fast/animation/resources/frame-with-animation-2.html: Added.
A new test to verify the OutsideViewport throttling case.
2020-05-13 Kenneth Russell <kbr@chromium.org>
Enable webgl_canvas/ tests
https://bugs.webkit.org/show_bug.cgi?id=211748
Reviewed by Dean Jackson.
With the fixes for Bug 183151 and other bugs, all of these tests
are now passing.
* TestExpectations:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/webgl_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
2020-05-13 Kate Cheney <katherine_cheney@apple.com>
SHOULD NEVER BE REACHED in WebKit::ResourceLoadStatisticsDatabaseStore::openAndUpdateSchemaIfNecessary
https://bugs.webkit.org/show_bug.cgi?id=211637
<rdar://problem/63031185>
Reviewed by John Wilander.
Each memory store test needs to reset the ITP store type now that it is
not automatically done between tests.
* http/tests/resourceLoadStatistics/add-blocking-to-redirect.html:
* http/tests/resourceLoadStatistics/aggregate-sorted-data-no-storage-access.html:
* http/tests/resourceLoadStatistics/blocking-in-web-worker-script-import.html:
* http/tests/resourceLoadStatistics/cap-cache-max-age-for-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-decoration-same-site.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-fragment-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-and-fragment-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-with-link-query-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js-without-link-decoration-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/capped-lifetime-for-cookie-set-in-js.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-collusion.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-redirect-to-prevalent.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-collusion.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-to-prevalent.html:
* http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics.html:
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour.html:
* http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store.html:
* http/tests/resourceLoadStatistics/cookie-deletion.html:
* http/tests/resourceLoadStatistics/cookies-with-and-without-user-interaction.html:
* http/tests/resourceLoadStatistics/count-third-party-script-import-in-worker.html:
* http/tests/resourceLoadStatistics/count-third-party-script-loads.html:
* http/tests/resourceLoadStatistics/delete-script-accessible-cookies.html:
* http/tests/resourceLoadStatistics/do-not-block-top-level-navigation-redirect.html:
* http/tests/resourceLoadStatistics/do-not-capture-statistics-for-simple-top-navigations.html:
* http/tests/resourceLoadStatistics/do-not-remove-blocking-in-redirect.html:
* http/tests/resourceLoadStatistics/dont-count-third-party-image-as-third-party-script.html:
* http/tests/resourceLoadStatistics/downgraded-referrer-for-navigation-with-link-query-from-prevalent-resource.html:
* http/tests/resourceLoadStatistics/enable-debug-mode.html:
* http/tests/resourceLoadStatistics/enforce-samesite-strict-based-on-top-frame-unique-redirects-to.html:
* http/tests/resourceLoadStatistics/grandfathering-database.html:
Remove stray call to setUseITPDatabase(false) at the end of a database
test. This is not necessary because each test will set up the correct
ITP store at the start.
* http/tests/resourceLoadStatistics/grandfathering.html:
* http/tests/resourceLoadStatistics/log-cross-site-load-with-link-decoration.html:
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects-database.html:
* http/tests/resourceLoadStatistics/log-delayed-client-side-redirects.html:
* http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html:
* http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html:
* http/tests/resourceLoadStatistics/non-prevalent-resources-can-access-cookies-in-a-third-party-context.html:
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/non-sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/ping-to-prevalent-resource.html:
* http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html:
* http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.html:
* http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html:
* http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction.html:
* http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction.html:
* http/tests/resourceLoadStatistics/prune-statistics.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries.html:
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html:
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-non-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-ip-to-localhost-to-ip.html:
* http/tests/resourceLoadStatistics/sandboxed-nesting-iframe-with-sandboxed-iframe-redirect-localhost-to-ip-to-localhost.html:
* http/tests/resourceLoadStatistics/set-custom-prevalent-resource-in-debug-mode.html:
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion.html:
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-third-party-redirects.html:
* http/tests/resourceLoadStatistics/strip-referrer-to-origin-for-third-party-requests.html:
* http/tests/resourceLoadStatistics/telemetry-generation.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-ephemeral.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction.html:
* http/tests/resourceLoadStatistics/third-party-cookie-blocking.html:
* http/tests/resourceLoadStatistics/user-interaction-in-cross-origin-sub-frame.html:
* http/tests/resourceLoadStatistics/user-interaction-only-reported-once-within-short-period-of-time.html:
* http/tests/resourceLoadStatistics/user-interaction-reported-after-website-data-removal.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-with-user-interaction.html:
* http/tests/resourceLoadStatistics/website-data-removal-for-site-without-user-interaction.html:
* http/tests/storageAccess/aggregate-sorted-data-with-storage-access.html:
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking-ephemeral.html:
* http/tests/storageAccess/deny-due-to-no-interaction-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/deny-storage-access-under-opener-ephemeral.html:
* http/tests/storageAccess/deny-storage-access-under-opener-if-auto-dismiss.html:
* http/tests/storageAccess/deny-storage-access-under-opener.html:
* http/tests/storageAccess/deny-with-prompt-does-not-preserve-gesture.html:
* http/tests/storageAccess/deny-without-prompt-preserves-gesture.html:
* http/tests/storageAccess/grant-storage-access-under-opener-at-popup-user-gesture.html:
* http/tests/storageAccess/grant-with-prompt-preserves-gesture.html:
* http/tests/storageAccess/grant-with-prompt-under-general-third-party-cookie-blocking.html:
* http/tests/storageAccess/has-storage-access-crash.html:
* http/tests/storageAccess/has-storage-access-false-by-default.html:
* http/tests/storageAccess/has-storage-access-from-prevalent-domain-with-user-interaction.html:
* http/tests/storageAccess/has-storage-access-true-if-third-party-has-cookies.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-with-cookie.html:
* http/tests/storageAccess/has-storage-access-under-general-third-party-cookie-blocking-without-cookie.html:
* http/tests/storageAccess/remove-requesting-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-non-sandboxed-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-and-access-from-right-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction-but-access-from-wrong-frame.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-with-user-interaction.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe-from-prevalent-domain-without-user-interaction.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-iframe.html:
* http/tests/storageAccess/request-and-grant-access-cross-origin-sandboxed-nested-iframe.html:
* http/tests/storageAccess/request-and-grant-access-then-detach-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-cross-site-should-not-have-access.html:
* http/tests/storageAccess/request-and-grant-access-then-navigate-same-site-should-have-access.html:
* http/tests/storageAccess/request-storage-access-crash.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-with-unique-origin.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-allow-token.html:
* http/tests/storageAccess/request-storage-access-cross-origin-sandboxed-iframe-without-user-gesture.html:
* http/tests/storageAccess/request-storage-access-same-origin-iframe.html:
* http/tests/storageAccess/request-storage-access-same-origin-sandboxed-iframe-without-allow-token.html:
* http/tests/storageAccess/request-storage-access-top-frame.html:
2020-05-13 Eric Carlson <eric.carlson@apple.com>
media/video-poster-set-after-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211856
<rdar://problem/63194296>
Unreviewed test fix.
* media/video-poster-set-after-playback.html: Change a `testExpected` to `testExpectedEventually`
because the state change may take a while on a heavily loaded system.
2020-05-13 Myles C. Maxfield <mmaxfield@apple.com>
LayoutTest fast/text/ipa-tone-letters.html isn't failing any more
https://bugs.webkit.org/show_bug.cgi?id=211845
<rdar://problem/32799573>
Unreviewed.
The flakiness dashboard says it isn't failing anywhere. I ran it locally
and it passes on my two machines.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-05-13 Antoine Quint <graouts@apple.com>
[Web Animations] Calling reverse() on an accelerated animation has no effect
https://bugs.webkit.org/show_bug.cgi?id=204717
<rdar://problem/62503582>
Reviewed by Dean Jackson.
Add a test where we play an animation for an accelerated property in reverse.
* webanimations/accelerated-animation-playback-rate-expected.html: Added.
* webanimations/accelerated-animation-playback-rate.html: Added.
2020-05-13 Simon Fraser <simon.fraser@apple.com>
composited scrolling interferes with the propagation of perspective
https://bugs.webkit.org/show_bug.cgi?id=156435
<rdar://problem/25642222>
Reviewed by Antti Koivisto.
* compositing/transforms/perspective-with-scrolling-expected.html: Added.
* compositing/transforms/perspective-with-scrolling.html: Added.
2020-05-13 Ryan Haddad <ryanhaddad@apple.com>
[Win EWS] webanimations/accelerated-animation-slot-invalidation.html is frequently failing
https://bugs.webkit.org/show_bug.cgi?id=211854
Unrevewed test gardening.
* platform/win/TestExpectations: Mark test as flaky to speed up EWS.
2020-05-13 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed test gardening for iOS Simulator.
Add test expectations for webkit.org/b/211652 and webkit.org/b/211653.
* platform/ios-wk2/TestExpectations:
2020-05-13 Kate Cheney <katherine_cheney@apple.com>
Add test for non-app-bound iframe under app-bound domain
https://bugs.webkit.org/show_bug.cgi?id=211815
<rdar://problem/63159707>
Reviewed by Brent Fulgham.
* http/tests/in-app-browser-privacy/non-app-bound-iframe-under-app-bound-domain-is-app-bound-expected.txt: Added.
* http/tests/in-app-browser-privacy/non-app-bound-iframe-under-app-bound-domain-is-app-bound.html: Added.
* http/tests/in-app-browser-privacy/resources/non-app-bound-iframe.html: Added.
2020-05-13 Simon Fraser <simon.fraser@apple.com>
The perspective matrix is affected by overflow:hidden on a box with borders
https://bugs.webkit.org/show_bug.cgi?id=211828
Reviewed by Zalan Bujtas.
New ref test, some rebaselines.
* compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt:
* compositing/transforms/perspective-with-clipping-expected.html: Added.
* compositing/transforms/perspective-with-clipping.html: Added.
* platform/ios-wk2/compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt:
* platform/mac-wk1/compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt:
2020-05-13 Jason Lawrence <lawrence.j@apple.com>
[ Catalina wk2 ] webrtc/peer-connection-audio-mute2.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=210165
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-13 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations after r261572
https://bugs.webkit.org/show_bug.cgi?id=211838
Unreviewed gardening.
Gardening of the latests failures returned by the test bot and several
flaky failures detected.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-12 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Move shared css expectation files to glib dir
Unreviewed test gardening.
* platform/glib/css1/box_properties/acid_test-expected.txt: Renamed from LayoutTests/platform/gtk/css1/box_properties/acid_test-expected.txt.
* platform/glib/css1/formatting_model/horizontal_formatting-expected.txt: Renamed from LayoutTests/platform/gtk/css1/formatting_model/horizontal_formatting-expected.txt.
* platform/glib/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-non-replaced-width-017-expected.txt.
* platform/glib/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-non-replaced-width-018-expected.txt.
* platform/glib/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-non-replaced-width-019-expected.txt.
* platform/glib/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-non-replaced-width-020-expected.txt.
* platform/glib/css2.1/20110323/absolute-replaced-height-036-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/absolute-replaced-height-036-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-001-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-001-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-002-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-002-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-003-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-004-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-004-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-005-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-005-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-006-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-006-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-007-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-007-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-008-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-008-expected.txt.
* platform/glib/css2.1/20110323/background-intrinsic-009-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/background-intrinsic-009-expected.txt.
* platform/glib/css2.1/20110323/border-collapse-offset-002-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt.
* platform/glib/css2.1/20110323/dynamic-top-change-001-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-001-expected.txt.
* platform/glib/css2.1/20110323/dynamic-top-change-002-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt.
* platform/glib/css2.1/20110323/dynamic-top-change-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt.
* platform/glib/css2.1/20110323/dynamic-top-change-004-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/dynamic-top-change-004-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-007-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-007-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-008-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-008-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-009-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-009-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-010-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-010-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-011-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-011-expected.txt.
* platform/glib/css2.1/20110323/float-non-replaced-width-012-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/float-non-replaced-width-012-expected.txt.
* platform/glib/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt.
* platform/glib/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt.
* platform/glib/css2.1/20110323/inline-table-002a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/inline-table-002a-expected.txt.
* platform/glib/css2.1/20110323/inline-table-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/inline-table-003-expected.txt.
* platform/glib/css2.1/20110323/replaced-intrinsic-003-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-003-expected.txt.
* platform/glib/css2.1/20110323/replaced-intrinsic-004-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-004-expected.txt.
* platform/glib/css2.1/20110323/replaced-intrinsic-005-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/replaced-intrinsic-005-expected.txt.
* platform/glib/css2.1/20110323/replaced-min-max-001-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/replaced-min-max-001-expected.txt.
* platform/glib/css2.1/20110323/table-caption-margins-001-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/table-caption-margins-001-expected.txt.
* platform/glib/css2.1/t010403-shand-border-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-border-00-c-expected.txt.
* platform/glib/css2.1/t010403-shand-font-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-font-00-b-expected.txt.
* platform/glib/css2.1/t010403-shand-font-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-font-01-b-expected.txt.
* platform/glib/css2.1/t010403-shand-font-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-font-02-b-expected.txt.
* platform/glib/css2.1/t010403-shand-font-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t010403-shand-font-03-b-expected.txt.
* platform/glib/css2.1/t040102-keywords-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040102-keywords-00-b-expected.txt.
* platform/glib/css2.1/t040103-case-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-case-00-b-expected.txt.
* platform/glib/css2.1/t040103-case-01-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-case-01-c-expected.txt.
* platform/glib/css2.1/t040103-escapes-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-00-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-01-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-02-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-02-d-expected.txt.
* platform/glib/css2.1/t040103-escapes-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-03-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-04-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-04-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-05-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-05-c-expected.txt.
* platform/glib/css2.1/t040103-escapes-06-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-06-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-07-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-07-b-expected.txt.
* platform/glib/css2.1/t040103-escapes-08-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-escapes-08-b-expected.txt.
* platform/glib/css2.1/t040103-ident-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-00-c-expected.txt.
* platform/glib/css2.1/t040103-ident-01-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-01-c-expected.txt.
* platform/glib/css2.1/t040103-ident-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-02-c-expected.txt.
* platform/glib/css2.1/t040103-ident-03-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-03-c-expected.txt.
* platform/glib/css2.1/t040103-ident-04-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-04-c-expected.txt.
* platform/glib/css2.1/t040103-ident-05-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-05-c-expected.txt.
* platform/glib/css2.1/t040103-ident-06-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-06-c-expected.txt.
* platform/glib/css2.1/t040103-ident-07-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-07-c-expected.txt.
* platform/glib/css2.1/t040103-ident-08-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-08-c-expected.txt.
* platform/glib/css2.1/t040103-ident-09-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-09-c-expected.txt.
* platform/glib/css2.1/t040103-ident-10-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-10-c-expected.txt.
* platform/glib/css2.1/t040103-ident-11-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-11-c-expected.txt.
* platform/glib/css2.1/t040103-ident-12-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-12-c-expected.txt.
* platform/glib/css2.1/t040103-ident-13-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040103-ident-13-c-expected.txt.
* platform/glib/css2.1/t040105-atkeyw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atkeyw-00-b-expected.txt.
* platform/glib/css2.1/t040105-atkeyw-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atkeyw-01-b-expected.txt.
* platform/glib/css2.1/t040105-atkeyw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atkeyw-02-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-00-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-01-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-02-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-03-b-expected.txt.
* platform/glib/css2.1/t040105-atrule-04-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-atrule-04-b-expected.txt.
* platform/glib/css2.1/t040105-import-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-import-00-b-expected.txt.
* platform/glib/css2.1/t040105-import-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-import-01-b-expected.txt.
* platform/glib/css2.1/t040105-import-10-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040105-import-10-b-expected.txt.
* platform/glib/css2.1/t040109-c17-comments-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040109-c17-comments-00-b-expected.txt.
* platform/glib/css2.1/t040109-c17-comments-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040109-c17-comments-01-b-expected.txt.
* platform/glib/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt.
* platform/glib/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt.
* platform/glib/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt.
* platform/glib/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-01-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-01-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-02-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-03-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-03-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-04-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-04-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-05-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-05-f-expected.txt.
* platform/glib/css2.1/t0402-syntax-06-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0402-syntax-06-f-expected.txt.
* platform/glib/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt.
* platform/glib/css2.1/t040306-syntax-01-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040306-syntax-01-f-expected.txt.
* platform/glib/css2.1/t040307-syntax-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t040307-syntax-01-b-expected.txt.
* platform/glib/css2.1/t050201-c12-grouping-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t050201-c12-grouping-00-b-expected.txt.
* platform/glib/css2.1/t0505-c16-descendant-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0505-c16-descendant-00-e-expected.txt.
* platform/glib/css2.1/t0505-c16-descendant-01-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.txt.
* platform/glib/css2.1/t0505-c16-descendant-02-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0505-c16-descendant-02-e-expected.txt.
* platform/glib/css2.1/t050803-c14-classes-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t050803-c14-classes-00-e-expected.txt.
* platform/glib/css2.1/t0509-c15-ids-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0509-c15-ids-00-a-expected.txt.
* platform/glib/css2.1/t0509-c15-ids-01-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0509-c15-ids-01-e-expected.txt.
* platform/glib/css2.1/t0509-id-sel-syntax-01-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0509-id-sel-syntax-01-f-expected.txt.
* platform/glib/css2.1/t0509-id-sel-syntax-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0509-id-sel-syntax-02-b-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-link-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-link-00-e-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-link-01-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-link-01-e-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-link-02-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.txt.
* platform/glib/css2.1/t0511-c21-pseud-link-03-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.txt.
* platform/glib/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt.
* platform/glib/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt.
* platform/glib/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt.
* platform/glib/css2.1/t051103-dom-hover-01-c-io-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-dom-hover-01-c-io-expected.txt.
* platform/glib/css2.1/t051103-dom-hover-02-c-io-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t051103-dom-hover-02-c-io-expected.txt.
* platform/glib/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0602-c13-inh-underlin-00-e-expected.txt.
* platform/glib/css2.1/t0603-c11-import-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0603-c11-import-00-b-expected.txt.
* platform/glib/css2.1/t060401-c32-cascading-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t060401-c32-cascading-00-b-expected.txt.
* platform/glib/css2.1/t060402-c31-important-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t060402-c31-important-00-b-expected.txt.
* platform/glib/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt.
* platform/glib/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt.
* platform/glib/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0801-c412-hz-box-00-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt.
* platform/glib/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt.
* platform/glib/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt.
* platform/glib/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt.
* platform/glib/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt.
* platform/glib/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt.
* platform/glib/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt.
* platform/glib/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt.
* platform/glib/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt.
* platform/glib/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt.
* platform/glib/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt.
* platform/glib/css2.1/t0803-c5505-mrgn-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.txt.
* platform/glib/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt.
* platform/glib/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt.
* platform/glib/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt.
* platform/glib/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt.
* platform/glib/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.txt.
* platform/glib/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5507-padn-r-03-f-expected.txt.
* platform/glib/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt.
* platform/glib/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt.
* platform/glib/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.txt.
* platform/glib/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt.
* platform/glib/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.txt.
* platform/glib/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5510-padn-01-e-a-expected.txt.
* platform/glib/css2.1/t0804-c5510-padn-02-f-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0804-c5510-padn-02-f-expected.txt.
* platform/glib/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt.
* platform/glib/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt.
* platform/glib/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt.
* platform/glib/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt.
* platform/glib/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5515-brdr-w-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5515-brdr-w-02-b-expected.txt.
* platform/glib/css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5515-ibrdr-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5517-brdr-s-00-c-expected.txt.
* platform/glib/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5518-brdr-t-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt.
* platform/glib/css2.1/t0805-c5522-brdr-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-00-b-expected.txt.
* platform/glib/css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-01-b-g-expected.txt.
* platform/glib/css2.1/t0805-c5522-brdr-02-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt.
* platform/glib/css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0805-c5522-ibrdr-00-a-expected.txt.
* platform/glib/css2.1/t09-c5526c-display-00-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t09-c5526c-display-00-e-expected.txt.
* platform/glib/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt.
* platform/glib/css2.1/t0905-c414-flt-00-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0905-c414-flt-00-d-expected.txt.
* platform/glib/css2.1/t0905-c414-flt-01-d-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.txt.
* platform/glib/css2.1/t0905-c414-flt-fit-00-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0905-c414-flt-fit-00-d-expected.txt.
* platform/glib/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-02-d-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-02-d-g-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-ln-00-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-ln-00-d-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-ln-02-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-ln-02-d-expected.txt.
* platform/glib/css2.1/t090501-c414-flt-ln-03-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t090501-c414-flt-ln-03-d-expected.txt.
* platform/glib/css2.1/t1002-c5523-width-00-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1002-c5523-width-00-b-g-expected.txt.
* platform/glib/css2.1/t1002-c5523-width-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1002-c5523-width-01-b-g-expected.txt.
* platform/glib/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt.
* platform/glib/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt.
* platform/glib/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt.
* platform/glib/css2.1/t1004-c5524-width-00-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1004-c5524-width-00-b-g-expected.txt.
* platform/glib/css2.1/t1005-c5524-width-00-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1005-c5524-width-00-b-g-expected.txt.
* platform/glib/css2.1/t1005-c5524-width-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1005-c5524-width-01-b-g-expected.txt.
* platform/glib/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c544-valgn-02-d-agi-expected.txt.
* platform/glib/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c544-valgn-03-d-agi-expected.txt.
* platform/glib/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c544-valgn-04-d-agi-expected.txt.
* platform/glib/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt.
* platform/glib/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt.
* platform/glib/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt.
* platform/glib/css2.1/t1202-counter-07-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counter-07-b-expected.txt.
* platform/glib/css2.1/t1202-counter-11-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counter-11-b-expected.txt.
* platform/glib/css2.1/t1202-counter-12-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counter-12-b-expected.txt.
* platform/glib/css2.1/t1202-counter-15-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counter-15-b-expected.txt.
* platform/glib/css2.1/t1202-counters-07-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-07-b-expected.txt.
* platform/glib/css2.1/t1202-counters-11-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-11-b-expected.txt.
* platform/glib/css2.1/t1202-counters-12-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-12-b-expected.txt.
* platform/glib/css2.1/t1202-counters-15-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-15-b-expected.txt.
* platform/glib/css2.1/t1202-counters-16-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-16-c-expected.txt.
* platform/glib/css2.1/t1202-counters-17-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1202-counters-17-d-expected.txt.
* platform/glib/css2.1/t1204-implied-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-implied-00-b-expected.txt.
* platform/glib/css2.1/t1204-implied-01-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-implied-01-c-expected.txt.
* platform/glib/css2.1/t1204-implied-02-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-implied-02-d-expected.txt.
* platform/glib/css2.1/t1204-multiple-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-multiple-00-c-expected.txt.
* platform/glib/css2.1/t1204-multiple-01-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-multiple-01-c-expected.txt.
* platform/glib/css2.1/t1204-root-e-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1204-root-e-expected.txt.
* platform/glib/css2.1/t120401-scope-02-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120401-scope-02-c-expected.txt.
* platform/glib/css2.1/t120401-scope-03-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120401-scope-03-c-expected.txt.
* platform/glib/css2.1/t120401-scope-04-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120401-scope-04-d-expected.txt.
* platform/glib/css2.1/t120403-content-none-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120403-content-none-00-c-expected.txt.
* platform/glib/css2.1/t120403-display-none-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120403-display-none-00-c-expected.txt.
* platform/glib/css2.1/t120403-visibility-00-c-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t120403-visibility-00-c-expected.txt.
* platform/glib/css2.1/t1205-c563-list-type-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1205-c563-list-type-00-b-expected.txt.
* platform/glib/css2.1/t1205-c563-list-type-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1205-c563-list-type-01-b-expected.txt.
* platform/glib/css2.1/t1205-c564-list-img-00-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1205-c564-list-img-00-b-g-expected.txt.
* platform/glib/css2.1/t1401-c531-color-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1401-c531-color-00-a-expected.txt.
* platform/glib/css2.1/t1402-c45-bg-canvas-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1402-c45-bg-canvas-00-b-expected.txt.
* platform/glib/css2.1/t140201-c532-bgcolor-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c532-bgcolor-00-a-expected.txt.
* platform/glib/css2.1/t140201-c532-bgcolor-01-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c532-bgcolor-01-b-expected.txt.
* platform/glib/css2.1/t140201-c533-bgimage-00-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c533-bgimage-00-a-expected.txt.
* platform/glib/css2.1/t140201-c533-bgimage-01-b-g-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c533-bgimage-01-b-g-expected.txt.
* platform/glib/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt.
* platform/glib/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt.
* platform/glib/css2.1/t1503-c522-font-family-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1503-c522-font-family-00-b-expected.txt.
* platform/glib/css2.1/t1504-c523-font-style-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1504-c523-font-style-00-b-expected.txt.
* platform/glib/css2.1/t1505-c524-font-var-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.txt.
* platform/glib/css2.1/t1506-c525-font-wt-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1506-c525-font-wt-00-b-expected.txt.
* platform/glib/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1507-c526-font-sz-03-f-a-expected.txt.
* platform/glib/css2.1/t1508-c527-font-00-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt.
* platform/glib/css2.1/t1508-c527-font-06-b-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt.
* platform/glib/css2.1/t1602-c43-center-00-d-ag-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1602-c43-center-00-d-ag-expected.txt.
* platform/glib/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt.
* platform/glib/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-50-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-51-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-53-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-55-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-56-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-57-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-58-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-60-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-61-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-62-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-63-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-66-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-67-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-68-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-69-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-72-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-73-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-75-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-76-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-77-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-78-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-79-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-80-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-81-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-82-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-83-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-86-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-87-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-88-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-89-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-90-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-91-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-92-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-93-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-95-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-96-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-97-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-98-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt.
* platform/glib/css2.1/t170602-bdr-conflct-w-99-d-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-091-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-091-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-092-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-092-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-099-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-099-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-100-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-100-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-103-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-103-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-104-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-104-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-105-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-105-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-106-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-106-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-107-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-107-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-108-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-108-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-109-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-109-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-110-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-110-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-111-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-111-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-112-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-112-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-113-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-113-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-114-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-114-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-123-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-123-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-124-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-124-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-139-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-139-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-140-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-140-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-149-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-149-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-150-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-150-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-155-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-155-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-156-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-156-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-159-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-159-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-160-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-160-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-165-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-165-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-166-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-166-expected.txt.
* platform/glib/css2.1/tables/table-anonymous-objects-181-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/tables/table-anonymous-objects-181-expected.txt.
* platform/glib/css3/blending/background-blend-mode-default-value-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-default-value-expected.txt.
* platform/glib/css3/blending/background-blend-mode-different-image-formats-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-different-image-formats-expected.txt.
* platform/glib/css3/blending/background-blend-mode-gif-color-2-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-gif-color-2-expected.txt.
* platform/glib/css3/blending/background-blend-mode-gif-color-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-gif-color-expected.txt.
* platform/glib/css3/blending/background-blend-mode-image-color-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-image-color-expected.txt.
* platform/glib/css3/blending/background-blend-mode-image-image-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-image-image-expected.txt.
* platform/glib/css3/blending/background-blend-mode-single-layer-no-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/background-blend-mode-single-layer-no-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-background-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-background-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-append-non-stacking-context-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-append-non-stacking-context-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-append-stacking-context-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-append-stacking-context-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-remove-non-stacking-context-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-remove-non-stacking-context-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-remove-stacking-context-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-remove-stacking-context-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-off-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-off-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-off-blending-no-isolation-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-off-blending-no-isolation-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-off-stacking-context-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-off-stacking-context-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-on-blending-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-on-blending-expected.txt.
* platform/glib/css3/blending/blend-mode-isolation-flags-turn-on-stacking-context-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-isolation-flags-turn-on-stacking-context-expected.txt.
* platform/glib/css3/blending/blend-mode-simple-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/blend-mode-simple-expected.txt.
* platform/glib/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt: Renamed from LayoutTests/platform/gtk/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt.
* platform/glib/css3/flexbox/flexbox-baseline-expected.txt: Renamed from LayoutTests/platform/gtk/css3/flexbox/flexbox-baseline-expected.txt.
* platform/glib/css3/flexbox/flexbox-baseline-margins-expected.txt: Renamed from LayoutTests/platform/gtk/css3/flexbox/flexbox-baseline-margins-expected.txt.
* platform/glib/css3/flexbox/line-wrapping-expected.txt: Renamed from LayoutTests/platform/gtk/css3/flexbox/line-wrapping-expected.txt.
* platform/glib/css3/images/cross-fade-background-size-expected.txt: Renamed from LayoutTests/platform/gtk/css3/images/cross-fade-background-size-expected.txt.
* platform/wpe/css1/box_properties/acid_test-expected.txt: Removed.
* platform/wpe/css1/formatting_model/horizontal_formatting-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Removed.
* platform/wpe/css2.1/20110323/absolute-replaced-height-036-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-001-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-002-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-004-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-005-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-006-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-007-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-008-expected.txt: Removed.
* platform/wpe/css2.1/20110323/background-intrinsic-009-expected.txt: Removed.
* platform/wpe/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed.
* platform/wpe/css2.1/20110323/dynamic-top-change-001-expected.txt: Removed.
* platform/wpe/css2.1/20110323/dynamic-top-change-002-expected.txt: Removed.
* platform/wpe/css2.1/20110323/dynamic-top-change-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/dynamic-top-change-004-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-007-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-008-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-009-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-010-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-011-expected.txt: Removed.
* platform/wpe/css2.1/20110323/float-non-replaced-width-012-expected.txt: Removed.
* platform/wpe/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Removed.
* platform/wpe/css2.1/20110323/inline-table-002a-expected.txt: Removed.
* platform/wpe/css2.1/20110323/inline-table-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/replaced-intrinsic-003-expected.txt: Removed.
* platform/wpe/css2.1/20110323/replaced-intrinsic-004-expected.txt: Removed.
* platform/wpe/css2.1/20110323/replaced-intrinsic-005-expected.txt: Removed.
* platform/wpe/css2.1/20110323/replaced-min-max-001-expected.txt: Removed.
* platform/wpe/css2.1/20110323/table-caption-margins-001-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-border-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-font-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-font-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-font-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t010403-shand-font-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t040102-keywords-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-case-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-case-01-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-02-d-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-04-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-05-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-06-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-07-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-escapes-08-b-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-01-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-03-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-04-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-05-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-06-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-07-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-08-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-09-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-10-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-11-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-12-c-expected.txt: Removed.
* platform/wpe/css2.1/t040103-ident-13-c-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atkeyw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atkeyw-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atkeyw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-atrule-04-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-import-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-import-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t040105-import-10-b-expected.txt: Removed.
* platform/wpe/css2.1/t040109-c17-comments-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t040109-c17-comments-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-01-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-03-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-04-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-05-f-expected.txt: Removed.
* platform/wpe/css2.1/t0402-syntax-06-f-expected.txt: Removed.
* platform/wpe/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t040306-syntax-01-f-expected.txt: Removed.
* platform/wpe/css2.1/t040307-syntax-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t050201-c12-grouping-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0505-c16-descendant-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t0505-c16-descendant-01-e-expected.txt: Removed.
* platform/wpe/css2.1/t0505-c16-descendant-02-e-expected.txt: Removed.
* platform/wpe/css2.1/t050803-c14-classes-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t0509-c15-ids-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0509-c15-ids-01-e-expected.txt: Removed.
* platform/wpe/css2.1/t0509-id-sel-syntax-01-f-expected.txt: Removed.
* platform/wpe/css2.1/t0509-id-sel-syntax-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-link-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-link-01-e-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-link-02-e-expected.txt: Removed.
* platform/wpe/css2.1/t0511-c21-pseud-link-03-e-expected.txt: Removed.
* platform/wpe/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t051103-dom-hover-01-c-io-expected.txt: Removed.
* platform/wpe/css2.1/t051103-dom-hover-02-c-io-expected.txt: Removed.
* platform/wpe/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t0603-c11-import-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t060401-c32-cascading-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t060402-c31-important-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt: Removed.
* platform/wpe/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-mrgn-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Removed.
* platform/wpe/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Removed.
* platform/wpe/css2.1/t0804-c5510-padn-02-f-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5522-brdr-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5522-brdr-02-e-expected.txt: Removed.
* platform/wpe/css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t09-c5526c-display-00-e-expected.txt: Removed.
* platform/wpe/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t0905-c414-flt-00-d-expected.txt: Removed.
* platform/wpe/css2.1/t0905-c414-flt-01-d-g-expected.txt: Removed.
* platform/wpe/css2.1/t0905-c414-flt-fit-00-d-expected.txt: Removed.
* platform/wpe/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-02-d-g-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-ln-00-d-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-ln-02-d-expected.txt: Removed.
* platform/wpe/css2.1/t090501-c414-flt-ln-03-d-expected.txt: Removed.
* platform/wpe/css2.1/t1002-c5523-width-00-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t1002-c5523-width-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt: Removed.
* platform/wpe/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1004-c5524-width-00-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t1005-c5524-width-00-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t1005-c5524-width-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counter-07-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counter-11-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counter-12-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counter-15-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-07-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-11-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-12-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-15-b-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-16-c-expected.txt: Removed.
* platform/wpe/css2.1/t1202-counters-17-d-expected.txt: Removed.
* platform/wpe/css2.1/t1204-implied-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1204-implied-01-c-expected.txt: Removed.
* platform/wpe/css2.1/t1204-implied-02-d-expected.txt: Removed.
* platform/wpe/css2.1/t1204-multiple-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t1204-multiple-01-c-expected.txt: Removed.
* platform/wpe/css2.1/t1204-root-e-expected.txt: Removed.
* platform/wpe/css2.1/t120401-scope-02-c-expected.txt: Removed.
* platform/wpe/css2.1/t120401-scope-03-c-expected.txt: Removed.
* platform/wpe/css2.1/t120401-scope-04-d-expected.txt: Removed.
* platform/wpe/css2.1/t120403-content-none-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t120403-display-none-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t120403-visibility-00-c-expected.txt: Removed.
* platform/wpe/css2.1/t1205-c563-list-type-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1205-c563-list-type-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t1205-c564-list-img-00-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t1401-c531-color-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t1402-c45-bg-canvas-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c532-bgcolor-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c532-bgcolor-01-b-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c533-bgimage-00-a-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c533-bgimage-01-b-g-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1503-c522-font-family-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1504-c523-font-style-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1505-c524-font-var-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1506-c525-font-wt-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Removed.
* platform/wpe/css2.1/t1508-c527-font-00-b-expected.txt: Removed.
* platform/wpe/css2.1/t1508-c527-font-06-b-expected.txt: Removed.
* platform/wpe/css2.1/t1602-c43-center-00-d-ag-expected.txt: Removed.
* platform/wpe/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-00-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-01-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-02-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-03-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-04-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-05-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-06-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-07-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-08-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-09-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-10-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-11-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-12-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-13-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-14-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-15-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-16-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-17-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-18-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-19-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-20-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-21-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-22-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-23-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-24-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-25-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-26-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-27-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-28-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-29-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-30-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-31-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-32-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-33-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-34-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-35-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-36-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-37-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-38-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-39-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-40-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-41-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-42-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-43-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-44-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-45-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-46-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-47-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-48-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-49-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-50-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-51-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-52-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-53-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-54-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-55-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-56-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-57-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-58-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-59-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-60-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-61-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-62-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-63-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-64-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-65-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-66-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-67-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-68-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-69-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-70-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-71-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-72-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-73-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-74-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-75-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-76-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-77-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-78-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-79-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-80-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-81-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-82-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-83-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-84-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-85-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-86-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-87-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-88-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-89-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-90-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-91-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-92-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-93-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-94-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-95-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-96-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-97-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-98-d-expected.txt: Removed.
* platform/wpe/css2.1/t170602-bdr-conflct-w-99-d-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-091-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-092-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-099-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-100-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-103-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-104-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-105-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-106-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-107-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-108-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-109-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-110-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-111-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-112-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-113-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-114-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-123-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-124-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-139-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-140-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-149-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-150-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-155-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-156-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-159-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-160-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-165-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-166-expected.txt: Removed.
* platform/wpe/css2.1/tables/table-anonymous-objects-181-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-default-value-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-different-image-formats-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-gif-color-2-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-gif-color-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-image-color-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-image-image-expected.txt: Removed.
* platform/wpe/css3/blending/background-blend-mode-single-layer-no-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-background-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-append-non-stacking-context-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-append-stacking-context-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-remove-non-stacking-context-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-remove-stacking-context-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-off-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-off-blending-no-isolation-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-off-stacking-context-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-on-blending-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-isolation-flags-turn-on-stacking-context-expected.txt: Removed.
* platform/wpe/css3/blending/blend-mode-simple-expected.txt: Removed.
* platform/wpe/css3/blending/repaint/blend-mode-turn-off-isolation-no-effect-expected.txt: Removed.
* platform/wpe/css3/flexbox/flexbox-baseline-expected.txt: Removed.
* platform/wpe/css3/flexbox/flexbox-baseline-margins-expected.txt: Removed.
* platform/wpe/css3/flexbox/line-wrapping-expected.txt: Removed.
* platform/wpe/css3/images/cross-fade-background-size-expected.txt: Removed.
2020-05-13 Zan Dobersek <zdobersek@igalia.com>
REGRESSION(r261023): [GTK][WPE] Several WebGL tests are failing
https://bugs.webkit.org/show_bug.cgi?id=211338
Reviewed by Dean Jackson.
* platform/gtk/TestExpectations: Remove failure expectations for the fixed tests.
* platform/wpe/TestExpectations: Ditto.
2020-05-13 Antti Koivisto <antti@apple.com>
[Wheel event region] Include listeners on Window
https://bugs.webkit.org/show_bug.cgi?id=211577
<rdar://problem/62983727>
Reviewed by Simon Fraser.
Add forgotten tests.
* fast/scrolling/mac/wheel-event-listener-region-window-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-window.html: Added.
2020-05-12 Alexey Shvayka <shvaikalesh@gmail.com>
Implement @isConstructor bytecode intrinsic and bytecode for that
https://bugs.webkit.org/show_bug.cgi?id=144093
Reviewed by Keith Miller.
Tests for unsupported customized built-in elements now fail early
since interfaces they extend lack Constructor WebIDL attribute.
* js/class-syntax-extends-expected.txt:
* js/script-tests/class-syntax-extends.js:
* platform/gtk/imported/w3c/web-platform-tests/custom-elements/builtin-coverage-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/custom-elements/builtin-coverage-expected.txt:
* platform/mac-wk2/imported/w3c/web-platform-tests/custom-elements/builtin-coverage-expected.txt:
2020-05-12 Jason Lawrence <lawrence.j@apple.com>
ASSERTION FAILED: m_uncommittedState.state == State::Committed on http/tests/referrer-policy-anchor/origin/cross-origin-http.https.html
https://bugs.webkit.org/show_bug.cgi?id=209503
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-12 Fujii Hironori <Hironori.Fujii@sony.com>
[WinCairo][WK1] requestAnimationFrame doesn't work since r244182 in Accelerated Compositing mode
https://bugs.webkit.org/show_bug.cgi?id=211798
Reviewed by Don Olmstead.
* platform/wincairo-wk1/TestExpectations: Unmarked tests broken by r244182.
2020-05-12 Eric Carlson <eric.carlson@apple.com>
Poster set after playback begins should be ignored
https://bugs.webkit.org/show_bug.cgi?id=211464
<rdar://problem/62605114>
Reviewed by Darin Adler.
* media/video-poster-set-after-playback-expected.txt: Added.
* media/video-poster-set-after-playback.html: Added.
2020-05-12 Simon Fraser <simon.fraser@apple.com>
Perpective origin should be relative to the reference box
https://bugs.webkit.org/show_bug.cgi?id=211769
Reviewed by Zalan Bujtas.
Ref test using edge-on layers to test perspective origin.
* compositing/transforms/perspective-transform-box-expected.html: Added.
* compositing/transforms/perspective-transform-box.html: Added.
2020-05-12 Myles C. Maxfield <mmaxfield@apple.com>
Text is clipped when rendered with fonts which have a negative line gap metric
https://bugs.webkit.org/show_bug.cgi?id=211683
<rdar://problem/62192986>
Reviewed by Zalan Bujtas.
* fast/text/negative-line-gap-expected.html: Added.
* fast/text/negative-line-gap.html: Added.
* fast/text/resources/Ahem-negative-line-gap.ttf: Added.
* platform/ios/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.txt:
2020-05-12 Philippe Normand <pnormand@igalia.com>
[GStreamer] Audio messages in web.whatsapp.com only play once.
https://bugs.webkit.org/show_bug.cgi?id=211627
Reviewed by Xabier Rodriguez-Calvar.
* media/video-src-blob-replay-expected.txt: Added.
* media/video-src-blob-replay.html: Added.
2020-05-12 Said Abou-Hallawa <sabouhallawa@apple.com>
Need to advertise support for WebP in the Accept header
https://bugs.webkit.org/show_bug.cgi?id=211735
Reviewed by Darin Adler.
* http/tests/misc/resources/image-checks-for-accept.php:
Make sure the Accept header accepts all images mime types.
2020-05-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211771
Unreviewed gardening.
Update test expectations of latest flaky failures in the GTK bot,
create new tests if necessary and remove passing tests.
* platform/gtk/TestExpectations:
2020-05-11 James Darpinian <jdarpinian@chromium.org>
WebGLLayer clobbers TEXTURE_2D binding on iOS
https://bugs.webkit.org/show_bug.cgi?id=211758
Reviewed by Dean Jackson.
We now have passing results for:
fast/canvas/webgl/webgl-texture-binding-preserved.html
webgl/1.0.3/conformance/canvas/texture-bindings-unaffected-on-resize.html
webgl/1.0.3/conformance/extensions/oes-element-index-uint.html
webgl/1.0.3/conformance/misc/delayed-drawing.html
webgl/1.0.3/conformance/state/state-uneffected-after-compositing.html
webgl/1.0.3/conformance/textures/default-texture.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-webgl-canvas-rgb565.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-webgl-canvas-rgba4444.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-webgl-canvas-rgba5551.html
webgl/1.0.3/conformance/textures/tex-image-and-sub-image-2d-with-webgl-canvas.html
* platform/ios/TestExpectations:
2020-05-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, remove failures happening on EWS GTK-WK2
https://bugs.webkit.org/show_bug.cgi?id=211761
Unreviewed gardening.
Since the GTK test bot and the EWS GTK-WK2 bot were moved to Flatpak,
these failures that were happening on EWS GTK-WK2 are no happening
anymore.
* platform/gtk/TestExpectations:
2020-05-11 Simon Fraser <simon.fraser@apple.com>
[ macOS ] scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211747
Reviewed by Tim Horton.
Change the test to use monitorWheelEvents() for each phase.
* scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html:
2020-05-11 Ben Nham <nham@apple.com>
Improve accuracy of IndexedDB estimated write size computation
https://bugs.webkit.org/show_bug.cgi?id=211360
Reviewed by Brady Eidson.
Added a layout test to check that the size estimate associated with adding an object to a
store with many indices is reasonable.
* platform/mac-wk1/TestExpectations: Skip test on Mac WK1 since it doesn't implement quota checks.
* platform/win/TestExpectations: Skip test on Windows since it doesn't implement quota checks.
* storage/indexeddb/resources/storage-limit-with-indices.js: Added.
* storage/indexeddb/storage-limit-with-indices-expected.txt: Added.
* storage/indexeddb/storage-limit-with-indices.html: Added.
2020-05-11 Kenneth Russell <kbr@chromium.org>
Enable conformance2/textures/canvas/ and image_data/ tests
https://bugs.webkit.org/show_bug.cgi?id=211602
Reviewed by Dean Jackson.
Enable all of these layout tests, which are now passing.
* TestExpectations:
2020-05-11 Devin Rousso <drousso@apple.com>
Web Inspector: show JavaScript Worker name as an internal property
https://bugs.webkit.org/show_bug.cgi?id=211708
Reviewed by Timothy Hatcher.
* inspector/worker/worker-create-and-terminate.html:
2020-05-11 Peng Liu <peng.liu6@apple.com>
Enable the mock video presentation mode in related layout tests and fix test failures
https://bugs.webkit.org/show_bug.cgi?id=211645
Reviewed by Darin Adler.
* http/tests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-live-broadcast-expected.txt:
* http/tests/media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-live-broadcast.html:
* media/media-fullscreen-inline.html:
* media/media-fullscreen-loop-inline-expected.txt:
* media/media-fullscreen-loop-inline.html:
* media/media-fullscreen-pause-inline-expected.txt:
* media/media-fullscreen-pause-inline.html:
* media/media-fullscreen-return-to-inline-expected.txt:
* media/media-fullscreen-return-to-inline.html:
* media/media-fullscreen.js:
(async beginfullscreen):
(async fullscreenerror):
(addEventListeners):
(beginfullscreen): Deleted.
(fullscreenerror): Deleted.
* media/modern-media-controls/css/webkit-cursor-visibility-auto-hide-expected.txt:
* media/modern-media-controls/css/webkit-cursor-visibility-auto-hide.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button-expected.txt:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button.html:
* media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag.html:
* media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause-fullscreen-expected.txt:
* media/modern-media-controls/media-controller/media-controller-click-on-video-background-should-pause-fullscreen.html:
* media/modern-media-controls/media-controller/media-controller-fullscreen-ltr-expected.txt:
* media/modern-media-controls/media-controller/media-controller-fullscreen-ltr.html:
* media/modern-media-controls/media-controller/media-controller-space-bar-toggle-playback-expected.txt:
* media/modern-media-controls/media-controller/media-controller-space-bar-toggle-playback.html:
* media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen-expected.txt:
* media/modern-media-controls/tracks-support/tracks-support-show-panel-fullscreen.html:
* media/video-fullscreen-only-playback-expected.txt:
* media/video-fullscreen-only-playback.html:
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2020-05-11 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r261446.
The test is still failing.
Reverted changeset:
"[ macOS ] REGRESSION (r259139):
webgl/2.0.0/conformance2/rendering/framebuffer-completeness-
unaffected.html is failing"
https://bugs.webkit.org/show_bug.cgi?id=209740
https://trac.webkit.org/changeset/261446
2020-05-11 Youenn Fablet <youenn@apple.com>
[ iOS wk2 ] http/wpt/beacon/cors/crossorigin-arraybufferview-no-preflight.html is failing.
https://bugs.webkit.org/show_bug.cgi?id=207583
<rdar://problem/59362947>
Reviewed by Geoffrey Garen.
Use in-test DumpJSConsoleLogInStdErr instead of TestExpectations to make sure this option is set for iOS.
* TestExpectations:
* http/wpt/beacon/cors/cors-preflight-blob-failure.html:
* http/wpt/beacon/cors/cors-preflight-blob-success.html:
* http/wpt/beacon/cors/cors-preflight-cookie.html:
* http/wpt/beacon/cors/cors-preflight-redirect-failure.html:
* http/wpt/beacon/cors/cors-preflight-redirect-from-crossorigin-to-sameorigin.html:
* http/wpt/beacon/cors/cors-preflight-redirect-success.html:
* http/wpt/beacon/cors/crossorigin-arraybufferview-no-preflight.html:
Update test to make sure that stderr console log lines will print whether the first load is failing or the second.
2020-05-11 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION (r253267): issues on touchstart/touchend/touchmove (pointerdown/pointerup/pointermove) events
https://bugs.webkit.org/show_bug.cgi?id=211521
<rdar://problem/62942374>
Reviewed by Darin Adler.
Add a layout test that synthesizes a tap-and-half gesture over an element with active touch event listeners, and
verifies that the second half of the gesture (i.e. the pan gesture) dispatches touchstart, touchmove, and
touchend events.
* fast/events/touch/ios/tap-and-half-when-viewport-is-not-responsive-expected.txt: Added.
* fast/events/touch/ios/tap-and-half-when-viewport-is-not-responsive.html: Added.
2020-05-11 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk1 ] http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209067
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-11 Jason Lawrence <lawrence.j@apple.com>
REGRESSION (r259463): [ Mojave Debug ] http/tests/IndexedDB/collect-IDB-objects.https.html is flaky failing and timing out
https://bugs.webkit.org/show_bug.cgi?id=210219
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update baseline after r261443
https://bugs.webkit.org/show_bug.cgi?id=211717
Unreviewed gardening.
* platform/gtk/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt:
2020-05-11 Charlie Turner <cturner@igalia.com>
[WPE] Layout test media/encrypted-media/mock-MediaKeySystemAccess.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=181225
Reviewed by Darin Adler.
* platform/gtk/TestExpectations: The test is no longer crashing.
* platform/wpe/TestExpectations: Ditto.
2020-05-10 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211694
Unreviewed gardening.
Gardening of flaky failures.
* platform/glib/TestExpectations:
* platform/gtk/TestExpectations:
2020-05-09 Wenson Hsieh <wenson_hsieh@apple.com>
[macOS] Search field on mayoclinic.org/forms/us-resident-appointment clips the submit button
https://bugs.webkit.org/show_bug.cgi?id=211673
<rdar://problem/62572501>
Reviewed by Tim Horton.
Rebaseline a couple of layout tests that contain search fields with custom CSS border styles.
* platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac/fast/forms/search-styled-expected.txt:
2020-05-09 Kenneth Russell <kbr@chromium.org>
[ macOS ] REGRESSION (r259139): webgl/2.0.0/conformance2/rendering/framebuffer-completeness-unaffected.html is failing
https://bugs.webkit.org/show_bug.cgi?id=209740
Reviewed by Darin Adler.
Reenable framebuffer-completeness-unaffected.html, which is now
passing after several other bug fixes.
* platform/mac/TestExpectations:
2020-05-09 Kenneth Russell <kbr@chromium.org>
[ Mojave wk1 Release ] fast/canvas/webgl/texImage2D-mse-flipY-true.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=209837
Reviewed by Darin Adler.
Remove flaky timeout suppression for
texImage2D-mse-flipY-true.html, which has been passing reliably
for over a month.
* platform/mac-wk1/TestExpectations:
2020-05-09 David Kilzer <ddkilzer@apple.com>
XML external entity resources should only be loaded from XML MIME types
<https://webkit.org/b/211488>
<rdar://problem/62869515>
Reviewed by Darin Adler.
To fix these layout tests, the following changes were made:
- Rename *.ent files to *.ent.xml so that an XML MIME type would
be given to the resources when loading from a file:/// URL.
- Similarly, rename *.dtd files to *.dtd.xml.
- Update tests to refer to new entity/dtd file names.
- There are more *.dtd and *.ent files that weren't renamed. I
will fix those in a follow-up patch. They weren't needed to
fix any tests, so may be unused.
* dom/xhtml/level3/core/entitygetinputencoding03.xhtml:
* dom/xhtml/level3/core/entitygetinputencoding04.xhtml:
* dom/xhtml/level3/core/entitygetxmlencoding02.xhtml:
* dom/xhtml/level3/core/entitygetxmlencoding03.xhtml:
* dom/xhtml/level3/core/entitygetxmlencoding04.xhtml:
* dom/xhtml/level3/core/entitygetxmlversion03.xhtml:
* dom/xhtml/level3/core/entitygetxmlversion04.xhtml:
* dom/xhtml/level3/core/resources/external_foo.ent.xml: Rename from LayoutTests/dom/xhtml/level3/core/external_foo.ent.xml.
* dom/xhtml/level3/core/resources/external_foobr.ent.xml: Rename from LayoutTests/dom/xhtml/level3/core/external_foobr.ent.xml.
* dom/xhtml/level3/core/resources/external_widget.ent.xml: Rename from LayoutTests/dom/xhtml/level3/core/external_widget.ent.xml.
* dom/xhtml/level3/core/nodegetbaseuri16.xhtml:
* dom/xhtml/level3/core/nodegetbaseuri19.xhtml:
* dom/xhtml/level3/core/nodegetbaseuri20.xhtml:
* fast/parser/external-entities.xml:
* fast/parser/resources/external-entities.dtd.xml: Rename from LayoutTests/fast/parser/resources/external-entities.dtd.
* fast/parser/resources/external-entities.xsl:
* fast/xsl/dtd-in-source-document.xml:
* fast/xsl/resources/dtd-in-source-document.dtd.xml: Rename from LayoutTests/fast/xsl/resources/dtd-in-source-document.dtd.
* fast/xsl/resources/xslt-second-level-import.xsl:
* fast/xsl/resources/xslt-second-level-import.xsl.dtd.xml: Rename from LayoutTests/fast/xsl/resources/xslt-second-level-import.xsl.dtd.
* http/tests/security/contentTypeOptions/nosniff-xml-external-entity-expected.txt:
* http/tests/security/contentTypeOptions/nosniff-xml-external-entity.xhtml:
- Add test cases without "X-Content-Type-Options: nosniff"
header.
* http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt:
- Add newly expected console error messages about cross-origin
resource load failures.
2020-05-09 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211664
Gardening of flaky failures and failures reintroduced after latest
patches reverted.
* platform/gtk/TestExpectations:
2020-05-09 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in LegacyWebArchive::createPropertyListRepresentation when copying selected range that contains surrogate characters
https://bugs.webkit.org/show_bug.cgi?id=211658
<rdar://problem/62844424>
Reviewed by Ryosuke Niwa.
Added a regression test for the crash.
* webarchive/copy-surrogate-char-crash-expected.txt: Added.
* webarchive/copy-surrogate-char-crash.html: Added.
2020-05-08 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after revert of r261341 and r261392
https://bugs.webkit.org/show_bug.cgi?id=211661
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/intrinsic_sizes-expected.txt: Removed.
2020-05-08 David Kilzer <ddkilzer@apple.com>
Remove empty directories from from svn.webkit.org repository
<https://webkit.org/b/211644>
Reviewed by Darin Adler.
* fast/events/touch/ios/iphone7: Removed.
* fast/text-autosizing/ios/ipad: Removed.
* fast/viewport/ios/ipad: Removed.
* legacy-animation-engine: Removed.
* media/controls/ipad: Removed.
* media/modern-media-controls/media-documents/ipad: Removed.
* media/modern-media-controls/pip-support/ipad: Removed.
* platform/gtk/legacy-animation-engine: Removed.
* platform/ios-wk1/legacy-animation-engine: Removed.
* platform/ios-wk2/legacy-animation-engine: Removed.
* platform/ios/compositing/filters: Removed.
* platform/ios/legacy-animation-engine: Removed.
* platform/ios/media/modern-media-controls: Removed.
* platform/iphone-7/tiled-drawing: Removed.
* platform/mac-wk1/compositing/plugins: Removed.
* platform/mac-wk1/imported/w3c/web-platform-tests/fetch/content-type: Removed.
* platform/mac/legacy-animation-engine: Removed.
* platform/win/legacy-animation-engine: Removed.
* platform/wincairo/legacy-animation-engine: Removed.
* platform/wpe/legacy-animation-engine: Removed.
* tiled-drawing/ios: Removed.
2020-05-08 Simon Fraser <simon.fraser@apple.com>
Async overflow scroll: sometimes a <select> becomes non-scrollable
https://bugs.webkit.org/show_bug.cgi?id=211433
<rdar://problem/62338474>
Reviewed by Dean Jackson.
* scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe-expected.txt: Added.
* scrollingcoordinator/mac/latching/scrolling-select-should-not-latch-mainframe.html: Added.
2020-05-08 Simon Fraser <simon.fraser@apple.com>
Overflow scrollers in iframes don't get mouseMovedInContentArea()
https://bugs.webkit.org/show_bug.cgi?id=211347
<rdar://problem/62784560>
Reviewed by Tim Horton.
Land some tests that were missing from r261382.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal.html: Added.
2020-05-08 Ryan Haddad <ryanhaddad@apple.com>
[LFC][TFC] The fixed logical width should be used as the max width for a cell
https://bugs.webkit.org/show_bug.cgi?id=211610
Unreviewed test gardening.
Add a baseline for Windows.
* platform/win/fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt: Added.
2020-05-08 Tomoki Imai <Tomoki.Imai@sony.com>
TextureMapper should skip clipping a content layer if it's not needed
https://bugs.webkit.org/show_bug.cgi?id=210787
Reviewed by Don Olmstead.
This patch follows up r260174 by updating the test expectation.
* platform/gtk/compositing/video/video-object-fit-expected.txt: Added.
2020-05-08 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Text-style fonts aren't locale-specific
https://bugs.webkit.org/show_bug.cgi?id=211438
<rdar://problem/51654163>
Reviewed by Sam Weinig.
This test actually already passes. But it's a good idea to make
sure that it continues to pass in the future.
* platform/ios/fast/text/lang-text-style-expected-mismatch.html: Added.
* platform/ios/fast/text/lang-text-style.html: Added.
2020-05-08 Kenneth Russell <kbr@chromium.org>
[WebGL2] Complete new texture upload entry points in WebGL2RenderingContext
https://bugs.webkit.org/show_bug.cgi?id=208875
Reviewed by Dean Jackson.
All of the 3D texture tests in
webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/ and
webgl/2.0.0/conformance2/textures/image_data/ now pass, and
several others progress, including some which now pass completely.
Rebaseline all of these.
Skip webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/
temporarily to reduce the size of these rebaselines, as the
failures are likely caused by non-WebGL browser bugs. Filed Bug
211484 to track re-enabling them.
* TestExpectations:
* platform/mac/webgl/fingerprinting-strings-expected.txt:
* webgl/2.0.0/conformance/state/gl-enable-enum-test-expected.txt:
* webgl/2.0.0/conformance2/buffers/buffer-copying-contents-expected.txt:
* webgl/2.0.0/conformance2/buffers/buffer-copying-restrictions-expected.txt:
* webgl/2.0.0/conformance2/buffers/buffer-type-restrictions-expected.txt:
* webgl/2.0.0/conformance2/buffers/uniform-buffers-expected.txt:
* webgl/2.0.0/conformance2/misc/expando-loss-2-expected.txt:
* webgl/2.0.0/conformance2/misc/getextension-while-pbo-bound-stability-expected.txt:
* webgl/2.0.0/conformance2/misc/object-deletion-behaviour-2-expected.txt:
* webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
* webgl/2.0.0/conformance2/renderbuffers/framebuffer-texture-layer-expected.txt:
* webgl/2.0.0/conformance2/rendering/blitframebuffer-test-expected.txt:
* webgl/2.0.0/conformance2/rendering/canvas-resizing-with-pbo-bound-expected.txt:
* webgl/2.0.0/conformance2/rendering/out-of-bounds-index-buffers-after-copying-expected.txt:
* webgl/2.0.0/conformance2/state/gl-get-calls-expected.txt:
* webgl/2.0.0/conformance2/state/gl-getstring-expected.txt:
* webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/copy-texture-image-luma-format-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/copy-texture-image-webgl-specific-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/gl-get-tex-parameter-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-image-and-sub-image-with-array-buffer-view-sub-source-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-input-validation-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-new-formats-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-storage-2d-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-storage-and-subimage-3d-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt:
2020-05-08 Nikos Mouchtaris <nmouchtaris@apple.com>
Implement web-share v2 for files
https://bugs.webkit.org/show_bug.cgi?id=209265
Reviewed by Andy Estes.
Modified to no longer use url of image.
* fast/web-share/share-with-files.html:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
REGRESSION [ iOS ] fast/forms/validationMessage.html is flaky and timing out
https://bugs.webkit.org/show_bug.cgi?id=206630
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-08 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r261341 and r261392.
Caused multiple regression test failures
Reverted changesets:
"Poster set after playback begins should be ignored"
https://bugs.webkit.org/show_bug.cgi?id=211464
https://trac.webkit.org/changeset/261341
"REGRESSION(r261341): imported/w3c/web-platform-
tests/html/semantics/embedded-content/the-video-
element/intrinsic_sizes.htm is failing"
https://bugs.webkit.org/show_bug.cgi?id=211612
https://trac.webkit.org/changeset/261392
2020-05-08 Darin Adler <darin@apple.com>
Add a regression test for bug 211541
https://bugs.webkit.org/show_bug.cgi?id=211635
Reviewed by Geoffrey Garen.
* fast/box-shadow/box-shadow-huge-area-crash-expected.html: Added.
* fast/box-shadow/box-shadow-huge-area-crash.html: Added.
2020-05-08 Jer Noble <jer.noble@apple.com>
media/video-zoom.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211631
Reviewed by Eric Carlson.
Remove the 1.5s early timeout check here; with the additional 150ms per video element timeout elsewhere
in the test, this is short enough to cause flaky failures on busy bots.
* media/video-zoom.html:
2020-05-08 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] caret appears in the middle of a search field when field is focused on agoda.com
https://bugs.webkit.org/show_bug.cgi?id=211591
<rdar://problem/60605873>
Reviewed by Antoine Quint.
Add a new layout test to verify that the caret view eventually becomes visible when after a focused text field
containing the caret is animated.
* editing/selection/ios/caret-rect-after-animating-focused-text-field-expected.txt: Added.
* editing/selection/ios/caret-rect-after-animating-focused-text-field.html: Added.
2020-05-08 Wenson Hsieh <wenson_hsieh@apple.com>
Preserve character set information when writing to the pasteboard when copying rich text
https://bugs.webkit.org/show_bug.cgi?id=211524
Reviewed by Darin Adler.
Rebaseline several layout tests.
* platform/ios/editing/pasteboard/onpaste-text-html-expected.txt:
* platform/mac/editing/pasteboard/onpaste-text-html-expected.txt: Added.
* platform/mac/fast/events/ondrop-text-html-expected.txt: Added.
2020-05-08 Eric Carlson <eric.carlson@apple.com>
REGRESSION(r261341): imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/intrinsic_sizes.htm is failing
https://bugs.webkit.org/show_bug.cgi?id=211612
<rdar://problem/63024081>
Unreviewed test gardening.
* TestExpectations: Mark test as Flakey. A proper fix is tracked by https://bugs.webkit.org/show_bug.cgi?id=211630.
2020-05-07 Yusuke Suzuki <ysuzuki@apple.com>
Code pattern in GC tests in LayoutTests is broken
https://bugs.webkit.org/show_bug.cgi?id=211595
Reviewed by Saam Barati.
LayoutTests have several tests which attempt to ensure that document is not leaked. But they are broken since these tests are not correctly
handling conservative GC of JavaScriptCore. These tests are taking a following approach.
1. Allocate *one* iframe doing something inside it.
2. Remove iframe from the parent document to make it released.
3. Repeatedly invoke GC and test whether (1)'s document gets collected.
This is not the right approach. Since JavaScriptCore has conservative GC, it is easily possible that (1)'s pointer value remains in some of
conservative roots: CPU registers, stack etc. And JavaScriptCore conservative GC scans it and keeps it alive. The above approach makes the
test super flaky and any unrelated changes in JavaScriptCore and C compiler can make this test failed.
This is not a problem in practice. Web pages are executing various kind of code and they clobber conservative roots. However, tests in
LayoutTests are too simple to keep it alive accidentally.
The right approach for conservative GC is the following.
1. Allocate *many* iframes doing something inside them with loop. By creating iframes with loop, for every iteration, it is likely that
the same CPU registers and stack locations are overwritten by the last created iframe reference. This dramatically reduces the possibility
for GC to find these addresses in conservative roots.
2. Remove iframes from the parent document to make them released.
3. Repeatedly invoke GC and test whether *one of (1) iframes* gets collected at least. Theoretically this is still possible that completely
unrelated integer value in conservative roots can point to the reference of (1). By allocating many iframes in (1) and testing one of them,
we can reduce the possibility of this conflict.
This patch adds testDocumentIsNotLeaked helper function to enforce this pattern. And rewrite broken tests with this helper to make it less-flaky.
* highlight/highlight-world-leak.html:
* http/tests/IndexedDB/collect-IDB-objects.https.html:
* http/tests/media/clearkey/collect-webkit-media-session.html:
* http/tests/media/media-stream/collect-media-devices.https.html:
* http/tests/resources/gc.js: Added.
(window.gc.gcRec):
(window.gc.window.gc):
(nukeArray):
(async testDocumentIsNotLeaked):
* intersection-observer/no-document-leak.html:
* performance-api/performance-observer-no-document-leak.html:
* resources/gc.js:
(nukeArray):
(async testDocumentIsNotLeaked):
* webanimations/leak-document-with-web-animation.html:
2020-05-08 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Create common glib expectation file
https://bugs.webkit.org/show_bug.cgi?id=211183
Reviewed by Carlos Garcia Campos.
* platform/glib/TestExpectations: Added.
2020-05-08 Simon Fraser <simon.fraser@apple.com>
Overflow scrollers in iframes don't get mouseMovedInContentArea()
https://bugs.webkit.org/show_bug.cgi?id=211347
<rdar://problem/62784560>
Reviewed by Tim Horton.
The ordering of callbacks in the scroll-animator tests changed, but in ways that don't materially
affect behavior. Two new real overlay scrollbar tests.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-in-iframe-overlay-scrollbar-reveal.html: Added.
* fast/scrolling/scroll-animator-basic-events-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-clicked-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-hovered-expected.txt:
* fast/scrolling/scroll-animator-select-list-events-expected.txt:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
Flaky Test: media/track/track-in-band-metadata-display-order.html
https://bugs.webkit.org/show_bug.cgi?id=206226
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
[ macOS wk2 ] http/tests/IndexedDB/collect-IDB-objects.https.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207571
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
[ iOS wk2 ] http/tests/cache-storage/cache-representation.https.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=207665
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-08 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] The fixed logical width should be used as the max width for a cell
https://bugs.webkit.org/show_bug.cgi?id=211610
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content-expected.txt: Added.
* fast/layoutformattingcontext/table-simple-with-fixed-widht-and-inline-content.html: Added.
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ iOS wk2 ] fast/forms/input-text-scroll-left-on-blur.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209812
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-05-08 Jason Lawrence <lawrence.j@apple.com>
[ Mojave wk1 Release ] platform/mac/media/media-source/videoplaybackquality-decompressionsession.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209866
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-08 Youenn Fablet <youenn@apple.com>
Video capture does not get unmuted in case of tab switch on iOS
https://bugs.webkit.org/show_bug.cgi?id=211509
Reviewed by Eric Carlson.
* platform/ios/TestExpectations:
Disable GPU process test since we are not able yet to mute/unmute handle multiple video tracks
with different sources as can be done if capture is done out of process.
* platform/ios/mediastream/video-muted-in-background-tab.html:
Update test to ensure the track is producing content.
2020-05-08 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations and baselines after r261341
https://bugs.webkit.org/show_bug.cgi?id=211616
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/intrinsic_sizes-expected.txt: Added.
* platform/wpe/TestExpectations:
2020-05-07 Simon Fraser <simon.fraser@apple.com>
MayBegin wheel event in a <select> doesn't flash the scrollers
https://bugs.webkit.org/show_bug.cgi?id=211605
Reviewed by Antti Koivisto.
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/select-overlay-scrollbar-reveal.html: Added.
2020-05-07 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening two poster tests and a webgl failure
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-05-07 Pinki Gyanchandani <pgyanchandani@apple.com>
SIGILL @ WebCore::Shape::createRasterShape -- DOS ASAN
https://bugs.webkit.org/show_bug.cgi?id=211539
Reviewed by Geoffrey Garen.
Added a regression test and enabled it only for WK1.
* TestExpectations:
* fast/shapes/shape-outside-floats/shape-outside-imagedata-overflow-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-imagedata-overflow.html: Added.
* platform/ios-wk1/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-05-07 Devin Rousso <drousso@apple.com>
Web Inspector: Uncaught Exception: TypeError: null is not an object (evaluating 'mimeType.endsWith')
https://bugs.webkit.org/show_bug.cgi?id=211593
Reviewed by Joseph Pecoraro.
* inspector/unit-tests/mimetype-utilities.html:
* inspector/unit-tests/mimetype-utilities-expected.txt:
Add some tests for `parseMIMEType`.
2020-05-07 Eric Carlson <eric.carlson@apple.com>
Poster set after playback begins should be ignored
https://bugs.webkit.org/show_bug.cgi?id=211464
Reviewed by Jer Noble.
* media/video-poster-set-after-playback-expected.txt: Added.
* media/video-poster-set-after-playback.html: Added.
2020-05-07 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r252161): Animation of box-shadow with border-radius set is flashy
https://bugs.webkit.org/show_bug.cgi?id=211530
<rdar://problem/62570229>
Reviewed by Zalan Bujtas.
Some ref tests for inset shadows with border radius, with spread, and when on
split inlines.
* fast/box-shadow/inset-box-shadow-expected.html:
* fast/box-shadow/inset-box-shadow-fractional-radius-expected.html: Added.
* fast/box-shadow/inset-box-shadow-fractional-radius.html: Added.
* fast/box-shadow/inset-box-shadow.html:
* fast/box-shadow/inset-shadow-split-inline-expected.html: Added.
* fast/box-shadow/inset-shadow-split-inline.html: Added.
* fast/box-shadow/inset-spread-box-shadow-split-inline-expected.html: Added.
* fast/box-shadow/inset-spread-box-shadow-split-inline.html: Added.
2020-05-07 Ryan Haddad <ryanhaddad@apple.com>
[ macOS wk1 ] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-insert-text.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=209201
Unreviewed test gardening.
Remove flaky expectation since the test is consistently passing.
* platform/mac-wk1/TestExpectations:
2020-05-07 Ryan Haddad <ryanhaddad@apple.com>
[ macOS debug ] REGRESSION (r259463): http/tests/media/clearkey/collect-webkit-media-session.html is failing
https://bugs.webkit.org/show_bug.cgi?id=209989
Unreviewed test gardening.
Remove failure expectations for tests that are now consistently passing.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-05-07 Timothy Horton <timothy_horton@apple.com>
Add a test for `REGRESSION (r260753): Frequent crashes under TextIndicator's estimatedTextColorsForRange`
https://bugs.webkit.org/show_bug.cgi?id=211532
Reviewed by Wenson Hsieh.
* fast/text-indicator/text-indicator-estimated-color-with-implicit-newline-expected.txt: Added.
* fast/text-indicator/text-indicator-estimated-color-with-implicit-newline.html: Added.
* platform/ios/fast/text-indicator/text-indicator-estimated-color-with-implicit-newline-expected.txt: Added.
This test would trigger the null deref fixed in r261245.
2020-05-07 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk1 ] http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209154
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-05-07 Antti Koivisto <antti@apple.com>
[Wheel event region] Include listeners on Window
https://bugs.webkit.org/show_bug.cgi?id=211577
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-window-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-window.html: Added.
2020-05-07 Chris Dumez <cdumez@apple.com>
Unreviewed, mark imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order.html as flaky on iOS.
This test has been flaky on iOS since its import.
* platform/ios-wk2/TestExpectations:
2020-05-07 Zalan Bujtas <zalan@apple.com>
[LFC[TFC] Adjust the table wrapper box style
https://bugs.webkit.org/show_bug.cgi?id=211574
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-with-border-expected.txt: Added.
* fast/layoutformattingcontext/table-simple-with-border.html: Added.
2020-05-07 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Set section [top, left] used position.
https://bugs.webkit.org/show_bug.cgi?id=211546
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-simple-with-padding-expected.txt: Added.
* fast/layoutformattingcontext/table-simple-with-padding.html: Added.
2020-05-07 Antti Koivisto <antti@apple.com>
[Wheel event region] Include listeners on Document
https://bugs.webkit.org/show_bug.cgi?id=211571
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-document-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-document.html: Added.
2020-05-07 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r261251.
Test is failing on iOS
Reverted changeset:
"Add a test for `REGRESSION (r260753): Frequent crashes under
TextIndicator's estimatedTextColorsForRange`"
https://bugs.webkit.org/show_bug.cgi?id=211532
https://trac.webkit.org/changeset/261251
2020-05-07 Chris Dumez <cdumez@apple.com>
Unreviewed, mark html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-pointer-remove-source.html as flaky.
This test has been flaky since import from WPT.
* TestExpectations:
2020-05-07 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=211573
Review of several test failures that could be closed. Updated test
expectations accordingly.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/css/css-transitions/properties-value-auto-001-expected.txt: Removed.
2020-05-07 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update test expectations after r261251
https://bugs.webkit.org/show_bug.cgi?id=211570
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-07 Philippe Normand <pnormand@igalia.com>
[GTK] Test failures after Flatpak upgrade
https://bugs.webkit.org/show_bug.cgi?id=211497
Reviewed by Adrian Perez de Castro.
* platform/gtk/TestExpectations: Unflag fixed tests. The webgl
failures seem more related to bug #211338 actually.
2020-05-07 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update baselines after r261248
https://bugs.webkit.org/show_bug.cgi?id=211562
Unreviewed gardening.
* accessibility/gtk/object-attributes-expected.txt:
* platform/gtk/accessibility/lists-expected.txt:
2020-05-07 Antti Koivisto <antti@apple.com>
Add basic support for generating accurate wheel event listener region
https://bugs.webkit.org/show_bug.cgi?id=211512
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-basic-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-basic.html: Added.
2020-05-07 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update test expectations after r259705
https://bugs.webkit.org/show_bug.cgi?id=211552
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
Unreviewed, reverting r260737.
Change not needed after r261267.
Reverted changeset:
"[GTK] Gardening, skipping more inspector tests."
https://trac.webkit.org/changeset/260737
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
Unreviewed, reverting r260713.
Change not needed after r260844.
Reverted changeset:
"[GTK] Gardening, temporarily skip WebInspector tests after
r210942 and r260696"
https://bugs.webkit.org/show_bug.cgi?id=211035
https://trac.webkit.org/changeset/260713
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, dump stderr in console log for several web-animation tests
https://bugs.webkit.org/show_bug.cgi?id=211549
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/accumulation-per-property-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/addition-per-property-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt:
2020-05-06 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in indentOutdentCommand::formatRange with asynchronous commands: indent and insert list.
https://bugs.webkit.org/show_bug.cgi?id=211466
<rdar://problem/62845430>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* fast/editing/indent-then-insertUL-crash-expected.txt: Added.
* fast/editing/indent-then-insertUL-crash.html: Added.
2020-05-06 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in InsertListCommand::doApply with user-select:none elements
https://bugs.webkit.org/show_bug.cgi?id=211534
<rdar://problem/62898521>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/insert-list-user-select-none-crash-expected.txt: Added.
* editing/inserting/insert-list-user-select-none-crash.html: Added.
2020-05-06 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r261239.
Caused fast/events/wheel-event-outside-body.html to assert on
macOS WK1
Reverted changeset:
"Add basic support for generating accurate wheel event
listener region"
https://bugs.webkit.org/show_bug.cgi?id=211512
https://trac.webkit.org/changeset/261239
2020-05-06 Tim Horton <timothy_horton@apple.com>
Add a test for `REGRESSION (r260753): Frequent crashes under TextIndicator's estimatedTextColorsForRange`
https://bugs.webkit.org/show_bug.cgi?id=211532
Reviewed by Wenson Hsieh.
* fast/text-indicator/text-indicator-estimated-color-with-implicit-newline-expected.txt: Added.
* fast/text-indicator/text-indicator-estimated-color-with-implicit-newline.html: Added.
This test would trigger the null deref fixed in r261245.
2020-05-06 Chris Fleizach <cfleizach@apple.com>
AX: Implement accessibility of HTML 5.1 Drag & Drop
https://bugs.webkit.org/show_bug.cgi?id=211415
<rdar://problem/22695531>
Reviewed by Joanmarie Diggs.
* accessibility/mac/draggable-expected.txt: Added.
* accessibility/mac/draggable.html: Added.
2020-05-06 Antoine Quint <graouts@apple.com>
pointermove event sometimes has incorrect pointerType of 'mouse' on touch interactions
https://bugs.webkit.org/show_bug.cgi?id=210716
<rdar://problem/62084817>
Reviewed by Darin Adler.
Add a new test that checks that with content observation enabled a tap on a <button> element
dispatches synthetic mousemove and click events but no pointermove event.
* pointerevents/ios/click-no-pointermove-expected.txt: Added.
* pointerevents/ios/click-no-pointermove.html: Added.
* pointerevents/utils.js:
(target_test):
2020-05-06 Ryan Haddad <ryanhaddad@apple.com>
Two 'tests' are running with out expectation files that are not real tests.
https://bugs.webkit.org/show_bug.cgi?id=208477
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Skip the test that seems to create these files.
2020-05-06 John Wilander <wilander@apple.com>
Exempt app-bound domains from ITP's website data deletion and third-party cookie blocking between themselves
https://bugs.webkit.org/show_bug.cgi?id=210674
<rdar://problem/61950767>
Reviewed by Chris Dumez.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-cookie-blocking-between-each-other-expected.txt: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-cookie-blocking-between-each-other.html: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-website-data-deletion-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-website-data-deletion-database.html: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-website-data-deletion-expected.txt: Added.
* http/tests/resourceLoadStatistics/exemptDomains/app-bound-domains-exempt-from-website-data-deletion.html: Added.
2020-05-06 Daniel Bates <dabates@apple.com>
[iOS] ASSERTION FAILED: !(_keyboardFlags & WebEventKeyboardInputModifierFlagsChanged) in -[WebEvent charactersIgnoringModifiers] when pressing modifier on PDF
https://bugs.webkit.org/show_bug.cgi?id=211472
Reviewed by Darin Adler.
Add a test.
* fast/events/ios/pdf-modifer-key-down-crash-expected.txt: Added.
* fast/events/ios/pdf-modifer-key-down-crash.html: Added.
2020-05-06 Antti Koivisto <antti@apple.com>
Add basic support for generating accurate wheel event listener region
https://bugs.webkit.org/show_bug.cgi?id=211512
Reviewed by Simon Fraser.
* fast/scrolling/mac/wheel-event-listener-region-basic-expected.txt: Added.
* fast/scrolling/mac/wheel-event-listener-region-basic.html: Added.
2020-05-06 Chris Dumez <cdumez@apple.com>
fast/overflow/horizontal-scroll-after-back.html is a flaky timeout on macOS
https://bugs.webkit.org/show_bug.cgi?id=211515
<rdar://problem/61180247>
Reviewed by Darin Adler.
Update test to navigate to fast/history/resources/page-cache-helper.html instead of
a data URL which calls history.back() on load. Unlike the data URL, page-cache-helper.html
only navigates back in a 0-timer after the load event has fired. This is important to
guarantee that the current history item has been created before navigating back. If we
navigate back too early, then the current history item is still the one for the previous
page and we end up navigating back to the previous test, which would cause the timeout.
* fast/overflow/horizontal-scroll-after-back.html:
2020-05-06 Alexey Shvayka <shvaikalesh@gmail.com>
Remove orphaned WPT expectations & unused harness
https://bugs.webkit.org/show_bug.cgi?id=211454
Reviewed by Darin Adler.
1. wpt/html/dom/interfaces was renamed to wpt/html/dom/idlharness.
2. wpt/dom/nodes/Document-createEvent was superseded by HTTPS version.
3. w3c/resources/WebIDLParser.js is unused.
* TestExpectations:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/interfaces.worker-expected.txt: Removed.
* platform/ios/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
* platform/mac-wk1/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
* tests-options.json:
2020-05-06 Youenn Fablet <youenn@apple.com>
REGRESSION (r261163): [ Mac WK2 ] webrtc/libwebrtc/descriptionGetters.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211455
<rdar://problem/62895451>
Reviewed by Eric Carlson.
* webrtc/libwebrtc/descriptionGetters.html:
Sanitize SDP before comparison as port information and candidates are no longer blocked by main thread.
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, expected to fail but passed
https://bugs.webkit.org/show_bug.cgi?id=211510
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update baselines after r261219
https://bugs.webkit.org/show_bug.cgi?id=211507
Unreviewed gardening.
* platform/wpe/fast/css/font-face-opentype-expected.txt: Updated after r261190.
* platform/wpe/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: Added after r260139.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Added after r260662.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Updated after r261191.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt: Updated after r261191.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt: Added after r260690.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt: Added after r260690.
* platform/wpe/storage/domstorage/sessionstorage/blocked-file-access-expected.txt: Removed.
* platform/wpe/svg/batik/text/xmlSpace-expected.txt: Updated after r261154.
2020-04-29 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Implement isSessionSupported()
https://bugs.webkit.org/show_bug.cgi?id=211187
Reviewed by Dean Jackson.
* platform/wpe/TestExpectations: Added some skipped tests that are now passing.
2020-05-06 Diego Pino Garcia <dpino@igalia.com>
GTK] Gardening, update expectations and baselines after r261191
https://bugs.webkit.org/show_bug.cgi?id=211502
Unreviewed gardening.
embedded-credentials.tentative.sub-expected.txt is passing more tests
than the general baseline since r260937.
* platform/gtk/TestExpectations:
* platform/gtk/fast/css/font-face-opentype-expected.txt: Updated after r261190.
* platform/gtk/imported/w3c/web-platform-tests/fetch/security/embedded-credentials.tentative.sub-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Updated after r261191.
* platform/gtk/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt: Updated after r261191.
* platform/gtk/svg/batik/text/xmlSpace-expected.txt: Updated after r261154.
2020-05-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r260889
https://bugs.webkit.org/show_bug.cgi?id=211500
Unreviewed gardening.
These failures started to happen once the GTK Test bot was
switched to Flatpak, which occurred on build #13542 (r260889).
* platform/gtk/TestExpectations:
2020-05-05 Rob Buis <rbuis@igalia.com>
Fix setting host on URL when no port is specified
https://bugs.webkit.org/show_bug.cgi?id=211453
Reviewed by Darin Adler.
Update improved test expectations.
* fast/dom/DOMURL/set-href-attribute-host-expected.txt:
* fast/dom/DOMURL/set-href-attribute-host.html:
* fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
* fast/dom/HTMLAnchorElement/set-href-attribute-host.html:
2020-05-05 Simon Fraser <simon.fraser@apple.com>
Minor EventHandler and test cleanup
https://bugs.webkit.org/show_bug.cgi?id=211475
Reviewed by Zalan Bujtas.
Clean up some tests that were mixing js-test and notifyDone().
* fast/scrolling/scroll-animator-basic-events-expected.txt:
* fast/scrolling/scroll-animator-basic-events.html:
* fast/scrolling/scroll-animator-overlay-scrollbars-clicked-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-clicked.html:
* fast/scrolling/scroll-animator-overlay-scrollbars-hovered-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-hovered.html:
* fast/scrolling/scroll-animator-select-list-events-expected.txt:
* fast/scrolling/scroll-animator-select-list-events.html:
* platform/mac-wk1/fast/scrolling/scroll-animator-basic-events-expected.txt:
* platform/mac-wk1/fast/scrolling/scroll-animator-select-list-events-expected.txt:
2020-05-05 Chris Dumez <cdumez@apple.com>
fast/overflow/horizontal-scroll-after-back.html is a flaky timeout on macOS
https://bugs.webkit.org/show_bug.cgi?id=211473
<rdar://problem/61180247>
Reviewed by Darin Adler.
I made the following changes to the test:
- Stop relying on 200ms timers and instead just a 0 timer after the load event.
- Detect the case where we failed to enter page cache and fail nicely in this
case instead of timing out.
- Use Element.click() to trigger the navigation instead of dispatching a custom
click event.
I have not been able to reproduce the flakiness locally. However, the changes in
this patch will at the very least make the test faster to run and cause the test
to fail instead of timing out if the issue is that we fail to enter the back /
forward cache, which would help us fix this.
* fast/overflow/horizontal-scroll-after-back.html:
2020-05-05 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: (r261113): [ Mac ] http/tests/frame-throttling/raf-throttle-in-cross-origin-subframe.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=211470
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-05-05 Peng Liu <peng.liu6@apple.com>
Update WebKitTestRunner to support running multiple video fullscreen and Picture-in-Picture tests simultaneously
https://bugs.webkit.org/show_bug.cgi?id=203723
Reviewed by Jer Noble.
* media/video-presentation-mode-expected.txt: Added.
* media/video-presentation-mode.html: Added.
2020-05-05 Said Abou-Hallawa <sabouhallawa@apple.com>
[ Mac ] fast/animation/request-animation-frame-timestamps.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209079
Reviewed by Antoine Quint.
Make the test asynchronous instead of using timers to fix its flakiness.
* fast/animation/request-animation-frame-timestamps-expected.txt:
* fast/animation/request-animation-frame-timestamps.html:
* platform/mac/TestExpectations:
2020-05-05 Myles C. Maxfield <mmaxfield@apple.com>
Rebaseline fast/css/font-face-opentype.html
https://bugs.webkit.org/show_bug.cgi?id=211332
<rdar://problem/61833165>
Update for iOS. Also make the test insensitive to platform fallback fonts.
Unreviewed.
* fast/css/font-face-opentype.html:
* platform/ios-wk1/TestExpectations:
* platform/ios/TestExpectations:
* platform/ios/fast/css/font-face-opentype-expected.txt:
* platform/mac/fast/css/font-face-opentype-expected.txt:
2020-05-05 Said Abou-Hallawa <sabouhallawa@apple.com>
[ Mac ] fast/animation/request-animation-frame-cancel2.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209491
Reviewed by Antoine Quint.
Make the test asynchronous instead of using timers to fix its flakiness.
* fast/animation/request-animation-frame-cancel2.html:
* platform/mac/TestExpectations:
2020-05-05 Mark Lam <mark.lam@apple.com>
Allow Bitmap to use up to a UCPURegister word size for internal bit storage.
https://bugs.webkit.org/show_bug.cgi?id=211328
<rdar://problem/62755865>
Reviewed by Yusuke Suzuki.
editing/undo-manager/undo-manager-delete-stale-undo-items.html exposed a bug in
this patch. However, when a failure occurs, this test runs perpetually until it
times out. There's no need to do this. After a finite number of GC cycles,
unreachable objects should be collected. This is especially so because
GCController.collect() does a synchronous full GC.
Added a cap of 10 GC tries, and fail out if the test does not see the expected
result. This allows the test to fail fast and avoid the costly time out.
* editing/undo-manager/undo-manager-delete-stale-undo-items.html:
2020-05-05 Megan Gardner <megan_gardner@apple.com>
Style is not applied when changed on the first line of a new mail message.
https://bugs.webkit.org/show_bug.cgi?id=211200
<rdar://problem/62087514>
Reviewed by Darin Adler.
* editing/execCommand/ios/first-line-text-attribute-change-presist-through-resigning-first-responder-expected.txt: Added.
* editing/execCommand/ios/first-line-text-attribute-change-presist-through-resigning-first-responder.html: Added.
2020-05-05 Youenn Fablet <youenn@apple.com>
MediaPlayerPrivateMediaStreamAVFObjC should unobserve the tracks from its audio and video track sets
https://bugs.webkit.org/show_bug.cgi?id=211444
<rdar://problem/62886221>
Reviewed by Eric Carlson.
* fast/mediastream/MediaStream-removeTrack-while-playing-expected.txt: Added.
* fast/mediastream/MediaStream-removeTrack-while-playing.html: Added.
2020-05-05 Alicia Boya García <aboya@igalia.com>
[GStreamer] Video loops when ran in rr record --chaos
https://bugs.webkit.org/show_bug.cgi?id=211182
Reviewed by Philippe Normand.
imported/w3c/web-platform-tests/media-source/mediasource-getvideoplaybackquality.html
is now passing.
* platform/gtk/TestExpectations:
2020-05-05 Antoine Quint <graouts@apple.com>
Unreviewed, reverting r260989.
Mistakenly identified cause of MotionMark 1.1 performance regression
Reverted changeset:
"REGRESSION: MotionMark 1.1 regressed due to r260016"
https://bugs.webkit.org/show_bug.cgi?id=211280
https://trac.webkit.org/changeset/260989
2020-05-05 Rob Buis <rbuis@igalia.com>
[GTK][WPE][Fetch API] Stale-while-revalidate is not enabled
https://bugs.webkit.org/show_bug.cgi?id=206416
Reviewed by Carlos Alberto Lopez Perez.
Unskip s-w-r tests for GTK/WPE.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-05 Charlie Turner <cturner@igalia.com>
[EME] media/encrypted-media/encrypted-media-can-play-type.html is outdated
https://bugs.webkit.org/show_bug.cgi?id=154848
Reviewed by Xabier Rodriguez-Calvar.
Remove out-of-date EME tests and expectations.
* gpu-process/TestExpectations:
* media/encrypted-media/encrypted-media-events-expected.txt: Removed.
* media/encrypted-media/encrypted-media-events.html: Removed.
* media/encrypted-media/encrypted-media-not-loaded-expected.txt: Removed.
* media/encrypted-media/encrypted-media-not-loaded.html: Removed.
* media/encrypted-media/encrypted-media-syntax-expected.txt: Removed.
* media/encrypted-media/encrypted-media-syntax.html: Removed.
* media/encrypted-media/encrypted-media-v2-events-expected.txt: Removed.
* media/encrypted-media/encrypted-media-v2-events.html: Removed.
* media/encrypted-media/encrypted-media-v2-syntax-expected.txt: Removed.
* media/encrypted-media/encrypted-media-v2-syntax.html: Removed.
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Removed.
* platform/win/TestExpectations:
* platform/win/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Removed.
* platform/wpe/TestExpectations:
2020-05-05 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update baselines after r260889
https://bugs.webkit.org/show_bug.cgi?id=211440
Unreviewed gardening.
* platform/gtk/fast/canvas/webgl/webgl-compressed-texture-astc-expected.txt: Added.
* platform/gtk/fast/canvas/webgl/webgl-depth-texture-expected.txt: Added.
* platform/gtk/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/svg/import/animate-elem-77-t-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/text-tspan-01-b-manual-expected.txt:
* platform/gtk/storage/domstorage/sessionstorage/blocked-file-access-expected.txt: Removed.
2020-05-04 Myles C. Maxfield <mmaxfield@apple.com>
Update svg/batik/text/xmlSpace.svg to yield consistent text metrics
https://bugs.webkit.org/show_bug.cgi?id=211005
<rdar://problem/62312187>
Reviewed by Darin Adler.
The test is rendering a bunch of characters without using a specified font.
This means that Core Text is picking an arbitrary font. However, the
-expected.txt file is measuring exact pixel widths. The solution is to just
give the test an explicit fallback font.
* platform/ios/TestExpectations:
* platform/ios/svg/batik/text/xmlSpace-expected.txt:
* platform/mac/svg/batik/text/xmlSpace-expected.txt:
* svg/batik/text/xmlSpace-expected.txt: Removed. Platform-specific metrics
shouldn't live outside the platform/ directory.
* svg/batik/text/xmlSpace.svg:
2020-05-04 Wenson Hsieh <wenson_hsieh@apple.com>
Tapping to focus editable elements should start caret selection at word boundary
https://bugs.webkit.org/show_bug.cgi?id=211409
<rdar://problem/62869098>
Reviewed by Megan Gardner.
Adjust some existing layout test expectations on iOS, such that tapping to focus input fields places the
selection at the beginning or end of a word.
* editing/selection/ios/hide-selection-after-hiding-contenteditable-expected.txt:
* editing/selection/ios/place-selection-in-overflow-area-expected.txt:
* fast/forms/ios/zoom-after-input-tap-wide-input-expected.txt:
* platform/ios/editing/deleting/smart-delete-002-expected.txt:
* platform/ios/editing/deleting/smart-delete-003-expected.txt:
* platform/ios/editing/deleting/smart-delete-004-expected.txt:
* platform/ios/editing/pasteboard/smart-paste-008-expected.txt:
2020-05-04 Simon Fraser <simon.fraser@apple.com>
Overflow scrollbars don't grow when hovered
https://bugs.webkit.org/show_bug.cgi?id=210692
<rdar://problem/61977273>
Reviewed by Tim Horton.
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overflow-overlay-scrollbar-reveal.html: Copied from LayoutTests/fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html:
2020-05-04 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in CompositeEditCommand::moveParagraphs when changing style on elements that are
user-select:none and dir:rtl.
https://bugs.webkit.org/show_bug.cgi?id=211206
<rdar://problem/61830589>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* fast/editing/justify-user-select-none-dir-rtl-crash-expected.txt: Added.
* fast/editing/justify-user-select-none-dir-rtl-crash.html: Added.
2020-05-04 Jason Lawrence <lawrence.j@apple.com>
[ iPadOS wk2 ] editing/selection/selection-change-in-mutation-event-by-remove-children.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=208840
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-05-04 Devin Rousso <drousso@apple.com>
REGRESSION (r261109): [ Mac ] inspector/css/getAllStyleSheets.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211405
<rdar://problem/62863843>
Unreviewed, remove unnecessary call to function that no longer exists.
* inspector/css/getAllStyleSheets.html:
2020-05-04 Devin Rousso <drousso@apple.com>
REGRESSION (r261108): [ Mac ] inspector/timeline/timeline-recording.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211404
<rdar://problem/62863766>
Unreviewed, update test expectation.
* inspector/timeline/timeline-recording-expected.txt:
2020-05-04 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] webgl/2.0.0/conformance/extensions/webgl-draw-buffers.html has been timing out ever since it was introduced.
https://bugs.webkit.org/show_bug.cgi?id=208524
Unreviewed test gardening: Removing expectations.
* platform/mac-wk1/TestExpectations:
2020-05-04 Said Abou-Hallawa <sabouhallawa@apple.com>
Throttling requestAnimationFrame should be controlled by RenderingUpdateScheduler
https://bugs.webkit.org/show_bug.cgi?id=204713
Reviewed by Simon Fraser.
* fast/animation/request-animation-frame-throttle-inside-overflow-scroll-expected.txt:
* fast/animation/request-animation-frame-throttle-inside-overflow-scroll.html:
* fast/animation/request-animation-frame-throttle-subframe-display-none-expected.txt:
* fast/animation/request-animation-frame-throttle-subframe-display-none.html:
* fast/animation/request-animation-frame-throttle-subframe-expected.txt:
* fast/animation/request-animation-frame-throttle-subframe-zero-size-expected.txt:
* fast/animation/request-animation-frame-throttle-subframe-zero-size.html:
* fast/animation/request-animation-frame-throttle-subframe.html:
* fast/animation/request-animation-frame-throttling-detached-iframe-expected.txt:
* fast/animation/request-animation-frame-throttling-detached-iframe.html:
Replace the call isRequestAnimationFrameThrottled() by requestAnimationFrameThrottlingReasons().
* fast/animation/request-animation-frame-throttling-lowPowerMode-expected.txt:
* fast/animation/request-animation-frame-throttling-lowPowerMode.html:
Ensure the actual rAF interval is > 30ms for lowPowerMode.
* http/tests/frame-throttling/raf-throttle-in-cross-origin-subframe-expected.txt:
* http/tests/frame-throttling/raf-throttle-in-cross-origin-subframe.html:
* http/tests/frame-throttling/resources/requestAnimationFrame-frame.html:
Replace the call isRequestAnimationFrameThrottled() by requestAnimationFrameThrottlingReasons().
2020-05-04 Eric Carlson <eric.carlson@apple.com>
(r261004) platform/mac/media/media-source/media-source-change-source.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=211326
<rdar://problem/62751237>
Unreviewed, skip new test on platforms where it is expected to fail.
Set explicitly timeout before checking initial audio session category so it will fail
with an error message if it takes too long to run. Skip the test in the GPU process, because
audio session is not yet fully supported, and on WK1 because audio session is a singleton.
* gpu-process/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac/media/media-source/media-source-change-source.html: Added.
2020-05-04 Devin Rousso <drousso@apple.com>
Web Inspector: Worker: should use the name of the worker if it exists
https://bugs.webkit.org/show_bug.cgi?id=211244
Reviewed by Brian Burg.
* inspector/worker/runtime-basic.html:
* inspector/worker/runtime-basic-expected.txt:
2020-05-04 Devin Rousso <drousso@apple.com>
Web Inspector: provide a way for inspector to turn on/off ITP debug mode and AdClickAttribution debug mode
https://bugs.webkit.org/show_bug.cgi?id=209763
Reviewed by Brian Burg.
* inspector/page/overrideSetting-AdClickAttributionDebugModeEnabled.html: Added.
* inspector/page/overrideSetting-AdClickAttributionDebugModeEnabled-expected.txt: Added.
* inspector/page/overrideSetting-ITPDebugModeEnabled.html: Added.
* inspector/page/overrideSetting-ITPDebugModeEnabled-expected.txt: Added.
* TestExpectations:
* platform/wk2/TestExpectations:
2020-05-04 Guillem Vinals <gvinals@apple.com>
WebGPU: Textures should be able to have OUTPUT_ATTACHEMENT | SAMPLED usage flags
https://bugs.webkit.org/show_bug.cgi?id=211345
Reviewed by Myles C. Maxfield.
* webgpu/textures-textureviews-expected.txt:
* webgpu/textures-textureviews.html:
2020-05-04 Guillem Vinals <gvinals@apple.com>
WebGPU: copyTextureToTexture() has an implementation bug (src copy view info is used also as dst)
https://bugs.webkit.org/show_bug.cgi?id=211303
Reviewed by Daniel Bates.
* webgpu/blit-commands-texture-to-texture-expected.html: Added.
* webgpu/blit-commands-texture-to-texture.html: Added.
* webgpu/js/webgpu-functions.js:
(drawGreenMipChainOnRedBackgroundInSoftware):
2020-05-04 Per Arne Vollan <pvollan@apple.com>
Unreviewed test gardening.
* fast/sandbox/ios/sandbox-mach-lookup-mail-expected.txt:
2020-05-04 Per Arne Vollan <pvollan@apple.com>
Unreviewed test gardening.
* fast/sandbox/ios/sandbox-mach-lookup-mail-expected.txt:
2020-05-04 Antoine Quint <graouts@apple.com>
Media controls tracks menu shows "Auto" selected instead of track selected via the JS API
https://bugs.webkit.org/show_bug.cgi?id=211230
<rdar://problem/62648409>
Reviewed by Eric Carlson.
Add a test that:
- sets an embedded text track as selected via the HTMLMediaElement TextTrack APIs,
- brings up the tracks panel,
- dumps its initial UI state, checking that the track selected via the API shows as selected in the UI,
- selects the "Automatic (Recommended)" track,
- brings up the tracks panel again,
- dumps its current UI state, checking that the "Automatic (Recommended)" shows as selected in the UI.
* media/modern-media-controls/tracks-support/tracks-support-text-track-selected-via-media-api-expected.txt: Added.
* media/modern-media-controls/tracks-support/tracks-support-text-track-selected-via-media-api.html: Added.
2020-05-04 Andres Gonzalez <andresg_22@apple.com>
Add WTR::AccessibilityUIElement::attributeValueAsync to retrieve attribute values in isolated tree mode.
https://bugs.webkit.org/show_bug.cgi?id=211341
Reviewed by Chris Fleizach.
This test exercises the new WTR::AccessibilityUIElement::atributeValueAsync method.
Instead of using shouldBeTrue that does not work with local variables,
uses debug to log results.
* accessibility/mac/primary-screen-height-expected.txt:
* accessibility/mac/primary-screen-height.html:
2020-05-03 Daniel Bates <dabates@apple.com>
Sometimes cannot find <textarea> in list of editable elements
https://bugs.webkit.org/show_bug.cgi?id=211348
<rdar://problem/62231067>
Reviewed by Simon Fraser.
Update some existing test results and add some more tests.
* editing/editable-region/hit-test-textarea-empty-space-expected.txt: Added.
* editing/editable-region/hit-test-textarea-empty-space.html: Added.
* editing/editable-region/overflow-scroll-text-field-and-contenteditable-expected.txt:
* editing/editable-region/search-field-basic-expected.txt: Copied from LayoutTests/editing/editable-region/input-basic-expected.txt.
* editing/editable-region/search-field-basic.html: Copied from LayoutTests/editing/editable-region/input-basic.html.
* editing/editable-region/text-field-basic-expected.txt: Copied from LayoutTests/editing/editable-region/input-basic-expected.txt.
* editing/editable-region/text-field-basic.html: Copied from LayoutTests/editing/editable-region/input-basic.html.
* editing/editable-region/textarea-basic-expected.txt: Renamed from LayoutTests/editing/editable-region/input-basic-expected.txt.
* editing/editable-region/textarea-basic.html: Renamed from LayoutTests/editing/editable-region/input-basic.html.
2020-05-03 Simon Fraser <simon.fraser@apple.com>
Unreviewed test cleanup.
Remove some unused elements from these tests, and send a couple of mouseMoved
events to reduce the chances of flakiness.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal-expected.txt:
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html:
2020-05-02 Mark Lam <mark.lam@apple.com>
editing/undo-manager/undo-manager-delete-stale-undo-items.html is timing out.
https://bugs.webkit.org/show_bug.cgi?id=211340
<rdar://problem/62767874>
Reviewed by Wenson Hsieh.
The test aims to measure the number of GC'ed Undo related objects. It created
and estimated 600 objects and allows an error of 20 objects after GC is expected
to have collected these objects. This turns out to be too tight an error allowance.
Just running any JS code could inadvertantly create more objects, that will exceed
that error allowance.
This patch attempts to make the test more robust by increasing the created object
count to an estimated 3000 objects and allows an error of 300 objects. This means
we'll expect to see at least 2700 objects collected. That is a high enough number
that it cannot be attributed to unexpected objects created by the JS runtime being
GCed. The allowance of 300 is also much higher than number of unexpected objects
that the JS runtime may reasonably create beyond those managed by this test.
With this change, the test no longer times out.
* editing/undo-manager/undo-manager-delete-stale-undo-items-expected.txt:
* editing/undo-manager/undo-manager-delete-stale-undo-items.html:
2020-05-02 Simon Fraser <simon.fraser@apple.com>
Make it possible to test overlay scrollbar interactions
https://bugs.webkit.org/show_bug.cgi?id=211342
Reviewed by Daniel Bates.
New tests, and some helper functions in UIHelper.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-hovered.html: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-reveal.html: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-state-expected.txt: Added.
* fast/scrolling/mac/scrollbars/overlay-scrollbar-state.html: Added.
* fast/scrolling/mac/scrollbars/scrollbar-state-expected.txt: Added.
* fast/scrolling/mac/scrollbars/scrollbar-state.html: Added.
* resources/ui-helper.js:
(window.UIHelper.async mouseWheelMayBeginAt):
(window.UIHelper.async mouseWheelCancelAt):
(window.UIHelper.async waitForCondition):
2020-05-02 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, several WebGL tests are failing after r261023
https://bugs.webkit.org/show_bug.cgi?id=211339
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-05-02 Devin Rousso <drousso@apple.com>
[CSS Easing 1] implement `jump-*` step positions
https://bugs.webkit.org/show_bug.cgi?id=211271
Reviewed by Dean Jackson.
* animations/computed-style.html:
* animations/computed-style-expected.txt:
* fast/css/animation-steps-calculated-value.html:
* fast/css/animation-steps-calculated-value-expected.txt:
* transitions/transitions-parsing.html:
* transitions/transitions-parsing-expected.txt:
2020-05-01 Tim Horton <timothy_horton@apple.com>
Books sometimes ends up with blank pages, especially after adjusting font size
https://bugs.webkit.org/show_bug.cgi?id=211265
<rdar://problem/59898144>
Reviewed by Darin Adler.
* tiled-drawing/tile-coverage-scrolled-view-exposed-rect-expected.txt: Added.
* tiled-drawing/tile-coverage-scrolled-view-exposed-rect.html: Added.
Add a test ensuring that we create the correct tiles with a
scrolled web view that also uses clipsToVisibleRect=YES.
2020-05-01 Kenneth Russell <kbr@chromium.org>
[WebGL2] Refactor texImage2D and texSubImage2D taking ImageBitmap, ImageData, Image, ArrayBufferView
https://bugs.webkit.org/show_bug.cgi?id=210766
Reviewed by Dean Jackson.
Rebaseline WebGL layout tests affected by this patch.
webgl/2.0.0/conformance2/textures/
canvas_sub_rectangle/
image_data/
are now passing completely. Some of the individual tests in these
directories were skipped in earlier patches and will be re-enabled
in a subsequent patch.
Skip webgl/2.0.0/conformance2/textures/svg_image due to possible
bugs in the tests. These failures will be investigated in Bug
211220.
Fix bug in fast/canvas/webgl/gl-enum-tests.html where
INVALID_OPERATION rather than INVALID_ENUM is possible.
Other conformance tests progress or change results, which is
expected until WebGL2RenderingContext is fully implemented.
* TestExpectations:
* fast/canvas/webgl/gl-enum-tests-expected.txt:
* fast/canvas/webgl/gl-enum-tests.html:
* webgl/2.0.0/conformance2/misc/views-with-offsets-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-2d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/canvas_sub_rectangle/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb16f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb16f-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb32f-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb565-rgb-unsigned_short_5_6_5-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgb9_e5-rgb-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba16f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba16f-rgba-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba32f-rgba-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba4-rgba-unsigned_short_4_4_4_4-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-srgb8-rgb-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-3d-srgb8_alpha8-rgba-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/copy-texture-image-webgl-specific-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/gl-get-tex-parameter-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-image-and-sub-image-with-array-buffer-view-sub-source-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-image-with-different-data-source-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-new-formats-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-unpack-params-expected.txt:
2020-05-01 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in CompositeEditCommand::cloneParagraphUnderNewElement when indent
and align a paragraph.
https://bugs.webkit.org/show_bug.cgi?id=211273
<rdar://problem/61885958>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* fast/editing/indent-then-justifyFull-crash-expected.txt: Added.
* fast/editing/indent-then-justifyFull-crash.html: Added.
2020-05-01 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in EditCommand::EditCommand via CompositeEditCommand::removeNode
https://bugs.webkit.org/show_bug.cgi?id=207600
Reviewed by Geoffrey Garen.
Reduce run time for this test case.
* editing/inserting/insert-list-then-edit-command-crash.html:
2020-05-01 Eric Carlson <eric.carlson@apple.com>
[MSE] Audio session category is sometimes not set correctly after changing video source
https://bugs.webkit.org/show_bug.cgi?id=211252
<rdar://problem/61894737>
Reviewed by Jer Noble.
* platform/mac/media/media-source/media-source-change-source-expected.txt: Added.
* platform/mac/media/media-source/media-source-change-source.html: Added.
2020-05-01 Truitt Savell <tsavell@apple.com>
[ iOS ] compositing/iframes/border-radius-composited-frame.html and compositing/iframes/border-uneven-radius-composited-frame.html are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=211261
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-05-01 Antti Koivisto <antti@apple.com>
Specific dom node order of Shadow DOM (re)projection causes crash
https://bugs.webkit.org/show_bug.cgi?id=211159
<rdar://problem/62626920>
Reviewed by Zalan Bujtas.
* fast/shadow-dom/composed-tree-iterator-escape-expected.html: Added.
* fast/shadow-dom/composed-tree-iterator-escape.html: Added.
2020-05-01 Alexey Shvayka <shvaikalesh@gmail.com>
[WebIDL] Interface prototype objects should define @@toStringTag
https://bugs.webkit.org/show_bug.cgi?id=211020
Reviewed by Darin Adler.
Adjust tests for `X.prototype.toString()` returning "[object X]"
instead of "[object XPrototype]", where X is WebIDL interface.
* css3/blending/background-blend-mode-property-parsing-expected.txt:
* css3/blending/background-blend-mode-property-parsing.html:
* css3/blending/blend-mode-property-parsing-expected.txt:
* css3/blending/blend-mode-property-parsing.html:
* css3/filters/backdrop/backdropfilter-property-parsing-expected.txt:
* css3/filters/backdrop/backdropfilter-property-parsing.html:
* css3/filters/filter-property-parsing-expected.txt:
* css3/filters/filter-property-parsing.html:
* fast/css/image-set-parsing-expected.txt:
* fast/css/image-set-parsing-generated-expected.txt:
* fast/css/image-set-parsing-generated.html:
* fast/css/image-set-parsing.html:
* fast/dom/DOMException/prototype-object-expected.txt:
* fast/dom/DOMException/prototype-object.html:
* fast/dom/prototype-chain-expected.txt:
* fast/dom/wrapper-classes-expected.txt:
* fast/dom/wrapper-classes.html:
* fast/events/event-view-toString-expected.txt:
* fast/workers/DedicatedWorkerGlobalScope-prototype-chain-expected.txt:
* fast/workers/DedicatedWorkerGlobalScope-prototype-chain.html:
* http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
* inspector/model/remote-object-get-properties-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.https-expected.txt:
* resources/idlharness.js: Remove asserts that are commented out in upstream.
* svg/dom/svg2-inheritance.html:
* transforms/2d/transform-value-types-expected.txt:
* transforms/2d/transform-value-types.html:
2020-05-01 Saam Barati <sbarati@apple.com>
We can't cast toLength result to unsigned
https://bugs.webkit.org/show_bug.cgi?id=211205
<rdar://problem/62625562>
Reviewed by Yusuke Suzuki.
* TestExpectations:
* ietestcenter/Javascript/TestCases/15.4.4.14-3-28.js:
(ES5Harness.registerTest.test):
* ietestcenter/Javascript/TestCases/15.4.4.14-3-29.js:
(ES5Harness.registerTest.test):
* ietestcenter/Javascript/TestCases/15.4.4.15-3-25.js:
(ES5Harness.registerTest.test):
* ietestcenter/Javascript/TestCases/15.4.4.15-3-28.js:
(ES5Harness.registerTest.test):
2020-05-01 Antoine Quint <graouts@apple.com>
REGRESSION: MotionMark 1.1 regressed due to r260016
https://bugs.webkit.org/show_bug.cgi?id=211280
<rdar://problem/61898830>
Unreviewed.
* fast/images/image-orientation-none-canvas.html:
2020-04-30 Wenson Hsieh <wenson_hsieh@apple.com>
REGRESSION: Double tap dispatches one click event on iOS 13.4 when it would dispatch two on iOS 13.3
https://bugs.webkit.org/show_bug.cgi?id=211179
<rdar://problem/62594779>
Reviewed by Tim Horton.
Add a new layout test to verify that double tapping a button with fast-clicking enabled (i.e. in a device-width
viewport) fires two click events.
* fast/events/touch/ios/two-click-events-after-double-tap-with-touch-handler-expected.txt: Added.
* fast/events/touch/ios/two-click-events-after-double-tap-with-touch-handler.html: Added.
2020-04-30 Truitt Savell <tsavell@apple.com>
[ iOS ] compositing/iframes/border-radius-composited-frame.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211261
unreviewed test gardening.
* platform/ios/TestExpectations:
2020-04-30 Truitt Savell <tsavell@apple.com>
[ iOS ] compositing/iframes/border-radius-composited-frame.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211261
Unreviewed test gardening.
* platform/ios/TestExpectations:
2020-04-30 Devin Rousso <drousso@apple.com>
WebKit.WebContent process crashes when web developer tools are opened in Safari
https://bugs.webkit.org/show_bug.cgi?id=210794
<rdar://problem/62214651>
Reviewed by Brian Burg.
* inspector/worker/resources/worker-echo.js: Added.
* inspector/worker/dom-debugger-event-after-terminate-crash.html: Added.
* inspector/worker/dom-debugger-event-after-terminate-crash-expected.txt: Added.
2020-04-30 Simon Fraser <simon.fraser@apple.com>
border-radius fails to clip iframe contents
https://bugs.webkit.org/show_bug.cgi?id=211199
Reviewed by Zalan Bujtas.
* compositing/iframes/border-radius-composited-frame-expected.html: Added.
* compositing/iframes/border-radius-composited-frame.html: Added.
* compositing/iframes/border-uneven-radius-composited-frame-expected.html: Added.
* compositing/iframes/border-uneven-radius-composited-frame.html: Added.
2020-04-30 Philippe Normand <pnormand@igalia.com>
[SOUP] http/tests/media/video-accept-encoding.html fails
https://bugs.webkit.org/show_bug.cgi?id=211228
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: Unflag passing tests.
2020-04-30 Philippe Normand <pnormand@igalia.com>
REGRESSION(r260822): Apparently broke media/track/track-cue-missing.html on Mac
https://bugs.webkit.org/show_bug.cgi?id=211194
Reviewed by Xabier Rodriguez-Calvar.
* media/track/track-cue-missing-expected.txt:
* media/track/track-cue-missing.html: Prospective fix, set display mode to automatic.
2020-04-30 Philippe Normand <pnormand@igalia.com>
[GStreamer] fast/mediastream/get-user-media-device-id.html failing
https://bugs.webkit.org/show_bug.cgi?id=190576
Reviewed by Xabier Rodriguez-Calvar.
* platform/gtk/TestExpectations: Unskip now-passing mediastream tests.
2020-04-29 Noam Rosenthal <noam@webkit.org>
[Mac] http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-num-chars.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=211221
Unreviewed test gardening.
* platform/mac/TestExpectations:
Mark as flaky.
2020-04-29 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening Wayland compositing tests.
Unreviewed test gardening.
* platform/gtk-wayland/TestExpectations:
2020-04-29 Zalan Bujtas <zalan@apple.com>
[Win] Skip fast/text/text-indent-inside-float.html
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-04-29 Zalan Bujtas <zalan@apple.com>
[iOS] Skip fast/text/text-indent-inside-float.html
Unreviewed test gardening.
Apparently float sizing/ahem font produces a different result on iOS.
* platform/ios/TestExpectations:
2020-04-29 Simon Fraser <simon.fraser@apple.com>
Simplify contents clipping layer geometry
https://bugs.webkit.org/show_bug.cgi?id=211162
Reviewed by Zalan Bujtas.
New content layer positions.
* compositing/video/video-object-fit.html:
* compositing/video/video-object-position-expected.txt:
* platform/ios/compositing/video/video-object-position-expected.txt:
* platform/mac/compositing/video/video-object-fit-expected.txt:
2020-04-29 Wenson Hsieh <wenson_hsieh@apple.com>
editing/selection/ios/selection-handles-after-touch-end.html is failing on iOS 13.4 after r260367
https://bugs.webkit.org/show_bug.cgi?id=211185
<rdar://problem/62560030>
Reviewed by Tim Horton.
Clean up a test and test expectation after r260367. Before this change, the test was trying to verify
that selection handles didn't show up before ending a long press when selecting text. However, the test
expectation in platform/ios/editing/selection/ios/selection-handles-after-touch-end-expected.txt prior
to r260367, which overrode editing/selection/ios/selection-handles-after-touch-end-expected.txt, was
verifying that selection handles showed up after making the text selection, but before ending the touch.
r260367 removed this redundant test expectation in favor of a single test expectation file in
editing/selection/ios, but did not transfer over the expectation of non-empty grabber rects before
ending the touch. This is because the version of the iOS SDK I was testing against happened to _not_
show selection handles before ending the touch.
In a more recent version of that iOS SDK, selection handles are now shown again before ending the touch,
which matches behavior expected in iOS 13.4 once again. This means that the expectation across both
versions of iOS is, once again, to show selection handles before ending the touch. As such, fix this
failing test by refactoring it to only verify that selection handles are present after ending the touch.
We can also take this opportunity to rewrite parts of the test to use more modern idioms, like the
testing facilities in `js-test.js` and `ui-helper.js`.
* editing/selection/ios/selection-handles-after-touch-end-expected.txt:
* editing/selection/ios/selection-handles-after-touch-end.html:
2020-04-29 Kenneth Russell <kbr@chromium.org>
REGRESSION (r256784?): Shadertoy demo no longer works in Safari
https://bugs.webkit.org/show_bug.cgi?id=210994
Reviewed by Dean Jackson.
Update tex-mipmap-levels.html to top-of-tree to fix incorrect test
cases. Rebaseline layout tests which are either now all passing,
or have progressed. Temporarily skip a couple of tests, previously
skipped because of lack of the EXT_color_buffer_float extension,
which are failing because of Bug 211156.
* TestExpectations:
* fast/canvas/webgl/readPixels-float-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/copy-texture-image-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-mipmap-levels-expected.txt:
* webgl/2.0.0/resources/webgl_test_files/conformance2/textures/misc/tex-mipmap-levels.html:
2020-04-29 Zalan Bujtas <zalan@apple.com>
Header is blank on https://nader.org
https://bugs.webkit.org/show_bug.cgi?id=205747
<rdar://problem/58305910>
Reviewed by Simon Fraser.
* fast/text/text-indent-inside-float-expected.html: Added.
* fast/text/text-indent-inside-float.html: Added.
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
2020-04-29 Youenn Fablet <youenn@apple.com>
http/tests/media/media-stream/device-change-event-in-iframe.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211119
<rdar://problem/62457151>
Reviewed by Eric Carlson.
Make sure duplicate ondevicechange events do not create flakiness.
* http/tests/media/media-stream/device-change-event-in-iframe-expected.txt:
* http/tests/media/media-stream/device-change-event-in-iframe.html:
* http/tests/media/media-stream/resources/device-change-iframe.html:
2020-04-29 Kate Cheney <katherine_cheney@apple.com>
Refactor layout tests after updates to In-App Browser Privacy
https://bugs.webkit.org/show_bug.cgi?id=211146
<rdar://problem/62524127>
Reviewed by Brent Fulgham.
Updates the test cases in 2 ways:
1. Deletes app-bound-domain.html, which is fully and properly tested
using API tests and is unnecessary here.
2. Splits switch-session-on-navigation-to-app-bound-domain.html into
two separate tests now that navigation between app-bound and
non-app-bound WebViews is not allowed.
* http/tests/in-app-browser-privacy/app-bound-domain-expected.txt: Removed.
* http/tests/in-app-browser-privacy/app-bound-domain-gets-app-bound-session-expected.txt: Added.
* http/tests/in-app-browser-privacy/app-bound-domain-gets-app-bound-session.html: Added.
* http/tests/in-app-browser-privacy/app-bound-domain.html: Removed.
* http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session-expected.txt: Added.
* http/tests/in-app-browser-privacy/non-app-bound-domain-does-not-get-app-bound-session.html: Added.
* http/tests/in-app-browser-privacy/switch-session-on-navigation-to-app-bound-domain-expected.txt: Removed.
* http/tests/in-app-browser-privacy/switch-session-on-navigation-to-app-bound-domain.html: Removed.
2020-04-28 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r260815
https://bugs.webkit.org/show_bug.cgi?id=211168
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-28 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION: [ Mac ] webgl/1.0.3/conformance/textures/texture-upload-size.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=205757
Unreviewed test gardening.
Remove flaky expectation since the test has been consistently passing for the past few weeks.
* platform/mac/TestExpectations:
2020-04-28 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION: [ Mac wk1 ] fast/canvas/webgl/canvas-webgl-page-cache.html is flaky crashing in rx::GetFunctionsGL
https://bugs.webkit.org/show_bug.cgi?id=208345
Unreviewed test gardening.
Remove flaky expectation since the test has been consistently passing for the past few weeks.
* platform/mac-wk1/TestExpectations:
2020-04-28 Ryan Haddad <ryanhaddad@apple.com>
storage/indexeddb/value-cursor-cycle.html is flaky failing because it incorrectly thinks our JS GC is precise.
https://bugs.webkit.org/show_bug.cgi?id=210046
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as flaky for iOS, too.
2020-04-28 Ryan Haddad <ryanhaddad@apple.com>
[ Mac ] storage/indexeddb/result-request-cycle.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210517
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark test as flaky.
* platform/mac/TestExpectations: Ditto.
2020-04-27 Ryan Haddad <ryanhaddad@apple.com>
[ iOS wk2 and Mac Debug wk2 ] imported/w3c/web-platform-tests/service-workers/service-worker/respond-with-body-accessed-response.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209295
Unreviewed test gardening.
Remove flaky expectations as the test has been consistently passing.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2020-04-28 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r260808): Backdrops on music.apple.com are offset
https://bugs.webkit.org/show_bug.cgi?id=211153
Reviewed by Zalan Bujtas.
* compositing/filters/backdrop-filter-rect-border-radius-expected.html: Added.
* compositing/filters/backdrop-filter-rect-border-radius.html: Added.
2020-04-28 Noam Rosenthal <noam@webkit.org>
Implement FCP (first contentful paint)
https://bugs.webkit.org/show_bug.cgi?id=208499
Reviewed by Simon Fraser.
Added tests for some first-contentful-paint (FCP) use-cases.
Ensure that FCP works well with VNE (first paint delay until contents are visually non-empty).
* platform/win/TestExpectations:
* platform/mac-wk1/TestExpectations:
Disable paint timing for WebKit1.
* TestExpectations:
Disable of the WPT tests.
* http/tests/performance/paint-timing: Added.
* http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-num-chars-expected.txt: Added.
* http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-num-chars.html: Added.
If VNE due to number of characters blocks painting, make sure FCP is reported only after painting is unblocked.
* http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-style-expected.txt: Added.
* http/tests/performance/paint-timing/performance-paint-timing-fcp-after-visually-non-empty-for-style.html: Added.
If a pending stylesheet blocks painting, make sure FCP is reported only after stylesheet has loaded.
* http/tests/performance/paint-timing/resources: Added.
* http/tests/performance/paint-timing/resources/slowscript.php: Added.
* http/tests/performance/paint-timing/resources/slowstyle.php: Added.
* http/tests/performance/paint-timing/resources/style.css: Added.
(body):
* performance-api/paint-timing: Added.
* performance-api/paint-timing/paint-timing-apis-expected.txt: Added.
* performance-api/paint-timing/paint-timing-apis.html: Added.
* performance-api/paint-timing/paint-timing-frames-expected.txt: Added.
* performance-api/paint-timing/paint-timing-frames.html: Added.
* performance-api/paint-timing/paint-timing-with-worker-expected.txt: Added.
* performance-api/paint-timing/paint-timing-with-worker.html: Added.
Test that FCP is not available for cross-origin frames and workers.
* performance-api/paint-timing/performance-observer-first-contentful-paint-expected.txt: Added.
* performance-api/paint-timing/performance-observer-first-contentful-paint.html: Added.
Test that performance observers are called for FCP.
* performance-api/paint-timing/resources: Added.
* performance-api/paint-timing/resources/fcp-subframe.html: Added.
* performance-api/paint-timing/resources/paint-api-utils.js: Added.
(async waitForFCP):
* performance-api/paint-timing/resources/paint-timing-api.js: Added.
* performance-api/paint-timing/resources/worker.html: Added.
2020-04-28 Philippe Normand <pnormand@igalia.com>
REGRESSION(r260822): Broke media/track/track-in-band-metadata-display-order.html on Mac
https://bugs.webkit.org/show_bug.cgi?id=211133
Reviewed by Eric Carlson.
* media/track/track-in-band-metadata-display-order.html: Ensure the caption
display mode is set to forced-only, this is a requirement for the
test.
2020-04-28 Jack Lee <shihchieh_lee@apple.com>
Nullptr crash in EditCommand::EditCommand via CompositeEditCommand::removeNode
https://bugs.webkit.org/show_bug.cgi?id=207600
<rdar://problem/56969450>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/inserting/insert-list-then-edit-command-crash-expected.txt: Added.
* editing/inserting/insert-list-then-edit-command-crash.html: Added.
Modify the test result. FrameSelection is being destructed along with
document so an additional selection change notification is expected.
* platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt:
2020-04-28 Alejandro G. Castro <alex@igalia.com>
[GTK][WebGL] compositing/clipping/border-radius-on-webgl.html is failing since added
https://bugs.webkit.org/show_bug.cgi?id=211121
Also removed fast/mediastream/getDisplayMedia-max-constraints.html
from TestExpectations, it was removed from the repository in r260638.
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-04-28 Antti Koivisto <antti@apple.com>
msn.com: Header flickers when scrolling articles
https://bugs.webkit.org/show_bug.cgi?id=211126
<rdar://problem/56439177>
Reviewed by Simon Fraser.
* compositing/fixed-with-clip-stability-expected.txt: Added.
* compositing/fixed-with-clip-stability.html: Added.
2020-04-28 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk2 ] tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=207165
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-04-28 Philippe Normand <pnormand@igalia.com>
media/track/track-load-error-readyState.html passes only when accompanied by some other tests
https://bugs.webkit.org/show_bug.cgi?id=210976
Reviewed by Xabier Rodriguez-Calvar.
* media/track/track-load-error-readyState-expected.txt:
* media/track/track-load-error-readyState.html: Ensure the caption
display mode is set to automatic, this is a requirement for the
test.
* media/track/track-mode-not-changed-by-new-track-expected.txt:
* media/track/track-mode-not-changed-by-new-track.html: Ditto.
2020-04-28 Per Arne Vollan <pvollan@apple.com>
[iOS] Fix sandbox violation when uploading a file
https://bugs.webkit.org/show_bug.cgi?id=210937
Reviewed by Darin Adler.
* fast/forms/file/open-file-panel-crash-expected.txt: Added.
* fast/forms/file/open-file-panel-crash.html: Added.
* platform/win/TestExpectations:
2020-04-28 Youenn Fablet <youenn@apple.com>
RTCPeerConnection should not remove its created remote MediaStream objects until getting close
https://bugs.webkit.org/show_bug.cgi?id=211070
Reviewed by Alex Christensen.
* webrtc/direction-change-expected.txt: Added.
* webrtc/direction-change.html: Added.
* webrtc/routines.js:
* webrtc/video-setDirection-expected.txt:
* webrtc/video-setDirection.html:
2020-04-27 Simon Fraser <simon.fraser@apple.com>
Do correct clipping of composited replaced elements with border-radius
https://bugs.webkit.org/show_bug.cgi?id=211114
Reviewed by Zalan Bujtas.
This test clips out everything but the rounded padding area. None of the red
canvas should show.
* compositing/clipping/border-radius-on-webgl-expected.html: Added.
* compositing/clipping/border-radius-on-webgl.html: Added.
2020-04-27 Devin Rousso <drousso@apple.com>
Web Inspector: Storage: can see third-party cookies
https://bugs.webkit.org/show_bug.cgi?id=211092
<rdar://problem/62469078>
Reviewed by Chris Dumez.
* http/tests/inspector/page/get-cookies.html:
* http/tests/inspector/page/get-cookies-expected.txt:
* http/tests/inspector/page/resources/set-cookie.php:
2020-04-27 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening timing out host invalid values test
Unreviewed test gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-27 Said Abou-Hallawa <sabouhallawa@apple.com>
Timestamps should be the same for all rendering update steps
https://bugs.webkit.org/show_bug.cgi?id=207153
Reviewed by Simon Fraser.
* animations/animation-callback-timestamp-expected.txt:
* animations/animation-callback-timestamp.html:
Ensure the rAF callback timestamp is less than Performance.now().
* animations/animation-multiple-callbacks-timestamp-expected.txt:
* animations/animation-multiple-callbacks-timestamp.html:
Ensure the rAF callbacks receive the same timestamps.
* intersection-observer/intersection-observer-callback-timestamp-expected.txt: Added.
* intersection-observer/intersection-observer-callback-timestamp.html: Added.
A new test to ensure the IntersectionObsever and the rAF callbacks receive the same timestamps.
* platform/ios-wk2/TestExpectations:
* platform/mac-wk1/TestExpectations:
2020-04-27 Ryan Haddad <ryanhaddad@apple.com>
[ macOS/iOS wk2 Debug ] webrtc/datachannel/multiple-connections.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=209878
Unreviewed test gardening.
* platform/ios/TestExpectations: Mark the test as slow for iOS, too.
2020-04-27 Simon Fraser <simon.fraser@apple.com>
fast/events/wheel-event-outside-body.html sometimes fails
https://bugs.webkit.org/show_bug.cgi?id=211098
Reviewed by Tim Horton.
Remove the 100ms watchdog timer. We'll just let the test time out if it fails.
* fast/events/wheel-event-outside-body.html:
2020-04-27 Antoine Quint <graouts@apple.com>
[ iOS ] REGRESSION: animations/change-keyframes-name.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211079
<rdar://problem/61486093>
Reviewed by Simon Fraser.
Rewrite this test to use the new AnimationTest helper that will non-flakily check animated values while an animation is running.
* animations/change-keyframes-name-expected.txt:
* animations/change-keyframes-name.html:
* animations/resources/animation-test.js:
(AnimationTest.prototype.async recordValueAfterRunningFor):
2020-04-27 Dean Jackson <dino@apple.com>
Temporarily skip GL_DEPTH_COMPONENT32_OES requirement for depth textures on iOS
https://bugs.webkit.org/show_bug.cgi?id=211055
<rdar://problem/62410499>
Reviewed by Darin Adler.
Unskip the fast/canvas/webgl/webgl-depth-texture.html now that
the extension is "supported". It has failing results.
* platform/ios/TestExpectations:
* platform/ios/fast/canvas/webgl/webgl-depth-texture-expected.txt: new results.
* platform/ios/webgl/1.0.3/conformance/extensions/webgl-depth-texture-expected.txt: new results.
2020-04-27 Jason Lawrence <lawrence.j@apple.com>
storage/indexeddb/value-cursor-cycle.html is flaky failing because it incorrectly thinks our JS GC is precise.
https://bugs.webkit.org/show_bug.cgi?id=210046
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-04-27 Alicia Boya García <aboya@igalia.com>
[GStreamer] Rework WebKitWebSrc threading
https://bugs.webkit.org/show_bug.cgi?id=209811
Reviewed by Xabier Rodriguez-Calvar.
A test improved its status in TestExpectations from the changes made
in this patch.
* platform/gtk/TestExpectations:
2020-04-26 Lauro Moura <lmoura@igalia.com>
[GTK] Gardening, skipping more inspector tests.
Some inspector tests (like from bug149916) had more specific
expectations than the gtk-global Skip from bug211035 and ended up
being executed. These expectations were not marked as timeout (only
Slow), and this caused the Debug bot to reach the test timeout limit.
As there is already at least three patches involved in this issue,
mark these expectations as Release only, allowing the Debug build to
use the generic expectation from bug2011035.
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-04-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, temporarily skip WebInspector tests after r210942 and r260696
https://bugs.webkit.org/show_bug.cgi?id=211035
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-25 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add vertical-align: baseline support
https://bugs.webkit.org/show_bug.cgi?id=211024
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-basic-row-vertical-align-baseline-expected.txt: Added.
* fast/layoutformattingcontext/table-basic-row-vertical-align-baseline.html: Added.
2020-04-25 Antoine Quint <graouts@apple.com>
[Web Animations] KeyframeEffect should ensure its target remains alive
https://bugs.webkit.org/show_bug.cgi?id=211019
Reviewed by Daniel Bates.
Add a test that creates a KeyframeEffect targeting an element with no other reference and trigger
garbage collection to check that the effect's target exists. This test would have failed prior to
this patch's code changes.
* webanimations/keyframe-effect-target-kept-alive-expected.txt: Added.
* webanimations/keyframe-effect-target-kept-alive.html: Added.
2020-04-25 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, emit baselines after r260690
https://bugs.webkit.org/show_bug.cgi?id=211022
Unreviewed gardening.
* platform/gtk/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt:
Added after r260690.
* platform/gtk/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt:
Added after r260690.
* platform/gtk/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt:
Added after r260662.
2020-04-25 Antoine Quint <graouts@apple.com>
Skip legacy media controls tests on macOS and iOS
https://bugs.webkit.org/show_bug.cgi?id=211015
<rdar://problem/62064255>
Unreviewed test gardening.
* platform/ios/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/wk2/TestExpectations:
2020-04-24 Mark Lam <mark.lam@apple.com>
Suppress ASan on DFG::clobberize() to work around an ASan bug.
https://bugs.webkit.org/show_bug.cgi?id=211012
<rdar://problem/62275430>
Reviewed by Yusuke Suzuki.
Test is courtesy of Fabien Duchene and Pinki Gyanchandani.
* js/suppress-asan-on-clobberize-to-workaround-asan-bug-expected.txt: Added.
* js/suppress-asan-on-clobberize-to-workaround-asan-bug.html: Added.
2020-04-24 Kate Cheney <katherine_cheney@apple.com>
Removing website data for a domain should delete corresponding ITP entry
https://bugs.webkit.org/show_bug.cgi?id=210864
<rdar://problem/59473193>
Reviewed by John Wilander.
Inserts values into the ITP database then tests removing the domain's
website data will remove all instances of that domain in the ITP
database.
Database store expectations will reflect the result of the new
domainIDExistsInDatabase function. Memory store tests will use the
dump output which should not include the deleted information.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-database.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries-database.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-mixed-statistics-entries.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-database.html: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads-expected.txt: Added.
* http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-third-party-script-loads.html: Added.
2020-04-24 Antoine Quint <graouts@apple.com>
Update the css/css-animations WPT tests
https://bugs.webkit.org/show_bug.cgi?id=210964
Reviewed by Dean Jackson.
* TestExpectations:
* platform/ios/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Added.
2020-04-24 Jacob Uphoff <jacob_uphoff@apple.com>
[ Mac wk2 ] http/tests/IndexedDB/storage-limit.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209189
Unreviewed test gardening.
* platform/ios-wk2/TestExpectations:
2020-04-24 Tomoki Imai <Tomoki.Imai@sony.com>
[OpenSSL] Implement WebCrypto APIs for HMAC
https://bugs.webkit.org/show_bug.cgi?id=210902
Reviewed by Don Olmstead.
Enabled WebCrypto LayoutTests for HMAC along with the implementation.
* platform/wincairo/TestExpectations:
2020-04-24 Jacob Uphoff <jacob_uphoff@apple.com>
[ Mac wk2 ] tiled-drawing/simple-document-with-margin-tiles.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=207518
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-04-24 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Take first in-flow table-row baseline into account when computing cell baseline
https://bugs.webkit.org/show_bug.cgi?id=210972
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table-expected.txt: Added.
* fast/layoutformattingcontext/table-basic-row-baseline-with-nested-table.html: Added.
2020-04-24 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, mark fast/css/resize-corner-tracking.html as flaky
https://bugs.webkit.org/show_bug.cgi?id=210969
Unreviewed gardening.
Apparently the test is only failing in GTK and WPE test bots.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-24 Youenn Fablet <youenn@apple.com>
getDisplayMedia is not respecting aspect ratio with max constraints
https://bugs.webkit.org/show_bug.cgi?id=210858
<rdar://problem/61405434>
Unreviewed.
Remove these tests as it is redundant with getDisplayMedia-max-constraints 1 2 and 3.
* fast/mediastream/getDisplayMedia-max-constraints-expected.txt: Removed.
* fast/mediastream/getDisplayMedia-max-constraints.html: Removed.
2020-04-24 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, expected to fail but passing
https://bugs.webkit.org/show_bug.cgi?id=210960
Unreviewed gardening.
* platform/wpe/TestExpectations:
2020-04-24 Rob Buis <rbuis@igalia.com>
Import fetch/stale-while-revalidate/fetch.html
https://bugs.webkit.org/show_bug.cgi?id=210905
Reviewed by Youenn Fablet.
This test should not be flaky anymore.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-04-23 Lauro Moura <lmoura@igalia.com>
Use shouldRejectWithErrorName after r260579.
The mentioned revision made shouldRejectWithErrorName (and
shouldReject) actually omit the error name when it was not requested.
So now to catch the desired error we must actually request it
instead of just relying on the expectation file messages.
Unreviewed test gardening.
* crypto/subtle/ecdh-import-pkcs8-key-p256-validate-ecprivatekey-parameters-publickey.html:
* crypto/subtle/ecdh-import-pkcs8-key-p384-validate-ecprivatekey-parameters-publickey.html:
* crypto/subtle/ecdsa-import-pkcs8-key-p256-validate-ecprivatekey-parameters-publickey.html:
* crypto/subtle/ecdsa-import-pkcs8-key-p384-validate-ecprivatekey-parameters-publickey.html:
2020-04-23 Simon Fraser <simon.fraser@apple.com>
EventHandler::selectCursor() has broken resize over coordinate conversion code
https://bugs.webkit.org/show_bug.cgi?id=210778
Reviewed by Zalan Bujtas.
* TestExpectations:
* fast/events/cursors/mouse-cursor-over-resizer-expected.txt: Added.
* fast/events/cursors/mouse-cursor-over-resizer.html: Added.
* fast/events/mouse-cursor-change.html:
* platform/mac-wk2/TestExpectations:
* resources/ui-helper.js:
(window.UIHelper.async moveMouseAndWaitForFrame):
2020-04-23 Devin Rousso <drousso@apple.com>
Web Insspector: Storage: cannot select multiple local storage entries
https://bugs.webkit.org/show_bug.cgi?id=210876
Reviewed by Brian Burg.
* inspector/tree-outline/selection-controller-tree-comparator.html: Added.
* inspector/tree-outline/selection-controller-tree-comparator-expected.txt: Added.
2020-04-23 Alex Christensen <achristensen@webkit.org>
Allow credentials for same-origin css mask images
https://bugs.webkit.org/show_bug.cgi?id=210895
<rdar://problem/60093888>
Reviewed by Brent Fulgham.
* http/tests/security/css-mask-image-credentials-expected.html: Added.
* http/tests/security/css-mask-image-credentials.html: Added.
* http/tests/security/resources/css-mask-image-credentials-2.html: Added.
* http/tests/security/resources/image-credential-check.php: Added.
2020-04-23 Kenneth Russell <kbr@chromium.org>
[WebGL2] Update texture packing code for software uploads from DOM
https://bugs.webkit.org/show_bug.cgi?id=209515
Reviewed by Dean Jackson.
Rebaseline WebGL 2.0 conformance tests affected by this patch.
Most updates are progressions; failures are largely caused by
sub-rectangle uploads not yet being implemented. The tests will
pass fully after the higher-level code is feature complete.
Skip the canvas_sub_rectangle tests, as their results will
continue to be wrong until the higher-level code is finished.
* TestExpectations:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_bitmap_from_canvas/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/image_data/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/misc/tex-image-with-different-data-source-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r16f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r16f-red-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r32f-red-float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r8-red-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-r8ui-red_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg16f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg16f-rg-half_float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg32f-rg-float-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg8-rg-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rg8ui-rg_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rgb8ui-rgb_integer-unsigned_byte-expected.txt:
* webgl/2.0.0/conformance2/textures/svg_image/tex-2d-rgba8ui-rgba_integer-unsigned_byte-expected.txt:
2020-04-23 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations after r260561
https://bugs.webkit.org/show_bug.cgi?id=210928
Unreviewed gardening.
Mark several new mediastream tests as Crash.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-23 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for basic baseline align inside a table row
https://bugs.webkit.org/show_bug.cgi?id=210918
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-basic-row-baseline-align-expected.txt: Added.
* fast/layoutformattingcontext/table-basic-row-baseline-align.html: Added.
2020-04-23 Chris Dumez <cdumez@apple.com>
http/tests/paymentrequest/page-cache-completed-payment-response.https.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=207385
<rdar://problem/59260167>
Unreviewed, follow-up to r258373 to silence the error name when using shouldReject() and
actually fix the flakiness.
* http/tests/paymentrequest/page-cache-completed-payment-response.https-expected.txt:
* resources/js-test.js:
(shouldRejectWithErrorName):
2020-04-23 Antoine Quint <graouts@apple.com>
[ Mac iOS ] animations/animation-direction-normal.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210156
<rdar://problem/61411725>
Reviewed by Simon Fraser.
The tests animations/animation-direction-normal.html and animations/animation-direction-reverse.html were both written
similarly to test that an element targeted by a CSS Animation would have styles animated while the animation is running
and that those styles would no longer be animated once the CSS Animation was paused using the "animation-play-state"
CSS property.
The way those assertions were made were to use setTimeout() to check the computed style at a given time and compared it
to an expected value give or take an error margin. This design was flaky, as a system under load could easily not run the
timeout until a much larger delta than the one expected would elapse.
We use a new JS helper to write these tests in a non-flaky manner. The technique used now is to record the computed style
while the animation is running without providing expected times and values, but rather specifying delays between which we
want to record the computed style. Once all values have been recorded, a method can be used to check those recorded values
by using the Web Animations API to pause and seek the animation at recorded times and query the computed style, which allows
us to test values without an error margin.
Finally, the new JS helper also allows to check the computed style using a timeout when the animation play state is not relevant,
allowing those tests to pause the animation using the "animation-play-state" property and check after incremental timeouts
that the computed style did not change.
We also made the tests use the WPT harness for assertions and reporting.
* animations/animation-direction-normal-expected.txt:
* animations/animation-direction-normal.html:
* animations/animation-direction-reverse-expected.txt:
* animations/animation-direction-reverse.html:
* animations/resources/animation-test.js: Added.
(AnimationTest):
(AnimationTest.prototype.get animation):
(AnimationTest.prototype.get value):
(AnimationTest.prototype.async valueAfterWaitingFor):
(AnimationTest.prototype.async recordValueAfterRunningFor):
(AnimationTest.prototype.checkRecordedValues):
(AnimationTest.prototype._tickUntil):
* platform/ios-wk1/TestExpectations:
* platform/ios-wk2/TestExpectations:
2020-04-23 Chris Dumez <cdumez@apple.com>
[ Mac wk2 ] imported/w3c/web-platform-tests/notifications/event-onclose.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209483
<rdar://problem/60830377>
Reviewed by Geoff Garen.
Unskip test now that it is no longer flaky.
* platform/mac-wk2/TestExpectations:
2020-04-23 Diego Pino Garcia <dpino@igalia.com>
[WPE] Gardening, update expectations after r259705
https://bugs.webkit.org/show_bug.cgi?id=210904
Unreviewed gardening.
* platform/wpe/TestExpectations:
2020-04-23 Youenn Fablet <youenn@apple.com>
getDisplayMedia is not respecting aspect ratio with max constraints
https://bugs.webkit.org/show_bug.cgi?id=210858
Reviewed by Eric Carlson.
* fast/mediastream/getDisplayMedia-max-constraints-expected.txt: Added.
* fast/mediastream/getDisplayMedia-max-constraints.html: Added.
* fast/mediastream/getDisplayMedia-max-constraints1-expected.txt: Added.
* fast/mediastream/getDisplayMedia-max-constraints1.html: Added.
* fast/mediastream/getDisplayMedia-max-constraints2-expected.txt: Added.
* fast/mediastream/getDisplayMedia-max-constraints2.html: Added.
* fast/mediastream/getDisplayMedia-max-constraints3-expected.txt: Added.
* fast/mediastream/getDisplayMedia-max-constraints3.html: Added.
* fast/mediastream/resources/getDisplayMedia-utils.js: Added.
(async callGetDisplayMedia):
(async waitForHeight):
(async waitForWidth):
* platform/ios/TestExpectations:
Skip new tests as getDisplayMedia is not supported on iOS.
2020-04-23 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update baselines and test expectations
https://bugs.webkit.org/show_bug.cgi?id=210900
Results of tests are better than the general expected results,
so new GTK baselines are emitted or updated.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt: Updated.
* platform/gtk/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Added.
* platform/wpe/TestExpectations: Remove failure passing since r259703.
2020-04-22 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r260535.
https://bugs.webkit.org/show_bug.cgi?id=210897
Causes crashes in WK1 (Requested by smfr on #webkit).
Reverted changeset:
"[ Mac wk2 ] imported/w3c/web-platform-tests/notifications
/event-onclose.html is flaky failing."
https://bugs.webkit.org/show_bug.cgi?id=209483
https://trac.webkit.org/changeset/260535
2020-04-22 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=210896
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-22 Chris Dumez <cdumez@apple.com>
[ Mac wk2 ] imported/w3c/web-platform-tests/notifications/event-onclose.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209483
<rdar://problem/60830377>
Reviewed by Geoffrey Garen.
Unskip test now that it is no longer flaky.
* platform/mac-wk2/TestExpectations:
2020-04-22 Myles C. Maxfield <mmaxfield@apple.com>
Update dom/events/Event-dispatch-redispatch.html from upstream WPT
https://bugs.webkit.org/show_bug.cgi?id=210842
<rdar://problem/61948094>
Reviewed by Jon Lee.
Pull in https://github.com/web-platform-tests/wpt/commit/e30e282ed7b1fb77f6d953fb05ef74a34985f472
to our local repo.
* platform/gtk/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/dom/events/Event-dispatch-redispatch-expected.txt:
2020-04-22 Chris Dumez <cdumez@apple.com>
Unreviewed, skip imported/w3c/web-platform-tests/html/cross-origin-opener-policy since we do not support this feature.
It is not worth spending time investigating failures / flakiness in the folder until we actually
implement this feature.
* TestExpectations:
2020-04-22 Antti Koivisto <antti@apple.com>
REGRESSION (r249160): Deleting newline after pasting text ending in a newline results in a discontinuity
https://bugs.webkit.org/show_bug.cgi?id=210677
<rdar://problem/61954169>
Reviewed by Zalan Bujtas.
* fast/text/delete-line-break-in-pre-expected.html: Added.
* fast/text/delete-line-break-in-pre.html: Added.
2020-04-22 Chris Dumez <cdumez@apple.com>
Add layout test to validate the User-Agent HTTP header of XMLHttpRequest
https://bugs.webkit.org/show_bug.cgi?id=210863
Reviewed by Youenn Fablet.
* http/tests/xmlhttprequest/xhr-user-agent-expected.txt: Added.
* http/tests/xmlhttprequest/xhr-user-agent.html: Added.
2020-04-22 Antoine Quint <graouts@apple.com>
[Web Animations] Coordinate "update animations and send events" procedure across multiple timelines
https://bugs.webkit.org/show_bug.cgi?id=202109
<rdar://problem/59470821>
Reviewed by Dean Jackson.
Remove the flaky expectation for the improved test.
* TestExpectations:
2020-04-22 Antoine Quint <graouts@apple.com>
[ Mojave wk1 Release ] animations/transition-and-animation-1.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210051
<rdar://problem/61345177>
Unreviewed test gardening, forgot to rebaseline this test.
* animations/transition-and-animation-1-expected.txt:
2020-04-22 Devin Rousso <drousso@apple.com>
Web Inspector: Debugger: Step Over should only step through comma expressions if they are comma statements
https://bugs.webkit.org/show_bug.cgi?id=210588
Reviewed by Brian Burg.
* inspector/debugger/resources/log-pause-location.js:
(TestPage.registerInitializer.window.step):
* inspector/debugger/breakpoints/resources/dump-functions.js:
* inspector/debugger/breakpoints/resources/dump-general.js:
* inspector/debugger/breakpoints/resolved-dump-all-pause-locations-expected.txt:
* inspector/debugger/breakpoints/resolved-dump-each-line-expected.txt:
* inspector/debugger/stepping/stepInto.html:
* inspector/debugger/stepping/stepInto-expected.txt:
* inspector/debugger/stepping/stepNext.html:
* inspector/debugger/stepping/stepNext-expected.txt:
* inspector/debugger/stepping/stepOut.html:
* inspector/debugger/stepping/stepOut-expected.txt:
* inspector/debugger/stepping/stepOver.html:
* inspector/debugger/stepping/stepOver-expected.txt:
* inspector/debugger/stepping/stepping-control-flow.html:
* inspector/debugger/stepping/stepping-control-flow-expected.txt:
* inspector/debugger/stepping/stepping-loops.html:
* inspector/debugger/stepping/stepping-loops-expected.txt:
* inspector/formatting/resources/javascript-tests/arrow-functions.js:
* inspector/formatting/resources/javascript-tests/arrow-functions-expected.js:
* inspector/formatting/resources/javascript-tests/functions.js:
* inspector/formatting/resources/javascript-tests/functions-expected.js:
* inspector/formatting/resources/javascript-tests/try-catch-finally-statements.js:
* inspector/formatting/resources/javascript-tests/try-catch-finally-statements-expected.js:
2020-04-22 Antoine Quint <graouts@apple.com>
[ Mojave wk1 Release ] animations/transition-and-animation-1.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210051
<rdar://problem/61345177>
Reviewed by Simon Fraser.
The purpose of this test is to check that running an animation does not trigger a transition for the animated
property. The way this test was written is that it would use `setTimeout()` to set a timer at a time computed to
be 500ms after the completion of the animation. However, using a timer like this is flaky by design as the animation
could technically be still in flight if the system is under heavy load.
We rewrite this test to use an "animationend" event to determine the animation has really completed and then wait
another frame, using `requestAnimationFrame()` to check that the computed style is as expected.
* animations/transition-and-animation-1.html:
* resources/ui-helper.js:
(window.UIHelper.waitForEvent):
2020-04-22 Jason Lawrence <lawrence.j@apple.com>
[ iPadOS wk2 Release ] fast/css-custom-paint/constructor.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=208837
Unreviewed test gardening.
* platform/ios-simulator-wk2/TestExpectations:
2020-04-22 Enrique Ocaña González <eocanha@igalia.com>
[GStreamer][MSE] Youtube 'live stream'/H264 URLs fail to play, VP8/9 URLs play OK
https://bugs.webkit.org/show_bug.cgi?id=209119
Reviewed by Xabier Rodriguez-Calvar.
Unskipped media/media-source/media-source-seek-redundant-append.html,
which passes now.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-21 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Test IDLs and stubs
https://bugs.webkit.org/show_bug.cgi?id=209859
Reviewed by Dean Jackson and Youenn Fablet.
* platform/wpe/TestExpectations: Added bug number to the passing webxr test.
2020-04-22 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update test expectations
https://bugs.webkit.org/show_bug.cgi?id=210851
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/gtk/fast/repaint/focus-ring-repaint-expected.txt: Update
baseline after r260367.
2020-04-21 Lauro Moura <lmoura@igalia.com>
[GTK] http/tests/websocket/connection-refusal-in-frame-resource-load-statistics.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=194629
Updating test expectation with correct console message after r260356
enabled resource load statistics for GTK/WPE.
Unreviewed test gardening.
* platform/gtk/http/tests/websocket/connection-refusal-in-frame-resource-load-statistics-expected.txt:
2020-04-21 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Test gardening.
Unreviewed test gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-21 Cathie Chen <cathiechen@igalia.com>
REGRESSION (r254790): No longer get smooth scrolling on music.apple.com
https://bugs.webkit.org/show_bug.cgi?id=210634
Reviewed by Darin Adler.
"scrollBehavior" is not available in CSSStyleDeclaration if the flag is off.
It's available if the flag is on.
* fast/scrolling/scroll-behavior-invalidate-if-disabled-expected.txt: Added.
* fast/scrolling/scroll-behavior-invalidate-if-disabled.html: Added.
* fast/scrolling/scroll-behavior-validate-if-enabled-expected.txt: Added.
* fast/scrolling/scroll-behavior-validate-if-enabled.html: Added.
2020-04-21 Yusuke Suzuki <ysuzuki@apple.com>
Canonicalize JSBigInt generated by structured-cloning by calling rightTrim
https://bugs.webkit.org/show_bug.cgi?id=210816
Reviewed by Keith Miller and Darin Adler.
Add HeapZero BigInt test.
* fast/dom/Window/window-postmessage-clone-expected.txt:
* fast/dom/Window/window-postmessage-clone.html:
* js/dom/bigint-canonicalization-in-structured-cloning-expected.txt: Added.
* js/dom/bigint-canonicalization-in-structured-cloning.html: Added.
* js/dom/script-tests/bigint-canonicalization-in-structured-cloning.js: Added.
* platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
2020-04-21 Alexey Shvayka <shvaikalesh@gmail.com>
The visibilitychange event should bubble
https://bugs.webkit.org/show_bug.cgi?id=210829
Reviewed by Darin Adler.
* fast/events/page-visibility-transition-test-expected.txt:
* fast/events/page-visibility-transition-test.html:
2020-04-21 Simon Fraser <simon.fraser@apple.com>
Composited layers are misplaced inside RTL overflow scroller with visible scrollbar
https://bugs.webkit.org/show_bug.cgi?id=210820
Reviewed by Zalan Bujtas.
* compositing/scrolling/async-overflow-scrolling/position-inside-rtl-overflow-expected.txt: Added.
* compositing/scrolling/async-overflow-scrolling/position-inside-rtl-overflow.html: Added.
* platform/ios-wk2/compositing/scrolling/async-overflow-scrolling/position-inside-rtl-overflow-expected.txt: Added.
2020-04-21 Darin Adler <darin@apple.com>
[Mac] Enable color well tests on modern WebKit
https://bugs.webkit.org/show_bug.cgi?id=210810
Reviewed by Alexey Proskuryakov.
When running tests I was informed of "unexpected passing" for the
test fast/css/pseudo-visited-background-color-on-input.html.
After doing some research, I found that we have tests of color well
that are still disabled on Mac even though we have implemented it
now, just not for legacy WebKit.
Looking at history I see these tests have been passing consistently
on bots. So changed their expectations to Pass, and also un-skipped
some other tests of the same feature that passed for me locally.
* platform/mac-highsierra-wk1/*: Removed.
* platform/mac-highsierra/*: Removed.
* platform/mac-wk1/TestExpectations: Moved expectations here for tests
that we should not run because we don't have color wells enabled.
* platform/mac-wk2/TestExpectations: Moved expectations here
for color well tests that still don't work in modern WebKit because we
need more support for dragging tests.
* platform/mac/TestExpectations: Moved the expections *from* here.
2020-04-21 Simon Fraser <simon.fraser@apple.com>
[Async overflow scroll] Overflow that's hidden on one axis is scrollable on that axis
https://bugs.webkit.org/show_bug.cgi?id=210771
<rdar://problem/62080331>
Reviewed by Tim Horton.
* fast/scrolling/mac/async-scroll-overflow-hidden-on-one-axis-expected.txt: Added.
* fast/scrolling/mac/async-scroll-overflow-hidden-on-one-axis.html: Added.
2020-04-20 Simon Fraser <simon.fraser@apple.com>
Horizontal overflow overlay scrollbar is misplaced in RTL
https://bugs.webkit.org/show_bug.cgi?id=210673
<rdar://problem/61950751>
Reviewed by Antti Koivisto.
* compositing/overflow/rtl-scrollbar-layer-positioning-expected.txt: Added.
* compositing/overflow/rtl-scrollbar-layer-positioning.html: Added.
* platform/ios-wk2/compositing/overflow/rtl-scrollbar-layer-positioning-expected.txt: Added.
* platform/mac-wk1/compositing/overflow/rtl-scrollbar-layer-positioning-expected.txt: Added.
2020-04-21 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, reverting r260432.
Broke WPE build
Reverted changeset:
"[WebXR] Test IDLs and stubs"
https://bugs.webkit.org/show_bug.cgi?id=209859
https://trac.webkit.org/changeset/260432
2020-04-21 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Test IDLs and stubs
https://bugs.webkit.org/show_bug.cgi?id=209859
Reviewed by Dean Jackson and Youenn Fablet.
* platform/wpe/TestExpectations: Added bug number to the passing webxr test.
2020-04-21 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Gardening of WPT tests for Intersection Observer v2 after r260388
Unreviewed.
* platform/gtk/TestExpectations: Due to the override for Pass/Fail in the folder above
its needed to repeat the Skip expectation here to avoid the Missing result.
2020-04-20 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r260356
https://bugs.webkit.org/show_bug.cgi?id=210786
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-20 Yusuke Suzuki <ysuzuki@apple.com>
Add more structure-cloning tests for BigInt
https://bugs.webkit.org/show_bug.cgi?id=210765
Reviewed by Mark Lam.
Add more tests for BigInt outside of WPT (they are already tested in WPT, but this adds more tests).
* fast/dom/Window/window-postmessage-clone-expected.txt:
* fast/dom/Window/window-postmessage-clone.html:
* platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
2020-04-20 Simon Fraser <simon.fraser@apple.com>
Scrolling with background-attachment: fixed needs to trigger repaints
https://bugs.webkit.org/show_bug.cgi?id=193893
<rdar://problem/47587017>
Reviewed by Dean Jackson.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-repaint-expected.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-repaint.html: Added.
2020-04-20 Megan Gardner <megan_gardner@apple.com>
Date and Time form controls not showing correct initial values on immediate second invocation.
https://bugs.webkit.org/show_bug.cgi?id=210613
Reviewed by Wenson Hsieh.
* fast/forms/ios/time-picker-value-change-expected.txt: Added.
* fast/forms/ios/time-picker-value-change.html: Added.
* resources/ui-helper.js:
(window.UIHelper.timerPickerValues):
2020-04-20 Carlos Alberto Lopez Perez <clopez@igalia.com>
Skip tests related with missing reftest-wait support for imported WPT tests.
Unreviewed gardening.
Also fix a few typos on the bug numbers for the expectations.
* TestExpectations:
* platform/gtk/TestExpectations:
2020-04-20 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations after r260322
https://bugs.webkit.org/show_bug.cgi?id=210761
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-20 Carlos Alberto Lopez Perez <clopez@igalia.com>
Clean and merge test expectations for WPT tests for Intersection Observer v2.
Unreviewed gardening.
Merge the expectations for the tests cross-origin-effects.sub.html
and cross-origin-occlusion.sub.html on the common TestExpectations file.
* TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-15 Sergio Villar Senin <svillar@igalia.com>
[WebXR] Update WebXRSession and WebXRSystem interfaces
https://bugs.webkit.org/show_bug.cgi?id=210553
Reviewed by Žan Doberšek.
* platform/wpe/TestExpectations: Mark idlharness.https.window.html test as Passed.
2020-04-20 Chris Dumez <cdumez@apple.com>
Sending beacons when Fetch KeepAlive feature is disabled crashes the WebProcess
https://bugs.webkit.org/show_bug.cgi?id=210753
<rdar://problem/61896221>
Reviewed by Geoffrey Garen.
Add layout test coverage.
* http/wpt/beacon/beacon-legacy-code-path-expected.txt: Added.
* http/wpt/beacon/beacon-legacy-code-path.html: Added.
2020-04-20 Youenn Fablet <youenn@apple.com>
MediaPlayerPrivateMediaStreamAVFObjC should start play a newly added audio track if it is playing
https://bugs.webkit.org/show_bug.cgi?id=210740
Reviewed by Eric Carlson.
* fast/mediastream/play-newly-added-audio-track-expected.txt: Added.
* fast/mediastream/play-newly-added-audio-track.html: Added.
2020-04-20 Zalan Bujtas <zalan@apple.com>
fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=210754
Unreviewed test gardening.
Let's not use subframe layout in LFC tests for now.
* fast/layoutformattingcontext/simple-absolute-positioned-replaced-inline-element-with-percentage-height.html:
2020-04-19 Simon Fraser <simon.fraser@apple.com>
Content disappears on CSS parallax example
https://bugs.webkit.org/show_bug.cgi?id=210732
Reviewed by Darin Adler.
* compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt: Added.
* compositing/tiling/coverage-adjustment-secondary-quad-mapping.html: Added.
* platform/ios-wk2/compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt: Added.
* platform/mac-wk1/compositing/tiling/coverage-adjustment-secondary-quad-mapping-expected.txt: Added.
2020-04-20 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add support for border-collapse: collapse.
https://bugs.webkit.org/show_bug.cgi?id=210747
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-flex-width-border-collapse.html: Added.
2020-04-20 Wenson Hsieh <wenson_hsieh@apple.com>
Oversized caret and selection rects in text fields on ganji.com and netflix.com/login
https://bugs.webkit.org/show_bug.cgi?id=210622
<rdar://problem/45945636>
Reviewed by Darin Adler.
Rebaseline existing tests, and add a new test to verify that caret and selection rects do not extend to match
the line height in empty and non-empty editable elements, in both horizontal and vertical writing modes.
* editing/selection/ios/absolute-selection-after-scroll-expected.txt:
* editing/selection/ios/absolute-selection-after-scroll.html:
* editing/selection/ios/change-selection-after-tapping-focused-element-expected.txt:
* editing/selection/ios/change-selection-after-tapping-focused-element.html:
* editing/selection/ios/fixed-selection-after-scroll-expected.txt:
* editing/selection/ios/fixed-selection-after-scroll.html:
* editing/selection/ios/selection-after-changing-text-with-callout-menu-expected.txt:
* editing/selection/ios/selection-after-changing-text-with-callout-menu.html:
* editing/selection/ios/selection-handles-after-touch-end-expected.txt:
* editing/selection/ios/update-selection-after-overflow-scroll-expected.txt:
* editing/selection/ios/update-selection-after-overflow-scroll.html:
* editing/selection/selection-and-caret-do-not-extend-to-line-height-expected.txt: Added.
* editing/selection/selection-and-caret-do-not-extend-to-line-height.html: Added.
* fast/repaint/focus-ring-repaint-expected.txt:
* platform/ios/editing/selection/ios/selection-handles-after-touch-end-expected.txt: Removed.
Delete this redundant test expectation.
2020-04-20 Youenn Fablet <youenn@apple.com>
Safari doesn't apply frameRate limit when request stream from Camera
https://bugs.webkit.org/show_bug.cgi?id=210186
<rdar://problem/61452794>
Reviewed by Eric Carlson.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-decreasing-expected.txt: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-decreasing.html: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-increasing-expected.txt: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-increasing.html: Added.
* fast/mediastream/mediastreamtrack-video-framerate-decreasing-expected.txt: added.
* fast/mediastream/mediastreamtrack-video-framerate-decreasing.html: added.
* fast/mediastream/mediastreamtrack-video-framerate-increasing-expected.txt: added.
* fast/mediastream/mediastreamtrack-video-framerate-increasing.html: added.
* webrtc/routines.js:
2020-04-20 Antoine Quint <graouts@apple.com>
WebAnimations API doesn't properly apply keyframe easings to transforms
https://bugs.webkit.org/show_bug.cgi?id=210526
<rdar://problem/61800424>
Reviewed by Antti Koivisto.
Add a new test that checks that an animation targeting an accelerted property does not yield an accelerated animation if one of its keyframes contains a steps timing function.
* webanimations/transform-animation-with-steps-timing-function-not-accelerated-expected.txt: Added.
* webanimations/transform-animation-with-steps-timing-function-not-accelerated.html: Added.
2020-04-20 Yusuke Suzuki <ysuzuki@apple.com>
StructuredClone algorithm should be aware of BigInt
https://bugs.webkit.org/show_bug.cgi?id=210728
Reviewed by Mark Lam.
* inspector/model/remote-object/number-expected.txt:
* inspector/model/remote-object/object-expected.txt:
2020-04-20 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WPE] Enable resource load statistics
https://bugs.webkit.org/show_bug.cgi?id=210184
Reviewed by Žan Doberšek.
Unskip tests that are now passing and add expectations for the two reminaing failures.
* http/tests/resourceLoadStatistics/loaded-registrable-domains-get-reported.html: Use setTimeout in onload
handler to avoid a deadlock due to sync injected bundle messages.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-19 Yusuke Suzuki <ysuzuki@apple.com>
Unreviewed, skip imported/w3c/web-platform-tests/IndexedDB/structured-clone
https://bugs.webkit.org/show_bug.cgi?id=210731#c4
Skipping this test based on the following rationales.
1. This test was previously *effectively* skipped because it is including BigInt syntax. This test immediately throws SyntaxError. So nothing in this test was executed before.
2. Now JSC supports BigInt syntax. Then, this test is now executed finally. And crash happens when deserializaing DOMMatrixReadOnly.
3. This is because DOMMatrixReadOnly requires JSDOMGlobalObject since DOMMatrixReadOnly is WebCore object, not JSC object.
4. However, IDBSerializationContext.cpp is using plain JSGlobalObject. This is not correct since it is JSC JSGlobalObject and it does not include DOMMatrix implementations.
5. So, nothing is related to BigInt here.
* TestExpectations:
2020-04-19 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add column spanning support for flexible table width
https://bugs.webkit.org/show_bug.cgi?id=210713
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-flex-width-colspans-expected.txt: Added.
* fast/layoutformattingcontext/table-flex-width-colspans.html: Added.
2020-04-19 Emilio Cobos Álvarez <emilio@crisal.io>
Don't use the inherited custom properties to store environment variables.
https://bugs.webkit.org/show_bug.cgi?id=210707
Reviewed by Antti Koivisto.
* platform/ios/imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml-expected.txt:
2020-04-19 Antti Koivisto <antti@apple.com>
[CSS selectors] :is() / :where() should not allow pseudo-elements at parse-time
https://bugs.webkit.org/show_bug.cgi?id=210701
Reviewed by Anders Carlsson.
Remove or update tests for pseudo elements inside :is()/:where().
Also add some :where() rountrip coverage.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
* fast/css/is-specificity-6-expected.html: Removed.
* fast/css/is-specificity-6.html: Removed.
* fast/css/matches-specificity-6-expected.html: Removed.
* fast/css/matches-specificity-6.html: Removed.
* fast/css/parsing-css-allowed-string-characters-expected.txt:
* fast/css/parsing-css-is-1-expected.txt:
* fast/css/parsing-css-is-1.html:
* fast/css/parsing-css-is-2-expected.txt:
* fast/css/parsing-css-is-2.html:
* fast/css/parsing-css-is-3-expected.txt:
* fast/css/parsing-css-is-3.html:
* fast/css/parsing-css-is-4-expected.txt:
* fast/css/parsing-css-is-4.html:
* fast/css/parsing-css-matches-1-expected.txt:
* fast/css/parsing-css-matches-1.html:
* fast/css/parsing-css-matches-2-expected.txt:
* fast/css/parsing-css-matches-2.html:
* fast/css/parsing-css-matches-3-expected.txt:
* fast/css/parsing-css-matches-3.html:
* fast/css/parsing-css-matches-4-expected.txt:
* fast/css/parsing-css-matches-4.html:
* fast/selectors/pseudo-element-in-is-where-expected.html: Added.
* fast/selectors/pseudo-element-in-is-where.html: Added.
* fast/selectors/pseudo-element-inside-is-expected.html: Removed.
* fast/selectors/pseudo-element-inside-is.html: Removed.
* fast/selectors/pseudo-element-inside-matches-expected.html: Removed.
* fast/selectors/pseudo-element-inside-matches.html: Removed.
* fast/selectors/querySelector-is-expected.txt:
* fast/selectors/querySelector-is.html:
* fast/selectors/querySelector-matches-expected.txt:
* fast/selectors/querySelector-matches.html:
2020-04-18 Daniel Bates <dabates@apple.com>
Add a test to ensure WebKit::mayContainEditableElementsInRect() returns true if the document element is editable
https://bugs.webkit.org/show_bug.cgi?id=210560
Reviewed by Simon Fraser.
If the document element is marked editable then all child elements are editable.
Add a test to ensure that WebKit::mayContainEditableElementsInRect() returns true
for such a page.
* editing/editable-region/hit-test-editable-document-element-expected.txt: Added.
* editing/editable-region/hit-test-editable-document-element.html: Added.
2020-04-18 Antti Koivisto <antti@apple.com>
[CSS selectors] Support :where() pseudo class
https://bugs.webkit.org/show_bug.cgi?id=210690
Reviewed by Sam Weinig.
* fast/selectors/where-specificity-expected.html: Added.
* fast/selectors/where-specificity.html: Added.
2020-04-17 Simon Fraser <simon.fraser@apple.com>
Group overflow controls layers into a single container layer
https://bugs.webkit.org/show_bug.cgi?id=210675
Reviewed by Zalan Bujtas.
Rebaselines.
* compositing/clipping/border-radius-async-overflow-clipping-layer-expected.txt:
* compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt:
* compositing/layer-creation/clipping-scope/nested-scroller-overlap-expected.txt:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-scroller-expected.txt:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-stacking-context-scroller-expected.txt:
* compositing/layer-creation/clipping-scope/scroller-with-negative-z-children-expected.txt:
* compositing/layer-creation/clipping-scope/shared-layers-in-scroller-expected.txt:
* compositing/overflow/overflow-auto-with-touch-expected.txt:
* compositing/overflow/overflow-overlay-with-touch-expected.txt:
* compositing/overflow/overflow-scrollbar-layer-positions-expected.txt:
* compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
* compositing/overflow/stacking-context-composited-scroller-with-foreground-paint-phases-expected.txt:
* compositing/overflow/textarea-scroll-touch-expected.txt:
* compositing/repaint/scroller-with-foreground-layer-repaints-expected.txt:
* compositing/rtl/rtl-scrolling-with-transformed-descendants-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-clipped-by-scroll-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-nested-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-for-negative-z-in-scroller-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-hidden-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-visible-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-gain-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-in-clipped-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-lose-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/visibility-hidden-scrollers-expected.txt:
* compositing/scrolling/overflow-scrolling-layers-are-self-painting-expected.txt:
* compositing/shared-backing/overflow-scroll/absolute-in-stacking-relative-in-scroller-expected.txt:
* compositing/shared-backing/overflow-scroll/composited-absolute-in-absolute-in-relative-in-scroller-expected.txt:
* compositing/shared-backing/overflow-scroll/nested-absolute-with-clipping-in-stacking-overflow-expected.txt:
* compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-clipping-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-relative-clipping-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-div-in-overflow-scroll-expected.txt:
* compositing/shared-backing/overflow-scroll/scrolled-contents-has-painted-content-expected.txt:
* fast/scrolling/mac/event-region-scrolled-contents-layer-expected.txt:
* platform/mac-wk1/compositing/clipping/border-radius-async-overflow-clipping-layer-expected.txt:
* platform/mac/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-scrolled-down-tile-coverage-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-scrolled-up-tile-coverage-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-tile-coverage-expected.txt:
2020-04-17 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Password obscuring dots drawn with the system font are too small
https://bugs.webkit.org/show_bug.cgi?id=209692
Reviewed by Darin Adler.
Addressing post-review comments.
* platform/mac/TestExpectations:
2020-04-17 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, reverting r260245.
The tests added with this change are frequently failing on
macOS bots.
Reverted changeset:
"Safari doesn't apply frameRate limit when request stream from
Camera"
https://bugs.webkit.org/show_bug.cgi?id=210186
https://trac.webkit.org/changeset/260245
2020-04-16 Ryan Haddad <ryanhaddad@apple.com>
REGRESSION (r259463): [ Mojave Debug ] http/tests/IndexedDB/collect-IDB-objects.https.html is flaky failing and timing out
https://bugs.webkit.org/show_bug.cgi?id=210219
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations: Test transitioned from timeout -> failure.
2020-04-17 Jason Lawrence <lawrence.j@apple.com>
REGRESSION ( r254044 ): [ Win ] css1/box_properties/padding_left.html is failing
https://bugs.webkit.org/show_bug.cgi?id=207480
Unreviewed test gardening.
Adjusted this test expectation and others in the Windows category with lint alerts.
* platform/win/TestExpectations:
2020-04-17 Jason Lawrence <lawrence.j@apple.com>
Layout Test fast/text/variations/ipc2.html is failing
https://bugs.webkit.org/show_bug.cgi?id=189550
Unreviewed test gardening.
* platform/win/TestExpectations:
2020-04-17 Jason Lawrence <lawrence.j@apple.com>
[ macOS ] inspector/runtime/getCollectionEntries.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207642
Unreviewed test gardening.
Removed duplicate expectations.
* platform/mac/TestExpectations:
2020-04-17 Jason Lawrence <lawrence.j@apple.com>
[Web Animations] Update WPT tests related to Web Animations and remove imported Mozilla tests
https://bugs.webkit.org/show_bug.cgi?id=203291
Unreviewed test gardening.
Removed duplicate test expectations.
* platform/ios/TestExpectations:
2020-04-17 Oriol Brufau <obrufau@igalia.com>
Revert "[css-grid] Exclude implicit grid tracks from the resolved value"
https://bugs.webkit.org/show_bug.cgi?id=210617
Reviewed by Manuel Rego Casasnovas.
Revert r254561 since it appears to be breaking site authoring tools
which were relying on the previous behaviour.
* fast/css-grid-layout/grid-auto-columns-rows-get-set-expected.txt:
* fast/css-grid-layout/grid-auto-columns-rows-get-set.html:
* fast/css-grid-layout/grid-columns-rows-get-set.html:
* fast/css-grid-layout/grid-template-shorthand-get-set-expected.txt:
* fast/css-grid-layout/grid-template-shorthand-get-set.html:
* fast/css-grid-layout/mark-as-infinitely-growable.html:
* fast/css-grid-layout/named-grid-lines-computed-style-implicit-tracks-expected.txt:
* fast/css-grid-layout/named-grid-lines-computed-style-implicit-tracks.html:
* fast/css-grid-layout/negative-growth-share-as-infinity-crash.html:
2020-04-17 Youenn Fablet <youenn@apple.com>
Safari doesn't apply frameRate limit when request stream from Camera
https://bugs.webkit.org/show_bug.cgi?id=210186
<rdar://problem/61452794>
Reviewed by Eric Carlson.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-decreasing-expected.txt: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-decreasing.html: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-increasing-expected.txt: Added.
* fast/mediastream/mediastreamtrack-video-frameRate-clone-increasing.html: Added.
* fast/mediastream/mediastreamtrack-video-framerate-decreasing-expected.txt: added.
* fast/mediastream/mediastreamtrack-video-framerate-decreasing.html: added.
* fast/mediastream/mediastreamtrack-video-framerate-increasing-expected.txt: added.
* fast/mediastream/mediastreamtrack-video-framerate-increasing.html: added.
* webrtc/routines.js:
2020-04-17 Alexey Shvayka <shvaikalesh@gmail.com>
MediaQueryList should extend EventTarget
https://bugs.webkit.org/show_bug.cgi?id=203288
Reviewed by Darin Adler.
* TestExpectations:
* fast/media/media-query-list-07-expected.txt:
* fast/media/media-query-list-07.html:
2020-04-17 Tomoki Imai <Tomoki.Imai@sony.com>
Fix an integer overflow in WebCrypto AES-CTR Mac implementation, which may detect a false loop
https://bugs.webkit.org/show_bug.cgi?id=210540
Reviewed by Jiewen Tan.
Added more AES-CTR tests for AesCtrParams.length larger than 32.
* crypto/subtle/aes-ctr-import-key-encrypt-expected.txt:
* crypto/subtle/aes-ctr-import-key-encrypt.html:
2020-04-16 Simon Fraser <simon.fraser@apple.com>
Scrolling-tree hit-testing is off by top content inset
https://bugs.webkit.org/show_bug.cgi?id=210629
<rdar://problem/61848883>
Reviewed by Tim Horton.
Test for scroller hit-testing with top content inset.
* fast/scrolling/mac/async-scroll-overflow-top-inset-expected.txt: Added.
* fast/scrolling/mac/async-scroll-overflow-top-inset.html: Added.
2020-04-16 Simon Fraser <simon.fraser@apple.com>
A slow-starting swipe always latches on the root node
https://bugs.webkit.org/show_bug.cgi?id=210618
Reviewed by Tim Horton.
* scrollingcoordinator/mac/latching/zero-delta-began-should-not-latch-expected.txt: Added.
* scrollingcoordinator/mac/latching/zero-delta-began-should-not-latch.html: Added.
2020-04-16 Jack Lee <shihchieh_lee@apple.com>
ASSERTION FAILED: candidate.isCandidate() in WebCore::canonicalizeCandidate
https://bugs.webkit.org/show_bug.cgi?id=130844
<rdar://59535009>
Reviewed by Geoffrey Garen.
* editing/inserting/insert-in-br-expected.txt: Added.
* editing/inserting/insert-in-br.html: Added.
Added a regression test for the crash.
* editing/inserting/insert-list-in-table-cell-07-expected.txt:
Update node tree in expected text file due to behavior change in function
PositionIterator::isCandidate. The visual result remains the same.
2020-04-16 Chris Fleizach <cfleizach@apple.com>
AX: Need method for setting selected range from NSRange
https://bugs.webkit.org/show_bug.cgi?id=210593
Reviewed by Darin Adler.
* accessibility/ios-simulator/non-textcontrol-set-selection-expected.txt: Added.
* accessibility/ios-simulator/non-textcontrol-set-selection.html: Added.
2020-04-16 Zalan Bujtas <zalan@apple.com>
Crash in IndefiniteSizeStrategy::recomputeUsedFlexFractionIfNeeded when min-size can not be resolved
https://bugs.webkit.org/show_bug.cgi?id=210584
<rdar://problem/56685237>
Reviewed by Manuel Rego Casasnovas.
* fast/css-grid-layout/crash-when-min-height-cant-be-resolved-expected.txt: Added.
* fast/css-grid-layout/crash-when-min-height-cant-be-resolved.html: Added.
2020-04-16 Daniel Bates <dabates@apple.com>
Move -_requestTextInputContextsInRect to WKContentView to simplify implementation
https://bugs.webkit.org/show_bug.cgi?id=210398
<rdar://problem/61656931>
Reviewed by Darin Adler.
Update test and expected results now that UIScriptController.mayContainEditableElementsInRect()
expects the passed rect to be in content coordinates.
I replaced one sub-test of a rect pre-scroll with another that tests the location
of a rect that will have editable elements after scroll. The purpose of that sub-test
hasn't changed, but it now makes the sub-tests' rects symmetric for before and after
scroll. I also added debug() statements to demarcate the before scroll and after scroll
sub-tests in the results to make it easier to understand what this test file is testing.
* editing/editable-region/hit-test-fixed-expected.txt:
* editing/editable-region/hit-test-fixed.html:
2020-04-16 Simon Fraser <simon.fraser@apple.com>
[Async overflow scrolling] Slow-repaint overflow scroll have force their enclosing scrollers to be slow too
https://bugs.webkit.org/show_bug.cgi?id=210591
Reviewed by Antti Koivisto.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-non-cb-overflow-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-non-cb-overflow.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow2-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow2.html: Added.
2020-04-16 Antoine Quint <graouts@apple.com>
[ Mac wk2 Debug ] media/modern-media-controls/media-controller/media-controller-auto-hide.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=210349
<rdar://problem/61594098>
Reviewed by Eric Carlson.
This test had several things wrong about it. First, it manually created a MediaController in the test page and set a custom auto-hide delay on it.
However, it would test the proper behavior of the auto-hide behavior on the MediaController created by the media element, querying the state of
the media controls markup within that media element's shadow root. In that world, the auto-hide delay was the default delay, and not the custom
one set on the page-created MediaController.
The cause of the timeout was that the media clip used in this test is barely longer than the auto-hide delay, and it could happen that under slow
conditions, the media would end and the auto-hide timer would never have a chance to fire since it would be canceled due to auto-hide being disabled
when the media is not playing, such as when it ended.
We make this test saner and more realistic by not customizing the auto-hide delay, removing the page MediaController and simply setting "loop" on the
media element such that it never stops playing, givin the auto-hide timer additional time to fire with no risk of it being canceled by the media ending.
* media/modern-media-controls/media-controller/media-controller-auto-hide.html:
* platform/mac-wk2/TestExpectations:
2020-04-16 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, mark several animations test as failure
https://bugs.webkit.org/show_bug.cgi?id=210602
Unreviewed gardening.
For some reason these baselines are not making the tests pass in
the EWS GTK-WK2 bot, so I'm removing these GTK baselines added in
r260155 and mark the tests as failing instead.
* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/commitStyles-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/style-change-events-expected.txt: Removed.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/target-expected.txt: Removed.
2020-04-16 Eric Carlson <eric.carlson@apple.com>
[macOS] Update ScreenTime as playback state changes
https://bugs.webkit.org/show_bug.cgi?id=210518
<rdar://problem/61181092>
Reviewed by Jer Noble.
* media/media-usage-state-expected.txt: Added.
* media/media-usage-state.html: Added.
* platform/gtk/TestExpectations: Skip new test.
* platform/win/TestExpectations: Ditto.
* platform/wpe/TestExpectations: Ditto.
2020-04-15 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Password obscuring dots drawn with the system font are too small
https://bugs.webkit.org/show_bug.cgi?id=209692
<rdar://problem/60788385>
Reviewed by Darin Adler.
* fast/text/text-security-disc-bullet-pua-expected.html: Added.
* fast/text/text-security-disc-bullet-pua.html: Added.
* platform/ios/fast/text/text-security-disc-bullet-pua-ios-new-expected.html: Added.
* platform/ios/fast/text/text-security-disc-bullet-pua-ios-new.html: Added.
* platform/ios/fast/text/text-security-disc-bullet-pua-ios-old-expected.html: Added.
* platform/ios/fast/text/text-security-disc-bullet-pua-ios-old.html: Added.
* platform/mac/fast/text/text-security-disc-bullet-pua-mac-expected.html: Added.
* platform/mac/fast/text/text-security-disc-bullet-pua-mac.html: Added.
* platform/ios/TestExpectations:
* platform/mac/TestExpectations:
2020-04-15 Simon Fraser <simon.fraser@apple.com>
[Async overflow scroll] background-attachment:fixed needs to disable async overflow scrolling
https://bugs.webkit.org/show_bug.cgi?id=210581
Reviewed by Zalan Bujtas.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-dynamic-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-dynamic.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-overflow.html: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-on-overflow-expected.txt: Added.
* scrollingcoordinator/mac/fixed-backgrounds/fixed-background-on-overflow.html: Added.
2020-04-15 John Wilander <wilander@apple.com>
Add SPI to configure WebsiteDataStores with a URL for standalone web applications and use it to disable first-party website data removal in ITP
https://bugs.webkit.org/show_bug.cgi?id=209634
<rdar://problem/60943970>
Reviewed by Alex Christensen.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database-expected.txt: Added.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-database.html: Added.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion-expected.txt: Added.
* http/tests/resourceLoadStatistics/standalone-web-application-exempt-from-website-data-deletion.html: Added.
2020-04-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, emit baselines after r260139
https://bugs.webkit.org/show_bug.cgi?id=210573
Unreviewed gardening.
* platform/gtk/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/Animatable/animate-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/commitStyles-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/style-change-events-expected.txt: Added.
* platform/gtk/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/target-expected.txt: Added.
2020-04-15 Jack Lee <shihchieh_lee@apple.com>
Infinite loop in InsertListCommand::doApply()
https://bugs.webkit.org/show_bug.cgi?id=210354
<rdar://problem/61427778>
Reviewed by Geoffrey Garen.
Update the regression test for this hang issue.
* editing/inserting/insert-list-end-of-table-expected.txt: Added.
* editing/inserting/insert-list-end-of-table.html: Added.
2020-04-15 Jack Lee <shihchieh_lee@apple.com>
ASSERTION FAILED: !selectionToDelete.isNone() in TypingCommand::forwardDeleteKeyPressed
when deleting a UserSelect::None element.
https://bugs.webkit.org/show_bug.cgi?id=210530
<rdar://problem/58591480>
Reviewed by Geoffrey Garen.
Added a regression test for the crash.
* editing/deleting/forward-delete-UserSelect-None-element-expected.txt: Added.
* editing/deleting/forward-delete-UserSelect-None-element.html: Added.
2020-04-15 Wenson Hsieh <wenson_hsieh@apple.com>
[iPadOS] Some pages indefinitely zoom in and out due to idempotent text autosizing
https://bugs.webkit.org/show_bug.cgi?id=210551
<rdar://problem/56820674>
Reviewed by Tim Horton.
Add a layout test to verify that on a page with a single line of text, if idempotent text autosizing is enabled,
the text size is boosted by idempotent autosizing, but we don't end up getting into a state where the computed
font size flickers between multiple values.
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-reaches-stable-state-expected.txt: Added.
* fast/text-autosizing/ios/idempotentmode/idempotent-autosizing-reaches-stable-state.html: Added.
2020-04-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210563
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-15 Truitt Savell <tsavell@apple.com>
Remove expectations for imported/blink/storage/indexeddb/blob-basics-metadata.html
https://bugs.webkit.org/show_bug.cgi?id=199117
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-04-15 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] scrollingcoordinator/mac/latching/horizontal-overflow-back-swipe.html is flaky timing out
https://bugs.webkit.org/show_bug.cgi?id=210351
Unreviewed test gardening.
* platform/mac/TestExpectations:
2020-04-15 Yusuke Suzuki <ysuzuki@apple.com>
import.meta.url: baseURL for a module script should be response URL, not request URL
https://bugs.webkit.org/show_bug.cgi?id=205294
Reviewed by Youenn Fablet.
AppleWin networking does not properly propagate fragment if redirect location clears it. This is a known issue[1].
[1]: See `http/tests/navigation/redirect-to-fragment2.html [ Failure ]` in platform/win/TestExpectations.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect-expected.txt: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect-with-fragment-expected.txt: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect-with-fragment.html: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect.html: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-with-fragment-expected.txt: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-with-fragment.html: Added.
* http/wpt/html/semantics/scripting-1/the-script-element/module/resources/import-meta-url-expose.js: Added.
* http/wpt/resources/redirect.py: Added.
(main):
* http/wpt/service-workers/module-meta-url-fragment-worker.js: Added.
(async e):
* http/wpt/service-workers/module-meta-url-fragment.https-expected.txt: Added.
* http/wpt/service-workers/module-meta-url-fragment.https.html: Added.
* http/wpt/service-workers/resources/module-meta-url-fragment.html: Added.
* platform/win/http/wpt/html/semantics/scripting-1/the-script-element/module/module-meta-url-redirect-with-fragment-expected.txt: Added.
2020-04-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210545
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-15 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210542
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-14 Simon Fraser <simon.fraser@apple.com>
[Async overflow scroll] Backgrounds missing on gmail sometimes
https://bugs.webkit.org/show_bug.cgi?id=210506
<rdar://problem/60523869>
Reviewed by Zalan Bujtas.
Test with a scroller inside a flexbox; programmatically scrolls the scroller to the bottom,
then mouseWheels up to reveal new tiles.
* TestExpectations:
* compositing/scrolling/async-overflow-scrolling/mac/overflow-in-flex-empty-tiles-expected.html: Added.
* compositing/scrolling/async-overflow-scrolling/mac/overflow-in-flex-empty-tiles.html: Added.
* platform/mac/TestExpectations: Test is macOS-only because it uses wheel events.
2020-04-14 Lauro Moura <lmoura@igalia.com>
[GTK] Garden media/media-source/media-source-seek-back flaky crashes
Unreviewed test gardening.
* platform/gtk/TestExpectations:
2020-04-14 Devin Rousso <drousso@apple.com>
Web Inspector: Debugger: add a Step next that steps by expression
https://bugs.webkit.org/show_bug.cgi?id=210324
Reviewed by Timothy Hatcher.
* inspector/debugger/stepping/stepNext.html: Added.
* inspector/debugger/stepping/stepNext-expected.txt: Added.
* inspector/debugger/stepping/stepInto.html:
* inspector/debugger/stepping/stepInto-expected.txt:
* inspector/debugger/stepping/stepOut.html:
* inspector/debugger/stepping/stepOut-expected.txt:
* inspector/debugger/stepping/stepOver.html:
* inspector/debugger/stepping/stepOver-expected.txt:
Renamed functions for clarity and added additional test cases from other commands.
2020-04-14 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update expectations after r260062
https://bugs.webkit.org/show_bug.cgi?id=210516
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-14 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Fix navigator-detached-no-crash expectations
Unreviewed test gardening.
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
Upload the correct expectation file.
* platform/wpe/TestExpectations: Removed failing expectation.
2020-04-14 James Craig <jcraig@apple.com>
AX: Smart Invert doesn't handle the picture elements on foxnews.com
<https://webkit.org/b/210472>
Reviewed by Chris Fleizach.
Filled out more variants in the test cases, and removed the unnecessary :not() selector.
* accessibility/smart-invert-expected.txt:
* accessibility/smart-invert-reference-expected.html:
* accessibility/smart-invert-reference.html:
* accessibility/smart-invert.html:
2020-04-14 Simon Fraser <simon.fraser@apple.com>
Scroll snap in subframes is often broken
https://bugs.webkit.org/show_bug.cgi?id=210503
Reviewed by Darin Adler.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-async-iframe-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-async-iframe.html: Added.
2020-04-14 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Layout test gardening
Unreviewed test gardening.
* platform/gtk/TestExpectations:
Removed deprecated expectation.
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
Updated expectations.
* platform/wpe/TestExpectations: Updated several EME expectations with
correct bug number. A number of passing tests are also marked as PASS.
* platform/wpe/fast/dom/navigator-detached-no-crash-expected.txt:
Updated expectations.
2020-04-14 Simon Fraser <simon.fraser@apple.com>
[Async overflow scroll] Custom scrollbars on gmail don't show
https://bugs.webkit.org/show_bug.cgi?id=210438
<rdar://problem/61722541>
Reviewed by Tim Horton.
Layer tree dumps changed because of scrollbar and scroll corner layers.
* compositing/layer-creation/absolute-in-async-overflow-scroll-expected.txt:
* compositing/layer-creation/clipping-scope/nested-scroller-overlap-expected.txt:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-scroller-expected.txt:
* compositing/layer-creation/clipping-scope/overlap-constrained-inside-stacking-context-scroller-expected.txt:
* compositing/layer-creation/clipping-scope/scroller-with-negative-z-children-expected.txt:
* compositing/layer-creation/clipping-scope/shared-layers-in-scroller-expected.txt:
* compositing/overflow/overflow-auto-with-touch-expected.txt:
* compositing/overflow/overflow-overlay-with-touch-expected.txt:
* compositing/overflow/scrolling-content-clip-to-viewport-expected.txt:
* compositing/overflow/stacking-context-composited-scroller-with-foreground-paint-phases-expected.txt:
* compositing/overflow/textarea-scroll-touch-expected.txt:
* compositing/repaint/scroller-with-foreground-layer-repaints-expected.txt:
* compositing/rtl/rtl-scrolling-with-transformed-descendants-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-clipped-by-scroll-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/clipped-layer-in-overflow-nested-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-for-negative-z-in-scroller-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-hidden-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-clip-to-visible-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-gain-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-in-clipped-expected.txt:
* compositing/scrolling/async-overflow-scrolling/layer-in-overflow-lose-clipping-layer-expected.txt:
* compositing/scrolling/async-overflow-scrolling/visibility-hidden-scrollers-expected.txt:
* compositing/scrolling/overflow-scrolling-layers-are-self-painting-expected.txt:
* compositing/shared-backing/overflow-scroll/absolute-in-stacking-relative-in-scroller-expected.txt:
* compositing/shared-backing/overflow-scroll/composited-absolute-in-absolute-in-relative-in-scroller-expected.txt:
* compositing/shared-backing/overflow-scroll/nested-absolute-with-clipping-in-stacking-overflow-expected.txt:
* compositing/shared-backing/overflow-scroll/previous-sibling-prevents-inclusiveness-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-clipping-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-clipping-in-scroller-in-relative-clipping-expected.txt:
* compositing/shared-backing/overflow-scroll/relative-in-div-in-overflow-scroll-expected.txt:
* compositing/shared-backing/overflow-scroll/scrolled-contents-has-painted-content-expected.txt:
* fast/scrolling/mac/event-region-scrolled-contents-layer-expected.txt:
* platform/mac/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
* scrollbars/async-overflow-custom-scrollbar-expected.html: Added.
* scrollbars/async-overflow-custom-scrollbar.html: Added.
* tiled-drawing/scrolling/overflow/overflow-scrolled-down-tile-coverage-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-scrolled-up-tile-coverage-expected.txt:
* tiled-drawing/scrolling/overflow/overflow-tile-coverage-expected.txt:
2020-04-14 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, mark several MSE tests as flaky
https://bugs.webkit.org/show_bug.cgi?id=210499
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-14 Antti Koivisto <antti@apple.com>
[CSS Selectors] Selectors Level 4 specificity calculation for pseudo classes
https://bugs.webkit.org/show_bug.cgi?id=210419
Reviewed by Simon Fraser.
Update specificity tests for static behavior, trying to also keep them useful.
* fast/css/is-specificity-10-expected.html:
* fast/css/is-specificity-10.html:
* fast/css/is-specificity-2-expected.html:
* fast/css/is-specificity-2.html:
* fast/css/is-specificity-3-expected.html:
* fast/css/is-specificity-3.html:
* fast/css/is-specificity-4-expected.html:
* fast/css/is-specificity-4.html:
* fast/css/is-specificity-5.html:
* fast/css/matches-specificity-10-expected.html:
* fast/css/matches-specificity-10.html:
* fast/css/matches-specificity-2-expected.html:
* fast/css/matches-specificity-2.html:
* fast/css/matches-specificity-3-expected.html:
* fast/css/matches-specificity-3.html:
* fast/css/matches-specificity-4-expected.html:
* fast/css/matches-specificity-4.html:
* fast/css/matches-specificity-5.html:
* fast/css/nth-child-specificity-2-expected.html:
* fast/css/nth-child-specificity-2.html:
* fast/css/nth-child-specificity-3-expected.html:
* fast/css/nth-child-specificity-3.html:
* fast/css/nth-child-specificity-4-expected.html:
* fast/css/nth-child-specificity-4.html:
* fast/css/nth-last-child-specificity-2-expected.html:
* fast/css/nth-last-child-specificity-2.html:
* fast/css/nth-last-child-specificity-3-expected.html:
* fast/css/nth-last-child-specificity-3.html:
* fast/css/nth-last-child-specificity-4-expected.html:
* fast/css/nth-last-child-specificity-4.html:
2020-04-14 Nikolas Zimmermann <nzimmermann@igalia.com>
[Gtk] Update pixel tests baseline for all tests containing or referencing SVGs (except WPT)
https://bugs.webkit.org/show_bug.cgi?id=210282
Rubber-stamped by Žan Doberšek.
This extends the work from webkit.org/b/209136 to have a pixel test baseline
for all layout tests, even outside the svg/ directory, that contain or
reference SVGs.
This is mainly useful for developing webkit.org/b/90738, to ease
comparison of the SVG PoC branch with vanilla WebKit. In future we
should rather convert more and more tests to reftests instead of
relying on pixel tests - which SVG does for many features right now.
* platform/gtk/TestExpectations:
* platform/gtk/css3/blending/background-blend-mode-image-svg-expected.png: Added.
* platform/gtk/css3/blending/background-blend-mode-svg-color-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-color-burn-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png.
* platform/gtk/css3/blending/svg-blend-color-burn-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-color-dodge-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-color-dodge-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-darken-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-darken-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-difference-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-difference-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-exclusion-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png.
* platform/gtk/css3/blending/svg-blend-exclusion-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-hard-light-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-lighten-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-lighten-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-multiply-alpha-expected.png:
* platform/gtk/css3/blending/svg-blend-multiply-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-multiply-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-overlay-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-overlay-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-screen-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png.
* platform/gtk/css3/blending/svg-blend-screen-expected.txt: Added.
* platform/gtk/css3/blending/svg-blend-soft-light-expected.png: Added.
* platform/gtk/css3/blending/svg-blend-soft-light-expected.txt: Added.
* platform/gtk/css3/filters/effect-reference-composite-expected.png:
* platform/gtk/css3/filters/effect-reference-composite-hw-expected.png:
* platform/gtk/css3/filters/effect-reference-external-expected.png: Added.
* platform/gtk/css3/filters/effect-reference-hw-expected.png:
* platform/gtk/css3/filters/effect-reference-ordering-expected.png:
* platform/gtk/css3/filters/effect-reference-ordering-hw-expected.png:
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20-expected.png: Copied from LayoutTests/platform/gtk/svg/filters/filter-hidden-content-expected.png.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-50-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-50-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-70-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-70-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/left-half-rectangle-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-70-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-70-expected.txt: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-expected.png: Added.
* platform/gtk/css3/shapes/shape-outside/shape-image/support/right-half-rectangle-expected.txt: Added.
* platform/gtk/css3/shapes/spec-examples/support/rounded-triangle-expected.png: Added.
* platform/gtk/css3/shapes/spec-examples/support/rounded-triangle-expected.txt: Added.
* platform/gtk/fast/backgrounds/animated-svg-as-mask-expected.png:
* platform/gtk/fast/backgrounds/size/contain-and-cover-expected.png:
* platform/gtk/fast/backgrounds/size/contain-and-cover-expected.txt: Added.
* platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
* platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added.
* platform/gtk/fast/harness/render-tree-as-text-options-expected.png: Added.
* platform/gtk/imported/w3c/canvas/2d.fillStyle.parse.svg-1-expected.png: Added.
* platform/gtk/imported/w3c/canvas/2d.fillStyle.parse.svg-2-expected.png: Added.
* platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
* platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
* platform/gtk/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
* platform/gtk/svg/as-background-image/svg-as-background-4-expected.png:
* platform/gtk/svg/as-background-image/svg-as-background-4-expected.txt: Added.
* platform/gtk/svg/custom/circular-marker-reference-2-expected.png:
* platform/gtk/svg/custom/circular-marker-reference-2-expected.txt: Added.
* platform/gtk/svg/custom/glyph-transformation-with-hkern-expected.txt:
* platform/gtk/svg/custom/non-circular-marker-reference-expected.png:
* platform/gtk/svg/custom/non-circular-marker-reference-expected.txt: Added.
* platform/gtk/svg/custom/text-clip-expected.png:
* platform/gtk/svg/filters/filter-hidden-content-expected.png:
* platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.png:
* platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.png:
* platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.png:
* platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
* platform/gtk/svg/text/select-x-list-4-expected.png:
* platform/gtk/svg/text/select-x-list-with-tspans-4-expected.png:
* platform/gtk/svg/text/selection-tripleclick-expected.png:
* platform/gtk/svg/text/text-align-01-b-expected.png:
* platform/gtk/svg/text/text-align-02-b-expected.png:
* platform/gtk/svg/text/text-align-03-b-expected.png:
* platform/gtk/svg/text/text-align-04-b-expected.png:
* platform/gtk/svg/text/text-align-05-b-expected.png:
* platform/gtk/svg/text/text-align-06-b-expected.png:
* platform/gtk/svg/text/text-deco-01-b-expected.png:
* platform/gtk/svg/text/text-fonts-01-t-expected.png:
* platform/gtk/svg/text/text-fonts-02-t-expected.png:
* platform/gtk/svg/text/text-intro-05-t-expected.png:
* platform/gtk/svg/text/text-path-01-b-expected.png:
* platform/gtk/svg/text/text-spacing-01-b-expected.png:
* platform/gtk/svg/text/text-text-01-b-expected.png:
* platform/gtk/svg/text/text-text-03-b-expected.png:
* platform/gtk/svg/text/text-text-05-t-expected.png:
* platform/gtk/svg/text/text-text-07-t-expected.png:
* platform/gtk/svg/text/text-text-08-b-expected.png:
* platform/gtk/svg/text/text-tref-01-b-expected.png:
* platform/gtk/svg/text/text-tselect-01-b-expected.png:
* platform/gtk/svg/text/text-tselect-02-f-expected.png:
* platform/gtk/svg/text/text-tspan-01-b-expected.png:
* platform/gtk/svg/text/text-ws-01-t-expected.png:
* platform/gtk/svg/text/text-ws-02-t-expected.png:
2020-04-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r260024.
https://bugs.webkit.org/show_bug.cgi?id=210480
Regressed performance due to loss of specificity caching
(Requested by anttik on #webkit).
Reverted changeset:
"[CSS Selectors] Selectors Level 4 specificity calculation for
pseudo classes"
https://bugs.webkit.org/show_bug.cgi?id=210419
https://trac.webkit.org/changeset/260024
2020-04-13 Simon Fraser <simon.fraser@apple.com>
[Async overflow] Get scroll-snap working with async overflow scrolling on macOS
https://bugs.webkit.org/show_bug.cgi?id=210471
<rdar://problem/61643199>
Reviewed by Wenson Hsieh.
Clone some overflow scroll-snap tests, and enable async scrolling for them.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow-stateless-expected.txt: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow-stateless.html: Added.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-async-overflow.html: Added.
2020-04-13 Zalan Bujtas <zalan@apple.com>
Do not cache definite height against perpendicular flex items.
https://bugs.webkit.org/show_bug.cgi?id=207603
<rdar://problem/59135373>
Reviewed by Simon Fraser.
* fast/flexbox/unresolved-height-percentage-crash-expected.txt: Added.
* fast/flexbox/unresolved-height-percentage-crash.html: Added.
2020-04-13 Diego Pino Garcia <dpino@igalia.com>
[GTK][WPE] Gardening, update expectations after r260016
https://bugs.webkit.org/show_bug.cgi?id=210466
Unreviewed gardening.
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-13 Kate Cheney <katherine_cheney@apple.com>
http/tests/in-app-browser-privacy/app-bound-domain.html is a constant failure on iOS
https://bugs.webkit.org/show_bug.cgi?id=210344
<rdar://problem/61583925>
Reviewed by Brent Fulgham.
Update comment to match changes in TestOptions.
* http/tests/in-app-browser-privacy/app-bound-domain.html:
* http/tests/in-app-browser-privacy/switch-session-on-navigation-to-app-bound-domain.html:
2020-04-13 Jacob Uphoff <jacob_uphoff@apple.com>
[ macOS ] REGRESSION(r260024) inspector/css/selector-dynamic-specificity.html is constantly failing
https://bugs.webkit.org/show_bug.cgi?id=210450
Removing a test that is no longer supported.
Unreviewed test gardening.
* inspector/css/selector-dynamic-specificity-expected.txt: Removed.
* inspector/css/selector-dynamic-specificity.html: Removed.
* platform/mac/TestExpectations:
2020-04-13 Yusuke Suzuki <ysuzuki@apple.com>
module's default cross-origin value should be "anonymous"
https://bugs.webkit.org/show_bug.cgi?id=210326
Reviewed by Sam Weinig.
* http/tests/security/cookie-module-expected.txt: Added.
* http/tests/security/cookie-module-import-expected.txt: Added.
* http/tests/security/cookie-module-import-propagate-expected.txt: Added.
* http/tests/security/cookie-module-import-propagate.html: Added.
* http/tests/security/cookie-module-import.html: Added.
* http/tests/security/cookie-module-propagate-expected.txt: Added.
* http/tests/security/cookie-module-propagate.html: Added.
* http/tests/security/cookie-module.html: Added.
* http/tests/security/resources/cookie-protected-script.php: Added.
* http/tests/security/resources/module-nest-import.php: Added.
2020-04-13 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, WebRTC flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210444
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-13 Commit Queue <commit-queue@webkit.org>
Unreviewed, reverting r260003.
https://bugs.webkit.org/show_bug.cgi?id=210441
Avoid using basic-authentication for tests (Requested by
yusukesuzuki on #webkit).
Reverted changeset:
"module's default cross-origin value should be "anonymous""
https://bugs.webkit.org/show_bug.cgi?id=210326
https://trac.webkit.org/changeset/260003
2020-04-13 Jason Lawrence <lawrence.j@apple.com>
[ macOS wk1 ] css2.1/20110323/replaced-intrinsic-ratio-001.htm is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207160
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2020-04-13 Antti Koivisto <antti@apple.com>
[CSS Selectors] Selectors Level 4 specificity calculation for pseudo classes
https://bugs.webkit.org/show_bug.cgi?id=210419
Reviewed by Simon Fraser.
Update specificity tests for static behavior, trying to also keep them useful.
* fast/css/is-specificity-10-expected.html:
* fast/css/is-specificity-10.html:
* fast/css/is-specificity-2-expected.html:
* fast/css/is-specificity-2.html:
* fast/css/is-specificity-3-expected.html:
* fast/css/is-specificity-3.html:
* fast/css/is-specificity-4-expected.html:
* fast/css/is-specificity-4.html:
* fast/css/is-specificity-5.html:
* fast/css/matches-specificity-10-expected.html:
* fast/css/matches-specificity-10.html:
* fast/css/matches-specificity-2-expected.html:
* fast/css/matches-specificity-2.html:
* fast/css/matches-specificity-3-expected.html:
* fast/css/matches-specificity-3.html:
* fast/css/matches-specificity-4-expected.html:
* fast/css/matches-specificity-4.html:
* fast/css/matches-specificity-5.html:
* fast/css/nth-child-specificity-2-expected.html:
* fast/css/nth-child-specificity-2.html:
* fast/css/nth-child-specificity-3-expected.html:
* fast/css/nth-child-specificity-3.html:
* fast/css/nth-child-specificity-4-expected.html:
* fast/css/nth-child-specificity-4.html:
* fast/css/nth-last-child-specificity-2-expected.html:
* fast/css/nth-last-child-specificity-2.html:
* fast/css/nth-last-child-specificity-3-expected.html:
* fast/css/nth-last-child-specificity-3.html:
* fast/css/nth-last-child-specificity-4-expected.html:
* fast/css/nth-last-child-specificity-4.html:
2020-04-13 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ Mac wk2 ] WebKit::ViewGestureController::handleSwipeGesture(WebKit::WebBackForwardListItem*, double, WebKit::ViewGestureController::SwipeDirection) - flaky crashes.
https://bugs.webkit.org/show_bug.cgi?id=210433
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-04-13 Said Abou-Hallawa <sabouhallawa@apple.com>
When drawing an image srcRect and imageRect have to be in the orientation of destRect
https://bugs.webkit.org/show_bug.cgi?id=210364
Reviewed by Darin Adler.
* fast/images/image-orientation-none-canvas.html:
Make this test for images with "visibility: hidden;" only. This guarantees
the images have renderers. Images with "display: none;" will be covered
in another patch because the width and height is currently incorrect if
"image-orientation: none;".
2020-04-13 Youenn Fablet <youenn@apple.com>
Fix mute/unmute of CoreAudioCapture sources after revision 257914
https://bugs.webkit.org/show_bug.cgi?id=210381
Reviewed by Eric Carlson.
Clone tests for having both GPU and non GPU test runs.
* platform/ios/mediastream/audio-muted-in-background-tab-gpu-process-expected.txt: Added.
* platform/ios/mediastream/audio-muted-in-background-tab-gpu-process.html: Copied from LayoutTests/platform/ios/mediastream/audio-muted-in-background-tab.html.
* platform/ios/mediastream/audio-muted-in-background-tab.html:
* platform/ios/mediastream/getUserMedia-single-capture-gpu-process-expected.txt: Added.
* platform/ios/mediastream/getUserMedia-single-capture-gpu-process.html: Copied from LayoutTests/platform/ios/mediastream/getUserMedia-single-capture.html.
* platform/ios/mediastream/getUserMedia-single-capture.html:
2020-04-13 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Pre-fill columnIntrinsicWidths vector
https://bugs.webkit.org/show_bug.cgi?id=210415
Reviewed by Antti Koivisto.
* fast/layoutformattingcontext/table-with-column-spanner-first-row-expected.txt: Added.
* fast/layoutformattingcontext/table-with-column-spanner-first-row.html: Added.
2020-04-13 Yusuke Suzuki <ysuzuki@apple.com>
module's default cross-origin value should be "anonymous"
https://bugs.webkit.org/show_bug.cgi?id=210326
Reviewed by Sam Weinig.
* http/tests/security/basic-auth-module-expected.txt: Added.
* http/tests/security/basic-auth-module-import-expected.txt: Added.
* http/tests/security/basic-auth-module-import-propagate-expected.txt: Added.
* http/tests/security/basic-auth-module-import-propagate.html: Added.
* http/tests/security/basic-auth-module-import.html: Added.
* http/tests/security/basic-auth-module-propagate-expected.txt: Added.
* http/tests/security/basic-auth-module-propagate.html: Added.
* http/tests/security/basic-auth-module.html: Added.
* http/tests/security/resources/module-nest-import.php: Added.
* http/tests/security/resources/protected-script.php: Added.
* platform/mac-wk1/http/tests/security/basic-auth-module-expected.txt: Added.
* platform/mac-wk1/http/tests/security/basic-auth-module-import-expected.txt: Added.
* platform/mac-wk1/http/tests/security/basic-auth-module-import-propagate-expected.txt: Added.
* platform/mac-wk1/http/tests/security/basic-auth-module-propagate-expected.txt: Added.
* platform/win/http/tests/security/basic-auth-module-expected.txt: Added.
* platform/win/http/tests/security/basic-auth-module-import-expected.txt: Added.
* platform/win/http/tests/security/basic-auth-module-import-propagate-expected.txt: Added.
* platform/win/http/tests/security/basic-auth-module-propagate-expected.txt: Added.
2020-04-13 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, flaky failures in editing/pasteboard and editing/deleting
https://bugs.webkit.org/show_bug.cgi?id=210421
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-12 Lauro Moura <lmoura@igalia.com>
[WPE] Layout test gardening.
Some EME previous crashes are now failing.
Unreviewed test gardening.
* platform/wpe/TestExpectations:
2020-04-12 Zalan Bujtas <zalan@apple.com>
[LFC][TFC] Add columnSpan test case (fixed width)
https://bugs.webkit.org/show_bug.cgi?id=210411
Unreviewed.
* fast/layoutformattingcontext/table-fixed-width-colspans.html: Added.
2020-04-12 Lauro Moura <lmoura@igalia.com>
[GTK][WPE] Gardening some crashes and flakiness
Unreviewed gardening.
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:
2020-04-12 Chris Dumez <cdumez@apple.com>
fast/dom/timer-throttling-hidden-page.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=210355
<rdar://problem/61462972>
Reviewed by Sam Weinig.
The test was changing the page's visiblity to 'hidden' using testRunner.setPageVisibility("hidden")
in the first timer call and then expecting that by the 5th timer iteration, the page would actually
be hidden for timer throtting to kick in. While this happen to work most of the time, this would
cause flakiness because testRunner.setPageVisibility("hidden") involves an async IPC to the
UIProcess and then an IPC back to the WebProcess to update the page's activity state.
To address the issue, we now listen for the 'visibilitychange' event and only start the test / timer
once document.hidden actually returns true.
* fast/dom/timer-throttling-hidden-page.html:
2020-04-11 Jack Lee <shihchieh_lee@apple.com>
Infinite loop in InsertListCommand::doApply()
https://bugs.webkit.org/show_bug.cgi?id=210354
<rdar://problem/61427778>
Reviewed by Darin Adler.
Added a regression test for the crash.
* editing/inserting/insert-list-end-of-table-expected.txt: Added.
* editing/inserting/insert-list-end-of-table.html: Added.
2020-04-11 Simon Fraser <simon.fraser@apple.com>
[Async overflow] Can't scroll overflow:scroll in sideways-scrollable RTL document
https://bugs.webkit.org/show_bug.cgi?id=210389
Reviewed by Tim Horton.
* fast/scrolling/mac/async-scroll-overflow-rtl-expected.txt: Added.
* fast/scrolling/mac/async-scroll-overflow-rtl-zoomed-expected.txt: Added.
* fast/scrolling/mac/async-scroll-overflow-rtl-zoomed.html: Added.
* fast/scrolling/mac/async-scroll-overflow-rtl.html: Added.
2020-04-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of encrypted-media tests
https://bugs.webkit.org/show_bug.cgi?id=210391
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of mediastream tests
https://bugs.webkit.org/show_bug.cgi?id=210386
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, mark some WebInspector tests as Slow
https://bugs.webkit.org/show_bug.cgi?id=210380
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-11 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening of flaky failures
https://bugs.webkit.org/show_bug.cgi?id=210376
Unreviewed gardening.
* platform/gtk/TestExpectations:
2020-04-10 Simon Fraser <simon.fraser@apple.com>
[macOS] Fix scrollbar display for async-scrolling overflow
https://bugs.webkit.org/show_bug.cgi?id=194101
Reviewed by Tim Horton.
Mismatch ref test that tests that overlay scrollbars show up.
* fast/scrolling/mac/overflow-scrollbars-should-be-visible-expected-mismatch.html: Added.
* fast/scrolling/mac/overflow-scrollbars-should-be-visible.html: Added.
2020-04-10 Lauro Moura <lmoura@igalia.com>
[GTK] Flaky test gardening.
Unreviewed test gardening.
* platform/gtk-wayland/TestExpectations:
* platform/gtk/TestExpectations:
2020-04-10 Simon Fraser <simon.fraser@apple.com>
[Async overflow] Can't scroll vertically while over a horizontal scroller in this content
https://bugs.webkit.org/show_bug.cgi?id=210356
<rdar://problem/60523731>
Reviewed by Tim Horton.
* fast/scrolling/mac/absolute-in-overflow-scroll.html:
* fast/scrolling/mac/nested-overflow-proxy-node-expected.txt: Added.
* fast/scrolling/mac/nested-overflow-proxy-node.html: Added.
2020-04-10 Peng Liu <peng.liu6@apple.com>
REGRESSION: (r259850)[ Mac wk1 Debug ] media/track/track-user-stylesheet.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=210350
Reviewed by Daniel Bates.
Make the test reliable by replacing the timer-based approach with testExpectedEventually.
* media/track/track-user-stylesheet.html:
2020-04-10 Pinki Gyanchandani <pgyanchandani@apple.com>
Null ptr Deref in RadioButtonGroups::updateCheckedState
https://bugs.webkit.org/show_bug.cgi?id=210353
Reviewed by Chris Dumez.
Added a regression test.
* fast/forms/input-element-default-checked-setter-crash-expected.txt: Added.
* fast/forms/input-element-default-checked-setter-crash.html: Added.
2020-04-10 Chris Dumez <cdumez@apple.com>
REGRESSION (r258850) http/tests/frame-throttling/timer-throttle-in-cross-origin-subframe.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=210358
<rdar://problem/61266282>
Reviewed by Darin Adler.
r258850 ported window.postMessage() to the HTML event loop. Because event loops are per security origin,
the ordering of messages from the same-origin & cross-origin iframes is no longer guaranteed. This led
to flakiness due to message logging in the output but the test did not actually require a particular
ordering otherwise. To address the flakiness, this patch silences the logging of messages received.
* http/tests/frame-throttling/timer-throttle-in-cross-origin-subframe-expected.txt:
* http/tests/frame-throttling/timer-throttle-in-cross-origin-subframe.html:
2020-04-10 Devin Rousso <drousso@apple.com>
Changes to shared testing JS files should not cause test failures due to console message line numbers changing
https://bugs.webkit.org/show_bug.cgi?id=210303
Reviewed by Simon Fraser.
* animations/change-keyframes-expected.txt:
* compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt:
* compositing/iframes/page-cache-layer-tree-expected.txt:
* css3/filters/backdrop/backdrop-filter-with-clip-path-expected.txt:
* css3/parse-alignment-of-root-elements-expected.txt:
* dom/xhtml/level2/html/HTMLFrameElement09-expected.txt:
* editing/execCommand/indent-pre-expected.txt:
* editing/execCommand/outdent-blockquote-test1-expected.txt:
* editing/execCommand/outdent-blockquote-test2-expected.txt:
* editing/execCommand/outdent-blockquote-test3-expected.txt:
* editing/execCommand/outdent-blockquote-test4-expected.txt:
* editing/inserting/insert-br-quoted-007-expected.txt:
* editing/pasteboard/copy-paste-float-expected.txt:
* editing/pasteboard/datatransfer-idl-expected.txt:
* editing/pasteboard/datatransfer-items-copy-html-expected.txt:
* editing/pasteboard/onpaste-text-html-expected.txt:
* editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
* editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt:
* fast/animation/request-animation-frame-prefix-expected.txt:
* fast/canvas/canvas-context-save-limit-expected.txt:
* fast/canvas/canvas-getImageData-invalid-result-buffer-crash-expected.txt:
* fast/canvas/canvas-toDataURL-crash-expected.txt:
* fast/canvas/canvas-too-large-to-draw-expected.txt:
* fast/canvas/check-stale-putImageData-expected.txt:
* fast/canvas/pattern-too-large-to-create-expected.txt:
* fast/canvas/webgl/bufferData-nullable-array-buffer-view-expected.txt:
* fast/canvas/webgl/largeBuffer-expected.txt:
* fast/canvas/webgl/lose-context-on-status-failure-expected.txt:
* fast/canvas/webgl/oes-texture-float-linear-expected.txt:
* fast/canvas/webgl/shader-compile-logging-expected.txt:
* fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies-expected.txt:
* fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt:
* fast/canvas/webgl/webgl-debug-renderer-info-expected.txt:
* fast/canvas/webgl/webgl-draw-buffers-expected.txt:
* fast/canvas/webgl/webgl2-buffer-targets-expected.txt:
* fast/canvas/webgl/webgl2-getActiveUniforms-expected.txt:
* fast/css/parse-border-image-repeat-null-crash-expected.txt:
* fast/custom-elements/exceptions-for-synchronous-custom-element-creation-expected.txt:
* fast/device-orientation/device-motion-request-permission-denied-expected.txt:
* fast/device-orientation/device-motion-request-permission-granted-expected.txt:
* fast/device-orientation/device-motion-request-permission-user-gesture-expected.txt:
* fast/device-orientation/device-orientation-request-permission-denied-expected.txt:
* fast/device-orientation/device-orientation-request-permission-granted-expected.txt:
* fast/device-orientation/device-orientation-request-permission-user-gesture-expected.txt:
* fast/dom/DOMURL/searchparams-expected.txt:
* fast/dom/Geolocation/callback-exception-expected.txt:
* fast/dom/Geolocation/notimer-after-unload-expected.txt:
* fast/dom/HTMLAnchorElement/anchor-file-blob-download-then-revoke-expected.txt:
* fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt:
* fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt:
* fast/dom/MutationObserver/database-callback-delivery-expected.txt:
* fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
* fast/dom/Window/a-rel-noopener-expected.txt:
* fast/dom/Window/area-rel-noopener-expected.txt:
* fast/dom/Window/console-functions-expected.txt:
* fast/dom/Window/slow-unload-handler-expected.txt:
* fast/dom/Window/slow-unload-handler-only-frame-is-stopped-expected.txt:
* fast/dom/Window/window-custom-prototype-crash-expected.txt:
* fast/dom/Window/window-open-self-disallow-close-expected.txt:
* fast/dom/Window/window-resize-contents-expected.txt:
* fast/dom/add-document-child-and-reparent-old-child-during-document-child-replacement-expected.txt:
* fast/dom/add-document-child-during-document-child-replacement-expected.txt:
* fast/dom/attribute-event-listener-errors-expected.txt:
* fast/dom/error-to-string-stack-overflow-expected.txt:
* fast/dom/event-attrs-isolated-world-expected.txt:
* fast/dom/getSVGDocument-on-object-crash-expected.txt:
* fast/dom/insertedIntoDocument-iframe-expected.txt:
* fast/dom/javascript-url-exception-isolation-expected.txt:
* fast/dom/microtask-detach-expected.txt:
* fast/dom/microtask-inorder-expected.txt:
* fast/dom/microtask-reverse-expected.txt:
* fast/dom/nested-script-exceptions-expected.txt:
* fast/dom/no-assert-for-malformed-js-url-attribute-expected.txt:
* fast/dom/regress-131530-expected.txt:
* fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
* fast/dom/title-text-property-2-expected.txt:
* fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt:
* fast/encoding/meta-in-script-expected.txt:
* fast/encoding/utf-8-non-ascii-expected.txt:
* fast/events/attribute-listener-deletion-crash-expected.txt:
* fast/events/beforeunload-alert-expected.txt:
* fast/events/beforeunload-confirm-expected.txt:
* fast/events/beforeunload-prompt-expected.txt:
* fast/events/beforeunload-showModalDialog-expected.txt:
* fast/events/detached-svg-parent-window-events-expected.txt:
* fast/events/onbeforeunload-focused-iframe-expected.txt:
* fast/events/ondrop-text-html-expected.txt:
* fast/events/onerror-no-constructor-expected.txt:
* fast/events/onunload-clears-onbeforeunload-expected.txt:
* fast/events/onunload-expected.txt:
* fast/events/onunload-not-on-body-expected.txt:
* fast/events/onunload-window-property-expected.txt:
* fast/events/pagehide-alert-expected.txt:
* fast/events/pagehide-confirm-expected.txt:
* fast/events/pagehide-prompt-expected.txt:
* fast/events/pagehide-showModalDialog-expected.txt:
* fast/events/pagehide-timeout-expected.txt:
* fast/events/pagehide-xhr-open-expected.txt:
* fast/events/pageshow-pagehide-on-back-cached-expected.txt:
* fast/events/pageshow-pagehide-on-back-cached-with-frames-expected.txt:
* fast/events/pageshow-pagehide-on-back-uncached-expected.txt:
* fast/events/popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame-expected.txt:
* fast/events/popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame2-expected.txt:
* fast/events/popup-blocked-from-unique-frame-via-window-open-named-sibling-frame-expected.txt:
* fast/events/remove-target-with-shadow-in-drag-expected.txt:
* fast/events/set-attribute-listener-window-onerror-crash-expected.txt:
* fast/events/suspend-timers-expected.txt:
* fast/events/unload-alert-expected.txt:
* fast/events/unload-confirm-expected.txt:
* fast/events/unload-prompt-expected.txt:
* fast/events/unload-showModalDialog-expected.txt:
* fast/events/window-onerror13-expected.txt:
* fast/events/window-onerror16-expected.txt:
* fast/events/window-onerror7-expected.txt:
* fast/files/file-reader-file-url-expected.txt:
* fast/files/file-reader-sandbox-iframe-expected.txt:
* fast/files/null-origin-string-expected.txt:
* fast/forms/interactive-validation-prevented-expected.txt:
* fast/forms/range/range-remove-on-drag-expected.txt:
* fast/forms/registerFormElement-crash-expected.txt:
* fast/forms/select-max-length-expected.txt:
* fast/forms/state-restore-broken-state-expected.txt:
* fast/forms/state-restore-skip-stateless-expected.txt:
* fast/frames/frame-focus-blurs-active-element-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-01-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-02-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-03-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-04-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-05-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-06-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-07-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-08-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-09-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-10-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-11-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-12-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-13-expected.txt:
* fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
* fast/frames/sandboxed-iframe-close-top-noclose-expected.txt:
* fast/frames/sandboxed-iframe-forms-dynamic-expected.txt:
* fast/frames/sandboxed-iframe-forms-expected.txt:
* fast/frames/sandboxed-iframe-history-denied-expected.txt:
* fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt:
* fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
* fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt:
* fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
* fast/frames/sandboxed-iframe-storage-expected.txt:
* fast/frames/xss-auditor-handles-file-urls-expected.txt:
* fast/history/page-cache-webdatabase-no-transaction-db-expected.txt:
* fast/history/page-cache-webdatabase-pending-transaction-expected.txt:
* fast/history/timed-refresh-in-cached-frame-expected.txt:
* fast/html/details-summary-document-child-expected.txt:
* fast/html/link-element-removal-during-beforeload-expected.txt:
* fast/inspector-support/uncaught-dom1-exception-expected.txt:
* fast/inspector-support/uncaught-dom3-exception-expected.txt:
* fast/inspector-support/uncaught-dom8-exception-expected.txt:
* fast/loader/cache-encoding-expected.txt:
* fast/loader/frames-with-unload-handlers-in-page-cache-expected.txt:
* fast/loader/input-element-page-cache-crash-expected.txt:
* fast/loader/page-dismissal-modal-dialogs-expected.txt:
* fast/media/mq-resolution-dpi-dpcm-warning-expected.txt:
* fast/mediacapturefromelement/CanvasCaptureMediaStream-framerate-0-expected.txt:
* fast/mediacapturefromelement/CanvasCaptureMediaStream-webgl-events-expected.txt:
* fast/mediastream/captureStream/canvas3d-expected.txt:
* fast/parser/changing-attrbutes-crash-expected.txt:
* fast/parser/entity-end-script-tag-expected.txt:
* fast/parser/nested-fragment-parser-crash-expected.txt:
* fast/preloader/iframe-srcdoc-expected.txt:
* fast/scrolling/ios/overflow-div-scrolling-expected.txt:
* fast/scrolling/scroll-animator-basic-events-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-clicked-expected.txt:
* fast/scrolling/scroll-animator-overlay-scrollbars-hovered-expected.txt:
* fast/scrolling/scroll-animator-select-list-events-expected.txt:
* fast/storage/storage-detached-iframe-expected.txt:
* fast/text/font-face-set-remove-safely-expected.txt:
* fast/text/font-promises-gc-expected.txt:
* fast/text/text-combine-crash-expected.txt:
* fast/url/relative-expected.txt:
* fast/url/segments-from-data-url-expected.txt:
* fast/viewport/viewport-104-expected.txt:
* fast/viewport/viewport-105-expected.txt:
* fast/viewport/viewport-106-expected.txt:
* fast/viewport/viewport-107-expected.txt:
* fast/viewport/viewport-108-expected.txt:
* fast/viewport/viewport-109-expected.txt:
* fast/viewport/viewport-110-expected.txt:
* fast/viewport/viewport-111-expected.txt:
* fast/viewport/viewport-112-expected.txt:
* fast/viewport/viewport-113-expected.txt:
* fast/viewport/viewport-114-expected.txt:
* fast/viewport/viewport-118-expected.txt:
* fast/viewport/viewport-121-expected.txt:
* fast/viewport/viewport-122-expected.txt:
* fast/viewport/viewport-125-expected.txt:
* fast/viewport/viewport-126-expected.txt:
* fast/viewport/viewport-127-expected.txt:
* fast/viewport/viewport-129-expected.txt:
* fast/viewport/viewport-133-expected.txt:
* fast/viewport/viewport-134-expected.txt:
* fast/viewport/viewport-46-expected.txt:
* fast/viewport/viewport-52-expected.txt:
* fast/viewport/viewport-53-expected.txt:
* fast/viewport/viewport-54-expected.txt:
* fast/viewport/viewport-55-expected.txt:
* fast/viewport/viewport-65-expected.txt:
* fast/viewport/viewport-66-expected.txt:
* fast/viewport/viewport-67-expected.txt:
* fast/viewport/viewport-68-expected.txt:
* fast/viewport/viewport-69-expected.txt:
* fast/viewport/viewport-70-expected.txt:
* fast/viewport/viewport-71-expected.txt:
* fast/viewport/viewport-72-expected.txt:
* fast/viewport/viewport-73-expected.txt:
* fast/viewport/viewport-74-expected.txt:
* fast/viewport/viewport-75-expected.txt:
* fast/viewport/viewport-77-expected.txt:
* fast/viewport/viewport-78-expected.txt:
* fast/viewport/viewport-79-expected.txt:
* fast/viewport/viewport-82-expected.txt:
* fast/viewport/viewport-83-expected.txt:
* fast/viewport/viewport-84-expected.txt:
* fast/viewport/viewport-87-expected.txt:
* fast/viewport/viewport-88-expected.txt:
* fast/viewport/viewport-warnings-2-expected.txt:
* fast/viewport/viewport-warnings-3-expected.txt:
* fast/viewport/viewport-warnings-4-expected.txt:
* fast/viewport/viewport-warnings-5-expected.txt:
* fast/viewport/viewport-warnings-6-expected.txt:
* fast/viewport/viewport-warnings-7-expected.txt:
* fast/workers/worker-crash-with-invalid-location-expected.txt:
* fast/workers/worker-exception-during-navigation-expected.txt:
* fast/workers/worker-script-error-expected.txt:
* fast/workers/worker-terminate-forever-expected.txt:
* fast/xmlhttprequest/set-dangerous-headers-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-sync-xhr-failure-loop-during-unload-expected.txt:
* fast/xpath/nsresolver-bad-object-expected.txt:
* fast/xpath/nsresolver-exception-expected.txt:
* fast/xsl/transform-xhr-doc-expected.txt:
* fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt:
* fetch/fetch-error-messages-expected.txt:
* fetch/fetch-url-serialization-expected.txt:
* fullscreen/full-screen-enabled-expected.txt:
* fullscreen/full-screen-enabled-prefixed-expected.txt:
* fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent-expected.txt:
* fullscreen/requestFullscreen-escape-key-expected.txt:
* html5lib/generated/run-tests1-data-expected.txt:
* html5lib/generated/run-tests1-write-expected.txt:
* html5lib/generated/run-tests11-data-expected.txt:
* html5lib/generated/run-tests11-write-expected.txt:
* html5lib/generated/run-tests18-data-expected.txt:
* html5lib/generated/run-tests18-write-expected.txt:
* html5lib/generated/run-tests7-data-expected.txt:
* html5lib/generated/run-tests7-write-expected.txt:
* html5lib/generated/run-webkit01-data-expected.txt:
* html5lib/generated/run-webkit01-write-expected.txt:
* html5lib/webkit-resumer-expected.txt:
* http/tests/adClickAttribution/anchor-tag-attributes-validation-expected.txt:
* http/tests/appcache/404-manifest-expected.txt:
* http/tests/appcache/404-resource-expected.txt:
* http/tests/appcache/abort-cache-onchecking-expected.txt:
* http/tests/appcache/abort-cache-onchecking-manifest-404-expected.txt:
* http/tests/appcache/abort-cache-onchecking-resource-404-expected.txt:
* http/tests/appcache/abort-cache-ondownloading-expected.txt:
* http/tests/appcache/abort-cache-ondownloading-manifest-404-expected.txt:
* http/tests/appcache/abort-cache-ondownloading-resource-404-expected.txt:
* http/tests/appcache/abort-cache-onprogress-expected.txt:
* http/tests/appcache/access-via-redirect-expected.txt:
* http/tests/appcache/appcache-cookies-expected.txt:
* http/tests/appcache/auth-expected.txt:
* http/tests/appcache/crash-when-navigating-away-then-back-expected.txt:
* http/tests/appcache/credential-url-expected.txt:
* http/tests/appcache/cyrillic-uri-expected.txt:
* http/tests/appcache/decide-navigation-policy-after-delay-expected.txt:
* http/tests/appcache/deferred-events-expected.txt:
* http/tests/appcache/different-https-origin-resource-main-expected.txt:
* http/tests/appcache/different-origin-manifest-expected.txt:
* http/tests/appcache/different-scheme-expected.txt:
* http/tests/appcache/document-cookie-expected.txt:
* http/tests/appcache/document-cookie-http-only-expected.txt:
* http/tests/appcache/document-write-html-element-2-expected.txt:
* http/tests/appcache/empty-manifest-expected.txt:
* http/tests/appcache/fallback-expected.txt:
* http/tests/appcache/fallback-namespace-outside-manifest-path-expected.txt:
* http/tests/appcache/foreign-fallback-expected.txt:
* http/tests/appcache/foreign-iframe-main-expected.txt:
* http/tests/appcache/history-test-expected.txt:
* http/tests/appcache/idempotent-update-expected.txt:
* http/tests/appcache/identifier-test-expected.txt:
* http/tests/appcache/interrupted-update-expected.txt:
* http/tests/appcache/load-from-appcache-defer-resume-crash-expected.txt:
* http/tests/appcache/local-content-expected.txt:
* http/tests/appcache/main-resource-fallback-for-network-error-crash-expected.txt:
* http/tests/appcache/main-resource-hash-expected.txt:
* http/tests/appcache/main-resource-redirect-expected.txt:
* http/tests/appcache/main-resource-redirect-with-sw-expected.txt:
* http/tests/appcache/manifest-containing-itself-expected.txt:
* http/tests/appcache/manifest-parsing-expected.txt:
* http/tests/appcache/manifest-redirect-2-expected.txt:
* http/tests/appcache/manifest-redirect-expected.txt:
* http/tests/appcache/manifest-with-empty-file-expected.txt:
* http/tests/appcache/max-size-expected.txt:
* http/tests/appcache/multi-fallback-expected.txt:
* http/tests/appcache/navigating-away-while-cache-attempt-in-progress-expected.txt:
* http/tests/appcache/non-html-expected.txt:
* http/tests/appcache/offline-access-expected.txt:
* http/tests/appcache/online-fallback-layering-expected.txt:
* http/tests/appcache/online-whitelist-expected.txt:
* http/tests/appcache/origin-delete-expected.txt:
* http/tests/appcache/origin-quota-continued-download-expected.txt:
* http/tests/appcache/origin-quota-continued-download-multiple-manifests-expected.txt:
* http/tests/appcache/origin-quota-expected.txt:
* http/tests/appcache/origin-usage-expected.txt:
* http/tests/appcache/origins-with-appcache-expected.txt:
* http/tests/appcache/progress-counter-expected.txt:
* http/tests/appcache/reload-expected.txt:
* http/tests/appcache/resource-redirect-2-expected.txt:
* http/tests/appcache/resource-redirect-expected.txt:
* http/tests/appcache/simple-expected.txt:
* http/tests/appcache/simple-video-async-expected.txt:
* http/tests/appcache/simple-video-sync-expected.txt:
* http/tests/appcache/top-frame-1-expected.txt:
* http/tests/appcache/top-frame-2-expected.txt:
* http/tests/appcache/top-frame-3-expected.txt:
* http/tests/appcache/top-frame-4-expected.txt:
* http/tests/appcache/update-cache-expected.txt:
* http/tests/appcache/video-expected.txt:
* http/tests/appcache/whitelist-wildcard-expected.txt:
* http/tests/appcache/wrong-content-type-expected.txt:
* http/tests/appcache/wrong-signature-2-expected.txt:
* http/tests/appcache/wrong-signature-expected.txt:
* http/tests/appcache/x-frame-options-prevents-framing-expected.txt:
* http/tests/appcache/xhr-foreign-resource-expected.txt:
* http/tests/blink/sendbeacon/beacon-cross-origin.https-expected.txt:
* http/tests/cache/partitioned-cache-expected.txt:
* http/tests/cache/partitioned-cache-iframe-expected.txt:
* http/tests/cache/preload-cleared-after-parsing-canceled-by-js-expected.txt:
* http/tests/canvas/canvas-tainted-after-draw-image-expected.txt:
* http/tests/canvas/philip/tests/security.drawImage.canvas-expected.txt:
* http/tests/canvas/philip/tests/security.drawImage.image-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.canvas.fillStyle-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.canvas.strokeStyle-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.cross-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.image.fillStyle-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.image.strokeStyle-expected.txt:
* http/tests/contentdispositionattachmentsandbox/at-import-stylesheets-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/cross-origin-frames-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/external-stylesheets-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/http-equiv-disabled-expected.txt:
* http/tests/contentdispositionattachmentsandbox/xml-stylesheet-processing-instructions-disabled-expected.txt:
* http/tests/contentextensions/async-xhr-onerror-expected.txt:
* http/tests/contentextensions/basic-filter-expected.txt:
* http/tests/contentextensions/block-csp-report-expected.txt:
* http/tests/contentextensions/block-everything-unless-domain-expected.txt:
* http/tests/contentextensions/block-everything-unless-domain-iframe-expected.txt:
* http/tests/contentextensions/block-image-load-in-onunload-expected.txt:
* http/tests/contentextensions/block-ping-expected.txt:
* http/tests/contentextensions/block-ping-resource-type-ping-expected.txt:
* http/tests/contentextensions/block-ping-resource-type-raw-expected.txt:
* http/tests/contentextensions/character-set-basic-support-expected.txt:
* http/tests/contentextensions/domain-rules-expected.txt:
* http/tests/contentextensions/filters-with-quantifiers-combined-expected.txt:
* http/tests/contentextensions/make-https-expected.txt:
* http/tests/contentextensions/media-filtered-expected.txt:
* http/tests/contentextensions/popups-expected.txt:
* http/tests/contentextensions/prefetch-blocked-expected.txt:
* http/tests/contentextensions/script-onerror-expected.txt:
* http/tests/contentextensions/service-worker.https-expected.txt:
* http/tests/contentextensions/sync-xhr-blocked-expected.txt:
* http/tests/contentextensions/sync-xhr-redirection-blocked-expected.txt:
* http/tests/contentextensions/text-track-blocked-expected.txt:
* http/tests/contentextensions/top-url-expected.txt:
* http/tests/contentextensions/video-element-resource-type-expected.txt:
* http/tests/contentfiltering/load-substitute-data-from-appcache-expected.txt:
* http/tests/css/shared-stylesheet-mutation-expected.txt:
* http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
* http/tests/dom/new-window-can-target-opener-expected.txt:
* http/tests/dom/noopener-window-cannot-target-opener-expected.txt:
* http/tests/dom/set-document-location-host-to-accepted-values-expected.txt:
* http/tests/dom/set-document-location-hostname-to-accepted-values-expected.txt:
* http/tests/dom/window-open-about-blank-and-access-document-expected.txt:
* http/tests/dom/window-open-about-uppercase-blank-and-access-document-expected.txt:
* http/tests/events/device-orientation-motion-non-secure-context-expected.txt:
* http/tests/events/device-orientation-motion-secure-context-expected.txt:
* http/tests/fetch/fetch-in-worker-crash-expected.txt:
* http/tests/fullscreen/fullscreen-feature-policy-expected.txt:
* http/tests/history/back-during-onload-triggered-by-back-expected.txt:
* http/tests/history/back-with-fragment-change-expected.txt:
* http/tests/history/cross-origin-replace-history-object-child-expected.txt:
* http/tests/history/cross-origin-replace-history-object-expected.txt:
* http/tests/inspector/dom/cross-domain-inspected-node-access-expected.txt:
* http/tests/inspector/network/contentextensions/blocked-websocket-crash-expected.txt:
* http/tests/inspector/network/fetch-network-data-expected.txt:
* http/tests/media/media-stream/disconnected-frame-already-expected.txt:
* http/tests/media/media-stream/enumerate-devices-iframe-allow-attribute-expected.txt:
* http/tests/misc/bubble-drag-events-expected.txt:
* http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
* http/tests/misc/iframe-invalid-source-crash-expected.txt:
* http/tests/misc/image-blocked-src-change-expected.txt:
* http/tests/misc/image-blocked-src-no-change-expected.txt:
* http/tests/misc/unloadable-script-expected.txt:
* http/tests/navigation/anchor-blank-target-implies-rel-noopener-expected.txt:
* http/tests/navigation/forward-to-fragment-fires-onload-expected.txt:
* http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt:
* http/tests/navigation/keyboard-events-during-provisional-subframe-navigation-expected.txt:
* http/tests/navigation/navigation-interrupted-by-fragment-expected.txt:
* http/tests/navigation/no-referrer-reset-expected.txt:
* http/tests/navigation/no-referrer-subframe-expected.txt:
* http/tests/navigation/no-referrer-target-blank-expected.txt:
* http/tests/navigation/page-cache-xhr-in-pagehide-expected.txt:
* http/tests/navigation/subframe-pagehide-handler-starts-load-expected.txt:
* http/tests/navigation/subframe-pagehide-handler-starts-load2-expected.txt:
* http/tests/navigation/target-blank-opener-expected.txt:
* http/tests/navigation/target-blank-opener-post-expected.txt:
* http/tests/performance/performance-resource-timing-cached-entries-expected.txt:
* http/tests/plugins/cross-frame-object-access-expected.txt:
* http/tests/plugins/plugin-document-has-focus-expected.txt:
* http/tests/pointer-lock/iframe-sandboxed-expected.txt:
* http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt:
* http/tests/preload/download_resources-expected.txt:
* http/tests/preload/dynamic_remove_preload_href-expected.txt:
* http/tests/preload/onerror_event-expected.txt:
* http/tests/preload/onload_event-expected.txt:
* http/tests/preload/preload-encoding-expected.txt:
* http/tests/preload/single_download_preload-expected.txt:
* http/tests/quicklook/at-import-stylesheet-blocked-expected.txt:
* http/tests/quicklook/base-url-blocked-expected.txt:
* http/tests/quicklook/cross-origin-iframe-blocked-expected.txt:
* http/tests/quicklook/csp-header-ignored-expected.txt:
* http/tests/quicklook/document-domain-is-empty-string-expected.txt:
* http/tests/quicklook/external-stylesheet-blocked-expected.txt:
* http/tests/quicklook/hide-referer-on-navigation-expected.txt:
* http/tests/quicklook/same-origin-xmlhttprequest-allowed-expected.txt:
* http/tests/quicklook/submit-form-blocked-expected.txt:
* http/tests/quicklook/top-navigation-blocked-expected.txt:
* http/tests/referrer-policy-img/no-referrer/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/origin-when-cross-origin/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/origin/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/same-origin/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/strict-origin-when-cross-origin/cross-origin-http.https-expected.txt:
* http/tests/referrer-policy-img/strict-origin/cross-origin-http.https-expected.txt:
* http/tests/resourceLoadStatistics/cookie-deletion-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ancestors-same-origin-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-in-body-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-parent-same-origin-allow-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-parent-same-origin-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* http/tests/security/allowed-base-url-data-url-via-setting-expected.txt:
* http/tests/security/anchor-download-block-crossorigin-expected.txt:
* http/tests/security/appcache-switching-private-browsing-expected.txt:
* http/tests/security/beforeload-iframe-client-redirect-expected.txt:
* http/tests/security/beforeload-iframe-server-redirect-expected.txt:
* http/tests/security/blob-null-url-location-origin-expected.txt:
* http/tests/security/block-top-level-navigations-by-third-party-iframes-expected.txt:
* http/tests/security/bypassing-cors-checks-for-extension-urls-expected.txt:
* http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt:
* http/tests/security/canvas-remote-read-redirect-to-remote-image-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-blocked-then-allowed-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-blocked-no-crossorigin-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-hls-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-localhost-expected.txt:
* http/tests/security/canvas-remote-read-remote-video-redirect-expected.txt:
* http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-across-origin-expected.txt:
* http/tests/security/clipboard/copy-paste-html-cross-origin-iframe-in-same-origin-expected.txt:
* http/tests/security/clipboard/drag-drop-html-cross-origin-iframe-in-same-origin-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/import-scriptnonce-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-and-scripthash-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-basic-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-ignore-unsafeinline-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-in-enforced-policy-and-not-in-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-multiple-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-redirect-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/report-uri-effective-directive-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-basic-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-enforced-policy-and-allowed-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-ignore-unsafeinline-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-in-enforced-policy-and-not-in-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-multiple-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scripthash-tests-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-and-scripthash-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-basic-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-enforced-policy-and-allowed-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-allowed-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy2-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-ignore-unsafeinline-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-in-enforced-policy-and-not-in-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-multiple-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylehash-basic-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylehash-basic-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylehash-svg-style-basic-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-basic-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/stylenonce-svg-style-basic-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-allowed-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-blocked-in-about-blank-iframe-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-blocked-in-external-script-expected.txt:
* http/tests/security/contentSecurityPolicy/WebAssembly-blocked-in-subframe-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-css-in-iframe-report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-inherited-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-xslt-document-in-iframe-with-inherited-policy-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-xhr-asynchronous-in-iframe-expected.txt:
* http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-xhr-asynchronous-in-main-frame-expected.txt:
* http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt:
* http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-allowed-in-report-only-mode-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-and-sends-report-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-in-external-script-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-blocked-in-subframe-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-event-handler-blocked-after-injecting-meta-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/javascript-url-blocked-by-default-src-star-expected.txt:
* http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/module-eval-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/module-eval-blocked-in-external-script-expected.txt:
* http/tests/security/contentSecurityPolicy/navigate-self-to-blob-expected.txt:
* http/tests/security/contentSecurityPolicy/navigate-self-to-data-url-expected.txt:
* http/tests/security/contentSecurityPolicy/register-bypassing-scheme-partial-expected.txt:
* http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
* http/tests/security/contentSecurityPolicy/report-multiple-violations-01-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-upgrade-insecure-expected.txt:
* http/tests/security/contentSecurityPolicy/report-status-code-zero-when-using-https-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-scheme-relative-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt:
* http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt:
* http/tests/security/contentSecurityPolicy/style-src-blocked-error-event-expected.txt:
* http/tests/security/contentSecurityPolicy/subframe-with-data-url-inheritance-expected.txt:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/basic-upgrade-cors.https-expected.txt:
* http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/iframe-upgrade.https-expected.txt:
* http/tests/security/contentSecurityPolicy/window-open-javascript-url-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/window-open-javascript-url-with-target-blocked-expected.txt:
* http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt:
* http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt:
* http/tests/security/contentTypeOptions/nosniff-xml-external-entity-expected.txt:
* http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
* http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-custom-expected.txt:
* http/tests/security/cross-frame-access-frameelement-expected.txt:
* http/tests/security/cross-frame-access-get-expected.txt:
* http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt:
* http/tests/security/cross-frame-access-history-get-expected.txt:
* http/tests/security/cross-frame-access-history-get-override-expected.txt:
* http/tests/security/cross-frame-access-history-prototype-expected.txt:
* http/tests/security/cross-frame-access-location-get-expected.txt:
* http/tests/security/cross-frame-access-location-get-override-expected.txt:
* http/tests/security/cross-frame-access-name-getter-expected.txt:
* http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-port-expected.txt:
* http/tests/security/cross-frame-access-protocol-expected.txt:
* http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-put-expected.txt:
* http/tests/security/cross-origin-appcache-allowed-expected.txt:
* http/tests/security/cross-origin-appcache-expected.txt:
* http/tests/security/cross-origin-cached-images-canvas-expected.txt:
* http/tests/security/cross-origin-iframe-contentDocument-expected.txt:
* http/tests/security/cross-origin-modal-dialog-base-expected.txt:
* http/tests/security/cross-origin-script-error-event-expected.txt:
* http/tests/security/cross-origin-script-error-event-redirected-expected.txt:
* http/tests/security/cross-origin-websql-allowed-expected.txt:
* http/tests/security/cross-origin-websql-expected.txt:
* http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
* http/tests/security/denied-base-url-data-url-expected.txt:
* http/tests/security/denied-base-url-javascript-url-expected.txt:
* http/tests/security/document-all-expected.txt:
* http/tests/security/drag-drop-local-file-expected.txt:
* http/tests/security/frameNavigation/not-opener-expected.txt:
* http/tests/security/frameNavigation/sandbox-DENIED-top-navigation-with-user-gesture-expected.txt:
* http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt:
* http/tests/security/insecure-geolocation-expected.txt:
* http/tests/security/isolatedWorld/image-load-should-not-bypass-main-world-csp-expected.txt:
* http/tests/security/isolatedWorld/onclick-attribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
* http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
* http/tests/security/local-CSS-from-remote-expected.txt:
* http/tests/security/local-JavaScript-from-remote-expected.txt:
* http/tests/security/local-iFrame-from-remote-expected.txt:
* http/tests/security/local-image-from-remote-expected.txt:
* http/tests/security/local-video-poster-from-remote-expected.txt:
* http/tests/security/mixedContent/import-insecure-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-basic-auth-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* http/tests/security/mixedContent/insecure-basic-auth-image.https-expected.txt:
* http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-css-with-secure-cookies-expected.txt:
* http/tests/security/mixedContent/insecure-executable-css-with-secure-cookies-expected.txt:
* http/tests/security/mixedContent/insecure-form-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials-expected.txt:
* http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-expected.txt:
* http/tests/security/mixedContent/insecure-image-with-securecookie-block-expected.txt:
* http/tests/security/mixedContent/insecure-image-with-securecookie-expected.txt:
* http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-script-with-secure-cookies-expected.txt:
* http/tests/security/mixedContent/insecure-stylesheet-redirects-to-basic-auth-secure-stylesheet-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-sync-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-image-secure-cookies-block-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-image-secure-cookies-expected.txt:
* http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe-expected.txt:
* http/tests/security/mixedContent/websocket/insecure-websocket-in-main-frame-expected.txt:
* http/tests/security/mixedcontent-geolocation-block-insecure-content-expected.txt:
* http/tests/security/mixedcontent-geolocation-expected.txt:
* http/tests/security/module-correct-mime-types-expected.txt:
* http/tests/security/module-crossorigin-error-event-information-expected.txt:
* http/tests/security/module-crossorigin-onerror-information-expected.txt:
* http/tests/security/module-no-mime-type-expected.txt:
* http/tests/security/no-javascript-refresh-static-expected.txt:
* http/tests/security/no-javascript-refresh-static-spaces-expected.txt:
* http/tests/security/no-popup-from-sandbox-expected.txt:
* http/tests/security/no-popup-from-sandbox-top-expected.txt:
* http/tests/security/originHeader/origin-header-for-https-expected.txt:
* http/tests/security/popup-allowed-by-sandbox-is-sandboxed-expected.txt:
* http/tests/security/referrer-policy-invalid-expected.txt:
* http/tests/security/regress-52192-expected.txt:
* http/tests/security/same-origin-appcache-blocked-expected.txt:
* http/tests/security/same-origin-websql-blocked-expected.txt:
* http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
* http/tests/security/sandboxed-iframe-DENIED-modals-expected.txt:
* http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt:
* http/tests/security/sandboxed-iframe-form-top-expected.txt:
* http/tests/security/sandboxed-iframe-invalid-expected.txt:
* http/tests/security/sandboxed-iframe-modify-self-expected.txt:
* http/tests/security/sandboxed-iframe-origin-add-expected.txt:
* http/tests/security/sandboxed-iframe-origin-remove-expected.txt:
* http/tests/security/script-crossorigin-error-event-information-expected.txt:
* http/tests/security/script-crossorigin-onerror-information-expected.txt:
* http/tests/security/script-no-crossorigin-error-event-should-be-sanitized-expected.txt:
* http/tests/security/script-no-crossorigin-onerror-should-be-sanitized-expected.txt:
* http/tests/security/script-with-dataurl-expected.txt:
* http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt:
* http/tests/security/storage-blocking-loosened-websql-expected.txt:
* http/tests/security/storage-blocking-strengthened-websql-expected.txt:
* http/tests/security/top-level-unique-origin2.https-expected.txt:
* http/tests/security/window-name-after-cross-origin-aux-frame-navigation-expected.txt:
* http/tests/security/window-name-after-cross-origin-main-frame-navigation-expected.txt:
* http/tests/security/window-name-after-cross-origin-sub-frame-navigation-expected.txt:
* http/tests/security/window-name-after-same-origin-aux-frame-navigation-expected.txt:
* http/tests/security/window-name-after-same-origin-main-frame-navigation-expected.txt:
* http/tests/security/window-name-after-same-origin-sub-frame-navigation-expected.txt:
* http/tests/security/window-named-proto-expected.txt:
* http/tests/security/window-named-valueOf-expected.txt:
* http/tests/security/window-onerror-exception-in-iframe-expected.txt:
* http/tests/security/xss-DENIED-assign-location-hash-expected.txt:
* http/tests/security/xss-DENIED-assign-location-host-expected.txt:
* http/tests/security/xss-DENIED-assign-location-hostname-expected.txt:
* http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt:
* http/tests/security/xss-DENIED-assign-location-nonstandardProperty-expected.txt:
* http/tests/security/xss-DENIED-assign-location-pathname-expected.txt:
* http/tests/security/xss-DENIED-assign-location-protocol-expected.txt:
* http/tests/security/xss-DENIED-assign-location-reload-expected.txt:
* http/tests/security/xss-DENIED-assign-location-search-expected.txt:
* http/tests/security/xss-DENIED-frame-name-expected.txt:
* http/tests/security/xss-DENIED-getSVGDocument-iframe-expected.txt:
* http/tests/security/xss-DENIED-getSVGDocument-object-expected.txt:
* http/tests/security/xss-DENIED-iframe-src-alias-expected.txt:
* http/tests/security/xss-DENIED-invalid-domain-change-expected.txt:
* http/tests/security/xss-DENIED-javascript-with-spaces-expected.txt:
* http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt:
* http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt:
* http/tests/security/xss-DENIED-synchronous-form-expected.txt:
* http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url-expected.txt:
* http/tests/security/xss-DENIED-window-index-assign-expected.txt:
* http/tests/security/xss-DENIED-window-name-navigator-expected.txt:
* http/tests/security/xss-DENIED-window-open-javascript-url-expected.txt:
* http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces-expected.txt:
* http/tests/security/xss-DENIED-window-open-parent-expected.txt:
* http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
* http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
* http/tests/security/xssAuditor/base-href-control-char-expected.txt:
* http/tests/security/xssAuditor/base-href-expected.txt:
* http/tests/security/xssAuditor/base-href-null-char-expected.txt:
* http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-that-page-was-blocked-using-empty-data-url-expected.txt:
* http/tests/security/xssAuditor/cached-frame-expected.txt:
* http/tests/security/xssAuditor/cookie-injection-expected.txt:
* http/tests/security/xssAuditor/dom-write-URL-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-dom-write-open-img-onerror-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-open-img-onerror-expected.txt:
* http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
* http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
* http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/embed-tag-expected.txt:
* http/tests/security/xssAuditor/embed-tag-in-path-unterminated-expected.txt:
* http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
* http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/form-action-expected.txt:
* http/tests/security/xssAuditor/formaction-on-button-expected.txt:
* http/tests/security/xssAuditor/formaction-on-input-expected.txt:
* http/tests/security/xssAuditor/frameset-injection-expected.txt:
* http/tests/security/xssAuditor/full-block-base-href-expected.txt:
* http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
* http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
* http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
* http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
* http/tests/security/xssAuditor/get-from-iframe-expected.txt:
* http/tests/security/xssAuditor/iframe-injection-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
* http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
* http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
* http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
* http/tests/security/xssAuditor/iframe-srcdoc-property-blocked-expected.txt:
* http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
* http/tests/security/xssAuditor/img-tag-with-comma-expected.txt:
* http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
* http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
* http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
* http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
* http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt:
* http/tests/security/xssAuditor/javascript-link-expected.txt:
* http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
* http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
* http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
* http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
* http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
* http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
* http/tests/security/xssAuditor/link-onclick-expected.txt:
* http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
* http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
* http/tests/security/xssAuditor/malformed-HTML-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
* http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
* http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-ignored-expected.txt:
* http/tests/security/xssAuditor/nested-dom-write-location-open-img-onerror-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/object-tag-expected.txt:
* http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
* http/tests/security/xssAuditor/open-attribute-body-expected.txt:
* http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
* http/tests/security/xssAuditor/open-iframe-src-01-expected.txt:
* http/tests/security/xssAuditor/open-iframe-src-02-expected.txt:
* http/tests/security/xssAuditor/open-iframe-src-03-expected.txt:
* http/tests/security/xssAuditor/open-script-src-01-expected.txt:
* http/tests/security/xssAuditor/open-script-src-02-expected.txt:
* http/tests/security/xssAuditor/open-script-src-03-expected.txt:
* http/tests/security/xssAuditor/open-script-src-04-expected.txt:
* http/tests/security/xssAuditor/post-from-iframe-expected.txt:
* http/tests/security/xssAuditor/property-escape-comment-01-expected.txt:
* http/tests/security/xssAuditor/property-escape-comment-02-expected.txt:
* http/tests/security/xssAuditor/property-escape-comment-03-expected.txt:
* http/tests/security/xssAuditor/property-escape-entity-01-expected.txt:
* http/tests/security/xssAuditor/property-escape-entity-02-expected.txt:
* http/tests/security/xssAuditor/property-escape-entity-03-expected.txt:
* http/tests/security/xssAuditor/property-escape-expected.txt:
* http/tests/security/xssAuditor/property-escape-long-expected.txt:
* http/tests/security/xssAuditor/property-escape-quote-01-expected.txt:
* http/tests/security/xssAuditor/property-escape-quote-02-expected.txt:
* http/tests/security/xssAuditor/property-escape-quote-03-expected.txt:
* http/tests/security/xssAuditor/reflection-in-path-expected.txt:
* http/tests/security/xssAuditor/regress-167121-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-and-do-not-follow-redirect-when-sending-report-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-full-block-and-do-not-follow-redirect-when-sending-report-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-replace-state-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
* http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
* http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
* http/tests/security/xssAuditor/script-tag-entities-expected.txt:
* http/tests/security/xssAuditor/script-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-expression-follows-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
* http/tests/security/xssAuditor/script-tag-near-start-expected.txt:
* http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-injected-comment-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url4-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-script-and-urlencode-expected.txt:
* http/tests/security/xssAuditor/svg-animate-expected.txt:
* http/tests/security/xssAuditor/svg-script-tag-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
* http/tests/ssl/media-stream/get-user-media-different-host-expected.txt:
* http/tests/ssl/media-stream/get-user-media-nested-expected.txt:
* http/tests/ssl/mixedContent/insecure-websocket-expected.txt:
* http/tests/ssl/upgrade-origin-usage-expected.txt:
* http/tests/storage/callbacks-are-called-in-correct-context-expected.txt:
* http/tests/storage/setItem-and-reload-expected.txt:
* http/tests/subresource-integrity/sri-enabled-with-setting-expected.txt:
* http/tests/webrtc/enumerateDevicesInFrames-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
* http/tests/websocket/tests/hybi/binary-type-expected.txt:
* http/tests/websocket/tests/hybi/close-before-open-expected.txt:
* http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
* http/tests/websocket/tests/hybi/close-expected.txt:
* http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/block-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/block-worker-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/display-none-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/display-none-worker-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/upgrade-expected.txt:
* http/tests/websocket/tests/hybi/contentextensions/upgrade-worker-expected.txt:
* http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
* http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
* http/tests/websocket/tests/hybi/url-parsing-expected.txt:
* http/tests/websocket/tests/hybi/websocket-constructor-protocols-expected.txt:
* http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
* http/tests/workers/location-readonly-expected.txt:
* http/tests/workers/navigator-readonly-expected.txt:
* http/tests/workers/self-readonly-expected.txt:
* http/tests/workers/service/basic-register-exceptions-expected.txt:
* http/tests/workers/worker-importScriptsOnError-expected.txt:
* http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-not-successful-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt:
* http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt:
* http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* http/tests/xmlhttprequest/cross-site-denied-response-sync-2-expected.txt:
* http/tests/xmlhttprequest/cross-site-denied-response-sync-expected.txt:
* http/tests/xmlhttprequest/navigation-should-abort-expected.txt:
* http/tests/xmlhttprequest/origin-exact-matching-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt:
* http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt:
* http/tests/xmlhttprequest/redirect-cross-origin-post-sync-expected.txt:
* http/tests/xmlhttprequest/redirect-cross-origin-sync-expected.txt:
* http/tests/xmlhttprequest/redirect-cross-origin-tripmine-expected.txt:
* http/tests/xmlhttprequest/reentrant-cancel-expected.txt:
* http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
* http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-sync-expected.txt:
* http/tests/xmlhttprequest/simple-cross-origin-denied-events-sync-expected.txt:
* http/tests/xmlhttprequest/sync-xhr-in-beforeunload-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt:
* http/wpt/beacon/beacon-quota-expected.txt:
* http/wpt/beacon/contentextensions/beacon-blocked-expected.txt:
* http/wpt/fetch/request-abort-expected.txt:
* imported/blink/fast/dom/HTMLImageElement/image-src-onerror-expected.txt:
* imported/blink/fast/dom/HTMLImageElement/image-srcset-w-onerror-expected.txt:
* imported/blink/fast/events/event-isolated-world-clone-expected.txt:
* imported/blink/fast/events/init-custom-event-isolated-world-expected.txt:
* imported/blink/fast/events/init-message-event-isolated-world-expected.txt:
* imported/blink/fast/forms/select/select-validation-assertion-expected.txt:
* inspector/console/command-line-api-expected.txt:
* inspector/console/console-api-expected.txt:
* inspector/console/console-log-proxy-expected.txt:
* inspector/console/console-message-expected.txt:
* inspector/console/console-table-expected.txt:
* inspector/console/js-source-locations-expected.txt:
* inspector/console/message-stack-trace-expected.txt:
* inspector/console/messageAdded-from-named-evaluations-expected.txt:
* inspector/console/messageRepeatCountUpdated-expected.txt:
* inspector/console/x-frame-options-message-expected.txt:
* inspector/controller/runtime-controller-expected.txt:
* inspector/controller/runtime-controller-import-expected.txt:
* inspector/debugger/break-in-constructor-before-super-expected.txt:
* inspector/debugger/break-on-exception-expected.txt:
* inspector/debugger/break-on-exception-throw-in-promise-expected.txt:
* inspector/debugger/break-on-uncaught-exception-expected.txt:
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-expected.txt:
* inspector/debugger/breakpoint-action-log-expected.txt:
* inspector/debugger/breakpoint-action-with-exception-expected.txt:
* inspector/debugger/breakpoint-columns-expected.txt:
* inspector/debugger/breakpoint-condition-with-bad-script-expected.txt:
* inspector/debugger/breakpoint-condition-with-exception-expected.txt:
* inspector/debugger/breakpoint-scope-expected.txt:
* inspector/debugger/breakpoint-syntax-error-top-level-expected.txt:
* inspector/debugger/breakpoints-disabled-expected.txt:
* inspector/debugger/breakpoints/resolved-dump-all-inline-script-pause-locations-expected.txt:
* inspector/debugger/command-line-api-exception-expected.txt:
* inspector/debugger/command-line-api-exception-nested-catch-expected.txt:
* inspector/debugger/csp-exceptions-expected.txt:
* inspector/debugger/nested-inspectors-expected.txt:
* inspector/debugger/no-pause-out-of-memory-exception-expected.txt:
* inspector/debugger/no-pause-stack-overflow-exception-expected.txt:
* inspector/debugger/pause-for-internal-scripts-expected.txt:
* inspector/debugger/pause-on-assert-expected.txt:
* inspector/debugger/pause-reason-expected.txt:
* inspector/debugger/regress-133182-expected.txt:
* inspector/debugger/setBreakpoint-actions-expected.txt:
* inspector/debugger/setBreakpoint-options-exception-expected.txt:
* inspector/debugger/setPauseOnAssertions-expected.txt:
* inspector/debugger/setPauseOnExceptions-all-expected.txt:
* inspector/debugger/setPauseOnExceptions-none-expected.txt:
* inspector/debugger/setPauseOnExceptions-uncaught-expected.txt:
* inspector/debugger/stepping/stepping-internal-scripts-expected.txt:
* inspector/dom/customElementState-expected.txt:
* inspector/indexeddb/clearObjectStore-expected.txt:
* inspector/indexeddb/deleteDatabaseNamesWithSpace-expected.txt:
* inspector/indexeddb/requestData-expected.txt:
* inspector/indexeddb/requestDatabase-expected.txt:
* inspector/indexeddb/requestDatabaseNames-expected.txt:
* inspector/injected-script/avoid-getter-invocation-expected.txt:
* inspector/injected-script/observable-expected.txt:
* inspector/model/frame-extra-scripts-expected.txt:
* inspector/model/scope-chain-node-expected.txt:
* inspector/page/media-query-list-listener-exception-expected.txt:
* inspector/runtime/CommandLineAPI-inspect-expected.txt:
* inspector/runtime/promise-native-getter-expected.txt:
* inspector/script-profiler/event-type-API-expected.txt:
* inspector/script-profiler/event-type-Microtask-expected.txt:
* inspector/script-profiler/event-type-Other-expected.txt:
* inspector/timeline/setInstruments-programmatic-capture-expected.txt:
* inspector/worker/debugger-pause-expected.txt:
* js/console-expected.txt:
* js/dom/callback-function-with-handle-event-expected.txt:
* js/dom/concat-large-strings-crash-expected.txt:
* js/dom/concat-large-strings-crash2-expected.txt:
* js/dom/console-non-string-values-expected.txt:
* js/dom/exceptions-thrown-in-callbacks-expected.txt:
* js/dom/global-recursion-on-full-stack-expected.txt:
* js/dom/invalid-syntax-for-function-expected.txt:
* js/dom/native-bindings-descriptors-expected.txt:
* js/dom/parse-error-external-script-in-eval-expected.txt:
* js/dom/parse-error-external-script-in-new-Function-expected.txt:
* js/dom/parse-syntax-error-in-initializer-expected.txt:
* js/dom/uncaught-exception-line-number-expected.txt:
* js/kde/garbage-n-expected.txt:
* js/kde/string-1-n-expected.txt:
* js/kde/string-2-n-expected.txt:
* js/promises-tests/promises-tests-2-2-6-expected.txt:
* js/sequence-iterator-protocol-2-expected.txt:
* js/sequence-iterator-protocol-expected.txt:
* loader/meta-refresh-disabled-expected.txt:
* loader/reload-subresource-when-type-changes-expected.txt:
* media/media-source/only-bcp47-language-tags-accepted-as-valid-expected.txt:
* media/track/track-bcp-language-expected.txt:
* media/track/track-long-word-container-sizing-expected.txt:
* media/video-controls-no-scripting-expected.txt:
* pageoverlay/overlay-small-frame-mouse-events-expected.txt:
* performance-api/performance-observer-exception-expected.txt:
* platform/gtk/editing/input/option-page-up-down-expected.txt:
* platform/gtk/editing/input/scroll-viewport-page-up-down-expected.txt:
* platform/gtk/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/gtk/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt:
* platform/gtk/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt:
* platform/gtk/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt:
* platform/gtk/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt:
* platform/gtk/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt:
* platform/gtk/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt:
* platform/gtk/fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt:
* platform/gtk/fast/dynamic/015-expected.txt:
* platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt:
* platform/gtk/fast/events/updateLayoutForHitTest-expected.txt:
* platform/gtk/fast/repaint/reflection-redraw-expected.txt:
* platform/gtk/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/gtk/http/tests/inspector/console-websocket-error-expected.txt:
* platform/gtk/http/tests/navigation/error404-goback-expected.txt:
* platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
* platform/gtk/http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe-expected.txt:
* platform/gtk/http/tests/security/mixedContent/websocket/insecure-websocket-in-main-frame-expected.txt:
* platform/gtk/http/tests/security/module-no-mime-type-expected.txt:
* platform/gtk/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt:
* platform/gtk/http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
* platform/gtk/http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
* platform/gtk/http/tests/websocket/tests/hybi/close-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/errorhandling-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/import/struct-svg-02-f-manual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-001-visual-expected.txt:
* platform/gtk/imported/w3c/web-platform-tests/xhr/setrequestheader-content-type-expected.txt:
* platform/gtk/media/video-controls-no-scripting-expected.txt:
* platform/gtk/plugins/plugin-clip-subframe-expected.txt:
* platform/gtk/plugins/plugin-initiate-popup-window-expected.txt:
* platform/gtk/storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
* platform/gtk/svg/custom/viewbox-syntax-expected.txt:
* platform/gtk/svg/hixie/error/010-expected.txt:
* platform/gtk/svg/hixie/error/011-expected.txt:
* platform/gtk/svg/hixie/error/013-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin-expected.txt:
* platform/ios-simulator/fast/canvas/canvas-crash-expected.txt:
* platform/ios-simulator/fast/canvas/canvas-skia-excessive-size-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/import/struct-svg-02-f-manual-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-001-visual-expected.txt:
* platform/ios-simulator/webgl/2.0.0/conformance/context/context-hidden-alpha-expected.txt:
* platform/ios-simulator/webgl/2.0.0/conformance/extensions/webgl-compressed-texture-pvrtc-expected.txt:
* platform/ios-simulator/webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
* platform/ios-wk1/editing/pasteboard/paste-RTFD-expected.txt:
* platform/ios-wk1/editing/selection/5825350-1-expected.txt:
* platform/ios-wk1/editing/selection/5825350-2-expected.txt:
* platform/ios-wk1/http/tests/quicklook/top-navigation-blocked-expected.txt:
* platform/ios-wk1/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin-expected.txt:
* platform/ios-wk1/tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
* platform/ios-wk2/compositing/iframes/page-cache-layer-tree-expected.txt:
* platform/ios-wk2/editing/execCommand/indent-pre-expected.txt:
* platform/ios-wk2/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/ios-wk2/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/ios-wk2/editing/selection/5825350-1-expected.txt:
* platform/ios-wk2/editing/selection/5825350-2-expected.txt:
* platform/ios-wk2/editing/selection/caret-and-focus-ring-expected.txt:
* platform/ios-wk2/editing/selection/caret-ltr-2-expected.txt:
* platform/ios-wk2/editing/selection/caret-ltr-2-left-expected.txt:
* platform/ios-wk2/editing/selection/caret-ltr-expected.txt:
* platform/ios-wk2/editing/selection/caret-ltr-right-expected.txt:
* platform/ios-wk2/editing/selection/caret-rtl-2-expected.txt:
* platform/ios-wk2/editing/selection/caret-rtl-2-left-expected.txt:
* platform/ios-wk2/editing/selection/caret-rtl-expected.txt:
* platform/ios-wk2/editing/selection/caret-rtl-right-expected.txt:
* platform/ios-wk2/editing/selection/selection-background-expected.txt:
* platform/ios-wk2/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin-expected.txt:
* platform/ios-wk2/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
* platform/ios/editing/pasteboard/onpaste-text-html-expected.txt:
* platform/ios/editing/selection/mixed-editability-10-expected.txt:
* platform/ios/fast/attachment/attachment-select-on-click-expected.txt:
* platform/ios/fast/canvas/canvas-toDataURL-crash-expected.txt:
* platform/ios/fast/canvas/pattern-too-large-to-create-expected.txt:
* platform/ios/fast/dynamic/015-expected.txt:
* platform/ios/fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag-expected.txt:
* platform/ios/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt:
* platform/ios/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/ios/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/ios/http/tests/events/device-orientation-motion-non-secure-context-expected.txt:
* platform/ios/http/tests/navigation/error404-goback-expected.txt:
* platform/ios/http/tests/quicklook/submit-form-blocked-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/custom-elements/reactions/HTMLInputElement-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/persisted-user-state-restoration/scroll-restoration-fragment-scrolling-cross-origin-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/browsers/windows/noreferrer-window-name-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/syntax/parsing-html-fragments/the-input-byte-stream-003-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/html/syntax/parsing-html-fragments/the-input-byte-stream-004-expected.txt:
* platform/ios/imported/w3c/web-platform-tests/xhr/setrequestheader-content-type-expected.txt:
* platform/ios/ios/fast/forms/date-input-decorations-expected.txt:
* platform/ios/ios/fast/loader/subresource-willSendRequest-null-prevents-load-event-expected.txt:
* platform/ios/ios/fast/media/media-no-src-attribute-parsing-expected.txt:
* platform/ios/ios/touch/touch-handler-on-window-expected.txt:
* platform/ios/storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
* platform/ios/svg/custom/viewbox-syntax-expected.txt:
* platform/ios/svg/hixie/error/010-expected.txt:
* platform/ios/svg/hixie/error/011-expected.txt:
* platform/ios/svg/hixie/error/013-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
* platform/ios/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/ios/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/ios/webaudio/audionode-expected.txt:
* platform/ios/webgl/2.0.0/conformance/context/context-hidden-alpha-expected.txt:
* platform/mac-highsierra-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt:
* platform/mac-highsierra/inspector/debugger/async-stack-trace-expected.txt:
* platform/mac-wk1/fast/scrolling/scroll-animator-basic-events-expected.txt:
* platform/mac-wk1/fast/scrolling/scroll-animator-select-list-events-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/access-control-preflight-not-successful-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* platform/mac-wk1/http/tests/xmlhttprequest/sync-xhr-in-unload-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/fetch/api/abort/general-serviceworker.https-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/no_window_open_when_term_nesting_level_nonzero.window-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_allow_downloads.sub.tentative-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_allow_downloads_without_user_activation.sub.tentative-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/url/failure-expected.txt:
* platform/mac-wk1/imported/w3c/web-platform-tests/xhr/late-upload-events-expected.txt:
* platform/mac-wk1/pageoverlay/overlay-small-frame-mouse-events-expected.txt:
* platform/mac-wk2/http/tests/navigation/keyboard-events-during-provisional-navigation-expected.txt:
* platform/mac-wk2/plugins/plugin-clip-subframe-expected.txt:
* platform/mac/fast/AppleScript/001-expected.txt:
* platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt:
* platform/mac/fast/dynamic/015-expected.txt:
* platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac/fast/repaint/reflection-redraw-expected.txt:
* platform/mac/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
* platform/mac/http/tests/navigation/error404-goback-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/import/struct-svg-02-f-manual-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt:
* platform/mac/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-001-visual-expected.txt:
* platform/mac/inspector/debugger/async-stack-trace-expected.txt:
* platform/mac/media/video-controls-no-scripting-expected.txt:
* platform/mac/plugins/plugin-clip-subframe-expected.txt:
* platform/mac/plugins/plugin-initiate-popup-window-expected.txt:
* platform/mac/svg/custom/viewbox-syntax-expected.txt:
* platform/mac/svg/hixie/error/010-expected.txt:
* platform/mac/svg/hixie/error/011-expected.txt:
* platform/mac/svg/hixie/error/013-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/win-future/tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
* platform/win/TestExpectations:
* platform/win/editing/execCommand/indent-pre-expected.txt:
* platform/win/fast/canvas/webgl/angle-instanced-arrays-expected.txt:
* platform/win/fast/canvas/webgl/webgl-draw-buffers-expected.txt:
* platform/win/fast/css/parse-border-image-repeat-null-crash-expected.txt:
* platform/win/fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt:
* platform/win/fast/dynamic/015-expected.txt:
* platform/win/fast/events/ondrop-text-html-expected.txt:
* platform/win/fast/events/panScroll-correct-direction-expected.txt:
* platform/win/fast/events/panScroll-event-fired-expected.txt:
* platform/win/fast/events/panScroll-preventDefault-expected.txt:
* platform/win/fast/events/updateLayoutForHitTest-expected.txt:
* platform/win/fast/forms/input-set-composition-scroll-expected.txt:
* platform/win/fast/ondrop-text-html-expected.txt:
* platform/win/fast/repaint/reflection-redraw-expected.txt:
* platform/win/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/win/fast/xmlhttprequest/xmlhttprequest-multiple-sync-xhr-during-unload-expected.txt:
* platform/win/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/win/http/tests/navigation/error404-goback-expected.txt:
* platform/win/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt:
* platform/win/http/tests/xmlhttprequest/access-control-preflight-not-successful-expected.txt:
* platform/win/http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* platform/win/imported/w3c/web-platform-tests/cors/late-upload-events-expected.txt:
* platform/win/imported/w3c/web-platform-tests/url/failure-expected.txt:
* platform/win/imported/w3c/web-platform-tests/xhr/access-control-and-redirects-expected.txt:
* platform/win/imported/w3c/web-platform-tests/xhr/late-upload-events-expected.txt:
* platform/win/inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
* platform/win/svg/custom/viewbox-syntax-expected.txt:
* platform/win/svg/hixie/error/010-expected.txt:
* platform/win/svg/hixie/error/011-expected.txt:
* platform/win/svg/hixie/error/013-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/win/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/win/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/win/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/win/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/wincairo/editing/execCommand/indent-pre-expected.txt:
* platform/wincairo/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/wincairo/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/wincairo/fast/canvas/webgl/css-webkit-canvas-expected.txt:
* platform/wincairo/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt:
* platform/wincairo/fast/dynamic/015-expected.txt:
* platform/wincairo/fast/events/updateLayoutForHitTest-expected.txt:
* platform/wincairo/fast/repaint/reflection-redraw-expected.txt:
* platform/wincairo/fast/text/crash-complex-text-surrogate-expected.txt:
* platform/wincairo/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/wincairo/media/video-controls-captions-trackmenu-expected.txt:
* platform/wincairo/plugins/netscape-dom-access-expected.txt:
* platform/wincairo/plugins/plugin-initiate-popup-window-expected.txt:
* platform/wincairo/svg/custom/viewbox-syntax-expected.txt:
* platform/wincairo/svg/hixie/error/013-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/wincairo/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/wk2/http/tests/contentextensions/block-everything-unless-domain-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-in-body-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-parent-same-origin-allow-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-ignore-deny-meta-tag-parent-same-origin-deny-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
* platform/wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-css-in-iframe-report-only-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-inherited-policy-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-xslt-document-in-iframe-with-inherited-policy-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-xhr-asynchronous-in-iframe-expected.txt:
* platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-xhr-asynchronous-in-main-frame-expected.txt:
* platform/wk2/http/tests/security/drag-drop-local-file-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-basic-auth-image-allowCrossOriginSubresourcesToAskForCredentials.https-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-css-with-secure-cookies-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-executable-css-with-secure-cookies-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-form-in-main-frame-expected.txt:
* platform/wk2/http/tests/security/mixedContent/insecure-image-redirects-to-basic-auth-secure-image-allowCrossOriginSubresourcesToAskForCredentials-expected.txt:
* platform/wk2/http/tests/security/mixedContent/redirect-https-to-http-image-secure-cookies-block-expected.txt:
* platform/wk2/http/tests/security/mixedContent/redirect-https-to-http-image-secure-cookies-expected.txt:
* platform/wk2/http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
* platform/wk2/http/wpt/cross-origin-window-policy/navigation-from-subframe-via-anchor-target-expected.txt:
* platform/wpe/fast/canvas/webgl/angle-instanced-arrays-expected.txt:
* platform/wpe/fast/canvas/webgl/copy-tex-image-and-sub-image-2d-bad-input-expected.txt:
* platform/wpe/fast/canvas/webgl/drawElements-empty-vertex-data-expected.txt:
* platform/wpe/fast/canvas/webgl/index-validation-with-subsequent-draws-expected.txt:
* platform/wpe/fast/canvas/webgl/oes-texture-half-float-expected.txt:
* platform/wpe/fast/canvas/webgl/vertexAttribPointer-with-bad-offset-expected.txt:
* platform/wpe/fast/canvas/webgl/webgl-draw-buffers-expected.txt:
* platform/wpe/fast/canvas/webgl/webgl-drawarrays-crash-2-expected.txt:
* platform/wpe/fast/canvas/webgl/webgl-drawarrays-crash-expected.txt:
* platform/wpe/fast/dynamic/015-expected.txt:
* platform/wpe/fast/events/updateLayoutForHitTest-expected.txt:
* platform/wpe/fast/overflow/scrollbar-restored-and-then-locked-expected.txt:
* platform/wpe/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/wpe/http/tests/websocket/tests/hybi/close-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/FileAPI/url/sandboxed-iframe-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/encrypted-media/idlharness.https-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/request/request-keepalive-quota-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads.sub.tentative-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/json-module/valid-content-type.tentative-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-18-f-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/paths-data-20-f-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/shapes-polygon-03-t-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-dom-07-f-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/import/struct-svg-02-f-manual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/absolute-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/relative-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/bearing/zero-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/closepath/segment-completing-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/path/error-handling/render-until-error-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/reftests/disabled-shapes-01-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/shapes/scripted/disabled-shapes-not-hit-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/svg/text/visualtests/text-inline-size-001-visual-expected.txt:
* platform/wpe/imported/w3c/web-platform-tests/xhr/setrequestheader-content-type-expected.txt:
* platform/wpe/storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
* platform/wpe/svg/custom/js-font-test-expected.txt:
* platform/wpe/svg/custom/viewbox-syntax-expected.txt:
* platform/wpe/svg/hixie/error/010-expected.txt:
* platform/wpe/svg/hixie/error/011-expected.txt:
* platform/wpe/svg/hixie/error/013-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/wpe/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* plugins/frameset-with-plugin-frame-expected.txt:
* plugins/get-user-agent-with-null-npp-from-npp-new-expected.txt:
* plugins/layout-in-beforeload-listener-affects-plugin-loading-expected.txt:
* plugins/netscape-plugin-map-data-to-src-expected.txt:
* plugins/no-mime-with-valid-extension-expected.txt:
* plugins/npruntime/delete-plugin-within-hasProperty-return-false-expected.txt:
* plugins/npruntime/delete-plugin-within-hasProperty-return-true-expected.txt:
* plugins/npruntime/delete-plugin-within-setProperty-expected.txt:
* plugins/plugin-clip-subframe-expected.txt:
* plugins/unsupported-plugin-with-replacement-in-iframe-crash-expected.txt:
* quicklook/powerpoint-expected.txt:
* quicklook/powerpoint-legacy-expected.txt:
* quicklook/word-expected.txt:
* quicklook/word-legacy-expected.txt:
* security/cannot-read-self-from-file-expected.txt:
* storage/domstorage/localstorage/blocked-file-access-expected.txt:
* storage/domstorage/localstorage/blocked-file-access-permitted-by-quirk-expected.txt:
* storage/domstorage/localstorage/file-can-access-expected.txt:
* storage/domstorage/sessionstorage/blocked-file-access-expected.txt:
* storage/indexeddb/exception-in-event-aborts-expected.txt:
* storage/indexeddb/modern/objectstore-autoincrement-types-expected.txt:
* storage/indexeddb/transaction-error-expected.txt:
* storage/indexeddb/version-change-abort-expected.txt:
* storage/websql/alter-to-info-table-expected.txt:
* storage/websql/change-version-expected.txt:
* storage/websql/change-version-handle-reuse-expected.txt:
* storage/websql/change-version-no-crash-on-preflight-failure-expected.txt:
* storage/websql/close-during-stress-test-expected.txt:
* storage/websql/database-lock-after-reload-expected.txt:
* storage/websql/empty-statement-expected.txt:
* storage/websql/execute-sql-args-expected.txt:
* storage/websql/execute-sql-rowsAffected-expected.txt:
* storage/websql/executesql-accepts-only-one-statement-expected.txt:
* storage/websql/hash-change-with-xhr-expected.txt:
* storage/websql/multiple-databases-garbage-collection-expected.txt:
* storage/websql/multiple-transactions-expected.txt:
* storage/websql/multiple-transactions-on-different-handles-expected.txt:
* storage/websql/null-callbacks-expected.txt:
* storage/websql/open-database-creation-callback-expected.txt:
* storage/websql/open-database-creation-callback-isolated-world-expected.txt:
* storage/websql/open-database-empty-version-expected.txt:
* storage/websql/open-database-expand-quota-expected.txt:
* storage/websql/open-database-over-quota-expected.txt:
* storage/websql/open-database-set-empty-version-expected.txt:
* storage/websql/open-database-while-transaction-in-progress-expected.txt:
* storage/websql/openDatabase-deprecation-expected.txt:
* storage/websql/private-browsing-noread-nowrite-expected.txt:
* storage/websql/read-and-write-transactions-dont-run-together-expected.txt:
* storage/websql/read-transactions-running-concurrently-expected.txt:
* storage/websql/sql-data-types-expected.txt:
* storage/websql/sql-error-codes-expected.txt:
* storage/websql/statement-error-callback-expected.txt:
* storage/websql/statement-error-callback-isolated-world-expected.txt:
* storage/websql/statement-success-callback-isolated-world-expected.txt:
* storage/websql/success-callback-expected.txt:
* storage/websql/success-callback-when-page-defers-loading-expected.txt:
* storage/websql/test-authorizer-expected.txt:
* storage/websql/transaction-callback-exception-crash-expected.txt:
* storage/websql/transaction-callback-isolated-world-expected.txt:
* storage/websql/transaction-database-expand-quota-expected.txt:
* storage/websql/transaction-error-callback-expected.txt:
* storage/websql/transaction-error-callback-isolated-world-expected.txt:
* storage/websql/transaction-prototype-expected.txt:
* storage/websql/transaction-success-callback-isolated-world-expected.txt:
* streams/readable-stream-error-messages-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/writable-stream-abort-expected.txt:
* streams/reference-implementation/writable-stream-expected.txt:
* svg/animations/animate-viewport-overflow-2-expected.txt:
* svg/animations/animate-viewport-overflow-expected.txt:
* svg/as-image/svg-canvas-pattern-with-link-tainted-expected.txt:
* svg/as-image/svg-canvas-svg-with-feimage-with-link-tainted-expected.txt:
* svg/as-image/svg-canvas-svg-with-image-with-link-tainted-expected.txt:
* svg/as-image/svg-canvas-xhtml-tainted-expected.txt:
* svg/css/parse-calc-length-expected.txt:
* svg/css/parse-height-expected.txt:
* svg/css/parse-length-expected.txt:
* svg/custom/createelement-expected.txt:
* svg/custom/getBBox-container-hiddenchild-expected.txt:
* svg/custom/invalid-length-units-expected.txt:
* svg/custom/layout-loop-expected.txt:
* svg/custom/poly-parsing-error-expected.txt:
* svg/custom/polyline-invalid-points-expected.txt:
* svg/custom/polyline-setattribute-points-null-expected.txt:
* svg/custom/svg-parse-overflow-1-expected.txt:
* svg/custom/svg-parse-overflow-2-expected.txt:
* svg/custom/svg-parse-overflow-3-expected.txt:
* svg/custom/svg-parse-overflow-4-expected.txt:
* svg/custom/svg-parse-overflow-5-expected.txt:
* svg/custom/use-nested-missing-target-removed-expected.txt:
* svg/dom/SVGAnimatedEnumeration-case-sensitive-expected.txt:
* svg/dom/fuzz-path-parser-expected.txt:
* svg/dom/path-parser-expected.txt:
* svg/dom/points-parser-expected.txt:
* svg/filters/feBlend-invalid-mode-expected.txt:
* svg/hixie/error/001-expected.txt:
* svg/hixie/error/007-expected.txt:
* svg/hixie/error/010-expected.txt:
* svg/hixie/error/011-expected.txt:
* svg/hixie/error/015-expected.txt:
* svg/in-html/overflow-repaint-expected.txt:
* svg/path-arc-invalid-expected.txt:
* tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
* traversal/moz-bug559526-expected.txt:
* traversal/moz-mutations-3-expected.txt:
* userscripts/document-element-available-at-start-expected.txt:
* userscripts/script-not-run-for-fragments-expected.txt:
* userscripts/script-run-at-start-expected.txt:
* userscripts/user-script-audio-document-expected.txt:
* userscripts/user-script-image-document-expected.txt:
* userscripts/user-script-plugin-document-expected.txt:
* userscripts/user-script-video-document-expected.txt:
* userscripts/window-onerror-for-isolated-world-2-expected.txt:
* webgl/2.0.0/conformance2/buffers/uniform-buffers-expected.txt:
* webgl/2.0.0/conformance2/misc/expando-loss-2-expected.txt:
* webgl/2.0.0/conformance2/rendering/uniform-block-buffer-size-expected.txt:
* webgl/2.0.0/conformance2/state/gl-object-get-calls-expected.txt:
* webgl/many-contexts-access-after-loss-expected.txt:
* webgl/many-contexts-expected.txt:
* webgl/max-active-contexts-console-warning-expected.txt:
* webgl/max-active-contexts-gc-expected.txt:
* webgl/max-active-contexts-oldest-context-lost-expected.txt:
* webgl/max-active-contexts-webglcontextlost-prevent-default-expected.txt:
* workers/wasm-hashset-expected.txt:
* workers/wasm-hashset-many-2-expected.txt:
* workers/wasm-hashset-many-expected.txt:
* workers/wasm-long-compile-expected.txt:
* workers/wasm-long-compile-many-expected.txt:
* workers/wasm-references-expected.txt:
2020-04-10 Jack Lee <shihchieh_lee@apple.com>
ASSERTION FAILED: selection.isRange() in InsertListCommand::doApply
https://bugs.webkit.org/show_bug.cgi?id=210170
<rdar://problem/61410397>
Reviewed by Wenson Hsieh.
Added a regression test for the crash.
* editing/inserting/insert-list-in-table-assert-expected.txt: Added.
* editing/inserting/insert-list-in-table-assert.html: Added.
2020-04-10 Wenson Hsieh <wenson_hsieh@apple.com>
[iOS] Unable to select text by tap-hold or double tap-hold when allowsLinkPreview property is set to NO
https://bugs.webkit.org/show_bug.cgi?id=210191
<rdar://problem/60454016>
Reviewed by Tim Horton.
Add a test to verify that text can be selected by long pressing when link previews are disabled.
* editing/selection/ios/select-text-with-link-preview-disabled-expected.txt: Added.
* editing/selection/ios/select-text-with-link-preview-disabled.html: Added.
2020-04-10 Daniel Bates <dabates@apple.com>
mayContainEditableElementsInRect() can terminate search once the search rect is wholly contained inside a layer
https://bugs.webkit.org/show_bug.cgi?id=210340
Reviewed by Simon Fraser.
Update test and test results. Add "will-transform: transform" to more strongly hint
to the engine to create a compositing layer for the overlapping element in the
composting sub-test.
* editing/editable-region/hit-test-overlap-expected.txt:
* editing/editable-region/hit-test-overlap.html:
2020-04-10 Chris Dumez <cdumez@apple.com>
[ Mac wk1 ] fast/images/animated-gif-restored-from-bfcache.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=206950
<rdar://problem/58998008>
Reviewed by Alex Christensen.
Make sure the test calls testRunner.waitUntilDone() synchronously when loaded instead
of doing it later on only when returning from the back/forward cache. Also, trigger
the navigation in a setTimeout(0) in the load event and rely on the
page-cache-helper.html like other back/forward cache tests do.
* fast/images/animated-gif-restored-from-bfcache.html:
* platform/mac-wk1/TestExpectations:
2020-04-10 Simon Fraser <simon.fraser@apple.com>
fast/scrolling/latching/iframe-latch-small-deltas.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=210348
Mark this test flakey while I investigate.
* platform/mac-wk2/TestExpectations:
2020-04-10 Jason Lawrence <lawrence.j@apple.com>
[ Mac wk2 Debug ] media/modern-media-controls/media-controller/media-controller-auto-hide.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=210349
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2020-04-10 Jason Lawrence <lawrence.j@apple.com>
REGRESSION: [ MacOS WK1 & iOS ] Layout Tests in media/media-fragments/ are flaky
https://bugs.webkit.org/show_bug.cgi?id=187557
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2020-04-10 Keith Miller <keith_miller@apple.com>
Fix failing legacy CSP tests by converting them to modern tests instead.
https://bugs.webkit.org/show_bug.cgi?id=210310
Reviewed by Daniel Bates.
Convert these tests from verifying the (now removed) X-WebKit-CSP
header to the modern Content-Security-Policy header. Since we
don't have equivalent tests for the modern CSP header and it's not
very useful to have tons of tests for a feature we no longer
support.
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-allowed.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-blocked.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-default-ignored.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-allowed.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-get-blocked.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-javascript-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-javascript-blocked.html:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html:
2020-04-10 Antti Koivisto <antti@apple.com>
[CSS Shadow Parts] Bad style sharing between sibling elements with different part attributes
https://bugs.webkit.org/show_bug.cgi?id=210249
<rdar://problem/61547528>
Reviewed by Daniel Bates.
* fast/css/shadow-parts/shadow-part-style-sharing-expected.html: Added.
* fast/css/shadow-parts/shadow-part-style-sharing.html: Added.
2020-04-10 Diego Pino Garcia <dpino@igalia.com>
[GTK] Gardening, update TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=210339
Unreviewed gardening.
Added new entry for test failing since added. Also move flaky failures
to the flaky failures section.
* platform/gtk/TestExpectations:
== Rolled over to ChangeLog-2020-04-10 ==