haikuwebkit/LayoutTests/ChangeLog-2015-11-21

80783 lines
4.6 MiB
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2015-11-20 Andreas Kling <akling@apple.com>
REGRESSION(r192536): Null pointer dereference in JSPropertyNameEnumerator::visitChildren().
<https://webkit.org/b/151495>
Reviewed by Mark Lam.
* js/property-name-enumerator-gc-151495.html: Added.
* js/property-name-enumerator-gc-151495-expected.txt: Added.
* js/script-tests/property-name-enumerator-gc-151495.js: Added.
2015-11-20 Brady Eidson <beidson@apple.com>
Modern IDB: After versionchange transactions complete, fire onsuccess on the original IDBOpenDBRequest
https://bugs.webkit.org/show_bug.cgi?id=151522
Reviewed by Alex Christensen.
* storage/indexeddb/modern/deletedatabase-1-expected.txt:
* storage/indexeddb/modern/deletedatabase-1.html:
* storage/indexeddb/modern/deletedatabase-2-expected.txt:
* storage/indexeddb/modern/deletedatabase-2.html:
* storage/indexeddb/modern/opendatabase-success-after-versionchange-expected.txt: Added.
* storage/indexeddb/modern/opendatabase-success-after-versionchange.html: Added.
* storage/indexeddb/modern/opendatabase-versions-expected.txt:
* storage/indexeddb/modern/opendatabase-versions.html:
* storage/indexeddb/modern/versionchange-event-expected.txt:
* storage/indexeddb/modern/versionchange-event.html:
2015-11-20 Chris Dumez <cdumez@apple.com>
Unreviewed, mark fast/replaced/replaced-breaking.html as failing on ElCapitan-wk1.
The test gives a slightly different output of this configuration only
and I don't think we can have platform-specific test expectations for
this particular configuration.
* platform/mac-wk1/TestExpectations:
2015-11-20 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r192139.
https://bugs.webkit.org/show_bug.cgi?id=151525
as it may cause WKTR to crash when the Flash plugin is
installed (Requested by cdumez on #webkit).
Reverted changeset:
"Unreviewed gardening, update fast/replaced/replaced-
breaking.html"
http://trac.webkit.org/changeset/192139
2015-11-20 Brady Eidson <beidson@apple.com>
Modern IDB: In the VersionChangeEvent for delete database calls, oldVersion should be null instead of 0.
https://bugs.webkit.org/show_bug.cgi?id=151481
Reviewed by Sam Weinig.
* storage/indexeddb/modern/deletedatabase-1-expected.txt:
* storage/indexeddb/modern/deletedatabase-2-expected.txt:
2015-11-20 Chris Dumez <cdumez@apple.com>
Caching of properties on objects that have named property getters is sometimes incorrect
https://bugs.webkit.org/show_bug.cgi?id=151453
<rdar://problem/23049343>
Reviewed by Gavin Barraclough.
Add layout test to make sure caching does not cause NamedNodeMap's
named property getter to sometimes wrongly report a property as
missing.
* fast/dom/NamedNodeMap-named-getter-caching-expected.txt: Added.
* fast/dom/NamedNodeMap-named-getter-caching.html: Added.
2015-11-20 Zalan Bujtas <zalan@apple.com>
Simple line layout: Add text-indent support.
https://bugs.webkit.org/show_bug.cgi?id=151472
Reviewed by Simon Fraser.
This enables us to use simple line layout on text-indent content.
* fast/text/simple-line-text-indent-expected.html: Added.
* fast/text/simple-line-text-indent.html: Added.
2015-11-20 Brady Eidson <beidson@apple.com>
Modern IDB: IDBFactory.deleteDatabase() support.
https://bugs.webkit.org/show_bug.cgi?id=151456
Reviewed by Alex Christensen.
* storage/indexeddb/modern/deletedatabase-1-expected.txt: Added.
* storage/indexeddb/modern/deletedatabase-1.html: Added.
* storage/indexeddb/modern/deletedatabase-2-expected.txt: Added.
* storage/indexeddb/modern/deletedatabase-2.html: Added.
* storage/indexeddb/modern/deletedatabase-request-event-expected.txt:
* storage/indexeddb/modern/deletedatabase-request-event.html:
2015-11-20 Brady Eidson <beidson@apple.com>
Modern IDB: Get IDBRequest.readyState right.
https://bugs.webkit.org/show_bug.cgi?id=151484
Reviewed by Alex Christensen.
* storage/indexeddb/modern/request-readystate-expected.txt: Added.
* storage/indexeddb/modern/request-readystate.html: Added.
2015-11-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
Changing some imported/w3c/web-platform-tests/html/semantics expectations from Timeout/Failure to Pass
https://bugs.webkit.org/show_bug.cgi?id=151492
Unreviewed.
* TestExpectations: Removing timeout/failure expectations.
* platform/efl/TestExpectations: Removing no longer needed pass expectation.
2015-11-20 David Kilzer <ddkilzer@apple.com>
Unskip mediastream tests after crash was fixed
<https://bugs.webkit.org/show_bug.cgi?id=151353>
* platform/mac/TestExpectations: Bug 151462 fixed the crash, so
unskip the tests again.
2015-11-19 Adam Bergkvist <adam.bergkvist@ericsson.com>
WebRTC: Initial testing of updated RTCPeerConnection API
https://bugs.webkit.org/show_bug.cgi?id=151304
Reviewed by Eric Carlson.
Unskip two previously crashing tests.
fast/mediastream/RTCPeerConnection-overloaded-operations.html
fast/mediastream/RTCPeerConnection-overloaded-operations-params.html
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-11-19 Saam barati <sbarati@apple.com>
[ES6] Add support for rest parameters
https://bugs.webkit.org/show_bug.cgi?id=38408
Reviewed by Geoffrey Garen.
* js/parser-syntax-check-expected.txt:
* js/script-tests/parser-syntax-check.js:
(catch):
2015-11-19 Ryan Haddad <ryanhaddad@apple.com>
Marking imported/w3c/html-templates/parsing-html-templates/creating-an-element-for-the-token/template-owner-document.html as flaky crasher
https://bugs.webkit.org/show_bug.cgi?id=151469
Unreviewed test gardening.
* platform/mac/TestExpectations:
2015-11-19 Ryan Haddad <ryanhaddad@apple.com>
Skip more mediastream tests that crash when painting a mock video source.
https://bugs.webkit.org/show_bug.cgi?id=151353
Unreviewed test gardening.
* platform/mac/TestExpectations:
2015-11-19 Mark Lam <mark.lam@apple.com>
js/regress/script-tests/ftl-object-sub.js needs more iterations for benchmarking.
https://bugs.webkit.org/show_bug.cgi?id=151411
Reviewed by Filip Pizlo.
Previously, in r192392, I reduced the test iteration count to make the layout
test happy and not time out. Unfortunately, this defeats the use of this test
for benchmarking. I've changed it to now use different iteration counts
depending on who is running it. run-jsc-stress-tests is fine with the higher
iteration count.
Since this test is slow and only meant to test the FTL, I also changed the run
configuration to be runFTLNoCJIT to minimize the slowness hit when running jsc
stress tests.
* js/regress/script-tests/ftl-object-sub.js:
2015-11-19 Zalan Bujtas <zalan@apple.com>
Simple line layout: Add word-spacing support.
https://bugs.webkit.org/show_bug.cgi?id=151420
Reviewed by Antti Koivisto.
Some rebaselining is needed since inline box layout does not compute text run width properly (see webkit.org/b/151452)
* fast/text/simple-line-wordspacing-expected.html: Added.
* fast/text/simple-line-wordspacing.html: Added.
* platform/mac/css1/text_properties/word_spacing-expected.txt:
* platform/mac/fast/css/word-space-extra-expected.txt:
* platform/mac/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/mac/fast/text/atsui-spacing-features-expected.txt:
* platform/mac/fast/text/basic/004-expected.txt:
* platform/mac/fast/text/basic/005-expected.txt:
* platform/mac/fast/text/word-space-expected.txt:
* platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt:
2015-11-19 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/indexeddb/modern/cursor-4.html as flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=151448
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-11-19 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/indexeddb/modern/cursor-3.html as flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=151448
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-11-19 Ryan Haddad <ryanhaddad@apple.com>
Skip 4 more mediastream tests that crash when painting a mock video source.
https://bugs.webkit.org/show_bug.cgi?id=151353
Unreviewed test gardening
* platform/mac/TestExpectations:
2015-11-19 Ryan Haddad <ryanhaddad@apple.com>
Broadening scope of failure expectation for http/tests/navigation/forward-and-cancel.html on Mac
https://bugs.webkit.org/show_bug.cgi?id=140217
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-11-19 Ryan Haddad <ryanhaddad@apple.com>
Marking http/tests/xmlhttprequest/workers/methods-async.html as flaky on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=151455
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2015-11-19 Brady Eidson <beidson@apple.com>
Modern IDB: IDBObjectStore.deleteIndex() support.
https://bugs.webkit.org/show_bug.cgi?id=150911
Reviewed by Alex Christensen.
* storage/indexeddb/modern/deleteindex-1-expected.txt: Added.
* storage/indexeddb/modern/deleteindex-1.html: Added.
* storage/indexeddb/modern/deleteindex-2-expected.txt: Added.
* storage/indexeddb/modern/deleteindex-2.html: Added.
* storage/indexeddb/modern/index-get-count-failures.html:
2015-11-19 Brian Burg <bburg@apple.com>
REGRESSION(r8780): Backwards delete by word incorrectly appends deleted text to kill ring, should be prepend
https://bugs.webkit.org/show_bug.cgi?id=151300
Reviewed by Darin Adler.
* editing/pasteboard/emacs-killring-alternating-append-prepend-expected.txt: Added.
* editing/pasteboard/emacs-killring-alternating-append-prepend.html: Added.
* editing/pasteboard/emacs-killring-backward-delete-prepend-expected.txt: Added.
* editing/pasteboard/emacs-killring-backward-delete-prepend.html: Added.
2015-11-19 Myles C. Maxfield <mmaxfield@apple.com>
Tatechuyoko in ruby sits too high
https://bugs.webkit.org/show_bug.cgi?id=151309
<rdar://problem/23536621>
Reviewed by Darin Adler.
* fast/text/resources/tatechuyoko.svg: Added.
* fast/text/text-combine-placement-expected.html: Added.
* fast/text/text-combine-placement.html: Added.
2015-11-19 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/indexeddb/modern/aborted-put.html as flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=151389
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-11-19 Youenn Fablet <youenn.fablet@crf.canon.fr>
explicit_timeout should be false when testharness test is run in browser
https://bugs.webkit.org/show_bug.cgi?id=151382
Reviewed by Darin Adler.
* resources/testharnessreport.js:
2015-11-19 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r192622.
https://bugs.webkit.org/show_bug.cgi?id=151446
This test is failing on multiple mac testers (Requested by
ryanhaddad on #webkit).
Reverted changeset:
"Add a test for media control dropoff"
https://bugs.webkit.org/show_bug.cgi?id=151287
http://trac.webkit.org/changeset/192622
2015-11-19 David Kilzer <ddkilzer@apple.com>
Skip more mediastream tests that crash when painting a mock video source.
Fix covered by: <https://bugs.webkit.org/show_bug.cgi?id=151353>
* platform/mac/TestExpectations: Skip:
- fast/mediastream/delayed-permission-denied.html
- fast/mediastream/MediaStreamTrack-kind.html
- fast/mediastream/RTCPeerConnection-overloaded-operations.html
2015-11-19 Jon Lee <jonlee@apple.com>
Add a test for media control dropoff
https://bugs.webkit.org/show_bug.cgi?id=151287
rdar://problem/23544666
Reviewed by Dean Jackson.
The test takes a video element and resizes it to multiple widths. It
checks for the existence of the dropped or hidden class on each of the
media controls. The tests are run twice; once with wireless target
availability, and once without. If the platform does not support wireless
playback, it only goes through the tests once.
Test assumes that setMockMediaPlaybackTargetPickerEnabled is set to true at the beginning
of the test.
* media/controls/controls-test-helpers.js:
(ControlsTest.prototype.setup): Create the console box first before
checking to see the testRunner is available so that the failure
message appears when trying to run the test manually.
* media/controls/inline-elements-dropoff-order-expected.txt: Added.
* media/controls/inline-elements-dropoff-order.html: Added.
* platform/mac-mavericks/media/controls/inline-elements-dropoff-order-expected.txt: Added.
* platform/mac-yosemite/media/controls/inline-elements-dropoff-order-expected.txt: Added.
2015-11-19 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Implement IsReadableStreamDisturbed according to spec
https://bugs.webkit.org/show_bug.cgi?id=151356
Reviewed by Darin Adler.
* streams/reference-implementation/abstract-ops-expected.txt: Updated expectations.
* streams/reference-implementation/abstract-ops.html: Use internals to export IsReadableStreamDisturbed to the
tests.
2015-11-19 Brady Eidson <beidson@apple.com>
Modern IDB: Populate indexes created in object stores that already have records.
https://bugs.webkit.org/show_bug.cgi?id=151421
Reviewed by Alex Christensen.
* storage/indexeddb/modern/index-4-expected.txt: Added.
* storage/indexeddb/modern/index-4.html: Added.
* storage/indexeddb/modern/index-5-expected.txt: Added.
* storage/indexeddb/modern/index-5.html: Added.
2015-11-18 Brian Burg <bburg@apple.com>
Web Inspector: Storage tab shouldn't hide cookies for .example.com when inspected page is foo.bar.example.com
https://bugs.webkit.org/show_bug.cgi?id=151408
Reviewed by Timothy Hatcher.
* inspector/page/filter-cookies-for-domain-expected.txt: Added.
* inspector/page/filter-cookies-for-domain.html: Added.
2015-11-18 Brady Eidson <beidson@apple.com>
Modern IDB:Make in-memory Index cursors work.
https://bugs.webkit.org/show_bug.cgi?id=151278
Reviewed by Alex Christensen.
* storage/indexeddb/modern/cursor-1-expected.txt:
* storage/indexeddb/modern/index-cursor-1-expected.txt: Added.
* storage/indexeddb/modern/index-cursor-1.html: Added.
* storage/indexeddb/modern/index-cursor-2-expected.txt: Added.
* storage/indexeddb/modern/index-cursor-2.html: Added.
* storage/indexeddb/modern/index-cursor-3-expected.txt: Added.
* storage/indexeddb/modern/index-cursor-3.html: Added.
2015-11-18 Antti Koivisto <antti@apple.com>
Assertion failure in RenderTreePosition::computeNextSibling
https://bugs.webkit.org/show_bug.cgi?id=151337
rdar://problem/23250075
Reviewed by Zalan Bujtas.
Test case by Pranjal Jumde.
* fast/html/details-mathml-crash-expected.txt: Added.
* fast/html/details-mathml-crash.html: Added.
2015-11-18 Jiewen Tan <jiewen_tan@apple.com>
[WK1] Crash loading Blink layout test fast/dom/Window/property-access-on-cached-window-after-frame-removed.html
https://bugs.webkit.org/show_bug.cgi?id=150198
<rdar://problem/23136026>
Reviewed by Brent Fulgham.
* fast/dom/Window/666869-expected.txt: Added.
* fast/dom/Window/666869.html: Added.
Test case is from Mozilla.
* fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt: Added.
* fast/dom/Window/property-access-on-cached-window-after-frame-removed.html: Added.
* fast/dom/Window/resources/window-property-collector.js: Added.
(collectProperties):
(emitExpectedResult):
(collectPropertiesHelper):
Test case is from Blink r168256:
https://codereview.chromium.org/131113003
* platform/mac-wk2/TestExpectations:
2015-11-18 Eric Carlson <eric.carlson@apple.com>
MediaStream: Implement MediaDevices.getSupportedConstraints
https://bugs.webkit.org/show_bug.cgi?id=151394
Reviewed by Brent Fulgham.
* fast/mediastream/MediaDevices-getSupportedConstraints-expected.txt: Added.
* fast/mediastream/MediaDevices-getSupportedConstraints.html: Added.
2015-11-18 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Client Blocked Resource Requests causes Crash under InspectorPageAgent::cachedResource
https://bugs.webkit.org/show_bug.cgi?id=151398
Reviewed by Brian Burg.
* inspector/network/client-blocked-load-expected.txt: Added.
* inspector/network/client-blocked-load.html: Added.
2015-11-18 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, skip additional mediastream tests that crash when painting a mock video source.
These tests were not skipped previously because the crashes are timing-dependent and do not
always reproduce. See https://bugs.webkit.org/show_bug.cgi?id=151353 for more details.
* platform/mac/TestExpectations:
2015-11-18 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, skip remaining mediastream tests that crash when painting a mock video source.
* platform/mac/TestExpectations:
2015-11-18 Ryan Haddad <ryanhaddad@apple.com>
Marking two new mediastream/RTCPeerConnection tests as crashing on debug during investigation.
https://bugs.webkit.org/show_bug.cgi?id=151304
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2015-11-18 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/indexeddb/modern/aborted-put.html as flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=151389
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-11-18 Adam Bergkvist <adam.bergkvist@ericsson.com>
WebRTC: Initial testing of updated RTCPeerConnection API
https://bugs.webkit.org/show_bug.cgi?id=151304
Reviewed by Eric Carlson.
Add two new tests and unskip three old ones (details below).
* fast/mediastream/RTCPeerConnection-overloaded-operations-expected.txt: Added.
* fast/mediastream/RTCPeerConnection-overloaded-operations-params-expected.txt: Added.
* fast/mediastream/RTCPeerConnection-overloaded-operations-params.html: Added.
Feeds some good but mostly bad input to the overloaded operations to verify JS built-ins
argument checking.
* fast/mediastream/RTCPeerConnection-overloaded-operations.html: Added.
Verifies that the correct overloaded operation is invoked. For examaple, createOffer()
without arguments should invoke the promise based function, but the same operation with
two function arguments should invoke the legacy callback version.
* platform/gtk/TestExpectations:
Unskip fast/mediastream/RTCIceCandidate.html, fast/mediastream/RTCPeerConnection.html
and fast/mediastream/RTCSessionDescription.html.
2015-11-18 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] inline margins not honored when not using stretch in row-axis alignment
https://bugs.webkit.org/show_bug.cgi?id=151323
Reviewed by Sergio Villar Senin.
Tests to verify that margins are computed properly on grid items
using an alignment value different than stretch or when min-width
is auto.
* fast/css-grid-layout/grid-item-auto-sized-align-justify-margin-border-padding-expected.txt: Added.
* fast/css-grid-layout/grid-item-auto-sized-align-justify-margin-border-padding.html: Added.
* fast/css-grid-layout/min-width-height-auto-and-margins-expected.txt: Added.
* fast/css-grid-layout/min-width-height-auto-and-margins.html: Added.
2015-11-18 Adam Bergkvist <adam.bergkvist@ericsson.com>
WebRTC: [GTK] Skip failing MediaStream tests
https://bugs.webkit.org/show_bug.cgi?id=151360
Reviewed by Eric Carlson.
* platform/gtk/TestExpectations:
Two tests skipped. Awaits resolution of https://webkit.org/b/151344.
2015-11-18 Aaron Chu <arona.chu@gmail.com>
AX: Shadow DOM video player controls menus need aria-owns on the trigger buttons
https://bugs.webkit.org/show_bug.cgi?id=127065
Reviewed by Darin Adler.
* media/accessibility-closed-captions-has-aria-owns-expected.txt: Added.
* media/accessibility-closed-captions-has-aria-owns.html: Added.
2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
Null dereference loading Blink layout test editing/execCommand/indent-button-crash.html
https://bugs.webkit.org/show_bug.cgi?id=151187
Reviewed by Darin Adler.
Unskip the test.
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-11-17 Zalan Bujtas <zalan@apple.com>
Simple line layout: Add letter-spacing support.
https://bugs.webkit.org/show_bug.cgi?id=151362
Reviewed by Antti Koivisto.
This enables us to use simple line layout on letter-spacing content.
(fixme: webkit.org/b/151368 -> Repaint rect is not computed correctly when negative letter-spacing applied)
* fast/text/simple-line-letterspacing-expected.html: Added.
* fast/text/simple-line-letterspacing.html: Added.
2015-11-17 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/indexeddb/modern/get-index-failures.html as flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=151364
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-11-17 Brady Eidson <beidson@apple.com>
Modern IDB: Support IDBObjectStore.indexNames.
https://bugs.webkit.org/show_bug.cgi?id=151341
Reviewed by Alex Christensen.
* storage/indexeddb/modern/objectstore-attributes-expected.txt:
* storage/indexeddb/modern/objectstore-attributes.html:
2015-11-17 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, skip crashing mediastream tests
Tests in fast/mediastream/ that attempt to render mock video source frames crash due to
use-after-free. https://bugs.webkit.org/show_bug.cgi?id=151353 tracks these crashes.
* platform/mac/TestExpectations:
2015-11-17 Brent Fulgham <bfulgham@apple.com>
[WK1] Mark test failure to get bots green after r192499
https://bugs.webkit.org/show_bug.cgi?id=151055
* webgl/1.0.3/151055_asan.html: Mark webgl/1.0.3/151055_asan.html as failing.
2015-11-17 Sergio Villar Senin <svillar@igalia.com>
ASSERTION FAILED: contentSize >= 0 in WebCore::RenderFlexibleBox::adjustChildSizeForMinAndMax
https://bugs.webkit.org/show_bug.cgi?id=151025
Reviewed by Darin Adler.
* css3/flexbox/negative-margins-assert-expected.txt: Added.
* css3/flexbox/negative-margins-assert.html: Added.
2015-11-17 Sergio Villar Senin <svillar@igalia.com>
[css-grid] Fix alignment with gutters and negative free spaces
https://bugs.webkit.org/show_bug.cgi?id=151307
Reviewed by Zalan Bujtas.
* fast/css-grid-layout/grid-gutters-and-alignment-expected.txt:
* fast/css-grid-layout/grid-gutters-and-alignment.html:
2015-11-17 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL Gardening on 16th Nov.
https://bugs.webkit.org/show_bug.cgi?id=151339
* platform/efl/fast/text/decorations-with-text-combine-expected.txt:
* platform/efl/fast/text/international/text-combine-image-test-expected.txt:
* platform/efl/fast/text/mark-matches-overflow-clip-expected.txt: Added.
* platform/efl/fast/text/text-combine-shrink-on-color-change-expected.txt: Added.
2015-11-16 Eric Carlson <eric.carlson@apple.com>
[MediaStream] VideoTrack should respond to MediaStreamTrack state changes
https://bugs.webkit.org/show_bug.cgi?id=151299
Reviewed by Jer Noble.
* fast/mediastream/MediaStream-video-element-expected.txt:
* fast/mediastream/MediaStream-video-element-track-stop-expected.txt: Added.
* fast/mediastream/MediaStream-video-element-track-stop.html: Added.
* fast/mediastream/MediaStream-video-element.html:
* platform/gtk/TestExpectations: Skip new test.
* platform/ios-simulator/TestExpectations: Ditto.
* platform/mac-wk2/TestExpectations: Ditto.
* platform/win/TestExpectations: Ditto.
2015-11-16 Pranjal Jumde <pjumde@apple.com>
Checks for buffer-overflows when reading characters from textRun
https://bugs.webkit.org/attachment.cgi?bugid=151055
<rdar://problem/23251789>
Reviewed by Brent Fulgham.
* webgl/1.0.3/151055_asan-expected.txt
* webgl/1.0.3/151055_asan.html
2015-11-16 Brady Eidson <beidson@apple.com>
Modern IDB:Make in-memory ObjectStore cursors work.
https://bugs.webkit.org/show_bug.cgi?id=151196
Reviewed by Darin Adler.
* storage/indexeddb/modern/cursor-1-expected.txt:
* storage/indexeddb/modern/cursor-2-expected.txt: Added.
* storage/indexeddb/modern/cursor-2.html: Added.
* storage/indexeddb/modern/cursor-3-expected.txt: Added.
* storage/indexeddb/modern/cursor-3.html: Added.
* storage/indexeddb/modern/cursor-4-expected.txt: Added.
* storage/indexeddb/modern/cursor-4.html: Added.
* storage/indexeddb/modern/cursor-5-expected.txt: Added.
* storage/indexeddb/modern/cursor-5.html: Added.
* storage/indexeddb/modern/cursor-6-expected.txt: Added.
* storage/indexeddb/modern/cursor-6.html: Added.
* storage/indexeddb/modern/cursor-7-expected.txt: Added.
* storage/indexeddb/modern/cursor-7.html: Added.
* storage/indexeddb/modern/cursor-8-expected.txt: Added.
* storage/indexeddb/modern/cursor-8.html: Added.
* storage/indexeddb/modern/objectstore-cursor-advance-failures-expected.txt: Added.
* storage/indexeddb/modern/objectstore-cursor-advance-failures.html: Added.
* storage/indexeddb/modern/objectstore-cursor-continue-failures-expected.txt: Added.
* storage/indexeddb/modern/objectstore-cursor-continue-failures.html: Added.
2015-11-16 Ryan Haddad <ryanhaddad@apple.com>
Removed Yosemite modifier for flaky test http/tests/media/video-preload.html
https://bugs.webkit.org/show_bug.cgi?id=141084
Unreviewed test gardening.
* platform/mac/TestExpectations:
2015-11-16 Ryan Haddad <ryanhaddad@apple.com>
Marking webarchive/loading/missing-data.html as flaky due to intermittent crashes.
https://bugs.webkit.org/show_bug.cgi?id=151326
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2015-11-16 Wenson Hsieh <wenson_hsieh@apple.com>
Enable passing tests in LayoutTests/fast/mediastream
https://bugs.webkit.org/show_bug.cgi?id=151311
Reviewed by Eric Carlson.
Mark LayoutTests/fast/mediastream as passing by default, and skip only the tests that currently
fail. Also unprefixes some tests that fail due to invoking the webkitMediaStream constructor
rather than MediaStream. As we implement more functionality in the Media Stream and Capture
spec, we will remove entries from the fast/mediastream section under Mac TestExpectations.
* fast/events/constructors/media-stream-event-constructor.html:
* fast/mediastream/MediaStream-add-ended-tracks.html:
* fast/mediastream/MediaStream-add-tracks-to-inactive-stream.html:
* fast/mediastream/MediaStream-construct-with-ended-tracks.html:
* fast/mediastream/MediaStreamConstructor-expected.txt:
* fast/mediastream/MediaStreamConstructor.html:
* fast/mediastream/MediaStreamTrack-onended.html:
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2015-11-16 Jiewen Tan <jiewen_tan@apple.com>
Null-pointer dereference in WebCore::firstEditablePositionAfterPositionInRoot
https://bugs.webkit.org/show_bug.cgi?id=151288
<rdar://problem/23450367>
Reviewed by Darin Adler.
* editing/execCommand/justify-right-then-indent-with-problematic-body-expected.txt: Added.
* editing/execCommand/justify-right-then-indent-with-problematic-body.html: Added.
* editing/execCommand/justify-right-with-problematic-body-expected.txt: Added.
* editing/execCommand/justify-right-with-problematic-body.html: Added.
2015-11-16 Ryan Haddad <ryanhaddad@apple.com>
Rebaselining LayoutTest js/dom/global-constructors-attributes on Mac
https://bugs.webkit.org/show_bug.cgi?id=150166
Unreviewed test gardening.
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-11-16 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Update the implementation up to spec of Nov 11 2015
https://bugs.webkit.org/show_bug.cgi?id=151195
Reviewed by Youenn Fablet.
Updated expectations.
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/readable-stream-templated.html:
2015-11-15 Adam Bergkvist <adam.bergkvist@ericsson.com>
WebRTC: Update RTCPeerConnection API and introduce PeerConnectionBackend
https://bugs.webkit.org/show_bug.cgi?id=150166
Reviewed by Eric Carlson and Youenn Fablet
Updated expected results (listed below) with the new types added by
this change (RTCRtpSender, RTCRtpReceiver and RTCTrackEvent).
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
2015-11-15 Youenn Fablet <youenn.fablet@crf.canon.fr>
WebKit should not need to modify testharness.js
https://bugs.webkit.org/show_bug.cgi?id=151262
Reviewed by Darin Adler.
* resources/testharness.js: Resetting global testharness.js timeout values to the default ones.
* resources/testharnessreport.js: Disabling global testharness.js timeout.
2015-11-14 Michael Saboff <msaboff@apple.com>
REGRESSION (r190370): CrashTracer: [USER] com.apple.WebKit.WebContent at com.apple.JavaScriptCore: JSC::JITCode::execute + 158
https://bugs.webkit.org/show_bug.cgi?id=151279
Reviewed by Geoffrey Garen.
New regression test.
* js/regress-151279-expected.txt: Added.
* js/regress-151279.html: Added.
* js/script-tests/regress-151279.js: Added.
2015-11-14 Nan Wang <n_wang@apple.com>
AX: add a new trait for elements in fieldset on iOS
https://bugs.webkit.org/show_bug.cgi?id=151281
Reviewed by Chris Fleizach.
* accessibility/ios-simulator/fieldset-traits-expected.txt: Added.
* accessibility/ios-simulator/fieldset-traits.html: Added.
2015-11-13 Zalan Bujtas <zalan@apple.com>
Always render at least a device pixel line when border/outline width > 0.
https://bugs.webkit.org/show_bug.cgi?id=151269
This matches Firefox behaviour.
Reviewed by Simon Fraser.
* fast/borders/hidpi-border-width-flooring-expected.html:
* fast/borders/hidpi-border-width-flooring.html:
2015-11-13 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] GTK gardening.
Unreviewed.
* platform/gtk/TestExpectations: Update the expectation for a renamed
test and mark as failing some of the tests from imported/blink.
2015-11-13 Jiewen Tan <jiewen_tan@apple.com>
Element::focus() should acquire the ownership of Frame.
https://bugs.webkit.org/show_bug.cgi?id=150204
<rdar://problem/23136794>
Reviewed by Brent Fulgham.
* editing/selection/focus-iframe-removal-crash-expected.txt: Added.
* editing/selection/focus-iframe-removal-crash.html: Added.
2015-11-13 Tim Horton <timothy_horton@apple.com>
Hardware keyboard spacebar scrolls too far on iOS
https://bugs.webkit.org/show_bug.cgi?id=151227
<rdar://problem/23500681>
Reviewed by Simon Fraser.
* fast/events/ios/keyboard-scrolling-distance-expected.txt: Added.
* fast/events/ios/keyboard-scrolling-distance.html: Added.
Add a test that records how much we scroll when pressing the spacebar.
The test is at a fixed scale of 1.5 to expose the bug fixed by this patch.
2015-11-13 Ryan Haddad <ryanhaddad@apple.com>
Removing a deleted test from mac-wk2 test expectations.
https://bugs.webkit.org/show_bug.cgi?id=151103
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2015-11-13 Sergio Villar Senin <svillar@igalia.com>
[css-grid] Fix swap-lines-if-start-is-further-endward-than-end-line.html
https://bugs.webkit.org/show_bug.cgi?id=151257
Reviewed by Mario Sanchez Prada.
I forgot to add a link to resources/grid.css stylesheet when I
added this test so it was not actually testing Grid Layout
code.
* fast/css-grid-layout/swap-lines-if-start-is-further-endward-than-end-line-expected.html:
* fast/css-grid-layout/swap-lines-if-start-is-further-endward-than-end-line.html:
2015-11-13 Sergio Villar Senin <svillar@igalia.com>
ASSERTION FAILED: m_isEngaged in WTF::Optional::value
https://bugs.webkit.org/show_bug.cgi?id=151094
Reviewed by Darin Adler.
* css3/flexbox/inline-flex-percentage-height-in-table-crash-expected.txt: Added.
* css3/flexbox/inline-flex-percentage-height-in-table-crash.html: Added.
2015-11-12 Brady Eidson <beidson@apple.com>
Modern IDB: Pipe through cursor functions from client to server.
https://bugs.webkit.org/show_bug.cgi?id=151197
Reviewed by Alex Christensen.
* storage/indexeddb/modern/cursor-1-expected.txt: Added.
* storage/indexeddb/modern/cursor-1.html: Added.
* storage/indexeddb/modern/opencursor-failures-expected.txt: Added.
* storage/indexeddb/modern/opencursor-failures.html: Added.
2015-11-12 Mark Lam <mark.lam@apple.com>
Layout Test js/regress/ftl-object-sub.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=150730
Reviewed by Benjamin Poulain.
Shorten test time by 10x. Looks like we don't need it to run that long
after all. This should fix the timeouts. Also undid the test expectations.
* TestExpectations:
* js/regress/script-tests/ftl-object-sub.js:
(foo):
2015-11-12 Zalan Bujtas <zalan@apple.com>
Ignore visited background color when deciding if the input renderer needs to be painted natively.
https://bugs.webkit.org/show_bug.cgi?id=151211
rdar://problem/21449823
Reviewed by Antti Koivisto.
* fast/css/pseudo-visited-background-color-on-input-expected.html: Added.
* fast/css/pseudo-visited-background-color-on-input.html: Added.
2015-11-12 David Hyatt <hyatt@apple.com>
Tatechuyoko shrink-to-fit breaks after changing color, background-color or text-decoration
https://bugs.webkit.org/show_bug.cgi?id=151218
<rdar://problem/23521702>
Reviewed by Myles Maxfield.
* fast/text/text-combine-shrink-on-color-change.html: Added.
* platform/mac/fast/text/text-combine-shrink-on-color-change-expected.png: Added.
* platform/mac/fast/text/text-combine-shrink-on-color-change-expected.txt: Added.
2015-11-12 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/indexeddb/modern/idbindex-properties-basic.html as flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=151219
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-11-12 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Font fallback is not language-sensitive
https://bugs.webkit.org/show_bug.cgi?id=147390
Reviewed by Dean Jackson.
This patch adds a mismatch test to make sure a codepoint gets rendered differently given two different langs.
* fast/text/fallback-language-han-2-expected-mismatch.html: Added.
* fast/text/fallback-language-han-2.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2015-11-11 Jon Honeycutt <jhoneycutt@apple.com>
popstate event should be dispatched asynchronously
https://bugs.webkit.org/show_bug.cgi?id=36202
<rdar://problem/7761279>
Based on an original patch by Mihai Parparita <mihaip@chromium.org>.
Reviewed by Brent Fulgham.
* fast/loader/remove-iframe-during-history-navigation-different-expected.txt: Added.
* fast/loader/remove-iframe-during-history-navigation-different.html: Added.
Imported from Blink.
* fast/loader/remove-iframe-during-history-navigation-same-expected.txt: Added.
* fast/loader/remove-iframe-during-history-navigation-same.html: Added.
Ditto.
* fast/loader/stateobjects/popstate-fires-on-history-traversal.html:
Modified to account for popstate firing asynchronously.
* fast/loader/stateobjects/popstate-is-asynchronous-expected.txt: Added.
* fast/loader/stateobjects/popstate-is-asynchronous.html: Added.
Based on Mihai's original test. Modified to pass in current WebKit.
2015-11-12 Eric Carlson <eric.carlson@apple.com>
[MediaStream] Reflect media stream tracks as HTMLMediaElement tracks
https://bugs.webkit.org/show_bug.cgi?id=151145
Reviewed by Jer Noble.
* fast/mediastream/MediaStream-video-element-expected.txt: Added.
* fast/mediastream/MediaStream-video-element.html: Added.
* fast/mediastream/resources/getUserMedia-helper.js: Return early on error.
* platform/gtk/TestExpectations: Skip new test.
* platform/ios-simulator/TestExpectations: Ditto.
* platform/mac-wk2/TestExpectations: Ditto.
* platform/win/TestExpectations: Ditto.
2015-11-12 Youenn Fablet <youenn.fablet@crf.canon.fr>
XHR abort() event firing does not match spec
https://bugs.webkit.org/show_bug.cgi?id=98404
Reviewed by Darin Adler.
Rebasing test expectations.
* fast/events/event-fire-order-expected.txt:
* fast/events/event-fire-order.html: Updated so that it does not expect any event when aborting just after open().
* http/tests/xmlhttprequest/onloadend-event-after-sync-requests.html: Updated to expect load event and not abort event when XHR state is DONE.
* http/tests/xmlhttprequest/upload-onloadend-event-after-sync-requests.html: Ditto.
* platform/gtk/TestExpectations: Removing timeout expectation for imported/w3c/web-platform-tests/XMLHttpRequest/interfaces.html
2015-11-10 Keith Miller <keith_miller@apple.com>
Regression(r191815): 5.3% regression on Dromaeo JS Library Benchmark
https://bugs.webkit.org/show_bug.cgi?id=150945
Reviewed by Filip Pizlo.
Added a preformance regression test that checks the speed of Symbol.toStringTag.
The change to cross-origin-replace-history-object-child-expected.txt is a
result of the toString value being cached.
* http/tests/history/cross-origin-replace-history-object-child-expected.txt:
* js/regress/script-tests/symbol-tostringtag.js: Added.
(buildChain):
(body):
* js/regress/symbol-tostringtag-expected.txt: Added.
* js/regress/symbol-tostringtag.html: Added.
2015-11-11 Jon Honeycutt <jhoneycutt@apple.com>
Fix a typo.
Rubber-stamped by Dan Bernstein.
* fast/parser/strip-script-attrs-on-input-expected.txt:
* fast/parser/strip-script-attrs-on-input.html:
2015-11-10 Jon Honeycutt <jhoneycutt@apple.com>
Crash loading Blink layout test fast/parser/strip-script-attrs-on-input.html
https://bugs.webkit.org/show_bug.cgi?id=150201
<rdar://problem/23136478>
Reviewed by Brent Fulgham.
* fast/parser/strip-script-attrs-on-input-expected.txt: Added.
* fast/parser/strip-script-attrs-on-input.html: Added.
2015-11-10 Wenson Hsieh <wenson_hsieh@apple.com>
UI-side scripts in WebKitTestRunner should wait until event handling completes before finishing
https://bugs.webkit.org/show_bug.cgi?id=151101
<rdar://problem/23428601>
Reviewed by Simon Fraser.
Ensures that all tests using UIScriptController properly complete the UI script from within
a completion callback.
* fast/events/ios/clicking-document-should-not-trigger-focus.html:
* fast/events/ios/input-value-after-oninput.html:
* fast/events/ios/single-tap-generates-click.html:
2015-11-10 Brady Eidson <beidson@apple.com>
Modern IDB: Make indexes actually index.
https://bugs.webkit.org/show_bug.cgi?id=150939
Reviewed by Alex Christensen.
* storage/indexeddb/modern/index-1-expected.txt: Added.
* storage/indexeddb/modern/index-1.html: Added.
* storage/indexeddb/modern/index-2-expected.txt: Added.
* storage/indexeddb/modern/index-2.html: Added.
* storage/indexeddb/modern/index-3-expected.txt: Added.
* storage/indexeddb/modern/index-3.html: Added.
* storage/indexeddb/modern/index-get-count-basic-expected.txt:
* storage/indexeddb/modern/index-get-count-basic.html:
2015-11-10 Myles C. Maxfield <mmaxfield@apple.com>
Updating test expected results after r192269
Unreviewed.
* platform/mac-mavericks/fast/text/international/text-combine-image-test-expected.txt:
2015-11-10 Brent Fulgham <bfulgham@apple.com>
Crash running webaudio/panner-loop.html
https://bugs.webkit.org/show_bug.cgi?id=150200
<rdar://problem/23136282>
Reviewed by Jer Noble.
This is based on the changes in Blink r164822:
https://codereview.chromium.org/130003002
* webaudio/panner-loop-expected.txt: Added.
* webaudio/panner-loop.html: Added.
2015-11-10 Alexey Proskuryakov <ap@apple.com>
Use a shorter RSA key in crypto/subtle/rsa-export-generated-keys.html to make the test faster.
Suggested by Scott Valentine.
* crypto/subtle/rsa-export-generated-keys.html:
* platform/mac/TestExpectations: Removed Slow expectation, as the test became a lot
faster for me locally, and hopefully won't time out on bots.
2015-11-10 Zalan Bujtas <zalan@apple.com>
Continuations with anonymous wrappers inside misplaces child renderers.
https://bugs.webkit.org/show_bug.cgi?id=150908
When a child is appended to an inline container and the beforeChild is not a direct child, but
it is inside a generated subtree, we need to special case the inline split to form continuation.
RenderInline::splitInlines() assumes that beforeChild is always a direct child of the current
inline container. However when beforeChild type requires wrapper content (such as table cells), the DOM and the
render tree get out of sync. In such cases, we need to ensure that both the beforeChild and its siblings end up
in the correct generated block.
Reviewed by Darin Adler and David Hyatt.
* fast/inline/continuation-with-anon-wrappers-expected.txt: Added.
* fast/inline/continuation-with-anon-wrappers.html: Added.
2015-11-10 Geoffrey Garen <ggaren@apple.com>
alert, confirm, prompt, showModalDialog should be forbidden during page close and navigation
https://bugs.webkit.org/show_bug.cgi?id=150980
Reviewed by Chris Dumez.
Added tests to cover the matrix of [ alert, confirm, prompt, showModalDialog ] x [ beforeunload, unload, pagehide ].
* fast/events/beforeunload-alert-expected.txt: Added.
* fast/events/beforeunload-alert.html: Added.
* fast/events/beforeunload-confirm-expected.txt: Added.
* fast/events/beforeunload-confirm.html: Added.
* fast/events/beforeunload-prompt-expected.txt: Added.
* fast/events/beforeunload-prompt.html: Added.
* fast/events/beforeunload-showModalDialog-expected.txt: Added.
* fast/events/beforeunload-showModalDialog.html: Added.
* 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: Added.
* fast/events/pagehide-alert.html: Added.
* fast/events/pagehide-confirm-expected.txt: Added.
* fast/events/pagehide-confirm.html: Added.
* fast/events/pagehide-prompt-expected.txt: Added.
* fast/events/pagehide-prompt.html: Added.
* fast/events/pagehide-showModalDialog-expected.txt: Added.
* fast/events/pagehide-showModalDialog.html: Added.
* fast/events/pageshow-pagehide-on-back-cached-expected.txt:
* fast/events/pageshow-pagehide-on-back-uncached-expected.txt:
* fast/events/resources/prompt-landing-page.html: Added.
* fast/events/unload-alert-expected.txt: Added.
* fast/events/unload-alert.html: Added.
* fast/events/unload-confirm-expected.txt: Added.
* fast/events/unload-confirm.html: Added.
* fast/events/unload-prompt-expected.txt: Added.
* fast/events/unload-prompt.html: Added.
* fast/events/unload-showModalDialog-expected.txt: Added.
* fast/events/unload-showModalDialog.html: Added.
* platform/wk2/TestExpectations: WebKit2 can't handle showModalDialog tests.
* compositing/iframes/page-cache-layer-tree-expected.txt:
* fast/dom/Geolocation/notimer-after-unload-expected.txt:
* fast/history/timed-refresh-in-cached-frame-expected.txt:
* fast/loader/frames-with-unload-handlers-in-page-cache-expected.txt:
* fast/loader/page-dismissal-modal-dialogs-expected.txt: These were
pre-existing tests that tried to alert during unload.
2015-11-09 David Hyatt <hyatt@apple.com>
tate-chu-yoko should shrink to fit when it exceeds the available width.
<rdar://problem/12130468>
https://bugs.webkit.org/show_bug.cgi?id=151051
Reviewed by Myles Maxfield.
* fast/text/international/spaces-combined-in-vertical-text-expected.txt:
* fast/text/text-combine-crash-expected.txt:
* platform/mac/fast/text/decorations-with-text-combine-expected.png:
* platform/mac/fast/text/decorations-with-text-combine-expected.txt:
* platform/mac/fast/text/international/text-combine-image-test-expected.txt:
* platform/mac/fast/text/tatechuyoko-expected.png:
* platform/mac/fast/text/tatechuyoko-expected.txt:
2015-11-10 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/selectAll-including-marquee-crash.html
https://bugs.webkit.org/show_bug.cgi?id=149296
<rdar://problem/22746758>
Reviewed by Darin Adler.
Tests are from Blink r167617:
https://codereview.chromium.org/165933002
No source code changes are needed as they are covered by Bug 149298.
* editing/execCommand/selectAll-including-marquee-crash-expected.txt: Added.
* editing/execCommand/selectAll-including-marquee-crash.html: Added.
2015-11-10 Ryan Haddad <ryanhaddad@apple.com>
Broadening the scope of skipped inspector tests on Win
https://bugs.webkit.org/show_bug.cgi?id=137157
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-10 Zalan Bujtas <zalan@apple.com>
Force display: block on ::-webkit-media-controls.
https://bugs.webkit.org/show_bug.cgi?id=149178
<rdar://problem/23448397>
Reviewed by Simon Fraser.
This patch ensures that we always have a block level container for media controls
so that continuation never needs to split RenderMedia into multiple subtrees.
Current inline continuation logic assumes that only inline elements with RenderInline
type of renderers participate in continuation. This is mostly the case since other inline renderers
such as RenderReplaced, RenderImage, RenderEmbeddedObject etc can't have (accessible) children.
(Unlike video::-webkit-media-controls)
* media/webkit-media-controls-display-expected.txt: Added.
* media/webkit-media-controls-display.html: Added.
2015-11-10 Youenn Fablet <youenn.fablet@crf.canon.fr>
Remove WebKit specific XHR timeout tests in favor of WPT version
https://bugs.webkit.org/show_bug.cgi?id=151091
Reviewed by Alexey Proskuryakov.
Removing XHR timeout WebKit specific tests as they have WPT counterparts and WebKit specific tests are less stable.
Updated test expectations accordingly.
* TestExpectations:
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconworker.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.js: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Removed.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Removed.
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/win/TestExpectations:
2015-11-10 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Shield promises when prototype is replaced from a promise
https://bugs.webkit.org/show_bug.cgi?id=151033
Reviewed by Darin Adler.
* streams/streams-promises-expected.txt: Updated expectations.
2015-11-10 Jon Lee <jonlee@apple.com>
REGRESSION (r189567): Inline controls on Mac are misplaced
https://bugs.webkit.org/show_bug.cgi?id=151072
Reviewed by Eric Carlson.
* media/controls/controls-test-helpers.js:
(ControlsTest.prototype.isLessThan): Add helper function.
* media/controls/fullscreen-button-inline-layout-expected.txt: Added.
* media/controls/fullscreen-button-inline-layout.html: Added.
2015-11-09 Eric Carlson <eric.carlson@apple.com>
[Mac] Add a mock AppleTV device for testing
https://bugs.webkit.org/show_bug.cgi?id=148912
<rdar://problem/22596272>
Reviewed by Tim Horton.
* media/controls/airplay-picker-expected.txt: Updated.
* media/controls/airplay-picker.html: Test button state when there is a device available.
* media/controls/controls-test-helpers.js:
(ControlsTest.prototype.stateForControlsElement): Add an optional parameter to force the flushed
state to be flushed.
(ControlsTest.prototype.contains): New.
(ControlsTest.prototype.doesNotContain): Ditto.
* platform/mac/TestExpectations: Skipped new tests on older versions of OS X.
2015-11-09 Wenson Hsieh <wenson_hsieh@apple.com>
Sometimes unable to scroll fixed div when the body is scrollable
https://bugs.webkit.org/show_bug.cgi?id=151015
<rdar://problem/23445723>
Reviewed by Simon Fraser.
Adds a new test that scrolling a fixed div is possible when the page is scrolled. Also
changes some existing non-fast-scrollable region tests to match the new behavior for
computing non-fast-scrollable regions for fixed scrollable elements (see ChangeLog
entry in WebCore for more details).
* tiled-drawing/scrolling/non-fast-region/fixed-div-in-scrollable-page-expected.txt: Added.
* tiled-drawing/scrolling/non-fast-region/fixed-div-in-scrollable-page.html: Added.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt:
* tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt:
2015-11-09 Ryan Haddad <ryanhaddad@apple.com>
Unreviewed, rolling out r192181.
This change causes asserts on mac-wk1 debug testers
Reverted changeset:
"Fixed crash loading Mozilla layout test
editor/libeditor/crashtests/431086-1.xhtml."
https://bugs.webkit.org/show_bug.cgi?id=150252
http://trac.webkit.org/changeset/192181
2015-11-09 Jiewen Tan <jiewen_tan@apple.com>
Crash when right clicking in input box with -webkit-user-select: none
https://bugs.webkit.org/show_bug.cgi?id=145981
<rdar://problem/22441925>
Reviewed by Enrica Casucci.
* editing/selection/minimal-user-select-crash-expected.txt: Added.
* editing/selection/minimal-user-select-crash.html: Added.
2015-11-09 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: $0 stops working after navigating to a different domain
https://bugs.webkit.org/show_bug.cgi?id=147962
Reviewed by Brian Burg.
* TestExpectations:
* http/tests/inspector/console/access-inspected-object-expected.txt: Removed.
* http/tests/inspector/console/access-inspected-object.html: Removed.
* http/tests/inspector/console/cross-domain-inspected-node-access-expected.txt: Added.
* http/tests/inspector/console/cross-domain-inspected-node-access.html: Added.
Rewrite the old test with the new testing infrastructure.
Test this particular case of cross origin CommandLineAPI usage ($0).
2015-11-09 Ryan Haddad <ryanhaddad@apple.com>
Marking crypto/subtle/rsa-export-generated-keys.html as slow on mac
https://bugs.webkit.org/show_bug.cgi?id=144938
Unreviewed test gardening.
* platform/mac/TestExpectations:
2015-11-09 Ryan Haddad <ryanhaddad@apple.com>
Marking http/tests/security/cross-frame-access-put.html as flaky on mac-wk2
https://bugs.webkit.org/show_bug.cgi?id=151053
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2015-11-09 Alex Christensen <achristensen@webkit.org>
XHR timeouts should not fire if there is an immediate network error.
https://bugs.webkit.org/show_bug.cgi?id=150577
Reviewed by Darin Adler.
* platform/mac-wk2/TestExpectations:
http/tests/contentextensions/async-xhr-onerror.html shouldn't be flaky any more.
2015-11-09 Nan Wang <n_wang@apple.com>
AX: Input type: time is not accessible on iOS
https://bugs.webkit.org/show_bug.cgi?id=150984
Reviewed by Chris Fleizach.
* accessibility/ios-simulator/input-type-time-expected.txt: Added.
* accessibility/ios-simulator/input-type-time.html: Added.
2015-11-09 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/inserting/insert-html-crash-01.html
https://bugs.webkit.org/show_bug.cgi?id=149298
<rdar://problem/22746918>
Reviewed by Ryosuke Niwa.
This test case is from Blink r153982:
https://codereview.chromium.org/16053005
* editing/inserting/insert-html-crash-01-expected.txt: Added.
* editing/inserting/insert-html-crash-01.html: Added.
2015-11-09 Myles C. Maxfield <mmaxfield@apple.com>
Some style changes cause tatechuyoko to be drawn off center
https://bugs.webkit.org/show_bug.cgi?id=150986
<rdar://problem/20748013>
Reviewed by Darin Adler.
* fast/text/text-combine-style-change-extra-layout-expected.html: Added.
* fast/text/text-combine-style-change-extra-layout.html: Added.
2015-11-09 Said Abou-Hallawa <sabouhallawa@apple.com>
REGRESSION (r190883): Error calculating the tile size for an SVG with no intrinsic size but with large floating intrinsic ratio
https://bugs.webkit.org/show_bug.cgi?id=150904
Reviewed by Darin Adler.
Make sure the image resolvedSize is calculated correctly when the intrinsic
ratio is a large non integer value.
* fast/backgrounds/background-image-large-float-intrinsic-ratio-expected.html: Added.
* fast/backgrounds/background-image-large-float-intrinsic-ratio.html: Added.
2015-11-09 Ryan Haddad <ryanhaddad@apple.com>
Marking jquery/manipulation.html as a flaky timeout on Win debug
https://bugs.webkit.org/show_bug.cgi?id=151027
Unreviewed test gardening.
* TestExpectations:
* platform/win/TestExpectations:
2015-11-09 Sergio Villar Senin <svillar@igalia.com>
Unreviewed. Rebaselined several tests with 1px differences.
* platform/gtk/editing/pasteboard/innerText-inline-table-expected.txt:
* platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt:
* platform/gtk/fast/borders/border-radius-different-width-001-expected.txt: Added.
* platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt: Added.
* platform/gtk/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
* platform/gtk/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
* platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
* platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
* platform/gtk/http/tests/misc/generated-content-inside-table-expected.txt:
* platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-codebase-expected.txt: Added.
* platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-archive-expected.txt: Added.
* platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-codebase-expected.txt: Added.
* platform/gtk/imported/blink/http/tests/security/contentSecurityPolicy/object-src-applet-code-expected.txt: Added.
* platform/gtk/imported/blink/media/track/media-element-move-to-new-document-assert-expected.txt: Added.
2015-11-09 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Shield implementation from mangling then and catch promise methods
https://bugs.webkit.org/show_bug.cgi?id=150934
Reviewed by Youenn Fablet.
* streams/streams-promises.html: Added tests from about replacing
the prototype, then and catch methods. Renamed all tests as well.
* streams/streams-promises-expected.txt: Added expectations.
2015-11-02 Sergio Villar Senin <svillar@igalia.com>
[css-grid] Improve grid container sizing with size constraints and intrinsic sizes
https://bugs.webkit.org/show_bug.cgi?id=150679
Reviewed by Darin Adler.
* fast/css-grid-layout/absolute-positioning-definite-sizes-expected.txt: Added.
* fast/css-grid-layout/absolute-positioning-definite-sizes.html: Added.
* fast/css-grid-layout/flex-and-intrinsic-sizes-expected.txt: Added.
* fast/css-grid-layout/flex-and-intrinsic-sizes.html: Added.
* fast/css-grid-layout/grid-element-change-columns-repaint.html:
* fast/css-grid-layout/grid-item-change-column-repaint.html:
* fast/css-grid-layout/grid-preferred-logical-widths.html:
* fast/css-grid-layout/maximize-tracks-definite-indefinite-height-expected.txt: Added.
* fast/css-grid-layout/maximize-tracks-definite-indefinite-height.html: Added.
* fast/css-grid-layout/maximize-tracks-definite-indefinite-width-expected.txt: Added.
* fast/css-grid-layout/maximize-tracks-definite-indefinite-width.html: Added.
* fast/css-grid-layout/percent-of-indefinite-track-size.html:
* fast/events/key-events-in-editable-gridbox-expected.txt:
* fast/events/key-events-in-editable-gridbox.html: Added more test
cases for intrinsic and fixed sized heights.
2015-11-05 Sergio Villar Senin <svillar@igalia.com>
[css-grid] Grid placement conflict handling
https://bugs.webkit.org/show_bug.cgi?id=150891
Reviewed by Darin Adler.
Updated the expectations for
named-grid-lines-with-named-grid-areas-dynamic-get-set.html
because two of the tests where positioning an item with a
start-line > end-line (it was removing the end line instead of
swapping them).
* fast/css-grid-layout/named-grid-lines-with-named-grid-areas-dynamic-get-set.html:
* fast/css-grid-layout/swap-lines-if-start-is-further-endward-than-end-line-expected.html: Added.
* fast/css-grid-layout/swap-lines-if-start-is-further-endward-than-end-line.html: Added.
2015-11-09 Xabier Rodriguez Calvar <calvaris@igalia.com>
Unreviewed.
* platform/win/TestExpectations: Marked 150976 as dup of 147933.
2015-11-07 Chris Dumez <cdumez@apple.com>
Unreviewed gardening, update fast/replaced/replaced-breaking.html
Update fast/replaced/replaced-breaking.html so that it outputs the
same result on all platforms.
* fast/replaced/replaced-breaking.html:
2015-11-07 Zalan Bujtas <zalan@apple.com>
DRT does not reset the frame rect between 2 runs.
https://bugs.webkit.org/show_bug.cgi?id=151003
Set the min frame rect for 800*600 for now.
Unreviewed gardening.
* fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html:
2015-11-07 Zalan Bujtas <zalan@apple.com>
Crash when subtree layout is set on FrameView while auto size mode is enabled.
https://bugs.webkit.org/show_bug.cgi?id=150995
rdar://problem/22785262
Reviewed by Beth Dakin.
Autosizing initiates multiple synchronous layouts to calculate preferred view width for current content.
FrameView::autoSizeIfEnabled() is called from FrameView::layout() while we are in InPreLayout state.
It is safe to do during full layout.
However, since we setup the subtree state just before the autoSizeIfEnabled() call, reentering it with
a newly issued layout confuses SubtreeLayoutStateMaintainer.
This patch reverses the order of autoSizeIfEnabled() call and the subtree layout state setup.
It also ensures that the first layout requested by autoSizeIfEnabled() always runs on the whole tree.
* fast/dynamic/crash-subtree-layout-when-auto-size-enabled-expected.txt: Added.
* fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html: Added.
2015-11-07 Chris Dumez <cdumez@apple.com>
embed element without src and type attributes should represent nothing
https://bugs.webkit.org/show_bug.cgi?id=148853
<rdar://problem/22588235>
Reviewed by Zalan Bujtas.
* TestExpectations:
Unskip 2 ref-tests that were previously failing.
* accessibility/inline-block-assertion-expected.txt:
* editing/execCommand/crash-140261-expected.txt:
* fast/block/float/4145535Crash-expected.txt:
* fast/dom/HTMLDocument/document-plugins-expected.txt:
* fast/dom/insertedIntoDocument-child-expected.txt:
* fast/dom/insertedIntoDocument-sibling-expected.txt:
* fast/dom/plugin-attributes-enumeration-expected.txt:
* fast/replaced/percent-height-in-anonymous-block-widget.html:
* fast/replaced/replaced-breaking.html:
* fast/replaced/table-percent-height.html:
* fast/text/international/embed-bidi-style-in-isolate-crash-expected.txt:
* imported/blink/fast/css-grid-layout/grid-add-positioned-block-item-after-inline-item-expected.txt:
Rebaseline / update existing tests.
2015-11-06 Scott Valentine <svalentine@ikayzo.com>
Adding new tests for exporting generated RSA keys.
https://bugs.webkit.org/show_bug.cgi?id=144938
Reviewed by Alexey Proskuryakov.
* crypto/subtle/rsa-export-generated-keys-expected.txt: Added.
* crypto/subtle/rsa-export-generated-keys.html: Added.
2015-11-06 Wenson Hsieh <wenson_hsieh@apple.com>
Scrolling iframe inside scrollable div does not work with trackpad
https://bugs.webkit.org/show_bug.cgi?id=150168
<rdar://problem/23143931>
Reviewed by Brent Fulgham.
Tests that an iframe nested under an overflow scrolling div can be scrolled.
* fast/scrolling/latching/scroll-iframe-in-overflow-expected.txt: Added.
* fast/scrolling/latching/scroll-iframe-in-overflow.html: Added.
2015-11-06 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(r182286): Tatechuyoko following ruby is drawn too far to the right
https://bugs.webkit.org/show_bug.cgi?id=150923
Reviewed by Zalan Bujtas.
* fast/text/ruby-justify-tatechuyoko-expected.html: Added.
* fast/text/ruby-justify-tatechuyoko.html: Added.
2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
Marking fast/canvas/webgl/oes-texture-half-float-linear.html as flaky on mac
https://bugs.webkit.org/show_bug.cgi?id=150978
Unreviewed test gardening.
* platform/mac/TestExpectations:
2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
Marking streams/reference-implementation/count-queuing-strategy.html as flaky on Win debug
https://bugs.webkit.org/show_bug.cgi?id=150976
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
Marking three sputnik/Conformance tests as flaky timeouts on win debug
https://bugs.webkit.org/show_bug.cgi?id=150973
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-06 Ryan Haddad <ryanhaddad@apple.com>
Fixing typo in win TestExpectations file
https://bugs.webkit.org/show_bug.cgi?id=150949
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-06 Mario Sanchez Prada <mario@endlessm.com>
Layout Test accessibility/win/linked-elements.html is crashing on win debug
https://bugs.webkit.org/show_bug.cgi?id=150944
Reviewed by Chris Fleizach.
Removed accessibility/win/linked-elements.html crashing expectation.
* platform/win/TestExpectations: Removed crashing expectation.
2015-11-05 Sukolsak Sakshuwong <sukolsak@gmail.com>
Layout Test js/intl-collator.html is crashing on win 7 debug
https://bugs.webkit.org/show_bug.cgi?id=150943
Reviewed by Geoffrey Garen.
* platform/win/TestExpectations:
2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_loadeddata.html is a flaky timout
https://bugs.webkit.org/show_bug.cgi?id=150956
Unreviewed test gardening.
* platform/mac/TestExpectations:
2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
Marking imported/blink/fast/css/transformed-overflow-hidden-clips-fixed.html as failing on win debug
https://bugs.webkit.org/show_bug.cgi?id=150949
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
Marking imported/blink/transitions/unprefixed-transform.html as flaky on win debug
https://bugs.webkit.org/show_bug.cgi?id=150948
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
Marking scrollbars/custom-scrollbar-appearance-property.html as a crash on win debug.
https://bugs.webkit.org/show_bug.cgi?id=150946
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
Marking accessibility/win/linked-elements.html as a crash on win debug.
https://bugs.webkit.org/show_bug.cgi?id=150944
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
Marking js/intl-collator.html as a crash on win debug.
https://bugs.webkit.org/show_bug.cgi?id=150943
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
Marking animations/multiple-backgrounds.html as flaky on mac-wk2
https://bugs.webkit.org/show_bug.cgi?id=150942
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2015-11-05 Chris Dumez <cdumez@apple.com>
Add regression test for Bug 150937
https://bugs.webkit.org/show_bug.cgi?id=150937
Reviewed by Geoffrey Garen.
Add regression test for Bug 150937:
Regression(r192038): Safari cannot load any pages
The new test makes sure that load deferring works as intended. The fix
for this already landed in r192060.
* loader/load-defer-expected.txt: Added.
* loader/load-defer.html: Added.
2015-11-05 Brady Eidson <beidson@apple.com>
Modern IDB: Implement IDBIndex get/getKey/count requests.
https://bugs.webkit.org/show_bug.cgi?id=150910
Reviewed by Alex Christensen.
* storage/indexeddb/modern/index-get-count-basic-expected.txt: Added.
* storage/indexeddb/modern/index-get-count-basic.html: Added.
* storage/indexeddb/modern/index-get-count-failures-expected.txt: Added.
* storage/indexeddb/modern/index-get-count-failures.html: Added.
2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
Rebaselining fast/text/tatechuyoko.html on win
https://bugs.webkit.org/show_bug.cgi?id=150935
Unreviewed test gardening.
* platform/win/fast/text/tatechuyoko-expected.txt:
2015-11-05 Ryan Haddad <ryanhaddad@apple.com>
Marking http/tests/contentextensions/async-xhr-onerror.html as flaky on mac-wk2
https://bugs.webkit.org/show_bug.cgi?id=150577
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2015-11-05 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Shield implementation from user mangling Promise.reject and resolve methods
https://bugs.webkit.org/show_bug.cgi?id=150895
Reviewed by Youenn Fablet.
* streams/streams-promises.html: Improved some style issues. Added tests about changing Promise.resolve and
reject.
* streams/streams-promises-expected.txt: Added expectations.
2015-11-05 Manuel Rego Casasnovas <rego@igalia.com>
[css-grid] Support positioned grid children
https://bugs.webkit.org/show_bug.cgi?id=150837
Reviewed by Darin Adler.
* fast/css-grid-layout/absolute-positioning-grid-container-containing-block-expected.txt: Added.
* fast/css-grid-layout/absolute-positioning-grid-container-containing-block.html: Added.
* fast/css-grid-layout/absolute-positioning-grid-container-parent-expected.txt: Added.
* fast/css-grid-layout/absolute-positioning-grid-container-parent.html: Added.
* fast/css-grid-layout/grid-positioned-items-background-expected.html: Added.
* fast/css-grid-layout/grid-positioned-items-background.html: Added.
* fast/css-grid-layout/grid-positioned-items-implicit-grid-expected.txt: Added.
* fast/css-grid-layout/grid-positioned-items-implicit-grid-line-expected.txt: Added.
* fast/css-grid-layout/grid-positioned-items-implicit-grid-line.html: Added.
* fast/css-grid-layout/grid-positioned-items-implicit-grid.html: Added.
* fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line-expected.txt: Added.
* fast/css-grid-layout/grid-positioned-items-unknown-named-grid-line.html: Added.
* fast/css-grid-layout/grid-sizing-positioned-items-expected.txt: Added.
* fast/css-grid-layout/grid-sizing-positioned-items.html: Added.
* fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks-expected.txt: Added.
* fast/css-grid-layout/positioned-grid-items-should-not-create-implicit-tracks.html: Added.
* fast/css-grid-layout/positioned-grid-items-should-not-take-up-space-expected.txt: Added.
* fast/css-grid-layout/positioned-grid-items-should-not-take-up-space.html: Added.
* fast/css-grid-layout/resources/grid.css: Added some common CSS classes.
2015-11-04 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/delete-hidden-crash.html
https://bugs.webkit.org/show_bug.cgi?id=149289
<rdar://problem/22746352>
Reviewed by Enrica Casucci.
* editing/execCommand/delete-hidden-crash-expected.txt: Added.
* editing/execCommand/delete-hidden-crash.html: Added.
2015-11-03 Myles C. Maxfield <mmaxfield@apple.com>
Ruby base ending in tatechuyoko forces a line break before the tatechuyoko
https://bugs.webkit.org/show_bug.cgi?id=150883
Reviewed by Darin Adler.
* platform/mac/fast/text/international/text-combine-image-test-expected.txt: Updated.
* platform/mac/fast/text/tatechuyoko-expected.txt: Ditto.
* fast/text/ruby-tatechuyoko-expected.html: Added.
* fast/text/ruby-tatechuyoko.html: Added.
2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
Updating expectations for fast/forms/HTMLOptionElement_label03.html on win
https://bugs.webkit.org/show_bug.cgi?id=150909
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Support #rgba and #rrggbbaa syntax
https://bugs.webkit.org/show_bug.cgi?id=150894
Reviewed by Timothy Hatcher.
* inspector/model/color-expected.txt: Added.
* inspector/model/color.html: Added.
2015-11-04 Wenson Hsieh <wenson_hsieh@apple.com>
Fix crashing and flaky UIScriptController-based tests in fast/events/ios
https://bugs.webkit.org/show_bug.cgi?id=150901
<rdar://problem/23261499>
Reviewed by Simon Fraser.
Several changes to tests in fast/events/ios that address flaky behavior when running these tests.
Removes an unnecessary (and flaky) check for the initial innerHeight in
keyboard-should-not-trigger-resize.html, refactors unscalable-viewport-clicks-on-doubletap.html to
send successive taps like the other fast-clicking tests, and adjusts input-value-after-oninput.html
to no longer break if typing in an input autocapitalizes the first letter.
* fast/events/ios/input-value-after-oninput.html:
* fast/events/ios/keyboard-should-not-trigger-resize-expected.txt:
* fast/events/ios/keyboard-should-not-trigger-resize.html:
* fast/events/ios/unscalable-viewport-clicks-on-doubletap-expected.txt:
* fast/events/ios/unscalable-viewport-clicks-on-doubletap.html:
2015-11-04 Wenson Hsieh <wenson_hsieh@apple.com>
Fix crashing fast-clicking WK2 tests on iOS
https://bugs.webkit.org/show_bug.cgi?id=150896
<rdar://problem/23344491>
Reviewed by Simon Fraser.
Fix the fast-clicking tests by making them fire an exact number of times rather than
sending continuously until a minimum number of clicks are fired. This causes us to
avoid crashing during the following test when the marker events corresponding to single
taps fired after the test has completed have been handled.
* css3/touch-action/touch-action-manipulation-fast-clicks.html:
* fast/events/ios/viewport-device-width-at-initial-scale-fast-clicks.html:
2015-10-30 Keith Miller <keith_miller@apple.com>
Fix endless OSR exits when creating a rope that contains an object that ToPrimitive's to a number.
https://bugs.webkit.org/show_bug.cgi?id=150583
Reviewed by Benjamin Poulain.
Created a regression test to look for OSRing in string concatenation when
valueOf returns a non-string primitive.
* js/regress/script-tests/string-rope-with-object.js: Added.
(body.f):
(body.String.prototype.valueOf):
(body.bar.valueOf):
(body):
* js/regress/string-rope-with-object-expected.txt: Added.
* js/regress/string-rope-with-object.html: Added.
2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
Rebaselining LayoutTest fast/text/international/thai-baht-space.html on win
https://bugs.webkit.org/show_bug.cgi?id=150865
Unreviewed test gardening.
* platform/win/fast/text/international/thai-baht-space-expected.txt:
2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
Fixing test added with r192022
https://bugs.webkit.org/show_bug.cgi?id=150670
Unreviewed test gardening.
* accessibility/list-item-with-pseudo-element-crash.html:
2015-11-03 Dean Jackson <dino@apple.com>
Accept 8 and 4 value hex colors (#RRGGBBAA)
https://bugs.webkit.org/show_bug.cgi?id=150853
<rdar://problem/23380930>
Reviewed by Simon Fraser.
Add a new test for hex colors that covers 4 and 8 value forms.
Also update existing tests now that the syntax has changed.
For the deleted philip tests, they are now in the W3C web-latform-tests import.
* canvas/philip/tests/2d.fillStyle.parse.invalid.hex4-expected.txt: Removed.
* canvas/philip/tests/2d.fillStyle.parse.invalid.hex4.html: Removed.
* canvas/philip/tests/2d.fillStyle.parse.invalid.hex8-expected.txt: Removed.
* canvas/philip/tests/2d.fillStyle.parse.invalid.hex8.html: Removed.
* fast/css/hex-colors-expected.txt: Added.
* fast/css/hex-colors.html: Added.
* fast/css/invalid-hex-color-expected.txt:
* fast/css/invalid-hex-color.html:
* fast/css/invalid-predefined-color-expected.txt:
* fast/css/invalid-predefined-color.html:
* fast/css/script-tests/invalid-predefined-color.js:
* fast/dom/attribute-legacy-colors-expected.txt:
* fast/dom/script-tests/attribute-legacy-colors.js:
* svg/dom/rgb-color-parser-expected.txt:
* svg/dom/rgb-color-parser.html:
2015-11-04 Joanmarie Diggs <jdiggs@igalia.com>
[AX] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on textUnderElement
https://bugs.webkit.org/show_bug.cgi?id=150670
Reviewed by Chris Fleizach.
* accessibility/list-item-with-pseudo-element-crash-expected.txt: Added.
* accessibility/list-item-with-pseudo-element-crash.html: Added.
2015-11-04 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Shield streams against user replacing the Promise constructor
https://bugs.webkit.org/show_bug.cgi?id=150887
Reviewed by Youenn Fablet.
* streams/streams-promises-expected.txt: Added.
* streams/streams-promises.html: Added.
2015-11-04 Antoine Quint <graouts@apple.com>
SVG: hit testing region for <text> elements is incorrect
https://bugs.webkit.org/show_bug.cgi?id=150838
Reviewed by Dean Jackson.
* svg/hittest/text-dominant-baseline-hanging-expected.svg: Added.
* svg/hittest/text-dominant-baseline-hanging.svg: Added.
* svg/hittest/text-multiple-dx-values-expected.svg: Added.
* svg/hittest/text-multiple-dx-values.svg: Added.
* svg/hittest/text-with-multiple-tspans-expected.svg: Added.
* svg/hittest/text-with-multiple-tspans.svg: Added.
* svg/hittest/text-with-text-node-and-content-elements-expected.svg: Added.
* svg/hittest/text-with-text-node-and-content-elements.svg: Added.
* svg/hittest/text-with-text-node-only-expected.svg: Added.
* svg/hittest/text-with-text-node-only.svg: Added.
* svg/hittest/text-with-text-path-expected.svg: Added.
* svg/hittest/text-with-text-path.svg: Added.
2015-11-04 Xabier Rodriguez Calvar <calvaris@igalia.com>
Unreviewed.
* platform/win/TestExpectations: Marked 150867 as duplicate of 147933.
2015-11-04 Chris Dumez <cdumez@apple.com>
Regression(r191652): Colloquy doesnt render any chat content
https://bugs.webkit.org/show_bug.cgi?id=150861
<rdar://problem/23381007>
Reviewed by Antti Koivisto.
Update / rebaseline a couple of tests as this patch restores the
pre-r191652 behavior.
* fast/dom/Window/window-special-properties-expected.txt:
* fast/frames/iframe-no-name-expected.txt:
* fast/frames/iframe-no-name.html:
2015-11-03 Brady Eidson <beidson@apple.com>
Modern IDB: Fill out IDBIndex, create MemoryIndex in backing store.
https://bugs.webkit.org/show_bug.cgi?id=150868
Reviewed by Alex Christensen.
* platform/mac-wk2/TestExpectations:
* storage/indexeddb/modern/create-index-failures-expected.txt: Added.
* storage/indexeddb/modern/create-index-failures.html: Added.
* storage/indexeddb/modern/get-index-failures-expected.txt: Added.
* storage/indexeddb/modern/get-index-failures.html: Added.
* storage/indexeddb/modern/idbindex-properties-basic-expected.txt: Added.
* storage/indexeddb/modern/idbindex-properties-basic.html: Added.
2015-11-03 Jiewen Tan <jiewen_tan@apple.com>
[WK1] Null dereference loading Blink layout test editing/input/text-input-controller-no-editable-no-crash.html
https://bugs.webkit.org/show_bug.cgi?id=149484
<rdar://problem/22811338>
Reviewed by Darin Adler.
This test is from Blink r194870:
https://codereview.chromium.org/1122593004
* editing/mac/input/text-input-controller-no-editable-no-crash-expected.txt: Added.
* editing/mac/input/text-input-controller-no-editable-no-crash.html: Added.
* platform/wk2/TestExpectations:
2015-11-03 Alexey Proskuryakov <ap@apple.com>
[iOS] Skip the touch tests
https://bugs.webkit.org/show_bug.cgi?id=150863
Reviewed by Darin Adler.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
Marking streams/reference-implementation/writable-stream-abort.html as flaky on win
https://bugs.webkit.org/show_bug.cgi?id=150867
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-03 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test scrollbars/custom-scrollbar-appearance-property.html
https://bugs.webkit.org/show_bug.cgi?id=149312
<rdar://problem/22748910>
Reviewed by Darin Adler.
* scrollbars/custom-scrollbar-appearance-property-expected.txt: Added.
* scrollbars/custom-scrollbar-appearance-property.html: Added.
2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
Correcting win test expectation for flaky test fast/text/multiple-feature-properties.html
https://bugs.webkit.org/show_bug.cgi?id=150808
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
Skipping test added with r191979 on win
https://bugs.webkit.org/show_bug.cgi?id=150830
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-03 Ryan Haddad <ryanhaddad@apple.com>
Skipping tests added with r191968 on win.
https://bugs.webkit.org/show_bug.cgi?id=149771
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-10-30 Jon Honeycutt <jhoneycutt@apple.com>
Implement support for the autocomplete attribute
https://bugs.webkit.org/show_bug.cgi?id=150731
rdar://problem/21078968
Reviewed by Brent Fulgham.
* fast/forms/autocomplete-tokens-expected.txt: Added.
* fast/forms/autocomplete-tokens.html: Added.
2015-11-03 Nan Wang <n_wang@apple.com>
AX: Add support for ARIA 1.1 attribute 'aria-modal' for dialog and alertdialog
https://bugs.webkit.org/show_bug.cgi?id=138566
Skip failing tests on windows platform.
Reviewed by Chris Fleizach.
* platform/win/TestExpectations:
2015-11-03 Myles C. Maxfield <mmaxfield@apple.com>
font-variant-* properties in @font-face declarations should be honored
https://bugs.webkit.org/show_bug.cgi?id=149771
Reviewed by Simon Fraser.
* css3/font-variant-font-face-override-expected.html: Added
* css3/font-variant-font-face-override.html: Added
* css3/font-feature-settings-font-face-rendering-expected.html: Added.
* css3/font-feature-settings-font-face-rendering.html: Added.
* css3/font-variant-font-face-all-expected.html: Added.
* css3/font-variant-font-face-all.html: Added.
2015-11-03 Keith Rollin <krollin@apple.com>
HTMLOptionElement.text should never return the value of label
https://bugs.webkit.org/show_bug.cgi?id=148862
rdar://problem/22589226
Reviewed by Darin Adler.
Rebaseline tests to reflect new behavior of option.text. Convert some
render tests to reference tests.
* dom/xhtml/level2/html/HTMLOptionElement04-expected.txt:
* fast/dom/HTMLOptionElement/option-text-expected.txt:
* fast/dom/HTMLOptionElement/option-text.html:
* fast/forms/HTMLOptionElement_label01-expected.html: Added.
* fast/forms/HTMLOptionElement_label01.html:
* fast/forms/HTMLOptionElement_label02-expected.html: Added.
* fast/forms/HTMLOptionElement_label02.html:
* fast/forms/HTMLOptionElement_label03-expected.html: Added.
* fast/forms/HTMLOptionElement_label03.html:
* fast/forms/HTMLOptionElement_label04-expected.html: Added.
* fast/forms/HTMLOptionElement_label04.html:
* fast/forms/HTMLOptionElement_label05-expected.html: Added.
* fast/forms/HTMLOptionElement_label05.html:
* fast/forms/HTMLOptionElement_label06-expected.html: Added.
* fast/forms/HTMLOptionElement_label06.html:
* fast/forms/HTMLOptionElement_label07-expected.html: Added.
* fast/forms/HTMLOptionElement_label07.html:
* fast/forms/option-value-and-label-expected.txt:
* fast/forms/option-value-and-label.html:
* platform/efl/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
* platform/efl/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
* platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
* platform/ios-simulator/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
* platform/ios-simulator/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
* platform/ios-simulator/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
* platform/ios-simulator/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
* platform/ios-simulator/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
* platform/ios-simulator/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
* platform/ios-simulator/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label05-expected.png: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
* platform/mac/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
* platform/win/fast/forms/HTMLOptionElement_label01-expected.png: Removed.
* platform/win/fast/forms/HTMLOptionElement_label01-expected.txt: Removed.
* platform/win/fast/forms/HTMLOptionElement_label02-expected.png: Removed.
* platform/win/fast/forms/HTMLOptionElement_label02-expected.txt: Removed.
* platform/win/fast/forms/HTMLOptionElement_label03-expected.png: Removed.
* platform/win/fast/forms/HTMLOptionElement_label03-expected.txt: Removed.
* platform/win/fast/forms/HTMLOptionElement_label04-expected.png: Removed.
* platform/win/fast/forms/HTMLOptionElement_label04-expected.txt: Removed.
* platform/win/fast/forms/HTMLOptionElement_label05-expected.txt: Removed.
* platform/win/fast/forms/HTMLOptionElement_label06-expected.txt: Removed.
* platform/win/fast/forms/HTMLOptionElement_label07-expected.txt: Removed.
2015-11-02 Wenson Hsieh <wenson_hsieh@apple.com>
Tapping *below* some <input>s can focus them in Mobile Safari
https://bugs.webkit.org/show_bug.cgi?id=146244
<rdar://problem/21509310>
Reviewed by Darin Adler.
Enables a now-passing WK1 editing test (editing/selection/click-outside-editable-div.html) and also add a new
WK2 test that verifies an input node won't be focused by clicking anywhere in the document outside of the body.
* fast/events/ios/clicking-document-should-not-trigger-focus-expected.txt: Added.
* fast/events/ios/clicking-document-should-not-trigger-focus.html: Added.
* platform/ios-simulator-wk1/TestExpectations: No longer disable editing/selection/click-outside-editable-div.html.
2015-11-03 Myles C. Maxfield <mmaxfield@apple.com>
Update to match text-orientation spec
https://bugs.webkit.org/show_bug.cgi?id=150765
Reviewed by Darin Adler.
* fast/text/orientation-sideways-right-expected.html: Added.
* fast/text/orientation-sideways-right.html: Added.
2015-11-03 Youenn Fablet <youenn.fablet@crf.canon.fr>
Move webkitGetUserMedia to JS Builtin
https://bugs.webkit.org/show_bug.cgi?id=149499
Reviewed by Darin Adler.
* fast/mediastream/argument-types-expected.txt:
* fast/mediastream/getusermedia-expected.txt:
* fast/mediastream/getusermedia.html:
* fast/mediastream/script-tests/argument-types.js:
* http/tests/media/media-stream/disconnected-frame-already-expected.txt:
2015-11-02 Keith Rollin <krollin@apple.com>
input[type=number] does not increment/decrement integers with trailing decimal characters
https://bugs.webkit.org/show_bug.cgi?id=148867
rdar://problem/22589693
Reviewed by Chris Dumez.
New tests for input[type=number].skipUp/Down when .value ends in a
decimal point (with no additional trailing digits). Also some coverage
for input[type=range] which shares some same code.
* fast/forms/number/number-stepup-stepdown-expected.txt:
* fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt:
* fast/forms/number/number-stepup-stepdown-from-renderer.html:
* fast/forms/number/number-stepup-stepdown.html:
* fast/forms/range/range-stepup-stepdown-expected.txt:
* fast/forms/range/range-stepup-stepdown-from-renderer-expected.txt:
* fast/forms/range/range-stepup-stepdown-from-renderer.html:
* fast/forms/range/range-stepup-stepdown.html:
* fast/forms/range/input-appearance-range-decimals-expected.html: Added
* fast/forms/range/input-appearance-range-decimals.html: Added
2015-11-02 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Fix tests
Unreviewed.
s/Failure/ImageOnlyFailure/
* platform/mac/TestExpectations:
2015-11-02 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test fast/css/background-repeat-null-y-crash.html
https://bugs.webkit.org/show_bug.cgi?id=150211
<rdar://problem/23137321>
Reviewed by Alex Christensen.
* fast/css/background-repeat-null-y-crash-expected.txt: Added.
* fast/css/background-repeat-null-y-crash.html: Added.
2015-11-02 Michael Saboff <msaboff@apple.com>
WebInspector crashed while viewing Timeline when refreshing cnn.com while it was already loading
https://bugs.webkit.org/show_bug.cgi?id=150745
Reviewed by Geoffrey Garen.
New regression tests.
* js/regress-150745-expected.txt: Added.
* js/regress-150745.html: Added.
* js/script-tests/regress-150745.js: Added.
(Test):
(Test.prototype.get sum):
(Test.prototype.doSum):
(getSum):
2015-11-02 Myles C. Maxfield <mmaxfield@apple.com>
[Vertical Writing Mode] Rename "vertical-right" CSS value to match spec
https://bugs.webkit.org/show_bug.cgi?id=150766
Reviewed by Darin Adler.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/inherited-properties-rare-text-expected.txt:
* fast/text/vertical-mixed-expected.html: Added.
* fast/text/vertical-mixed.html: Added.
* svg/css/getComputedStyle-basic-expected.txt:
2015-11-02 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Support WOFF2
https://bugs.webkit.org/show_bug.cgi?id=150830
Reviewed by Zalan Bujtas.
* platform/mac/TestExpectations: Disable the test on Operating Systems which don't support WOFF2.
* fast/text/resources/ahem.woff2: Added.
* fast/text/woff2-expected.html: Added.
* fast/text/woff2.html: Added.
2015-11-02 Nan Wang <n_wang@apple.com>
AX: Add support for ARIA 1.1 attribute 'aria-modal' for dialog and alertdialog
https://bugs.webkit.org/show_bug.cgi?id=138566
Reviewed by Chris Fleizach.
* accessibility/aria-modal-expected.txt: Added.
* accessibility/aria-modal-multiple-dialogs-expected.txt: Added.
* accessibility/aria-modal-multiple-dialogs.html: Added.
* accessibility/aria-modal.html: Added.
2015-11-02 Brady Eidson <beidson@apple.com>
Modern IDB: IBDObjectStore.delete() support.
https://bugs.webkit.org/show_bug.cgi?id=150784
Reviewed by Alex Christensen.
* storage/indexeddb/modern/idbobjectstore-delete-1-expected.txt: Added.
* storage/indexeddb/modern/idbobjectstore-delete-1.html: Added.
* storage/indexeddb/modern/idbobjectstore-delete-2-expected.txt: Added.
* storage/indexeddb/modern/idbobjectstore-delete-2.html: Added.
* storage/indexeddb/modern/idbobjectstore-delete-failures-expected.txt: Added.
* storage/indexeddb/modern/idbobjectstore-delete-failures.html: Added.
2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
Marking imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-chunked-trailer.htm as flaky on mac
https://bugs.webkit.org/show_bug.cgi?id=150823
Unreviewed test gardening.
* platform/mac/TestExpectations:
2015-11-02 Brady Eidson <beidson@apple.com>
REGRESSION (191898) idbobjectstore-*-failures.html tests fail in Release builds.
https://bugs.webkit.org/show_bug.cgi?id=150815
Reviewed by NOBODY (Fix failing/flaky tests from my previous check-in)
* storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html:
* storage/indexeddb/modern/idbobjectstore-count-failures.html:
* storage/indexeddb/modern/idbobjectstore-get-failures.html:
* storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html:
2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
Marking fast/text/multiple-feature-properties.html as flaky on win
https://bugs.webkit.org/show_bug.cgi?id=150808
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-02 Brady Eidson <beidson@apple.com>
storage/indexeddb/modern/idbobjectstore-get-failures.html is flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=150804
Reviewed by Beth Dakin's rubberstamp.
* platform/mac-wk1/TestExpectations:
* storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html:
* storage/indexeddb/modern/idbobjectstore-count-failures.html:
* storage/indexeddb/modern/idbobjectstore-get-failures.html:
* storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html:
2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
Marking fast/text/multiple-feature-properties.html as flaky on win
https://bugs.webkit.org/show_bug.cgi?id=150808
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
Marking imported/w3c/web-platform-tests/XMLHttpRequest/send-timeout-events.htm as flaky on Mac
https://bugs.webkit.org/show_bug.cgi?id=150806
Unreviewed test gardening.
* platform/mac/TestExpectations:
2015-11-02 Frederic Wang <fred.wang@free.fr>
[Win] Add support for the USE_TYPO_METRICS flag
https://bugs.webkit.org/show_bug.cgi?id=150451
Reviewed by Darin Adler.
Remove failure expectation for fonts/use-typo-metrics-1.html on Windows.
* platform/win/TestExpectations:
2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
Marking the following tests as flaky on win
editing/input/reveal-caret-of-multiline-contenteditable.html
editing/input/reveal-caret-of-multiline-input.html
https://bugs.webkit.org/show_bug.cgi?id=150684
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/indexeddb/modern/idbobjectstore-count-failures.html as flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=150805
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-11-02 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/indexeddb/modern/idbobjectstore-get-failures.html as flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=150804
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-11-02 Hyunduk Kim <hyunduk.kim@samsung.com>
Enable MediaSource::isTypeSupported() to handle the upper-cased MIME type & Codec
I got the changes from
https://github.com/w3c/web-platform-tests/blob/master/media-source/mediasource-is-type-supported.html
https://bugs.webkit.org/show_bug.cgi?id=150436
Reviewed by Darin Adler.
* http/tests/media/media-source/mediasource-is-type-supported-expected.txt:
* http/tests/media/media-source/mediasource-is-type-supported.html:
* platform/mac/http/tests/media/media-source/mediasource-is-type-supported-expected.txt:
2015-10-29 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] min-content row does not always shrink
https://bugs.webkit.org/show_bug.cgi?id=144581
Reviewed by Zalan Bujtas.
Based on Blink's r191001 by <jfernandez@igalia.com>.
* fast/css-grid-layout/min-content-row-must-shrink-when-column-grows-expected.txt: Added.
* fast/css-grid-layout/min-content-row-must-shrink-when-column-grows.html: Added.
* fast/css-grid-layout/relayout-indefinite-heights-expected.txt: Added.
* fast/css-grid-layout/relayout-indefinite-heights.html: Added.
2015-11-01 Brady Eidson <beidson@apple.com>
Modern IDB: IBDObjectStore.count() support.
https://bugs.webkit.org/show_bug.cgi?id=150785
Reviewed by Darin Adler.
* storage/indexeddb/modern/idbobjectstore-count-1-expected.txt: Added.
* storage/indexeddb/modern/idbobjectstore-count-1.html: Added.
* storage/indexeddb/modern/idbobjectstore-count-failures-expected.txt: Added.
* storage/indexeddb/modern/idbobjectstore-count-failures.html: Added.
2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Support Generator Syntax
https://bugs.webkit.org/show_bug.cgi?id=150769
Reviewed by Geoffrey Garen.
Change "yield" from reserved-if-strict word to keyword.
http://ecma-international.org/ecma-262/6.0/#sec-keywords
* js/dom/reserved-words-as-property-expected.txt:
* js/keywords-and-reserved_words-expected.txt:
* js/let-syntax-expected.txt:
* js/reserved-words-strict-expected.txt:
* js/script-tests/keywords-and-reserved_words.js:
* js/script-tests/reserved-words-strict.js:
2015-11-01 Darin Adler <darin@apple.com>
Re-land a piece of the patch for:
[ES6] Add support for toStringTag
https://bugs.webkit.org/show_bug.cgi?id=150696
* http/tests/history/cross-origin-replace-history-object-child-expected.txt:
* http/tests/security/cross-frame-access-custom-expected.txt:
* http/tests/security/cross-frame-access-history-get-expected.txt:
* http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt:
2015-11-01 Alexey Proskuryakov <ap@apple.com>
[ES6] Add support for toStringTag
https://bugs.webkit.org/show_bug.cgi?id=150696
Re-landing, as this wasn't the culprit.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2015-11-01 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r191815 and r191821.
https://bugs.webkit.org/show_bug.cgi?id=150781
Seems to have broken JSC API tests on some platforms
(Requested by ap on #webkit).
Reverted changesets:
"[ES6] Add support for toStringTag"
https://bugs.webkit.org/show_bug.cgi?id=150696
http://trac.webkit.org/changeset/191815
"Unreviewed, forgot to mark tests as passing for new feature."
http://trac.webkit.org/changeset/191821
2015-10-31 Brady Eidson <beidson@apple.com>
IDB: Date objects don't work as keys or values.
https://bugs.webkit.org/show_bug.cgi?id=150743
Reviewed by Darin Adler.
* storage/indexeddb/modern/date-basic-expected.txt: Added.
* storage/indexeddb/modern/date-basic.html: Added.
* storage/indexeddb/modern/get-keyrange-expected.txt:
* storage/indexeddb/modern/get-keyrange.html:
2015-10-31 Brady Eidson <beidson@apple.com>
storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=150735
Reviewed by Darin Adler.
* platform/mac-wk1/TestExpectations: Reenable the test.
2015-10-30 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Test Debugger.scriptParsed events received after opening inspector frontend
https://bugs.webkit.org/show_bug.cgi?id=150753
Reviewed by Timothy Hatcher.
Explicit test for the scriptParsed events we expect to see
when first opening the inspector on an already open page.
We do not expect to see some scripts (built-ins) but do expect
to see all user scripts evaluated on the page.
* inspector/debugger/scriptParsed-expected.txt: Added.
* inspector/debugger/scriptParsed.html: Added.
2015-10-28 Wenson Hsieh <wenson_hsieh@apple.com>
Inner height behavior when the keyboard is shown should match on WKWebView and MobileSafari
https://bugs.webkit.org/show_bug.cgi?id=150634
<rdar://problem/23202254>
Reviewed by Benjamin Poulain.
Tests that WKWebViews do not fire resize events or change window.innerHeight when showing or
hiding the keyboard. This behavior is consistent with mobile Safari.
* fast/events/ios/keyboard-should-not-trigger-resize-expected.txt: Added.
* fast/events/ios/keyboard-should-not-trigger-resize.html: Added.
2015-10-30 Brady Eidson <beidson@apple.com>
Modern IDB: Support IDBObjectStore.get() for IDBKeyRanges.
https://bugs.webkit.org/show_bug.cgi?id=150718
Reviewed by Alex Christensen.
* storage/indexeddb/modern/get-keyrange.html: Added.
* storage/indexeddb/modern/get-keyrange-expected.txt: Added.
2015-10-30 Brady Eidson <beidson@apple.com>
Modern IDB: IDBObjectStore.clear() support.
https://bugs.webkit.org/show_bug.cgi?id=150733
Reviewed by Alex Christensen.
* storage/indexeddb/modern/idbobjectstore-clear-1-expected.txt: Added.
* storage/indexeddb/modern/idbobjectstore-clear-1.html: Added.
* storage/indexeddb/modern/idbobjectstore-clear-2-expected.txt: Added.
* storage/indexeddb/modern/idbobjectstore-clear-2.html: Added.
* storage/indexeddb/modern/idbobjectstore-put-and-clear-failures-expected.txt: Added.
* storage/indexeddb/modern/idbobjectstore-put-and-clear-failures.html: Added.
2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
Marking imported/w3c/web-platform-tests/XMLHttpRequest/send-timeout-events.htm as flaky on win
https://bugs.webkit.org/show_bug.cgi?id=150594
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-10-30 Keith Miller <keith_miller@apple.com>
[ES6] Add support for toStringTag
https://bugs.webkit.org/show_bug.cgi?id=150696
Reviewed by Geoffrey Garen.
Symbol now has toStringTag as a member. Since Object.prototype.toString()
now does a [[Get]] on the object being stringed there are new console
error messages when accessing another window's properties.
* http/tests/history/cross-origin-replace-history-object-child-expected.txt:
* http/tests/security/cross-frame-access-custom-expected.txt:
* http/tests/security/cross-frame-access-history-get-expected.txt:
* http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt:
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
http/tests/notifications/legacy/events.html flakily asserts on mac-wk2, updating expectations
https://bugs.webkit.org/show_bug.cgi?id=150736
Unreviewed test gardening.
* platform/mac-wk2/TestExpectations:
2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html as flaky on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=150735
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-10-30 Ryan Haddad <ryanhaddad@apple.com>
Marking js/regress/ftl-object-sub.html as a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=150730
Unreviewed test gardening.
* TestExpectations:
2015-10-30 Brady Eidson <beidson@apple.com>
Modern IDB: IDBObjectStore.add() support.
https://bugs.webkit.org/show_bug.cgi?id=150711
Reviewed by Alex Christensen.
* storage/indexeddb/modern/basic-add-expected.txt: Added.
* storage/indexeddb/modern/basic-add.html: Added.
2015-10-29 Ryan Haddad <ryanhaddad@apple.com>
Removing flaky expectations for storage/indexeddb/modern tests since the failure was fixed in r191758
https://bugs.webkit.org/show_bug.cgi?id=150678
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-10-29 Brady Eidson <beidson@apple.com>
Modern IDB: autoIncrement support.
https://bugs.webkit.org/show_bug.cgi?id=150695
Reviewed by Alex Christensen.
* storage/indexeddb/modern/autoincrement-abort-expected.txt: Added.
* storage/indexeddb/modern/autoincrement-abort.html: Added.
2015-10-29 Michael Saboff <msaboff@apple.com>
Crash making a tail call from a getter to a host function
https://bugs.webkit.org/show_bug.cgi?id=150663
Reviewed by Geoffrey Garen.
New regression tests.
* js/regress-150663-expected.txt: Added.
* js/regress-150663.html: Added.
* js/script-tests/regress-150663.js: Added.
(Test):
(Test.prototype.get sum):
2015-10-29 Brady Eidson <beidson@apple.com>
Modern IDB: deleteObjectStore support.
https://bugs.webkit.org/show_bug.cgi?id=150673
Reviewed by Alex Christensen.
* storage/indexeddb/modern/deleteobjectstore-1-expected.txt: Added.
* storage/indexeddb/modern/deleteobjectstore-1.html: Added.
* storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt: Added.
* storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html: Added.
* storage/indexeddb/modern/idbobjectstore-get-failures-expected.txt: Added.
* storage/indexeddb/modern/idbobjectstore-get-failures.html: Added.
2015-10-29 Wenson Hsieh <wenson_hsieh@apple.com>
Date input values should not overlap with menu list dropdown button on iOS
https://bugs.webkit.org/show_bug.cgi?id=150681
<rdar://problem/19965078>
Reviewed by Zalan Bujtas.
Tests that date and time inputs render properly. Namely, the text should not
be rendered such that it covers the dropdown button on the right of the menu
list.
* fast/forms/date/date-input-rendering-basic-expected.txt: Added.
* fast/forms/date/date-input-rendering-basic.html: Added.
* fast/forms/time/time-input-rendering-basic-expected.txt: Added.
* fast/forms/time/time-input-rendering-basic.html: Added.
2015-10-29 Ryan Haddad <ryanhaddad@apple.com>
storage/indexeddb/modern tests crashing frequently on mac-wk1, marking as flaky crashers
https://bugs.webkit.org/show_bug.cgi?id=150678
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-10-29 Said Abou-Hallawa <sabouhallawa@apple.com>
Exploitable crash happens when an SVG contains an indirect resource inheritance cycle
https://bugs.webkit.org/show_bug.cgi?id=150203
Reviewed by Brent Fulgham.
Ensure that we do not crash when an SVG has an indirect cyclic resource
inheritance. Make sure the cyclic resource was just ignored as if it did
not exist.
* svg/custom/pattern-content-inheritance-cycle-expected.svg: Added.
* svg/custom/pattern-content-inheritance-cycle.svg: Added.
2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
* platform/gtk/editing/selection/5057506-expected.txt:
* platform/gtk/editing/selection/display-table-text-expected.txt:
* platform/gtk/editing/selection/iframe-expected.txt:
* platform/gtk/editing/selection/mixed-editability-3-expected.txt:
* platform/gtk/editing/selection/mixed-editability-4-expected.txt:
* platform/gtk/editing/selection/mixed-editability-5-expected.txt:
* platform/gtk/editing/selection/mixed-editability-8-expected.txt:
* platform/gtk/editing/selection/mixed-editability-9-expected.txt:
* platform/gtk/fast/css-generated-content/015-expected.txt:
* platform/gtk/fast/css/acid2-expected.txt:
* platform/gtk/fast/css/acid2-pixel-expected.txt:
* platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/gtk/fast/css/caption-width-absolute-position-expected.txt: Added.
* platform/gtk/fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
* platform/gtk/fast/css/caption-width-fixed-position-expected.txt: Added.
* platform/gtk/fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug101674-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug106795-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug106816-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug110566-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug113424-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug119786-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug126742-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug128229-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020-2-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug133756-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug133948-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug139524-4-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug157890-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1818-3-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug1818-6-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug196870-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug219693-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug219693-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug222467-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug278385-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug50695-2-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug63785-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug67864-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug67915-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug68998-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug69187-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug69382-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug73321-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug78162-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug8032-2-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug81934-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug86708-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug88035-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug88035-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug9024-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug92143-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug97138-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug97383-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug98196-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Added.
* platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_class-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_height-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_id-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_style-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_class-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_id-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_style-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Added.
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/gtk/tables/table-section-overflow-clip-crash-expected.txt: Added.
2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
* platform/gtk/tables/mozilla/bugs/bug100334-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug101201-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug102145-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug102145-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug102145-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug102145-4-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug103533-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug106158-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug108340-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug120107-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug120364-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug133756-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug138725-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug139524-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug139524-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug145572-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug149275-2-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug154780-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug159108-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug175455-4-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug215629-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug220536-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug221784-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug221784-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug222336-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug269566-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug275625-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug277062-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug278266-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug72359-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug75250-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug83786-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug88524-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug93363-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug96334-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug96343-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug99923-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug99948-expected.txt:
2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
* platform/gtk/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug16252-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug17130-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug17138-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug17168-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug17548-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug17587-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug18359-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug18440-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug18558-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug18664-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug18955-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug19356-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug20579-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug20804-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug21299-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug21918-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug22019-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug22246-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug22246-2a-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug22246-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug22246-3a-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug22513-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug23072-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug23151-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug23235-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug23299-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug24200-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug24503-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug24627-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug24880-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug25004-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug25074-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug25086-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug25367-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug25663-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug26178-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug26553-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug27993-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug28928-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug28933-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug29058-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug29157-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug29314-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug29429-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30273-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30418-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30559-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30692-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30985-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32205-5-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32447-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32841-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug33137-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug33855-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug34176-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug34538-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug35662-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug38916-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug39209-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug40828-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug41890-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug42187-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug42443-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug43039-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug43204-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug44505-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug44523-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug45055-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug45055-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug45350-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug45486-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46268-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46268-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46268-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46480-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46480-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46623-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46944-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug47432-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug48028-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug48028-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug48827-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug50695-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug51037-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug51140-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug51727-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug52505-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug52506-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug53690-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug53891-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug55527-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug55545-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug55694-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug55789-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug56201-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug56405-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug57300-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug57378-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug57828-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug58402-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug59354-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug60013-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug60749-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug60804-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug60807-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug60992-expected.txt:
* platform/gtk/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/tr_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_col_width_pct-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_rules_none-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_style-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_class-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_id-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_style-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_class-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_colspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_height-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_id-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_rowspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_style-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
* platform/gtk/tables/mozilla/other/slashlogo-expected.txt:
* platform/gtk/tables/mozilla/other/test3-expected.txt:
* platform/gtk/tables/mozilla/other/test6-expected.txt:
* platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
2015-10-29 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed. EFL gardening: rebaseline more tests after r191623.
* platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/efl/editing/selection/4818145-expected.txt:
* platform/efl/editing/selection/4889598-expected.txt:
* platform/efl/editing/selection/5076323-1-expected.txt:
* platform/efl/editing/selection/5076323-2-expected.txt:
* platform/efl/editing/selection/5076323-3-expected.txt:
* platform/efl/editing/selection/7152-1-expected.txt:
* platform/efl/editing/selection/7152-2-expected.txt:
* platform/efl/editing/selection/display-table-text-expected.txt:
* platform/efl/editing/selection/mixed-editability-3-expected.txt:
* platform/efl/editing/selection/mixed-editability-4-expected.txt:
* platform/efl/editing/selection/mixed-editability-5-expected.txt:
* platform/efl/editing/selection/mixed-editability-8-expected.txt:
* platform/efl/editing/selection/mixed-editability-9-expected.txt:
* platform/efl/editing/selection/table-caret-1-expected.txt:
* platform/efl/editing/selection/table-caret-2-expected.txt:
* platform/efl/fast/table/035-vertical-expected.txt:
* platform/efl/fast/table/038-vertical-expected.txt:
* platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
2015-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
* platform/gtk/editing/selection/inline-table-expected.txt:
* platform/gtk/editing/selection/move-by-line-001-expected.txt:
* platform/gtk/fast/borders/table-borders-expected.txt:
* platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10009-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10036-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10269-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10269-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10296-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10565-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10633-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug11321-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug11384q-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug11384s-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug11944-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug12008-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug12268-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug12384-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug12709-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug12908-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug13105-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug13118-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug13169-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug13484-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug13526-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug14159-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug14323-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug14929-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug15247-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug15544-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug15933-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug16012-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3977-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4284-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4385-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4427-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4429-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4501-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4520-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4523-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4576-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4739-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4803-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4849-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug5188-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug5538-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug5797-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug5798-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug5799-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug5835-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug5838-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug6184-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug6304-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug6404-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug6674-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug7121-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug7342-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug7471-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug7714-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug8032-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug8361-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug8381-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug8858-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug8950-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug9072-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug9123-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug9271-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug9879-1-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_border_0-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_default-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_id-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_width_percent-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_width_px-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/td_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/td_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/td_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/td_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Added.
* platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: Added.
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: Added.
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: Added.
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Copied from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Copied from LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-10-28 Brady Eidson <beidson@apple.com>
Modern IDB: Support IDBDatabase.transaction() (and transaction scheduling in general).
https://bugs.webkit.org/show_bug.cgi?id=150614
Reviewed by Alex Christensen.
* storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt: Added.
* storage/indexeddb/modern/idbdatabase-transaction-failures.html: Added.
* storage/indexeddb/modern/transaction-scheduler-1-expected.txt: Added.
* storage/indexeddb/modern/transaction-scheduler-1.html: Added.
* storage/indexeddb/modern/transaction-scheduler-2-expected.txt: Added.
* storage/indexeddb/modern/transaction-scheduler-2.html: Added.
* storage/indexeddb/modern/transaction-scheduler-3-expected.txt: Added.
* storage/indexeddb/modern/transaction-scheduler-3.html: Added.
* storage/indexeddb/modern/transaction-scheduler-4-expected.txt: Added.
* storage/indexeddb/modern/transaction-scheduler-4.html: Added.
* storage/indexeddb/modern/transaction-scheduler-5-expected.txt: Added.
* storage/indexeddb/modern/transaction-scheduler-5.html: Added.
* storage/indexeddb/modern/transaction-scheduler-6-expected.txt: Added.
* storage/indexeddb/modern/transaction-scheduler-6.html: Added.
2015-10-28 Andy Estes <aestes@apple.com>
[Content Filtering] Crash when allowing a 0-byte resource to load
https://bugs.webkit.org/show_bug.cgi?id=150644
<rdar://problem/23288538>
Reviewed by Darin Adler.
* contentfiltering/allow-empty-document-expected.html: Added.
* contentfiltering/allow-empty-document.html: Added.
* contentfiltering/resources/empty.html: Added.
2015-10-28 Mark Lam <mark.lam@apple.com>
Update FTL to support UntypedUse operands for op_sub.
https://bugs.webkit.org/show_bug.cgi?id=150562
Not reviewed.
* js/regress/script-tests/ftl-object-sub.js:
- Removed a debugging print() that was accidentally left in.
2015-10-28 Chris Dumez <cdumez@apple.com>
Assertion failure in WebCore::FrameLoader::stopLoading() running fast/events tests
https://bugs.webkit.org/show_bug.cgi?id=150624
<rdar://problem/23294110>
Reviewed by Darin Adler.
* fast/events/form-iframe-target-before-load-crash2.html:
Set the frame name so that the test still tests the same thing as it was
originally testing before r191652. This is needed because the frame id
no longer sets the window name and therefore no longer matches the form's
target.
* fast/events/form-iframe-target-before-load-crash3-expected.txt: Added.
* fast/events/form-iframe-target-before-load-crash3.html: Added.
This is a version on fast/events/form-iframe-target-before-load-crash.html
with the frame name set so that it tests the same thing it was originally
testing before r191652. form-iframe-target-before-load-crash.html is kept
as is (without frame name) as it exposed a new crash.
2015-10-28 Mark Lam <mark.lam@apple.com>
Update FTL to support UntypedUse operands for op_sub.
https://bugs.webkit.org/show_bug.cgi?id=150562
Reviewed by Geoffrey Garen.
* js/regress/ftl-sub-expected.txt: Added.
* js/regress/ftl-sub.html: Added.
* js/regress/script-tests/ftl-sub.js: Added.
(o1.valueOf):
(o2.valueOf):
(foo):
2015-10-28 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed. EFL gardening: rebaseline more tests after r191623.
https://bugs.webkit.org/show_bug.cgi?id=150628
* platform/efl/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
* platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/efl/tables/layering/paint-test-layering-1-expected.txt:
* platform/efl/tables/layering/paint-test-layering-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug10009-expected.txt:
* platform/efl/tables/mozilla/bugs/bug100334-expected.txt:
* platform/efl/tables/mozilla/bugs/bug10036-expected.txt:
* platform/efl/tables/mozilla/bugs/bug101201-expected.txt:
* platform/efl/tables/mozilla/bugs/bug101674-expected.txt:
* platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug103533-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug10565-expected.txt:
* platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug106158-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug10633-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1067-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1067-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug106795-expected.txt:
* platform/efl/tables/mozilla/bugs/bug106816-expected.txt:
* platform/efl/tables/mozilla/bugs/bug108340-expected.txt:
* platform/efl/tables/mozilla/bugs/bug110566-expected.txt:
* platform/efl/tables/mozilla/bugs/bug11321-expected.txt:
* platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug113424-expected.txt:
* platform/efl/tables/mozilla/bugs/bug11384q-expected.txt:
* platform/efl/tables/mozilla/bugs/bug11384s-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
* platform/efl/tables/mozilla/bugs/bug11944-expected.txt:
* platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
* platform/efl/tables/mozilla/bugs/bug12008-expected.txt:
* platform/efl/tables/mozilla/bugs/bug120107-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug120364-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1220-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1224-expected.txt:
* platform/efl/tables/mozilla/bugs/bug12268-expected.txt:
* platform/efl/tables/mozilla/bugs/bug12384-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1261-expected.txt:
* platform/efl/tables/mozilla/bugs/bug126742-expected.txt:
* platform/efl/tables/mozilla/bugs/bug12709-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1271-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug128229-expected.txt:
* platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug1296-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1302-expected.txt:
* platform/efl/tables/mozilla/bugs/bug131020-expected.txt:
* platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/efl/tables/mozilla/bugs/bug13105-expected.txt:
* platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
* platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
* platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug13484-expected.txt:
* platform/efl/tables/mozilla/bugs/bug13526-expected.txt:
* platform/efl/tables/mozilla/bugs/bug137388-1-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug137388-2-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug137388-3-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug138725-expected.txt:
* platform/efl/tables/mozilla/bugs/bug139524-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug139524-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug139524-4-expected.txt:
* platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1430-expected.txt:
* platform/efl/tables/mozilla/bugs/bug14323-expected.txt:
* platform/efl/tables/mozilla/bugs/bug145572-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1474-expected.txt:
* platform/efl/tables/mozilla/bugs/bug149275-2-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug14929-expected.txt:
* platform/efl/tables/mozilla/bugs/bug15247-expected.txt:
* platform/efl/tables/mozilla/bugs/bug154780-expected.txt:
* platform/efl/tables/mozilla/bugs/bug15544-expected.txt:
* platform/efl/tables/mozilla/bugs/bug157890-expected.txt:
* platform/efl/tables/mozilla/bugs/bug159108-expected.txt:
* platform/efl/tables/mozilla/bugs/bug15933-expected.txt:
* platform/efl/tables/mozilla/bugs/bug16012-expected.txt:
* platform/efl/tables/mozilla/bugs/bug16252-expected.txt:
* platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
* platform/efl/tables/mozilla/bugs/bug17168-expected.txt:
* platform/efl/tables/mozilla/bugs/bug175455-4-expected.txt:
* platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
* platform/efl/tables/mozilla/bugs/bug17587-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1800-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1802-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1809-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1828-expected.txt:
* platform/efl/tables/mozilla/bugs/bug18359-expected.txt:
* platform/efl/tables/mozilla/bugs/bug18440-expected.txt:
* platform/efl/tables/mozilla/bugs/bug18558-expected.txt:
* platform/efl/tables/mozilla/bugs/bug18664-expected.txt:
* platform/efl/tables/mozilla/bugs/bug18955-expected.txt:
* platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug19356-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2050-expected.txt:
* platform/efl/tables/mozilla/bugs/bug20579-expected.txt:
* platform/efl/tables/mozilla/bugs/bug20804-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2123-expected.txt:
* platform/efl/tables/mozilla/bugs/bug21299-expected.txt:
* platform/efl/tables/mozilla/bugs/bug215629-expected.txt:
* platform/efl/tables/mozilla/bugs/bug21918-expected.txt:
* platform/efl/tables/mozilla/bugs/bug219693-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug219693-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug22019-expected.txt:
* platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
* platform/efl/tables/mozilla/bugs/bug221784-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug221784-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug222336-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug22246-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug22246-2a-expected.txt:
* platform/efl/tables/mozilla/bugs/bug22246-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug22246-3a-expected.txt:
* platform/efl/tables/mozilla/bugs/bug22513-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2267-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2296-expected.txt:
* platform/efl/tables/mozilla/bugs/bug23072-expected.txt:
* platform/efl/tables/mozilla/bugs/bug23151-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug23235-expected.txt:
* platform/efl/tables/mozilla/bugs/bug23299-expected.txt:
* platform/efl/tables/mozilla/bugs/bug24200-expected.txt:
* platform/efl/tables/mozilla/bugs/bug24503-expected.txt:
* platform/efl/tables/mozilla/bugs/bug24627-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2469-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug24880-expected.txt:
* platform/efl/tables/mozilla/bugs/bug25004-expected.txt:
* platform/efl/tables/mozilla/bugs/bug25074-expected.txt:
* platform/efl/tables/mozilla/bugs/bug25086-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2516-expected.txt:
* platform/efl/tables/mozilla/bugs/bug25367-expected.txt:
* platform/efl/tables/mozilla/bugs/bug25663-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2585-expected.txt:
* platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
* platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug2684-expected.txt:
* platform/efl/tables/mozilla/bugs/bug269566-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug27038-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug275625-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2757-expected.txt:
* platform/efl/tables/mozilla/bugs/bug277062-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug2773-expected.txt:
* platform/efl/tables/mozilla/bugs/bug278266-expected.txt:
* platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
* platform/efl/tables/mozilla/bugs/bug27993-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug2886-expected.txt:
* platform/efl/tables/mozilla/bugs/bug28928-expected.txt:
* platform/efl/tables/mozilla/bugs/bug28933-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug29058-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug29157-expected.txt:
* platform/efl/tables/mozilla/bugs/bug29314-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug29429-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2947-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2954-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug2973-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2981-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug2997-expected.txt:
* platform/efl/tables/mozilla/bugs/bug30273-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3037-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
* platform/efl/tables/mozilla/bugs/bug30559-expected.txt:
* platform/efl/tables/mozilla/bugs/bug30692-expected.txt:
* platform/efl/tables/mozilla/bugs/bug30985-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3103-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3191-expected.txt:
* platform/efl/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug32205-5-expected.txt:
* platform/efl/tables/mozilla/bugs/bug32447-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3260-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
* platform/efl/tables/mozilla/bugs/bug32841-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug33137-expected.txt:
* platform/efl/tables/mozilla/bugs/bug33855-expected.txt:
* platform/efl/tables/mozilla/bugs/bug34176-expected.txt:
* platform/efl/tables/mozilla/bugs/bug34538-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3454-expected.txt:
* platform/efl/tables/mozilla/bugs/bug35662-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3681-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3681-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3718-expected.txt:
* platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
* platform/efl/tables/mozilla/bugs/bug39209-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3977-expected.txt:
* platform/efl/tables/mozilla/bugs/bug40828-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4093-expected.txt:
* platform/efl/tables/mozilla/bugs/bug41890-expected.txt:
* platform/efl/tables/mozilla/bugs/bug42187-expected.txt:
* platform/efl/tables/mozilla/bugs/bug42443-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4284-expected.txt:
* platform/efl/tables/mozilla/bugs/bug43039-expected.txt:
* platform/efl/tables/mozilla/bugs/bug43204-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4385-expected.txt:
* platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4427-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4429-expected.txt:
* platform/efl/tables/mozilla/bugs/bug44505-expected.txt:
* platform/efl/tables/mozilla/bugs/bug44523-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4501-expected.txt:
* platform/efl/tables/mozilla/bugs/bug45055-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug45055-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4520-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4523-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4527-expected.txt:
* platform/efl/tables/mozilla/bugs/bug45350-expected.txt:
* platform/efl/tables/mozilla/bugs/bug45486-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4576-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46268-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46268-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46623-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug46944-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4739-expected.txt:
* platform/efl/tables/mozilla/bugs/bug47432-expected.txt:
* platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4803-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug4849-expected.txt:
* platform/efl/tables/mozilla/bugs/bug48827-expected.txt:
* platform/efl/tables/mozilla/bugs/bug51037-expected.txt:
* platform/efl/tables/mozilla/bugs/bug51140-expected.txt:
* platform/efl/tables/mozilla/bugs/bug51727-expected.txt:
* platform/efl/tables/mozilla/bugs/bug5188-expected.txt:
* platform/efl/tables/mozilla/bugs/bug52505-expected.txt:
* platform/efl/tables/mozilla/bugs/bug52506-expected.txt:
* platform/efl/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug53690-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug53891-expected.txt:
* platform/efl/tables/mozilla/bugs/bug5538-expected.txt:
* platform/efl/tables/mozilla/bugs/bug55527-expected.txt:
* platform/efl/tables/mozilla/bugs/bug55545-expected.txt:
* platform/efl/tables/mozilla/bugs/bug55694-expected.txt:
* platform/efl/tables/mozilla/bugs/bug55789-expected.txt:
* platform/efl/tables/mozilla/bugs/bug56201-expected.txt:
* platform/efl/tables/mozilla/bugs/bug56405-expected.txt:
* platform/efl/tables/mozilla/bugs/bug57300-expected.txt:
* platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
* platform/efl/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug57828-expected.txt:
* platform/efl/tables/mozilla/bugs/bug5797-expected.txt:
* platform/efl/tables/mozilla/bugs/bug5798-expected.txt:
* platform/efl/tables/mozilla/bugs/bug5799-expected.txt:
* platform/efl/tables/mozilla/bugs/bug5835-expected.txt:
* platform/efl/tables/mozilla/bugs/bug5838-expected.txt:
* platform/efl/tables/mozilla/bugs/bug58402-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug59354-expected.txt:
* platform/efl/tables/mozilla/bugs/bug60013-expected.txt:
* platform/efl/tables/mozilla/bugs/bug60749-expected.txt:
* platform/efl/tables/mozilla/bugs/bug60804-expected.txt:
* platform/efl/tables/mozilla/bugs/bug60807-expected.txt:
* platform/efl/tables/mozilla/bugs/bug60992-expected.txt:
* platform/efl/tables/mozilla/bugs/bug6184-expected.txt:
* platform/efl/tables/mozilla/bugs/bug625-expected.txt:
* platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
* platform/efl/tables/mozilla/bugs/bug63785-expected.txt:
* platform/efl/tables/mozilla/bugs/bug6404-expected.txt:
* platform/efl/tables/mozilla/bugs/bug647-expected.txt:
* platform/efl/tables/mozilla/bugs/bug650-expected.txt:
* platform/efl/tables/mozilla/bugs/bug6674-expected.txt:
* platform/efl/tables/mozilla/bugs/bug67864-expected.txt:
* platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug68998-expected.txt:
* platform/efl/tables/mozilla/bugs/bug69187-expected.txt:
* platform/efl/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug69382-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug709-expected.txt:
* platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug7121-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug72359-expected.txt:
* platform/efl/tables/mozilla/bugs/bug73321-expected.txt:
* platform/efl/tables/mozilla/bugs/bug7342-expected.txt:
* platform/efl/tables/mozilla/bugs/bug7471-expected.txt:
* platform/efl/tables/mozilla/bugs/bug75250-expected.txt:
* platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
* platform/efl/tables/mozilla/bugs/bug78162-expected.txt:
* platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug81934-expected.txt:
* platform/efl/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug8361-expected.txt:
* platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug8381-expected.txt:
* platform/efl/tables/mozilla/bugs/bug86708-expected.txt:
* platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
* platform/efl/tables/mozilla/bugs/bug8950-expected.txt:
* platform/efl/tables/mozilla/bugs/bug9072-expected.txt:
* platform/efl/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug9123-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug92143-expected.txt:
* platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug93363-expected.txt:
* platform/efl/tables/mozilla/bugs/bug963-expected.txt:
* platform/efl/tables/mozilla/bugs/bug96334-expected.txt:
* platform/efl/tables/mozilla/bugs/bug96343-expected.txt:
* platform/efl/tables/mozilla/bugs/bug965-expected.txt:
* platform/efl/tables/mozilla/bugs/bug97138-expected.txt:
* platform/efl/tables/mozilla/bugs/bug97383-expected.txt:
* platform/efl/tables/mozilla/bugs/bug9879-1-expected.txt:
* platform/efl/tables/mozilla/bugs/bug99923-expected.txt:
* platform/efl/tables/mozilla/bugs/bug99948-expected.txt:
* platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.txt:
* platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/efl/tables/mozilla/core/bloomberg-expected.txt:
* platform/efl/tables/mozilla/core/borders-expected.txt:
* platform/efl/tables/mozilla/core/captions-expected.txt:
* platform/efl/tables/mozilla/core/cell_heights-expected.txt:
* platform/efl/tables/mozilla/core/col_span-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_auto_per-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
* platform/efl/tables/mozilla/core/col_widths_fix_per-expected.txt:
* platform/efl/tables/mozilla/core/margins-expected.txt:
* platform/efl/tables/mozilla/core/misc-expected.txt:
* platform/efl/tables/mozilla/core/nested1-expected.txt:
* platform/efl/tables/mozilla/core/one_row-expected.txt:
* platform/efl/tables/mozilla/core/row_span-expected.txt:
* platform/efl/tables/mozilla/core/table_frame-expected.txt:
* platform/efl/tables/mozilla/core/table_rules-expected.txt:
* platform/efl/tables/mozilla/core/table_widths-expected.txt:
* platform/efl/tables/mozilla/dom/appendCol2-expected.txt:
* platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.txt:
* platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
* platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
* platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
* platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
* platform/efl/tables/mozilla/dom/deleteCol1-expected.txt:
* platform/efl/tables/mozilla/dom/deleteCol2-expected.txt:
* platform/efl/tables/mozilla/dom/deleteCol3-expected.txt:
* platform/efl/tables/mozilla/dom/deleteColGroup1-expected.txt:
* platform/efl/tables/mozilla/dom/deleteColGroup2-expected.txt:
* platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
* platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
* platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
* platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.txt:
* platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.txt:
* platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
* platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
* platform/efl/tables/mozilla/dom/insertColGroups1-expected.txt:
* platform/efl/tables/mozilla/dom/insertColGroups2-expected.txt:
* platform/efl/tables/mozilla/dom/insertCols1-expected.txt:
* platform/efl/tables/mozilla/dom/insertCols2-expected.txt:
* platform/efl/tables/mozilla/dom/insertCols3-expected.txt:
* platform/efl/tables/mozilla/dom/insertCols4-expected.txt:
* platform/efl/tables/mozilla/dom/insertCols5-expected.txt:
* platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.txt:
* platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
* platform/efl/tables/mozilla/dom/tableDom-expected.txt:
* platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/efl/tables/mozilla/marvin/body_col-expected.txt:
* platform/efl/tables/mozilla/marvin/body_tbody-expected.txt:
* platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
* platform/efl/tables/mozilla/marvin/col_span-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt:
* platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt:
* platform/efl/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt: Added.
* platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/efl/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt:
* platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_border_0-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_default-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_id-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_width_percent-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_width_px-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_char-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_char-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/efl/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_border-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.txt:
* platform/efl/tables/mozilla/marvin/x_table_style-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_class-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_id-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_style-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_class-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_colspan-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_height-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_id-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_style-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_class-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_height-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_id-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_style-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_class-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_id-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_style-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/efl/tables/mozilla/other/body_col-expected.txt:
* platform/efl/tables/mozilla/other/cell_widths-expected.txt:
* platform/efl/tables/mozilla/other/cellspacing-expected.txt:
* platform/efl/tables/mozilla/other/move_row-expected.txt:
* platform/efl/tables/mozilla/other/ms-expected.txt:
* platform/efl/tables/mozilla/other/nested2-expected.txt:
* platform/efl/tables/mozilla/other/nestedTables-expected.txt:
* platform/efl/tables/mozilla/other/padding-expected.txt:
* platform/efl/tables/mozilla/other/slashlogo-expected.txt:
* platform/efl/tables/mozilla/other/test3-expected.txt:
* platform/efl/tables/mozilla/other/test6-expected.txt:
* platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Added.
* platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
* platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt:
* platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/core/cols1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/core/columns-expected.txt:
* platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.txt:
* platform/efl/tables/mozilla_expected_failures/core/standards1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt: Added.
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt: Added.
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: Added.
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Copied from LayoutTests/platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Copied from LayoutTests/platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt.
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
* platform/efl/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
* platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-10-28 Zalan Bujtas <zalan@apple.com>
Should never be reached failure in WebCore::backgroundRectForBox
https://bugs.webkit.org/show_bug.cgi?id=150232
Reviewed by Simon Fraser.
We should never end up with simple container for composited layer when background-clip: text is present.
(not even when the box has no decoration to paint)
* fast/backgrounds/background-clip-text-with-simple-container-expected.txt: Added.
* fast/backgrounds/background-clip-text-with-simple-container.html: Added.
2015-10-28 Ryan Haddad <ryanhaddad@apple.com>
Adding imported/w3c/web-platform-tests/XMLHttpRequest/response-method.htm to the list of flaky tests on win
https://bugs.webkit.org/show_bug.cgi?id=150594
Unreviewed test gardening
* platform/win/TestExpectations:
2015-10-28 Brady Eidson <beidson@apple.com>
Modern IDB: Implement most readonly attributes of IDBObjectStore.
https://bugs.webkit.org/show_bug.cgi?id=150617
Reviewed by Alex Christensen.
* storage/indexeddb/modern/objectstore-attributes-expected.txt: Added.
* storage/indexeddb/modern/objectstore-attributes.html: Added.
2015-10-28 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed. EFL gardening: rebaseline more tests after r191623.
https://bugs.webkit.org/show_bug.cgi?id=150626
* platform/efl/editing/deleting/4922367-expected.txt:
* platform/efl/editing/deleting/5099303-expected.txt:
* platform/efl/editing/deleting/5126166-expected.txt:
* platform/efl/editing/deleting/5144139-2-expected.txt:
* platform/efl/editing/deleting/5206311-1-expected.txt:
* platform/efl/editing/deleting/5433862-2-expected.txt:
* platform/efl/editing/deleting/5483370-expected.txt:
* platform/efl/editing/deleting/delete-to-select-table-expected.txt:
* platform/efl/editing/deleting/table-cells-expected.txt:
* platform/efl/editing/execCommand/5481523-expected.txt:
* platform/efl/editing/inserting/5058163-1-expected.txt:
* platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
* platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
* platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/efl/editing/selection/3690703-2-expected.txt:
* platform/efl/editing/selection/3690703-expected.txt:
* platform/efl/editing/selection/3690719-expected.txt:
* platform/efl/editing/selection/4895428-2-expected.txt:
* platform/efl/editing/selection/5057506-2-expected.txt:
* platform/efl/editing/selection/5057506-expected.txt:
* platform/efl/editing/selection/5131716-1-expected.txt:
* platform/efl/editing/selection/5131716-2-expected.txt:
* platform/efl/editing/selection/5131716-3-expected.txt:
* platform/efl/editing/selection/5131716-4-expected.txt:
* platform/efl/editing/selection/iframe-expected.txt:
* platform/efl/editing/selection/inline-table-expected.txt:
* platform/efl/editing/selection/move-by-line-001-expected.txt:
* platform/efl/editing/selection/select-all-004-expected.txt: Added.
* platform/efl/editing/selection/table-caret-3-expected.txt:
* platform/efl/editing/style/5017613-1-expected.txt:
* platform/efl/editing/style/5017613-2-expected.txt:
* platform/efl/editing/style/apple-style-editable-mix-expected.txt:
* platform/efl/editing/style/table-selection-expected.txt:
* platform/efl/editing/unsupported-content/table-type-after-expected.txt:
* platform/efl/editing/unsupported-content/table-type-before-expected.txt:
* platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
* platform/efl/fast/block/basic/016-expected.txt:
* platform/efl/fast/block/basic/quirk-percent-height-table-cell-expected.txt: Added.
* platform/efl/fast/block/float/011-expected.txt:
* platform/efl/fast/block/float/015-expected.txt:
* platform/efl/fast/block/float/025-expected.txt:
* platform/efl/fast/block/float/026-expected.txt:
* platform/efl/fast/block/float/027-expected.txt:
* platform/efl/fast/block/float/028-expected.txt:
* platform/efl/fast/block/margin-collapse/001-expected.txt:
* platform/efl/fast/block/margin-collapse/005-expected.txt:
* platform/efl/fast/block/margin-collapse/006-expected.txt:
* platform/efl/fast/block/margin-collapse/010-expected.txt:
* platform/efl/fast/block/margin-collapse/011-expected.txt:
* platform/efl/fast/block/margin-collapse/012-expected.txt:
* platform/efl/fast/block/margin-collapse/015-expected.txt:
* platform/efl/fast/block/margin-collapse/016-expected.txt:
* platform/efl/fast/block/margin-collapse/017-expected.txt:
* platform/efl/fast/block/margin-collapse/018-expected.txt:
* platform/efl/fast/block/margin-collapse/019-expected.txt:
* platform/efl/fast/block/margin-collapse/020-expected.txt:
* platform/efl/fast/block/margin-collapse/021-expected.txt:
* platform/efl/fast/block/margin-collapse/022-expected.txt:
* platform/efl/fast/block/margin-collapse/025-expected.txt:
* platform/efl/fast/block/margin-collapse/032-expected.txt:
* platform/efl/fast/block/margin-collapse/033-expected.txt:
* platform/efl/fast/block/margin-collapse/034-expected.txt:
* platform/efl/fast/block/margin-collapse/041-expected.txt:
* platform/efl/fast/block/margin-collapse/042-expected.txt:
* platform/efl/fast/block/margin-collapse/055-expected.txt:
* platform/efl/fast/block/margin-collapse/056-expected.txt:
* platform/efl/fast/block/margin-collapse/057-expected.txt:
* platform/efl/fast/block/margin-collapse/058-expected.txt:
* platform/efl/fast/block/margin-collapse/059-expected.txt:
* platform/efl/fast/block/margin-collapse/104-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/efl/fast/block/positioning/053-expected.txt:
* platform/efl/fast/block/positioning/negative-right-pos-expected.txt:
* platform/efl/fast/block/positioning/table-cell-static-position-expected.txt:
* platform/efl/fast/borders/bidi-009a-expected.txt:
* platform/efl/fast/borders/border-antialiasing-expected.txt:
* platform/efl/fast/borders/border-radius-different-width-001-expected.txt: Copied from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt.
* platform/efl/fast/borders/table-borders-expected.txt:
* platform/efl/fast/box-shadow/basic-shadows-expected.txt:
* platform/efl/fast/css-generated-content/015-expected.txt:
* platform/efl/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/efl/fast/css-generated-content/first-letter-in-nested-before-expected.txt: Added.
* platform/efl/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Added.
* platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
* platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
* platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
* platform/efl/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
* platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
* platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
* platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
* platform/efl/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/efl/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
* platform/efl/fast/css-generated-content/table-with-before-expected.txt:
* platform/efl/fast/css/003-expected.txt:
* platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.txt:
* platform/efl/fast/css/acid2-expected.txt:
* platform/efl/fast/css/acid2-pixel-expected.txt:
* platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/efl/fast/css/box-shadow-and-border-radius-expected.txt: Added.
* platform/efl/fast/css/caption-width-absolute-position-expected.txt: Added.
* platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
* platform/efl/fast/css/caption-width-fixed-position-expected.txt: Added.
* platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
* platform/efl/fast/css/caption-width-relative-position-expected.txt: Added.
* platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt: Added.
* platform/efl/fast/css/css3-nth-child-expected.txt:
* platform/efl/fast/css/first-letter-float-expected.txt:
* platform/efl/fast/css/focus-ring-detached-expected.txt:
* platform/efl/fast/css/focus-ring-multiline-expected.txt:
* platform/efl/fast/css/h1-in-section-elements-expected.txt:
* platform/efl/fast/css/image-rendering-expected.txt:
* platform/efl/fast/css/layerZOrderCrash-expected.txt:
* platform/efl/fast/css/min-width-with-spanned-cell-expected.txt: Added.
* platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.txt: Added.
* platform/efl/fast/css/percentage-non-integer-expected.txt:
* platform/efl/fast/css/table-text-align-quirk-expected.txt:
* platform/efl/fast/css/table-text-align-strict-expected.txt:
* platform/efl/fast/dom/34176-expected.txt:
* platform/efl/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt: Added.
* platform/efl/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/efl/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/efl/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/efl/fast/dom/row-inner-text-expected.txt:
* platform/efl/fast/dynamic/001-expected.txt: Added.
* platform/efl/fast/dynamic/007-expected.txt:
* platform/efl/fast/dynamic/013-expected.txt:
* platform/efl/fast/dynamic/014-expected.txt:
* platform/efl/fast/dynamic/015-expected.txt:
* platform/efl/fast/dynamic/containing-block-change-expected.txt:
* platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
* platform/efl/fast/dynamic/float-withdrawal-expected.txt:
* platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/efl/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
* platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
* platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
* platform/efl/fast/forms/001-expected.txt:
* platform/efl/fast/forms/005-expected.txt: Added.
* platform/efl/fast/forms/basic-buttons-expected.txt:
* platform/efl/fast/forms/button-white-space-expected.txt:
* platform/efl/fast/forms/file/file-input-direction-expected.txt:
* platform/efl/fast/forms/form-added-to-table-expected.txt:
* platform/efl/fast/forms/form-element-geometry-expected.txt:
* platform/efl/fast/forms/form-hides-table-expected.txt:
* platform/efl/fast/forms/form-in-malformed-markup-expected.txt:
* platform/efl/fast/forms/formmove3-expected.txt:
* platform/efl/fast/forms/input-appearance-spinbutton-expected.txt: Added.
* platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/efl/fast/forms/input-table-expected.txt:
* platform/efl/fast/forms/input-value-expected.txt:
* platform/efl/fast/forms/listbox-bidi-align-expected.txt:
* platform/efl/fast/forms/minWidthPercent-expected.txt:
* platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/efl/fast/html/details-writing-mode-expected.txt:
* platform/efl/fast/inline-block/001-expected.txt:
* platform/efl/fast/inline-block/overflow-clip-expected.txt:
* platform/efl/fast/invalid/012-expected.txt:
* platform/efl/fast/invalid/018-expected.txt:
* platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
* platform/efl/fast/invalid/td-inside-object-expected.txt:
* platform/efl/fast/lists/004-expected.txt:
* platform/efl/fast/lists/list-marker-before-content-table-expected.txt: Added.
* platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
* platform/efl/fast/multicol/span/before-child-anonymous-column-block-expected.txt: Added.
* platform/efl/fast/multicol/table-vertical-align-expected.txt:
* platform/efl/fast/overflow/002-expected.txt:
* platform/efl/fast/overflow/overflow-auto-table-expected.txt:
* platform/efl/fast/overflow/overflow-rtl-expected.txt:
* platform/efl/fast/overflow/overflow-rtl-vertical-expected.txt:
* platform/efl/fast/overflow/table-overflow-float-expected.txt:
* platform/efl/fast/reflections/table-cell-expected.txt: Added.
* platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
* platform/efl/fast/repaint/float-overflow-expected.txt: Added.
* platform/efl/fast/repaint/float-overflow-right-expected.txt: Added.
* platform/efl/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/efl/fast/repaint/table-cell-collapsed-border-expected.txt:
* platform/efl/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
* platform/efl/fast/repaint/table-cell-move-expected.txt:
* platform/efl/fast/repaint/table-cell-overflow-expected.txt: Added.
* platform/efl/fast/repaint/table-cell-vertical-overflow-expected.txt: Added.
* platform/efl/fast/repaint/table-col-background-expected.txt: Added.
* platform/efl/fast/repaint/table-collapsed-border-expected.txt:
* platform/efl/fast/repaint/table-extra-bottom-grow-expected.txt:
* platform/efl/fast/repaint/table-hover-on-link-expected.txt: Added.
* platform/efl/fast/repaint/table-outer-border-expected.txt: Added.
* platform/efl/fast/repaint/table-row-expected.txt: Added.
* platform/efl/fast/repaint/table-section-overflow-expected.txt: Added.
* platform/efl/fast/repaint/table-section-repaint-expected.txt: Added.
* platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Added.
* platform/efl/fast/repaint/table-writing-modes-h-expected.txt: Added.
* platform/efl/fast/repaint/table-writing-modes-v-expected.txt: Added.
* platform/efl/fast/replaced/005-expected.txt:
* platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.txt: Added.
* platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
* platform/efl/fast/replaced/selection-rect-expected.txt: Added.
* platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
* platform/efl/fast/replaced/table-percent-height-positioned-expected.txt: Added.
* platform/efl/fast/replaced/width100percent-button-expected.txt:
* platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
* platform/efl/fast/replaced/width100percent-image-expected.txt:
* platform/efl/fast/replaced/width100percent-menulist-expected.txt:
* platform/efl/fast/replaced/width100percent-radio-expected.txt:
* platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
* platform/efl/fast/replaced/width100percent-textarea-expected.txt:
* platform/efl/fast/replaced/width100percent-textfield-expected.txt:
* platform/efl/fast/ruby/ruby-inline-table-expected.txt:
* platform/efl/fast/selectors/018-expected.txt:
* platform/efl/fast/selectors/018b-expected.txt:
* platform/efl/fast/selectors/032-expected.txt:
* platform/efl/fast/selectors/043-expected.txt:
* platform/efl/fast/selectors/043b-expected.txt:
* platform/efl/fast/selectors/044-expected.txt:
* platform/efl/fast/selectors/044b-expected.txt:
* platform/efl/fast/selectors/077-expected.txt:
* platform/efl/fast/selectors/077b-expected.txt:
* platform/efl/fast/selectors/078b-expected.txt:
* platform/efl/fast/table/001-expected.txt:
* platform/efl/fast/table/002-expected.txt:
* platform/efl/fast/table/003-expected.txt:
* platform/efl/fast/table/004-expected.txt:
* platform/efl/fast/table/005-expected.txt:
* platform/efl/fast/table/006-expected.txt:
* platform/efl/fast/table/007-expected.txt:
* platform/efl/fast/table/008-expected.txt: Added.
* platform/efl/fast/table/009-expected.txt:
* platform/efl/fast/table/010-expected.txt:
* platform/efl/fast/table/011-expected.txt:
* platform/efl/fast/table/012-expected.txt:
* platform/efl/fast/table/013-expected.txt:
* platform/efl/fast/table/015-expected.txt:
* platform/efl/fast/table/016-expected.txt:
* platform/efl/fast/table/017-expected.txt:
* platform/efl/fast/table/020-expected.txt:
* platform/efl/fast/table/021-expected.txt:
* platform/efl/fast/table/022-expected.txt:
* platform/efl/fast/table/023-expected.txt:
* platform/efl/fast/table/024-expected.txt: Added.
* platform/efl/fast/table/025-expected.txt:
* platform/efl/fast/table/026-expected.txt:
* platform/efl/fast/table/027-expected.txt:
* platform/efl/fast/table/027-vertical-expected.txt:
* platform/efl/fast/table/028-expected.txt:
* platform/efl/fast/table/028-vertical-expected.txt:
* platform/efl/fast/table/029-expected.txt:
* platform/efl/fast/table/030-expected.txt:
* platform/efl/fast/table/031-expected.txt: Added.
* platform/efl/fast/table/032-expected.txt: Added.
* platform/efl/fast/table/033-expected.txt:
* platform/efl/fast/table/034-expected.txt: Added.
* platform/efl/fast/table/035-expected.txt:
* platform/efl/fast/table/037-expected.txt:
* platform/efl/fast/table/038-expected.txt:
* platform/efl/fast/table/039-expected.txt:
* platform/efl/fast/table/040-expected.txt:
* platform/efl/fast/table/040-vertical-expected.txt:
* platform/efl/fast/table/041-expected.txt:
* platform/efl/fast/table/100-percent-cell-width-expected.txt:
* platform/efl/fast/table/add-before-anonymous-child-expected.txt:
* platform/efl/fast/table/append-cells-expected.txt:
* platform/efl/fast/table/append-cells2-expected.txt:
* platform/efl/fast/table/auto-with-percent-height-expected.txt:
* platform/efl/fast/table/auto-with-percent-height-vertical-expected.txt:
* platform/efl/fast/table/border-collapsing/001-expected.txt:
* platform/efl/fast/table/border-collapsing/001-vertical-expected.txt:
* platform/efl/fast/table/border-collapsing/002-expected.txt:
* platform/efl/fast/table/border-collapsing/002-vertical-expected.txt:
* platform/efl/fast/table/border-collapsing/003-expected.txt:
* platform/efl/fast/table/border-collapsing/003-vertical-expected.txt:
* platform/efl/fast/table/border-collapsing/004-expected.txt:
* platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
* platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
* platform/efl/fast/table/border-collapsing/bug14274-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-69296-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-cell-append-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-cell-remove-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-row-border-color-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-table-border-color-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-table-border-width-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Added.
* platform/efl/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
* platform/efl/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/efl/fast/table/caption-relayout-expected.txt: Added.
* platform/efl/fast/table/cell-absolute-child-expected.txt:
* platform/efl/fast/table/cell-coalescing-expected.txt:
* platform/efl/fast/table/cell-width-auto-expected.txt:
* platform/efl/fast/table/cellindex-expected.txt:
* platform/efl/fast/table/click-near-anonymous-table-expected.txt:
* platform/efl/fast/table/col-width-span-expand-expected.txt: Added.
* platform/efl/fast/table/colgroup-preceded-by-caption-expected.txt:
* platform/efl/fast/table/colgroup-spanning-groups-rules-expected.txt:
* platform/efl/fast/table/colspan-with-all-percent-cells-expected.txt: Added.
* platform/efl/fast/table/colspanMinWidth-expected.txt:
* platform/efl/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/efl/fast/table/dynamic-cellpadding-expected.txt:
* platform/efl/fast/table/dynamic-descendant-percentage-height-expected.txt:
* platform/efl/fast/table/edge-offsets-expected.txt:
* platform/efl/fast/table/empty-cells-expected.txt:
* platform/efl/fast/table/fixed-nested-expected.txt:
* platform/efl/fast/table/floating-th-expected.txt:
* platform/efl/fast/table/floatingTablePaintBackground-expected.txt:
* platform/efl/fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Added.
* platform/efl/fast/table/frame-and-rules-expected.txt:
* platform/efl/fast/table/generated-caption-expected.txt:
* platform/efl/fast/table/giantRowspan-expected.txt: Added.
* platform/efl/fast/table/growCellForImageQuirk-expected.txt: Added.
* platform/efl/fast/table/growCellForImageQuirk-vertical-expected.txt: Added.
* platform/efl/fast/table/height-percent-test-expected.txt: Added.
* platform/efl/fast/table/height-percent-test-vertical-expected.txt: Added.
* platform/efl/fast/table/insert-before-anonymous-ancestors-expected.txt:
* platform/efl/fast/table/insert-cell-before-form-expected.txt:
* platform/efl/fast/table/insert-row-before-form-expected.txt:
* platform/efl/fast/table/invisible-cell-background-expected.txt:
* platform/efl/fast/table/large-width-expected.txt:
* platform/efl/fast/table/max-width-integer-overflow-expected.txt: Added.
* platform/efl/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
* platform/efl/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
* platform/efl/fast/table/multiple-captions-display-expected.txt:
* platform/efl/fast/table/multiple-percent-height-rows-expected.txt:
* platform/efl/fast/table/nested-percent-height-table-expected.txt:
* platform/efl/fast/table/nobr-expected.txt:
* platform/efl/fast/table/overflowHidden-expected.txt:
* platform/efl/fast/table/percent-heights-expected.txt:
* platform/efl/fast/table/percent-widths-stretch-expected.txt: Added.
* platform/efl/fast/table/percent-widths-stretch-vertical-expected.txt: Added.
* platform/efl/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/efl/fast/table/quote-text-around-iframe-expected.txt:
* platform/efl/fast/table/relative-position-containment-expected.txt:
* platform/efl/fast/table/relative-position-offsets-expected.txt:
* platform/efl/fast/table/relative-position-stacking-expected.txt:
* platform/efl/fast/table/remove-td-display-none-expected.txt:
* platform/efl/fast/table/replaced-percent-height-expected.txt:
* platform/efl/fast/table/row-height-recalc-expected.txt:
* platform/efl/fast/table/rowindex-expected.txt:
* platform/efl/fast/table/rowspan-paint-order-expected.txt:
* platform/efl/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/efl/fast/table/rtl-cell-display-none-assert-expected.txt:
* platform/efl/fast/table/rules-attr-dynchange1-expected.txt:
* platform/efl/fast/table/rules-attr-dynchange2-expected.txt:
* platform/efl/fast/table/simple_paint-expected.txt: Added.
* platform/efl/fast/table/spanOverlapRepaint-expected.txt:
* platform/efl/fast/table/stale-grid-crash-expected.txt:
* platform/efl/fast/table/table-after-child-in-table-expected.txt:
* platform/efl/fast/table/table-and-parts-outline-expected.txt:
* platform/efl/fast/table/table-anonymous-cell-bug-expected.txt: Added.
* platform/efl/fast/table/table-anonymous-row-bug-expected.txt: Added.
* platform/efl/fast/table/table-anonymous-section-bug-expected.txt: Added.
* platform/efl/fast/table/table-before-child-in-table-expected.txt:
* platform/efl/fast/table/table-before-child-style-update-expected.txt: Added.
* platform/efl/fast/table/table-cell-after-child-in-block-expected.txt:
* platform/efl/fast/table/table-cell-after-child-in-table-expected.txt:
* platform/efl/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
* platform/efl/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
* platform/efl/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
* platform/efl/fast/table/table-cell-before-child-in-block-expected.txt:
* platform/efl/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/efl/fast/table/table-cell-split-expected.txt: Added.
* platform/efl/fast/table/table-continuation-outline-paint-crash-expected.txt:
* platform/efl/fast/table/table-display-types-expected.txt:
* platform/efl/fast/table/table-display-types-strict-expected.txt:
* platform/efl/fast/table/table-display-types-vertical-expected.txt:
* platform/efl/fast/table/table-hspace-align-center-expected.txt:
* platform/efl/fast/table/table-insert-before-non-anonymous-block-expected.txt: Added.
* platform/efl/fast/table/table-row-after-child-in-block-expected.txt:
* platform/efl/fast/table/table-row-after-child-in-table-expected.txt:
* platform/efl/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
* platform/efl/fast/table/table-row-before-after-content-around-table-cell-expected.txt: Added.
* platform/efl/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
* platform/efl/fast/table/table-row-before-child-in-block-expected.txt:
* platform/efl/fast/table/table-row-before-child-in-table-expected.txt:
* platform/efl/fast/table/table-row-before-child-style-update-expected.txt: Added.
* platform/efl/fast/table/table-row-outline-paint-expected.txt: Added.
* platform/efl/fast/table/table-row-split2-expected.txt: Added.
* platform/efl/fast/table/table-row-style-not-updated-expected.txt: Added.
* platform/efl/fast/table/table-row-style-not-updated-with-after-content-expected.txt: Added.
* platform/efl/fast/table/table-row-style-not-updated-with-before-content-expected.txt: Added.
* platform/efl/fast/table/table-section-split2-expected.txt: Added.
* platform/efl/fast/table/table-split-expected.txt: Added.
* platform/efl/fast/table/table-split2-expected.txt: Added.
* platform/efl/fast/table/table-style-not-updated-expected.txt: Added.
* platform/efl/fast/table/tableInsideCaption-expected.txt:
* platform/efl/fast/table/text-field-baseline-expected.txt:
* platform/efl/fast/table/unbreakable-images-quirk-expected.txt:
* platform/efl/fast/table/vertical-align-baseline-expected.txt:
* platform/efl/fast/table/wide-colspan-expected.txt: Added.
* platform/efl/fast/table/wide-column-expected.txt: Added.
* platform/efl/fast/text/atsui-multiple-renderers-expected.txt:
* platform/efl/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/efl/fast/text/atsui-spacing-features-expected.txt:
* platform/efl/fast/text/basic/001-expected.txt:
* platform/efl/fast/text/basic/006-expected.txt:
* platform/efl/fast/text/basic/007-expected.txt:
* platform/efl/fast/text/basic/generic-family-reset-expected.txt:
* platform/efl/fast/text/capitalize-boundaries-expected.txt:
* platform/efl/fast/text/international/003-expected.txt:
* platform/efl/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/efl/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/efl/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/efl/fast/text/international/bidi-override-expected.txt:
* platform/efl/fast/text/textIteratorNilRenderer-expected.txt:
* platform/efl/fast/text/wbr-expected.txt:
* platform/efl/fast/text/whitespace/002-expected.txt:
* platform/efl/fast/text/whitespace/003-expected.txt:
* platform/efl/fast/text/whitespace/004-expected.txt:
* platform/efl/fast/text/whitespace/005-expected.txt:
* platform/efl/fast/text/whitespace/010-expected.txt:
* platform/efl/fast/text/whitespace/011-expected.txt:
* platform/efl/fast/text/whitespace/013-expected.txt:
* platform/efl/fast/text/whitespace/014-expected.txt:
* platform/efl/fast/text/whitespace/015-expected.txt:
* platform/efl/fast/text/whitespace/016-expected.txt:
* platform/efl/fast/text/whitespace/024-expected.txt:
* platform/efl/fast/text/whitespace/025-expected.txt:
* platform/efl/fast/text/whitespace/026-expected.txt:
* platform/efl/fast/text/whitespace/027-expected.txt:
* platform/efl/fast/text/word-break-expected.txt:
* platform/efl/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/efl/fast/transforms/transform-table-row-expected.txt:
* platform/efl/fast/writing-mode/table-percent-width-quirk-expected.txt: Added.
* platform/efl/fast/writing-mode/vertical-align-table-baseline-expected.txt:
* platform/efl/http/tests/misc/acid2-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
* platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
2015-10-28 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add write method to writable stream
https://bugs.webkit.org/show_bug.cgi?id=150589
Reviewed by Darin Adler.
Updated expectations.
* streams/reference-implementation/bad-strategies-expected.txt:
* streams/reference-implementation/bad-underlying-sinks-expected.txt:
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/byte-length-queuing-strategy-expected.txt:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/writable-stream-abort-expected.txt:
* streams/reference-implementation/writable-stream-expected.txt:
2015-10-28 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed. EFL gardening: rebaseline tests after r191623.
https://bugs.webkit.org/show_bug.cgi?id=150623
* platform/efl/css1/basic/containment-expected.txt:
* platform/efl/css1/basic/contextual_selectors-expected.txt:
* platform/efl/css1/basic/grouping-expected.txt:
* platform/efl/css1/basic/id_as_selector-expected.txt:
* platform/efl/css1/basic/inheritance-expected.txt:
* platform/efl/css1/box_properties/border-expected.txt:
* platform/efl/css1/box_properties/border_bottom-expected.txt:
* platform/efl/css1/box_properties/border_bottom_inline-expected.txt:
* platform/efl/css1/box_properties/border_bottom_width-expected.txt:
* platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_color-expected.txt:
* platform/efl/css1/box_properties/border_color_inline-expected.txt:
* platform/efl/css1/box_properties/border_inline-expected.txt:
* platform/efl/css1/box_properties/border_left-expected.txt:
* platform/efl/css1/box_properties/border_left_inline-expected.txt:
* platform/efl/css1/box_properties/border_left_width-expected.txt:
* platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_right-expected.txt:
* platform/efl/css1/box_properties/border_right_inline-expected.txt:
* platform/efl/css1/box_properties/border_right_width-expected.txt:
* platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_style-expected.txt:
* platform/efl/css1/box_properties/border_style_inline-expected.txt:
* platform/efl/css1/box_properties/border_top-expected.txt:
* platform/efl/css1/box_properties/border_top_inline-expected.txt:
* platform/efl/css1/box_properties/border_top_width-expected.txt:
* platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_width-expected.txt:
* platform/efl/css1/box_properties/border_width_inline-expected.txt:
* platform/efl/css1/box_properties/clear-expected.txt:
* platform/efl/css1/box_properties/clear_float-expected.txt:
* platform/efl/css1/box_properties/float-expected.txt:
* platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
* platform/efl/css1/box_properties/float_margin-expected.txt:
* platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
* platform/efl/css1/box_properties/height-expected.txt:
* platform/efl/css1/box_properties/margin-expected.txt:
* platform/efl/css1/box_properties/margin_bottom-expected.txt:
* platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/efl/css1/box_properties/margin_inline-expected.txt:
* platform/efl/css1/box_properties/margin_left-expected.txt:
* platform/efl/css1/box_properties/margin_left_inline-expected.txt:
* platform/efl/css1/box_properties/margin_right-expected.txt:
* platform/efl/css1/box_properties/margin_right_inline-expected.txt:
* platform/efl/css1/box_properties/margin_top-expected.txt:
* platform/efl/css1/box_properties/margin_top_inline-expected.txt:
* platform/efl/css1/box_properties/padding-expected.txt:
* platform/efl/css1/box_properties/padding_bottom-expected.txt:
* platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/efl/css1/box_properties/padding_inline-expected.txt:
* platform/efl/css1/box_properties/padding_left-expected.txt:
* platform/efl/css1/box_properties/padding_left_inline-expected.txt:
* platform/efl/css1/box_properties/padding_right-expected.txt:
* platform/efl/css1/box_properties/padding_right_inline-expected.txt:
* platform/efl/css1/box_properties/padding_top-expected.txt:
* platform/efl/css1/box_properties/padding_top_inline-expected.txt:
* platform/efl/css1/box_properties/width-expected.txt:
* platform/efl/css1/cascade/cascade_order-expected.txt:
* platform/efl/css1/cascade/important-expected.txt:
* platform/efl/css1/classification/display-expected.txt:
* platform/efl/css1/classification/list_style-expected.txt:
* platform/efl/css1/classification/list_style_image-expected.txt:
* platform/efl/css1/classification/list_style_position-expected.txt:
* platform/efl/css1/classification/list_style_type-expected.txt:
* platform/efl/css1/classification/white_space-expected.txt:
* platform/efl/css1/color_and_background/background-expected.txt:
* platform/efl/css1/color_and_background/background_attachment-expected.txt:
* platform/efl/css1/color_and_background/background_color-expected.txt:
* platform/efl/css1/color_and_background/background_image-expected.txt:
* platform/efl/css1/color_and_background/background_position-expected.txt:
* platform/efl/css1/color_and_background/background_repeat-expected.txt:
* platform/efl/css1/color_and_background/color-expected.txt:
* platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/efl/css1/font_properties/font-expected.txt:
* platform/efl/css1/font_properties/font_family-expected.txt:
* platform/efl/css1/font_properties/font_size-expected.txt:
* platform/efl/css1/font_properties/font_style-expected.txt:
* platform/efl/css1/font_properties/font_variant-expected.txt:
* platform/efl/css1/font_properties/font_weight-expected.txt:
* platform/efl/css1/formatting_model/canvas-expected.txt:
* platform/efl/css1/formatting_model/floating_elements-expected.txt:
* platform/efl/css1/formatting_model/height_of_lines-expected.txt:
* platform/efl/css1/formatting_model/inline_elements-expected.txt:
* platform/efl/css1/formatting_model/replaced_elements-expected.txt:
* platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
* platform/efl/css1/pseudo/anchor-expected.txt:
* platform/efl/css1/pseudo/firstletter-expected.txt:
* platform/efl/css1/pseudo/firstline-expected.txt:
* platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/efl/css1/text_properties/letter_spacing-expected.txt:
* platform/efl/css1/text_properties/line_height-expected.txt:
* platform/efl/css1/text_properties/text_align-expected.txt:
* platform/efl/css1/text_properties/text_decoration-expected.txt:
* platform/efl/css1/text_properties/text_indent-expected.txt:
* platform/efl/css1/text_properties/text_transform-expected.txt:
* platform/efl/css1/text_properties/vertical_align-expected.txt:
* platform/efl/css1/text_properties/word_spacing-expected.txt:
* platform/efl/css1/units/color_units-expected.txt:
* platform/efl/css1/units/length_units-expected.txt:
* platform/efl/css1/units/percentage_units-expected.txt:
* platform/efl/css1/units/urls-expected.txt:
* platform/efl/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/efl/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/efl/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/efl/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/efl/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/efl/css2.1/20110323/inline-table-001-expected.txt:
* platform/efl/css2.1/20110323/inline-table-002a-expected.txt:
* platform/efl/css2.1/20110323/inline-table-003-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/efl/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
* platform/efl/css2.1/20110323/table-caption-001-expected.txt:
* platform/efl/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/efl/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt:
* platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt:
* platform/efl/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
* platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
* platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt:
* platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
* platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
* platform/efl/css3/css3-modsel-33-expected.txt:
* platform/efl/css3/flexbox/flexbox-baseline-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-18-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-18-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt:
2015-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
* platform/gtk/fast/table/unbreakable-images-quirk-expected.txt:
* platform/gtk/fast/table/vertical-align-baseline-expected.txt:
* platform/gtk/fast/table/wide-colspan-expected.txt: Added.
* platform/gtk/fast/table/wide-column-expected.txt: Added.
* platform/gtk/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
* platform/gtk/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
* platform/gtk/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
* platform/gtk/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
* platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/gtk/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/gtk/tables/layering/paint-test-layering-1-expected.txt:
* platform/gtk/tables/layering/paint-test-layering-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1067-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1067-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1220-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1224-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1261-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1271-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug1296-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1302-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1430-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1474-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1800-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1802-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1809-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1818-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1818-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1818-4-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1828-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2050-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2123-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2267-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2296-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2469-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2479-1-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/bug2516-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2585-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2684-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2757-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2773-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2886-2-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug2886-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2947-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2954-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug2973-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2981-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2981-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug2997-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3037-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3103-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3191-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3260-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3263-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3309-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3309-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3454-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3681-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3681-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3718-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4093-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug625-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug641-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug641-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug647-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug650-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug709-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug727-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug963-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug965-expected.txt:
* platform/gtk/tables/mozilla/collapsing_borders/bug127040-expected.txt:
* platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/gtk/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/gtk/tables/mozilla/core/bloomberg-expected.txt:
* platform/gtk/tables/mozilla/core/borders-expected.txt:
* platform/gtk/tables/mozilla/core/captions-expected.txt:
* platform/gtk/tables/mozilla/core/cell_heights-expected.txt:
* platform/gtk/tables/mozilla/core/col_span-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_auto_auto-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_auto_fix-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_auto_per-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_fix_fix-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
* platform/gtk/tables/mozilla/core/col_widths_fix_per-expected.txt:
* platform/gtk/tables/mozilla/core/margins-expected.txt:
* platform/gtk/tables/mozilla/core/misc-expected.txt:
* platform/gtk/tables/mozilla/core/nested1-expected.txt:
* platform/gtk/tables/mozilla/core/one_row-expected.txt:
* platform/gtk/tables/mozilla/core/row_span-expected.txt:
* platform/gtk/tables/mozilla/core/table_frame-expected.txt:
* platform/gtk/tables/mozilla/core/table_heights-expected.txt:
* platform/gtk/tables/mozilla/core/table_rules-expected.txt:
* platform/gtk/tables/mozilla/core/table_widths-expected.txt:
* platform/gtk/tables/mozilla/dom/appendCol2-expected.txt:
* platform/gtk/tables/mozilla/dom/appendRowsExpand1-expected.txt:
* platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteCol1-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteCol2-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteCol3-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteColGroup1-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteColGroup2-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
* platform/gtk/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/gtk/tables/mozilla/dom/insertCellsExpand1-expected.txt:
* platform/gtk/tables/mozilla/dom/insertCellsExpand2-expected.txt:
* platform/gtk/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
* platform/gtk/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
* platform/gtk/tables/mozilla/dom/insertColGroups1-expected.txt:
* platform/gtk/tables/mozilla/dom/insertColGroups2-expected.txt:
* platform/gtk/tables/mozilla/dom/insertCols1-expected.txt:
* platform/gtk/tables/mozilla/dom/insertCols2-expected.txt:
* platform/gtk/tables/mozilla/dom/insertCols3-expected.txt:
* platform/gtk/tables/mozilla/dom/insertCols4-expected.txt:
* platform/gtk/tables/mozilla/dom/insertCols5-expected.txt:
* platform/gtk/tables/mozilla/dom/insertRowsExpand1-expected.txt:
* platform/gtk/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
* platform/gtk/tables/mozilla/dom/tableDom-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/gtk/tables/mozilla/marvin/body_col-expected.txt:
* platform/gtk/tables/mozilla/marvin/body_tbody-expected.txt:
* platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/gtk/tables/mozilla/marvin/body_thead-expected.txt:
* platform/gtk/tables/mozilla/marvin/col_span-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/gtk/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_frame_border-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_frame_box-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt: Added.
* platform/gtk/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_rules_all-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_rules_none-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
* platform/gtk/tables/mozilla/other/body_col-expected.txt:
* platform/gtk/tables/mozilla/other/cell_widths-expected.txt:
* platform/gtk/tables/mozilla/other/cellspacing-expected.txt:
* platform/gtk/tables/mozilla/other/move_row-expected.txt:
* platform/gtk/tables/mozilla/other/ms-expected.txt:
* platform/gtk/tables/mozilla/other/nested2-expected.txt:
* platform/gtk/tables/mozilla/other/nestedTables-expected.txt:
* platform/gtk/tables/mozilla/other/padding-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/captions3-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/cols1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/columns-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/conflicts-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/standards1-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/appendCol1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
2015-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. GTK+ gardening: rebaseline more tests after r191623.
* platform/gtk/editing/selection/select-all-004-expected.txt: Added.
* platform/gtk/editing/selection/table-caret-1-expected.txt:
* platform/gtk/editing/selection/table-caret-2-expected.txt:
* platform/gtk/editing/selection/table-caret-3-expected.txt:
* platform/gtk/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/gtk/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
* platform/gtk/fast/css-generated-content/table-with-before-expected.txt:
* platform/gtk/fast/css/caption-width-relative-position-expected.txt: Added.
* platform/gtk/fast/css/caption-width-relative-position-offset-top-expected.txt: Added.
* platform/gtk/fast/css/css3-nth-child-expected.txt:
* platform/gtk/fast/css/first-letter-float-expected.txt:
* platform/gtk/fast/css/focus-ring-detached-expected.txt:
* platform/gtk/fast/css/focus-ring-multiline-expected.txt:
* platform/gtk/fast/css/h1-in-section-elements-expected.txt:
* platform/gtk/fast/css/layerZOrderCrash-expected.txt:
* platform/gtk/fast/css/min-width-with-spanned-cell-expected.txt: Added.
* platform/gtk/fast/css/min-width-with-spanned-cell-fixed-expected.txt: Added.
* platform/gtk/fast/css/named-images-expected.txt: Added.
* platform/gtk/fast/css/percentage-non-integer-expected.txt:
* platform/gtk/fast/css/table-text-align-quirk-expected.txt:
* platform/gtk/fast/css/table-text-align-strict-expected.txt:
* platform/gtk/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
* platform/gtk/fast/dom/34176-expected.txt:
* platform/gtk/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/gtk/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/gtk/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/gtk/fast/dom/row-inner-text-expected.txt:
* platform/gtk/fast/dynamic/001-expected.txt: Added.
* platform/gtk/fast/dynamic/007-expected.txt:
* platform/gtk/fast/dynamic/013-expected.txt:
* platform/gtk/fast/dynamic/014-expected.txt:
* platform/gtk/fast/dynamic/015-expected.txt:
* platform/gtk/fast/dynamic/containing-block-change-expected.txt:
* platform/gtk/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
* platform/gtk/fast/dynamic/float-withdrawal-expected.txt:
* platform/gtk/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
* platform/gtk/fast/encoding/utf-16-big-endian-expected.txt:
* platform/gtk/fast/encoding/utf-16-little-endian-expected.txt:
* platform/gtk/fast/events/offsetX-offsetY-expected.txt: Added.
* platform/gtk/fast/forms/001-expected.txt:
* platform/gtk/fast/forms/005-expected.txt: Added.
* platform/gtk/fast/forms/basic-buttons-expected.txt:
* platform/gtk/fast/forms/button-white-space-expected.txt:
* platform/gtk/fast/forms/file/file-input-direction-expected.txt:
* platform/gtk/fast/forms/form-added-to-table-expected.txt:
* platform/gtk/fast/forms/form-element-geometry-expected.txt:
* platform/gtk/fast/forms/form-hides-table-expected.txt:
* platform/gtk/fast/forms/form-in-malformed-markup-expected.txt:
* platform/gtk/fast/forms/formmove3-expected.txt:
* platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/gtk/fast/forms/input-table-expected.txt:
* platform/gtk/fast/forms/input-value-expected.txt:
* platform/gtk/fast/forms/listbox-bidi-align-expected.txt:
* platform/gtk/fast/forms/minWidthPercent-expected.txt:
* platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/gtk/fast/forms/select-element-focus-ring-expected.txt: Added.
* platform/gtk/fast/html/details-writing-mode-expected.txt:
* platform/gtk/fast/inline-block/001-expected.txt:
* platform/gtk/fast/inline-block/overflow-clip-expected.txt:
* platform/gtk/fast/invalid/012-expected.txt:
* platform/gtk/fast/invalid/018-expected.txt:
* platform/gtk/fast/invalid/table-inside-stray-table-content-expected.txt:
* platform/gtk/fast/invalid/td-inside-object-expected.txt:
* platform/gtk/fast/lists/004-expected.txt:
* platform/gtk/fast/lists/list-marker-before-content-table-expected.txt: Added.
* platform/gtk/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
* platform/gtk/fast/multicol/span/before-child-anonymous-column-block-expected.txt: Added.
* platform/gtk/fast/multicol/table-vertical-align-expected.txt:
* platform/gtk/fast/overflow/002-expected.txt:
* platform/gtk/fast/overflow/overflow-auto-table-expected.txt:
* platform/gtk/fast/overflow/overflow-rtl-expected.txt:
* platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt:
* platform/gtk/fast/overflow/table-overflow-float-expected.txt:
* platform/gtk/fast/reflections/table-cell-expected.txt: Added.
* platform/gtk/fast/repaint/block-selection-gap-in-table-cell-expected.txt:
* platform/gtk/fast/repaint/float-overflow-expected.txt:
* platform/gtk/fast/repaint/float-overflow-right-expected.txt:
* platform/gtk/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/gtk/fast/repaint/table-cell-collapsed-border-expected.txt:
* platform/gtk/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Added.
* platform/gtk/fast/repaint/table-cell-move-expected.txt:
* platform/gtk/fast/repaint/table-cell-overflow-expected.txt: Added.
* platform/gtk/fast/repaint/table-cell-vertical-overflow-expected.txt: Added.
* platform/gtk/fast/repaint/table-col-background-expected.txt: Added.
* platform/gtk/fast/repaint/table-collapsed-border-expected.txt:
* platform/gtk/fast/repaint/table-extra-bottom-grow-expected.txt:
* platform/gtk/fast/repaint/table-outer-border-expected.txt: Added.
* platform/gtk/fast/repaint/table-row-expected.txt: Added.
* platform/gtk/fast/repaint/table-section-overflow-expected.txt: Added.
* platform/gtk/fast/repaint/table-section-repaint-expected.txt: Added.
* platform/gtk/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Added.
* platform/gtk/fast/repaint/table-writing-modes-h-expected.txt: Added.
* platform/gtk/fast/repaint/table-writing-modes-v-expected.txt: Added.
* platform/gtk/fast/replaced/005-expected.txt:
* platform/gtk/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
* platform/gtk/fast/replaced/selection-rect-in-table-cell-expected.txt:
* platform/gtk/fast/replaced/table-percent-height-positioned-expected.txt: Added.
* platform/gtk/fast/replaced/width100percent-button-expected.txt:
* platform/gtk/fast/replaced/width100percent-checkbox-expected.txt:
* platform/gtk/fast/replaced/width100percent-image-expected.txt:
* platform/gtk/fast/replaced/width100percent-menulist-expected.txt:
* platform/gtk/fast/replaced/width100percent-radio-expected.txt:
* platform/gtk/fast/replaced/width100percent-searchfield-expected.txt:
* platform/gtk/fast/replaced/width100percent-textarea-expected.txt:
* platform/gtk/fast/replaced/width100percent-textfield-expected.txt:
* platform/gtk/fast/ruby/ruby-inline-table-expected.txt:
* platform/gtk/fast/selectors/018-expected.txt:
* platform/gtk/fast/selectors/018b-expected.txt:
* platform/gtk/fast/selectors/032-expected.txt:
* platform/gtk/fast/selectors/043-expected.txt:
* platform/gtk/fast/selectors/043b-expected.txt:
* platform/gtk/fast/selectors/044-expected.txt:
* platform/gtk/fast/selectors/044b-expected.txt:
* platform/gtk/fast/selectors/077-expected.txt:
* platform/gtk/fast/selectors/077b-expected.txt:
* platform/gtk/fast/selectors/078b-expected.txt:
* platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt:
* platform/gtk/fast/table/001-expected.txt:
* platform/gtk/fast/table/002-expected.txt:
* platform/gtk/fast/table/003-expected.txt:
* platform/gtk/fast/table/004-expected.txt:
* platform/gtk/fast/table/005-expected.txt:
* platform/gtk/fast/table/006-expected.txt:
* platform/gtk/fast/table/007-expected.txt:
* platform/gtk/fast/table/008-expected.txt: Added.
* platform/gtk/fast/table/009-expected.txt:
* platform/gtk/fast/table/010-expected.txt:
* platform/gtk/fast/table/011-expected.txt:
* platform/gtk/fast/table/012-expected.txt:
* platform/gtk/fast/table/013-expected.txt:
* platform/gtk/fast/table/015-expected.txt:
* platform/gtk/fast/table/016-expected.txt:
* platform/gtk/fast/table/017-expected.txt:
* platform/gtk/fast/table/020-expected.txt:
* platform/gtk/fast/table/021-expected.txt:
* platform/gtk/fast/table/022-expected.txt:
* platform/gtk/fast/table/023-expected.txt:
* platform/gtk/fast/table/024-expected.txt: Added.
* platform/gtk/fast/table/025-expected.txt:
* platform/gtk/fast/table/026-expected.txt:
* platform/gtk/fast/table/027-expected.txt:
* platform/gtk/fast/table/027-vertical-expected.txt:
* platform/gtk/fast/table/028-expected.txt:
* platform/gtk/fast/table/028-vertical-expected.txt:
* platform/gtk/fast/table/029-expected.txt:
* platform/gtk/fast/table/030-expected.txt:
* platform/gtk/fast/table/031-expected.txt: Added.
* platform/gtk/fast/table/032-expected.txt: Added.
* platform/gtk/fast/table/033-expected.txt:
* platform/gtk/fast/table/034-expected.txt: Added.
* platform/gtk/fast/table/035-expected.txt:
* platform/gtk/fast/table/035-vertical-expected.txt:
* platform/gtk/fast/table/037-expected.txt:
* platform/gtk/fast/table/038-expected.txt:
* platform/gtk/fast/table/038-vertical-expected.txt:
* platform/gtk/fast/table/039-expected.txt:
* platform/gtk/fast/table/040-expected.txt:
* platform/gtk/fast/table/040-vertical-expected.txt:
* platform/gtk/fast/table/041-expected.txt:
* platform/gtk/fast/table/100-percent-cell-width-expected.txt:
* platform/gtk/fast/table/absolute-table-at-bottom-expected.txt:
* platform/gtk/fast/table/add-before-anonymous-child-expected.txt:
* platform/gtk/fast/table/append-cells-expected.txt:
* platform/gtk/fast/table/append-cells2-expected.txt:
* platform/gtk/fast/table/auto-with-percent-height-expected.txt:
* platform/gtk/fast/table/auto-with-percent-height-vertical-expected.txt:
* platform/gtk/fast/table/border-collapsing/001-expected.txt:
* platform/gtk/fast/table/border-collapsing/001-vertical-expected.txt:
* platform/gtk/fast/table/border-collapsing/002-expected.txt:
* platform/gtk/fast/table/border-collapsing/002-vertical-expected.txt:
* platform/gtk/fast/table/border-collapsing/003-expected.txt:
* platform/gtk/fast/table/border-collapsing/003-vertical-expected.txt:
* platform/gtk/fast/table/border-collapsing/004-expected.txt:
* platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/gtk/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
* platform/gtk/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
* platform/gtk/fast/table/border-collapsing/bug14274-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-69296-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-cell-append-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-cell-remove-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-row-border-color-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-table-border-color-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-table-border-width-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt: Added.
* platform/gtk/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
* platform/gtk/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/gtk/fast/table/caption-relayout-expected.txt: Added.
* platform/gtk/fast/table/cell-absolute-child-expected.txt:
* platform/gtk/fast/table/cell-coalescing-expected.txt:
* platform/gtk/fast/table/cell-pref-width-invalidation-expected.txt:
* platform/gtk/fast/table/cell-width-auto-expected.txt:
* platform/gtk/fast/table/cellindex-expected.txt:
* platform/gtk/fast/table/click-near-anonymous-table-expected.txt:
* platform/gtk/fast/table/col-width-span-expand-expected.txt: Added.
* platform/gtk/fast/table/colgroup-preceded-by-caption-expected.txt:
* platform/gtk/fast/table/colgroup-spanning-groups-rules-expected.txt:
* platform/gtk/fast/table/colspan-with-all-percent-cells-expected.txt: Added.
* platform/gtk/fast/table/colspanMinWidth-expected.txt:
* platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/gtk/fast/table/dynamic-cellpadding-expected.txt:
* platform/gtk/fast/table/dynamic-descendant-percentage-height-expected.txt:
* platform/gtk/fast/table/edge-offsets-expected.txt:
* platform/gtk/fast/table/empty-cells-expected.txt:
* platform/gtk/fast/table/empty-table-percent-height-expected.txt:
* platform/gtk/fast/table/fixed-nested-expected.txt:
* platform/gtk/fast/table/floating-th-expected.txt:
* platform/gtk/fast/table/floatingTablePaintBackground-expected.txt:
* platform/gtk/fast/table/form-with-non-table-display-inside-table-elements-expected.txt: Added.
* platform/gtk/fast/table/frame-and-rules-expected.txt:
* platform/gtk/fast/table/generated-caption-expected.txt:
* platform/gtk/fast/table/giantRowspan-expected.txt: Added.
* platform/gtk/fast/table/growCellForImageQuirk-expected.txt: Added.
* platform/gtk/fast/table/growCellForImageQuirk-vertical-expected.txt: Added.
* platform/gtk/fast/table/height-percent-test-expected.txt: Added.
* platform/gtk/fast/table/height-percent-test-vertical-expected.txt: Added.
* platform/gtk/fast/table/insert-before-anonymous-ancestors-expected.txt:
* platform/gtk/fast/table/insert-cell-before-form-expected.txt:
* platform/gtk/fast/table/insert-row-before-form-expected.txt:
* platform/gtk/fast/table/invisible-cell-background-expected.txt:
* platform/gtk/fast/table/large-width-expected.txt:
* platform/gtk/fast/table/max-width-integer-overflow-expected.txt: Added.
* platform/gtk/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
* platform/gtk/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
* platform/gtk/fast/table/multiple-percent-height-rows-expected.txt:
* platform/gtk/fast/table/nested-percent-height-table-expected.txt:
* platform/gtk/fast/table/nobr-expected.txt:
* platform/gtk/fast/table/overflowHidden-expected.txt:
* platform/gtk/fast/table/percent-heights-expected.txt:
* platform/gtk/fast/table/percent-widths-stretch-expected.txt: Added.
* platform/gtk/fast/table/percent-widths-stretch-vertical-expected.txt: Added.
* platform/gtk/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/gtk/fast/table/quote-text-around-iframe-expected.txt:
* platform/gtk/fast/table/relative-position-containment-expected.txt:
* platform/gtk/fast/table/relative-position-offsets-expected.txt:
* platform/gtk/fast/table/relative-position-stacking-expected.txt:
* platform/gtk/fast/table/remove-td-display-none-expected.txt:
* platform/gtk/fast/table/replaced-percent-height-expected.txt:
* platform/gtk/fast/table/row-height-recalc-expected.txt:
* platform/gtk/fast/table/rowindex-expected.txt:
* platform/gtk/fast/table/rowspan-paint-order-expected.txt:
* platform/gtk/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/gtk/fast/table/rtl-cell-display-none-assert-expected.txt:
* platform/gtk/fast/table/rules-attr-dynchange1-expected.txt:
* platform/gtk/fast/table/rules-attr-dynchange2-expected.txt:
* platform/gtk/fast/table/simple_paint-expected.txt: Added.
* platform/gtk/fast/table/spanOverlapRepaint-expected.txt:
* platform/gtk/fast/table/stale-grid-crash-expected.txt:
* platform/gtk/fast/table/table-after-child-in-table-expected.txt:
* platform/gtk/fast/table/table-and-parts-outline-expected.txt:
* platform/gtk/fast/table/table-anonymous-cell-bug-expected.txt: Added.
* platform/gtk/fast/table/table-anonymous-row-bug-expected.txt: Added.
* platform/gtk/fast/table/table-anonymous-section-bug-expected.txt: Added.
* platform/gtk/fast/table/table-before-child-in-table-expected.txt:
* platform/gtk/fast/table/table-before-child-style-update-expected.txt: Added.
* platform/gtk/fast/table/table-cell-after-child-in-block-expected.txt:
* platform/gtk/fast/table/table-cell-after-child-in-table-expected.txt:
* platform/gtk/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
* platform/gtk/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
* platform/gtk/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
* platform/gtk/fast/table/table-cell-before-child-in-block-expected.txt:
* platform/gtk/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/gtk/fast/table/table-cell-split-expected.txt: Added.
* platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.txt:
* platform/gtk/fast/table/table-display-types-expected.txt:
* platform/gtk/fast/table/table-display-types-strict-expected.txt:
* platform/gtk/fast/table/table-display-types-vertical-expected.txt:
* platform/gtk/fast/table/table-hspace-align-center-expected.txt:
* platform/gtk/fast/table/table-insert-before-non-anonymous-block-expected.txt: Added.
* platform/gtk/fast/table/table-row-after-child-in-block-expected.txt:
* platform/gtk/fast/table/table-row-after-child-in-table-expected.txt:
* platform/gtk/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
* platform/gtk/fast/table/table-row-before-after-content-around-table-cell-expected.txt: Added.
* platform/gtk/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
* platform/gtk/fast/table/table-row-before-child-in-block-expected.txt:
* platform/gtk/fast/table/table-row-before-child-in-table-expected.txt:
* platform/gtk/fast/table/table-row-before-child-style-update-expected.txt: Added.
* platform/gtk/fast/table/table-row-outline-paint-expected.txt: Added.
* platform/gtk/fast/table/table-row-split2-expected.txt: Added.
* platform/gtk/fast/table/table-row-style-not-updated-expected.txt: Added.
* platform/gtk/fast/table/table-row-style-not-updated-with-after-content-expected.txt: Added.
* platform/gtk/fast/table/table-row-style-not-updated-with-before-content-expected.txt: Added.
* platform/gtk/fast/table/table-section-split2-expected.txt: Added.
* platform/gtk/fast/table/table-split-expected.txt: Added.
* platform/gtk/fast/table/table-split2-expected.txt: Added.
* platform/gtk/fast/table/table-style-not-updated-expected.txt: Added.
* platform/gtk/fast/table/tableInsideCaption-expected.txt:
* platform/gtk/fast/table/text-field-baseline-expected.txt:
* platform/gtk/fast/text/arabic-times-new-roman-expected.txt: Added.
* platform/gtk/fast/text/atsui-multiple-renderers-expected.txt:
* platform/gtk/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/gtk/fast/text/atsui-spacing-features-expected.txt:
* platform/gtk/fast/text/basic/001-expected.txt:
* platform/gtk/fast/text/basic/006-expected.txt:
* platform/gtk/fast/text/basic/007-expected.txt:
* platform/gtk/fast/text/basic/generic-family-reset-expected.txt:
* platform/gtk/fast/text/capitalize-boundaries-expected.txt:
* platform/gtk/fast/text/emoji-expected.txt: Added.
* platform/gtk/fast/text/international/003-expected.txt:
* platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/gtk/fast/text/international/bidi-override-expected.txt:
* platform/gtk/fast/text/international/system-language/system-font-punctuation-expected.txt: Added.
* platform/gtk/fast/text/softbank-emoji-expected.txt: Added.
* platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
* platform/gtk/fast/text/trak-optimizeLegibility-expected.txt: Added.
* platform/gtk/fast/text/wbr-expected.txt:
* platform/gtk/fast/text/whitespace/002-expected.txt:
* platform/gtk/fast/text/whitespace/003-expected.txt:
* platform/gtk/fast/text/whitespace/004-expected.txt:
* platform/gtk/fast/text/whitespace/005-expected.txt:
* platform/gtk/fast/text/whitespace/010-expected.txt:
* platform/gtk/fast/text/whitespace/011-expected.txt:
* platform/gtk/fast/text/whitespace/013-expected.txt:
* platform/gtk/fast/text/whitespace/014-expected.txt:
* platform/gtk/fast/text/whitespace/015-expected.txt:
* platform/gtk/fast/text/whitespace/016-expected.txt:
* platform/gtk/fast/text/whitespace/024-expected.txt:
* platform/gtk/fast/text/whitespace/025-expected.txt:
* platform/gtk/fast/text/whitespace/026-expected.txt:
* platform/gtk/fast/text/whitespace/027-expected.txt:
* platform/gtk/fast/text/word-break-expected.txt:
* platform/gtk/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/gtk/fast/transforms/transform-table-row-expected.txt:
* platform/gtk/fast/writing-mode/table-percent-width-quirk-expected.txt: Added.
* platform/gtk/fast/writing-mode/vertical-align-table-baseline-expected.txt:
2015-10-28 Sukolsak Sakshuwong <sukolsak@gmail.com>
[Win] LayoutTest js/intl-collator.html failing on Win 7
https://bugs.webkit.org/show_bug.cgi?id=150575
Reviewed by Alexey Proskuryakov.
Update the Intl.Collator test to not expect ICU to support the German phonebook collation.
* js/intl-collator-expected.txt:
* js/script-tests/intl-collator.js:
2015-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. GTK+ gardening: rebaseline tests after r191623.
* platform/gtk/css1/basic/containment-expected.txt:
* platform/gtk/css1/basic/contextual_selectors-expected.txt:
* platform/gtk/css1/basic/grouping-expected.txt:
* platform/gtk/css1/basic/id_as_selector-expected.txt:
* platform/gtk/css1/basic/inheritance-expected.txt:
* platform/gtk/css1/box_properties/border-expected.txt:
* platform/gtk/css1/box_properties/border_bottom-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_width-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_color-expected.txt:
* platform/gtk/css1/box_properties/border_color_inline-expected.txt:
* platform/gtk/css1/box_properties/border_inline-expected.txt:
* platform/gtk/css1/box_properties/border_left-expected.txt:
* platform/gtk/css1/box_properties/border_left_inline-expected.txt:
* platform/gtk/css1/box_properties/border_left_width-expected.txt:
* platform/gtk/css1/box_properties/border_left_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_right-expected.txt:
* platform/gtk/css1/box_properties/border_right_inline-expected.txt:
* platform/gtk/css1/box_properties/border_right_width-expected.txt:
* platform/gtk/css1/box_properties/border_right_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_style-expected.txt:
* platform/gtk/css1/box_properties/border_style_inline-expected.txt:
* platform/gtk/css1/box_properties/border_top-expected.txt:
* platform/gtk/css1/box_properties/border_top_inline-expected.txt:
* platform/gtk/css1/box_properties/border_top_width-expected.txt:
* platform/gtk/css1/box_properties/border_top_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_width-expected.txt:
* platform/gtk/css1/box_properties/border_width_inline-expected.txt:
* platform/gtk/css1/box_properties/clear-expected.txt:
* platform/gtk/css1/box_properties/clear_float-expected.txt:
* platform/gtk/css1/box_properties/float-expected.txt:
* platform/gtk/css1/box_properties/float_elements_in_series-expected.txt:
* platform/gtk/css1/box_properties/float_margin-expected.txt:
* platform/gtk/css1/box_properties/float_on_text_elements-expected.txt:
* platform/gtk/css1/box_properties/height-expected.txt:
* platform/gtk/css1/box_properties/margin-expected.txt:
* platform/gtk/css1/box_properties/margin_bottom-expected.txt:
* platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_left-expected.txt:
* platform/gtk/css1/box_properties/margin_left_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_right-expected.txt:
* platform/gtk/css1/box_properties/margin_right_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_top-expected.txt:
* platform/gtk/css1/box_properties/margin_top_inline-expected.txt:
* platform/gtk/css1/box_properties/padding-expected.txt:
* platform/gtk/css1/box_properties/padding_bottom-expected.txt:
* platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_left-expected.txt:
* platform/gtk/css1/box_properties/padding_left_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_right-expected.txt:
* platform/gtk/css1/box_properties/padding_right_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_top-expected.txt:
* platform/gtk/css1/box_properties/padding_top_inline-expected.txt:
* platform/gtk/css1/box_properties/width-expected.txt:
* platform/gtk/css1/cascade/cascade_order-expected.txt:
* platform/gtk/css1/cascade/important-expected.txt:
* platform/gtk/css1/classification/display-expected.txt:
* platform/gtk/css1/classification/list_style-expected.txt:
* platform/gtk/css1/classification/list_style_image-expected.txt:
* platform/gtk/css1/classification/list_style_position-expected.txt:
* platform/gtk/css1/classification/list_style_type-expected.txt:
* platform/gtk/css1/classification/white_space-expected.txt:
* platform/gtk/css1/color_and_background/background-expected.txt:
* platform/gtk/css1/color_and_background/background_attachment-expected.txt:
* platform/gtk/css1/color_and_background/background_color-expected.txt:
* platform/gtk/css1/color_and_background/background_image-expected.txt:
* platform/gtk/css1/color_and_background/background_position-expected.txt:
* platform/gtk/css1/color_and_background/background_repeat-expected.txt:
* platform/gtk/css1/color_and_background/color-expected.txt:
* platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/gtk/css1/font_properties/font-expected.txt:
* platform/gtk/css1/font_properties/font_family-expected.txt:
* platform/gtk/css1/font_properties/font_size-expected.txt:
* platform/gtk/css1/font_properties/font_style-expected.txt:
* platform/gtk/css1/font_properties/font_variant-expected.txt:
* platform/gtk/css1/font_properties/font_weight-expected.txt:
* platform/gtk/css1/formatting_model/canvas-expected.txt:
* platform/gtk/css1/formatting_model/floating_elements-expected.txt:
* platform/gtk/css1/formatting_model/height_of_lines-expected.txt:
* platform/gtk/css1/formatting_model/inline_elements-expected.txt:
* platform/gtk/css1/formatting_model/replaced_elements-expected.txt:
* platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
* platform/gtk/css1/pseudo/anchor-expected.txt:
* platform/gtk/css1/pseudo/firstletter-expected.txt:
* platform/gtk/css1/pseudo/firstline-expected.txt:
* platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/gtk/css1/text_properties/letter_spacing-expected.txt:
* platform/gtk/css1/text_properties/line_height-expected.txt:
* platform/gtk/css1/text_properties/text_align-expected.txt:
* platform/gtk/css1/text_properties/text_decoration-expected.txt:
* platform/gtk/css1/text_properties/text_indent-expected.txt:
* platform/gtk/css1/text_properties/text_transform-expected.txt:
* platform/gtk/css1/text_properties/vertical_align-expected.txt:
* platform/gtk/css1/text_properties/word_spacing-expected.txt:
* platform/gtk/css1/units/color_units-expected.txt:
* platform/gtk/css1/units/length_units-expected.txt:
* platform/gtk/css1/units/percentage_units-expected.txt:
* platform/gtk/css1/units/urls-expected.txt:
* platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/gtk/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/gtk/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/gtk/css2.1/20110323/inline-table-001-expected.txt:
* platform/gtk/css2.1/20110323/inline-table-002a-expected.txt:
* platform/gtk/css2.1/20110323/inline-table-003-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/gtk/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
* platform/gtk/css2.1/20110323/table-caption-001-expected.txt:
* platform/gtk/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/gtk/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/gtk/css2.1/20110323/table-height-algorithm-023-expected.txt:
* platform/gtk/css2.1/20110323/table-height-algorithm-024-expected.txt:
* platform/gtk/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
* platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
* platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt:
* platform/gtk/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
* platform/gtk/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
* platform/gtk/css3/css3-modsel-33-expected.txt:
* platform/gtk/css3/flexbox/flexbox-baseline-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-161-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-18-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-18b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-28-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-28b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-32-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-43-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-43b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-44-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-44b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-74-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-74b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-78-expected.txt:
* platform/gtk/css3/selectors3/html/css3-modsel-78b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-161-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-18-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-18b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-28-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-28b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-32-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-43-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-43b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-44-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-44b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-78-expected.txt:
* platform/gtk/css3/selectors3/xml/css3-modsel-78b-expected.txt:
* platform/gtk/editing/deleting/4922367-expected.txt:
* platform/gtk/editing/deleting/5099303-expected.txt:
* platform/gtk/editing/deleting/5126166-expected.txt:
* platform/gtk/editing/deleting/5144139-2-expected.txt:
* platform/gtk/editing/deleting/5206311-1-expected.txt:
* platform/gtk/editing/deleting/5433862-2-expected.txt:
* platform/gtk/editing/deleting/5483370-expected.txt:
* platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
* platform/gtk/editing/deleting/table-cells-expected.txt:
* platform/gtk/editing/execCommand/5481523-expected.txt:
* platform/gtk/editing/inserting/5058163-1-expected.txt:
* platform/gtk/editing/inserting/insert-paragraph-01-expected.txt:
* platform/gtk/editing/inserting/insert-paragraph-02-expected.txt:
* platform/gtk/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/gtk/editing/pasteboard/5156401-1-expected.txt:
* platform/gtk/editing/pasteboard/5387578-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/4818145-expected.txt:
* platform/gtk/editing/selection/4889598-expected.txt:
* platform/gtk/editing/selection/4895428-2-expected.txt:
* platform/gtk/editing/selection/5057506-2-expected.txt:
* platform/gtk/editing/selection/5076323-1-expected.txt:
* platform/gtk/editing/selection/5076323-2-expected.txt:
* platform/gtk/editing/selection/5076323-3-expected.txt:
* platform/gtk/editing/selection/5131716-1-expected.txt:
* platform/gtk/editing/selection/5131716-2-expected.txt:
* platform/gtk/editing/selection/5131716-3-expected.txt:
* platform/gtk/editing/selection/5131716-4-expected.txt:
* platform/gtk/editing/selection/7152-1-expected.txt:
* platform/gtk/editing/selection/7152-2-expected.txt:
* platform/gtk/editing/style/5017613-1-expected.txt:
* platform/gtk/editing/style/5017613-2-expected.txt:
* platform/gtk/editing/style/apple-style-editable-mix-expected.txt:
* platform/gtk/editing/unsupported-content/table-type-after-expected.txt:
* platform/gtk/editing/unsupported-content/table-type-before-expected.txt:
* platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
* platform/gtk/fast/block/basic/016-expected.txt:
* platform/gtk/fast/block/basic/quirk-percent-height-table-cell-expected.txt: Added.
* platform/gtk/fast/block/float/011-expected.txt:
* platform/gtk/fast/block/float/015-expected.txt:
* platform/gtk/fast/block/float/025-expected.txt:
* platform/gtk/fast/block/float/026-expected.txt:
* platform/gtk/fast/block/float/027-expected.txt:
* platform/gtk/fast/block/float/028-expected.txt:
* platform/gtk/fast/block/margin-collapse/001-expected.txt:
* platform/gtk/fast/block/margin-collapse/005-expected.txt:
* platform/gtk/fast/block/margin-collapse/006-expected.txt:
* platform/gtk/fast/block/margin-collapse/010-expected.txt:
* platform/gtk/fast/block/margin-collapse/011-expected.txt:
* platform/gtk/fast/block/margin-collapse/012-expected.txt:
* platform/gtk/fast/block/margin-collapse/015-expected.txt:
* platform/gtk/fast/block/margin-collapse/016-expected.txt:
* platform/gtk/fast/block/margin-collapse/017-expected.txt:
* platform/gtk/fast/block/margin-collapse/018-expected.txt:
* platform/gtk/fast/block/margin-collapse/019-expected.txt:
* platform/gtk/fast/block/margin-collapse/020-expected.txt:
* platform/gtk/fast/block/margin-collapse/021-expected.txt:
* platform/gtk/fast/block/margin-collapse/022-expected.txt:
* platform/gtk/fast/block/margin-collapse/025-expected.txt:
* platform/gtk/fast/block/margin-collapse/032-expected.txt:
* platform/gtk/fast/block/margin-collapse/033-expected.txt:
* platform/gtk/fast/block/margin-collapse/034-expected.txt:
* platform/gtk/fast/block/margin-collapse/041-expected.txt:
* platform/gtk/fast/block/margin-collapse/042-expected.txt:
* platform/gtk/fast/block/margin-collapse/055-expected.txt:
* platform/gtk/fast/block/margin-collapse/056-expected.txt:
* platform/gtk/fast/block/margin-collapse/057-expected.txt:
* platform/gtk/fast/block/margin-collapse/058-expected.txt:
* platform/gtk/fast/block/margin-collapse/059-expected.txt:
* platform/gtk/fast/block/margin-collapse/104-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/gtk/fast/block/positioning/053-expected.txt:
* platform/gtk/fast/borders/bidi-009a-expected.txt:
* platform/gtk/fast/borders/border-antialiasing-expected.txt:
* platform/gtk/fast/box-shadow/basic-shadows-expected.txt:
* platform/gtk/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/gtk/fast/css-generated-content/first-letter-in-nested-before-expected.txt: Added.
* platform/gtk/fast/css-generated-content/first-letter-in-nested-before-table-expected.txt: Added.
* platform/gtk/fast/css-generated-content/inline-display-types-expected.txt:
* platform/gtk/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
* platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt:
* platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt:
* platform/gtk/fast/css-generated-content/table-parts-before-and-after-expected.txt: Added.
* platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
* platform/gtk/fast/css-generated-content/table-row-before-after-expected.txt:
* platform/gtk/fast/css/003-expected.txt:
* platform/gtk/fast/css/absolute-poition-in-rtl-parent-expected.txt:
2015-10-27 Hunseop Jeong <hs85.jeong@samsung.com>
[Cairo] Incorrect dashed and dotted border painting after r177686.
https://bugs.webkit.org/show_bug.cgi?id=141967
Reviewed by Gyuyoung Kim.
Fix the incorrect dashed/dotted border painting in cairo.
* platform/gtk/TestExpectations: Removed the passed test.
2015-10-27 Chris Dumez <cdumez@apple.com>
id of iframe incorrectly sets window name
https://bugs.webkit.org/show_bug.cgi?id=150565
Reviewed by Darin Adler.
Add a test to check that id of iframe incorrectly sets the window name
when the iframe's name is not set.
Also set frame names in a lot of layout tests so that they keep giving
the same output.
* fast/css-generated-content/positioned-div-with-floating-after-content-crash.html:
* fast/dom/Window/slow-unload-handler-overwritten-date.html:
* fast/dom/Window/timeout-callback-scope.html:
* fast/dom/Window/window-access-after-navigation.html:
* fast/dom/Window/window-collection-length-no-crash.html:
* fast/dom/Window/window-special-properties-expected.txt:
* fast/dom/microtask-detach.html:
* fast/dom/microtask-inorder.html:
* fast/dom/microtask-reverse.html:
* fast/dom/wrapper-context.html:
* fast/dom/xss-DENIED-javascript-variations.html:
* fast/events/onbeforeunload-focused-iframe.html:
* fast/events/open-window-from-another-frame.html:
* fast/events/popup-blocked-to-post-blank.html:
* fast/events/popup-blocking-click-in-iframe.html:
* fast/events/popup-when-select-change.html:
* fast/frames/detach-frame-during-focus.html:
* fast/frames/frame-inherit-noresize-from-frameset.html:
* fast/frames/frame-programmatic-noresize.html:
* fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html:
* fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html:
* fast/frames/iframe-no-name-expected.txt: Added.
* fast/frames/iframe-no-name.html: Added.
* fast/frames/unload-reparent-sibling-frame.html:
* fast/history/form-submit-in-frame-via-onclick.html:
* fast/history/form-submit-in-frame.html:
* fast/history/same-document-iframes-changing-fragment.html:
* fast/history/same-document-iframes-changing-pushstate.html:
* fast/history/saves-state-after-frame-nav.html:
* fast/images/exif-orientation-image-document.html:
* fast/loader/resources/subframe-navigate-during-main-frame-load2.html:
* fast/overflow/scrollRevealButton.html:
* fast/parser/xml-colon-entity.html:
* fast/parser/xml-declaration-missing-ending-mark.html:
* fast/scrolling/latching/scroll-nested-iframe.html:
* fullscreen/full-screen-frameset.html:
* http/tests/contentextensions/block-cookies-in-csp-report.html:
* http/tests/contentextensions/block-cookies-in-ping.html:
* http/tests/contentextensions/block-cookies-send.html:
* http/tests/contentextensions/block-csp-report.html:
* http/tests/contentextensions/block-everything-unless-domain-iframe.html:
* http/tests/contentextensions/block-ping.html:
* http/tests/contentextensions/hide-on-csp-report.html:
* http/tests/contentextensions/hide-on-ping.html:
* http/tests/loading/text-content-type-with-binary-extension.html:
* http/tests/misc/location-replace-crossdomain.html:
* http/tests/multipart/multipart-wait-before-boundary.html:
* http/tests/navigation/no-referrer-subframe.html:
* http/tests/security/cross-frame-access-child-explicit-domain.html:
* http/tests/security/cross-frame-access-document-direct.html:
* http/tests/security/cross-frame-access-parent-explicit-domain.html:
* http/tests/security/cross-frame-access-port-explicit-domain.html:
* http/tests/security/cross-frame-access-port.html:
* http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-iframe.html:
* http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-iframe.html:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html:
* http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html:
* http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame.html:
* http/tests/security/host-compare-case-insensitive.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html:
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html:
* http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
* http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
* http/tests/security/protocol-compare-case-insensitive.html:
* http/tests/security/referrer-policy-redirect-link.html:
* http/tests/security/sandboxed-iframe-blocks-access-from-parent.html:
* http/tests/security/srcdoc-inherits-referrer-for-forms.html:
* http/tests/security/xssAuditor/full-block-base-href.html:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url.html:
* http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
* http/tests/security/xssAuditor/full-block-javascript-link.html:
* http/tests/security/xssAuditor/full-block-link-onclick.html:
* http/tests/security/xssAuditor/full-block-object-tag.html:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html:
* http/tests/security/xssAuditor/full-block-script-tag-with-source.html:
* http/tests/security/xssAuditor/full-block-script-tag.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-1.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-2.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-3.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-4.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-5.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-6.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-7.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-8.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-9.html:
* http/tests/security/xssAuditor/report-script-tag-replace-state.html:
* http/tests/security/xssAuditor/report-script-tag.html:
* http/tests/security/xssAuditor/resources/utilities.js:
(sendRequestFromIFrame):
* http/tests/security/xssAuditor/xss-protection-parsing-02.html:
* http/tests/security/xssAuditor/xss-protection-parsing-03.html:
* http/tests/security/xssAuditor/xss-protection-parsing-04.html:
* platform/mac/webarchive/archive-empty-frame-dom-expected.txt:
* plugins/plugin-remove-subframe.html:
* webarchive/archive-empty-frame-dom-expected.webarchive:
* webarchive/archive-empty-frame-dom.html:
2015-10-27 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/format-block-uneditable-crash.html
https://bugs.webkit.org/show_bug.cgi?id=150207
<rdar://problem/23137066>
Reviewed by Enrica Casucci.
* editing/execCommand/format-block-uneditable-crash-expected.txt: Added.
* editing/execCommand/format-block-uneditable-crash.html: Added.
2015-10-27 Wenson Hsieh <wenson_hsieh@apple.com>
Unreviewed, fix a failing iOS WK2 test.
* fast/events/ios/viewport-device-width-allows-double-tap-zoom-out-expected.txt:
2015-10-27 Brady Eidson <beidson@apple.com>
Modern IDB: IDBTransaction.objectStore() support.
https://bugs.webkit.org/show_bug.cgi?id=150607
Reviewed by Alex Christensen.
* storage/indexeddb/modern/aborted-put-expected.txt: Added.
* storage/indexeddb/modern/aborted-put.html: Added.
* storage/indexeddb/modern/idbtransaction-objectstore-failures-expected.txt: Added.
* storage/indexeddb/modern/idbtransaction-objectstore-failures.html: Added.
2015-10-27 Wenson Hsieh <wenson_hsieh@apple.com>
Implement viewport-width-based fast-click heuristic
https://bugs.webkit.org/show_bug.cgi?id=150604
<rdar://problem/23267308>
Reviewed by Simon Fraser.
Implement a new fast-click heuristic that applies to viewports with width = device-width. Adds
new tests to check various fast-clicking behaviors. These three tests check (for pages with width=
device-width) that:
- Double-tapping to zoom still works when the scale is not the initial scale.
- If the page is at initial scale, we fire fast-clicks instead of zooming.
- When zooming out from element scale, we end up at initial scale instead of minimum scale.
* fast/events/ios/viewport-device-width-allows-double-tap-zoom-out-expected.txt: Added.
* fast/events/ios/viewport-device-width-allows-double-tap-zoom-out.html: Added.
* fast/events/ios/viewport-device-width-at-initial-scale-fast-clicks-expected.txt: Added.
* fast/events/ios/viewport-device-width-at-initial-scale-fast-clicks.html: Added.
* fast/events/ios/viewport-zooms-from-element-to-initial-scale-expected.txt: Added.
* fast/events/ios/viewport-zooms-from-element-to-initial-scale.html: Added.
2015-10-27 Ryan Haddad <ryanhaddad@apple.com>
Cleaning up formatting on recent additions win TestExpectations file
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-10-27 Brady Eidson <beidson@apple.com>
Modern IDB: Support IDBObjectStore.put/get support.
https://bugs.webkit.org/show_bug.cgi?id=150468
Reviewed by Alex Christensen.
* platform/mac-wk1/TestExpectations: Re-enable a test that can now be made reliable.
* storage/indexeddb/modern/basic-put-expected.txt: Added.
* storage/indexeddb/modern/basic-put.html: Added.
* storage/indexeddb/modern/createobjectstore-basic-expected.txt:
* storage/indexeddb/modern/createobjectstore-basic.html:
* storage/indexeddb/modern/keypath-basic-expected.txt: Added.
* storage/indexeddb/modern/keypath-basic.html: Added.
2015-10-27 Ryan Haddad <ryanhaddad@apple.com>
Marking newly imported W3C html/semantics/forms tests as flaky on Windows
https://bugs.webkit.org/show_bug.cgi?id=150596
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-10-27 Ryan Haddad <ryanhaddad@apple.com>
Marking newly imported W3C XMLHttpRequest tests as flaky on Windows
https://bugs.webkit.org/show_bug.cgi?id=150594
Unreviewed test gardening.
* platform/win/TestExpectations:
2015-10-27 Zalan Bujtas <zalan@apple.com>
Unreviewed Win gardening(subpixel table fallout).
* platform/win/css2.1/20110323/inline-table-003-expected.txt:
* platform/win/http/tests/misc/acid2-expected.txt:
* platform/win/http/tests/misc/acid2-pixel-expected.txt:
* platform/win/http/tests/misc/generated-content-inside-table-expected.txt:
* platform/win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
2015-10-27 Zalan Bujtas <zalan@apple.com>
table-hover-on-link.html behaves unexpectedly on WK2.
Unreviewed gardening.
* TestExpectations:
* fast/repaint/table-hover-on-link-expected.txt:
2015-10-27 Zalan Bujtas <zalan@apple.com>
Unskip and update the test result for El Capitan -> tables/mozilla_expected_failures/bugs/bug8499.html
Unreviewed gardening.
* platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/wk2/TestExpectations:
2015-10-27 Keith Rollin <krollin@apple.com>
Do not sanitize user input for input[type=url]
https://bugs.webkit.org/show_bug.cgi?id=150346
<rdar://problem/23243240>
Reviewed by Darin Adler.
Test the sanitization of text-based input fields when the user enters
text.
* fast/forms/input-user-input-sanitization-expected.txt: Added.
* fast/forms/input-user-input-sanitization.html: Added.
2015-10-27 Michael Saboff <msaboff@apple.com>
REGRESSION (r191360): Crash: com.apple.WebKit.WebContent at com.apple.JavaScriptCore: JSC::FTL:: + 386
https://bugs.webkit.org/show_bug.cgi?id=150580
Reviewed by Mark Lam.
New regression test.
* js/regress-150580-expected.txt: Added.
* js/regress-150580.html: Added.
* js/script-tests/regress-150580.js: Added.
(addEmUp):
(sumVector):
(test):
2015-10-20 Zalan Bujtas <zalan@apple.com>
Subpixel layout: Convert RenderTable* and AutoTableLayout to use LayoutUnit.
https://bugs.webkit.org/show_bug.cgi?id=149366
Reviewed by David Hyatt.
Changeset (due to the massive rebaselining) is too long to list.
2015-10-27 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add close method to writable stream
https://bugs.webkit.org/show_bug.cgi?id=150560
Reviewed by Darin Adler.
New expectations after adding close method to writable stream.
Two tests were also flagged because of bug 147933 that prevents them from running properly in certain
conditions. So far this only happened in Mac, hence they were flagged only for it.
* platform/mac/TestExpectations:
* streams/reference-implementation/bad-underlying-sinks-expected.txt:
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/writable-stream-abort-expected.txt:
* streams/reference-implementation/writable-stream-expected.txt:
2015-10-26 Ryan Haddad <ryanhaddad@apple.com>
Removing duplicated test expectations and removing debug flag from flaky fast/canvas/webgl tests
https://bugs.webkit.org/show_bug.cgi?id=150367
Unreviewed test gardening.
* platform/mac-wk1/TestExpectations:
2015-10-26 Zalan Bujtas <zalan@apple.com>
Floating box is misplaced after content change.
https://bugs.webkit.org/show_bug.cgi?id=150271
Reviewed by David Hyatt.
Collapse anonymous block when as the result of a sibling removal only floating siblings are left.
* fast/block/collapse-anon-block-with-float-siblings-only-expected.html: Added.
* fast/block/collapse-anon-block-with-float-siblings-only.html: Added.
2015-10-26 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/crash-replacing-list-by-list.html
https://bugs.webkit.org/show_bug.cgi?id=149288
<rdar://problem/22746310>
Reviewed by Chris Dumez.
* editing/execCommand/crash-replacing-list-by-list-expected.txt: Added.
* editing/execCommand/crash-replacing-list-by-list.html: Added.
2015-10-26 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/insert-image-changing-visibility-crash.html
https://bugs.webkit.org/show_bug.cgi?id=150208
<rdar://problem/23137109>
Reviewed by Chris Dumez.
* editing/execCommand/insert-image-changing-visibility-crash-expected.txt: Added.
* editing/execCommand/insert-image-changing-visibility-crash.html: Added.
2015-10-26 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/insert-ordered-list-crash.html
https://bugs.webkit.org/show_bug.cgi?id=150209
<rdar://problem/23137198>
Reviewed by Chris Dumez.
* editing/execCommand/insert-ordered-list-crash-expected.txt: Added.
* editing/execCommand/insert-ordered-list-crash.html: Added.
2015-10-26 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/insert-html-to-document-element-crash.html
https://bugs.webkit.org/show_bug.cgi?id=149294
<rdar://problem/22746657>
Reviewed by Darin Adler.
* editing/execCommand/insert-html-to-document-element-crash-expected.txt: Added.
* editing/execCommand/insert-html-to-document-element-crash.html: Added.
2015-10-26 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/indent-nested-blockquotes-crash.html
https://bugs.webkit.org/show_bug.cgi?id=149291
<rdar://problem/22746473>
Reviewed by Darin Adler.
* editing/execCommand/indent-nested-blockquotes-crash-expected.txt: Added.
* editing/execCommand/indent-nested-blockquotes-crash.html: Added.
2015-10-26 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/indent-inline-box-crash.html
https://bugs.webkit.org/show_bug.cgi?id=149290
<rdar://problem/22746435>
Reviewed by Alex Christensen.
* editing/execCommand/indent-inline-box-crash-expected.txt: Added.
* editing/execCommand/indent-inline-box-crash.html: Added.
2015-10-26 Jiewen Tan <jiewen_tan@apple.com>
Null dereference loading Blink layout test editing/execCommand/indent-no-visible-contents-crash.html
https://bugs.webkit.org/show_bug.cgi?id=149292
<rdar://problem/22746530>
Reviewed by Alex Christensen.
* editing/execCommand/indent-no-visible-contents-crash-expected.txt: Added.
* editing/execCommand/indent-no-visible-contents-crash.html: Added.
2015-10-26 Simon Fraser <simon.fraser@apple.com>
Implement 'round' and 'space' values for border-image
https://bugs.webkit.org/show_bug.cgi?id=14185
Reviewed by Tim Horton.
Ref tests that clip, leaving relevant parts of the images.
* fast/borders/border-image-round-expected.html: Added.
* fast/borders/border-image-round.html: Added.
* fast/borders/border-image-space-expected.html: Added.
* fast/borders/border-image-space.html: Added.
* fast/borders/resources/big-border-image-lines.png: Added.
* fast/borders/resources/big-border-image.png: Added.
2015-10-26 Simon Fraser <simon.fraser@apple.com>
Incorrect repeated background-size behavior in keyframes
https://bugs.webkit.org/show_bug.cgi?id=150309
Reviewed by Zalan Bujtas.
* animations/multiple-backgrounds-expected.html: Added.
* animations/multiple-backgrounds.html: Added.
2015-10-26 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Implement abort method on writable streams
https://bugs.webkit.org/show_bug.cgi?id=150444
Reviewed by Darin Adler.
Test expectations updated.
* streams/reference-implementation/bad-underlying-sinks-expected.txt:
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/writable-stream-abort-expected.txt:
2015-10-25 Sun-woo Nam <sunny.nam@samsung.com>
[EFL] Unreviewed gardening. some test expectations for media should be Failure.
https://bugs.webkit.org/show_bug.cgi?id=150495
Unreviewed, EFL gardening.
Some test expectations for media should be Failure.
* platform/efl/TestExpectations:
2015-10-25 Simon Fraser <simon.fraser@apple.com>
Support bezier paths in clip-path property
https://bugs.webkit.org/show_bug.cgi?id=149996
Reviewed by Darin Adler.
Tests for compositing with clip-path and a composited descendant,
a ref test which tests clip-paths with evenodd, comparing to SVG rendering,
and a transition test to test path blendability.
* compositing/masks/clip-path-composited-descendent-expected.txt: Added.
* compositing/masks/clip-path-composited-descendent.html: Added.
* css3/masking/clip-path-with-path-expected.html: Added.
* css3/masking/clip-path-with-path.html: Added.
* transitions/clip-path-path-transitions-expected.txt: Added.
* transitions/clip-path-path-transitions.html: Added.
* transitions/resources/transition-test-helpers.js: Add some basic parsing
support for paths.
(extractPathValues):
(parseClipPath):
* transitions/svg-transitions-expected.txt:
2015-10-25 Youenn Fablet <youenn.fablet@crf.canon.fr>
Import W3C XMLHttpRequest tests
https://bugs.webkit.org/show_bug.cgi?id=142163
Reviewed by Darin Adler.
* TestExpectations: Marking xhr timeout tests as slow.
* platform/gtk/TestExpectations: Marking some XHR tests as failing.timing out.
2015-10-24 Alexey Proskuryakov <ap@apple.com>
Add a test expectation for imported/blink/transitions/unprefixed-perspective.html
https://bugs.webkit.org/show_bug.cgi?id=150541
* TestExpectations:
2015-10-24 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r187121): Delayed instantaneous animations not honouring ' forwards' fill-mode
https://bugs.webkit.org/show_bug.cgi?id=150326
Reviewed by Darin Adler.
Test with a zero-duration, delayed fill-forwards animation.
* animations/fill-mode-forwards-zero-duration-expected.txt: Added.
* animations/fill-mode-forwards-zero-duration.html: Added.
2015-10-23 Chris Dumez <cdumez@apple.com>
RadioNodeList should be exposed on Window
https://bugs.webkit.org/show_bug.cgi?id=148869
<rdar://problem/22589828>
Reviewed by Ryosuke Niwa.
Rebaseline existing layout test now that RadioNodeList is exposed on the
global Window object.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-10-23 Michael Saboff <msaboff@apple.com>
REGRESSION (r179357-r179359): WebContent Crash using AOL Mail @ com.apple.JavascriptCore JSC::linkPolymorphicCall(JSC::ExecState*, JSC::CallLinkInfo&, JSC::CallVariant, JSC::RegisterPreservationMode) + 1584
https://bugs.webkit.org/show_bug.cgi?id=150513
Reviewed by Saam Barati.
New regression test.
* js/regress-150513-expected.txt: Added.
* js/regress-150513.html: Added.
* js/script-tests/regress-150513.js: Added.
(test):
* resources/standalone-pre.js: Added failNextNewCodeBlock to testRunner object.
2015-10-23 Ryan Haddad <ryanhaddad@apple.com>
Removing [ Release ] flag from flaky imported blink tests that are timing out in debug too
https://bugs.webkit.org/show_bug.cgi?id=150050
Reviewed by Tim Horton.
* platform/mac-wk1/TestExpectations:
2015-10-23 Aakash Jain <aakash_jain@apple.com>
Remove unnecessary details from Other Crashes section
https://bugs.webkit.org/show_bug.cgi?id=150514
<rdar://problem/23235458>
Reviewed by Alexey Proskuryakov.
* fast/harness/results.html: Create separate other-crash-tests-table.
2015-10-23 Ryan Haddad <ryanhaddad@apple.com>
Marking more http/tests/xmlhttprequest/timeout/ tests as flaky, removing Yosemite-only flag
https://bugs.webkit.org/show_bug.cgi?id=150378
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
2015-10-23 Ryan Haddad <ryanhaddad@apple.com>
Updating test expectation for animations/fill-forwards-end-state.html
https://bugs.webkit.org/show_bug.cgi?id=150328#c11
Reviewed by Alexey Proskuryakov.
* animations/fill-forwards-end-state-expected.txt:
2015-10-23 Roopesh Chander <roop@roopc.net>
[Content Extensions] Add test for hiding content on <a ping> pings
https://bugs.webkit.org/show_bug.cgi?id=150499
Reviewed by Alex Christensen.
Test for ensuring that <a ping> pings are subject to
'css-display-none' content blocking rules.
* http/tests/contentextensions/hide-on-ping-expected.txt: Added.
* http/tests/contentextensions/hide-on-ping.html: Added.
* http/tests/contentextensions/hide-on-ping.html.json: Added.
2015-10-23 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r187121): Multiple-keyframe animations not honouring ' forwards' fill-mode
https://bugs.webkit.org/show_bug.cgi?id=150328
Reviewed by Dean Jackson.
Filling-forwards test with an animation whose duration is greater than one second,
which showed the bug.
* animations/fill-forwards-end-state-expected.txt: Added.
* animations/fill-forwards-end-state.html: Added.
2015-10-23 Antoine Quint <graouts@apple.com>
Support for SVG `beginEvent` event and `onbegin` attribute
https://bugs.webkit.org/show_bug.cgi?id=150442
Reviewed by Dean Jackson.
* svg/animations/begin-event-attribute-expected.svg: Added.
* svg/animations/begin-event-attribute.svg: Added.
Test for the newly supported `onbegin` attribute.
* svg/animations/begin-event-script-expected.svg: Added.
* svg/animations/begin-event-script.svg: Added.
Test for the newly supported `beginEvent` event handled via `addEventListener()`.
* svg/animations/begin-event-syncbase-expected.svg: Added.
* svg/animations/begin-event-syncbase.svg: Added.
Test for the newly supported `beginEvent` event used as a syncbase value in a
timing attribute.
* svg/animations/end-event-attribute-expected.svg:
* svg/animations/end-event-attribute.svg:
* svg/animations/end-event-script-expected.svg:
* svg/animations/end-event-script.svg:
* svg/animations/end-event-syncbase-expected.svg:
* svg/animations/end-event-syncbase.svg:
Cleaned up tests previously added to remove unnecessary XLink namespace, DOCTYPE and
processing instruction to match new tests.
2015-10-23 Hyemi Shin <hyemi.sin@samsung.com>
ConvolverNode.buffer must have same sample rate as the AudioContext
https://bugs.webkit.org/show_bug.cgi?id=150385
Reviewed by Chris Dumez.
* webaudio/convolver-setBuffer-different-samplerate-expected.txt: Added.
* webaudio/convolver-setBuffer-different-samplerate.html: Added.
2015-10-22 Daniel Bates <dabates@apple.com>
Unreviewed, rolling out r191113.
Rollout r144451 since it regressed the visibility of the
search cancel button when a search field is empty or showing
placeholder text. Further investigation is needed.
Reverted changeset:
"[iOS] DOM click event may not be dispatched when page has
:active style and <input type="search">"
https://bugs.webkit.org/show_bug.cgi?id=144451
http://trac.webkit.org/changeset/191113
2015-10-22 Brady Eidson <beidson@apple.com>
Skip a racey test until it can be made proper.
https://bugs.webkit.org/show_bug.cgi?id=150455 and
https://bugs.webkit.org/show_bug.cgi?id=150468
* platform/mac-wk1/TestExpectations: Skip storage/indexeddb/modern/createobjectstore-basic.html
2015-10-22 Brady Eidson <beidson@apple.com>
Modern IDB: Basic createObjectStore implementation.
https://bugs.webkit.org/show_bug.cgi?id=150455
Reviewed by Alex Christensen.
* storage/indexeddb/modern/createobjectstore-basic-expected.txt: Added.
* storage/indexeddb/modern/createobjectstore-basic.html: Added.
* storage/indexeddb/modern/createobjectstore-failures-expected.txt: Added.
* storage/indexeddb/modern/createobjectstore-failures.html: Added.
2015-10-22 Frederic Wang <fred.wang@free.fr>
[Mac] Add support for the USE_TYPO_METRICS flag
https://bugs.webkit.org/show_bug.cgi?id=150394
Reviewed by Myles C. Maxfield.
Update font, reference and Mac expectation for fonts/use-typo-metrics-1.html
* fonts/lineheight5000-typolineheight2300.woff: Add a MATH table.
* platform/mac-mavericks/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Updated.
* platform/mac/TestExpectations: Remove Mac failure expectation.
* platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Updated.
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Updated.
2015-10-22 Michael Saboff <msaboff@apple.com>
REGRESSION(r191360): Repro Crash: com.apple.WebKit.WebContent at JavaScriptCore:JSC::ExecState::bytecodeOffset + 174
https://bugs.webkit.org/show_bug.cgi?id=150434
Reviewed by Mark Lam.
New regression test.
* js/regress-150434-expected.txt: Added.
* js/regress-150434.html: Added.
* js/script-tests/regress-150434.js: Added.
(bar):
(foo):
(test):
2015-10-22 Wenson Hsieh <wenson_hsieh@apple.com>
Implement touch-action: manipulation; for iOS
https://bugs.webkit.org/show_bug.cgi?id=149854
<rdar://problem/23017145>
Reviewed by Benjamin Poulain.
Add tests to check that the manipulation and auto values of the touch-action property can be
properly parsed and can be obtained through computed style. Also tests that putting touch-action:
manipulation on an element and tapping repeatedly on it will fire clicks instead of recognizing
double taps and causing the viewport to zoom.
* TestExpectations:
* css3/touch-action/touch-action-computed-style-expected.txt: Added.
* css3/touch-action/touch-action-computed-style.html: Added.
* css3/touch-action/touch-action-manipulation-fast-clicks-expected.txt: Added.
* css3/touch-action/touch-action-manipulation-fast-clicks.html: Added.
* css3/touch-action/touch-action-parsing-expected.txt: Added.
* css3/touch-action/touch-action-parsing.html: Added.
* platform/ios-simulator-wk2/TestExpectations:
2015-10-22 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add writable stream attributes
https://bugs.webkit.org/show_bug.cgi?id=150389
Reviewed by Darin Adler.
Expectations for the implementation of writable stream attributes.
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/writable-stream-expected.txt:
2015-10-22 Frederic Wang <fred.wang@free.fr>
Rollout r190440 for the moment. It broke the build.
* fonts/lineheight5000-typolineheight2300.woff:
* platform/mac-mavericks/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/mathml/opentype/opentype-stretchy-expected.txt:
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
2015-10-21 Frederic Wang <fred.wang@free.fr>
[Mac] Add support for the USE_TYPO_METRICS flag
https://bugs.webkit.org/show_bug.cgi?id=150394
Reviewed by Myles C. Maxfield.
Update font, reference and Mac expectation for fonts/use-typo-metrics-1.html
* fonts/lineheight5000-typolineheight2300.woff: Add a MATH table.
* platform/mac-mavericks/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Updated.
* platform/mac/TestExpectations: Remove Mac failure expectation.
* platform/mac/mathml/opentype/opentype-stretchy-expected.txt: Updated.
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Updated.
2015-10-21 Ryan Haddad <ryanhaddad@apple.com>
Adding http/tests/media/video-load-suspend.html to the list of flaky media tests
https://bugs.webkit.org/show_bug.cgi?id=150408
Reviewed by Alexey Proskuryakov.
* platform/mac/TestExpectations:
2015-10-21 Ryan Haddad <ryanhaddad@apple.com>
Marking imported/blink/fast/overflow/hidden-html-auto-body.html as flaky
https://bugs.webkit.org/show_bug.cgi?id=150419
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
2015-10-21 Chris Dumez <cdumez@apple.com>
Un-expose obsolete HTMLBaseFontElement
https://bugs.webkit.org/show_bug.cgi?id=150397
Reviewed by Anders Carlsson.
Update existing layout tests to stop expecting HTMLBaseFontElement to
be exposed.
* dom/html/level2/html/HTMLBaseFontElement01-expected.txt: Removed.
* dom/html/level2/html/HTMLBaseFontElement01.html: Removed.
* dom/html/level2/html/HTMLBaseFontElement01.js: Removed.
* dom/html/level2/html/HTMLBaseFontElement02-expected.txt: Removed.
* dom/html/level2/html/HTMLBaseFontElement02.html: Removed.
* dom/html/level2/html/HTMLBaseFontElement02.js: Removed.
* dom/html/level2/html/HTMLBaseFontElement03-expected.txt: Removed.
* dom/html/level2/html/HTMLBaseFontElement03.html: Removed.
* dom/html/level2/html/HTMLBaseFontElement03.js: Removed.
* dom/html/level2/html/basefont01-expected.txt: Removed.
* dom/html/level2/html/basefont01.html: Removed.
* dom/html/level2/html/basefont01.js: Removed.
* dom/xhtml/level2/html/HTMLBaseFontElement01-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLBaseFontElement01.js: Removed.
* dom/xhtml/level2/html/HTMLBaseFontElement01.xhtml: Removed.
* dom/xhtml/level2/html/HTMLBaseFontElement02-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLBaseFontElement02.js: Removed.
* dom/xhtml/level2/html/HTMLBaseFontElement02.xhtml: Removed.
* dom/xhtml/level2/html/HTMLBaseFontElement03-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLBaseFontElement03.js: Removed.
* dom/xhtml/level2/html/HTMLBaseFontElement03.xhtml: Removed.
* dom/xhtml/level2/html/basefont01-expected.txt: Removed.
* dom/xhtml/level2/html/basefont01.js: Removed.
* dom/xhtml/level2/html/basefont01.xhtml: Removed.
Drop Legacy W3C DOM level 2 basefont tests.
* fast/dom/Window/element-constructors-on-window-expected.txt:
* fast/dom/Window/element-constructors-on-window.html:
* fast/dom/Window/get-set-properties-expected.txt:
* fast/dom/Window/get-set-properties.html:
* fast/dom/Window/resources/window-properties.js:
* fast/dom/Window/window-lookup-precedence-expected.txt:
* fast/dom/dom-constructors-expected.txt:
* fast/dom/dom-constructors.html:
* fast/dom/element-attribute-js-null-expected.txt:
* fast/dom/element-attribute-js-null.html:
* fast/dom/html-attribute-types-expected.txt:
* fast/dom/html-attribute-types.html:
* fast/dom/wrapper-classes-expected.txt:
* fast/dom/wrapper-classes.html:
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-10-21 Sukolsak Sakshuwong <sukolsak@gmail.com>
[INTL] Implement Intl.Collator.prototype.resolvedOptions ()
https://bugs.webkit.org/show_bug.cgi?id=147601
Reviewed by Benjamin Poulain.
* js/intl-collator-expected.txt:
* js/script-tests/intl-collator.js:
(testCollator):
2015-10-21 Dean Jackson <dino@apple.com>
Null dereference loading Blink layout test svg/filters/display-none-filter-primitive.html
https://bugs.webkit.org/show_bug.cgi?id=150212
<rdar://problem/23137376>
Reviewed by Brent Fulgham.
* svg/filters/display-none-filter-primitive-expected.txt: Added.
* svg/filters/display-none-filter-primitive.html: Added.
2015-10-21 Brady Eidson <beidson@apple.com>
Modern IDB: Add basic transaction aborting.
https://bugs.webkit.org/show_bug.cgi?id=150148
Reviewed by Alex Christensen.
* storage/indexeddb/modern/double-abort-expected.txt: Added.
* storage/indexeddb/modern/double-abort.html: Added.
* storage/indexeddb/modern/versionchange-abort-then-reopen-expected.txt: Added.
* storage/indexeddb/modern/versionchange-abort-then-reopen.html: Added.
2015-10-21 Antoine Quint <graouts@apple.com>
Support for the SVG `onend` attribute
https://bugs.webkit.org/show_bug.cgi?id=150393
Reviewed by Dean Jackson.
Create a new test for the `onend` attribute and rename the previously-named "end-event-declarative.svg" test to
"end-event-syncbase.svg" since the term "declarative" was a little loose.
* svg/animations/end-event-attribute-expected.svg: Copied from LayoutTests/svg/animations/end-event-declarative-expected.svg.
* svg/animations/end-event-attribute.svg: Copied from LayoutTests/svg/animations/end-event-declarative.svg.
* svg/animations/end-event-syncbase-expected.svg: Renamed from LayoutTests/svg/animations/end-event-declarative-expected.svg.
* svg/animations/end-event-syncbase.svg: Renamed from LayoutTests/svg/animations/end-event-declarative.svg.
2015-10-21 Nan Wang <n_wang@apple.com>
AX: Expose table size and cell indexes on iOS
https://bugs.webkit.org/show_bug.cgi?id=150366
Reviewed by Chris Fleizach.
* accessibility/aria-table-attributes-expected.txt: Added.
* accessibility/aria-table-attributes.html: Added.
* accessibility/mac/aria-table-attributes-expected.txt: Removed.
* accessibility/mac/aria-table-attributes.html: Removed.
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/win/TestExpectations:
2015-10-21 Chris Dumez <cdumez@apple.com>
HTMLIFrameElement.sandbox should be a DOMSettableTokenList
https://bugs.webkit.org/show_bug.cgi?id=150377
Reviewed by Ryosuke Niwa.
* fast/frames/sandbox-attribute-expected.txt: Added.
* fast/frames/sandbox-attribute.html: Added.
Add layout test to check that HTMLIframeElement.sandbox is now a
DOMSettableTokenList.
* fast/frames/sandboxed-iframe-navigation-allowed-expected.txt:
* fast/frames/sandboxed-iframe-navigation-allowed.html:
Update test that was using shouldBe() with HTMLIframeElement.sandbox.
shouldBe() does an === check but which now fails before
HTMLIframeElement.sandbox is now a DOMSettableTokenList that can be
stringified, rather than a String.
2015-10-20 Sergio Villar Senin <svillar@igalia.com>
[css-grid] Fix freeSpace computation with non-zero baseSize flex tracks
https://bugs.webkit.org/show_bug.cgi?id=150359
Reviewed by Zalan Bujtas.
* fast/css-grid-layout/flex-content-distribution-expected.txt: Added.
* fast/css-grid-layout/flex-content-distribution.html: Added.
2015-10-21 Youenn Fablet <youenn.fablet@crf.canon.fr>
Remove commented lines in TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=150387
Unreviewed.
* TestExpectations: remove commented lines introduced in bug 150331 bug.
2015-10-21 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Construct a writable stream
https://bugs.webkit.org/show_bug.cgi?id=150360
Reviewed by Darin Adler.
Expectations for the writable stream initialization.
* streams/reference-implementation/bad-strategies-expected.txt:
* streams/reference-implementation/bad-underlying-sinks-expected.txt:
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/byte-length-queuing-strategy-expected.txt:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/pipe-through-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/pipe-to-options-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/writable-stream-abort-expected.txt:
* streams/reference-implementation/writable-stream-expected.txt:
2015-10-21 Frederic Wang <fred.wang@free.fr>
Unreviewed gardening. Test expectation for use-typo-metrics-1 on Mac and Windows should be "ImageOnlyFailure" not "Failure".
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2015-10-21 Youenn Fablet <youenn.fablet@crf.canon.fr>
W3C test importer should not import reference files as regular tests
https://bugs.webkit.org/show_bug.cgi?id=150331
Reviewed by Darin Adler.
* TestExpectations: Adding Skip expectations for web-platform-test resource files (currently commented out as not all are yet imported).
2015-10-21 Youenn Fablet <youenn.fablet@crf.canon.fr>
Update web-platform-tests tests to the same revision as tools
https://bugs.webkit.org/show_bug.cgi?id=149656
Reviewed by Darin Adler.
* TestExpectations: Skipping imported resource files that are not in 'resources' folder.
2015-10-21 Frederic Wang <fred.wang@free.fr>
[FreeType] Add support for the USE_TYPO_METRICS flag
https://bugs.webkit.org/show_bug.cgi?id=150340
Reviewed by Martin Robinson.
Add a test to verify that the line height of a font is calculated from the typo metrics when the OS/2 USE_TYPO_METRICS flag is set. Currently, the test only passes with the FreeType backend.
* fonts/lineheight5000-typolineheight2300.woff: Added.
* fonts/use-typo-metrics-1-expected.html: Added.
* fonts/use-typo-metrics-1.html: Added.
* platform/mac/TestExpectations: Mark as failing.
* platform/win/TestExpectations: Mark as failing.
2015-10-20 Ryan Haddad <ryanhaddad@apple.com>
Marking http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html as flaky on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=150378
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
2015-10-20 Ryan Haddad <ryanhaddad@apple.com>
Marking http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html as flaky on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=150363
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
2015-10-20 Aakash Jain <aakash_jain@apple.com>
run-webkit-tests does not copy all crash logs for layout test failures on iOS
https://bugs.webkit.org/show_bug.cgi?id=150056
<rdar://problem/22239750>
Reviewed by Alexey Proskuryakov.
* fast/harness/results.html: Added the column for Other crashes, this contain
all the newly find crashes from the crash-log directory. Added method forOtherCrashes
which processes othre_crashes section from full_results.json. Also fixed the method
splitExtension to handle the case when there is no extension.
2015-10-20 Mark Lam <mark.lam@apple.com>
YarrPatternConstructor::containsCapturingTerms() should not assume that its terms.size() is greater than 0.
https://bugs.webkit.org/show_bug.cgi?id=150372
Reviewed by Geoffrey Garen.
* js/regress-150372-expected.txt: Added.
* js/regress-150372.html: Added.
* js/script-tests/regress-150372.js: Added.
2015-10-20 Michael Saboff <msaboff@apple.com>
REGRESSION (r191175): OSR Exit from an inlined tail callee trashes callee save registers
https://bugs.webkit.org/show_bug.cgi?id=150336
Reviewed by Mark Lam.
Added a new regression test and restored tail call test results for js/caller-property.
* js/caller-property-expected.txt:
* js/regress-150336-expected.txt: Added.
* js/regress-150336.html: Added.
* js/script-tests/regress-150336.js: Added.
(bar):
(foo):
(test):
2015-10-20 Ryan Haddad <ryanhaddad@apple.com>
Take 2 on rebaselining fast/dynamic/insert-before-table-part-in-continuation.html
https://bugs.webkit.org/show_bug.cgi?id=150126
Reviewed by Zalan Bujtas.
* platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2015-10-20 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: JavaScriptCore should parse sourceURL and sourceMappingURL directives
https://bugs.webkit.org/show_bug.cgi?id=150096
Reviewed by Geoffrey Garen.
* inspector/debugger/sourceURLs-expected.txt: Added.
* inspector/debugger/sourceURLs.html: Added.
sourceURL and sourceMappingURL detection.
2015-10-20 Chris Dumez <cdumez@apple.com>
Only HTML spaces should be stripped from a <script>'s 'for' / 'event' attributes
https://bugs.webkit.org/show_bug.cgi?id=150335
Reviewed by Darin Adler.
Add a layout test to check that U+000B does not get stripped from the
script's 'for' / 'event' attributes.
* fast/dom/script-for-event-spaces-expected.txt: Added.
* fast/dom/script-for-event-spaces.html: Added.
2015-10-20 Ryan Haddad <ryanhaddad@apple.com>
fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html flakily times out on Mavericks WK1
https://bugs.webkit.org/show_bug.cgi?id=150367
Reviewed by Darin Adler.
* platform/mac-wk1/TestExpectations:
2015-10-20 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Update readable-stream-templated tests to latest spec
https://bugs.webkit.org/show_bug.cgi?id=149668
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-expected.txt: Updated expectations.
* streams/reference-implementation/readable-stream.html: Updated tests.
2015-10-13 Sergio Villar Senin <svillar@igalia.com>
ASSERTION FAILED: computeMainAxisExtentForChild(child, MainOrPreferredSize, mainSize) in WebCore::RenderFlexibleBox::adjustChildSizeForMinAndMax
https://bugs.webkit.org/show_bug.cgi?id=149459
Reviewed by Darin Adler.
* fast/flexbox/crash-resolved-main-size-zero-expected.txt: Added.
* fast/flexbox/crash-resolved-main-size-zero.html: Added.
2015-10-19 Myles C. Maxfield <mmaxfield@apple.com>
FontCascade::typesettingFeatures() is not privy to font-variant-* nor font-feature-settings
https://bugs.webkit.org/show_bug.cgi?id=149775
Reviewed by Darin Adler.
* fast/text/multiple-feature-properties-expected.html: Added.
* fast/text/multiple-feature-properties.html: Added.
2015-10-19 Tim Horton <timothy_horton@apple.com>
Don't dump GestureEvent constructor attributes for now
Rubber-stamped by Alexey Proskuryakov.
* js/dom/script-tests/global-constructors-attributes.js:
2015-10-19 Ryan Haddad <ryanhaddad@apple.com>
Rebaselining fast/dynamic/insert-before-table-part-in-continuation.html for win
https://bugs.webkit.org/show_bug.cgi?id=150126
Reviewed by Zalan Bujtas.
* platform/win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2015-10-19 Ryan Haddad <ryanhaddad@apple.com>
Removing Yosemite-only flag for flaky test http/tests/media/video-query-url.html
https://bugs.webkit.org/show_bug.cgi?id=141085
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
2015-10-19 Chris Dumez <cdumez@apple.com>
Null dereference loading Blink layout test fast/forms/color/input-color-onchange-event.html
https://bugs.webkit.org/show_bug.cgi?id=150192
<rdar://problem/23135050>
Reviewed by Darin Adler.
Import more checks from the corresponding Blink test.
* fast/forms/color/input-color-onchange-event-expected.txt:
* fast/forms/color/input-color-onchange-event.html:
2015-10-19 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Update readable-stream-reader tests to latest spec
https://bugs.webkit.org/show_bug.cgi?id=149699
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-reader-expected.txt: Updated expectations.
* streams/reference-implementation/readable-stream-reader.html: Updated tests.
2015-10-19 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Update readable-stream-controller-error tests against latest reference
https://bugs.webkit.org/show_bug.cgi?id=149700
Reviewed by Darin Adler.
* streams/readable-stream-controller-error.html: Updated tests.
2015-10-19 Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStream tee
https://bugs.webkit.org/show_bug.cgi?id=146315
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-tee-expected.txt:
2015-10-19 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add skeleton for initial WritableStream support
https://bugs.webkit.org/show_bug.cgi?id=149951
Reviewed by Darin Adler.
Changed expectations to accomodate the WritableStream skeleton, including global-constructors-attributes.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* streams/reference-implementation/bad-strategies-expected.txt:
* streams/reference-implementation/bad-underlying-sinks-expected.txt:
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/byte-length-queuing-strategy-expected.txt:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/pipe-through-expected.txt:
* streams/reference-implementation/pipe-to-expected.txt:
* streams/reference-implementation/pipe-to-options-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/writable-stream-abort-expected.txt:
* streams/reference-implementation/writable-stream-expected.txt:
2015-10-18 Yusuke Suzuki <utatane.tea@gmail.com>
Promise constructor should throw when not called with "new"
https://bugs.webkit.org/show_bug.cgi?id=149380
Reviewed by Darin Adler.
Fix js/dom/Promise-types.html. Before this change, it calls the Promise constructor without new and
expects it succeeds. And we move it from js/dom to js since we can execute this without DOM support.
* js/Promise-types-expected.txt: Renamed from LayoutTests/js/dom/Promise-types-expected.txt.
* js/Promise-types.html: Added.
* js/script-tests/Promise-types.js: Renamed from LayoutTests/js/dom/Promise-types.html.
(aPromise.new.Promise):
(debug.string_appeared_here.shouldThrow.Promise):
* resources/standalone-pre.js:
(shouldBeDefined):
2015-10-18 Ryan Haddad <ryanhaddad@apple.com>
Marking fast/canvas/webgl/oes-texture-float-linear.html as flaky
https://bugs.webkit.org/show_bug.cgi?id=149930
Reviewed by Darin Adler.
* platform/mac/TestExpectations:
2015-10-18 Ryan Haddad <ryanhaddad@apple.com>
Marking webarchive/loading/object.html as flaky due to crashes
https://bugs.webkit.org/show_bug.cgi?id=150241
<rdar://problem/21690723>
Reviewed by Darin Adler.
* platform/mac-wk2/TestExpectations:
2015-10-18 Ryan Haddad <ryanhaddad@apple.com>
Marking media/event-queue-crash.html as flaky
https://bugs.webkit.org/show_bug.cgi?id=114177
Reviewed by Darin Adler.
* platform/mac/TestExpectations:
2015-10-18 Chris Dumez <cdumez@apple.com>
WebKit must support all JavaScript MIME types in HTML5 spec
https://bugs.webkit.org/show_bug.cgi?id=148854
<rdar://problem/22588195>
Reviewed by Darin Adler.
Rebaseline several existing layout tests now that we execute
more JS MIME types.
* fast/html/script-allowed-types-languages-expected.txt:
* fast/tokenizer/004-expected.txt:
2015-10-18 Antti Koivisto <antti@apple.com>
Computed style should work correctly with slotted elements that have display:none
https://bugs.webkit.org/show_bug.cgi?id=150237
Reviewed by Andreas Kling.
* editing/style/apply-style-atomic-expected.txt:
Rebase.
* fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt:
* fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html:
We now also compute style of display:none pseudo elements correctly.
This is a progression and matches other browsers.
* fast/shadow-dom/computed-style-display-none-expected.txt: Added.
* fast/shadow-dom/computed-style-display-none.html: Added.
2015-10-18 Gyuyoung Kim <gyuyoung.kim@webkit.org>
Unreviewed EFL gardening. Mark css variables tests to pass
with incorrect result. Because the pass is not verified yet.
* platform/efl/TestExpectations:
2015-10-18 Alexey Proskuryakov <ap@apple.com>
Fix a copy/paste mistake in the previous commit.
* platform/mac-wk2/TestExpectations:
2015-10-18 Alexey Proskuryakov <ap@apple.com>
Add one more flaky Blink test to TestExpectations.
* platform/mac-wk2/TestExpectations:
2015-10-17 David Hyatt <hyatt@apple.com>
Implement the CSS4 'revert' keyword.
https://bugs.webkit.org/show_bug.cgi?id=149702
Reviewed by Simon Fraser.
* fast/css/all-keyword-revert-expected.html: Added.
* fast/css/all-keyword-revert.html: Added.
* fast/css/revert-color-expected.html: Added.
* fast/css/revert-color.html: Added.
* fast/css/revert-margins-expected.html: Added.
* fast/css/revert-margins.html: Added.
* fast/css/variables/all-keyword-revert-expected.html: Added.
* fast/css/variables/all-keyword-revert.html: Added.
* fast/css/variables/revert-inheritance-expected.html: Added.
* fast/css/variables/revert-inheritance.html: Added.
* fast/css/variables/revert-no-inheritance-expected.html: Added.
* fast/css/variables/revert-no-inheritance.html: Added.
* fast/css/variables/revert-variable-reference-expected.html: Added.
* fast/css/variables/revert-variable-reference.html: Added.
2015-10-17 Myles C. Maxfield <mmaxfield@apple.com>
Delete FontPlatformData::allowsLigatures()
https://bugs.webkit.org/show_bug.cgi?id=150286
Reviewed by Dan Bernstein.
Make sure it's impossible to turn off required ligatures with CSS.
* fast/text/required-ligatures-expected.html: Added.
* fast/text/required-ligatures.html: Added.
2015-10-17 Chris Dumez <cdumez@apple.com>
td and th should use HTMLTableDataCellElement and HTMLTableHeaderCellElement interfaces
https://bugs.webkit.org/show_bug.cgi?id=148859
<rdar://problem/22588664>
Reviewed by Ryosuke Niwa.
Rebaseline existing tests now that new HTMLTableDataCellElement / HTMLTableHeaderCellElement
types are exposed.
* fast/dom/wrapper-classes-expected.txt:
* fast/dom/wrapper-classes.html:
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-10-16 Alexey Proskuryakov <ap@apple.com>
Remove [ Debug ] qualifiers from expectations for some imported Blink test,
as they sometimes fail in release too.
* platform/mac-wk2/TestExpectations:
2015-10-16 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement String.prototype.normalize
https://bugs.webkit.org/show_bug.cgi?id=150094
Reviewed by Geoffrey Garen.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2015-10-16 Jiewen Tan <jiewen_tan@apple.com>
Avoid to insert TAB before HTML element.
https://bugs.webkit.org/show_bug.cgi?id=149295
<rdar://problem/22746706>
Reviewed by Ryosuke Niwa.
* editing/execCommand/insert-tab-to-html-element-crash-expected.txt: Added.
* editing/execCommand/insert-tab-to-html-element-crash.html: Added.
2015-10-16 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r191204.
https://bugs.webkit.org/show_bug.cgi?id=150263
This change is causing existing tests to fail (Requested by
ryanhaddad on #webkit).
Reverted changeset:
"Computed style should work correctly with slotted elements
that have display:none"
https://bugs.webkit.org/show_bug.cgi?id=150237
http://trac.webkit.org/changeset/191204
2015-10-16 Brady Eidson <beidson@apple.com>
Fix flakey test that was added for:
Modern IDB: Add versionchange events.
https://bugs.webkit.org/show_bug.cgi?id=150149
Test flakes because two events come in different orders.
The event order actually does not matter.
The test just needs to handle either order.
* storage/indexeddb/modern/versionchange-event-expected.txt:
* storage/indexeddb/modern/versionchange-event.html:
2015-10-16 Brent Fulgham <bfulgham@apple.com>
Test fix after r191211
Tell the 'Plug-ins.html' test to allow enumeration of all plugins.
* fast/dom/Window/Plug-ins.html:
2015-10-16 Ryan Haddad <ryanhaddad@apple.com>
Removing non-existent test from test expectations file
https://bugs.webkit.org/show_bug.cgi?id=150250
Reviewed by Simon Fraser.
* platform/mac/TestExpectations:
2015-10-16 Zalan Bujtas <zalan@apple.com>
[Win] Update initial-letter test expectation for Win port.
Unreviewed gardening.
* platform/win/TestExpectations:
2015-10-16 Keith Miller <keith@Keiths-MacBook-Pro-5.local>
Add Intrinsic Getters and use them to fix performance on the getters of TypedArray properties.
https://bugs.webkit.org/show_bug.cgi?id=149687
Reviewed by Geoffrey Garen.
Fix test since typedarrays no longer have length as a own property.
* js/dom/getOwnPropertyDescriptor-expected.txt:
* js/resources/getOwnPropertyDescriptor.js:
2015-10-16 Brent Fulgham <bfulgham@apple.com>
Hide all plugin names except Flash, Java, and QuickTime
https://bugs.webkit.org/show_bug.cgi?id=149014
Reviewed by Darin Adler.
Update tests to notify internals that all plugins should be shown, not
just the publicly available ones.
* plugins/plugin-javascript-access.html:
* plugins/script-tests/navigator-mimeTypes-length.js:
2015-10-16 Michael Saboff <msaboff@apple.com>
REGRESSION (r191175): Still crashing when clicking back button on netflix.com
https://bugs.webkit.org/show_bug.cgi?id=150251
Rubber stamped by Filip Pizlo.
Turning off Tail Calls and disabling tests until the crash is fixed.
* js/caller-property-expected.txt:
2015-10-16 Antti Koivisto <antti@apple.com>
Computed style should work correctly with slotted elements that have display:none
https://bugs.webkit.org/show_bug.cgi?id=150237
Reviewed by Andreas Kling.
* editing/style/apply-style-atomic-expected.txt:
Rebase.
* fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt:
* fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html:
We now also compute style of display:none pseudo elements correctly.
This is a progression and matches other browsers.
* fast/shadow-dom/computed-style-display-none-expected.txt: Added.
* fast/shadow-dom/computed-style-display-none.html: Added.
2015-10-16 Zalan Bujtas <zalan@apple.com>
[iOS] Update initial-letter results for iOS port.
Unreviewed gardening.
* platform/ios-simulator/fast/css-generated-content/initial-letter-basic-expected.txt:
* platform/ios-simulator/fast/css-generated-content/initial-letter-sunken-expected.txt:
2015-10-16 Brady Eidson <beidson@apple.com>
Modern IDB: Add versionchange events.
https://bugs.webkit.org/show_bug.cgi?id=150149
Reviewed by Alex Christensen.
* storage/indexeddb/modern/versionchange-event-expected.txt: Added.
* storage/indexeddb/modern/versionchange-event.html: Added.
2015-10-16 Zalan Bujtas <zalan@apple.com>
First line box in paragraph using initial-letter overflows.
https://bugs.webkit.org/show_bug.cgi?id=147977
<rdar://problem/22901553>
Reviewed by David Hyatt.
When initial-letter float is present, we should shrink the first
line even if it's not intersected with the block's current height.
This is because of the sunken behaviour of initial-letter.
* fast/css-generated-content/initial-letter-first-line-wrapping-expected.html: Added.
* fast/css-generated-content/initial-letter-first-line-wrapping.html: Added.
* platform/mac/fast/css-generated-content/initial-letter-basic-expected.txt: progression.
2015-10-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
Update testharness.js to web-platform-tests version
https://bugs.webkit.org/show_bug.cgi?id=150234
Reviewed by Chris Dumez.
* resources/testharness.js:
(WindowTestEnvironment):
(WindowTestEnvironment.prototype._dispatch):
(WindowTestEnvironment.prototype._forEach_windows):
(WindowTestEnvironment.prototype.on_tests_ready):
(WindowTestEnvironment.prototype.setup_messages):
(WindowTestEnvironment.prototype.next_default_test_name):
(WindowTestEnvironment.prototype.on_new_harness_properties):
(WindowTestEnvironment.prototype.add_on_loaded_callback):
(WindowTestEnvironment.prototype.test_timeout):
(WindowTestEnvironment.prototype.global_scope):
(WorkerTestEnvironment):
(WorkerTestEnvironment.prototype._dispatch):
(WorkerTestEnvironment.prototype._add_message_port):
(WorkerTestEnvironment.prototype.next_default_test_name):
(WorkerTestEnvironment.prototype.on_new_harness_properties):
(WorkerTestEnvironment.prototype.on_tests_ready):
(WorkerTestEnvironment.prototype.add_on_loaded_callback):
(WorkerTestEnvironment.prototype.test_timeout):
(WorkerTestEnvironment.prototype.global_scope):
(DedicatedWorkerTestEnvironment):
(DedicatedWorkerTestEnvironment.prototype.on_tests_ready):
(SharedWorkerTestEnvironment):
(SharedWorkerTestEnvironment.prototype.on_tests_ready):
(ServiceWorkerTestEnvironment):
(ServiceWorkerTestEnvironment.prototype.add_on_loaded_callback):
(create_test_environment):
(is_shared_worker):
(is_service_worker):
(test):
(async_test):
(promise_test):
(this.wait_for):
(EventWatcher):
(setup):
(step_timeout):
(format_value): Deleted.
2015-10-16 Chris Dumez <cdumez@apple.com>
Unreviewed, skip imported/w3c/web-platform-tests/dom/interfaces.html on Debug builds.
This test is slow and sometimes times out.
* TestExpectations:
2015-10-16 Ryan Haddad <ryanhaddad@apple.com>
Fixing test expectations for css2.1/tables/table-anonymous-objects-045.xht on win
https://bugs.webkit.org/show_bug.cgi?id=150125
Reviewed by Zalan Bujtas.
* platform/win/css2.1/tables/table-anonymous-objects-045-expected.txt:
2015-10-16 Brady Eidson <beidson@apple.com>
Modern IDB: Support IDBDatabase.close().
https://bugs.webkit.org/show_bug.cgi?id=150150
Reviewed by Alex Christensen.
* storage/indexeddb/modern/opendatabase-versions-expected.txt:
* storage/indexeddb/modern/opendatabase-versions.html:
2015-10-16 Chris Dumez <cdumez@apple.com>
HTMLPreloadScanner should preload iframes
https://bugs.webkit.org/show_bug.cgi?id=150097
<rdar://problem/23094475>
Reviewed by Antti Koivisto.
Add layout test to check that iframes are indeed preloaded.
* fast/preloader/frame-src-expected.txt: Added.
* fast/preloader/frame-src.html: Added.
* fast/preloader/resources/testFrame.html: Added.
* http/tests/loading/preload-no-store-frame-src-expected.txt: Added.
* http/tests/loading/preload-no-store-frame-src.html: Added.
2015-10-16 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed fix after r191175.
* js/regress-150220-expected.txt: Added.
2015-10-16 David Hyatt <hyatt@apple.com>
Implement the "all" CSS property.
https://bugs.webkit.org/show_bug.cgi?id=116966
Reviewed by Zalan Bujtas.
Added tests for the "all property, including a variables test!
* fast/css/all-keyword-direction-expected.html: Added.
* fast/css/all-keyword-direction.html: Added.
* fast/css/all-keyword-inherit-expected.html: Added.
* fast/css/all-keyword-inherit.html: Added.
* fast/css/all-keyword-initial-expected.html: Added.
* fast/css/all-keyword-initial.html: Added.
* fast/css/all-keyword-unset-expected.html: Added.
* fast/css/all-keyword-unset.html: Added.
* fast/css/variables/all-keyword-unset-expected.html: Added.
* fast/css/variables/all-keyword-unset.html: Added.
2015-10-15 Michael Saboff <msaboff@apple.com>
REGRESSION (r190289): Repro crash clicking back button on netflix.com
https://bugs.webkit.org/show_bug.cgi?id=150220
Reviewed by Geoffrey Garen.
Added a new regression test. Changed the expected output of caller-property
to correspond with tail calls enabled.
* js/caller-property-expected.txt:
* js/regress-150220-expected.tx: Added.
* js/regress-150220.html: Added.
* js/script-tests/regress-150220.js: Added.
(Obj):
(SubObj):
2015-10-16 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL Gardening on 15th Oct.
https://bugs.webkit.org/show_bug.cgi?id=150223
* platform/efl/TestExpectations:
2015-10-15 Roopesh Chander <roop@roopc.net>
[Content Extensions] Content blocking rules are not consulted for pings
https://bugs.webkit.org/show_bug.cgi?id=149873
Reviewed by Alex Christensen.
Tests for ensuring that requests loaded through the PingLoader
are subject to content blocking rules.
* http/tests/contentextensions/block-cookies-in-csp-report-expected.txt: Added.
* http/tests/contentextensions/block-cookies-in-csp-report.html: Added.
* http/tests/contentextensions/block-cookies-in-csp-report.html.json: Added.
* http/tests/contentextensions/block-cookies-in-image-load-in-onunload-expected.txt: Added.
* http/tests/contentextensions/block-cookies-in-image-load-in-onunload.html: Added.
* http/tests/contentextensions/block-cookies-in-image-load-in-onunload.html.json: Added.
* http/tests/contentextensions/block-cookies-in-ping-expected.txt: Added.
* http/tests/contentextensions/block-cookies-in-ping.html: Added.
* http/tests/contentextensions/block-cookies-in-ping.html.json: Added.
* http/tests/contentextensions/block-csp-report-expected.txt: Added.
* http/tests/contentextensions/block-csp-report.html: Added.
* http/tests/contentextensions/block-csp-report.html.json: Added.
* http/tests/contentextensions/block-image-load-in-onunload-expected.txt: Added.
* http/tests/contentextensions/block-image-load-in-onunload.html: Added.
* http/tests/contentextensions/block-image-load-in-onunload.html.json: Added.
* http/tests/contentextensions/block-ping-expected.txt: Added.
* http/tests/contentextensions/block-ping.html: Added.
* http/tests/contentextensions/block-ping.html.json: Added.
* http/tests/contentextensions/hide-on-csp-report-expected.txt: Added.
* http/tests/contentextensions/hide-on-csp-report.html: Added.
* http/tests/contentextensions/hide-on-csp-report.html.json: Added.
* http/tests/contentextensions/resources/check-ping.html: Added.
* http/tests/contentextensions/resources/delete-ping.php: Added.
* http/tests/contentextensions/resources/get-ping-data.php: Added.
* http/tests/contentextensions/resources/ping-file-path.php: Added.
* http/tests/contentextensions/resources/redirect.php: Added.
* http/tests/contentextensions/resources/save-ping.php: Added.
2015-10-15 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Make inspector/heap/gc.html more reliable.
* inspector/heap/gc.html:
Stop outputing after we see the first Full GC. Resolving waits
for pending events which could incldue more GCs.
2015-10-14 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Include Garbage Collection Event in Timeline
https://bugs.webkit.org/show_bug.cgi?id=142510
Reviewed by Geoffrey Garen and Brian Burg.
* inspector/heap/garbageCollected-expected.txt: Added.
* inspector/heap/garbageCollected.html: Added.
* inspector/heap/gc-expected.txt: Added.
* inspector/heap/gc.html: Added.
2015-10-15 Dean Jackson <dino@apple.com>
Remove deprecated function insertRule(), replace with appendRule()
https://bugs.webkit.org/show_bug.cgi?id=150188
Unreviewed. This was a mistake in my review of Ryan's patch.
The CSSOM is confusing. This test was not always using a CSSKeyframesRule
object, so it should still be calling insertRule. This does produce
a console message, so added that to the expected result.
* http/tests/css/resources/shared-stylesheet-mutation.js:
(executeTests): Back to insertRule.
* http/tests/css/shared-stylesheet-mutation-expected.txt:
* http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
* http/tests/css/resources/shared-stylesheet-mutation.js:
(executeTests): Back to insertRule.
2015-10-15 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r191156.
https://bugs.webkit.org/show_bug.cgi?id=150215
Introduced crashing test (Requested by bradee-oh on #webkit).
Reverted changeset:
"Modern IDB: Support IDBDatabase.close()."
https://bugs.webkit.org/show_bug.cgi?id=150150
http://trac.webkit.org/changeset/191156
2015-10-15 Brady Eidson <beidson@apple.com>
Modern IDB: Support IDBDatabase.close().
https://bugs.webkit.org/show_bug.cgi?id=150150
Reviewed by Alex Christensen.
* storage/indexeddb/modern/opendatabase-versions-expected.txt:
* storage/indexeddb/modern/opendatabase-versions.html:
2015-10-15 Ryan Haddad <ryanhaddad@apple.com>
Marking another disk-cache test as flaky on mac-wk2
https://bugs.webkit.org/show_bug.cgi?id=149087
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
2015-10-15 David Hyatt <hyatt@apple.com>
Add support for the CSS 'unset' keyword.
https://bugs.webkit.org/show_bug.cgi?id=148614
Reviewed by Dean Jackson.
* TestExpectations:
Remove the 3 failing variables tests that used the unset keyword now that they pass.
* fast/css/unset-keyword-expected.html: Added.
* fast/css/unset-keyword.html: Added.
New test for both inherited and initial properties.
* fast/css/variables/test-suite/129-expected.html: Added.
* fast/css/variables/test-suite/129.html: Added.
* fast/css/variables/test-suite/130-expected.html: Added.
* fast/css/variables/test-suite/130.html: Added.
* fast/css/variables/test-suite/134-expected.html: Added.
* fast/css/variables/test-suite/134.html: Added.
* fast/css/variables/test-suite/failures/129-expected.html: Removed.
* fast/css/variables/test-suite/failures/129.html: Removed.
* fast/css/variables/test-suite/failures/130-expected.html: Removed.
* fast/css/variables/test-suite/failures/130.html: Removed.
* fast/css/variables/test-suite/failures/134-expected.html: Removed.
* fast/css/variables/test-suite/failures/134.html: Removed.
Move these tests into the passing directory.
2015-10-15 Ryan Haddad <ryanhaddad@apple.com>
Remove deprecated function insertRule(), replace with appendRule()
https://bugs.webkit.org/show_bug.cgi?id=150188
Reviewed by Dean Jackson.
* http/tests/css/resources/shared-stylesheet-mutation.js:
(executeTests):
2015-10-15 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r191135.
https://bugs.webkit.org/show_bug.cgi?id=150197
This patch causes 50+ LayoutTest crashes related to the
inspector (Requested by ryanhaddad on #webkit).
Reverted changeset:
"Web Inspector: JavaScriptCore should parse sourceURL and
sourceMappingURL directives"
https://bugs.webkit.org/show_bug.cgi?id=150096
http://trac.webkit.org/changeset/191135
2015-10-15 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: JavaScriptCore should parse sourceURL and sourceMappingURL directives
https://bugs.webkit.org/show_bug.cgi?id=150096
Reviewed by Geoffrey Garen.
* inspector/debugger/sourceURLs-expected.txt: Added.
* inspector/debugger/sourceURLs.html: Added.
sourceURL and sourceMappingURL detection.
2015-10-15 Dean Jackson <dino@apple.com>
CSSKeyframesRule::appendRule is deprecated, but is actually the spec
https://bugs.webkit.org/show_bug.cgi?id=150113
Reviewed by Simon Fraser.
Update tests to deprecate the correct function.
* animations/change-keyframes-expected.txt:
* animations/keyframes-rule.html:
* animations/unprefixed-keyframes-rule.html:
2015-10-15 Zalan Bujtas <zalan@apple.com>
[Win] Update anonymous table results for Win port.
Unreviewed gardening.
* platform/win/css2.1/tables/table-anonymous-objects-103-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-104-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-117-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-118-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-119-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-120-expected.txt: Added.
2015-10-14 David Hyatt <hyatt@apple.com>
Implement CSS Variables.
https://bugs.webkit.org/show_bug.cgi?id=19660
Reviewed by Dean Jackson.
* fast/css/custom-properties/inheritance-expected.html: Added.
* fast/css/custom-properties/inheritance.html: Added.
* fast/css/variables: Added.
* fast/css/variables/custom-property-computed-style-access-expected.html: Added.
* fast/css/variables/custom-property-computed-style-access.html: Added.
* fast/css/variables/custom-property-dynamic-update-expected.html: Added.
* fast/css/variables/custom-property-dynamic-update.html: Added.
* fast/css/variables/custom-property-simple-cycle-expected.html: Added.
* fast/css/variables/custom-property-simple-cycle.html: Added.
* fast/css/variables/inherited-fallback-expected.html: Added.
* fast/css/variables/inherited-fallback.html: Added.
* fast/css/variables/invalid-reference-expected.html: Added.
* fast/css/variables/invalid-reference.html: Added.
* fast/css/variables/rule-property-get-css-value-expected.html: Added.
* fast/css/variables/rule-property-get-css-value.html: Added.
* fast/css/variables/rule-property-get-expected.html: Added.
* fast/css/variables/rule-property-get.html: Added.
* fast/css/variables/rule-serialization-expected.html: Added.
* fast/css/variables/rule-serialization.html: Added.
2015-10-15 Ryan Haddad <ryanhaddad@apple.com>
Rebaselining css2.1/tables/table-anonymous-objects-045.xht for win
https://bugs.webkit.org/show_bug.cgi?id=150125
Reviewed by Zalan Bujtas.
* platform/win/css2.1/tables/table-anonymous-objects-045-expected.txt:
2015-10-15 Zalan Bujtas <zalan@apple.com>
[iOS] Update anonymous table results for iOS port.
Unreviewed gardening.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-103-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-104-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-117-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-118-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-119-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-120-expected.txt: Added.
2015-10-15 Zalan Bujtas <zalan@apple.com>
Anonymous table objects: Collapse anonymous table rows.
https://bugs.webkit.org/show_bug.cgi?id=150154
Reviewed by David Hyatt.
Merge anonymous table rows when they are not needed anymore.
Generated table rows can be collapsed into one when there's no
non-generated sibling table row left in the tree.
Import W3C CSS2.1 anonymous table tests.
* css2.1/tables/table-anonymous-objects-103.xht: Added.
* css2.1/tables/table-anonymous-objects-104.xht: Added.
* css2.1/tables/table-anonymous-objects-117.xht: Added.
* css2.1/tables/table-anonymous-objects-118.xht: Added.
* css2.1/tables/table-anonymous-objects-119.xht: Added.
* css2.1/tables/table-anonymous-objects-120.xht: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-103-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-104-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-117-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-118-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-119-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-120-expected.txt: Added.
2015-10-15 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardenining after r190816.
Update Windows expectation to match new mac test expectation.
* platform/win/svg/custom/simple-text-double-shadow-expected.txt:
2015-10-14 Brady Eidson <beidson@apple.com>
Modern IDB: Add basic transaction committing.
https://bugs.webkit.org/show_bug.cgi?id=150147
Reviewed by Alex Christensen.
* storage/indexeddb/modern/opendatabase-versions-expected.txt: Added.
* storage/indexeddb/modern/opendatabase-versions.html: Added.
2015-10-15 Daniel Bates <dabates@apple.com>
[iOS] DOM click event may not be dispatched when page has :active style and <input type="search">
https://bugs.webkit.org/show_bug.cgi?id=144451
<rdar://problem/23099482>
Reviewed by Simon Fraser.
Add a test to ensure that a DOM click event is dispatched to an element in a subframe on a page
with a search field and that specifies a CSS :active pseudo-class that changes the tap highlight
color.
Additionally, add tests to ensure we update the cancel button visibility whenever the visibility
of the search field changes.
* fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field-expected.txt: Added.
* fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html: Added.
* fast/forms/search/search-cancel-button-visible-when-input-becomes-disabled-expected.html: Added.
* fast/forms/search/search-cancel-button-visible-when-input-becomes-disabled.html: Added.
* fast/forms/search/search-cancel-button-visible-when-input-becomes-readonly-expected.html: Added.
* fast/forms/search/search-cancel-button-visible-when-input-becomes-readonly.html: Added.
* fast/forms/search/search-cancel-in-formerly-invisible-element-expected.html: Added.
* fast/forms/search/search-cancel-in-formerly-invisible-element.html: Added.
* fast/forms/search/search-cancel-toggle-visibility-initially-hidden-expected.html: Added.
* fast/forms/search/search-cancel-toggle-visibility-initially-hidden.html: Added.
* fast/forms/search/search-cancel-toggle-visibility-initially-visible-expected.html: Added.
* fast/forms/search/search-cancel-toggle-visibility-initially-visible.html: Added.
2015-10-15 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK+ gardening. Unskip several tests that are passing now.
* platform/gtk/TestExpectations:
2015-10-14 Alexey Proskuryakov <ap@apple.com>
[Win] Layout Test http/tests/multipart/multipart-replace-non-html-content.php has extra whitespace
https://bugs.webkit.org/show_bug.cgi?id=150130
Landing a custom expectation. The test still passes, although it surprisingly gets
the extra newline.
* platform/win/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Copied from LayoutTests/http/tests/multipart/multipart-replace-non-html-content-expected.txt.
2015-10-14 Alex Christensen <achristensen@webkit.org>
[Content Extensions] Make blocked async XHR call onerror
https://bugs.webkit.org/show_bug.cgi?id=146706
Reviewed by Brady Eidson.
* http/tests/contentextensions/async-xhr-onerror-expected.txt: Added.
* http/tests/contentextensions/async-xhr-onerror.html: Added.
* http/tests/contentextensions/async-xhr-onerror.html.json: Added.
2015-10-14 Andy Estes <aestes@apple.com>
[iOS] QuickLook documents loaded over https do not load their subresources
https://bugs.webkit.org/show_bug.cgi?id=150145
<rdar://problem/22884521>
Reviewed by Alexey Proskuryakov.
* TestExpectations: Skipped http/tests/quicklook on all platforms.
* http/tests/quicklook/resources/secure-document-with-subresources-expected/index.css: Added.
* http/tests/quicklook/resources/secure-document-with-subresources-expected/index.html: Added.
* http/tests/quicklook/resources/secure-document-with-subresources.pages: Added.
* http/tests/quicklook/resources/webkit-icon.tiff: Added.
* http/tests/quicklook/secure-document-with-subresources-expected.html: Added.
* http/tests/quicklook/secure-document-with-subresources.html: Added.
* platform/ios-simulator/TestExpectations: Expected http/tests/quicklook to pass on iOS.
2015-10-14 Wenson Hsieh <wenson_hsieh@apple.com>
Web pages with unscalable viewports shouldn't have a single tap delay
https://bugs.webkit.org/show_bug.cgi?id=149968
<rdar://problem/23054453>
Reviewed by Simon Fraser.
Add a layout test to check that when a viewport is unscalable (specified through
the meta viewport tag) we do not add a delay to our single tap gesture recognizer.
* fast/events/ios/unscalable-viewport-clicks-on-doubletap-expected.txt: Added.
* fast/events/ios/unscalable-viewport-clicks-on-doubletap.html: Added.
2015-10-14 Jiewen Tan <jiewen_tan@apple.com>
Postpone mutation events before invoke Editor::Command command(Document*, const String&, bool).
https://bugs.webkit.org/show_bug.cgi?id=149299
<rdar://problem/22746995>
Reviewed by Andreas Kling.
* editing/inserting/insert-with-mutation-event-expected.txt: Added.
* editing/inserting/insert-with-mutation-event.html: Added.
2015-10-14 Dean Jackson <dino@apple.com>
Implement CanvasRenderingContext2D::commit
https://bugs.webkit.org/show_bug.cgi?id=150110
<rdar://problem/23057398>
Reviewed by Anders Carlsson.
* fast/canvas/commit-expected.txt: Added.
* fast/canvas/commit.html: Added.
2015-10-14 Alex Christensen <achristensen@webkit.org>
Add SPI for reloading without content blockers
https://bugs.webkit.org/show_bug.cgi?id=150058
rdar://problem/22742222
Reviewed by Sam Weinig.
* http/tests/contentextensions/disable-blocker-expected.txt: Removed.
* http/tests/contentextensions/disable-blocker.html: Removed.
* http/tests/contentextensions/disable-blocker.html.json: Removed.
_userContentExtensionsEnabled is going to be removed, and its functionality is what this test tested.
2015-10-14 Said Abou-Hallawa <sabouhallawa@apple.com>
REGRESSION(r53318): background-repeat: space with gradients doesn't render correctly
https://bugs.webkit.org/show_bug.cgi?id=150068
Reviewed by Simon Fraser.
Ensure the gradient background-image is drawn correctly when it is repeated
with spaces.
* fast/gradients/background-image-repeat-space-expected.html: Added.
* fast/gradients/background-image-repeat-space.html: Added.
2015-10-14 Ryan Haddad <ryanhaddad@apple.com>
http/tests/xmlhttprequest/xmlhttprequest-overridemimetype-invalidstaterror.html flakily times out during Mac-WK2 tests
https://bugs.webkit.org/show_bug.cgi?id=150095
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
2015-10-13 Zalan Bujtas <zalan@apple.com>
[iOS] Update anonymous table results for iOS port.
Unreviewed gardening.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-177-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-178-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-179-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-180-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-181-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-189-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-190-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-191-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-192-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-193-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-194-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-195-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-196-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-205-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-206-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-207-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-208-expected.txt: Added.
2015-10-13 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL Gardening on 13th Oct.
https://bugs.webkit.org/show_bug.cgi?id=150084
* platform/efl/TestExpectations:
2015-10-13 Zalan Bujtas <zalan@apple.com>
[Win] Update anonymous table results for Windows port.
Unreviewed gardening.
* platform/win/css2.1/tables/table-anonymous-objects-177-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-178-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-179-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-180-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-189-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-190-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-191-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-192-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-193-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-194-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-195-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-196-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-205-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-206-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-207-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-208-expected.txt: Added.
2015-10-13 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening after r190995.
Update to correct test output, based on similar changes to Mac expectations.
* platform/win/fast/html/details-add-child-2-expected.txt:
* platform/win/fast/html/details-open2-expected.txt:
2015-10-13 Zalan Bujtas <zalan@apple.com>
Anonymous table objects: inline parent box requires inline-table child.
https://bugs.webkit.org/show_bug.cgi?id=150090
Reviewed by David Hyatt.
According to the CSS2.1 specification, if a child needs anonymous table wrapper
and the child's parent is an inline box, the generated table needs to be inline-table.
(inline-block and block parents generate non-inline table)
Import W3C CSS2.1 anonymous table tests.
* css2.1/tables/table-anonymous-objects-177.xht: Added.
* css2.1/tables/table-anonymous-objects-178.xht: Added.
* css2.1/tables/table-anonymous-objects-179.xht: Added.
* css2.1/tables/table-anonymous-objects-180.xht: Added.
* css2.1/tables/table-anonymous-objects-181.xht: Added.
* css2.1/tables/table-anonymous-objects-189.xht: Added.
* css2.1/tables/table-anonymous-objects-190.xht: Added.
* css2.1/tables/table-anonymous-objects-191.xht: Added.
* css2.1/tables/table-anonymous-objects-192.xht: Added.
* css2.1/tables/table-anonymous-objects-193.xht: Added.
* css2.1/tables/table-anonymous-objects-194.xht: Added.
* css2.1/tables/table-anonymous-objects-195.xht: Added.
* css2.1/tables/table-anonymous-objects-196.xht: Added.
* css2.1/tables/table-anonymous-objects-205.xht: Added.
* css2.1/tables/table-anonymous-objects-206.xht: Added.
* css2.1/tables/table-anonymous-objects-207.xht: Added.
* css2.1/tables/table-anonymous-objects-208.xht: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-177-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-178-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-179-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-180-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-181-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-189-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-190-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-191-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-192-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-193-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-194-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-195-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-196-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-205-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-206-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-207-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-208-expected.txt: Added.
2015-10-13 Ryan Haddad <ryanhaddad@apple.com>
A lot of the http/tests/cache/disk-cache/ tests are flaky on mac-wk2, marking them as such.
https://bugs.webkit.org/show_bug.cgi?id=149087
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
2015-10-13 Myles C. Maxfield <mmaxfield@apple.com>
Unprefix font-kerning
https://bugs.webkit.org/show_bug.cgi?id=150080
Reviewed by Sam Weinig.
This is the last property in CSS3 Fonts which is prefixed.
* fast/text/font-kerning-expected.html:
* fast/text/font-kerning.html:
2015-10-13 Alexey Proskuryakov <ap@apple.com>
http/tests/multipart/multipart-replace-non-html-content.php shouldn't exercise
edge cases of multipart parsing
https://bugs.webkit.org/show_bug.cgi?id=149978
rdar://problem/22981062
Reviewed by Anders Carlsson.
This test is not about HTTP edge cases, but about handling of multipart content in WebKit.
* http/tests/multipart/multipart-replace-non-html-content.php:
* platform/mac/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Removed.
* platform/win/TestExpectations:
2015-10-13 Zalan Bujtas <zalan@apple.com>
[iOS] Update anonymous table results for iOS port.
Unreviewed gardening.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-015-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-016-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-023-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-024-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-035-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-036-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-037-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-038-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-045-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-046-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-047-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-048-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-049-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-050-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-055-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-056-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-091-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-092-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-099-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-100-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-105-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-106-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-107-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-108-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-109-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-110-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-111-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-112-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-113-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-114-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-115-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-116-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-121-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-122-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-123-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-124-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-139-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-140-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-149-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-150-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-155-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-156-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-159-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-160-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-165-expected.txt: Added.
* platform/ios-simulator/css2.1/tables/table-anonymous-objects-166-expected.txt: Added.
2015-10-12 Antti Koivisto <antti@apple.com>
Implement iterator for traversing composed DOM
https://bugs.webkit.org/show_bug.cgi?id=149997
Reviewed by Ryosuke Niwa.
* TestExpectations:
Re-enable fast/html/details-replace-text.html which is fixed by this change.
* fast/forms/select-listbox-focus-displaynone-expected.txt:
* fast/repaint/text-in-relative-positioned-inline-expected.txt:
* fullscreen/full-screen-fixed-pos-parent-expected.txt:
* platform/mac-mavericks/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-add-child-2-expected.txt:
* platform/mac/fast/html/details-open2-expected.txt:
Non-visual whitespace changes.
2015-10-12 Zalan Bujtas <zalan@apple.com>
[Win] Update anonymous table results for Windows port.
Unreviewed gardening.
* platform/win/css2.1/tables/table-anonymous-objects-015-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-016-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-023-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-024-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-035-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-036-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-037-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-038-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-045-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-046-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-047-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-048-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-049-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-050-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-055-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-056-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-091-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-092-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-099-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-100-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-105-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-106-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-107-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-108-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-109-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-110-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-111-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-112-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-113-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-114-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-115-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-116-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-121-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-122-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-123-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-124-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-139-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-140-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-149-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-150-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-155-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-156-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-159-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-160-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-165-expected.txt: Added.
* platform/win/css2.1/tables/table-anonymous-objects-166-expected.txt: Added.
2015-10-12 Zalan Bujtas <zalan@apple.com>
display: table-cell; bug when resizing window
https://bugs.webkit.org/show_bug.cgi?id=138167
Reviewed by David Hyatt.
Clean up anonymous table wrappers all the way up to RenderTable.
This patch ensures that we don't keep the generated RenderTable/RenderSection/RenderCaption/RenderRow
objects around in the tree anymore when the last child is destroyed.
Import W3C CSS2.1 anonymous table tests.
* css2.1/tables/table-anonymous-objects-015.xht: Added.
* css2.1/tables/table-anonymous-objects-016.xht: Added.
* css2.1/tables/table-anonymous-objects-023.xht: Added.
* css2.1/tables/table-anonymous-objects-024.xht: Added.
* css2.1/tables/table-anonymous-objects-035.xht: Added.
* css2.1/tables/table-anonymous-objects-036.xht: Added.
* css2.1/tables/table-anonymous-objects-037.xht: Added.
* css2.1/tables/table-anonymous-objects-038.xht: Added.
* css2.1/tables/table-anonymous-objects-045.xht: Added.
* css2.1/tables/table-anonymous-objects-046.xht: Added.
* css2.1/tables/table-anonymous-objects-047.xht: Added.
* css2.1/tables/table-anonymous-objects-048.xht: Added.
* css2.1/tables/table-anonymous-objects-049.xht: Added.
* css2.1/tables/table-anonymous-objects-050.xht: Added.
* css2.1/tables/table-anonymous-objects-055.xht: Added.
* css2.1/tables/table-anonymous-objects-056.xht: Added.
* css2.1/tables/table-anonymous-objects-091.xht: Added.
* css2.1/tables/table-anonymous-objects-092.xht: Added.
* css2.1/tables/table-anonymous-objects-099.xht: Added.
* css2.1/tables/table-anonymous-objects-100.xht: Added.
* css2.1/tables/table-anonymous-objects-105.xht: Added.
* css2.1/tables/table-anonymous-objects-106.xht: Added.
* css2.1/tables/table-anonymous-objects-107.xht: Added.
* css2.1/tables/table-anonymous-objects-108.xht: Added.
* css2.1/tables/table-anonymous-objects-109.xht: Added.
* css2.1/tables/table-anonymous-objects-110.xht: Added.
* css2.1/tables/table-anonymous-objects-111.xht: Added.
* css2.1/tables/table-anonymous-objects-112.xht: Added.
* css2.1/tables/table-anonymous-objects-113.xht: Added.
* css2.1/tables/table-anonymous-objects-114.xht: Added.
* css2.1/tables/table-anonymous-objects-115.xht: Added.
* css2.1/tables/table-anonymous-objects-116.xht: Added.
* css2.1/tables/table-anonymous-objects-121.xht: Added.
* css2.1/tables/table-anonymous-objects-122.xht: Added.
* css2.1/tables/table-anonymous-objects-123.xht: Added.
* css2.1/tables/table-anonymous-objects-124.xht: Added.
* css2.1/tables/table-anonymous-objects-139.xht: Added.
* css2.1/tables/table-anonymous-objects-140.xht: Added.
* css2.1/tables/table-anonymous-objects-149.xht: Added.
* css2.1/tables/table-anonymous-objects-150.xht: Added.
* css2.1/tables/table-anonymous-objects-155.xht: Added.
* css2.1/tables/table-anonymous-objects-156.xht: Added.
* css2.1/tables/table-anonymous-objects-159.xht: Added.
* css2.1/tables/table-anonymous-objects-160.xht: Added.
* css2.1/tables/table-anonymous-objects-165.xht: Added.
* css2.1/tables/table-anonymous-objects-166.xht: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-015-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-016-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-023-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-024-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-035-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-036-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-037-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-038-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-045-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-046-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-047-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-048-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-049-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-050-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-055-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-056-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-091-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-092-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-099-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-100-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-105-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-106-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-107-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-108-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-109-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-110-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-111-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-112-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-113-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-114-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-115-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-116-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-121-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-122-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-123-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-124-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-139-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-140-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-149-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-150-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-155-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-156-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-159-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-160-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-165-expected.txt: Added.
* platform/mac/css2.1/tables/table-anonymous-objects-166-expected.txt: Added.
2015-10-12 Jon Honeycutt <jhoneycutt@apple.com>
Unreviewed, more Mac test gardening after r190629.
* platform/mac-wk1/TestExpectations:
Add a new expected time out. Group expected time outs for imported
Blink tests using requestAnimationFrame.
2015-10-12 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(r182192): Ligatures do not interact correctly with SHY in some fonts
https://bugs.webkit.org/show_bug.cgi?id=150006
Reviewed by Simon Fraser.
* fast/text/resources/tiny-ligature-font.svg: Added.
* fast/text/undefined-glyph-with-ligature-expected.html: Added.
* fast/text/undefined-glyph-with-ligature.html: Added.
2015-10-12 Antoine Quint <graouts@apple.com>
[SVG] Handle endEvent for svg animations
https://bugs.webkit.org/show_bug.cgi?id=121587
Reviewed by Dean Jackson.
Tests for the "endEvent" event for SVG animations.
* svg/animations/end-event-declarative-expected.svg: Added.
* svg/animations/end-event-declarative.svg: Added.
* svg/animations/end-event-script-expected.svg: Added.
* svg/animations/end-event-script.svg: Added.
2015-10-12 Brady Eidson <beidson@apple.com>
Modern IDB: Start version change transaction for connections to new database.
https://bugs.webkit.org/show_bug.cgi?id=150033
Reviewed by Alex Christensen.
* storage/indexeddb/modern/opendatabase-request-event-expected.txt:
* storage/indexeddb/modern/opendatabase-request-event.html:
2015-10-12 Said Abou-Hallawa <sabouhallawa@apple.com>
REGRESSION(r184895): border-image should always slice the SVG image to nine pieces when drawing it in the container element
https://bugs.webkit.org/show_bug.cgi?id=149901
<rdar://problem/21995596>
Reviewed by Darin Adler.
* fast/borders/border-image-fill-no-intrinsic-size-expected.html:
* fast/borders/border-image-fill-no-intrinsic-size.html:
* fast/borders/resources/svg-border-100x100-relative.svg: Added.
* fast/borders/resources/svg-border-100x100-viewbox.svg: Added.
* fast/borders/resources/svg-border-140x140-intrinsic.svg:
New test cases for relative lengths border images were added. The relative
lengths can be specified by using percentage lengths or adding viewBox to
the root element.
One of the non-intrinsic image-borders must be removed from this test.
The SVG image in the expected file has to be scaled by (100 / 140), which
can be done. But run-webkit-tests found a very slight difference between
the actual and the result files.
2015-10-12 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening
Unskip a bunch of passing tests.
* platform/win/TestExpectations:
2015-10-12 Simon Fraser <simon.fraser@apple.com>
Clip-path transitions sometimes trigger endless animation timers
https://bugs.webkit.org/show_bug.cgi?id=150018
Reviewed by Tim Horton.
New tests for transitions of clip-path and shape-outside.
* transitions/clip-path-transitions-expected.txt: Added.
* transitions/clip-path-transitions.html: Added.
* transitions/resources/transition-test-helpers.js:
(parseClipPath):
(checkExpectedValue):
* transitions/shape-outside-transitions-expected.txt: Added.
* transitions/shape-outside-transitions.html: Added.
* transitions/svg-transitions-expected.txt:
2015-10-12 Ryan Haddad <ryanhaddad@apple.com>
Marking storage/domstorage/events/basic-body-attribute.html as flaky
https://bugs.webkit.org/show_bug.cgi?id=148435
Reviewed by Alexey Proskuryakov.
* platform/mac/TestExpectations:
2015-10-12 Myles C. Maxfield <mmaxfield@apple.com>
Test font-variant-* and font-feature-settings on Yosemite and Mavericks
https://bugs.webkit.org/show_bug.cgi?id=149778
Reviewed by Simon Fraser.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2015-10-12 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening after r190800.
Skip mac-specific 'fast/forms/hidpi-textfield-background-bleeding.html' test
on Windows.
* platform/win/TestExpectations:
2015-10-12 Brent Fulgham <bfulgham@apple.com>
REGRESSION(r190735, not fixed by r190741) failures.
https://bugs.webkit.org/show_bug.cgi?id=150040
* platform/win/TestExpectations: Skip several test failures introduced by JSC changes.
2015-10-12 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening after r190667.
Mark fast/css/will-change/will-change-create-stacking-context-inline.html as failing, because
Windows does not support backdrop-filter.
* platform/win/TestExpectations:
2015-10-12 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening after r190840.
Rebaseline tests to match new output (same changes as Mac).
* platform/win/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/win/fast/html/details-add-child-2-expected.txt:
* platform/win/fast/html/details-open2-expected.txt:
* platform/win/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/win/fast/html/details-remove-summary-4-and-click-expected.txt:
2015-10-09 Anders Carlsson <andersca@apple.com>
Don't allow plug-ins to override image types for <embed> elements
https://bugs.webkit.org/show_bug.cgi?id=149979
Reviewed by Tim Horton.
Remove test.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* plugins/embed-prefers-plugins-for-images-expected.txt: Removed.
* plugins/embed-prefers-plugins-for-images.html: Removed.
2015-10-12 Ryan Haddad <ryanhaddad@apple.com>
Marking http/tests/notifications/events.html as flaky again as patch did not resolve crashes
https://bugs.webkit.org/show_bug.cgi?id=149218
Reviewed by Brian Burg.
* platform/mac/TestExpectations:
2015-10-11 Myles C. Maxfield <mmaxfield@apple.com>
Test font-variant-* and font-feature-settings with mocked preinstalled fonts
https://bugs.webkit.org/show_bug.cgi?id=149777
Reviewed by Simon Fraser.
See per-file comments.
* css3/font-feature-settings-preinstalled-fonts.html: Removed. Superseded by
css3/font-feature-settings-rendering.html.
* css3/font-feature-settings-rendering-2-expected.html: Removed.
* css3/font-feature-settings-rendering-2.html: Removed. Renamed to
css3/font-feature-settings-rendering.html
* css3/font-feature-settings-rendering-expected.html: Added.
* css3/font-feature-settings-rendering.html:
* css3/font-variant-all-expected.html:
* css3/font-variant-all.html:
* css3/resources/FontWithFeatures.otf: Update for new 'name' table.
* css3/resources/FontWithFeatures.ttf: Ditto.
2015-10-11 Yusuke Suzuki <utatane.tea@gmail.com>
ES6 classes: When a class extends B, super() invokes B.prototype.constructor() instead of B()
https://bugs.webkit.org/show_bug.cgi?id=149001
Reviewed by Saam Barati.
An error message becomes changed.
* js/class-syntax-call-expected.txt:
* js/class-syntax-extends-expected.txt:
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-call.js:
* js/script-tests/class-syntax-extends.js:
* js/script-tests/class-syntax-super.js:
2015-10-10 Antti Koivisto <antti@apple.com>
Rewrite HTMLDetailsElement using HTMLSlotElement
https://bugs.webkit.org/show_bug.cgi?id=149698
Reviewed by Andreas Kling.
* TestExpectations:
* platform/mac/fast/html/details-add-child-2-expected.txt:
* platform/mac/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
2015-10-10 Andreas Kling <akling@apple.com>
SerializedScriptValue should use a compact encoding for 8-bit strings.
<https://webkit.org/b/149934>
Reviewed by Antti Koivisto.
Update a test to reflect changes to the serialization format.
* fast/storage/serialized-script-value.html:
2015-10-09 Myles C. Maxfield <mmaxfield@apple.com>
Unreviewed, rolling out r190689
https://bugs.webkit.org/show_bug.cgi?id=149992
Fixed in other repository.
Reverted changesets:
"Unreviewed, rolling out r190572, r190593, r190594, and r190639."
https://bugs.webkit.org/show_bug.cgi?id=149897
2015-10-09 Nan Wang <n_wang@apple.com>
AX: ARIA 1.1 implement aria-colcount, aria-colindex, aria-colspan, aria-rowcount, aria-rowindex and aria-rowspan
https://bugs.webkit.org/show_bug.cgi?id=148967
Reviewed by Chris Fleizach.
* accessibility/mac/aria-columnrowheaders-expected.txt:
* accessibility/mac/aria-table-attributes-expected.txt: Added.
* accessibility/mac/aria-table-attributes.html: Added.
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-cell-spans-expected.txt:
* platform/mac/accessibility/table-cells-expected.txt:
* platform/mac/accessibility/table-detection-expected.txt:
* platform/mac/accessibility/table-sections-expected.txt:
* platform/mac/accessibility/table-with-rules-expected.txt:
2015-10-09 Simon Fraser <simon.fraser@apple.com>
Garbage texture data with composited table row
https://bugs.webkit.org/show_bug.cgi?id=148984
Reviewed by Zalan Bujtas.
* compositing/contents-opaque/table-parts-expected.txt: Added.
* compositing/contents-opaque/table-parts.html: Added.
2015-10-09 Simon Fraser <simon.fraser@apple.com>
Garbage pixels on enphaseenergy.com site
https://bugs.webkit.org/show_bug.cgi?id=149915
rdar://problem/22976184
Reviewed by Darin Adler.
New ref test. Also update the expected result for another test that uses negative
z-index children.
* compositing/contents-opaque/body-background-painted-expected.txt:
* compositing/contents-opaque/negative-z-before-html-expected.html: Added.
* compositing/contents-opaque/negative-z-before-html.html: Added.
* platform/mac-wk2/compositing/contents-opaque/body-background-painted-expected.txt:
2015-10-09 Antoine Quint <graouts@apple.com>
Dynamic background color changes do not update until a layout is forced
https://bugs.webkit.org/show_bug.cgi?id=131623
Add some new tests checking that dynamically updating the "background",
"border" and "outline" CSS properties repaint correctly and rebase a few
existing tests that yield the same rendered results but slightly different
DRT output.
Reviewed by Darin Adler.
* platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
* platform/mac/svg/custom/simple-text-double-shadow-expected.txt:
* svg/css/composite-shadow-example-expected.txt:
* svg/css/composite-shadow-with-opacity-expected.txt:
* svg/repaint/add-background-property-on-root-expected.html: Added.
* svg/repaint/add-background-property-on-root.html: Added.
* svg/repaint/add-border-property-on-root-expected.html: Added.
* svg/repaint/add-border-property-on-root.html: Added.
* svg/repaint/add-outline-property-on-root-expected.html: Added.
* svg/repaint/add-outline-property-on-root.html: Added.
* svg/repaint/change-background-color-expected.html: Added.
* svg/repaint/change-background-color.html: Added.
* svg/repaint/remove-background-property-on-root-expected.html: Added.
* svg/repaint/remove-background-property-on-root.html: Added.
* svg/repaint/remove-border-property-on-root-expected.html: Added.
* svg/repaint/remove-border-property-on-root.html: Added.
* svg/repaint/remove-outline-property-on-root-expected.html: Added.
* svg/repaint/remove-outline-property-on-root.html: Added.
* svg/repaint/repaint-webkit-svg-shadow-expected.txt:
2015-10-06 Simon Fraser <simon.fraser@apple.com>
Add some missing iOS results.
* fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-expected.txt: Added.
* platform/ios-simulator/compositing/transitions/scale-transition-no-start-expected.txt: Added.
* platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt: Added.
2015-10-09 Brian Burg <bburg@apple.com>
Unreviewed, more Mac test gardening after r190629.
These more accurate expectations are based on several days
of builds with the newly-imported Blink tests.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-10-08 Wenson Hsieh <wenson_hsieh@apple.com>
Backgrounds bleed out of natively rendered text fields
https://bugs.webkit.org/show_bug.cgi?id=149843
<rdar://problem/22896977>
Reviewed by Darin Adler.
Add a layout test to check that the background of a natively rendered text field
cell does not bleed.
* TestExpectations:
* fast/forms/hidpi-textfield-background-bleeding-expected.html: Added.
* fast/forms/hidpi-textfield-background-bleeding.html: Added.
2015-10-08 Nikita Vasilyev <nvasilyev@apple.com>
Web Inspector: Stack trace view doesn't properly display lines without function names
https://bugs.webkit.org/show_bug.cgi?id=149922
Test an anomymous function.
Reviewed by Timothy Hatcher.
* inspector/debugger/js-stacktrace-expected.txt: Also, rebaseline one old test.
* inspector/debugger/js-stacktrace.html:
2015-10-08 Brian Burg <bburg@apple.com>
http/tests/media/media-source/SourceBuffer-abort-updating.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=149816
Unreviewed, fix updated expectation so it doesn't accidentally cause bots
to run the test on Mavericks (where Media Source is unsupported).
* platform/mac/TestExpectations:
2015-10-08 Jiewen Tan <jiewen_tan@apple.com>
Gracefully handle XMLDocumentParser being detached by mutation events.
https://bugs.webkit.org/show_bug.cgi?id=149485
<rdar://problem/22811489>
Reviewed by Darin Adler.
* fast/parser/resources/xhtml-overwrite-frame.xhtml: Added.
* fast/parser/xhtml-dom-character-data-modified-crash-expected.txt: Added.
* fast/parser/xhtml-dom-character-data-modified-crash.html: Added.
2015-10-08 Jiewen Tan <jiewen_tan@apple.com>
Cleaning up after revision 190339
https://bugs.webkit.org/show_bug.cgi?id=149732
Reviewed by Myles C. Maxfield.
* svg/custom/invalid-xslt-crash.svg:
* svg/custom/invalid-xslt-crash-expected.txt:
Replace render tree dump test with text dump.
2015-10-08 Ryan Haddad <ryanhaddad@apple.com>
Marking http/tests/media/media-source/SourceBuffer-abort-updating.html as flaky
https://bugs.webkit.org/show_bug.cgi?id=149816
Reviewed by Darin Adler.
* platform/mac/TestExpectations:
2015-10-08 Andreas Kling <akling@apple.com>
Generated frame tree names should be kept reasonably long.
<https://webkit.org/b/149874>
Reviewed by Darin Adler.
Added a test to document our name generation behavior for subframes with long-named ancestors.
Also rebaselined some tests that exposed the old behavior.
* fast/forms/form-and-frame-interaction-retains-values-expected.txt:
* fast/frames/long-names-in-nested-subframes-expected.txt: Added.
* fast/frames/long-names-in-nested-subframes.html: Added.
* http/tests/navigation/image-load-in-subframe-unload-handler-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-to-javscript-url-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
2015-10-08 Saam barati <sbarati@apple.com>
We should be able to inline getter/setter calls inside an inline cache even when the SpillRegistersMode is NeedsToSpill
https://bugs.webkit.org/show_bug.cgi?id=149601
Reviewed by Filip Pizlo.
* js/regress/custom-setter-getter-as-put-get-by-id-expected.txt: Added.
* js/regress/custom-setter-getter-as-put-get-by-id.html: Added.
* js/regress/script-tests/custom-setter-getter-as-put-get-by-id.js: Added.
(assert):
(test):
2015-10-08 Alexey Proskuryakov <ap@apple.com>
fast/events/scroll-after-click-on-tab-index.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=149859
Reviewed by Simon Fraser.
* fast/events/scroll-after-click-on-tab-index-expected.txt:
* fast/events/scroll-after-click-on-tab-index.html:
* platform/mac/TestExpectations:
2015-10-08 Jiewen Tan <jiewen_tan@apple.com>
Add NULL check for renderBox::layer() on applying zoom level change
https://bugs.webkit.org/show_bug.cgi?id=149302
<rdar://problem/22747292>
Reviewed by Darin Adler.
* fast/css/zoom-on-nested-scroll-crash-expected.txt: Added.
* fast/css/zoom-on-nested-scroll-crash.html: Added.
2015-10-08 Ryan Haddad <ryanhaddad@apple.com>
Marking fast/events/scroll-after-click-on-tab-index.html as flaky on Mac
https://bugs.webkit.org/show_bug.cgi?id=149859
Reviewed by Darin Adler.
* platform/mac/TestExpectations:
2015-10-08 Antti Koivisto <antti@apple.com>
CrashTracer: [USER] com.apple.WebKit.WebContent at …Core::SelectorChecker::checkScrollbarPseudoClass const + 217
https://bugs.webkit.org/show_bug.cgi?id=149921
rdar://problem/22731359
Reviewed by Andreas Kling.
The test crashes with shipping WebKit but not with current ToT (probably due to shadow DOM styling changes). Still adding
it for coverage.
* svg/css/use-window-inactive-crash-expected.html: Added.
* svg/css/use-window-inactive-crash.html: Added.
2015-10-08 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Stop using a nested main loop for popup menus
https://bugs.webkit.org/show_bug.cgi?id=149920
Reviewed by Sergio Villar Senin.
Unskip platform/gtk/fast/forms/menulist-typeahead-find.html that
was timing out because of the nested main loop.
* platform/gtk/TestExpectations:
2015-10-08 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK+ gardening. Mark several inspector tests as slow.
* platform/gtk/TestExpectations:
2015-10-07 Keith Rollin <krollin@apple.com>
script.text shouldn't include text from non-direct children of the script element
https://bugs.webkit.org/show_bug.cgi?id=148851
<rdar://problem/22587759>
Reviewed by Chris Dumez.
script-getElementById-during-insertion removed because it no longer
runs correctly with this change.
* fast/dom/script-getElementById-during-insertion-expected.txt: Removed.
* fast/dom/script-getElementById-during-insertion.html: Removed.
* fast/dom/script-subtext-in-script-elements-expected.txt: Added.
* fast/dom/script-subtext-in-script-elements.html: Added.
2015-10-07 Myles C. Maxfield <mmaxfield@apple.com>
Test font-variant-* and font-feature-settings with TrueType fonts
https://bugs.webkit.org/show_bug.cgi?id=149776
Unreviewed follow up to r190697.
* css3/font-variant-all-webfont-expected.html:
* css3/font-variant-all-webfont.html:
2015-10-07 Myles C. Maxfield <mmaxfield@apple.com>
Test font-variant-* and font-feature-settings with TrueType fonts
https://bugs.webkit.org/show_bug.cgi?id=149776
Reviewed by Simon Fraser.
* css3/font-feature-settings-rendering-2-expected.html:
* css3/font-feature-settings-rendering-2.html:
* css3/resources/FontWithFeatures.ttf: Added.
2015-10-07 Mark Lam <mark.lam@apple.com>
Disable tail calls because it is breaking some sites.
https://bugs.webkit.org/show_bug.cgi?id=149900
Reviewed by Saam Barati.
Updating the expected test result because we disabled tail calls.
* js/caller-property-expected.txt:
2015-10-07 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r190572, r190593, r190594, and
r190639.
https://bugs.webkit.org/show_bug.cgi?id=149897
Breaks Mavericks build (Requested by litherum on #webkit).
Reverted changesets:
"Allow WKRetainPtrs to be used as keys in hashing data
structures"
https://bugs.webkit.org/show_bug.cgi?id=149762
http://trac.webkit.org/changeset/190572
"REGRESSION(189668?): http/tests/notifications/events.html
flakily asserts or times out"
https://bugs.webkit.org/show_bug.cgi?id=149218
http://trac.webkit.org/changeset/190593
"Prospective Mavericks build fix."
http://trac.webkit.org/changeset/190594
"Post-review cleanup after r190572."
http://trac.webkit.org/changeset/190639
2015-10-07 Antti Koivisto <antti@apple.com>
Implement :host pseudo class
https://bugs.webkit.org/show_bug.cgi?id=149440
Reviewed by Ryosuke Niwa.
* fast/shadow-dom/css-scoping-shadow-host-rule.html:
Fix and expand the test case.
* platform/mac/TestExpectations:
2015-10-07 Brian Burg <bburg@apple.com>
Unreviewed, more Mac test gardening after r190629.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
2015-10-07 Brian Burg <bburg@apple.com>
Unreviewed, more Mac test gardening after r190629.
* platform/mac-wk1/TestExpectations:
2015-10-07 Nan Wang <n_wang@apple.com>
AX: ARIA 1.1 @aria-placeholder
https://bugs.webkit.org/show_bug.cgi?id=148970
Reviewed by Chris Fleizach.
* accessibility/placeholder-expected.txt:
* accessibility/placeholder.html:
2015-10-06 Simon Fraser <simon.fraser@apple.com>
will-change should trigger stacking context based purely on properties
https://bugs.webkit.org/show_bug.cgi?id=148068
Reviewed by Zalan Bujtas.
Previously, our will-change implementation didn't trigger stacking context
on an inline if the will-change property didn't apply to inlines (like 'transform').
However, this doesn't agree with the CSS-WG consensus (https://lists.w3.org/Archives/Public/www-style/2015Sep/0112.html).
Change behavior to have stacking context creation behavior for will-change be
identical for inlines and blocks.
* platform/mac/TestExpectations: Fails on Mavericks because no backdrop-filter there.
* fast/css/will-change/resources/will-change-stacking-helper.js:
(makeStackingInline):
* fast/css/will-change/will-change-creates-stacking-context-inline-expected.html: Added.
* fast/css/will-change/will-change-creates-stacking-context-inline.html: Added.
2015-10-07 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] fast/repaint/block-inputrange-repaint.html is failed.
https://bugs.webkit.org/show_bug.cgi?id=149517
Reviewed by Zalan Bujtas.
EFL thumb size is different with mac port, it causes the difference of repaintRect.
So rebaseline the test with failure result.
* platform/efl/fast/repaint/block-inputrange-repaint-expected.txt: Added.
2015-10-07 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Modify grid item height doesn't work
https://bugs.webkit.org/show_bug.cgi?id=149840
Reviewed by Sergio Villar Senin.
Added new tests cases to verify content-sized grid tracks are resized
appropriately whenever grid item's height is changed.
* fast/css-grid-layout/grid-items-should-not-be-stretched-when-height-or-width-or-margin-change-expected.txt: Added new test cases.
* fast/css-grid-layout/grid-items-should-not-be-stretched-when-height-or-width-or-margin-change.html: Added new test cases.
2015-10-05 Sergio Villar Senin <svillar@igalia.com>
[css-grid] Implement grid gutters
https://bugs.webkit.org/show_bug.cgi?id=149800
Reviewed by Darin Adler.
Added several new test cases to verify that gutters are
properly considered when sizing and also to check that they do
not modify the current behavior. As many existing tests were
reused I took the chance to refactor some testing code related
to alignment so that it could be reused by many different
tests.
* fast/css-grid-layout/grid-align-content.html:
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-lr.html:
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl.html:
* fast/css-grid-layout/grid-align-justify-margin-border-padding.html:
* fast/css-grid-layout/grid-align.html:
* fast/css-grid-layout/grid-gutters-and-alignment-expected.txt: Added.
* fast/css-grid-layout/grid-gutters-and-alignment.html: Added.
* fast/css-grid-layout/grid-gutters-and-flex-content-expected.txt: Added.
* fast/css-grid-layout/grid-gutters-and-flex-content.html: Added.
* fast/css-grid-layout/grid-gutters-and-tracks-expected.txt: Added.
* fast/css-grid-layout/grid-gutters-and-tracks.html: Added.
* fast/css-grid-layout/grid-gutters-get-set-expected.txt: Added.
* fast/css-grid-layout/grid-gutters-get-set.html: Added.
* fast/css-grid-layout/grid-justify-content-distribution-vertical-lr.html:
* fast/css-grid-layout/grid-justify-content-distribution-vertical-rl.html:
* fast/css-grid-layout/grid-justify-content.html:
* fast/css-grid-layout/resources/grid-alignment.css: Added.
(.alignSelfAuto):
(.alignSelfStretch):
(.alignSelfStart):
(.alignSelfEnd):
(.alignSelfCenter):
(.alignSelfRight):
(.alignSelfLeft):
(.alignSelfFlexStart):
(.alignSelfFlexEnd):
(.alignSelfSelfStart):
(.alignSelfSelfEnd):
(.alignItemsCenter):
(.alignContentBaseline):
(.alignContentLastBaseline):
(.alignContentStart):
(.alignContentEnd):
(.alignContentCenter):
(.alignContentLeft):
(.alignContentRight):
(.alignContentFlexStart):
(.alignContentFlexEnd):
(.justifyContentBaseline):
(.justifyContentLastBaseline):
(.justifyContentStart):
(.justifyContentEnd):
(.justifyContentCenter):
(.justifyContentLeft):
(.justifyContentRight):
(.justifyContentFlexStart):
(.justifyContentFlexEnd):
(.justifyContentSpaceBetween):
(.justifyContentSpaceAround):
(.justifyContentSpaceEvenly):
(.justifyContentStretch):
(.itemsCenter):
(.itemsEnd):
(.itemsLeft):
(.itemsRight):
(.itemsSelfStart):
(.itemsSelfEnd):
* fast/css-grid-layout/resources/grid-definitions-parsing-utils.js:
(testGridGapDefinitionsValues):
* fast/css-grid-layout/resources/grid.css:
(.firstRowThirdColumn):
(.secondRowThirdColumn):
(.firstRowFourthColumn):
(.secondRowFourthColumn):
2015-10-07 ChangSeok Oh <changseok.oh@collabora.com>
[GTK] Progress bar is broken on recent GTK+
https://bugs.webkit.org/show_bug.cgi?id=149831
Reviewed by Carlos Garcia Campos.
* fast/dom/HTMLProgressElement/native-progress-bar.html: Added.
* platform/gtk/fast/dom/HTMLProgressElement/native-progress-bar-expected.png: Added.
* platform/gtk/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt: Added.
* platform/mac/fast/dom/HTMLProgressElement/native-progress-bar-expected.png: Added.
* platform/mac/fast/dom/HTMLProgressElement/native-progress-bar-expected.txt: Added.
2015-10-06 Jon Honeycutt <jhoneycutt@apple.com>
Unreviewed iOS test gardening after r190629.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator-wk1/TestExpectations:
2015-10-06 Zalan Bujtas <zalan@apple.com>
Paint artifacts when hovering on http://jsfiddle.net/Sherbrow/T87Mn/
https://bugs.webkit.org/show_bug.cgi?id=149535
rdar://problem/22874920
Reviewed by Simon Fraser.
When due to some style change, a renderer's self-painting layer is getting destroyed
and the parent's overflow is no longer set to visible, we don't clean up the overflow part.
When a renderer has a self-painting layer, the parent stops tracking the child's
visual overflow rect. All overflow painting is delegated to the self-painting layer.
However when this layer gets destroyed, no-one issues repaint to clean up
the overflow bits.
This patch ensures that we issue a repaint when the self-painting layer is destroyed
and the triggering style change requires full repaint.
* css3/blending/repaint/blend-mode-isolate-stacking-context-expected.txt: progression.
* fast/repaint/absolute-position-change-containing-block-expected.txt: progression.
* fast/repaint/overflow-hidden-with-self-painting-child-layer-expected.txt: Added.
* fast/repaint/overflow-hidden-with-self-painting-child-layer.html: Added.
2015-10-06 Jon Honeycutt <jhoneycutt@apple.com>
More unreviewed Windows test gardening after r190629.
* platform/win/TestExpectations:
2015-10-06 Jon Honeycutt <jhoneycutt@apple.com>
Unreviewed Windows test gardening after r190629.
* platform/win/TestExpectations:
2015-10-06 Jon Honeycutt <jhoneycutt@apple.com>
Unreviewed Mac test gardening after r190629.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
2015-10-06 Nan Wang <n_wang@apple.com>
AX: ARIA 1.1: aria-orientation now defaults to undefined, supported on more elements, and role-specific defaults are defined.
https://bugs.webkit.org/show_bug.cgi?id=132177
Reviewed by Chris Fleizach.
* accessibility/mac/aria-orientation-expected.txt: Added.
* accessibility/mac/aria-orientation.html: Added.
2015-10-06 Simon Fraser <simon.fraser@apple.com>
Mark compositing/geometry/limit-layer-bounds-opacity-transition.html as failing
on iOS WK2.
* platform/ios-simulator-wk2/TestExpectations:
2015-10-06 Ryan Haddad <ryanhaddad@apple.com>
Take 2 on marking compositing/video/video-poster.html as flaky due to crashes.
https://bugs.webkit.org/show_bug.cgi?id=149819
Reviewed by Alexey Proskuryakov.
* platform/mac-elcapitan/TestExpectations: Removed.
* platform/mac/TestExpectations:
2015-10-06 Jiewen Tan <jiewen_tan@apple.com>
Fix crash in ApplyStyleCommand::applyRelativeFontStyleChange()
https://bugs.webkit.org/show_bug.cgi?id=149300
<rdar://problem/22747046>
Reviewed by Chris Dumez.
* editing/style/apply-style-crash2-expected.txt: Added.
* editing/style/apply-style-crash2.html: Added.
* editing/style/apply-style-crash3-expected.txt: Added.
* editing/style/apply-style-crash3.html: Added.
2015-10-06 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Don't need to reset auto-margins during grid items layout
https://bugs.webkit.org/show_bug.cgi?id=149764
Reviewed by Darin Adler.
Removed a duplicated layout tests.
* fast/css-grid-layout/grid-item-should-not-be-stretched-when-height-or-margin-change-expected.txt: Removed.
* fast/css-grid-layout/grid-item-should-not-be-stretched-when-height-or-margin-change.html: Removed.
2015-10-02 Jon Honeycutt <jhoneycutt@apple.com>
Import some Blink layout tests.
https://bugs.webkit.org/show_bug.cgi?id=149768
These are a subset of tests that don't time out and whose expected
results in Blink match the results in WebKit when run under DRT and
WKTR.
Reviewed by Andy Estes.
2015-10-06 Chris Dumez <cdumez@apple.com>
[Web IDL] 'length' property is wrong for variadic operations
https://bugs.webkit.org/show_bug.cgi?id=149714
Reviewed by Darin Adler.
Add a layout test to check that the value for the 'length' property of
variadic operations is correct.
* fast/dom/variadic-operations-length-expected.txt: Added.
* fast/dom/variadic-operations-length.html: Added.
2015-10-06 Hunseop Jeong <hs85.jeong@samsung.com>
[Cairo] fast/canvas/canvas-imageSmoothingFoo tests failed after r190383.
https://bugs.webkit.org/show_bug.cgi?id=149752
Reviewed by Carlos Garcia Campos.
CG's low interpolation quality setting is equivalent to most other browsers default or high settings.
* platform/efl/fast/canvas/canvas-imageSmoothingQuality-expected.txt: Added.
* platform/gtk/fast/canvas/canvas-imageSmoothingQuality-expected.txt: Added.
2015-10-06 Alex Christensen <achristensen@webkit.org>
Report error when main resource is blocked by content blocker
https://bugs.webkit.org/show_bug.cgi?id=149719
rdar://problem/21970595
Reviewed by Brady Eidson.
* http/tests/contentextensions/main-resource-expected.txt: Added.
* http/tests/contentextensions/main-resource.html: Added.
* http/tests/contentextensions/main-resource.html.json: Added.
2015-10-05 Byung Jun Kim <bj1987.kim@samsung.com>
Unreviewed EFL Gardening
https://bugs.webkit.org/show_bug.cgi?id=149830
Remove "--lint-test-files warnings".
* platform/efl/TestExpectations:
2015-10-05 Youenn Fablet <youenn.fablet@crf.canon.fr>
Migrate streams API to JS Builtins
https://bugs.webkit.org/show_bug.cgi?id=147092
Reviewed by Darin Adler.
Rebasing some tests, one subtest passing, two others still failing but with different reasons.
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
2015-10-05 Chris Dumez <cdumez@apple.com>
data: URLs should not be preloaded
https://bugs.webkit.org/show_bug.cgi?id=149829
Reviewed by Ryosuke Niwa.
Add layout test to make sure that images with a data: URL do not
get preloaded.
* fast/preloader/image-data-url-expected.txt: Added.
* fast/preloader/image-data-url.html: Added.
2015-10-05 Jer Noble <jer.noble@apple.com>
[iOS] REGRESSION(r190434): Media continues to play when locking screen
https://bugs.webkit.org/show_bug.cgi?id=149822
Reviewed by Brent Fulgham.
applicationWillEnterForeground() -> applicationDidEnterForeground().
* media/video-background-playback-expected.txt:
* media/video-background-playback.html:
* media/video-background-tab-playback-expected.txt:
* media/video-background-tab-playback.html:
2015-10-05 Alex Christensen <achristensen@webkit.org>
Invalid CSS Selector for Content Blockers invalidates others
https://bugs.webkit.org/show_bug.cgi?id=148446
rdar://problem/22918235
Reviewed by Benjamin Poulain.
* http/tests/contentextensions/invalid-selector-expected.txt: Added.
* http/tests/contentextensions/invalid-selector.html: Added.
* http/tests/contentextensions/invalid-selector.html.json: Added.
2015-10-05 Jiewen Tan <jiewen_tan@apple.com>
CSSGradientValue should check whether gradientLength is zero or not.
https://bugs.webkit.org/show_bug.cgi?id=149373
<rdar://problem/22771418>
Reviewed by Darin Adler.
* fast/gradients/css3-repeating-radial-gradients-crash-expected.txt: Added.
* fast/gradients/css3-repeating-radial-gradients-crash.html: Added.
2015-10-05 Dean Jackson <dino@apple.com>
EXT_texture_filter_anisotropic extension exposed with WEBKIT_ prefix
https://bugs.webkit.org/show_bug.cgi?id=149765
<rdar://problem/22983722>
Reviewed by Beth Dakin.
Simple test that the unprefixed form exists. The actual functionality
is exercised in the WebGL conformance tests.
* fast/canvas/webgl/unprefixed-anisotropic-extension-expected.txt: Added.
* fast/canvas/webgl/unprefixed-anisotropic-extension.html: Added.
2015-10-05 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(189668?): http/tests/notifications/events.html flakily asserts or times out
https://bugs.webkit.org/show_bug.cgi?id=149218
Reviewed by Alexey Proskuryakov.
* TestExpectations:
2015-10-05 Dean Jackson <dino@apple.com>
Reference cycles during SVG dependency invalidation
https://bugs.webkit.org/show_bug.cgi?id=149824
<rdar://problem/22771412>
Reviewed by Tim Horton.
Adding a test that has a cycle between feImage resources.
Merge Blink commit:
https://chromium.googlesource.com/chromium/blink/+/a4bc83453bda89823b672877dc02247652a02d51
* svg/custom/reference-cycle-expected.txt: Added.
* svg/custom/reference-cycle.svg: Added.
2015-10-05 Ryan Haddad <ryanhaddad@apple.com>
Marking compositing/video/video-poster.html as flaky for El Capitan.
https://bugs.webkit.org/show_bug.cgi?id=149819
<rdar://problem/16622896> ASSERT(!needsLayout()) at com.apple.WebCore: WebCore::RenderView::paint
Reviewed by Simon Fraser.
* platform/mac-elcapitan/TestExpectations: Added.
2015-10-05 Jiewen Tan <jiewen_tan@apple.com>
Fix null pointer dereference in WebSocket::connect()
https://bugs.webkit.org/show_bug.cgi?id=149311
<rdar://problem/22748858>
Reviewed by Chris Dumez.
* http/tests/websocket/construct-in-detached-frame-expected.txt: Added.
* http/tests/websocket/construct-in-detached-frame.html: Added.
* http/tests/websocket/resources/construct-in-detached-frame.html: Added.
2015-10-05 Alexey Proskuryakov <ap@apple.com>
Revert LayoutTests parts of r190579, which were incorrect.
* svg/custom/invalid-xslt-crash-expected.txt: Copied from LayoutTests/svg/custom/invalid-xslt-crash-expected.txt.
* svg/custom/invalid-xslt-crash.svg:
2015-10-02 Ryosuke Niwa <rniwa@webkit.org>
ShadowRoot with leading or trailing white space cause a crash
https://bugs.webkit.org/show_bug.cgi?id=149782
Reviewed by Chris Dumez.
Added a regression test.
* fast/shadow-dom/shadow-root-with-child-whitespace-text-crash-expected.txt: Added.
* fast/shadow-dom/shadow-root-with-child-whitespace-text-crash.html: Added.
2015-10-05 Jiewen Tan <jiewen_tan@apple.com>
Cleaning up after revision 190339
https://bugs.webkit.org/show_bug.cgi?id=149732
Reviewed by Myles C. Maxfield.
* svg/custom/invalid-xslt-crash.svg:
* svg/custom/invalid-xslt-crash-expected.txt:
Replace render tree dump test with text dump.
Pass if no crash.
2015-10-05 Timothy Horton <timothy_horton@apple.com>
Rebaseline test for iOS
* platform/ios-simulator/fast/text/mark-matches-overflow-clip-expected.txt:
2015-10-05 Zalan Bujtas <zalan@apple.com>
Mark the line dirty when RenderQuote's text changes.
https://bugs.webkit.org/show_bug.cgi?id=149784
rdar://problem/22558169
Reviewed by Antti Koivisto.
When quotation mark changes ( " -> ' or empty string), we
need to mark the line dirty to ensure its content gets laid out properly.
* fast/inline/quotation-text-changes-dynamically-expected.txt: Added.
* fast/inline/quotation-text-changes-dynamically.html: Added.
2015-10-05 Myles C. Maxfield <mmaxfield@apple.com>
Unprefix -webkit-font-feature-settings
https://bugs.webkit.org/show_bug.cgi?id=149722
Reviewed by Sam Weinig.
* css3/font-feature-settings-parsing.html:
* css3/font-feature-settings-preinstalled-fonts.html:
* css3/font-feature-settings-rendering-2.html:
* css3/font-feature-settings-rendering.html:
* fast/css/inherited-properties-rare-text-expected.txt:
* fast/css/inherited-properties-rare-text.html:
* fast/text/shaping/shaping-script-order.html:
* fast/text/shaping/shaping-selection-rect.html:
* fonts/unicode-character-font-crash.html:
* scrollbars/scrollbar-scrollbarparts-repaint-crash.html:
2015-10-04 Alexey Proskuryakov <ap@apple.com>
Mark tests as flaky for
https://bugs.webkit.org/show_bug.cgi?id=148890
http/tests/contentfiltering/load-substitute-data-from-appcache.html and
http/tests/appcache/decide-navigation-policy-after-delay.html crash
in DocumentLoader::dataReceived sometimes
* platform/wk2/TestExpectations:
2015-10-04 Nikita Vasilyev <nvasilyev@apple.com>
Web Inspector: Wrong column numbers in error object views
https://bugs.webkit.org/show_bug.cgi?id=149795
Reviewed by Timothy Hatcher.
* inspector/debugger/js-stacktrace-expected.txt:
2015-10-03 Alexey Proskuryakov <ap@apple.com>
fast/events/overflow-scroll-fake-mouse-move.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=138697
Reviewed by Brent Fulgham.
* fast/events/overflow-scroll-fake-mouse-move.html:
2015-10-03 Ryosuke Niwa <rniwa@webkit.org>
Make the test added in r190530 not time out on the ports that don't enable shadow DOM.
Call waitUntilDone after calling attachShadow so that an exception thrown by calling attachShadow
will prevent waitUntilDone from getting called on those ports.
* fast/shadow-dom/insert-child-to-assigned-node.html:
2015-10-02 Simon Fraser <simon.fraser@apple.com>
New baselines for some compositing tests.
* platform/ios-simulator/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/become-overlay-composited-layer-expected.txt:
* platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt: Added.
2015-10-02 Antti Koivisto <antti@apple.com>
Inserting a child to a slot assigned node doesn't trigger repaint
https://bugs.webkit.org/show_bug.cgi?id=149739
Reviewed by Ryosuke Niwa.
* fast/shadow-dom/insert-child-to-assigned-node-expected.html: Added.
* fast/shadow-dom/insert-child-to-assigned-node.html: Added.
2015-10-02 Devin Rousso <dcrousso+webkit@gmail.com>
Web Inspector: Copying inline style text puts "undefined" in the pasteboard
https://bugs.webkit.org/show_bug.cgi?id=149155
Reviewed by Brian Burg.
Added test for generating CSS rule strings with default formatting.
* inspector/css/generate-css-rule-string.html:
2015-10-02 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed, rolling out r190520, some tests assert / crash.
* inspector/heap/garbageCollected-expected.txt: Removed.
* inspector/heap/garbageCollected.html: Removed.
* inspector/heap/gc-expected.txt: Removed.
* inspector/heap/gc.html: Removed.
2015-10-02 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Include Garbage Collection Event in Timeline
https://bugs.webkit.org/show_bug.cgi?id=142510
Reviewed by Geoffrey Garen.
* inspector/heap/garbageCollected-expected.txt: Added.
* inspector/heap/garbageCollected.html: Added.
* inspector/heap/gc-expected.txt: Added.
* inspector/heap/gc.html: Added.
2015-10-02 Simon Fraser <simon.fraser@apple.com>
Test gardening.
* TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2015-10-02 Jer Noble <jer.noble@apple.com>
[MSE] Browser crashes when appending invalid data to MSE source buffer
https://bugs.webkit.org/show_bug.cgi?id=149689
Reviewed by Darin Adler.
* media/content/stpp.mp4: Added.
* media/media-source/media-source-stpp-crash-expected.txt: Added.
* media/media-source/media-source-stpp-crash.html: Added.
2015-10-02 Alex Christensen <achristensen@webkit.org>
Reloading without content blockers doesnt apply to resource loads after the main frame finishes
https://bugs.webkit.org/show_bug.cgi?id=149430
rdar://problem/22742222
Reviewed by Geoffrey Garen.
* http/tests/contentextensions/disable-blocker-expected.txt: Added.
* http/tests/contentextensions/disable-blocker.html: Added.
* http/tests/contentextensions/disable-blocker.html.json: Added.
2015-10-02 Antoine Quint <graouts@apple.com>
popstate is fired at the wrong time on load
https://bugs.webkit.org/show_bug.cgi?id=94265
Reviewed by Darin Adler.
Updating tests that relied on a "popstate" event being fired at page load.
* fast/history/same-document-iframes-changing-fragment-expected.txt:
* fast/history/same-document-iframes-changing-pushstate-expected.txt:
* fast/loader/javascript-url-iframe-remove-on-navigate.html:
* fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html:
* fast/loader/stateobjects/document-destroyed-navigate-back.html:
* fast/loader/stateobjects/popstate-after-load-complete-addeventlistener.html:
* fast/loader/stateobjects/popstate-after-load-complete-body-attribute.html:
* fast/loader/stateobjects/popstate-after-load-complete-body-inline-attribute.html:
* fast/loader/stateobjects/popstate-after-load-complete-window-attribute.html:
* fast/loader/stateobjects/popstate-fires-on-history-traversal-expected.txt:
* fast/loader/stateobjects/popstate-fires-on-history-traversal.html:
* fast/loader/stateobjects/popstate-fires-with-page-cache-expected.txt:
* fast/loader/stateobjects/popstate-fires-with-page-cache.html:
* fast/loader/stateobjects/pushstate-object-types.html:
* fast/loader/stateobjects/pushstate-then-replacestate.html:
* fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashchange.html:
* fast/loader/stateobjects/replacestate-then-pushstate.html:
* fast/loader/stateobjects/resources/popstate-fires-with-page-cache-1.html:
* fast/loader/stateobjects/resources/popstate-fires-with-page-cache-2.html:
* fast/loader/stateobjects/resources/replacestate-in-iframe-window-child.html:
* http/tests/history/popstate-fires-with-pending-requests.html:
* http/tests/navigation/redirect-on-back-updates-history-item-expected.txt:
* http/tests/navigation/redirect-on-reload-updates-history-item-expected.txt:
2015-10-02 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Support for Content Alignment in grid layout
https://bugs.webkit.org/show_bug.cgi?id=145520
Reviewed by Darin Adler.
Content Distribution alignment controls alignment of the box's
content within the box. The alignment container is the grid
container's content box. The alignment subjects are the grid
tracks.
In addition to the tests to verify the new functionality, I've
added some tests to check out that the new complex values are
overwritten properly.
I had to modify the grid-item-margin-auto-columns-rows-horizontal-rtl
test because when using RTL direction the whole grid must flow form
right to left, not only its items, so I rebaselined text expectations
to adapt it to the new behavior.
* css3/overwrite-content-alignment-expected.txt: Added.
* css3/overwrite-content-alignment.html: Added.
* css3/overwrite-self-alignment-expected.txt: Added.
* css3/overwrite-self-alignment.html: Added.
* fast/css-grid-layout/grid-align-content-distribution-expected.txt: Added.
* fast/css-grid-layout/grid-align-content-distribution-vertical-lr-expected.txt: Added.
* fast/css-grid-layout/grid-align-content-distribution-vertical-lr.html: Added.
* fast/css-grid-layout/grid-align-content-distribution-vertical-rl-expected.txt: Added.
* fast/css-grid-layout/grid-align-content-distribution-vertical-rl.html: Added.
* fast/css-grid-layout/grid-align-content-distribution.html: Added.
* fast/css-grid-layout/grid-align-content-expected.txt: Added.
* fast/css-grid-layout/grid-align-content-vertical-lr-expected.txt: Added.
* fast/css-grid-layout/grid-align-content-vertical-lr.html: Added.
* fast/css-grid-layout/grid-align-content-vertical-rl-expected.txt: Added.
* fast/css-grid-layout/grid-align-content-vertical-rl.html: Added.
* fast/css-grid-layout/grid-align-content.html: Added.
* fast/css-grid-layout/grid-content-alignment-overflow-expected.txt: Added.
* fast/css-grid-layout/grid-content-alignment-overflow.html: Added.
* fast/css-grid-layout/grid-content-alignment-with-different-sized-tracks.html: Added.
* fast/css-grid-layout/grid-content-alignment-with-different-sized-tracks-expected.txt: Added.
* fast/css-grid-layout/grid-content-alignment-with-span-expected.txt: Added.
* fast/css-grid-layout/grid-content-alignment-with-span-vertical-lr-expected.txt: Added.
* fast/css-grid-layout/grid-content-alignment-with-span-vertical-lr.html: Added.
* fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl-expected.txt: Added.
* fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl.html: Added.
* fast/css-grid-layout/grid-content-alignment-with-span.html: Added.
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl-expected.html:
* fast/css-grid-layout/grid-justify-content-distribution-expected.txt: Added.
* fast/css-grid-layout/grid-justify-content-distribution-vertical-lr-expected.txt: Added.
* fast/css-grid-layout/grid-justify-content-distribution-vertical-lr.html: Added.
* fast/css-grid-layout/grid-justify-content-distribution-vertical-rl-expected.txt: Added.
* fast/css-grid-layout/grid-justify-content-distribution-vertical-rl.html: Added.
* fast/css-grid-layout/grid-justify-content-distribution.html: Added.
* fast/css-grid-layout/grid-justify-content-expected.txt: Added.
* fast/css-grid-layout/grid-justify-content-vertical-lr-expected.txt: Added.
* fast/css-grid-layout/grid-justify-content-vertical-lr.html: Added.
* fast/css-grid-layout/grid-justify-content-vertical-rl-expected.txt: Added.
* fast/css-grid-layout/grid-justify-content-vertical-rl.html: Added.
* fast/css-grid-layout/grid-justify-content.html: Added.
* fast/css-grid-layout/resources/grid.css:
(.firstRowThirdColumn):
(.firstRowFourthColumn):
(.secondRowThirdColumn):
(.secondRowFourthColumn):
(.thirdRowFirstColumn):
(.thirdRowSecondColumn):
(.fourthRowFirstColumn):
(.fourthRowSecondColumn):
2015-10-01 Dean Jackson <dino@apple.com>
Expose WEBGL_debug_renderer_info
https://bugs.webkit.org/show_bug.cgi?id=149735
<rdar://problem/18343500>
Reviewed by Simon Fraser.
Take two at landing this.
Modify a test from the 1.0.2 conformance suite to make sure
we're actually enabling and passing the info.
* fast/canvas/webgl/webgl-debug-renderer-info-expected.txt: Added.
* fast/canvas/webgl/webgl-debug-renderer-info.html: Added.
2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
Convert focused-input-should-assist-on-touch.html into an automated test
https://bugs.webkit.org/show_bug.cgi?id=149724
Reviewed by Simon Fraser.
Tests that an input that focuses itself on touch and then prevents default is
able to trigger node assistance, even when it is already focused before the
user gesture.
* fast/events/ios/focused-input-should-assist-on-touch-expected.txt: Added.
* fast/events/ios/focused-input-should-assist-on-touch.html: Added.
2015-10-01 Dean Jackson <dino@apple.com>
Rollout r190446 for the moment. It broke the build.
* fast/canvas/webgl/webgl-debug-renderer-info-expected.txt: Removed.
* fast/canvas/webgl/webgl-debug-renderer-info.html: Removed.
2015-10-01 Dean Jackson <dino@apple.com>
Expose WEBGL_debug_renderer_info
https://bugs.webkit.org/show_bug.cgi?id=149735
<rdar://problem/18343500>
Reviewed by Simon Fraser.
Modify a test from the 1.0.2 conformance suite to make sure
we're actually enabling and passing the info.
* fast/canvas/webgl/webgl-debug-renderer-info-expected.txt: Added.
* fast/canvas/webgl/webgl-debug-renderer-info.html: Added.
2015-10-01 Ryan Haddad <ryanhaddad@apple.com>
Rebaselining fast/text/mark-matches-overflow-clip.html for Win
https://webkit.org/b/149728
Unreviewed test gardening.
* platform/win/fast/text/mark-matches-overflow-clip-expected.txt:
2015-10-01 Brent Fulgham <bfulgham@apple.com>
Unreviewed test fix after r190434.
One test was not updated to pass the new required interruption type
argument to 'internals.beginMediaSessionInterruption'.
* webaudio/audiocontext-state-interrupted-expected.txt:
* webaudio/audiocontext-state-interrupted.html:
2015-10-01 Eric Carlson <eric.carlson@apple.com>
[iOS] AirPlay should not stop when the screen locks
https://bugs.webkit.org/show_bug.cgi?id=148315
<rdar://problem/22770703>
Reviewed by Jer Noble.
* media/video-interruption-with-resume-allowing-play.html:
* media/video-interruption-with-resume-not-allowing-play.html:
2015-10-01 Ryosuke Niwa <rniwa@webkit.org>
Slot elements should support fallback contents
https://bugs.webkit.org/show_bug.cgi?id=149701
Reviewed by Antti Koivisto.
Added tests for fallback contents in slot elements. One of them could be safely submitted to CSS WG,
and the other one is a style recalc test.
* fast/shadow-dom/css-scoping-shadow-slot-fallback-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-slot-fallback.html: Added.
* fast/shadow-dom/shadow-layout-after-slot-fallback-changes-expected.html: Added.
* fast/shadow-dom/shadow-layout-after-slot-fallback-changes.html: Added.
2015-10-01 Keith Miller <keith_miller@apple.com>
[ES6] Add TypedArray.prototype functionality.
https://bugs.webkit.org/show_bug.cgi?id=148035
Reviewed by Geoffrey Garen.
Fixed tests for new toString behavior on TypedArrays.
* fast/canvas/webgl/type-conversion-test-expected.txt:
* fast/dom/Window/window-postmessage-clone-expected.txt:
2015-10-01 Brent Fulgham <bfulgham@apple.com>
Latch does not clear when a scroll snap animation is triggered
https://bugs.webkit.org/show_bug.cgi?id=149681
<rdar://problem/22733922>
Reviewed by Simon Fraser.
Add a new test that confirms latched state is cleared when scroll snap animations
are triggered.
* tiled-drawing/scrolling/latched-div-with-scroll-snap-expected.txt: Added.
* tiled-drawing/scrolling/latched-div-with-scroll-snap.html: Added.
2015-10-01 Simon Fraser <simon.fraser@apple.com>
Remove some tests that now pass.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-09-30 Simon Fraser <simon.fraser@apple.com>
Add iOS touch event test
https://bugs.webkit.org/show_bug.cgi?id=149688
Reviewed by Ryosuke Niwa.
Basic touch event test that synthesizes touches in the UI process.
* TestExpectations:
* fast/events/touch/ios/touch-event-expected.txt: Added.
* fast/events/touch/ios/touch-event.html: Added.
* platform/ios-simulator-wk2/TestExpectations:
2015-10-01 Antti Koivisto <antti@apple.com>
Network cache: Subresource referer header wrong after cached redirect
https://bugs.webkit.org/show_bug.cgi?id=149709
rdar://problem/22917174
Reviewed by Chris Dumez.
* http/tests/cache/redirect-referer-expected.html: Added.
* http/tests/cache/redirect-referer.html: Added.
* http/tests/cache/resources/load-and-check-referer.php: Added.
* http/tests/cache/resources/permanent-redirect.php: Added.
* http/tests/cache/resources/redirect-referer-iframe.html: Added.
* http/tests/cache/resources/redirect-referer-iframe-expected.html: Added.
2015-10-01 Myles C. Maxfield <mmaxfield@apple.com>
accessibility/mac/aria-expanded-notifications.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=149510
Reviewed by Chris Fleizach.
The problem is triggered by our resumable parser. AXLoadComplete gets called
synchronously from DocumentLoader::finishedLoading(). This means that the order of
the AXLoadComplete message isn't FIFO.
If the parser yielded previously, the AXLoadComplete will be handled after some AX
messages had been handled.
If the parser hadn't yielded, the AXLoadComplete will be the first message
processed (no matter what had been queued up before it).
Because making the AXLoadComplete message asynchonous is not desirable, the
solution is to relax the test to handle various orderings.
* accessibility/mac/aria-expanded-notifications-expected.txt:
* accessibility/mac/aria-expanded-notifications.html:
* platform/mac/TestExpectations:
2015-09-30 Daniel Bates <dabates@apple.com>
Move <a ping> tests from LayoutTests/http/tests/navigation to LayoutTests/http/tests/navigation/ping-attribute
https://bugs.webkit.org/show_bug.cgi?id=148828
Reviewed by Alexey Proskuryakov.
Towards adding <area ping> tests (bug #79438), we should move the existing <a ping> tests from
LayoutTests/http/tests/navigation to LayoutTests/http/tests/navigation/ping-attribute and rename
them so as to make it clear from their name that they test the ping attribute on a HTML a element.
* http/tests/navigation/ping-attribute/anchor-cookie-expected.txt: Renamed from LayoutTests/http/tests/navigation/ping-cookie-expected.txt.
* http/tests/navigation/ping-attribute/anchor-cookie.html: Renamed from LayoutTests/http/tests/navigation/ping-cookie.html.
* http/tests/navigation/ping-attribute/anchor-cross-origin-expected.txt: Added.
* http/tests/navigation/ping-attribute/anchor-cross-origin-from-https-expected.txt: Renamed from LayoutTests/http/tests/navigation/ping-cross-origin-from-https-expected.txt.
* http/tests/navigation/ping-attribute/anchor-cross-origin-from-https.html: Renamed from LayoutTests/http/tests/navigation/ping-cross-origin-from-https.html.
* http/tests/navigation/ping-attribute/anchor-cross-origin.html: Renamed from LayoutTests/http/tests/navigation/ping-cross-origin.html.
* http/tests/navigation/ping-attribute/anchor-same-origin-expected.txt: Renamed from LayoutTests/http/tests/navigation/ping-same-origin-expected.txt.
* http/tests/navigation/ping-attribute/anchor-same-origin.html: Renamed from LayoutTests/http/tests/navigation/ping-same-origin.html.
* http/tests/navigation/ping-attribute/resources/check-ping.php: Added.
* http/tests/navigation/ping-attribute/resources/delete-ping.php: Added.
* http/tests/navigation/ping-attribute/resources/ping-file-path.php: Added.
* http/tests/navigation/ping-attribute/resources/save-Ping.php: Added.
* http/tests/navigation/ping-cross-origin-expected.txt: Removed.
* platform/ios-simulator-wk2/TestExpectations: Updated as needed for the above file renames.
* platform/win/TestExpectations: Ditto.
2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
Implement keyboard event sending for iOS in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=149676
Reviewed by Simon Fraser.
Adds a new basic test for the oninput event listener when typing in a text field.
* fast/events/ios/input-value-after-oninput-expected.txt: Added.
* fast/events/ios/input-value-after-oninput.html: Added.
2015-10-01 Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Add support for private WebCore JS builtins functions
https://bugs.webkit.org/show_bug.cgi?id=149518
Reviewed by Darin Adler.
Rebasing tests now that tee is appearing in the IDL, although not yet conformant in its implementation.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-tee-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
2015-10-01 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Update readable-stream tests against latest reference
https://bugs.webkit.org/show_bug.cgi?id=149668
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-expected.txt: Updated expectations.
* streams/reference-implementation/readable-stream.html: Updated tests.
2015-10-01 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Stream API] Add pending checkpoints for up-to-date readable stream related tests and fix checkpoint URL
https://bugs.webkit.org/show_bug.cgi?id=149666
Reviewed by Darin Adler.
* streams/readable-stream-reader-read.html:
* streams/reference-implementation/abstract-ops.html:
* streams/reference-implementation/bad-strategies.html:
* streams/reference-implementation/bad-underlying-sources.html:
* streams/reference-implementation/pipe-to-options.html:
* streams/reference-implementation/pipe-to.html:
* streams/reference-implementation/readable-stream-cancel.html:
* streams/reference-implementation/writable-stream-abort.html:
* streams/reference-implementation/writable-stream.html: Added and fixed checkpoint URLs.
2015-10-01 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Create ByteLengthQueuingStrategy object as per spec
https://bugs.webkit.org/show_bug.cgi?id=147153
Reviewed by Darin Adler.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt: Added ByteLengthQueuingStrategy to the
constructor expectations.
* streams/reference-implementation/brand-checks.html:
* streams/reference-implementation/byte-length-queuing-strategy.html: Removed reference to
byte-length-queuing-strategy.js as it should be now builtin in WebKit.
* streams/reference-implementation/resources/byte-length-queuing-strategy.js: Removed.
(ByteLengthQueuingStrategy): Deleted.
2015-09-30 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r190367 and r190373.
https://bugs.webkit.org/show_bug.cgi?id=149694
Windows build broken (Requested by smfr on #webkit).
Reverted changesets:
"[ES6] Add TypedArray.prototype functionality."
https://bugs.webkit.org/show_bug.cgi?id=148035
http://trac.webkit.org/changeset/190367
"Unreviewed Windows buildfix."
http://trac.webkit.org/changeset/190373
2015-09-30 Katlyn Graff <kgraff@apple.com>
Tests support for imageSmoothingQuality attribute of Canvas element.
https://bugs.webkit.org/show_bug.cgi?id=149541
Reviewed by Ryosuke Niwa.
Tests low, medium, high, and default values, value persistence when
imageSmoothingEnabled is changed, and invalid input.
* fast/canvas/canvas-imageSmoothingQuality-expected.txt: Added.
* fast/canvas/canvas-imageSmoothingQuality.html: Added.
2015-09-30 Brady Eidson <beidson@apple.com>
Add UniqueIDBDatabase object, IDBBackingStore objects, and a database operation thread.
https://bugs.webkit.org/show_bug.cgi?id=149678
Reviewed by Alex Christensen.
* storage/indexeddb/modern/opendatabase-request-event-expected.txt: Added.
* storage/indexeddb/modern/opendatabase-request-event.html: Added.
2015-09-30 Myles C. Maxfield <mmaxfield@apple.com>
Crash when using an SVG font with > 390 glyphs
https://bugs.webkit.org/show_bug.cgi?id=149677
<rdar://problem/21676402>
Reviewed by Simon Fraser.
* svg/custom/many-glyphs-expected.svg: Added.
* svg/custom/many-glyphs.svg: Added.
2015-09-30 Michael Saboff <msaboff@apple.com>
Relanding r190289 after fixes tracked in https://bugs.webkit.org/show_bug.cgi?id=149619
and https://bugs.webkit.org/show_bug.cgi?id=149621
Reviewed by Saam Barati.
2015-09-29 Simon Fraser <simon.fraser@apple.com>
[iOS] Allow tests to generate user gestures for UI testing
https://bugs.webkit.org/show_bug.cgi?id=149653
Reviewed by Tim Horton.
Simple tests for single tap triggering a click, and double-tap zoom.
* TestExpectations:
* fast/events/ios/double-tap-zoom-expected.txt: Added.
* fast/events/ios/double-tap-zoom.html: Added.
* fast/events/ios/single-tap-generates-click-expected.txt: Added.
* fast/events/ios/single-tap-generates-click.html: Added.
* platform/ios-simulator-wk2/TestExpectations:
2015-09-30 Keith Miller <keith_miller@apple.com>
[ES6] Add TypedArray.prototype functionality.
https://bugs.webkit.org/show_bug.cgi?id=148035
Reviewed by Geoffrey Garen.
Fixed tests for new toString behavior on TypedArrays.
* fast/canvas/webgl/type-conversion-test-expected.txt:
* fast/dom/Window/window-postmessage-clone-expected.txt:
2015-09-30 Timothy Horton <timothy_horton@apple.com>
Compute document marker rects at use time instead of paint time
https://bugs.webkit.org/show_bug.cgi?id=149643
* fast/text/mark-matches-overflow-clip-expected.txt:
* fast/text/mark-matches-overflow-clip.html:
Adjust one recently-added test and its result slightly.
2015-09-30 Eric Carlson <eric.carlson@apple.com>
REGRESSION(r190262): User media unit test failures after r190262
https://bugs.webkit.org/show_bug.cgi?id=149580
Reviewed by Darin Adler.
* platform/gtk/TestExpectations: Unskip tests.
2015-09-29 Ryan Haddad <ryanhaddad@apple.com>
Update iOS-simulator results for fast/text/mark-matches-overflow-clip.html
<https://bugs.webkit.org/show_bug.cgi?id=149637>
Reviewed by Darin Adler.
* platform/ios-simulator/fast/text/mark-matches-overflow-clip-expected.txt: Added.
2015-09-29 Jon Honeycutt <jhoneycutt@apple.com>
Avoid reparsing an XSLT stylesheet after the first failure.
https://bugs.webkit.org/show_bug.cgi?id=149188
<rdar://problem/22709912>
Reviewed by Dave Hyatt.
Patch by Jiewen Tan, jiewen_tan@apple.com.
* svg/custom/invalid-xslt-crash-expected.txt: Added.
* svg/custom/invalid-xslt-crash.svg: Added.
2015-09-29 Wenson Hsieh <wenson_hsieh@apple.com>
Snap offsets should update when style is programmatically changed
https://bugs.webkit.org/show_bug.cgi?id=135964
<rdar://problem/18162411>
Reviewed by Darin Adler.
Tests style updates in both cases where -points and -coordinates are used to position snap points.
* css3/scroll-snap/scroll-snap-style-changed-coordinates-expected.txt: Added.
* css3/scroll-snap/scroll-snap-style-changed-coordinates.html: Added.
* css3/scroll-snap/scroll-snap-style-changed-repeat-expected.txt: Added.
* css3/scroll-snap/scroll-snap-style-changed-repeat.html: Added.
2015-09-29 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r190289.
https://bugs.webkit.org/show_bug.cgi?id=149647
Crashing speedometer and some ARM32 tests (Requested by
msaboff on #webkit).
Reverted changeset:
"[ES6] Implement tail calls in the FTL"
https://bugs.webkit.org/show_bug.cgi?id=148664
http://trac.webkit.org/changeset/190289
2015-09-29 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline test.
Rubberstamped by Tim Horton.
* platform/win/TestExpectations: Remove test failure.
* platform/win/fast/text/mark-matches-overflow-clip-expected.txt: Added.
2015-09-29 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
* platform/win/TestExpectations: Mark new test added in
r190254 as failing.
2015-09-29 Ryosuke Niwa <rniwa@webkit.org>
Update style/layout when a slot is added or removed
https://bugs.webkit.org/show_bug.cgi?id=149593
Reviewed by Antti Koivisto.
Removed failing test expectations from fast/shadow-dom/shadow-layout-after-slot-changes.html
Also added an explicit test case for when a default slot is introduced dynamically after
calling getDistributedNodes() once, thereby forcing the slot assignments.
* fast/shadow-dom/HTMLSlotElement-interface-expected.txt:
* fast/shadow-dom/HTMLSlotElement-interface.html:
* fast/shadow-dom/shadow-layout-after-slot-changes.html:
* platform/mac/TestExpectations:
2015-09-29 Ryan Haddad <ryanhaddad@apple.com>
Update test expectations to mark quicklook/pages.html as crashing
<https://bugs.webkit.org/show_bug.cgi?id=149634>
Reviewed by David Kilzer.
* platform/ios-simulator/TestExpectations:
2015-09-29 Chris Dumez <cdumez@apple.com>
Memory cache revalidations should refresh the network disk cache
https://bugs.webkit.org/show_bug.cgi?id=149606
Reviewed by Darin Adler.
Add layout test to check that revalidations requested by the memory cache
update the corresponding disk cache entry when the server responds with a
304 status code.
* http/tests/cache/disk-cache/memory-cache-revalidation-updates-disk-cache-expected.txt: Added.
* http/tests/cache/disk-cache/memory-cache-revalidation-updates-disk-cache.html: Added.
2015-09-29 Chris Dumez <cdumez@apple.com>
Unreviewed, mark several newly imported W3C media tests as flaky on Mavericks.
https://bugs.webkit.org/show_bug.cgi?id=149636
* platform/mac/TestExpectations:
2015-09-29 Brent Fulgham <bfulgham@apple.com>
[Win] Revise failure case per Alexey's comments.
* platform/win/TestExpectations:
2015-09-29 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add abstract ops tests
https://bugs.webkit.org/show_bug.cgi?id=149629
Reviewed by Darin Adler.
* streams/reference-implementation/abstract-ops-expected.txt: Added.
* streams/reference-implementation/abstract-ops.html: Added.
2015-09-29 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Update tests according to latest spec
https://bugs.webkit.org/show_bug.cgi?id=149628
Reviewed by Darin Adler.
Added checkpoints and updated all tests that don't disrupt the current implementation and the tests that are
passing now.
* streams/reference-implementation/bad-strategies-expected.txt:
* streams/reference-implementation/bad-strategies.html:
* streams/reference-implementation/pipe-to-options.html:
* streams/reference-implementation/pipe-to.html:
* streams/reference-implementation/writable-stream-abort.html:
* streams/reference-implementation/writable-stream.html:
2015-09-29 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening
* platform/win/TestExpectations: Mark some expected failures.
2015-09-29 Brent Fulgham <bfulgham@apple.com>
[Win] [Font Features] Implement font-variant-*
https://bugs.webkit.org/show_bug.cgi?id=149630
Unreviewed gardening.
* platform/win/TestExpectations: Mark expected failures due
to missing Windows feature.
2015-09-29 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Flex tracks sizing alg must handle 0fr values
https://bugs.webkit.org/show_bug.cgi?id=148944
Reviewed by Darin Adler.
Allow 0 as flex factor value and implement the new flex track sizing algorithm.
* fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html: Updated some cases.
* fast/css-grid-layout/flex-content-resolution-columns-expected.txt:
* fast/css-grid-layout/flex-content-resolution-columns.html: Added some new cases.
* fast/css-grid-layout/flex-content-resolution-rows-expected.txt:
* fast/css-grid-layout/flex-content-resolution-rows.html: Added some new cases.
2015-09-16 Carlos Garcia Campos <cgarcia@igalia.com>
printing does not use minimum page zoom factor
https://bugs.webkit.org/show_bug.cgi?id=108507
Reviewed by Darin Adler.
Unskip printing reftests that should pass now.
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
2015-09-28 Zalan Bujtas <zalan@apple.com>
fast/repaint/absolute-position-changed.html and fast/repaint/fixed.html are flaky.
Move .scrollTo() call to repaintTest() where we run the test code. (and add .offsetHeight call
to ensure that renderer tree is in clean state.)
Unreviewed gardening.
* fast/repaint/absolute-position-changed.html:
* fast/repaint/fixed.html:
2015-09-28 Saam barati <sbarati@apple.com>
Follow up to bug: https://bugs.webkit.org/show_bug.cgi?id=149599
We're now skipping getter-richards-try-catch on debug builds.
Unreviewed: skip long running test on debug builds.
* js/regress/script-tests/getter-richards-try-catch.js:
* platform/mac/TestExpectations:
2015-09-28 Saam barati <sbarati@apple.com>
Follow up to bug: https://bugs.webkit.org/show_bug.cgi?id=149599
This patch makes the test run for even less time.
Unreviewed attempted fix for flakiness.
* js/regress/script-tests/getter-richards-try-catch.js:
(Packet.prototype.toString):
2015-09-28 Brady Eidson <beidson@apple.com>
Add an IDB Server that can roundtrip a request back to the client.
https://bugs.webkit.org/show_bug.cgi?id=149603
Reviewed by Alex Christensen.
* storage/indexeddb/modern/deletedatabase-request-event-expected.txt: Added.
* storage/indexeddb/modern/deletedatabase-request-event.html: Added.
2015-09-28 Michael Saboff <msaboff@apple.com>
[ES6] Implement tail calls in the FTL
https://bugs.webkit.org/show_bug.cgi?id=148664
Reviewed by Filip Pizlo.
Added one new tail call test and enabled other tail call tests.
* js/caller-property-expected.txt:
* js/script-tests/caller-property.js:
(string_appeared_here.nonStrictCallee):
(strictCallee):
(nonStrictCaller):
(strictCaller):
(strictTailCaller):
(getFooGetter):
2015-09-28 Ryosuke Niwa <rniwa@webkit.org>
relatedNode should be retargeted respecting slots
https://bugs.webkit.org/show_bug.cgi?id=149591
Reviewed by Antti Koivisto.
Added a new testharness.js test for retargeting relatedNode.
* fast/shadow-dom/event-with-related-target.html: Added.
2015-09-28 Saam barati <sbarati@apple.com>
js/regress/getter-richards-try-catch is timing out on debug layout tests
https://bugs.webkit.org/show_bug.cgi?id=149599
Reviewed by Alexey Proskuryakov.
* js/regress/script-tests/getter-richards-try-catch.js:
(Packet.prototype.toString):
* platform/mac/TestExpectations:
2015-09-28 Chris Dumez <cdumez@apple.com>
Drop support for legacy EventException
https://bugs.webkit.org/show_bug.cgi?id=149597
<rdar://problem/22879795>
Reviewed by Sam Weinig.
Update / rebaseline several tests now that we no longer expose
EventException on the global Window object.
* fast/dom/Window/resources/window-properties.js:
* fast/dom/Window/window-lookup-precedence-expected.txt:
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-09-28 Chris Dumez <cdumez@apple.com>
Object.getOwnPropertyNames() does not return named properties
https://bugs.webkit.org/show_bug.cgi?id=149562
<rdar://problem/22879779>
Reviewed by Darin Adler.
Add layout test that verifies that Object.getOwnPropertyNames() returns
an HTMLCollection's named properties, in addition to its indexes. It
also checks that they are not enumerable, as per the DOM specification.
* fast/dom/htmlcollection-getownpropertynames-expected.txt: Added.
* fast/dom/htmlcollection-getownpropertynames.html: Added.
2015-09-28 Ryosuke Niwa <rniwa@webkit.org>
Update bug numbers for failing test expectations in fast/shadow-dom.
* platform/mac/TestExpectations:
2015-09-28 Said Abou-Hallawa <sabouhallawa@apple.com>
An SVG inherits the container size of the previously drawn HTMLImageElement when drawing it on canvas
https://bugs.webkit.org/show_bug.cgi?id=148845
Reviewed by Darin Adler.
Ensure that an SVG image with intrinsic size or with no intrinsic size can be
displayed on a canvas even if it is previously displayed by an HTMLImageElement.
* svg/as-image/svg-cached-draw-canvas-expected.html: Added.
* svg/as-image/svg-cached-draw-canvas.html: Added.
2015-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. Gardening: skip media stream tests failing after r190262.
* platform/gtk/TestExpectations:
2015-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
REGRESSION(r188639): [GTK] Several inspector tests started to time out in GTK+ bots after r188639
https://bugs.webkit.org/show_bug.cgi?id=148569
Reviewed by Darin Adler.
* platform/gtk/TestExpectations: Unskip the inspector tests.
2015-09-25 Alexey Proskuryakov <ap@apple.com>
Skip newly added js/regress/getter-richards-try-catch.html on debug builds,
because it times out.
* platform/mac/TestExpectations:
2015-09-25 Saam barati <sbarati@apple.com>
DFG should use PhantomLocal instead of Flush as liveness preservation mechanism in LiveCatchVariablesPreservationPhase
https://bugs.webkit.org/show_bug.cgi?id=149575
Reviewed by Geoffrey Garen.
* js/regress/getter-richards-try-catch-expected.txt: Added.
* js/regress/getter-richards-try-catch.html: Added.
* js/regress/script-tests/getter-richards-try-catch.js: Added.
(randomException):
(runRichards):
(Scheduler):
(Scheduler.prototype.addIdleTask):
(Scheduler.prototype.addWorkerTask):
(Scheduler.prototype.addHandlerTask):
(Scheduler.prototype.addDeviceTask):
(Scheduler.prototype.addRunningTask):
(Scheduler.prototype.addTask):
(Scheduler.prototype.schedule):
(Scheduler.prototype.release):
(Scheduler.prototype.holdCurrent):
(Scheduler.prototype.suspendCurrent):
(Scheduler.prototype.queue):
(TaskControlBlock):
(TaskControlBlock.prototype.setRunning):
(TaskControlBlock.prototype.markAsNotHeld):
(TaskControlBlock.prototype.markAsHeld):
(TaskControlBlock.prototype.isHeldOrSuspended):
(TaskControlBlock.prototype.markAsSuspended):
(TaskControlBlock.prototype.markAsRunnable):
(TaskControlBlock.prototype.run):
(TaskControlBlock.prototype.checkPriorityAdd):
(TaskControlBlock.prototype.toString):
(IdleTask):
(IdleTask.prototype.run):
(IdleTask.prototype.toString):
(DeviceTask):
(DeviceTask.prototype.run):
(DeviceTask.prototype.toString):
(WorkerTask):
(WorkerTask.prototype.run):
(WorkerTask.prototype.toString):
(HandlerTask):
(HandlerTask.prototype.run):
(HandlerTask.prototype.toString):
(Packet):
(Packet.prototype.addTo):
(Packet.prototype.toString):
2015-09-25 Simon Fraser <simon.fraser@apple.com>
[iOS WK2] Add viewport tests and fix runUIScript() timing issues
https://bugs.webkit.org/show_bug.cgi?id=149577
Reviewed by Tim Horton.
New viewport tests which read the scale etc. in the UI process.
* TestExpectations:
* fast/viewport/ios/resources/viewport-test-utils.js: Added.
(getUIScript):
(tableFromJSON):
(getViewport):
(runTest):
* fast/viewport/ios/width-is-device-width-expected.txt: Added.
* fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall-expected.txt: Added.
* fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden-tall.html: Added.
* fast/viewport/ios/width-is-device-width-overflowing-body-overflow-hidden.html: Added.
* fast/viewport/ios/width-is-device-width-overflowing-expected.txt: Added.
* fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit-expected.txt: Added.
* fast/viewport/ios/width-is-device-width-overflowing-no-shrink-to-fit.html: Added.
* fast/viewport/ios/width-is-device-width-overflowing.html: Added.
* fast/viewport/ios/width-is-device-width.html: Added.
* platform/ios-simulator-wk2/TestExpectations:
2015-09-25 Antti Koivisto <antti@apple.com>
Implement scoped styling for shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=149230
Reviewed by Ryosuke Niwa.
* fast/shadow-dom/css-scoping-shadow-with-rules-no-style-leak-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-with-rules-no-style-leak.html: Added.
Add a test that verifies that shadow DOM style doesn't affect normal DOM.
* platform/mac/TestExpectations:
Enable fast/shadow-dom/css-scoping-shadow-with-rules.html
2015-09-25 Tim Horton <timothy_horton@apple.com>
Scrolling a overflow: scroll region makes find overlay holes stick to the edge of the region
https://bugs.webkit.org/show_bug.cgi?id=149572
<rdar://problem/13093602>
Reviewed by Simon Fraser.
* fast/text/mark-matches-overflow-clip-expected.txt: Added.
* fast/text/mark-matches-overflow-clip.html: Added.
Add a test ensuring that a find match that is clipped out by overflow
ends up with a clipped rendered rect.
2015-09-25 Zalan Bujtas <zalan@apple.com>
Mark media/media-controls-play-button-updates.html failed for all Mac platforms.
Unreviewed gardening.
* platform/mac/TestExpectations:
2015-09-25 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r190232 and r190236.
https://bugs.webkit.org/show_bug.cgi?id=149555
"It did not help" (Requested by cdumez on #webkit).
Reverted changesets:
"Unreviewed, roll out r187615 as it seems to have caused a ~1%
PLT regression."
http://trac.webkit.org/changeset/190232
"This started failing after this rollout:"
http://trac.webkit.org/changeset/190236
2015-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] ASSERTION FAILED: !m_inUpdateBackingStoreState in DrawingAreaImpl::display() after DrawingAreaImpl::forceRepaint()
https://bugs.webkit.org/show_bug.cgi?id=148956
Reviewed by Žan Doberšek.
Unskip tests that should pass now.
* platform/gtk/TestExpectations:
2015-09-24 Beth Dakin <bdakin@apple.com>
This started failing after this rollout:
http://trac.webkit.org/changeset/190232
* platform/mac/TestExpectations:
2015-09-24 Chris Dumez <cdumez@apple.com>
Node.replaceChild() does not behave according to the specification
https://bugs.webkit.org/show_bug.cgi?id=149546
<rdar://problem/22571887>
Reviewed by Ryosuke Niwa.
Update existing test that now throws a different exception.
* fast/events/mutation-during-replace-child-expected.txt:
* fast/events/mutation-during-replace-child.html:
2015-09-24 Beth Dakin <bdakin@apple.com>
The same problem happens on El Capitan.
* platform/mac/TestExpectations:
2015-09-24 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline web-platform-tests/html/dom/interfaces.html for iOS after r190190
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
2015-09-24 Ryosuke Niwa <rniwa@webkit.org>
Make event dispatching respect slotting
https://bugs.webkit.org/show_bug.cgi?id=149243
Reviewed by Antti Koivisto.
Added tests for dispatching events inside shadow trees and nodes assigned to slots using testharness.js.
* fast/shadow-dom/event-inside-shadow-tree-expected.txt: Added.
* fast/shadow-dom/event-inside-shadow-tree.html: Added.
* fast/shadow-dom/event-inside-slotted-node-expected.txt: Added.
* fast/shadow-dom/event-inside-slotted-node.html: Added.
2015-09-24 David Hyatt <hyatt@apple.com>
Add support for CSS Custom Properties (in preparation for implementing CSS Variables).
https://bugs.webkit.org/show_bug.cgi?id=130397
Reviewed by Antti Koivisto.
* fast/css/custom-properties: Added.
* fast/css/custom-properties/computed-style-access-expected.html: Added.
* fast/css/custom-properties/computed-style-access-inherited-expected.html: Added.
* fast/css/custom-properties/computed-style-access-inherited.html: Added.
* fast/css/custom-properties/computed-style-access.html: Added.
* fast/css/custom-properties/inline-style-property-get-expected.html: Added.
* fast/css/custom-properties/inline-style-property-get.html: Added.
* fast/css/custom-properties/rule-property-get-css-value-expected.html: Added.
* fast/css/custom-properties/rule-property-get-css-value.html: Added.
* fast/css/custom-properties/rule-property-get-expected.html: Added.
* fast/css/custom-properties/rule-property-get.html: Added.
* fast/css/custom-properties/rule-property-priority-expected.html: Added.
* fast/css/custom-properties/rule-property-priority.html: Added.
* fast/css/custom-properties/rule-property-set-expected.html: Added.
* fast/css/custom-properties/rule-property-set.html: Added.
* fast/css/custom-properties/rule-serialization-expected.html: Added.
* fast/css/custom-properties/rule-serialization.html: Added.
2015-09-24 ChangSeok Oh <changseok.oh@collabora.com>
Unreviewed, rebaseline media/media-controls-play-button-updates.html.
* platform/gtk/media/media-controls-play-button-updates-expected.txt:
2015-09-24 ChangSeok Oh <changseok.oh@collabora.com>
[GTK] playbutton in media controls is not changed when it is clicked.
https://bugs.webkit.org/show_bug.cgi?id=149113
Reviewed by Philippe Normand.
* media/media-controls-play-button-updates-expected.png: Added.
* media/media-controls-play-button-updates-expected.txt: Added.
* media/media-controls-play-button-updates.html: Added.
* platform/efl/TestExpectations: Skip the test.
* platform/gtk/media/media-controls-play-button-updates-expected.png: Added.
* platform/gtk/media/media-controls-play-button-updates-expected.txt: Added.
* platform/mac/TestExpectations: Skip the test on yosemite.
2015-09-23 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] [Font Features] Implement font-variant-*
https://bugs.webkit.org/show_bug.cgi?id=148413
Reviewed by Darin Adler.
Updating tests because font-variant-ligatures is being unprefixed.
Also, update css3/resources/FontWithFeatures.otf to support "lnum" feature.
* css3/font-feature-settings-rendering-2-expected.html:
* css3/font-feature-settings-rendering-2.html:
* css3/font-variant-all-webfont-expected.html: Added.
* css3/font-variant-all-webfont.html: Added.
* css3/font-variant-parsing-expected.txt: Added.
* css3/font-variant-parsing.html: Added.
* css3/resources/FontWithFeatures.otf:
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-font-family-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* fast/css/parsing-font-variant-ligatures.html:
* fast/text/font-variant-ligatures.html:
* platform/mac/TestExpectations:
* svg/css/getComputedStyle-basic-expected.txt:
2015-09-23 Chris Dumez <cdumez@apple.com>
Unreviewed, roll out r190085 as it seems to cause crashes in JSC
<rdar://problem/22825602>
* fast/events/event-prototype-constructor-properties-expected.txt: Removed.
* fast/events/event-prototype-constructor-properties.html: Removed.
2015-09-23 Chris Dumez <cdumez@apple.com>
HTMLOutputElement.htmlFor should be settable
https://bugs.webkit.org/show_bug.cgi?id=149418
Reviewed by Ryosuke Niwa.
* fast/dom/HTMLLinkElement/sizes-setter.html: Added
* fast/dom/HTMLLinkElement/sizes-setter-expected.txt: Added
Add layout test to make sure that setting HTMLLinkElement.sizes actually
updates the 'sizes' associated attribute.
* fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
* fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js:
Update existing layout test now that HTMLOutputElement.htmlFor is
settable.
2015-09-23 Saam barati <sbarati@apple.com>
JSC allows invalid var declarations when the declared name is the same as a let/const variable
https://bugs.webkit.org/show_bug.cgi?id=147600
Reviewed by Yusuke Suzuki.
* js/let-syntax-expected.txt:
* js/script-tests/let-syntax.js:
(hasSyntaxError):
2015-09-23 Saam barati <sbarati@apple.com>
Web Inspector: Type bubbles missing for computed methods and methods on object literals
https://bugs.webkit.org/show_bug.cgi?id=148562
Reviewed by Joseph Pecoraro.
* inspector/model/parse-script-syntax-tree-expected.txt:
* inspector/model/parse-script-syntax-tree.html:
2015-09-23 Beth Dakin <bdakin@apple.com>
accessibility/mac/aria-expanded-notifications.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=149510
Marking it as such.
* platform/mac/TestExpectations:
2015-09-23 Chris Dumez <cdumez@apple.com>
Range's setStartBefore() / setStartAfter() / setEndBefore() / setEndAfter() do not match the specification
https://bugs.webkit.org/show_bug.cgi?id=149490
Reviewed by Andreas Kling.
Update test that expected an assertion in a case where we no longer
throw. I checked that Firefox does not throw in this case either.
* fast/dom/Range/range-exceptions-expected.txt:
* fast/dom/Range/script-tests/range-exceptions.js:
2015-09-23 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r190168.
https://bugs.webkit.org/show_bug.cgi?id=149502
it broke debug builds. (Requested by zalan on #webkit).
Reverted changeset:
"HTMLOutputElement.htmlFor should be settable"
https://bugs.webkit.org/show_bug.cgi?id=149418
http://trac.webkit.org/changeset/190168
2015-09-23 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r190160.
https://bugs.webkit.org/show_bug.cgi?id=149501
media/media-controls-play-button-updates.html fails on
Yosemite and EFL (Requested by zalan on #webkit).
Reverted changeset:
"[GTK] playbutton in media controls is not changed when it is
clicked."
https://bugs.webkit.org/show_bug.cgi?id=149113
http://trac.webkit.org/changeset/190160
2015-09-23 Chris Dumez <cdumez@apple.com>
HTMLOutputElement.htmlFor should be settable
https://bugs.webkit.org/show_bug.cgi?id=149418
Reviewed by Ryosuke Niwa.
* fast/dom/HTMLLinkElement/sizes-setter.html: Added
* fast/dom/HTMLLinkElement/sizes-setter-expected.txt: Added
Add layout test to make sure that setting HTMLLinkElement.sizes actually
updates the 'sizes' associated attribute.
* fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
* fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js:
Update existing layout test now that HTMLOutputElement.htmlFor is
settable.
2015-09-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add transform stream general tests
https://bugs.webkit.org/show_bug.cgi?id=149267
Reviewed by Darin Adler.
* streams/reference-implementation/transform-stream-expected.txt: Added.
* streams/reference-implementation/transform-stream.html: Added.
2015-09-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Added transform stream error tests
https://bugs.webkit.org/show_bug.cgi?id=149266
Reviewed by Darin Adler.
* streams/reference-implementation/transform-stream-errors-expected.txt: Added.
* streams/reference-implementation/transform-stream-errors.html: Added.
2015-09-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Added pipe-through transform stream tests
https://bugs.webkit.org/show_bug.cgi?id=149265
Reviewed by Darin Adler.
* streams/reference-implementation/pipe-through-expected.txt: Added.
* streams/reference-implementation/pipe-through.html: Added.
* streams/reference-implementation/resources/streams-utils.js: Added duckTypedPassThroughTransform function.
2015-09-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add count queuing strategy tests for writable streams
https://bugs.webkit.org/show_bug.cgi?id=148303
Reviewed by Darin Adler.
* streams/reference-implementation/count-queuing-strategy-expected.txt: Added new expectations.
* streams/reference-implementation/count-queuing-strategy.html: Added new writable stream tests.
2015-09-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add byte length queuing strategy tests for writable streams
https://bugs.webkit.org/show_bug.cgi?id=148302
Reviewed by Darin Adler.
* streams/reference-implementation/byte-length-queuing-strategy-expected.txt: Added new expectations.
* streams/reference-implementation/byte-length-queuing-strategy.html: Added new writable stream tests.
2015-09-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add brand checks tests for writable streams
https://bugs.webkit.org/show_bug.cgi?id=148301
Reviewed by Darin Adler.
* streams/reference-implementation/brand-checks-expected.txt: Added new expectations.
* streams/reference-implementation/brand-checks.html: Added new writable stream tests.
2015-09-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] bad underlying sinks tests about writable streams
https://bugs.webkit.org/show_bug.cgi?id=148295
Reviewed by Darin Adler.
* streams/reference-implementation/bad-underlying-sinks-expected.txt: Added.
* streams/reference-implementation/bad-underlying-sinks.html: Added.
2015-09-23 ChangSeok Oh <changseok.oh@collabora.com>
[GTK] playbutton in media controls is not changed when it is clicked.
https://bugs.webkit.org/show_bug.cgi?id=149113
Reviewed by Philippe Normand.
* media/media-controls-play-button-updates-expected.png: Added.
* media/media-controls-play-button-updates-expected.txt: Added.
* media/media-controls-play-button-updates.html: Added.
* platform/gtk/media/media-controls-play-button-updates-expected.png: Added.
* platform/gtk/media/media-controls-play-button-updates-expected.txt: Added.
2015-09-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add bad strategies writable streams tests
https://bugs.webkit.org/show_bug.cgi?id=148300
Reviewed by Darin Adler.
* streams/reference-implementation/bad-strategies-expected.txt: Added new expectations.
* streams/reference-implementation/bad-strategies.html: Added new writable stream tests.
2015-09-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Change a const in the tee tests
https://bugs.webkit.org/show_bug.cgi?id=148294
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-tee.html: Dumb change, replaced a const with var and added
the checkpoint of the spec commit.
2015-09-23 ChangSeok Oh <changseok.oh@collabora.com>
[GTK] media/media-controls-timeline-updates.html timeouts
https://bugs.webkit.org/show_bug.cgi?id=139363
Reviewed by Philippe Normand.
The default timeout value of gtk port is 6000ms for release build layout tests.
But this is too short to pass some media tests such as media-controls-timeline-updates.html
Let's tweak the test to have shorter test time by seeking.
* media/media-controls-timeline-updates.html:
* platform/gtk/TestExpectations:
2015-09-23 Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStream pipeThrough
https://bugs.webkit.org/show_bug.cgi?id=147556
Reviewed by Darin Adler.
Rebased test that is now passing.
Adding new tests to improve pipeThrough coverage.
* streams/readable-stream-pipeThrough-expected.txt: Added.
* streams/readable-stream-pipeThrough.html: Added.
* streams/reference-implementation/brand-checks-expected.txt:
2015-09-22 Ryosuke Niwa <rniwa@webkit.org>
Event fired on a detached node does not bubble up
https://bugs.webkit.org/show_bug.cgi?id=149488
Reviewed by Antti Koivisto.
Added a regression test. Also modified and rebaselined mouseout-dead-node.html added in r19897
since our new behavior matches that of the latest Firefox as well as Chrome.
* fast/events/event-propagation-in-detached-tree-expected.txt: Added.
* fast/events/event-propagation-in-detached-tree.html: Added.
* fast/events/mouseout-dead-node-expected.txt:
* fast/events/mouseout-dead-node.html:
2015-09-22 Zalan Bujtas <zalan@apple.com>
Mark http/tests/notifications/events.html flaky again (crash/timeout this time).
Unreviewed.
* TestExpectations:
2015-09-22 Saam barati <sbarati@apple.com>
Web Inspector: [ES6] Improve Type Profiler Support for Arrow Functions
https://bugs.webkit.org/show_bug.cgi?id=143171
Reviewed by Joseph Pecoraro.
* inspector/model/parse-script-syntax-tree-expected.txt:
* inspector/model/parse-script-syntax-tree.html:
2015-09-22 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r190134.
https://bugs.webkit.org/show_bug.cgi?id=149481
"Seems to cause crashes during garbage collection" (Requested
by cdumez on #webkit).
Reverted changeset:
"HTMLOutputElement.htmlFor should be settable"
https://bugs.webkit.org/show_bug.cgi?id=149418
http://trac.webkit.org/changeset/190134
2015-09-22 Zalan Bujtas <zalan@apple.com>
Mark http/tests/notifications/events.html flaky.
https://bugs.webkit.org/show_bug.cgi?id=149218
Unreviewed.
* TestExpectations:
2015-09-22 Chris Dumez <cdumez@apple.com>
HTMLOutputElement.htmlFor should be settable
https://bugs.webkit.org/show_bug.cgi?id=149418
Reviewed by Darin Adler.
Update existing layout test now that HTMLOutputElement.htmlFor is
settable.
* fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
* fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js:
2015-09-22 Tim Horton <timothy_horton@apple.com>
Demystify why a few text tests depend on threaded scrolling being disabled
* fast/text/combining-character-sequence-vertical.html:
* fast/text/descent-clip-in-scaled-page-expected.html:
* fast/text/descent-clip-in-scaled-page.html:
* fast/text/vertical-quotation-marks.html:
2015-09-22 Chris Dumez <cdumez@apple.com>
XMLHttpRequest properties should be on the prototype
https://bugs.webkit.org/show_bug.cgi?id=149465
Reviewed by Darin Adler.
Add layout test to check that XMLHttpRequest properties are on the
prototype and have the right properties (enumerable and configurable).
* fast/xmlhttprequest/xmlhttprequest-properties-prototype-expected.txt: Added.
* fast/xmlhttprequest/xmlhttprequest-properties-prototype.html: Added.
2015-09-22 Chris Dumez <cdumez@apple.com>
Drop support for legacy EntityReference DOM Node type
https://bugs.webkit.org/show_bug.cgi?id=149348
Reviewed by Darin Adler.
Drop several outdated DOM compliance tests. Update / Rebaseline others.
2015-09-22 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline several W3C html tests on iOS after r190106 and r190085.
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt:
2015-09-22 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline fast/table/rowindex.html after r190099.
* platform/efl/fast/table/rowindex-expected.txt:
* platform/gtk/fast/table/rowindex-expected.txt:
* platform/win/fast/table/rowindex-expected.txt:
2015-09-22 sangdeug.kim <sangdeug.kim@samsung.com>
Add test for checking currentTime of mediacontroller when playback is completed.
https://bugs.webkit.org/show_bug.cgi?id=149154
Reviewed by Eric Carlson.
* media/media-controller-time-clamp-expected.txt:
* media/media-controller-time-clamp.html:
2015-09-22 Saam barati <sbarati@apple.com>
Web Inspector: update Esprima to latest version
https://bugs.webkit.org/show_bug.cgi?id=148960
Reviewed by Joseph Pecoraro.
* inspector/model/parse-script-syntax-tree-expected.txt:
* inspector/model/parse-script-syntax-tree.html:
2015-09-22 Ryosuke Niwa <rniwa@webkit.org>
invalidateSlotAssignments should trigger style recalc
https://bugs.webkit.org/show_bug.cgi?id=149447
Reviewed by Antti Koivisto.
Removed failing expectations from newly passing tests.
Also added test cases for inserting and removing text nodes, and modified the style recalc tests
to force layout between each DOM change to test case separately.
* fast/shadow-dom/shadow-layout-after-host-child-changes.html:
* fast/shadow-dom/shadow-layout-after-inserting-or-removing-host-child.html:
* fast/shadow-dom/shadow-layout-after-slot-changes.html:
* platform/mac/TestExpectations:
2015-09-21 Chris Dumez <cdumez@apple.com>
time element should use HTMLTimeElement interface
https://bugs.webkit.org/show_bug.cgi?id=148840
<rdar://problem/22586690>
Reviewed by Ryosuke Niwa.
Rebaseline existing test now that HTMLTimeElement is exposed on the
global Window object.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-09-21 Chris Dumez <cdumez@apple.com>
DOM attributes on prototypes should be configurable
https://bugs.webkit.org/show_bug.cgi?id=134364
Reviewed by Sam Weinig.
Add a layout test to confirm that attributes on prototypes are configurable.
* fast/dom/attributes-configurable-expected.txt: Added.
* fast/dom/attributes-configurable.html: Added.
2015-09-21 Ryosuke Niwa <rniwa@webkit.org>
Add some style recalc tests for shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=149445
Reviewed by Antti Koivisto.
Add tests to make sure we trigger necessary style recalc.
* fast/shadow-dom/shadow-layout-after-attach-shadow-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/shadow-layout-after-attach-shadow.html: Added.
* fast/shadow-dom/shadow-layout-after-host-child-changes-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/shadow-layout-after-host-child-changes.html: Added.
* fast/shadow-dom/shadow-layout-after-inserting-or-removing-host-child-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/shadow-layout-after-inserting-or-removing-host-child.html: Added.
* fast/shadow-dom/shadow-layout-after-slot-changes-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/shadow-layout-after-slot-changes.html: Added.
* platform/mac/TestExpectations:
2015-09-21 Alexey Proskuryakov <ap@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=149415
REGRESSION (r182648): UIWebView does not set location.hash synchronously
<rdar://problem/22169467>
Reviewed by Darin Adler.
* fast/loader/location-hash-user-gesture-expected.txt: Added.
* fast/loader/location-hash-user-gesture.html: Added.
* platform/ios-simulator-wk2/TestExpectations:
2015-09-21 Chris Dumez <cdumez@apple.com>
Update HTMLTableRowElement.rowIndex to behave according to the specification
https://bugs.webkit.org/show_bug.cgi?id=148842
<rdar://problem/22586914>
Reviewed by Darin Adler.
Rebaseline existing test because rows in all <thead> / <tfoot> children
of the <table> Element now get a rowIndex.
* platform/mac/fast/table/rowindex-expected.txt:
2015-09-21 Ryosuke Niwa <rniwa@webkit.org>
Add more rendering tests for shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=149437
Reviewed by Antti Koivisto.
Added various tests for shadow tree rendering as well as tests for :host pseudo class and ::slotted pseudo element.
* fast/shadow-dom/css-scoping-shadow-assigned-node-with-before-after-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/css-scoping-shadow-assigned-node-with-before-after.html: Added.
* fast/shadow-dom/css-scoping-shadow-assigned-node-with-rules-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/css-scoping-shadow-assigned-node-with-rules.html: Added.
* fast/shadow-dom/css-scoping-shadow-host-functional-rule-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/css-scoping-shadow-host-functional-rule.html: Added.
* fast/shadow-dom/css-scoping-shadow-host-rule-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/css-scoping-shadow-host-rule.html: Added.
* fast/shadow-dom/css-scoping-shadow-host-with-before-after-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/css-scoping-shadow-host-with-before-after.html: Added.
* fast/shadow-dom/css-scoping-shadow-slot-display-override-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/css-scoping-shadow-slot-display-override.html: Added.
* fast/shadow-dom/css-scoping-shadow-slotted-rule-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/css-scoping-shadow-slotted-rule.html: Added.
* fast/shadow-dom/css-scoping-shadow-with-outside-rules-expected.html: Copied from LayoutTests/fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html.
* fast/shadow-dom/css-scoping-shadow-with-outside-rules.html: Added.
* platform/mac/TestExpectations:
2015-09-21 Chris Dumez <cdumez@apple.com>
[JS Bindings] prototype.constructor should be writable
https://bugs.webkit.org/show_bug.cgi?id=149412
<rdar://problem/22545096>
Reviewed by Geoffrey Garen.
Add layout test that checks that Event.prototype.constructor has the
expected properties and that it is actually writable.
* fast/events/event-prototype-constructor-properties-expected.txt: Added.
* fast/events/event-prototype-constructor-properties.html: Added.
2015-09-21 Antti Koivisto <antti@apple.com>
HTMLSlotElement should render its assigned nodes
https://bugs.webkit.org/show_bug.cgi?id=149242
Reviewed by Ryosuke Niwa.
Enable the relevant tests.
* platform/mac/TestExpectations:
2015-09-21 Alex Christensen <achristensen@webkit.org>
Remove Windows-specific navigator-detached-no-crash-expected.
https://bugs.webkit.org/show_bug.cgi?id=149414
Reviewed by Filip Pizlo.
When we switched to CMake, NAVIGATOR_HWCONCURRENCY got enabled.
There is no reason to disable it, and the expectations match the default expectations now.
* platform/win/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
2015-09-21 Chris Dumez <cdumez@apple.com>
DOMTokenList.add() / remove() should run the update steps even if tokens were not modified
https://bugs.webkit.org/show_bug.cgi?id=148780
<rdar://problem/22571794>
Reviewed by Ryosuke Niwa.
Update / Rebaseline several classList /relList tests now that our
behavior has changed.
* fast/dom/HTMLElement/class-list-expected.txt:
* fast/dom/HTMLElement/class-list-quirks-expected.txt:
* fast/dom/HTMLElement/script-tests/class-list.js:
* fast/dom/rel-list-expected.txt:
* fast/dom/rel-list.html:
2015-09-21 Ryosuke Niwa <rniwa@webkit.org>
Add some tests for shadow DOM rendering
https://bugs.webkit.org/show_bug.cgi?id=149330
Reviewed by Antti Koivisto.
Added some ref tests for new shadow DOM API rendering with failing expectations everywhere.
This is a relanding of r189962 excluding css-scoping-shadow-rendering.html since it has since been added in r190006
as css-scoping-shadow-root-hides-children.html by Antti.
* fast/shadow-dom/css-scoping-shadow-invisible-slot-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-invisible-slot.html: Added.
* fast/shadow-dom/css-scoping-shadow-slot-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-slot.html: Added.
* fast/shadow-dom/css-scoping-shadow-with-rules-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-with-rules.html: Added.
* platform/mac/TestExpectations:
2015-09-21 Ryosuke Niwa <rniwa@webkit.org>
Add image-only failure expectation to fast/shadow-dom/css-scoping-shadow-root-hides-children.html on non-Mac ports.
* TestExpectations:
2015-09-21 Alex Christensen <achristensen@webkit.org>
Skip tests on Windows after r189947.
* platform/win/TestExpectations:
webkit-font-smoothing doesn't work on Windows.
2015-09-21 Chris Dumez <cdumez@apple.com>
Range.cloneContents() / extractContents should throw a HierarchyRequestError when encountering a doctype
https://bugs.webkit.org/show_bug.cgi?id=148770
<rdar://problem/22570898>
Reviewed by Ryosuke Niwa.
Add new tests to cover the behaviour of Range's cloneContents() / extractContents()
and deleteContents() when encountering a doctype.
* fast/dom/Range/clone-contents-document-type-expected.txt: Added.
* fast/dom/Range/clone-contents-document-type.html: Added.
* fast/dom/Range/delete-contents-document-type-expected.txt: Added.
* fast/dom/Range/delete-contents-document-type.html: Added.
* fast/dom/Range/extract-contents-document-type-expected.txt: Added.
* fast/dom/Range/extract-contents-document-type.html: Added.
* fast/dom/Range/resources/frame-with-doctype.html: Added.
2015-09-21 Simon Fraser <simon.fraser@apple.com>
Add the ability for tests to run script in the UI process in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=149356
Reviewed by Tim Horton.
Some new tests that exercise testRunner.runUIScript().
* TestExpectations:
* fast/harness/concurrent-ui-side-scripts-expected.txt: Added.
* fast/harness/concurrent-ui-side-scripts.html: Added.
* fast/harness/ui-side-scripts-expected.txt: Added.
* fast/harness/ui-side-scripts.html: Added.
* fast/zooming/zoom-to-scale.html: Added.
* platform/ios-simulator/TestExpectations:
* platform/mac/TestExpectations:
2015-09-21 Tim Horton <timothy_horton@apple.com>
Turn on threaded scrolling by default in the tests
https://bugs.webkit.org/show_bug.cgi?id=149377
Reviewed by Simon Fraser.
* compositing/geometry/fixed-position-flipped-writing-mode.html:
* compositing/layer-creation/no-compositing-for-sticky.html:
* compositing/overflow/automatically-opt-into-composited-scrolling.html:
* compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor.html:
* compositing/overflow/composited-scrolling-creates-a-stacking-container.html:
* compositing/overflow/composited-scrolling-paint-phases.html:
* compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents.html:
* compositing/overflow/dynamic-composited-scrolling-status.html:
* compositing/overflow/iframe-inside-overflow-clipping.html:
* compositing/overflow/nested-scrolling.html:
* compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor.html:
* compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer.html:
* compositing/overflow/scrolling-content-clip-to-viewport.html:
* compositing/overflow/scrolling-without-painting.html:
* compositing/overflow/textarea-scroll-touch.html:
* compositing/overflow/updating-scrolling-content.html:
* compositing/rtl/rtl-fixed-overflow-scrolled.html:
* compositing/rtl/rtl-overflow-scrolling.html:
* fast/block/positioning/rtl-fixed-positioning.html:
* fast/block/positioning/vertical-rl/fixed-positioning.html:
* fast/dom/horizontal-scrollbar-in-rtl.html:
* fast/dom/horizontal-scrollbar-when-dir-change.html:
* fast/dom/scroll-reveal-left-overflow.html:
* fast/dom/scroll-reveal-top-overflow.html:
* fast/dom/vertical-scrollbar-when-dir-change.html:
* fast/multicol/pagination/RightToLeft-rl-hittest.html:
* scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html:
* scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html:
* swipe/main-frame-pinning-requirement.html:
Turn off threaded scrolling in the cases where it sensibly affects the test result.
These cases are:
- tests that use scrollTo or similar, and then depend on the
scrolling happening synchronously
- tests that use setAcceleratedCompositingForOverflowScrollEnabled,
which asserts if combined with threaded scrolling
* fast/text/combining-character-sequence-vertical.html:
* fast/text/descent-clip-in-scaled-page.html:
* fast/text/descent-clip-in-scaled-page-expected.html:
* fast/text/vertical-quotation-marks.html:
Turn off threaded scrolling in three tests where it shouldn't affect the test result,
but for some reason does.
2015-09-21 ChangSeok Oh <changseok.oh@collabora.com>
[GTK] media controls does not show up when playing video finishes.
https://bugs.webkit.org/show_bug.cgi?id=149112
Reviewed by Philippe Normand.
* media/media-controls-timeline-updates-after-playing-expected.txt: Added.
* media/media-controls-timeline-updates-after-playing.html: Added.
2015-09-21 ChangSeok Oh <changseok.oh@collabora.com>
[GTK] timeline is not updated after few seconds when mouse hovers on controls
https://bugs.webkit.org/show_bug.cgi?id=149111
Reviewed by Philippe Normand.
* media/media-controls-timeline-updates-when-hovered-expected.txt: Added.
* media/media-controls-timeline-updates-when-hovered.html: Added.
2015-09-20 Andy Estes <aestes@apple.com>
http/tests/contentfiltering/load-substitute-data-from-appcache.html crashes sometimes
https://bugs.webkit.org/show_bug.cgi?id=148890
Reviewed by Alexey Proskuryakov.
Added a test to verify my theory that load-substitute-data-from-appcache.html will crash even with Content Filtering disabled.
* TestExpectations: Skipped the new test since it only works in WebKit2.
* http/tests/appcache/decide-navigation-policy-after-delay-expected.txt: Added.
* http/tests/appcache/decide-navigation-policy-after-delay.html: Added.
* http/tests/appcache/resources/decide-navigation-policy-after-delay-frame.html: Added.
* platform/wk2/TestExpectations: Enabled the test in WebKit2.
2015-09-20 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline W3C HTML DOM test on iOS after r190030.
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
2015-09-20 Chris Fleizach <cfleizach@apple.com>
Fix a relative path in accessibility/mac/removing-textarea-after-edit-crash.html
after moving the test.
https://bugs.webkit.org/show_bug.cgi?id=149217
Reviewed by Alexey Proskuryakov.
* accessibility/mac/removing-textarea-after-edit-crash.html:
2015-09-20 Alexey Proskuryakov <ap@apple.com>
[Mac, iOS] AccessibilityController doesn't uninstall global notification handler
https://bugs.webkit.org/show_bug.cgi?id=149384
Reviewed by Chris Fleizach.
* accessibility/mac/loaded-notification.html: Cleaned up the test - js-test-pre is
incompatible with directly using waitUntilDone.
2015-09-19 Chris Dumez <cdumez@apple.com>
[WebIDL] Specify default parameter values where it is useful
https://bugs.webkit.org/show_bug.cgi?id=149331
<rdar://problem/22545600>
Reviewed by Darin Adler.
Add test to check the behavior of passing undefined for various optional
parameters that have a default value in the HTML specification.
* fast/html/undefined-parameter-default-value-expected.txt: Added.
* fast/html/undefined-parameter-default-value.html: Added.
2015-09-18 Dean Jackson <dino@apple.com>
Null dereference loading Blink layout test svg/filters/feImage-failed-load-crash.html
https://bugs.webkit.org/show_bug.cgi?id=149316
<rdar://problem/22749532>
Reviewed by Tim Horton.
Merge Blink commit:
https://chromium.googlesource.com/chromium/blink/+/9cbcfd7866bbaff0c4b3c4c8508b7c97b46d6e6a
* svg/filters/feImage-failed-load-crash-expected.txt: Added.
* svg/filters/feImage-failed-load-crash.html: Added.
2015-09-18 Dean Jackson <dino@apple.com>
Null dereference loading Blink layout test svg/custom/use-href-attr-removal-crash.html
https://bugs.webkit.org/show_bug.cgi?id=149315
<rdar://problem/22749358>
Reviewed by Tim Horton.
These tests, copied from Blink, should not crash.
The originals come from:
https://chromium.googlesource.com/chromium/blink/+/e2f1087f32bb088160ab7d59a715a1403ef267c7
* svg/custom/use-href-attr-removal-crash.html: Added.
* svg/custom/use-href-attr-removal-crash-expected.txt: Added.
* svg/custom/use-href-attr-removal-crash2.svg: Added.
* svg/custom/use-href-attr-removal-crash2-expected.txt: Added.
* svg/custom/use-href-change-local-to-invalid-remote.html: Added.
* svg/custom/use-href-change-local-to-invalid-remote-expected.txt: Added.
2015-09-18 Alexey Proskuryakov <ap@apple.com>
Update Mac expectations for http/tests/cache/iframe-304-crash.html.
This test is flaky everywhere, not just on Mavericks and Yosemite.
* platform/mac-wk2/TestExpectations:
2015-09-18 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189908.
https://bugs.webkit.org/show_bug.cgi?id=149368
Broke run-webkit-tests --pixel (Requested by ap on #webkit).
Reverted changeset:
"printing does not use minimum page zoom factor"
https://bugs.webkit.org/show_bug.cgi?id=108507
http://trac.webkit.org/changeset/189908
2015-09-18 Ryosuke Niwa <rniwa@webkit.org>
Inserting or removing slot elements can cause a crash
https://bugs.webkit.org/show_bug.cgi?id=149365
Reviewed by Antti Koivisto.
Added regression tests.
* fast/shadow-dom/slot-removal-crash.html: Added.
2015-09-18 Antti Koivisto <antti@apple.com>
Don't create renderers for children of shadow host
https://bugs.webkit.org/show_bug.cgi?id=149363
Reviewed by Ryosuke Niwa.
* fast/shadow-dom/css-scoping-shadow-root-hides-children-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-root-hides-children.html: Added.
2015-09-18 Jake Nielsen <jacob_nielsen@apple.com>
Adds more flaky tests to TestExpecations for iOS and WK2
* platform/ios-simulator/TestExpectations:
* platform/wk2/TestExpectations:
2015-09-18 Saam barati <sbarati@apple.com>
add a regress test for richards with try/catch.
https://bugs.webkit.org/show_bug.cgi?id=149301
Reviewed by Filip Pizlo.
This adds two variants of Octane/richards benchmark using
try/catch. One try/catch variant that actually throws.
Another that never throws. I've included try/catch inside
every function and every loop.
* js/regress/richards-empty-try-catch-expected.txt: Added.
* js/regress/richards-empty-try-catch.html: Added.
* js/regress/richards-try-catch-expected.txt: Added.
* js/regress/richards-try-catch.html: Added.
* js/regress/script-tests/richards-empty-try-catch.js: Added.
(runRichards):
(Scheduler):
(Scheduler.prototype.addIdleTask):
(Scheduler.prototype.addWorkerTask):
(Scheduler.prototype.addHandlerTask):
(Scheduler.prototype.addDeviceTask):
(Scheduler.prototype.addRunningTask):
(Scheduler.prototype.addTask):
(Scheduler.prototype.schedule):
(Scheduler.prototype.release):
(Scheduler.prototype.holdCurrent):
(Scheduler.prototype.suspendCurrent):
(Scheduler.prototype.queue):
(TaskControlBlock):
(TaskControlBlock.prototype.setRunning):
(TaskControlBlock.prototype.markAsNotHeld):
(TaskControlBlock.prototype.markAsHeld):
(TaskControlBlock.prototype.isHeldOrSuspended):
(TaskControlBlock.prototype.markAsSuspended):
(TaskControlBlock.prototype.markAsRunnable):
(TaskControlBlock.prototype.run):
(TaskControlBlock.prototype.checkPriorityAdd):
(TaskControlBlock.prototype.toString):
(IdleTask):
(IdleTask.prototype.run):
(IdleTask.prototype.toString):
(DeviceTask):
(DeviceTask.prototype.run):
(DeviceTask.prototype.toString):
(WorkerTask):
(WorkerTask.prototype.run):
(WorkerTask.prototype.toString):
(HandlerTask):
(HandlerTask.prototype.run):
(HandlerTask.prototype.toString):
(Packet):
(Packet.prototype.addTo):
(Packet.prototype.toString):
* js/regress/script-tests/richards-try-catch.js: Added.
(randomException):
(runRichards):
(Scheduler):
(Scheduler.prototype.addIdleTask):
(Scheduler.prototype.addWorkerTask):
(Scheduler.prototype.addHandlerTask):
(Scheduler.prototype.addDeviceTask):
(Scheduler.prototype.addRunningTask):
(Scheduler.prototype.addTask):
(Scheduler.prototype.schedule):
(Scheduler.prototype.release):
(Scheduler.prototype.holdCurrent):
(Scheduler.prototype.suspendCurrent):
(Scheduler.prototype.queue):
(TaskControlBlock):
(TaskControlBlock.prototype.setRunning):
(TaskControlBlock.prototype.markAsNotHeld):
(TaskControlBlock.prototype.markAsHeld):
(TaskControlBlock.prototype.isHeldOrSuspended):
(TaskControlBlock.prototype.markAsSuspended):
(TaskControlBlock.prototype.markAsRunnable):
(TaskControlBlock.prototype.run):
(TaskControlBlock.prototype.checkPriorityAdd):
(TaskControlBlock.prototype.toString):
(IdleTask):
(IdleTask.prototype.run):
(IdleTask.prototype.toString):
(DeviceTask):
(DeviceTask.prototype.run):
(DeviceTask.prototype.toString):
(WorkerTask):
(WorkerTask.prototype.run):
(WorkerTask.prototype.toString):
(HandlerTask):
(HandlerTask.prototype.run):
(HandlerTask.prototype.toString):
(Packet):
(Packet.prototype.addTo):
(Packet.prototype.toString):
2015-09-18 Saam barati <sbarati@apple.com>
Implement try/catch in the DFG.
https://bugs.webkit.org/show_bug.cgi?id=147374
Reviewed by Filip Pizlo.
* js/regress/raytrace-with-empty-try-catch-expected.txt: Added.
* js/regress/raytrace-with-empty-try-catch.html: Added.
* js/regress/raytrace-with-try-catch-expected.txt: Added.
* js/regress/raytrace-with-try-catch.html: Added.
* js/regress/script-tests/raytrace-with-empty-try-catch.js: Added.
(createVector):
(sqrLengthVector):
(lengthVector):
(addVector):
(subVector):
(scaleVector):
(normaliseVector):
(add):
(sub):
(scalev):
(dot):
(scale):
(cross):
(normalise):
(transformMatrix):
(invertMatrix):
(Triangle):
(Triangle.prototype.intersect):
(Scene):
(Scene.prototype.intersect):
(Scene.prototype.blocked):
(Camera):
(Camera.prototype.generateRayPair):
(renderRows):
(Camera.prototype.render):
(raytraceScene.floorShader):
(raytraceScene):
(arrayToCanvasCommands):
* js/regress/script-tests/raytrace-with-try-catch.js: Added.
(randomException):
(createVector):
(sqrLengthVector):
(lengthVector):
(addVector):
(subVector):
(scaleVector):
(normaliseVector):
(add):
(sub):
(scalev):
(dot):
(scale):
(cross):
(normalise):
(transformMatrix):
(invertMatrix):
(Triangle):
(Triangle.prototype.intersect):
(Scene):
(Scene.prototype.intersect):
(Scene.prototype.blocked):
(Camera):
(Camera.prototype.generateRayPair):
(renderRows):
(Camera.prototype.render):
(raytraceScene.floorShader):
(raytraceScene):
(arrayToCanvasCommands):
* js/regress/script-tests/v8-raytrace-with-empty-try-catch.js: Added.
(Class.create):
(Object.extend):
(Flog.RayTracer.Color.prototype.initialize):
(Flog.RayTracer.Color.prototype.add):
(Flog.RayTracer.Color.prototype.addScalar):
(Flog.RayTracer.Color.prototype.subtract):
(Flog.RayTracer.Color.prototype.multiply):
(Flog.RayTracer.Color.prototype.multiplyScalar):
(Flog.RayTracer.Color.prototype.divideFactor):
(Flog.RayTracer.Color.prototype.limit):
(Flog.RayTracer.Color.prototype.distance):
(Flog.RayTracer.Color.prototype.blend):
(Flog.RayTracer.Color.prototype.brightness):
(Flog.RayTracer.Color.prototype.toString):
(Flog.RayTracer.Light.prototype.initialize):
(Flog.RayTracer.Light.prototype.toString):
(Flog.RayTracer.Vector.prototype.initialize):
(Flog.RayTracer.Vector.prototype.copy):
(Flog.RayTracer.Vector.prototype.normalize):
(Flog.RayTracer.Vector.prototype.magnitude):
(Flog.RayTracer.Vector.prototype.cross):
(Flog.RayTracer.Vector.prototype.dot):
(Flog.RayTracer.Vector.prototype.add):
(Flog.RayTracer.Vector.prototype.subtract):
(Flog.RayTracer.Vector.prototype.multiplyVector):
(Flog.RayTracer.Vector.prototype.multiplyScalar):
(Flog.RayTracer.Vector.prototype.toString):
(Flog.RayTracer.Ray.prototype.initialize):
(Flog.RayTracer.Ray.prototype.toString):
(Flog.RayTracer.Scene.prototype.initialize):
(Flog.RayTracer.Material.BaseMaterial.prototype.initialize):
(Flog.RayTracer.Material.BaseMaterial.prototype.getColor):
(Flog.RayTracer.Material.BaseMaterial.prototype.wrapUp):
(Flog.RayTracer.Material.BaseMaterial.prototype.toString):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial):
(Flog.RayTracer.Shape.Sphere.prototype.initialize):
(Flog.RayTracer.Shape.Sphere.prototype.intersect):
(Flog.RayTracer.Shape.Sphere.prototype.toString):
(Flog.RayTracer.Shape.Plane.prototype.initialize):
(Flog.RayTracer.Shape.Plane.prototype.intersect):
(Flog.RayTracer.Shape.Plane.prototype.toString):
(Flog.RayTracer.IntersectionInfo.prototype.initialize):
(Flog.RayTracer.IntersectionInfo.prototype.toString):
(Flog.RayTracer.Camera.prototype.initialize):
(Flog.RayTracer.Camera.prototype.getRay):
(Flog.RayTracer.Camera.prototype.toString):
(Flog.RayTracer.Background.prototype.initialize):
(Flog.RayTracer.Engine.prototype.initialize):
(Flog.RayTracer.Engine.prototype.setPixel):
(Flog.RayTracer.Engine.prototype.renderScene):
(Flog.RayTracer.Engine.prototype.getPixelColor):
(Flog.RayTracer.Engine.prototype.testIntersection):
(Flog.RayTracer.Engine.prototype.getReflectionRay):
(Flog.RayTracer.Engine.prototype.rayTrace):
(renderScene):
* js/regress/script-tests/v8-raytrace-with-try-catch.js: Added.
(randomException):
(Class.create):
(Object.extend):
(Flog.RayTracer.Color.prototype.initialize):
(Flog.RayTracer.Color.prototype.add):
(Flog.RayTracer.Color.prototype.addScalar):
(Flog.RayTracer.Color.prototype.subtract):
(Flog.RayTracer.Color.prototype.multiply):
(Flog.RayTracer.Color.prototype.multiplyScalar):
(Flog.RayTracer.Color.prototype.divideFactor):
(Flog.RayTracer.Color.prototype.limit):
(Flog.RayTracer.Color.prototype.distance):
(Flog.RayTracer.Color.prototype.blend):
(Flog.RayTracer.Color.prototype.brightness):
(Flog.RayTracer.Color.prototype.toString):
(Flog.RayTracer.Light.prototype.initialize):
(Flog.RayTracer.Light.prototype.toString):
(Flog.RayTracer.Vector.prototype.initialize):
(Flog.RayTracer.Vector.prototype.copy):
(Flog.RayTracer.Vector.prototype.normalize):
(Flog.RayTracer.Vector.prototype.magnitude):
(Flog.RayTracer.Vector.prototype.cross):
(Flog.RayTracer.Vector.prototype.dot):
(Flog.RayTracer.Vector.prototype.add):
(Flog.RayTracer.Vector.prototype.subtract):
(Flog.RayTracer.Vector.prototype.multiplyVector):
(Flog.RayTracer.Vector.prototype.multiplyScalar):
(Flog.RayTracer.Vector.prototype.toString):
(Flog.RayTracer.Ray.prototype.initialize):
(Flog.RayTracer.Ray.prototype.toString):
(Flog.RayTracer.Scene.prototype.initialize):
(Flog.RayTracer.Material.BaseMaterial.prototype.initialize):
(Flog.RayTracer.Material.BaseMaterial.prototype.getColor):
(Flog.RayTracer.Material.BaseMaterial.prototype.wrapUp):
(Flog.RayTracer.Material.BaseMaterial.prototype.toString):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial):
(Flog.RayTracer.Shape.Sphere.prototype.initialize):
(Flog.RayTracer.Shape.Sphere.prototype.intersect):
(Flog.RayTracer.Shape.Sphere.prototype.toString):
(Flog.RayTracer.Shape.Plane.prototype.initialize):
(Flog.RayTracer.Shape.Plane.prototype.intersect):
(Flog.RayTracer.Shape.Plane.prototype.toString):
(Flog.RayTracer.IntersectionInfo.prototype.initialize):
(Flog.RayTracer.IntersectionInfo.prototype.toString):
(Flog.RayTracer.Camera.prototype.initialize):
(Flog.RayTracer.Camera.prototype.getRay):
(Flog.RayTracer.Camera.prototype.toString):
(Flog.RayTracer.Background.prototype.initialize):
(Flog.RayTracer.Engine.prototype.initialize):
(Flog.RayTracer.Engine.prototype.setPixel):
(Flog.RayTracer.Engine.prototype.renderScene):
(Flog.RayTracer.Engine.prototype.getPixelColor):
(Flog.RayTracer.Engine.prototype.testIntersection):
(Flog.RayTracer.Engine.prototype.getReflectionRay):
(Flog.RayTracer.Engine.prototype.rayTrace):
(renderScene):
* js/regress/v8-raytrace-with-empty-try-catch-expected.txt: Added.
* js/regress/v8-raytrace-with-empty-try-catch.html: Added.
* js/regress/v8-raytrace-with-try-catch-expected.txt: Added.
* js/regress/v8-raytrace-with-try-catch.html: Added.
2015-09-18 Nan Wang <n_wang@apple.com>
AX: Implement ARIA 1.1 @aria-current on iOS
https://bugs.webkit.org/show_bug.cgi?id=149297
Reviewed by Chris Fleizach.
* platform/ios-simulator/TestExpectations:
2015-09-18 Jake Nielsen <jacob_nielsen@apple.com>
REGRESSION: http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=132388
* TestExpectations:
2015-09-18 Jake Nielsen <jacob_nielsen@apple.com>
line-break-language-sensitive tests should be marked as flaky
https://bugs.webkit.org/show_bug.cgi?id=149349
* platform/ios-simulator/TestExpectations:
2015-09-18 Eric Carlson <eric.carlson@apple.com>
[MediaStream] Finish implementing MediaDevices.enumerateDevices
https://bugs.webkit.org/show_bug.cgi?id=149322
<rdar://problem/22750866>
Reviewed by Brent Fulgham.
* fast/mediastream/MediaDevices-enumerateDevices-expected.txt: Added.
* fast/mediastream/MediaDevices-enumerateDevices.html: Added.
2015-09-18 Jake Nielsen <jacob_nielsen@apple.com>
Updates to include change to iOS test expectations after bug 149187
* platform/ios-simulator/js/dom/constructor-length-expected.txt:
2015-09-18 Chris Dumez <cdumez@apple.com>
REGRESSION (r182449, Mavericks ONLY): Pages re-open empty after swiping back and scrolling on them
https://bugs.webkit.org/show_bug.cgi?id=149317
<rdar://problem/22521514>
Reviewed by Tim Horton.
Skip a couple of PageCache layout tests on Mavericks now that a PageCache
optimization has been disabled.
* platform/mac/TestExpectations:
2015-09-18 Zalan Bujtas <zalan@apple.com>
Unreviewed iOS gardening.
* platform/ios-simulator/TestExpectations:
2015-09-18 Chris Dumez <cdumez@apple.com>
Drop support for Entity Node type
https://bugs.webkit.org/show_bug.cgi?id=149239
Reviewed by Darin Adler.
Rebaseline / update layout tests now that we no longer expose the
Entity type to the Web.
* fast/dom/Window/get-set-properties-expected.txt:
* fast/dom/Window/get-set-properties.html:
* fast/dom/Window/resources/window-properties.js:
* fast/dom/Window/window-lookup-precedence-expected.txt:
* fast/dom/dom-constructors-expected.txt:
* fast/dom/dom-constructors.html:
* platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
2015-09-18 Chris Dumez <cdumez@apple.com>
classList.toggle(name, force) treats undefined `force` argument as false
https://bugs.webkit.org/show_bug.cgi?id=148582
<rdar://problem/22545600>
Reviewed by Ryosuke Niwa.
Add decent test coverage for DOMTokenList.toggle() via Element.classList.
* fast/dom/Element/class-list-toggle-expected.txt: Added.
* fast/dom/Element/class-list-toggle.html: Added.
2015-09-17 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189962.
https://bugs.webkit.org/show_bug.cgi?id=149334
These new tests uncovered a crash (Requested by ap on
#webkit).
Reverted changeset:
"Add some tests for shadow DOM rendering"
https://bugs.webkit.org/show_bug.cgi?id=149330
http://trac.webkit.org/changeset/189962
2015-09-17 Ryosuke Niwa <rniwa@webkit.org>
Add some tests for shadow DOM rendering
https://bugs.webkit.org/show_bug.cgi?id=149330
Reviewed by Antti Koivisto.
Added some ref tests for new shadow DOM API rendering with failing expectations everywhere.
* fast/shadow-dom/css-scoping-shadow-invisible-slot-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-invisible-slot.html: Added.
* fast/shadow-dom/css-scoping-shadow-rendering-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-rendering.html: Added.
* fast/shadow-dom/css-scoping-shadow-slot-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-slot.html: Added.
* fast/shadow-dom/css-scoping-shadow-with-rules-expected.html: Added.
* fast/shadow-dom/css-scoping-shadow-with-rules.html: Added.
* platform/mac/TestExpectations:
2015-09-17 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189938, r189952, and r189956.
https://bugs.webkit.org/show_bug.cgi?id=149329
Broke Web Workers (Requested by ap on #webkit).
Reverted changesets:
"Implement try/catch in the DFG."
https://bugs.webkit.org/show_bug.cgi?id=147374
http://trac.webkit.org/changeset/189938
"CLoop build fix after r189938."
http://trac.webkit.org/changeset/189952
"add a regress test for richards with try/catch."
https://bugs.webkit.org/show_bug.cgi?id=149301
http://trac.webkit.org/changeset/189956
2015-09-17 Chris Dumez <cdumez@apple.com>
[WebIDL] Add support for default parameter values
https://bugs.webkit.org/show_bug.cgi?id=149263
<rdar://problem/22545600>
Reviewed by Ryosuke Niwa.
Rebaseline several NodeIterator / TreeWalker tests now that more checks
are passing.
* fast/dom/createNodeIterator-parameters-expected.txt:
* fast/dom/createTreeWalker-parameters-expected.txt:
2015-09-17 Saam barati <sbarati@apple.com>
add a regress test for richards with try/catch.
https://bugs.webkit.org/show_bug.cgi?id=149301
Reviewed by Filip Pizlo.
This adds two variants of Octane/richards benchmark using
try/catch. One try/catch variant that actually throws.
Another that never throws. I've included try/catch inside
every function and every loop.
* js/regress/richards-empty-try-catch-expected.txt: Added.
* js/regress/richards-empty-try-catch.html: Added.
* js/regress/richards-try-catch-expected.txt: Added.
* js/regress/richards-try-catch.html: Added.
* js/regress/script-tests/richards-empty-try-catch.js: Added.
(runRichards):
(Scheduler):
(Scheduler.prototype.addIdleTask):
(Scheduler.prototype.addWorkerTask):
(Scheduler.prototype.addHandlerTask):
(Scheduler.prototype.addDeviceTask):
(Scheduler.prototype.addRunningTask):
(Scheduler.prototype.addTask):
(Scheduler.prototype.schedule):
(Scheduler.prototype.release):
(Scheduler.prototype.holdCurrent):
(Scheduler.prototype.suspendCurrent):
(Scheduler.prototype.queue):
(TaskControlBlock):
(TaskControlBlock.prototype.setRunning):
(TaskControlBlock.prototype.markAsNotHeld):
(TaskControlBlock.prototype.markAsHeld):
(TaskControlBlock.prototype.isHeldOrSuspended):
(TaskControlBlock.prototype.markAsSuspended):
(TaskControlBlock.prototype.markAsRunnable):
(TaskControlBlock.prototype.run):
(TaskControlBlock.prototype.checkPriorityAdd):
(TaskControlBlock.prototype.toString):
(IdleTask):
(IdleTask.prototype.run):
(IdleTask.prototype.toString):
(DeviceTask):
(DeviceTask.prototype.run):
(DeviceTask.prototype.toString):
(WorkerTask):
(WorkerTask.prototype.run):
(WorkerTask.prototype.toString):
(HandlerTask):
(HandlerTask.prototype.run):
(HandlerTask.prototype.toString):
(Packet):
(Packet.prototype.addTo):
(Packet.prototype.toString):
* js/regress/script-tests/richards-try-catch.js: Added.
(randomException):
(runRichards):
(Scheduler):
(Scheduler.prototype.addIdleTask):
(Scheduler.prototype.addWorkerTask):
(Scheduler.prototype.addHandlerTask):
(Scheduler.prototype.addDeviceTask):
(Scheduler.prototype.addRunningTask):
(Scheduler.prototype.addTask):
(Scheduler.prototype.schedule):
(Scheduler.prototype.release):
(Scheduler.prototype.holdCurrent):
(Scheduler.prototype.suspendCurrent):
(Scheduler.prototype.queue):
(TaskControlBlock):
(TaskControlBlock.prototype.setRunning):
(TaskControlBlock.prototype.markAsNotHeld):
(TaskControlBlock.prototype.markAsHeld):
(TaskControlBlock.prototype.isHeldOrSuspended):
(TaskControlBlock.prototype.markAsSuspended):
(TaskControlBlock.prototype.markAsRunnable):
(TaskControlBlock.prototype.run):
(TaskControlBlock.prototype.checkPriorityAdd):
(TaskControlBlock.prototype.toString):
(IdleTask):
(IdleTask.prototype.run):
(IdleTask.prototype.toString):
(DeviceTask):
(DeviceTask.prototype.run):
(DeviceTask.prototype.toString):
(WorkerTask):
(WorkerTask.prototype.run):
(WorkerTask.prototype.toString):
(HandlerTask):
(HandlerTask.prototype.run):
(HandlerTask.prototype.toString):
(Packet):
(Packet.prototype.addTo):
(Packet.prototype.toString):
2015-09-17 Dean Jackson <dino@apple.com>
Multi-hop reference cycles not detected.
https://bugs.webkit.org/show_bug.cgi?id=149181
Reviewed by Jon Honeycutt.
Test comes from:
https://chromium.googlesource.com/chromium/blink/+/master/LayoutTests/svg/custom/pattern-3-step-cycle.html
* svg/custom/pattern-3-step-cycle-expected.txt: Added.
* svg/custom/pattern-3-step-cycle.html: Added.
2015-09-17 Dean Jackson <dino@apple.com>
Cyclic resources were not detected if the reference had deep containers
https://bugs.webkit.org/show_bug.cgi?id=149182
Reviewed by Jon Honeycutt.
This test was ported from Blink. I believe it originally
came from:
https://code.google.com/p/chromium/issues/detail?id=351713
* svg/custom/pattern-content-cycle-w-resourceless-container-expected.txt: Added.
* svg/custom/pattern-content-cycle-w-resourceless-container.html: Added.
2015-09-17 Ryosuke Niwa <rniwa@webkit.org>
Add HTMLSlotElement and NonDocumentTypeChildNode.assignedSlot
https://bugs.webkit.org/show_bug.cgi?id=149241
Reviewed by Antti Koivisto.
Added new conformance tests and rebaselined tests as needed.
In particular, inspector/model/remote-object.html was rebaselined since "assignedSlot" now appears as one of the first five
properties on Comment node that this test outputs.
* fast/shadow-dom/HTMLSlotElement-interface-expected.txt: Added.
* fast/shadow-dom/HTMLSlotElement-interface.html: Added.
* fast/shadow-dom/NonDocumentTypeChildNode-interface-assignedSlot-expected.txt: Added.
* fast/shadow-dom/NonDocumentTypeChildNode-interface-assignedSlot.html: Added.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/inspector/model: Added.
* platform/mac/inspector/model/remote-object-expected.txt: Copied from LayoutTests/inspector/model/remote-object-expected.txt.
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-09-17 Zalan Bujtas <zalan@apple.com>
CSS WG multicol-1 tests failures with 1px differences due to baseline difference.
https://bugs.webkit.org/show_bug.cgi?id=149245
Reviewed by Ryosuke Niwa.
Turn off font-aliasing for multicol tests where the reference tests' inline content
end up on a different baseline (fractional difference). (It's not considered a bug, they don't
necessarily match.)
* TestExpectations:
2015-09-17 Saam barati <sbarati@apple.com>
Implement try/catch in the DFG.
https://bugs.webkit.org/show_bug.cgi?id=147374
Reviewed by Filip Pizlo.
* js/regress/raytrace-with-empty-try-catch-expected.txt: Added.
* js/regress/raytrace-with-empty-try-catch.html: Added.
* js/regress/raytrace-with-try-catch-expected.txt: Added.
* js/regress/raytrace-with-try-catch.html: Added.
* js/regress/script-tests/raytrace-with-empty-try-catch.js: Added.
(createVector):
(sqrLengthVector):
(lengthVector):
(addVector):
(subVector):
(scaleVector):
(normaliseVector):
(add):
(sub):
(scalev):
(dot):
(scale):
(cross):
(normalise):
(transformMatrix):
(invertMatrix):
(Triangle):
(Triangle.prototype.intersect):
(Scene):
(Scene.prototype.intersect):
(Scene.prototype.blocked):
(Camera):
(Camera.prototype.generateRayPair):
(renderRows):
(Camera.prototype.render):
(raytraceScene.floorShader):
(raytraceScene):
(arrayToCanvasCommands):
* js/regress/script-tests/raytrace-with-try-catch.js: Added.
(randomException):
(createVector):
(sqrLengthVector):
(lengthVector):
(addVector):
(subVector):
(scaleVector):
(normaliseVector):
(add):
(sub):
(scalev):
(dot):
(scale):
(cross):
(normalise):
(transformMatrix):
(invertMatrix):
(Triangle):
(Triangle.prototype.intersect):
(Scene):
(Scene.prototype.intersect):
(Scene.prototype.blocked):
(Camera):
(Camera.prototype.generateRayPair):
(renderRows):
(Camera.prototype.render):
(raytraceScene.floorShader):
(raytraceScene):
(arrayToCanvasCommands):
* js/regress/script-tests/v8-raytrace-with-empty-try-catch.js: Added.
(Class.create):
(Object.extend):
(Flog.RayTracer.Color.prototype.initialize):
(Flog.RayTracer.Color.prototype.add):
(Flog.RayTracer.Color.prototype.addScalar):
(Flog.RayTracer.Color.prototype.subtract):
(Flog.RayTracer.Color.prototype.multiply):
(Flog.RayTracer.Color.prototype.multiplyScalar):
(Flog.RayTracer.Color.prototype.divideFactor):
(Flog.RayTracer.Color.prototype.limit):
(Flog.RayTracer.Color.prototype.distance):
(Flog.RayTracer.Color.prototype.blend):
(Flog.RayTracer.Color.prototype.brightness):
(Flog.RayTracer.Color.prototype.toString):
(Flog.RayTracer.Light.prototype.initialize):
(Flog.RayTracer.Light.prototype.toString):
(Flog.RayTracer.Vector.prototype.initialize):
(Flog.RayTracer.Vector.prototype.copy):
(Flog.RayTracer.Vector.prototype.normalize):
(Flog.RayTracer.Vector.prototype.magnitude):
(Flog.RayTracer.Vector.prototype.cross):
(Flog.RayTracer.Vector.prototype.dot):
(Flog.RayTracer.Vector.prototype.add):
(Flog.RayTracer.Vector.prototype.subtract):
(Flog.RayTracer.Vector.prototype.multiplyVector):
(Flog.RayTracer.Vector.prototype.multiplyScalar):
(Flog.RayTracer.Vector.prototype.toString):
(Flog.RayTracer.Ray.prototype.initialize):
(Flog.RayTracer.Ray.prototype.toString):
(Flog.RayTracer.Scene.prototype.initialize):
(Flog.RayTracer.Material.BaseMaterial.prototype.initialize):
(Flog.RayTracer.Material.BaseMaterial.prototype.getColor):
(Flog.RayTracer.Material.BaseMaterial.prototype.wrapUp):
(Flog.RayTracer.Material.BaseMaterial.prototype.toString):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial):
(Flog.RayTracer.Shape.Sphere.prototype.initialize):
(Flog.RayTracer.Shape.Sphere.prototype.intersect):
(Flog.RayTracer.Shape.Sphere.prototype.toString):
(Flog.RayTracer.Shape.Plane.prototype.initialize):
(Flog.RayTracer.Shape.Plane.prototype.intersect):
(Flog.RayTracer.Shape.Plane.prototype.toString):
(Flog.RayTracer.IntersectionInfo.prototype.initialize):
(Flog.RayTracer.IntersectionInfo.prototype.toString):
(Flog.RayTracer.Camera.prototype.initialize):
(Flog.RayTracer.Camera.prototype.getRay):
(Flog.RayTracer.Camera.prototype.toString):
(Flog.RayTracer.Background.prototype.initialize):
(Flog.RayTracer.Engine.prototype.initialize):
(Flog.RayTracer.Engine.prototype.setPixel):
(Flog.RayTracer.Engine.prototype.renderScene):
(Flog.RayTracer.Engine.prototype.getPixelColor):
(Flog.RayTracer.Engine.prototype.testIntersection):
(Flog.RayTracer.Engine.prototype.getReflectionRay):
(Flog.RayTracer.Engine.prototype.rayTrace):
(renderScene):
* js/regress/script-tests/v8-raytrace-with-try-catch.js: Added.
(randomException):
(Class.create):
(Object.extend):
(Flog.RayTracer.Color.prototype.initialize):
(Flog.RayTracer.Color.prototype.add):
(Flog.RayTracer.Color.prototype.addScalar):
(Flog.RayTracer.Color.prototype.subtract):
(Flog.RayTracer.Color.prototype.multiply):
(Flog.RayTracer.Color.prototype.multiplyScalar):
(Flog.RayTracer.Color.prototype.divideFactor):
(Flog.RayTracer.Color.prototype.limit):
(Flog.RayTracer.Color.prototype.distance):
(Flog.RayTracer.Color.prototype.blend):
(Flog.RayTracer.Color.prototype.brightness):
(Flog.RayTracer.Color.prototype.toString):
(Flog.RayTracer.Light.prototype.initialize):
(Flog.RayTracer.Light.prototype.toString):
(Flog.RayTracer.Vector.prototype.initialize):
(Flog.RayTracer.Vector.prototype.copy):
(Flog.RayTracer.Vector.prototype.normalize):
(Flog.RayTracer.Vector.prototype.magnitude):
(Flog.RayTracer.Vector.prototype.cross):
(Flog.RayTracer.Vector.prototype.dot):
(Flog.RayTracer.Vector.prototype.add):
(Flog.RayTracer.Vector.prototype.subtract):
(Flog.RayTracer.Vector.prototype.multiplyVector):
(Flog.RayTracer.Vector.prototype.multiplyScalar):
(Flog.RayTracer.Vector.prototype.toString):
(Flog.RayTracer.Ray.prototype.initialize):
(Flog.RayTracer.Ray.prototype.toString):
(Flog.RayTracer.Scene.prototype.initialize):
(Flog.RayTracer.Material.BaseMaterial.prototype.initialize):
(Flog.RayTracer.Material.BaseMaterial.prototype.getColor):
(Flog.RayTracer.Material.BaseMaterial.prototype.wrapUp):
(Flog.RayTracer.Material.BaseMaterial.prototype.toString):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString):
(Flog.RayTracer.Material.Solid.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.initialize):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.getColor):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial.toString):
(Flog.RayTracer.Material.Chessboard.prototype.Object.extend.new.Flog.RayTracer.Material.BaseMaterial):
(Flog.RayTracer.Shape.Sphere.prototype.initialize):
(Flog.RayTracer.Shape.Sphere.prototype.intersect):
(Flog.RayTracer.Shape.Sphere.prototype.toString):
(Flog.RayTracer.Shape.Plane.prototype.initialize):
(Flog.RayTracer.Shape.Plane.prototype.intersect):
(Flog.RayTracer.Shape.Plane.prototype.toString):
(Flog.RayTracer.IntersectionInfo.prototype.initialize):
(Flog.RayTracer.IntersectionInfo.prototype.toString):
(Flog.RayTracer.Camera.prototype.initialize):
(Flog.RayTracer.Camera.prototype.getRay):
(Flog.RayTracer.Camera.prototype.toString):
(Flog.RayTracer.Background.prototype.initialize):
(Flog.RayTracer.Engine.prototype.initialize):
(Flog.RayTracer.Engine.prototype.setPixel):
(Flog.RayTracer.Engine.prototype.renderScene):
(Flog.RayTracer.Engine.prototype.getPixelColor):
(Flog.RayTracer.Engine.prototype.testIntersection):
(Flog.RayTracer.Engine.prototype.getReflectionRay):
(Flog.RayTracer.Engine.prototype.rayTrace):
(renderScene):
* js/regress/v8-raytrace-with-empty-try-catch-expected.txt: Added.
* js/regress/v8-raytrace-with-empty-try-catch.html: Added.
* js/regress/v8-raytrace-with-try-catch-expected.txt: Added.
* js/regress/v8-raytrace-with-try-catch.html: Added.
2015-09-17 Alexey Proskuryakov <ap@apple.com>
Skip a media test that fails when an AppleTV is around.
This will be fixed soon by https://bugs.webkit.org/show_bug.cgi?id=148912
* platform/mac/TestExpectations:
2015-09-17 Tim Horton <timothy_horton@apple.com>
Add a test ensuring that scrolling in the middle of a page can't start a swipe gesture
https://bugs.webkit.org/show_bug.cgi?id=148904
Reviewed by Myles Maxfield.
* swipe/main-frame-pinning-requirement.html: Added.
2015-09-17 Zalan Bujtas <zalan@apple.com>
column-rule-style: outset/inset doesn't work
https://bugs.webkit.org/show_bug.cgi?id=148815
Reviewed by David Hyatt.
https://drafts.csswg.org/css-multicol-1/#crs
The <border-style> values are interpreted as in the collapsing border model.
* TestExpectations:
2015-09-17 Alex Christensen <achristensen@webkit.org>
Make Windows tests green.
* platform/win/TestExpectations:
Skip new IndexedDB test on Windows after r189879 because IndexedDB is not enabled on Windows yet.
Also skip new accessibility test after r189862 because stringValue is not implemented.
2015-09-15 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Using automatic (instead of min-content) minimums for 'auto' tracks
https://bugs.webkit.org/show_bug.cgi?id=142329
Reviewed by Darin Adler.
Based on Blink's r198697 by <svillar@igalia.com> and r200478 by <jfernandez@igalia.com>
New tests to verify that auto is a valid keyword inside
minmax. Updated the expectations of existing tests to
reflect the new status of auto.
* 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-automatic-minimum-for-auto-columns-expected.txt: Added.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-columns.html: Added.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-rows-expected.txt: Added.
* fast/css-grid-layout/grid-automatic-minimum-for-auto-rows.html: Added.
* fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
* fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
* fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
* fast/css-grid-layout/grid-columns-rows-get-set.html:
* fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt:
* fast/css-grid-layout/non-grid-columns-rows-get-set-multiple-expected.txt:
* fast/css-grid-layout/non-grid-columns-rows-get-set-multiple.html:
* fast/css-grid-layout/non-grid-columns-rows-get-set.html:
* fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
* fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
* fast/css-grid-layout/resources/non-grid-columns-rows-get-set-multiple.js:
* fast/css-grid-layout/resources/non-grid-columns-rows-get-set.js:
2015-09-17 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Relayout whenever Box Alignment properties change
https://bugs.webkit.org/show_bug.cgi?id=148070
Reviewed by Darin Adler.
Tests to verify we force a layout of grid container or grid items, as appropriated,
whenever Box Alignment properties change their value.
This patch also adds some repaint tests, so we can ensure we generate the correct
repaint rects as well.
* fast/css-grid-layout/relayout-align-items-changed-expected.txt: Added.
* fast/css-grid-layout/relayout-align-items-changed.html: Added.
* fast/css-grid-layout/relayout-align-self-changed-expected.txt: Added.
* fast/css-grid-layout/relayout-align-self-changed.html: Added.
* fast/css-grid-layout/relayout-justify-items-changed-expected.txt: Added.
* fast/css-grid-layout/relayout-justify-items-changed.html: Added.
* fast/css-grid-layout/relayout-justify-self-changed-expected.txt: Added.
* fast/css-grid-layout/relayout-justify-self-changed.html: Added.
* fast/repaint/align-items-change-expected.txt: Added.
* fast/repaint/align-items-change.html: Added.
* fast/repaint/align-items-overflow-change-expected.txt: Added.
* fast/repaint/align-items-overflow-change.html: Added.
* fast/repaint/align-self-change-expected.txt: Added.
* fast/repaint/align-self-change.html: Added.
* fast/repaint/align-self-overflow-change-expected.txt: Added.
* fast/repaint/align-self-overflow-change.html: Added.
* fast/repaint/justify-items-change-expected.txt: Added.
* fast/repaint/justify-items-change.html: Added.
* fast/repaint/justify-items-legacy-change-expected.txt: Added.
* fast/repaint/justify-items-legacy-change.html: Added.
* fast/repaint/justify-items-overflow-change-expected.txt: Added.
* fast/repaint/justify-items-overflow-change.html: Added.
* fast/repaint/justify-self-change-expected.txt: Added.
* fast/repaint/justify-self-change.html: Added.
* fast/repaint/justify-self-overflow-change-expected.txt: Added.
* fast/repaint/justify-self-overflow-change.html: Added.
2015-09-16 Carlos Garcia Campos <cgarcia@igalia.com>
printing does not use minimum page zoom factor
https://bugs.webkit.org/show_bug.cgi?id=108507
Reviewed by Darin Adler.
Unskip printing reftests that should pass now.
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
2015-09-16 Ryosuke Niwa <rniwa@webkit.org>
Add failing expectation to css3/font-feature-settings-rendering-2.html on Mavericks.
The test failure is tracked by webkit.org/b/149246.
Also rebaseline js/dom/global-constructors-attributes-idb.html on WK1 after r189879.
* js/dom/global-constructors-attributes-idb-expected.txt: Replaced with LayoutTests/platform/wk2/js/dom/global-constructors-attributes-idb-expected.txt.
* platform/mac/TestExpectations:
* platform/wk2/js/dom/global-constructors-attributes-idb-expected.txt: Removed.
2015-09-16 Ryosuke Niwa <rniwa@webkit.org>
Add failing expectation to css3/font-feature-settings-rendering-2.html on Mavericks.
The test failure is tracked by webkit.org/b/149246.
* platform/mac/TestExpectations:
2015-09-16 Brady Eidson <beidson@apple.com>
Have window.indexedDB.open return an IDBOpenDBRequest.
https://bugs.webkit.org/show_bug.cgi?id=149234
Reviewed by Alex Christensen.
* storage/indexeddb/modern/opendatabase-request-expected.txt: Added.
* storage/indexeddb/modern/opendatabase-request.html: Added.
2015-09-16 Myles C. Maxfield <mmaxfield@apple.com>
Create a font which can be used for testing font features
https://bugs.webkit.org/show_bug.cgi?id=149237
Reviewed by Simon Fraser.
* css3/font-feature-settings-rendering-2-expected.html: Added.
* css3/font-feature-settings-rendering-2.html: Added.
* css3/resources/FontWithFeatures.otf: Added.
* platform/efl/TestExpectations:
* platform/win/TestExpectations:
2015-09-16 Brady Eidson <beidson@apple.com>
Have window.indexedDB.deleteDatabase return an IDBOpenDBRequest.
https://bugs.webkit.org/show_bug.cgi?id=149229
Reviewed by Alex Christensen.
* platform/mac-wk1/TestExpectations:
* platform/wk2/TestExpectations:
* storage/indexeddb/modern/deletedatabase-null-name-exception-expected.txt: Added.
* storage/indexeddb/modern/deletedatabase-null-name-exception.html: Added.
* storage/indexeddb/modern/deletedatabase-request-expected.txt: Added.
* storage/indexeddb/modern/deletedatabase-request.html: Added.
2015-09-16 Chris Dumez <cdumez@apple.com>
Unreviewed, drop dom/xhtml/level3/core/nodegetbaseuri03.xhtml test.
This test is outdated and we have more recent DOM tests covering
the newly expected behavior.
* dom/xhtml/level3/core/nodegetbaseuri03.js: Removed.
* dom/xhtml/level3/core/nodegetbaseuri03.xhtml: Removed.
2015-09-16 Chris Dumez <cdumez@apple.com>
Add initial support for [Unforgeable] IDL extended attribute
https://bugs.webkit.org/show_bug.cgi?id=149147
Reviewed by Darin Adler.
New test that verifies that well-known [Unforgeable] attributes
are on the instance rather than the prototype and that they are
non-configurable.
* fast/dom/unforgeable-attributes-expected.txt: Added.
* fast/dom/unforgeable-attributes.html: Added.
2015-09-16 Zalan Bujtas <zalan@apple.com>
Simple line layout: Glitch selecting long text.
https://bugs.webkit.org/show_bug.cgi?id=149204
rdar://problem/22646472
Reviewed by Antti Koivisto.
When long text is split into multiple RenderText objects, we ignore renderer boundaries while
collecting wrapping positions (so that we don't end up wrapping unbreakable fragments at the end of each renderer).
This patch ensures that fragments with hypen character ignore renderer boundaries too.
* fast/text/multiple-renderers-with-hypen-on-boundary-expected.html: Added.
* fast/text/multiple-renderers-with-hypen-on-boundary.html: Added.
2015-09-16 Alexey Proskuryakov <ap@apple.com>
fast/events/mouse-cursor-change.html is flaky on Mac
https://bugs.webkit.org/show_bug.cgi?id=149216
Reviewed by Darin Adler.
* fast/events/mouse-cursor-change.html: Increase the timeout. I don't see a way to make
this test 100% reliable, but this change makes it work in my local testing.
2015-09-16 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline W3C html/dom test for iOS after r189842.
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
2015-09-16 Alexey Proskuryakov <ap@apple.com>
More test result fixing after r189841.
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-09-16 Alexey Proskuryakov <ap@apple.com>
Mark http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html as flaky, because it is.
It was already marked as flaky on mac-wk2.
* platform/ios-simulator-wk2/TestExpectations:
2015-09-16 Chris Fleizach <cfleizach@apple.com>
AX: No VO typing feedback in some text fields
https://bugs.webkit.org/show_bug.cgi?id=149177
Reviewed by Mario Sanchez Prada.
* accessibility/ax-value-with-search-expected.txt: Added.
* accessibility/ax-value-with-search.html: Added.
2015-09-16 Manuel Rego Casasnovas <rego@igalia.com>
[css-grid] Grid container's height should include scrollbar
https://bugs.webkit.org/show_bug.cgi?id=149210
Reviewed by Sergio Villar Senin.
Add test to check both height and width (which was already working as
expected) with margins, borders, paddings and scrollbars.
* fast/css-grid-layout/grid-container-margin-border-padding-scrollbar-expected.txt: Added.
* fast/css-grid-layout/grid-container-margin-border-padding-scrollbar.html: Added.
2015-09-16 Ryosuke Niwa <rniwa@webkit.org>
Mac rebaseline after r189841.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
2015-09-15 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189847.
https://bugs.webkit.org/show_bug.cgi?id=149208
Asserts on all the tests (Requested by ap on #webkit).
Reverted changeset:
"Simple line layout: Glitch selecting long text."
https://bugs.webkit.org/show_bug.cgi?id=149204
http://trac.webkit.org/changeset/189847
2015-09-15 Zalan Bujtas <zalan@apple.com>
Simple line layout: Glitch selecting long text.
https://bugs.webkit.org/show_bug.cgi?id=149204
rdar://problem/22646472
Reviewed by Antti Koivisto.
When long text is split into multiple RenderText objects, we ignore renderer boundaries while
collecting wrapping positions (so that we don't end up wrapping unbreakable fragments at the end of each renderer).
This patch ensures that fragments with hypen character ignore renderer boundaries too.
* fast/text/multiple-renderers-with-hypen-on-boundary-expected.html: Added.
* fast/text/multiple-renderers-with-hypen-on-boundary.html: Added.
2015-09-15 Chris Dumez <cdumez@apple.com>
Document.createElement(localName) does not handle correctly missing or null parameter
https://bugs.webkit.org/show_bug.cgi?id=149184
<rdar://problem/22565070>
Reviewed by Ryosuke Niwa.
Update / rebaseline existing tests now that our behavior has changed.
* fast/dom/Document/createElementNS-namespace-err-expected.txt:
* fast/dom/Document/script-tests/createElementNS-namespace-err.js:
* fast/dom/dom-method-document-change.html:
* fast/dom/element-removed-while-inserting-parent-crash.html:
* fast/inspector-support/uncaught-dom3-exception-expected.txt:
2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
Add ShadowRoot interface and Element.prototype.attachShadow
https://bugs.webkit.org/show_bug.cgi?id=149187
Reviewed by Antti Koivisto.
Add new tests for Shadow DOM with failing expectations on all platforms but Mac.
* TestExpectations:
* fast/shadow-dom: Added.
* fast/shadow-dom/Element-interface-attachShadow-expected.txt: Added.
* fast/shadow-dom/Element-interface-attachShadow.html: Added.
* fast/shadow-dom/Element-interface-shadowRoot-attribute-expected.txt: Added.
* fast/shadow-dom/Element-interface-shadowRoot-attribute.html: Added.
* fast/shadow-dom/ShadowRoot-interface-expected.txt: Added.
* fast/shadow-dom/ShadowRoot-interface.html: Added.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/js/dom/constructor-length-expected.txt:
2015-09-15 Jinyoung Hur <hur.ims@navercorp.com>
[WebGL] Only require that the stencil value and write masks have as many bits set as the stencil buffer is deep
https://bugs.webkit.org/show_bug.cgi?id=149174
Reviewed by Dean Jackson.
Copied the stencil mask related tests from the webgl/1.0.2/resources/webgl_test_files/conformance/state/gl-get-calls.html.
It seems that there is a difference in the way that glGetIntegerV returns an unsigned int type value among
OpenGL implementatios. Some return the whole bits of value(e.g., 0xffffffff -> 0xffffffff), whereas some(e.g., ANGLE)
return a max-int-clamped value(e.g., 0xffffffff -> 0x7fffffff).
It would be good to make this test independent on the OpenGL implementations.
* fast/canvas/webgl/gl-get-calls-expected.txt:
* fast/canvas/webgl/gl-get-calls.html:
2015-09-15 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed gardening 16th Sep.
Mark fast/css, fast/form tests to failure. Besides some tests of imported/w3c/web-platform-tests/html
are marked to pass on EFL port.
* platform/efl/TestExpectations:
2015-09-15 Benjamin Poulain <bpoulain@apple.com>
Style invalidation affecting siblings does not work with inline-style changes
https://bugs.webkit.org/show_bug.cgi?id=149189
Reviewed by Antti Koivisto.
* fast/css/style-attribute-invalidation-propagates-to-counted-siblings-expected.txt: Added.
* fast/css/style-attribute-invalidation-propagates-to-counted-siblings.html: Added.
* fast/css/style-attribute-invalidation-propagates-to-direct-siblings-expected.txt: Added.
* fast/css/style-attribute-invalidation-propagates-to-direct-siblings.html: Added.
* fast/css/style-attribute-invalidation-propagates-to-indirect-siblings-expected.txt: Added.
* fast/css/style-attribute-invalidation-propagates-to-indirect-siblings.html: Added.
2015-09-15 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(r155554): Nested isolates can cause an infinite loop when laying out bidi runs
https://bugs.webkit.org/show_bug.cgi?id=149153
Reviewed by David Hyatt.
* fast/text/international/unicode-bidi-isolate-nested-crash-expected.html: Added.
* fast/text/international/unicode-bidi-isolate-nested-crash.html: Added.
2015-09-15 Chris Dumez <cdumez@apple.com>
Element.getAttributeNS() should return null if the attribute does not exist
https://bugs.webkit.org/show_bug.cgi?id=149180
<rdar://problem/22561011>
Reviewed by Ryosuke Niwa.
Rebaseline / update existing tests now that our behavior has changed.
* fast/dom/Element/attribute-uppercase-expected.txt:
* fast/dom/Element/mozilla-dom-base-tests/test_bug1075702-expected.txt:
* fast/dom/Element/mozilla-dom-base-tests/test_bug1075702.html:
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-1-expected.txt:
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-2-expected.txt:
2015-09-15 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline several W3C HTML tests on iOS after r189762.
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
* platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt:
2015-09-14 David Hyatt <hyatt@apple.com>
2015-09-14 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Implement margin collapsing across contiguous anonymous inline blocks.
https://bugs.webkit.org/show_bug.cgi?id=149132
Reviewed by Zalan Bujtas.
* fast/block/inside-inlines/new-model/margin-collapse: Added.
* fast/block/inside-inlines/new-model/margin-collapse/001-expected.html: Added.
* fast/block/inside-inlines/new-model/margin-collapse/001.html: Added.
* fast/block/inside-inlines/new-model/margin-collapse/002-expected.html: Added.
* fast/block/inside-inlines/new-model/margin-collapse/002.html: Added.
* fast/block/inside-inlines/new-model/margin-collapse/003-expected.html: Added.
* fast/block/inside-inlines/new-model/margin-collapse/003.html: Added.
* fast/block/inside-inlines/new-model/margin-collapse/004-expected.html: Added.
* fast/block/inside-inlines/new-model/margin-collapse/004.html: Added.
2015-09-15 Andy VanWagoner <thetalecrafter@gmail.com>
[INTL] Implement supportedLocalesOf on Intl Constructors
https://bugs.webkit.org/show_bug.cgi?id=147599
Reviewed by Benjamin Poulain.
* js/intl-collator-expected.txt: Added tests for supportedLocalesOf
* js/intl-datetimeformat-expected.txt: Added tests for supportedLocalesOf
* js/intl-numberformat-expected.txt: Added tests for supportedLocalesOf
* js/script-tests/intl-collator.js: Added tests for supportedLocalesOf
* js/script-tests/intl-datetimeformat.js: Added tests for supportedLocalesOf
* js/script-tests/intl-numberformat.js: Added tests for supportedLocalesOf
2015-09-15 Alex Christensen <achristensen@webkit.org>
Unreviewed gardening.
* platform/win/TestExpectations:
Fix Windows tests after r189769.
2015-09-14 Alexey Proskuryakov <ap@apple.com>
Layout Test http/tests/media/media-document-referer.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=145257
Reviewed by Chris Dumez.
* http/tests/media/media-document-referer.html: Increase the timeout, one second is not much.
* platform/gtk/TestExpectations: Fingers crossed, this will help Gtk as well.
2015-09-14 Gyuyoung Kim <gyuyoung.kim@webkit.org>
Unreviewed, EFL gardening on 15th Sep.
Mark tests of css1/box_properties to flaky and tests of editing, fast are set to timeout.
* platform/efl/TestExpectations:
2015-09-14 Alexey Proskuryakov <ap@apple.com>
fast/events/frame-scroll-fake-mouse-move.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=149140
Reviewed by Darin Adler.
* fast/events/frame-scroll-fake-mouse-move.html:
2015-09-14 Chris Dumez <cdumez@apple.com>
Drop non-standard [IsIndex] WebKit IDL extended attribute
https://bugs.webkit.org/show_bug.cgi?id=149122
<rdar://problem/22547139>
Reviewed by Darin Adler.
* dom/html/level1/core/hc_characterdataindexsizeerrdeletedatacountnegative-expected.txt:
* dom/html/level1/core/hc_characterdataindexsizeerrreplacedatacountnegative-expected.txt:
* dom/html/level1/core/hc_characterdataindexsizeerrsubstringcountnegative-expected.txt:
* dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedatacountnegative-expected.txt:
* dom/xhtml/level1/core/hc_characterdataindexsizeerrreplacedatacountnegative-expected.txt:
* dom/xhtml/level1/core/hc_characterdataindexsizeerrsubstringcountnegative-expected.txt:
Rebaseline outdated DOM tests that are now failing.
* svg/custom/getSubStringLength-expected.txt:
* svg/custom/script-tests/getSubStringLength.js:
* svg/custom/script-tests/selectSubString.js:
* svg/custom/selectSubString-expected.txt:
Update existing SVG tests that were expecting an exception if the nchars
parameter in the SVGTextContentElement API is negative. I have verified
that Chrome and Firefox do not throw for these either.
2015-09-14 Myles C. Maxfield <mmaxfield@apple.com>
Add tests for control characters being rendered visibly
https://bugs.webkit.org/show_bug.cgi?id=149142
Reviewed by Alexey Proskuryakov.
According to [1] and [2], all browsers are migrating to rendering control characters. This patch
adds tests for this behavior. Because we do not implement the behavior yet [3], these tests are
marked as failing.
[1] http://logs.csswg.org/irc.w3.org/css/2015-02-08/#e520447
[2] https://lists.w3.org/Archives/Public/www-style/2015Sep/0076.html
[3] https://bugs.webkit.org/show_bug.cgi?id=149128
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac/TestExpectations:
* fast/text/control-characters/visible-control-characters-1-expected-mismatch.html: Added.
* fast/text/control-characters/visible-control-characters-1.html: Added.
* fast/text/control-characters/visible-control-characters-2-expected-mismatch.html: Added.
* fast/text/control-characters/visible-control-characters-2.html: Added.
* fast/text/control-characters/visible-control-characters-3-expected-mismatch.html: Added.
* fast/text/control-characters/visible-control-characters-3.html: Added.
* fast/text/control-characters/visible-control-characters-2-expected-mismatch.xhtml: Added.
* fast/text/control-characters/visible-control-characters-2.xhtml: Added.
* fast/text/control-characters/visible-control-characters-3-expected-mismatch.xhtml: Added.
* fast/text/control-characters/visible-control-characters-3.xhtml: Added.
2015-09-14 Myles C. Maxfield <mmaxfield@apple.com>
WebKitTestRunner declarative language setting is broken for iOS
https://bugs.webkit.org/show_bug.cgi?id=149119
Unreviewed.
* platform/ios-simulator/TestExpectations:
2015-09-14 Chris Dumez <cdumez@apple.com>
Document.createNodeIterator(null) / Document.createTreeWalker(null) should throw a TypeError
https://bugs.webkit.org/show_bug.cgi?id=149126
<rdar://problem/22564891>
Reviewed by Ryosuke Niwa.
Update existing tests to add test coverage for this case.
* fast/dom/createNodeIterator-parameters-expected.txt:
* fast/dom/createNodeIterator-parameters.html:
* fast/dom/createTreeWalker-parameters-expected.txt:
* fast/dom/createTreeWalker-parameters.html:
2015-09-14 Chris Dumez <cdumez@apple.com>
window.HTMLDetailsElement should exist
https://bugs.webkit.org/show_bug.cgi?id=149139
Reviewed by Ryosuke Niwa.
Rebaseline test now that HTMLDetailsElement is exposed on the global
Window object.
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-09-14 Brian Burg <bburg@apple.com>
Web Inspector: backend command promises are not rejected when a protocol error occurs
https://bugs.webkit.org/show_bug.cgi?id=141403
Reviewed by Joseph Pecoraro.
Expand coverage of an existing protocol layer test to cover success and failure modes.
* inspector/protocol/inspector-backend-invocation-return-value-expected.txt:
* inspector/protocol/inspector-backend-invocation-return-value.html:
2015-09-14 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening after r189670
Unreviewed.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2015-09-14 Chris Dumez <cdumez@apple.com>
Disable PICTURE_SIZES on AppleWin
https://bugs.webkit.org/show_bug.cgi?id=149125
Reviewed by Alexey Proskuryakov.
* platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
* platform/win/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-expected.txt: Removed.
* platform/win/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute-expected.txt: Removed.
* platform/win/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/select-an-image-source-expected.txt: Removed.
* platform/win/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/update-the-source-set-expected.txt: Removed.
2015-09-14 Said Abou-Hallawa <sabouhallawa@apple.com>
Unreviewed, skip fast/text/international/system-language for now.
WebKitTestRunner declarative language setting is broken for iOS.
* platform/ios-simulator/TestExpectations:
2015-09-14 Said Abou-Hallawa <sabouhallawa@apple.com>
Unreviewed, expect css3/flexbox/image-percent-max-height.html to fail on iOS.
The test is already expected to fail on mac, windows and gtk.
* platform/ios-simulator/TestExpectations:
2015-09-14 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html on iOS.
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
2015-09-14 Alexey Proskuryakov <ap@apple.com>
Skip fast/text/international/system-language where unsupported.
* platform/ios-simulator-wk1/TestExpectations:
* platform/win/TestExpectations:
2015-09-09 Sergio Villar Senin <svillar@igalia.com>
min-width/height should default to auto for grid items
https://bugs.webkit.org/show_bug.cgi?id=146021
Reviewed by Darin Adler.
Based on Blink's r194408, r194863 and r194887 by <rego@igalia.com>.
Apart from the original tests this includes some extra ones to
verify that we behave correctly with vertical writing modes.
* fast/css-grid-layout/min-width-height-auto-expected.txt: Added.
* fast/css-grid-layout/min-width-height-auto-overflow-expected.html: Added.
* fast/css-grid-layout/min-width-height-auto-overflow.html: Added.
* fast/css-grid-layout/min-width-height-auto.html: Added.
* fast/css/auto-min-size-expected.txt:
* fast/css/auto-min-size.html:
2015-09-14 Manuel Rego Casasnovas <rego@igalia.com>
[css-grid] Percentage columns should remove scrollbar's width
https://bugs.webkit.org/show_bug.cgi?id=149116
Reviewed by Sergio Villar Senin.
Added test to check the behavior for both columns and rows.
Note that rows (height) were already working fine.
* fast/css-grid-layout/grid-percent-track-scrollbar-expected.txt: Added.
* fast/css-grid-layout/grid-percent-track-scrollbar.html: Added.
2015-09-14 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] pipe-to writable stream tests
https://bugs.webkit.org/show_bug.cgi?id=148296
Reviewed by Darin Adler.
* streams/reference-implementation/pipe-to-expected.txt: Added.
* streams/reference-implementation/pipe-to.html: Added.
2015-09-14 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add readable stream templated tests for writable streams
https://bugs.webkit.org/show_bug.cgi?id=148304
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-templated-expected.txt: Added new expectations.
* streams/reference-implementation/readable-stream-templated.html: New writable stream tests.
2015-09-14 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add pipe-to-options writable stream tests
https://bugs.webkit.org/show_bug.cgi?id=148297
Reviewed by Darin Adler.
* streams/reference-implementation/pipe-to-options-expected.txt: Added.
* streams/reference-implementation/pipe-to-options.html: Added.
2015-09-14 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add tests about abort on writable streams
https://bugs.webkit.org/show_bug.cgi?id=148298
Reviewed by Darin Adler.
* streams/reference-implementation/writable-stream-abort-expected.txt: Added.
* streams/reference-implementation/writable-stream-abort.html: Added.
2015-09-14 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Add general writable streams tests
https://bugs.webkit.org/show_bug.cgi?id=148299
Reviewed by Darin Adler.
* streams/reference-implementation/writable-stream-expected.txt: Added.
* streams/reference-implementation/writable-stream.html: Added.
2015-09-14 ChangSeok Oh <changseok.oh@collabora.com>
[GTK] Layout Test media/video-volume-slider.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=149032
Reviewed by Philippe Normand.
* platform/gtk/TestExpectations: media/video-volume-slider.html is removed.
2015-09-13 Chris Dumez <cdumez@apple.com>
Document.adoptNode() should be able to explicitly adopt a DocumentType node
https://bugs.webkit.org/show_bug.cgi?id=149097
Reviewed by Ryosuke Niwa.
Rebaseline DOM3 tests, those seem to be outdated now.
* dom/xhtml/level3/core/documentadoptnode10-expected.txt:
* dom/xhtml/level3/core/documentadoptnode11-expected.txt:
* dom/xhtml/level3/core/documentadoptnode12-expected.txt:
2015-09-13 Chris Dumez <cdumez@apple.com>
document.lastModified should use the user's local time zone
https://bugs.webkit.org/show_bug.cgi?id=149092
Reviewed by Ryosuke Niwa.
Update test so that it converts document.lastModified to UTF before
printing it. This is so that we can consistent layout tests results, no
matter the system's timezone.
* http/tests/misc/last-modified-parsing-expected.txt:
* http/tests/resources/last-modified.php:
2015-09-13 Gyuyoung Kim <gyuyoung.kim@webkit.org>
Unreviewed EFL gardening.
Mark fast/text/international/system-language/system-font-punctuation.html to *Missing* since r188377.
Additionally some tests have been passed since r188693. Removed the tests in TestExpectation.
* platform/efl/TestExpectations:
2015-09-13 Chris Dumez <cdumez@apple.com>
Node.baseURI should not return null for detached nodes
https://bugs.webkit.org/show_bug.cgi?id=149104
<rdar://problem/22559535>
Reviewed by Sam Weinig.
* dom/xhtml/level3/core/nodegetbaseuri03-expected.txt:
Rebaseline outdated DOM3 test.
* svg/custom/image-base-uri-expected.txt: Removed.
* svg/custom/image-base-uri.svg: Removed.
Drop outdated SVG test. SVG2 no longer support xml:base.
2015-09-13 Chris Dumez <cdumez@apple.com>
CharacterData API parameters should not be optional
https://bugs.webkit.org/show_bug.cgi?id=149101
<rdar://problem/22546954>
Reviewed by Sam Weinig.
Update existing test to reflect our web-exposed behavior change.
* fast/dom/non-numeric-values-numeric-parameters-expected.txt:
* fast/dom/script-tests/non-numeric-values-numeric-parameters.js:
2015-09-12 Myles C. Maxfield <mmaxfield@apple.com>
Another test fix after r189670.
Unreviewed.
* platform/mac-wk1/TestExpectations:
2015-09-12 Myles C. Maxfield <mmaxfield@apple.com>
Test fix after r189670.
Unreviewed.
* platform/mac/TestExpectations:
2015-09-12 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Add system-language-specific tests
https://bugs.webkit.org/show_bug.cgi?id=148775
Reviewed by Alexey Proskuryakov.
This patch adds (or rewrites) tests to take advantage of our new ability to mock
the system language for testing (https://bugs.webkit.org/show_bug.cgi?id=148671).
It tests these patches:
https://bugs.webkit.org/show_bug.cgi?id=148164
https://bugs.webkit.org/show_bug.cgi?id=147504
https://bugs.webkit.org/show_bug.cgi?id=147862
https://bugs.webkit.org/show_bug.cgi?id=147964
* fast/text/international/system-language/arabic-glyph-cache-fill-combine-expected.html: Renamed from LayoutTests/fast/text/arabic-glyph-cache-fill-combine-expected.html.
* fast/text/international/system-language/arabic-glyph-cache-fill-combine.html: Renamed from LayoutTests/fast/text/arabic-glyph-cache-fill-combine.html.
* fast/text/international/system-language/han-quotes-expected-mismatch.html: Added.
* fast/text/international/system-language/han-quotes.html: Added.
* fast/text/international/system-language/hindi-system-font-punctuation-expected.html: Renamed from LayoutTests/fast/text/hindi-system-font-punctuation-expected.html.
* fast/text/international/system-language/hindi-system-font-punctuation.html: Renamed from LayoutTests/fast/text/hindi-system-font-punctuation.html.
* fast/text/international/system-language/system-font-punctuation.html: Renamed from LayoutTests/fast/text/system-font-punctuation.html.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/fast/text/international/system-language/system-font-punctuation-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/text/system-font-punctuation-expected.txt.
* platform/mac/TestExpectations:
* platform/mac/fast/text/international/system-language/system-font-punctuation-expected.txt: Renamed from LayoutTests/platform/mac/fast/text/system-font-punctuation-expected.txt.
* platform/win/TestExpectations:
* platform/win/fast/text/international/system-language/system-font-punctuation-expected.txt: Renamed from LayoutTests/platform/win/fast/text/system-font-punctuation-expected.txt.
2015-09-12 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Allow testing with the system language
https://bugs.webkit.org/show_bug.cgi?id=148671
Reviewed by Anders Carlsson and Alexey Proskuryakov.
Add a test for the declarative form of setting the system language.
* fast/text/international/system-language/declarative-language-expected.txt: Added.
* fast/text/international/system-language/declarative-language.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2015-09-12 Chris Dumez <cdumez@apple.com>
window.EventTarget should exist
https://bugs.webkit.org/show_bug.cgi?id=149085
<rdar://problem/22546774>
Reviewed by Sam Weinig.
Update / rebaseline existing test as window.EventTarget now exists.
* fast/dom/dom-constructors-expected.txt:
* fast/dom/dom-constructors.html:
2015-09-12 Chris Dumez <cdumez@apple.com>
ChildNode.replaceWith() without argument should replace the node with an empty DocumentFragment
https://bugs.webkit.org/show_bug.cgi?id=149073
<rdar://problem/22547801>
Reviewed by Ryosuke Niwa.
Fix / rebaseline test now that our behavior has changed.
* fast/dom/ChildNode-replaceWith-expected.txt:
* fast/dom/ChildNode-replaceWith.html:
2015-09-11 Alexey Proskuryakov <ap@apple.com>
Mark http/tests/cache/disk-cache/disk-cache-cancel.html as flaky for
https://bugs.webkit.org/show_bug.cgi?id=149087
* platform/wk2/TestExpectations:
2015-09-11 Said Abou-Hallawa <sabouhallawa@apple.com>
SVGColor custom text format is different from the CSS color custom text format
https://bugs.webkit.org/show_bug.cgi?id=148879
Reviewed by Daniel Bates.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/parse-color-int-or-percent-crash.html:
* platform/mac/svg/webarchive/svg-script-subresouces-expected.txt:
* svg/css/case-sensitive-tags-expected.txt:
* svg/css/case-sensitive-tags.html:
* svg/css/getComputedStyle-basic-expected.txt:
* svg/css/script-tests/svg-attribute-parser-mode.js:
* svg/css/svg-attribute-parser-mode-expected.txt:
* svg/dom/SVGColor-expected.txt:
* svg/dom/SVGPaint-expected.txt:
* svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt:
* svg/dom/SVGStyleElement/script-tests/disable-svg-style-element.js:
* svg/dom/script-tests/SVGColor.js:
* svg/dom/script-tests/SVGPaint.js:
* svg/webarchive/svg-script-subresouces-expected.webarchive:
* transitions/svg-transitions-expected.txt:
Fix expected results for existing tests
* svg/css/computed-style-rgb-color-expected.txt: Added.
* svg/css/computed-style-rgb-color.html: Added.
Ensure that the correct format is returned when getComputedStyle() is
called for an SVG color.
2015-09-11 Nan Wang <n_wang@apple.com>
AX: ARIA 1.1 @aria-current
https://bugs.webkit.org/show_bug.cgi?id=146012
Reviewed by Chris Fleizach.
* accessibility/aria-current-expected.txt: Added.
* accessibility/aria-current.html: Added.
* inspector/dom/getAccessibilityPropertiesForNode_ariaCurrent-expected.txt: Added.
* inspector/dom/getAccessibilityPropertiesForNode_ariaCurrent.html: Added.
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-09-11 Alexey Proskuryakov <ap@apple.com>
Mark http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html as flaky for
https://bugs.webkit.org/show_bug.cgi?id=149082
* TestExpectations:
2015-09-11 Dewei Zhu <dewei_zhu@apple.com>
Update test for bug 148971
https://bugs.webkit.org/show_bug.cgi?id=149076
Reviewed by Chris Dumez.
* platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Updated.
2015-09-11 Chris Dumez <cdumez@apple.com>
DOMTokenList update steps for classList don't follow the spec
https://bugs.webkit.org/show_bug.cgi?id=148589
<rdar://problem/22547443>
Reviewed by Ryosuke Niwa and Darin Adler.
Update / rebaseline existing tests as our behavior changed.
* fast/dom/HTMLElement/class-list-expected.txt:
* fast/dom/HTMLElement/class-list-quirks-expected.txt:
* fast/dom/HTMLElement/script-tests/class-list.js:
* fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt:
* fast/dom/HTMLOutputElement/htmloutputelement-expected.txt:
* fast/dom/HTMLOutputElement/htmloutputelement.html:
* fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js:
* fast/dom/rel-list-expected.txt:
* fast/dom/rel-list.html:
2015-09-11 Alex Christensen <achristensen@webkit.org>
Unreviewed gardening to make Windows bot green.
* platform/win/TestExpectations:
imported/w3c/web-platform-tests/html/dom/interfaces.html is newly imported and fails on Windows.
2015-09-11 Alexey Proskuryakov <ap@apple.com>
Mark svg/animations/svgboolean-animation-1 as flaky for
https://bugs.webkit.org/show_bug.cgi?id=149072
* TestExpectations:
2015-09-11 Tim Horton <timothy_horton@apple.com>
fast/hidpi/image-set-without-specified-width.html flakily tries to install multiple callbacks for the same event
https://bugs.webkit.org/show_bug.cgi?id=149067
Reviewed by Alexey Proskuryakov.
* fast/hidpi/image-set-without-specified-width.html:
Wait until we've successfully set the deviceScaleFactor
before reloading the page; otherwise, we can end up trying to set it
again after the reload (and depending on how long it takes the callback
to return, again, and again, and again...)
2015-09-11 Alexey Proskuryakov <ap@apple.com>
El Capitan test result gardening.
* platform/mac/TestExpectations: Remove a test that should pass now.
2015-09-11 Chris Dumez <cdumez@apple.com>
Element.tagName should be upper-case for HTML elements in HTML documents
https://bugs.webkit.org/show_bug.cgi?id=148843
<rdar://problem/22559081>
Reviewed by Ryosuke Niwa.
Update / rebaseline test now that our behavior has changed.
* fast/dom/Node/initial-values-expected.txt:
* fast/dom/Node/script-tests/initial-values.js:
2015-09-11 Chris Dumez <cdumez@apple.com>
document.body = "text" should throw a TypeError, not a HierarchyRequestError
https://bugs.webkit.org/show_bug.cgi?id=149057
<rdar://problem/22567157>
Reviewed by Ryosuke Niwa.
Rebaseline test as we now throw a different exception.
* fast/dom/setter-type-enforcement-expected.txt:
2015-09-10 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189595.
https://bugs.webkit.org/show_bug.cgi?id=149052
The tests still fail (Requested by ap on #webkit).
Reverted changeset:
"Spurious output on Windows tests: AQMEIOManager::FindIOUnit:
error -1"
https://bugs.webkit.org/show_bug.cgi?id=142929
http://trac.webkit.org/changeset/189595
2015-09-10 Chris Fleizach <cfleizach@apple.com>
AX: Mavericks: Text cursor does not move along with VoiceOver cursor for text fields
https://bugs.webkit.org/show_bug.cgi?id=148891
Reviewed by Alexey Proskuryakov.
Mark accessibility focus tests as passing on Yosemite.
* platform/mac/TestExpectations:
2015-09-10 Alexey Proskuryakov <ap@apple.com>
Spurious output on Windows tests: AQMEIOManager::FindIOUnit: error -1
https://bugs.webkit.org/show_bug.cgi?id=142929
Reviewed by Brent Fulgham.
* platform/win/TestExpectations: Unskip some newly added tests that are affected.
We still skip the whole media directory - updating the results and unskipping those
tests would be a separate project.
2015-09-10 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Self-collapsing block check needs to account for anonymous inline blocks
https://bugs.webkit.org/show_bug.cgi?id=149042
Reviewed by Dean Jackson.
* fast/block/inside-inlines/new-model/self-collapsing-test-expected.html: Added.
* fast/block/inside-inlines/new-model/self-collapsing-test.html: Added.
* fast/block/inside-inlines/self-collapsing-test-expected.html: Added.
* fast/block/inside-inlines/self-collapsing-test.html: Added.
2015-09-10 Dewei Zhu <dewei_zhu@apple.com>
Update windows platform expected results for bug 148810.
https://bugs.webkit.org/show_bug.cgi?id=149038
Reviewed by Alexey Proskuryakov.
* platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Updated.
2015-09-10 Chris Dumez <cdumez@apple.com>
Node.appendChild(null) / replaceChild(null, null) / removeChild(null) / insertBefore(null, ref) should throw a TypeError
https://bugs.webkit.org/show_bug.cgi?id=148971
<rdar://problem/22560883>
<rdar://problem/22559225>
Reviewed by Ryosuke Niwa.
Update / rebaseline tests now that we throw a different exception type.
* fast/dom/Document/replaceChild-null-oldChild-expected.txt:
* fast/dom/Document/script-tests/replaceChild-null-oldChild.js:
* fast/dom/Node/fragment-mutation-expected.txt:
* fast/dom/Node/fragment-mutation.html:
* fast/dom/incompatible-operations-expected.txt:
* fast/dom/incompatible-operations.html:
* fast/dom/move-nodes-across-documents.html:
* fast/dom/processing-instruction-appendChild-exceptions-expected.txt:
* fast/dom/processing-instruction-appendChild-exceptions.xhtml:
* fast/dom/setter-type-enforcement-expected.txt:
* fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
* fast/inspector-support/uncaught-dom8-exception.html:
2015-09-10 Brady Eidson <beidson@apple.com>
Mark some more W3C IDB tests as flaky.
https://bugs.webkit.org/show_bug.cgi?id=148713
Reviewed by NOBODY.
* platform/wk2/TestExpectations:
2015-09-10 Daniel Bates <dabates@apple.com>
Write a test to ensure we don't regress processing of tasks when page defers loading
https://bugs.webkit.org/show_bug.cgi?id=135882
<rdar://problem/22550497>
Reviewed by Darin Adler.
Add a test to ensure we do not regress <https://bugs.webkit.org/show_bug.cgi?id=135688>.
* storage/websql/success-callback-when-page-defers-loading-expected.txt: Added.
* storage/websql/success-callback-when-page-defers-loading.html: Added.
2015-09-10 Sergio Villar Senin <svillar@igalia.com>
min-width/height should default to auto for flexbox items
https://bugs.webkit.org/show_bug.cgi?id=146020
Reviewed by David Hyatt.
Based on Blink's r193665, r194062, r194887 and r195930 by <cbiesinger@chromium.org>.
* TestExpectations: Removed passing flexbox tests.
* css3/flexbox/csswg/flex-flow-007.html: Added min-height: 0px.
* css3/flexbox/flexbox-baseline.html: Ditto.
* css3/flexbox/min-size-auto-expected.txt: Added.
* css3/flexbox/min-size-auto.html: Added.
* css3/flexbox/preferred-widths-orthogonal.html: Added min-height: 0px.
* fast/css/auto-min-size-expected.txt: Check default computed
styles for min-width/height for flex items.
* fast/css/auto-min-size.html: Ditto.
2015-09-10 ChangSeok Oh <changseok.oh@collabora.com>
[GTK] Volume bar is broken
https://bugs.webkit.org/show_bug.cgi?id=145639
Reviewed by Philippe Normand.
Unblock relevant tests. media/click-volume-bar-not-pausing.html, media/volume-bar-empty-when-muted.html
* platform/gtk/TestExpectations:
2015-09-09 Dewei Zhu <dewei_zhu@apple.com>
Document.characterSet should return "UTF-8" by default.
https://bugs.webkit.org/show_bug.cgi?id=148810
<rdar://problem/22548727>
Reviewed by Ryosuke Niwa.
Update the tests which test the default encoding of document.
* dom/xhtml/level3/core/documentgetinputencoding02-expected.txt: Obsolete test.
2015-09-09 Benjamin Poulain <bpoulain@apple.com>
CSS general sibling selectors does not work without CSS JIT
https://bugs.webkit.org/show_bug.cgi?id=148987
rdar://problem/22559860
Reviewed by Andreas Kling.
There are multiple variations of the same tests to test
cases where we JIT and cases without JIT.
* fast/css/indirect-adjacent-style-invalidation-1-expected.txt: Added.
* fast/css/indirect-adjacent-style-invalidation-1.html: Added.
* fast/css/indirect-adjacent-style-invalidation-2-expected.txt: Added.
* fast/css/indirect-adjacent-style-invalidation-2.html: Added.
* fast/css/indirect-adjacent-style-invalidation-3-expected.txt: Added.
* fast/css/indirect-adjacent-style-invalidation-3.html: Added.
2015-09-09 Myles C. Maxfield <mmaxfield@apple.com>
ASSERTION FAILED: typesettingFeatures & (Kerning | Ligatures) in WebCore::applyFontTransforms
https://bugs.webkit.org/show_bug.cgi?id=146194
Reviewed by Dean Jackson.
* fast/text/softbank-emoji-no-ligatures-nor-kerning-expected.html: Added
* fast/text/softbank-emoji-no-ligatures-nor-kerning.html: Added
2015-09-09 Manuel Rego Casasnovas <rego@igalia.com>
[css-grid] Percentage columns shouldn't include border and padding
https://bugs.webkit.org/show_bug.cgi?id=148978
Reviewed by Sergio Villar Senin.
* fast/css-grid-layout/grid-percent-track-margin-border-padding-expected.txt: Added.
* fast/css-grid-layout/grid-percent-track-margin-border-padding.html: Added.
2015-09-09 Said Abou-Hallawa <sabouhallawa@apple.com>
Mark http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html as flaky on Windows
This test is marked as flaky on gtk and mak-wk2. It fails on Windows more
than it fails on any other platform.
* platform/win/TestExpectations:
2015-09-09 Alexey Proskuryakov <ap@apple.com>
fast/dom/rtl-scroll-to-leftmost-and-resize.html is a flaky timeout - IPC drops messages
https://bugs.webkit.org/show_bug.cgi?id=148951
Reviewed by Anders Carlsson.
* platform/mac-wk2/TestExpectations: Unmark the test (it still fails per platform/mac
expectations, which is unrelated).
2015-09-09 Youenn Fablet <youenn.fablet@crf.canon.fr>
http/tests/xmlhttprequest/ontimeout-response-getters.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148997
Reviewed by Alexey Proskuryakov.
* http/tests/xmlhttprequest/ontimeout-response-getters.html: Augmenting http response delay to trigger XHR timeout.
2015-09-08 Andy Estes <aestes@apple.com>
[iOS] Add layout tests for QuickLook
https://bugs.webkit.org/show_bug.cgi?id=148994
Reviewed by Daniel Bates.
Add tests that verify WebKit's ability to preview certain document types on iOS using QuickLook.framework.
These tests do not cover every document type supported by QuickLook, but they do cover common types like .pages,
.numbers, .key, .doc(x), .xls(x), and .ppt(x). These tests should detect regressions in WebKit's conversion code,
as well as regressions in QuickLook itself. The expected results might need to be occasionally updated if QuickLook
changes its preview markup.
These files contain text and images from webkit.org.
* TestExpectations: Skipped quicklook tests on all platforms.
* platform/ios-simulator/TestExpectations: Enabled quicklook tests on iOS.
* quicklook/excel-expected.html: Added.
* quicklook/excel-legacy-expected.html: Added.
* quicklook/excel-legacy.html: Added.
* quicklook/excel.html: Added.
* quicklook/keynote-09-expected.html: Added.
* quicklook/keynote-09.html: Added.
* quicklook/keynote-expected.html: Added.
* quicklook/keynote.html: Added.
* quicklook/numbers-09-expected.html: Added.
* quicklook/numbers-09.html: Added.
* quicklook/numbers-expected.html: Added.
* quicklook/numbers.html: Added.
* quicklook/pages-09-expected.html: Added.
* quicklook/pages-09.html: Added.
* quicklook/pages-expected.html: Added.
* quicklook/pages.html: Added.
* quicklook/powerpoint-expected.html: Added.
* quicklook/powerpoint-legacy-expected.html: Added.
* quicklook/powerpoint-legacy.html: Added.
* quicklook/powerpoint.html: Added.
* quicklook/resources/excel-expected.html: Added.
* quicklook/resources/excel-legacy-expected.html: Added.
* quicklook/resources/excel-legacy.xls: Added.
* quicklook/resources/excel.xlsx: Added.
* quicklook/resources/keynote-09-expected/index.css: Added.
* quicklook/resources/keynote-09-expected/index.html: Added.
* quicklook/resources/keynote-09-expected/index.js: Added.
* quicklook/resources/keynote-09.key: Added.
* quicklook/resources/keynote-expected.pdf: Added.
* quicklook/resources/keynote.key: Added.
* quicklook/resources/numbers-09-expected/canvas.js: Added.
* quicklook/resources/numbers-09-expected/index.html: Added.
* quicklook/resources/numbers-09-expected/navigation.css: Added.
* quicklook/resources/numbers-09-expected/navigation.html: Added.
* quicklook/resources/numbers-09-expected/sheet_1.html: Added.
* quicklook/resources/numbers-09.numbers: Added.
* quicklook/resources/numbers-expected.pdf: Added.
* quicklook/resources/numbers.numbers: Added.
* quicklook/resources/pages-09-expected/index.css: Added.
* quicklook/resources/pages-09-expected/index.html: Added.
* quicklook/resources/pages-09.pages: Added.
* quicklook/resources/pages-expected.pdf: Added.
* quicklook/resources/pages.pages: Added.
* quicklook/resources/powerpoint-expected.html: Added.
* quicklook/resources/powerpoint-legacy-expected.html: Added.
* quicklook/resources/powerpoint-legacy.ppt: Added.
* quicklook/resources/powerpoint.pptx: Added.
* quicklook/resources/webkit-icon.pdf: Added.
* quicklook/resources/webkit-icon.png: Added.
* quicklook/resources/webkit-icon.tiff: Added.
* quicklook/resources/word-expected.html: Added.
* quicklook/resources/word-legacy-expected.html: Added.
* quicklook/resources/word-legacy.doc: Added.
* quicklook/resources/word.docx: Added.
* quicklook/word-expected.html: Added.
* quicklook/word-legacy-expected.html: Added.
* quicklook/word-legacy.html: Added.
* quicklook/word.html: Added.
2015-09-09 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189536 and r189538.
https://bugs.webkit.org/show_bug.cgi?id=149002
broke tests on mac (Requested by alexchristensen on #webkit).
Reverted changesets:
"min-width/height should default to auto for flexbox items"
https://bugs.webkit.org/show_bug.cgi?id=146020
http://trac.webkit.org/changeset/189536
"[css-grid] Percentage columns shouldn't include border and
padding"
https://bugs.webkit.org/show_bug.cgi?id=148978
http://trac.webkit.org/changeset/189538
2015-09-09 David Hyatt <hyatt@apple.com>
REGRESSION: Inline-block baseline is wrong when zero-width replaced child is present
https://bugs.webkit.org/show_bug.cgi?id=147452
rdar://problem/21943074
Reviewed by Myles Maxfield.
* fast/inline-block/baseline-with-zero-width-replaced-child-expected.html: Added.
* fast/inline-block/baseline-with-zero-width-replaced-child.html: Added.
2015-09-09 Manuel Rego Casasnovas <rego@igalia.com>
[css-grid] Percentage columns shouldn't include border and padding
https://bugs.webkit.org/show_bug.cgi?id=148978
Reviewed by Sergio Villar Senin.
* fast/css-grid-layout/grid-percent-track-margin-border-padding-expected.txt: Added.
* fast/css-grid-layout/grid-percent-track-margin-border-padding.html: Added.
2015-09-09 Chris Dumez <cdumez@apple.com>
HTMLTableElement.tHead / tFoot / caption should be nullable
https://bugs.webkit.org/show_bug.cgi?id=148991
Reviewed by Ryosuke Niwa.
Add new test that covers the behavior of the following HTMLTableElement
attributes: caption / tHead / tFoot.
* fast/dom/HTMLTableElement/nullable-attributes-expected.txt: Added.
* fast/dom/HTMLTableElement/nullable-attributes.html: Added.
* fast/dom/setter-type-enforcement-expected.txt:
2015-06-26 Sergio Villar Senin <svillar@igalia.com>
min-width/height should default to auto for flexbox items
https://bugs.webkit.org/show_bug.cgi?id=146020
Reviewed by David Hyatt.
Based on Blink's r193665, r194062, r194887 and r195930 by <cbiesinger@chromium.org>.
* TestExpectations: Removed passing flexbox tests.
* css3/flexbox/csswg/flex-flow-007.html: Added min-height: 0px.
* css3/flexbox/flexbox-baseline.html: Ditto.
* css3/flexbox/min-size-auto-expected.txt: Added.
* css3/flexbox/min-size-auto.html: Added.
* css3/flexbox/preferred-widths-orthogonal.html: Added min-height: 0px.
* fast/css/auto-min-size-expected.txt: Check default computed
styles for min-width/height for flex items.
* fast/css/auto-min-size.html: Ditto.
2015-09-08 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189407 and r189424.
https://bugs.webkit.org/show_bug.cgi?id=148993
Broke some tests, and made others flakily time out (Requested
by ap on #webkit).
Reverted changesets:
"[WebGL] Update WebGL 1.0.3 conformance tests"
https://bugs.webkit.org/show_bug.cgi?id=148858
http://trac.webkit.org/changeset/189407
"REGRESSION (r189407): webgl/1.0.3/conformance/extensions
/webgl-draw-buffers.html"
http://trac.webkit.org/changeset/189424
2015-09-08 Said Abou-Hallawa <sabouhallawa@apple.com>
[iOS] Unreviewed iOS gardening.
* platform/ios-simulator/css3/filters/backdrop: Added.
* platform/ios-simulator/css3/filters/backdrop/blur-input-bounds-expected.txt: Added.
* platform/ios-simulator/css3/font-feature-settings-preinstalled-fonts-expected.txt: Added.
* platform/ios-simulator/fast/css/named-images-expected.txt: Added.
* platform/ios-simulator/fast/forms/select-element-focus-ring-expected.txt: Added.
* platform/ios-simulator/fast/text/font-weights-expected.txt: Added.
2015-09-08 Chris Dumez <cdumez@apple.com>
new Comment(undefined) / new Text(undefined) should use default's empty string
https://bugs.webkit.org/show_bug.cgi?id=148973
<rdar://problem/22548042>
Reviewed by Ryosuke Niwa.
Fix a couple of layout tests that were wrongly expecting undefined to
be converted to the "undefined" String for optional DOMString parameters.
* fast/dom/DOMImplementation/createHTMLDocument-optional-title-expected.txt:
* fast/dom/DOMImplementation/createHTMLDocument-optional-title.html:
* fast/dom/Window/custom-constructors-expected.txt:
* fast/dom/Window/custom-constructors.html:
2015-09-08 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement computed accessors
https://bugs.webkit.org/show_bug.cgi?id=147883
Reviewed by Geoffrey Garen.
Updated the existing tests.
* js/parser-syntax-check-expected.txt:
* js/script-tests/parser-syntax-check.js:
2015-09-08 Chris Dumez <cdumez@apple.com>
document.importNode(node, deep): deep's default value should be false
https://bugs.webkit.org/show_bug.cgi?id=148959
<rdar://problem/22558915>
Reviewed by Alexey Proskuryakov.
* fast/dom/document-importNode-arguments.html:
Explicitly pass deep parameter as the test wants a deep clone.
2015-09-08 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Move PrettyPrinting tests into LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=148698
Reviewed by Timothy Hatcher.
* inspector/codemirror/resources/prettyprinting/css-rule-tests/*: Renamed from Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/*.
* inspector/codemirror/resources/prettyprinting/css-tests/*: Renamed from Source/WebInspectorUI/Tools/PrettyPrinting/css-tests/*.
* inspector/codemirror/resources/prettyprinting/javascript-tests/*: Renamed from Source/WebInspectorUI/Tools/PrettyPrinting/js-tests/*.
Move tests from PrettyPrinting tools into LayoutTests.
* inspector/codemirror/prettyprinting-css-expected.txt: Added.
* inspector/codemirror/prettyprinting-css-rules-expected.txt: Added.
* inspector/codemirror/prettyprinting-css-rules.html: Added.
* inspector/codemirror/prettyprinting-css.html: Added.
* inspector/codemirror/prettyprinting-javascript-expected.txt: Added.
* inspector/codemirror/prettyprinting-javascript.html: Added.
Add tests per CodeMirror mode.
* inspector/codemirror/resources/prettyprinting/utilities.js: Added.
(TestPage.registerInitializer):
Shared code between the pretty printing tests.
2015-09-08 Daniel Bates <dabates@apple.com>
Mark animations/trigger-container-scroll-boundaries.html as failure on iOS
According to Dean Jackson this feature is not supported on iOS at this time.
* platform/ios-simulator-wk1/TestExpectations: Move existing animation trigger failure expectations from here...
* platform/ios-simulator-wk2/TestExpectations: and here...
* platform/ios-simulator/TestExpectations: to here.
2015-09-08 Alexey Proskuryakov <ap@apple.com>
Mark fast/dom/rtl-scroll-to-leftmost-and-resize.html as a flaky timeout for
https://bugs.webkit.org/show_bug.cgi?id=148951
* platform/mac-wk2/TestExpectations:
2015-09-08 Daniel Bates <dabates@apple.com>
Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
https://bugs.webkit.org/show_bug.cgi?id=74729
<rdar://problem/22550195>
Reviewed by Jon Honeycutt.
* compositing/resources/composited-subframe.html: Added.
* compositing/resources/show-composited-iframe-on-back-button.css: Added.
(.container):
(.box):
* compositing/show-composited-iframe-on-back-button-expected.html: Added.
* compositing/show-composited-iframe-on-back-button.html: Added.
2015-09-08 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
Update some paths for tests that were renamed.
Remove some tests from the expectations that not longer exist.
Report new failures for the Debug build.
* platform/gtk/TestExpectations:
2015-09-08 Chris Dumez <cdumez@apple.com>
Unreviewed, land iOS baselines for a couple of html/dom tests.
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-1-expected.txt: Added.
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-2-expected.txt: Added.
2015-09-07 Chris Dumez <cdumez@apple.com>
Unreviewed gardening.
Update Window baselines for a couple of W3C HTML tests.
* platform/win/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-expected.txt:
* platform/win/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/update-the-source-set-expected.txt:
2015-09-07 Chris Fleizach <cfleizach@apple.com>
AX: Mavericks: Text cursor does not move along with VoiceOver cursor for text fields
https://bugs.webkit.org/show_bug.cgi?id=148891
Reviewed by Mario Sanchez Prada.
* accessibility/mac/focus-moves-cursor-expected.txt: Added.
* accessibility/mac/focus-moves-cursor.html: Added.
2015-09-07 Chris Dumez <cdumez@apple.com>
Unreviewed, update iOS baseline for imported/w3c/web-platform-tests/html/dom/interfaces.html.
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
2015-09-07 Chris Dumez <cdumez@apple.com>
Unreviewed, skip imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_specified.sub.html
This test causes the next one to be flaky. The issue is tracked by
Bug 148950.
* TestExpectations:
2015-09-07 Chris Dumez <cdumez@apple.com>
Unreviewed, drop W3C support files from http/
Drop W3C support files from http/tests/resources/ and
http/tests/w3c/resources/. These were recently added and are not longer
needed that that the w3c web-platform-tests were moved to imported/w3c.
* http/tests/resources/WebIDLParser.js: Removed.
* http/tests/resources/idlharness.js: Removed.
* http/tests/resources/testharness.css: Removed.
* http/tests/resources/testharness.js: Removed.
* http/tests/resources/testharnessreport.js: Removed.
* http/tests/w3c/resources/css-red.txt: Removed.
* http/tests/w3c/resources/media.js: Removed.
* http/tests/w3c/resources/media/A4.mp4: Removed.
* http/tests/w3c/resources/media/A4.ogv: Removed.
* http/tests/w3c/resources/media/foo.vtt: Removed.
* http/tests/w3c/resources/media/foo.vtt.headers: Removed.
* http/tests/w3c/resources/media/green-at-15.mp4: Removed.
* http/tests/w3c/resources/media/green-at-15.ogv: Removed.
* http/tests/w3c/resources/media/movie_300.mp4: Removed.
* http/tests/w3c/resources/media/movie_300.ogv: Removed.
* http/tests/w3c/resources/media/movie_5.mp4: Removed.
* http/tests/w3c/resources/media/movie_5.ogv: Removed.
* http/tests/w3c/resources/media/poster.png: Removed.
* http/tests/w3c/resources/media/sound_5.mp3: Removed.
* http/tests/w3c/resources/media/sound_5.oga: Removed.
* http/tests/w3c/resources/media/white.mp4: Removed.
* http/tests/w3c/resources/media/white.webm: Removed.
* http/tests/w3c/resources/stringifiers.js: Removed.
* http/tests/w3c/resources/utils.js: Removed.
2015-09-07 Chris Dumez <cdumez@apple.com>
Unreviewed fixup after r189471 and r189472.
* platform/win/TestExpectations:
Skip a couple of failing tests on Windows.
* platform/win/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-1-expected.txt: Added.
* platform/win/imported/w3c/web-platform-tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-2-expected.txt: Added.
Land Windows baselines.
* platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
Rebaseline for Windows.
2015-09-07 Chris Dumez <cdumez@apple.com>
Unreviewed, move html/semantics W3C tests to imported/w3c/web-platform-tests/html/semantics
https://bugs.webkit.org/show_bug.cgi?id=148949
* TestExpectations:
* http/tests/w3c/html/semantics/*: Removed.
2015-09-07 Chris Dumez <cdumez@apple.com>
Unreviewed, Skip again files that were wrongly unskipped in r189472.
* TestExpectations:
2015-09-07 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed gardening. tests of imported/w3c/css/ have been passed since r189358.
Those tests seem to be failed on other ports though, those are passing on EFL port.
* platform/efl/TestExpectations:
2015-09-07 Chris Dumez <cdumez@apple.com>
Unreviewed, move html/dom W3C tests to imported/w3c/web-platform-tests/html/dom/
https://bugs.webkit.org/show_bug.cgi?id=148948
* TestExpectations:
* http/tests/w3c/html/dom/*: Removed.
* platform/efl/TestExpectations:
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-expected.txt: Renamed from LayoutTests/platform/ios-simulator/http/tests/w3c/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-expected.txt.
* platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Renamed from LayoutTests/platform/ios-simulator/http/tests/w3c/html/dom/interfaces-expected.txt.
* platform/win/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Renamed from LayoutTests/platform/win/http/tests/w3c/html/dom/interfaces-expected.txt.
2015-09-07 Chris Dumez <cdumez@apple.com>
Unreviewed, move W3C DOM tests to imported/w3c/web-platform-tests/dom
https://bugs.webkit.org/show_bug.cgi?id=148947
Move W3C DOM tests with other web-platform-tests under:
imported/w3c/web-platform-tests/dom.
* TestExpectations:
* http/tests/w3c/dom/collections/w3c-import.log: Removed.
* http/tests/w3c/dom/events/w3c-import.log: Removed.
* http/tests/w3c/dom/lists/w3c-import.log: Removed.
* http/tests/w3c/dom/nodes/Document-URL.sub-expected.txt: Removed.
* http/tests/w3c/dom/nodes/Document-characterSet-normalization-expected.txt: Removed.
* http/tests/w3c/dom/nodes/DocumentType-literal-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/Element-childElementCount-dynamic-add-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/Element-childElementCount-nochild-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/Element-firstElementChild-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/Element-nextElementSibling-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/Element-previousElementSibling-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/Node-isEqualNode-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/Node-lookupPrefix-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/ProcessingInstruction-literal-1-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/ProcessingInstruction-literal-2-xhtml-expected.txt: Removed.
* http/tests/w3c/dom/nodes/getElementsByClassName-10-expected.txt: Removed.
* http/tests/w3c/dom/nodes/getElementsByClassName-11-expected.txt: Removed.
* http/tests/w3c/dom/nodes/getElementsByClassName-31-expected.txt: Removed.
* http/tests/w3c/dom/nodes/w3c-import.log: Removed.
* http/tests/w3c/dom/ranges/w3c-import.log: Removed.
* http/tests/w3c/dom/traversal/w3c-import.log: Removed.
* http/tests/w3c/dom/w3c-import.log: Removed.
* platform/efl/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-09-07 Daniel Bates <dabates@apple.com>
ASSERT_WITH_SECURITY_IMPLICATION in WebCore::DocumentOrderedMap::get(); update form
association after subtree insertion
https://bugs.webkit.org/show_bug.cgi?id=148919
<rdar://problem/21868036>
Reviewed by Andy Estes.
Add tests to ensure that updating the form association of a form control in a subtree
does not cause an assertion failure.
* fast/forms/update-form-owner-in-moved-subtree-assertion-failure-2-expected.txt: Added.
* fast/forms/update-form-owner-in-moved-subtree-assertion-failure-2.html: Added.
* fast/forms/update-form-owner-in-moved-subtree-assertion-failure-3-expected.txt: Added.
* fast/forms/update-form-owner-in-moved-subtree-assertion-failure-3.html: Added.
* fast/forms/update-form-owner-in-moved-subtree-assertion-failure-4-expected.txt: Added.
* fast/forms/update-form-owner-in-moved-subtree-assertion-failure-4.html: Added.
* fast/forms/update-form-owner-in-moved-subtree-assertion-failure-expected.txt: Added.
* fast/forms/update-form-owner-in-moved-subtree-assertion-failure.html: Added.
2015-09-07 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
Report and mark new failures on the GTK TestExpectations file.
Move back all the GTK baselines for the general accessibiliy tests to platform/gtk that r187777 wrongly moved inside accessibility/gtk.
* accessibility/gtk/disabled-controls-not-focusable-expected.txt: Removed. Same baseline than the general one so not need to move it back to platform/gtk/accessibility.
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/aria-checkbox-sends-notification-expected.txt: Renamed from LayoutTests/accessibility/gtk/aria-checkbox-sends-notification-expected.txt.
* platform/gtk/accessibility/aria-fallback-roles-expected.txt: Renamed from LayoutTests/accessibility/gtk/aria-fallback-roles-expected.txt.
* platform/gtk/accessibility/aria-help-expected.txt: Renamed from LayoutTests/accessibility/gtk/aria-help-expected.txt.
* platform/gtk/accessibility/aria-hidden-false-works-in-subtrees-expected.txt: Renamed from LayoutTests/accessibility/gtk/aria-hidden-false-works-in-subtrees-expected.txt.
* platform/gtk/accessibility/aria-inherits-presentational-expected.txt: Renamed from LayoutTests/accessibility/gtk/aria-inherits-presentational-expected.txt.
* platform/gtk/accessibility/aria-menubar-menuitems-expected.txt: Renamed from LayoutTests/accessibility/gtk/aria-menubar-menuitems-expected.txt.
* platform/gtk/accessibility/aria-switch-text-expected.txt: Renamed from LayoutTests/accessibility/gtk/aria-switch-text-expected.txt.
* platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Renamed from LayoutTests/accessibility/gtk/aria-table-hierarchy-expected.txt.
* platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt: Renamed from LayoutTests/accessibility/gtk/aria-toggle-button-with-title-expected.txt.
* platform/gtk/accessibility/color-well-expected.txt: Renamed from LayoutTests/accessibility/gtk/color-well-expected.txt.
* platform/gtk/accessibility/css-content-attribute-expected.txt: Renamed from LayoutTests/accessibility/gtk/css-content-attribute-expected.txt.
* platform/gtk/accessibility/dimensions-include-descendants-expected.txt: Renamed from LayoutTests/accessibility/gtk/dimensions-include-descendants-expected.txt.
* platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt: Renamed from LayoutTests/accessibility/gtk/file-upload-button-stringvalue-expected.txt.
* platform/gtk/accessibility/image-link-expected.txt: Renamed from LayoutTests/accessibility/gtk/image-link-expected.txt.
* platform/gtk/accessibility/image-map1-expected.txt: Renamed from LayoutTests/accessibility/gtk/image-map1-expected.txt.
* platform/gtk/accessibility/image-map2-expected.txt: Renamed from LayoutTests/accessibility/gtk/image-map2-expected.txt.
* platform/gtk/accessibility/image-with-alt-and-map-expected.txt: Renamed from LayoutTests/accessibility/gtk/image-with-alt-and-map-expected.txt.
* platform/gtk/accessibility/img-fallsback-to-title-expected.txt: Renamed from LayoutTests/accessibility/gtk/img-fallsback-to-title-expected.txt.
* platform/gtk/accessibility/inline-continuations-expected.txt: Renamed from LayoutTests/accessibility/gtk/inline-continuations-expected.txt.
* platform/gtk/accessibility/list-detection-expected.txt: Renamed from LayoutTests/accessibility/gtk/list-detection-expected.txt.
* platform/gtk/accessibility/lists-expected.txt: Renamed from LayoutTests/accessibility/gtk/lists-expected.txt.
* platform/gtk/accessibility/math-multiscript-attributes-expected.txt: Renamed from LayoutTests/accessibility/gtk/math-multiscript-attributes-expected.txt.
* platform/gtk/accessibility/math-text-expected.txt: Renamed from LayoutTests/accessibility/gtk/math-text-expected.txt.
* platform/gtk/accessibility/media-element-expected.txt: Renamed from LayoutTests/accessibility/gtk/media-element-expected.txt.
* platform/gtk/accessibility/menu-list-crash2-expected.txt: Renamed from LayoutTests/accessibility/gtk/menu-list-crash2-expected.txt.
* platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt: Renamed from LayoutTests/accessibility/gtk/menu-list-sends-change-notification-expected.txt.
* platform/gtk/accessibility/meter-element-expected.txt: Renamed from LayoutTests/accessibility/gtk/meter-element-expected.txt.
* platform/gtk/accessibility/platform-name-expected.txt: Renamed from LayoutTests/accessibility/gtk/platform-name-expected.txt.
* platform/gtk/accessibility/plugin-expected.txt: Renamed from LayoutTests/accessibility/gtk/plugin-expected.txt.
* platform/gtk/accessibility/press-targets-center-point-expected.txt: Renamed from LayoutTests/accessibility/gtk/press-targets-center-point-expected.txt.
* platform/gtk/accessibility/radio-button-title-label-expected.txt: Renamed from LayoutTests/accessibility/gtk/radio-button-title-label-expected.txt.
* platform/gtk/accessibility/render-counter-text-expected.txt: Renamed from LayoutTests/accessibility/gtk/render-counter-text-expected.txt.
* platform/gtk/accessibility/roles-computedRoleString-expected.txt: Renamed from LayoutTests/accessibility/gtk/roles-computedRoleString-expected.txt.
* platform/gtk/accessibility/roles-exposed-expected.txt: Renamed from LayoutTests/accessibility/gtk/roles-exposed-expected.txt.
* platform/gtk/accessibility/spinbutton-value-expected.txt: Renamed from LayoutTests/accessibility/gtk/spinbutton-value-expected.txt.
* platform/gtk/accessibility/tabindex-elements-are-accessible-expected.txt: Renamed from LayoutTests/accessibility/gtk/tabindex-elements-are-accessible-expected.txt.
* platform/gtk/accessibility/table-attributes-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-attributes-expected.txt.
* platform/gtk/accessibility/table-cell-spans-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-cell-spans-expected.txt.
* platform/gtk/accessibility/table-cells-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-cells-expected.txt.
* platform/gtk/accessibility/table-column-headers-with-captions-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-column-headers-with-captions-expected.txt.
* platform/gtk/accessibility/table-detection-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-detection-expected.txt.
* platform/gtk/accessibility/table-hierarchy-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-hierarchy-expected.txt.
* platform/gtk/accessibility/table-one-cell-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-one-cell-expected.txt.
* platform/gtk/accessibility/table-roles-hierarchy-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-roles-hierarchy-expected.txt.
* platform/gtk/accessibility/table-sections-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-sections-expected.txt.
* platform/gtk/accessibility/table-with-rules-expected.txt: Renamed from LayoutTests/accessibility/gtk/table-with-rules-expected.txt.
* platform/gtk/accessibility/transformed-element-expected.txt: Renamed from LayoutTests/accessibility/gtk/transformed-element-expected.txt.
2015-09-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
Unreviewed, EFL gardening. Many tests have been failed since r188692.
Bug 148470 will try to fix this problem.
* platform/efl/TestExpectations:
2015-09-06 Alexey Proskuryakov <ap@apple.com>
Add one more inspector test that flakily times out.
* platform/mac/TestExpectations: Added inspector/indexeddb/requestDatabaseNames.html.
2015-09-06 Alexey Proskuryakov <ap@apple.com>
Mark svg/dom/svg-root-lengths.html as a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=148925
* TestExpectations:
2015-09-06 Alexey Proskuryakov <ap@apple.com>
Mark svg/as-object/svg-in-object-dynamic-attribute-change.html as a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=148922
* TestExpectations:
2015-09-06 Chris Dumez <cdumez@apple.com>
dispatchEvent() should throw an InvalidStateError if the event's initialized flag is not set
https://bugs.webkit.org/show_bug.cgi?id=148800
<rdar://problem/22565782>
<rdar://problem/22565485>
Reviewed by Geoffrey Garen.
* dom/html/level2/events/dispatchEvent02-expected.txt:
* dom/html/level2/events/dispatchEvent03-expected.txt:
* dom/html/level2/events/dispatchEvent04-expected.txt:
* dom/html/level2/events/dispatchEvent05-expected.txt:
* dom/html/level2/events/dispatchEvent06-expected.txt:
* dom/html/level2/events/dispatchEvent07-expected.txt:
* dom/xhtml/level2/events/dispatchEvent02-expected.txt:
* dom/xhtml/level2/events/dispatchEvent03-expected.txt:
* dom/xhtml/level2/events/dispatchEvent04-expected.txt:
* dom/xhtml/level2/events/dispatchEvent05-expected.txt:
* dom/xhtml/level2/events/dispatchEvent06-expected.txt:
* dom/xhtml/level2/events/dispatchEvent07-expected.txt:
Rebaseline, those tests are outdated and their expected results no
longer matches the behavior of the latest DOM specification.
* fast/dom/DOMException/EventException-expected.txt: Removed.
* fast/dom/DOMException/EventException.html: Removed.
* fast/dom/DOMException/resources/EventException.js: Removed.
Drop this test we no longer throw an EventException in this case.
* fast/dom/Window/dispatchEvent-expected.txt:
Rebaseline.
* fast/events/dispatch-event-being-dispatched-expected.txt:
* fast/events/dispatch-event-being-dispatched.html:
Fix the test to expect the new exception types.
* http/tests/w3c/dom/events/Event-type-empty-expected.txt:
* http/tests/w3c/dom/events/EventTarget-dispatchEvent-expected.txt:
Rebaseline.
2015-09-06 Chris Dumez <cdumez@apple.com>
Unreviewed, drop a few more newly imported W3C media tests that are flaky.
* http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-events-networkState-expected.txt: Removed.
* http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-events-networkState.html: Removed.
* http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-set-src-not-in-document-expected.txt: Removed.
* http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-set-src-not-in-document.html: Removed.
* http/tests/w3c/html/semantics/embedded-content/media-elements/synchronising-multiple-media-elements/media-controllers/task-source-expected.txt: Removed.
* http/tests/w3c/html/semantics/embedded-content/media-elements/synchronising-multiple-media-elements/media-controllers/task-source.html: Removed.
2015-09-06 Chris Dumez <cdumez@apple.com>
Unreviewed, drop a couple of newly imported W3C media tests as they are flaky.
* http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-removes-queued-error-event-expected.txt: Removed.
* http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/load-removes-queued-error-event.html: Removed.
* http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-insert-into-iframe-expected.txt: Removed.
* http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-insert-into-iframe.html: Removed.
2015-09-06 Chris Dumez <cdumez@apple.com>
Mark a couple of new W3C ref-tests as failing on iOS.
* platform/ios-simulator/TestExpectations:
2015-09-06 Chris Dumez <cdumez@apple.com>
Unreviewed, land iOS baselines for the newly imported W3C HTML tests.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/constraints/form-validation-checkValidity-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/constraints/form-validation-validity-rangeOverflow-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/constraints/form-validation-validity-rangeUnderflow-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/constraints/form-validation-validity-stepMismatch-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/constraints/form-validation-validity-valid-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/constraints/form-validation-willValidate-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/textfieldselection/selection-not-application-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/color-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/date-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/datetime-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/datetime-local-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/input-textselection-01-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/month-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/time-2-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/time-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/type-change-state-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/valueMode-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-input-element/week-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-label-element/labelable-elements-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/forms/the-meter-element/meter-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/semantics/interfaces-expected.txt: Added.
2015-09-06 Chris Dumez <cdumez@apple.com>
Unreviewed, skip new media tests on iOS.
* platform/ios-simulator/TestExpectations:
2015-09-06 Chris Dumez <cdumez@apple.com>
Unreviewed, skip http/tests/w3c/html/semantics/embedded-content/media-elements/* on Win/Release
Skip http/tests/w3c/html/semantics/embedded-content/media-elements/* on Win/Release
as well. Apparently, the "AQMEIOManager::FindIOUnit: error -1" messages can show
up on release builds as well.
* platform/win/TestExpectations:
2015-09-06 Youenn Fablet <youenn.fablet@crf.canon.fr>
XHR2 timeout property should allow late updates
https://bugs.webkit.org/show_bug.cgi?id=98156
Reviewed by Darin Adler.
Activating test checking that timeout can be updated after request is sent.
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides-expected.txt:
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overrides.js:
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overrides-expected.txt:
2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
Import a couple of Chromium accesskey tests.
https://bugs.webkit.org/show_bug.cgi?id=148865
Reviewed by Daniel Bates.
* fast/forms/access-key-case-insensitive-expected.txt: Added.
* fast/forms/access-key-case-insensitive.html: Added.
* fast/forms/access-key-mutated-expected.txt: Added.
* fast/forms/access-key-mutated.html: Added.
* platform/ios-simulator/TestExpectations:
These tests are asynchronous and use unsupported features; skip them on
iOS so they don't time out.
2015-09-05 Chris Dumez <cdumez@apple.com>
Unreviewed, skip http/tests/w3c/html/semantics/embedded-content/media-elements/* tests on Win/Debug.
Filed Bug 148903 to track the problem.
* platform/win/TestExpectations:
2015-09-05 Chris Dumez <cdumez@apple.com>
Unreviewed, mark imported/w3c/css/css-multicol-1/multicol-span-all-001.xht as failing on Windows.
* platform/win/TestExpectations:
2015-09-05 Chris Dumez <cdumez@apple.com>
Unreviewed, land Windows baselines for the new W3C html tests imported in r189394.
* platform/win/http/tests/w3c/html/dom/interfaces-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/embedded-content/media-elements/mime-types/canPlayType-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/embedded-content/the-img-element/srcset/select-an-image-source-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/embedded-content/the-img-element/update-the-source-set-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/forms/constraints/form-validation-validity-badInput-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/forms/constraints/form-validation-willValidate-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/forms/textfieldselection/selection-not-application-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/forms/the-input-element/color-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/forms/the-input-element/input-textselection-01-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/forms/the-input-element/type-change-state-expected.txt: Added.
* platform/win/http/tests/w3c/html/semantics/forms/the-input-element/valueMode-expected.txt: Added.
2015-09-04 Alexey Proskuryakov <ap@apple.com>
Fix lint warnings on iOS.
This enables the correct expectation for fast/events/scroll-in-scaled-page-with-overflow-hidden.html.
For other tests, I went with the expectation that was currently in effect.
Re-landing, as this had to be rolled out together with another patch.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-09-05 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189372 and r189403.
https://bugs.webkit.org/show_bug.cgi?id=148892
[iOS] All the media tests fail (Requested by ap on #webkit).
Reverted changesets:
"Unreviewed gardening; enabling media/ and http/tests/media/
tests (with expected failures) on ios-simulator"
http://trac.webkit.org/changeset/189372
"Fix lint warnings on iOS."
http://trac.webkit.org/changeset/189403
2015-09-04 Alexey Proskuryakov <ap@apple.com>
Add expectation for some tests that are very flaky on Windows.
* platform/win/TestExpectations:
2015-09-04 Alexey Proskuryakov <ap@apple.com>
Get rid of unneeded TestExpectations files.
* platform/mac-mavericks/TestExpectations: Removed.
* platform/mac-yosemite/TestExpectations: Removed.
* platform/mac/TestExpectations:
2015-09-04 Alexey Proskuryakov <ap@apple.com>
REGRESSION (r189407): webgl/1.0.3/conformance/extensions/webgl-draw-buffers.html
fails on Mavericks.
* platform/mac/TestExpectations: Mark it as such.
2015-09-04 Alexey Proskuryakov <ap@apple.com>
Newly imported http/tests/w3c/html/semantics/forms/textfieldselection/selection.html
is flaky.
* TestExpectations: Mark it as such.
2015-09-04 Alexey Proskuryakov <ap@apple.com>
Update expectations for color input tests, which don't work in Mac WebKit1.
* TestExpectations:
* platform/mac-wk1/TestExpectations:
2015-09-04 Myles C. Maxfield <mmaxfield@apple.com>
Crash when font completes downloading after calling 2D canvas setText() multiple times
https://bugs.webkit.org/show_bug.cgi?id=148789
Reviewed by Darin Adler.
* fast/canvas/font-selector-crash-expected.txt: Added.
* fast/canvas/font-selector-crash.html: Added.
* fast/canvas/resources/font-selector-crash.ttf: Added.
2015-09-04 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189386.
https://bugs.webkit.org/show_bug.cgi?id=148883
Made several event dispatch tests assert (Requested by ap on
#webkit).
Reverted changeset:
"dispatchEvent() should throw an InvalidStateError if the
event's initialized flag is not set"
https://bugs.webkit.org/show_bug.cgi?id=148800
http://trac.webkit.org/changeset/189386
2015-09-04 Zalan Bujtas <zalan@apple.com>
Repaint cleanup:
layer-child-outline.html -> reftest
layer-full-repaint.html -> reftest
layer-hide-when-needs-layout.html -> reftest
layer-visibility.html -> reftest
layout-state-only-positioned.html -> reftest
layout-state-relative.html -> reftest
layout-state-scrolloffset.html -> reftest
layout-state-scrolloffset2.html -> reftest
layout-state-scrolloffset3.html -> reftest
* fast/repaint/layer-child-outline-expected.html: Added.
* fast/repaint/layer-child-outline.html:
* fast/repaint/layer-full-repaint-expected.html: Added.
* fast/repaint/layer-full-repaint-expected.txt: Removed.
* fast/repaint/layer-full-repaint.html:
* fast/repaint/layer-hide-when-needs-layout-expected.html: Added.
* fast/repaint/layer-hide-when-needs-layout-expected.png: Removed.
* fast/repaint/layer-hide-when-needs-layout-expected.txt: Removed.
* fast/repaint/layer-hide-when-needs-layout.html:
* fast/repaint/layer-visibility-expected.html: Added.
* fast/repaint/layer-visibility-expected.png: Removed.
* fast/repaint/layer-visibility-expected.txt: Removed.
* fast/repaint/layer-visibility.html:
* fast/repaint/layout-state-only-positioned-expected.html: Added.
* fast/repaint/layout-state-only-positioned-expected.txt: Removed.
* fast/repaint/layout-state-only-positioned.html:
* fast/repaint/layout-state-relative-expected.html: Added.
* fast/repaint/layout-state-relative.html:
* fast/repaint/layout-state-scrolloffset-expected.html: Added.
* fast/repaint/layout-state-scrolloffset.html:
* fast/repaint/layout-state-scrolloffset2-expected.html: Added.
* fast/repaint/layout-state-scrolloffset2.html:
* fast/repaint/layout-state-scrolloffset3-expected.html: Added.
* fast/repaint/layout-state-scrolloffset3.html:
* platform/efl/fast/repaint/layer-child-outline-expected.png: Removed.
* platform/efl/fast/repaint/layer-child-outline-expected.txt: Removed.
* platform/efl/fast/repaint/layout-state-only-positioned-expected.png: Removed.
* platform/efl/fast/repaint/layout-state-relative-expected.png: Removed.
* platform/efl/fast/repaint/layout-state-relative-expected.txt: Removed.
* platform/efl/fast/repaint/layout-state-scrolloffset-expected.png: Removed.
* platform/efl/fast/repaint/layout-state-scrolloffset-expected.txt: Removed.
* platform/efl/fast/repaint/layout-state-scrolloffset2-expected.png: Removed.
* platform/efl/fast/repaint/layout-state-scrolloffset2-expected.txt: Removed.
* platform/efl/fast/repaint/layout-state-scrolloffset3-expected.png: Removed.
* platform/efl/fast/repaint/layout-state-scrolloffset3-expected.txt: Removed.
* platform/gtk/fast/repaint/layer-child-outline-expected.png: Removed.
* platform/gtk/fast/repaint/layer-child-outline-expected.txt: Removed.
* platform/gtk/fast/repaint/layout-state-only-positioned-expected.png: Removed.
* platform/gtk/fast/repaint/layout-state-relative-expected.png: Removed.
* platform/gtk/fast/repaint/layout-state-relative-expected.txt: Removed.
* platform/gtk/fast/repaint/layout-state-scrolloffset-expected.png: Removed.
* platform/gtk/fast/repaint/layout-state-scrolloffset-expected.txt: Removed.
* platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.png: Removed.
* platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.txt: Removed.
* platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.png: Removed.
* platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.txt: Removed.
* platform/mac-wk2/fast/repaint/layer-hide-when-needs-layout-expected.txt: Removed.
* platform/mac/fast/repaint/layer-child-outline-expected.png: Removed.
* platform/mac/fast/repaint/layer-child-outline-expected.txt: Removed.
* platform/mac/fast/repaint/layer-hide-when-needs-layout-expected.png: Removed.
* platform/mac/fast/repaint/layer-visibility-expected.png: Removed.
* platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Removed.
* platform/mac/fast/repaint/layout-state-relative-expected.png: Removed.
* platform/mac/fast/repaint/layout-state-relative-expected.txt: Removed.
* platform/mac/fast/repaint/layout-state-scrolloffset-expected.png: Removed.
* platform/mac/fast/repaint/layout-state-scrolloffset-expected.txt: Removed.
* platform/mac/fast/repaint/layout-state-scrolloffset2-expected.png: Removed.
* platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt: Removed.
* platform/mac/fast/repaint/layout-state-scrolloffset3-expected.png: Removed.
* platform/mac/fast/repaint/layout-state-scrolloffset3-expected.txt: Removed.
* platform/win/fast/repaint/layer-child-outline-expected.txt: Removed.
* platform/win/fast/repaint/layout-state-relative-expected.txt: Removed.
* platform/win/fast/repaint/layout-state-scrolloffset-expected.txt: Removed.
* platform/win/fast/repaint/layout-state-scrolloffset2-expected.txt: Removed.
* platform/win/fast/repaint/layout-state-scrolloffset3-expected.txt: Removed.
2015-09-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Add tests for DOM highlight commands
https://bugs.webkit.org/show_bug.cgi?id=148786
Reviewed by Timothy Hatcher.
* inspector/dom/hideHighlight-expected.txt: Added.
* inspector/dom/hideHighlight.html: Added.
* inspector/dom/highlightFrame-expected.txt: Added.
* inspector/dom/highlightFrame.html: Added.
* inspector/dom/highlightNode-expected.txt: Added.
* inspector/dom/highlightNode.html: Added.
* inspector/dom/highlightQuad-expected.txt: Added.
* inspector/dom/highlightQuad.html: Added.
* inspector/dom/highlightRect-expected.txt: Added.
* inspector/dom/highlightRect.html: Added.
* inspector/dom/highlightSelector-expected.txt:
* inspector/dom/highlightSelector.html:
* inspector/dom/resources/highlight-iframe.html: Renamed from LayoutTests/inspector/dom/resources/highlightSelector-iframe.html.
2015-09-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Test Runtime.saveResult and $n values
https://bugs.webkit.org/show_bug.cgi?id=148837
Reviewed by Timothy Hatcher.
* inspector/runtime/parse.html: Remove unncessary debug flag.
* inspector/runtime/saveResult-expected.txt: Added.
* inspector/runtime/saveResult.html: Added.
2015-09-04 Chris Dumez <cdumez@apple.com>
Unreviewed, land baseline for one of the newly imported w3c tests.
* http/tests/w3c/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-insert-into-iframe-expected.txt: Added.
2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
Import a Chromium <input type=color> test.
https://bugs.webkit.org/show_bug.cgi?id=148844
Reviewed by Andy Estes.
* fast/forms/color/color-suggestion-picker-crash-on-set-value-expected.txt: Added.
* fast/forms/color/color-suggestion-picker-crash-on-set-value.html: Added.
2015-09-04 Dean Jackson <dino@apple.com>
[WebGL] Update WebGL 1.0.3 conformance tests
https://bugs.webkit.org/show_bug.cgi?id=148858
<rdar://problem/22588694>
Reviewed by Beth Dakin.
Update to the final version of the 1.0.3 WebGL conformance suite.
At the same time, unskip the tests (other than the one that crashes)
and check in results that we can use as progressions (later).
* platform/mac/TestExpectations:
* webgl/1.0.3/conformance/extensions/oes-texture-half-float-expected.txt:
* webgl/1.0.3/conformance/extensions/webgl-compressed-texture-size-limit-expected.txt:
* webgl/1.0.3/conformance/extensions/webgl-draw-buffers-expected.txt:
* webgl/1.0.3/conformance/glsl/misc/shader-struct-scope-expected.txt:
* webgl/1.0.3/conformance/glsl/misc/shaders-with-invariance-expected.txt:
* webgl/1.0.3/conformance/glsl/misc/shaders-with-name-conflicts-expected.txt:
* webgl/1.0.3/conformance/glsl/misc/struct-nesting-of-variable-names-expected.txt:
* webgl/1.0.3/conformance/renderbuffers/feedback-loop-expected.txt:
* webgl/1.0.3/conformance/textures/texture-copying-feedback-loops-expected.txt:
* webgl/1.0.3/resources/webgl_test_files/conformance/extensions/angle-instanced-arrays.html:
* webgl/1.0.3/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html:
* webgl/1.0.3/resources/webgl_test_files/conformance/glsl/misc/ternary-operators-in-global-initializers.html:
* webgl/1.0.3/resources/webgl_test_files/conformance/misc/bad-arguments-test.html:
* webgl/1.0.3/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html:
* webgl/1.0.3/resources/webgl_test_files/conformance/more/unit.js:
* webgl/1.0.3/resources/webgl_test_files/conformance/ogles/ogles-utils.js:
(OpenGLESTestRunner):
* webgl/1.0.3/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html:
* webgl/1.0.3/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html:
* webgl/1.0.3/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-worker.js:
(onmessage):
* webgl/1.0.3/resources/webgl_test_files/webgl-conformance-tests.html:
2015-09-04 Beth Dakin <bdakin@apple.com>
Forgot to mark these expectations.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
2015-09-04 Chris Dumez <cdumez@apple.com>
Unreviewed, add bug number for http/tests/w3c/html/semantics/embedded-content/the-video-element/video_initially_paused.html
* TestExpectations:
2015-09-04 Alexey Proskuryakov <ap@apple.com>
Fix lint warnings on iOS.
This enables the correct expectation for fast/events/scroll-in-scaled-page-with-overflow-hidden.html.
As for other tests, I went with the expectation that was currently in effect.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-09-04 Chris Dumez <cdumez@apple.com>
Unreviewed, add bug number for http/tests/w3c/html/semantics/embedded-content/the-embed-element/embed-represent-nothing*.html
* TestExpectations:
2015-09-04 Eric Carlson <eric.carlson@apple.com>
[mediacontrols] Test AirPlay picker button
https://bugs.webkit.org/show_bug.cgi?id=148836
Reviewed by Dean Jackson.
* media/controls/airplay-picker-expected.txt: New test.
* media/controls/airplay-picker.html: New results.
2015-09-04 Beth Dakin <bdakin@apple.com>
Should have a test to make sure links don't navigate after a cancelled force
click
https://bugs.webkit.org/show_bug.cgi?id=148846
Reviewed by Tim Horton.
* fast/events/cancelled-force-click-link-navigation-expected.txt: Added.
* fast/events/cancelled-force-click-link-navigation.html: Added.
2015-09-04 Chris Dumez <cdumez@apple.com>
Unreviewed, add bug number for http/tests/w3c/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html
* TestExpectations:
2015-09-04 Chris Dumez <cdumez@apple.com>
Unreviewed, add bug number for http/tests/w3c/html/semantics/document-metadata/the-style-element/html_style_in_comment.html
* TestExpectations:
2015-09-04 Beth Dakin <bdakin@apple.com>
These tests should be skipped at the LayoutTests level and re-enabled for
WK2.
Rubber-stamped by Tim Horton.
* TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-mavericks/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/win/TestExpectations:
2015-09-04 Chris Dumez <cdumez@apple.com>
Import html/semantics test cases from W3C
https://bugs.webkit.org/show_bug.cgi?id=148822
<rdar://problem/22583647>
Reviewed by Ryosuke Niwa.
Import 486 html/semantics test cases from W3C.
They take ~30 seconds to run on my MacBookPro.
* TestExpectations:
* http/tests/w3c/html/semantics/*: Added.
2015-09-04 Tim Horton <timothy_horton@apple.com>
Fix style error in last commit.
* swipe/resources/swipe-test.js:
(eventQueue.callAfterEventDispatch):
2015-09-04 Tim Horton <timothy_horton@apple.com>
Add a test for r179736 (programmatic navigation during swipe causing a crash)
https://bugs.webkit.org/show_bug.cgi?id=148830
Reviewed by Beth Dakin.
* swipe/basic-cached-back-swipe.html:
* swipe/pushState-cached-back-swipe.html:
* swipe/resources/swipe-test.js:
(eventQueue.callAfterEventDispatch):
(initializeSwipeTest):
(initializeLog): Deleted.
* swipe/swipe-start-hysteresis-failures.html:
Refactor some things.
Make sure that we reset the back forward list before testing, because we expect
to start at the "first" item, but there is actually a about:blank before us.
* swipe/pushState-programmatic-back-while-swiping-crash-expected.txt: Added.
* swipe/pushState-programmatic-back-while-swiping-crash.html: Added.
Add a test that ensures that r179736 does not recur.
2015-09-04 Beth Dakin <bdakin@apple.com>
Should have a test for selection behavior when force clicking text
https://bugs.webkit.org/show_bug.cgi?id=148832
Reviewed by Tim Horton.
* fast/events/force-click-text-selection-behavior-expected.txt: Added.
* fast/events/force-click-text-selection-behavior.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-mavericks/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/win/TestExpectations:
2015-09-04 Beth Dakin <bdakin@apple.com>
Should have a test for selection behavior when deep clicking a link
https://bugs.webkit.org/show_bug.cgi?id=148827
Reviewed by Tim Horton.
* fast/events/force-click-link-selection-behavior-expected.txt: Added.
* fast/events/force-click-link-selection-behavior.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-mavericks/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2015-09-04 Beth Dakin <bdakin@apple.com>
Rolling this back in since these tests do still fail on the bots.
* platform/mac-wk2/TestExpectations:
2015-09-04 Chris Dumez <cdumez@apple.com>
dispatchEvent() should throw an InvalidStateError if the event's initialized flag is not set
https://bugs.webkit.org/show_bug.cgi?id=148800
<rdar://problem/22565782>
<rdar://problem/22565485>
Reviewed by Geoffrey Garen.
* dom/html/level2/events/dispatchEvent02-expected.txt:
* dom/html/level2/events/dispatchEvent03-expected.txt:
* dom/html/level2/events/dispatchEvent04-expected.txt:
* dom/html/level2/events/dispatchEvent05-expected.txt:
* dom/html/level2/events/dispatchEvent06-expected.txt:
* dom/html/level2/events/dispatchEvent07-expected.txt:
* dom/xhtml/level2/events/dispatchEvent02-expected.txt:
* dom/xhtml/level2/events/dispatchEvent03-expected.txt:
* dom/xhtml/level2/events/dispatchEvent04-expected.txt:
* dom/xhtml/level2/events/dispatchEvent05-expected.txt:
* dom/xhtml/level2/events/dispatchEvent06-expected.txt:
* dom/xhtml/level2/events/dispatchEvent07-expected.txt:
Rebaseline, those tests are outdated and their expected results no
longer matches the behavior of the latest DOM specification.
* fast/dom/DOMException/EventException-expected.txt: Removed.
* fast/dom/DOMException/EventException.html: Removed.
* fast/dom/DOMException/resources/EventException.js: Removed.
Drop this test we no longer throw an EventException in this case.
* fast/dom/Window/dispatchEvent-expected.txt:
Rebaseline.
* fast/events/dispatch-event-being-dispatched-expected.txt:
* fast/events/dispatch-event-being-dispatched.html:
Fix the test to expect the new exception types.
* http/tests/w3c/dom/events/Event-type-empty-expected.txt:
* http/tests/w3c/dom/events/EventTarget-dispatchEvent-expected.txt:
Rebaseline.
2015-09-04 Ryosuke Niwa <rniwa@webkit.org>
Triage some of the failures of the CSS WG's multicolumn tests imported in r189364.
* TestExpectations:
2015-09-04 Alexey Proskuryakov <ap@apple.com>
Test Serbian ".срб" domain support
https://bugs.webkit.org/show_bug.cgi?id=148761
<rdar://problem/22569849>
Reviewed by Tim Horton.
* fast/url/user-visible/srb-expected.txt: Added.
* fast/url/user-visible/srb.html: Added.
2015-09-04 Beth Dakin <bdakin@apple.com>
Rubber-stamped by Tim Horton.
The bots appear to have a new enough SDK now.
* platform/mac-wk2/TestExpectations:
2015-09-04 Zalan Bujtas <zalan@apple.com>
Repaint cleanup:
gradients-em-stops-repaint.html -> reftest
hover-pseudo-borders.html -> reftest
inline-block-resize.html -> reftest
inline-color-change.html -> reftest
inline-outline-repaint.html -> reftest
inline-relative-positioned.html -> reftest
intermediate-layout-position-clip.html -> reftest
intermediate-layout-position.html -> reftest
invisible-objects.html -> reftest
Unreviewed.
* fast/repaint/gradients-em-stops-repaint-expected.html: Added.
* fast/repaint/gradients-em-stops-repaint.html:
* fast/repaint/hover-pseudo-borders-expected.html: Added.
* fast/repaint/hover-pseudo-borders.html:
* fast/repaint/inline-block-resize-expected.html: Added.
* fast/repaint/inline-block-resize-expected.png: Removed.
* fast/repaint/inline-block-resize-expected.txt: Removed.
* fast/repaint/inline-block-resize.html:
* fast/repaint/inline-color-change-expected.html: Added.
* fast/repaint/inline-color-change.html:
* fast/repaint/inline-outline-repaint-expected.html: Added.
* fast/repaint/inline-outline-repaint.html:
* fast/repaint/inline-relative-positioned-expected.html: Added.
* fast/repaint/inline-relative-positioned-expected.png: Removed.
* fast/repaint/inline-relative-positioned-expected.txt: Removed.
* fast/repaint/inline-relative-positioned.html:
* fast/repaint/intermediate-layout-position-clip-expected.html: Added.
* fast/repaint/intermediate-layout-position-clip-expected.png: Removed.
* fast/repaint/intermediate-layout-position-clip-expected.txt: Removed.
* fast/repaint/intermediate-layout-position-clip.html:
* fast/repaint/intermediate-layout-position-expected.html: Added.
* fast/repaint/intermediate-layout-position-expected.txt: Removed.
* fast/repaint/intermediate-layout-position.html:
* fast/repaint/invisible-objects-expected.html: Added.
* fast/repaint/invisible-objects-expected.txt: Removed.
* fast/repaint/invisible-objects.html:
* platform/efl/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
* platform/efl/fast/repaint/gradients-em-stops-repaint-expected.txt: Removed.
* platform/efl/fast/repaint/hover-pseudo-borders-expected.png: Removed.
* platform/efl/fast/repaint/hover-pseudo-borders-expected.txt: Removed.
* platform/efl/fast/repaint/inline-color-change-expected.png: Removed.
* platform/efl/fast/repaint/inline-color-change-expected.txt: Removed.
* platform/efl/fast/repaint/inline-outline-repaint-expected.png: Removed.
* platform/efl/fast/repaint/inline-outline-repaint-expected.txt: Removed.
* platform/efl/fast/repaint/inline-relative-positioned-expected.txt: Removed.
* platform/efl/fast/repaint/intermediate-layout-position-expected.png: Removed.
* platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
* platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.txt: Removed.
* platform/gtk/fast/repaint/hover-pseudo-borders-expected.png: Removed.
* platform/gtk/fast/repaint/hover-pseudo-borders-expected.txt: Removed.
* platform/gtk/fast/repaint/inline-color-change-expected.png: Removed.
* platform/gtk/fast/repaint/inline-color-change-expected.txt: Removed.
* platform/gtk/fast/repaint/inline-outline-repaint-expected.png: Removed.
* platform/gtk/fast/repaint/inline-outline-repaint-expected.txt: Removed.
* platform/gtk/fast/repaint/inline-relative-positioned-expected.png: Removed.
* platform/gtk/fast/repaint/inline-relative-positioned-expected.txt: Removed.
* platform/gtk/fast/repaint/intermediate-layout-position-expected.png: Removed.
* platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.png: Removed.
* platform/gtk/fast/repaint/repaint/hover-pseudo-borders-expected.txt: Removed.
* platform/mac-wk2/fast/repaint/invisible-objects-expected.txt: Removed.
* platform/mac/fast/repaint/gradients-em-stops-repaint-expected.png: Removed.
* platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt: Removed.
* platform/mac/fast/repaint/hover-pseudo-borders-expected.png: Removed.
* platform/mac/fast/repaint/hover-pseudo-borders-expected.txt: Removed.
* platform/mac/fast/repaint/inline-block-resize-expected.png: Removed.
* platform/mac/fast/repaint/inline-color-change-expected.png: Removed.
* platform/mac/fast/repaint/inline-color-change-expected.txt: Removed.
* platform/mac/fast/repaint/inline-outline-repaint-expected.png: Removed.
* platform/mac/fast/repaint/inline-outline-repaint-expected.txt: Removed.
* platform/mac/fast/repaint/intermediate-layout-position-clip-expected.png: Removed.
* platform/mac/fast/repaint/intermediate-layout-position-expected.png: Removed.
* platform/mac/fast/repaint/invisible-objects-expected.png: Removed.
* platform/win/fast/repaint/inline-color-change-expected.txt: Removed.
* platform/win/fast/repaint/inline-outline-repaint-expected.txt: Removed.
2015-09-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Expand Console domain test coverage
https://bugs.webkit.org/show_bug.cgi?id=148740
Reviewed by Brian Burg.
Test more Console domain commands and events.
* inspector/console/addInspectedNode-expected.txt: Added.
* inspector/console/addInspectedNode.html: Added.
* inspector/console/clearMessages-expected.txt: Added.
* inspector/console/clearMessages.html: Added.
* inspector/console/messageRepeatCountUpdated-expected.txt: Added.
* inspector/console/messageRepeatCountUpdated.html: Added.
* inspector/console/messagesCleared-expected.txt: Added.
* inspector/console/messagesCleared.html: Added.
2015-09-04 Jer Noble <jer.noble@apple.com>
Unreviewed gardening; enabling media/ and http/tests/media/ tests (with expected failures) on ios-simulator
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/http/tests/media/hls/video-controls-live-stream-expected.txt: Added.
* platform/ios-simulator/media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added.
* platform/ios-simulator/media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added.
* platform/ios-simulator/media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added.
* platform/ios-simulator/media/audio-controls-rendering-expected.png: Added.
* platform/ios-simulator/media/audio-controls-rendering-expected.txt: Added.
* platform/ios-simulator/media/audio-repaint-expected.txt: Added.
* platform/ios-simulator/media/controls-after-reload-expected.png: Added.
* platform/ios-simulator/media/controls-after-reload-expected.txt: Added.
* platform/ios-simulator/media/controls-layout-direction-expected.png: Added.
* platform/ios-simulator/media/controls-strict-expected.png: Added.
* platform/ios-simulator/media/controls-strict-expected.txt: Added.
* platform/ios-simulator/media/controls-strict-mode-expected.txt: Added.
* platform/ios-simulator/media/controls-styling-expected.png: Added.
* platform/ios-simulator/media/controls-styling-expected.txt: Added.
* platform/ios-simulator/media/controls-styling-strict-expected.png: Added.
* platform/ios-simulator/media/controls-styling-strict-expected.txt: Added.
* platform/ios-simulator/media/controls-without-preload-expected.png: Added.
* platform/ios-simulator/media/controls-without-preload-expected.txt: Added.
* platform/ios-simulator/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
* platform/ios-simulator/media/media-can-play-wav-audio-expected.txt: Added.
* platform/ios-simulator/media/media-can-play-webm-expected.txt: Added.
* platform/ios-simulator/media/media-controls-clone-expected.png: Added.
* platform/ios-simulator/media/media-controls-clone-expected.txt: Added.
* platform/ios-simulator/media/media-document-audio-repaint-expected.png: Added.
* platform/ios-simulator/media/track/track-cue-rendering-horizontal-expected.png: Added.
* platform/ios-simulator/media/track/track-cue-rendering-horizontal-expected.txt: Added.
* platform/ios-simulator/media/track/track-cue-rendering-vertical-expected.png: Added.
* platform/ios-simulator/media/track/track-cue-rendering-vertical-expected.txt: Added.
* platform/ios-simulator/media/track/track-in-band-subtitles-too-large-expected.png: Added.
* platform/ios-simulator/media/video-aspect-ratio-expected.png: Added.
* platform/ios-simulator/media/video-aspect-ratio-expected.txt: Added.
* platform/ios-simulator/media/video-canvas-alpha-expected.png: Added.
* platform/ios-simulator/media/video-canvas-drawing-expected.png: Added.
* platform/ios-simulator/media/video-colorspace-yuv420-expected.png: Added.
* platform/ios-simulator/media/video-colorspace-yuv422-expected.png: Added.
* platform/ios-simulator/media/video-controls-captions-trackmenu-expected.txt: Added.
* platform/ios-simulator/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added.
* platform/ios-simulator/media/video-controls-captions-trackmenu-localized-expected.txt: Added.
* platform/ios-simulator/media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles-expected.txt: Added.
* platform/ios-simulator/media/video-controls-captions-trackmenu-sorted-expected.txt: Added.
* platform/ios-simulator/media/video-controls-no-scripting-expected.txt: Added.
* platform/ios-simulator/media/video-controls-rendering-expected.png: Added.
* platform/ios-simulator/media/video-controls-rendering-expected.txt: Added.
* platform/ios-simulator/media/video-display-toggle-expected.png: Added.
* platform/ios-simulator/media/video-display-toggle-expected.txt: Added.
* platform/ios-simulator/media/video-empty-source-expected.png: Added.
* platform/ios-simulator/media/video-empty-source-expected.txt: Added.
* platform/ios-simulator/media/video-frame-accurate-seek-expected.png: Added.
* platform/ios-simulator/media/video-layer-crash-expected.png: Added.
* platform/ios-simulator/media/video-layer-crash-expected.txt: Added.
* platform/ios-simulator/media/video-no-audio-expected.png: Added.
* platform/ios-simulator/media/video-no-audio-expected.txt: Added.
* platform/ios-simulator/media/video-playing-and-pause-expected.png: Added.
* platform/ios-simulator/media/video-playing-and-pause-expected.txt: Added.
* platform/ios-simulator/media/video-remove-insert-repaints-expected.png: Added.
* platform/ios-simulator/media/video-replaces-poster-expected.png: Added.
* platform/ios-simulator/media/video-transformed-expected.png: Added.
* platform/ios-simulator/media/video-transformed-expected.txt: Added.
* platform/ios-simulator/media/video-volume-slider-expected.png: Added.
* platform/ios-simulator/media/video-volume-slider-expected.txt: Added.
* platform/ios-simulator/media/video-zoom-controls-expected.png: Added.
* platform/ios-simulator/media/video-zoom-controls-expected.txt: Added.
* platform/ios-simulator/media/video-zoom-expected.png: Added.
* platform/ios-simulator/media/video-zoom-expected.txt: Added.
* platform/ios-simulator/media/volume-bar-empty-when-muted-expected.txt: Added.
2015-09-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Test RuntimeAgent.parse, detecting if a script parse error is recoverable
https://bugs.webkit.org/show_bug.cgi?id=148790
Reviewed by Timothy Hatcher.
* inspector/runtime/parse-expected.txt: Added.
* inspector/runtime/parse.html: Added.
2015-09-04 Tim Horton <timothy_horton@apple.com>
swipe-start-hysteresis-failures is flaky
https://bugs.webkit.org/show_bug.cgi?id=148809
Reviewed by Alexey Proskuryakov.
* swipe/swipe-start-hysteresis-failures.html:
* swipe/swipe-start-hysteresis-failures-expected.txt:
Instead of depending on the specific timing of didStartSwipe vs. the events
in this case, just make sure we hit it by the time the test finishes.
2015-09-04 Alexey Proskuryakov <ap@apple.com>
Skip newly imported IndexedDB test on iOS WebKit1, because IndexedDB only works with WebKit2.
* platform/ios-simulator-wk1/TestExpectations:
2015-09-04 Beth Dakin <bdakin@apple.com>
Need to be able to test default behaviors on force click
https://bugs.webkit.org/show_bug.cgi?id=148758
Reviewed by Tim Horton.
One new test that tests a regression found during the work for
http://trac.webkit.org/changeset/181660
* fast/events/force-click-on-link-navigation-expected.txt: Added.
* fast/events/force-click-on-link-navigation.html: Added.
* fast/events/resources/do-not-navigate-here.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-mavericks/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2015-09-04 Ryosuke Niwa <rniwa@webkit.org>
Import new multicolumn layout tests from CSS WG testss
https://bugs.webkit.org/show_bug.cgi?id=148805
Reviewed by Chris Dumez.
Added test expectations for newly imported tests.
* TestExpectations:
2015-09-04 Dean Jackson <dino@apple.com>
[mediacontrols] Test the ordering of elements in the controls panel
https://bugs.webkit.org/show_bug.cgi?id=148804
<rdar://problem/22579232>
Reviewed by Eric Carlson.
Add a new test that checks the visual order of the buttons and
elements in the controls panel. This is helpful because they
are not necessarily in that order within the DOM.
I also added caching of the current state to the testing helper,
to save generating the JSON status multiple times in subsequent
calls.
* media/controls/elementOrder.html: New test.
* media/controls/elementOrder-expected.txt: New results.
* media/controls/controls-test-helpers.js:
(ControlsTest):
(ControlsTest.prototype.get currentState): Added caching.
(ControlsTest.prototype.stateForControlsElement):
(ControlsTest.prototype.isGreaterThan): New test helper.
2015-09-03 Dean Jackson <dino@apple.com>
[mediacontrols] Expose bounding rectangles and computed style to testing
https://bugs.webkit.org/show_bug.cgi?id=148755
<rdar://problems/22567757>
Reviewed by Eric Carlson.
Update tests to exercise the computed style and bounding rectangles.
* media/controls/controls-test-helpers.js:
(ControlsTest.prototype.isNotZero):
(ControlsTest):
* media/controls/statusDisplay-expected.txt:
* media/controls/statusDisplay.html:
* media/controls/statusDisplayBad-expected.txt:
* media/controls/statusDisplayBad.html:
2015-09-04 Alexey Proskuryakov <ap@apple.com>
Add tests for different Unicode normalization forms in domain names
https://bugs.webkit.org/show_bug.cgi?id=148762
<rdar://problem/22569933>
Reviewed by Darin Adler.
* fast/url/user-visible/cyrillic-NFD-expected.txt: Added.
* fast/url/user-visible/cyrillic-NFD.html: Added.
2015-09-04 Chris Dumez <cdumez@apple.com>
Document.body should return the first body / frameset child of the html element
https://bugs.webkit.org/show_bug.cgi?id=148787
<rdar://problem/22566850>
Reviewed by Ryosuke Niwa.
Rebaseline test now that a new check is passing.
* http/tests/w3c/html/dom/documents/dom-tree-accessors/document.body-getter-expected.txt:
2015-09-04 Ryosuke Niwa <rniwa@webkit.org>
Import css/css-color-3
https://bugs.webkit.org/show_bug.cgi?id=148803
Reviewed by Chris Dumez.
* TestExpectations:
2015-09-04 Chris Dumez <cdumez@apple.com>
Unreviewed, add iOS-specific baselines for a couple of newly imported W3C tests.
* platform/ios-simulator/http/tests/w3c/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-expected.txt: Added.
* platform/ios-simulator/http/tests/w3c/html/dom/interfaces-expected.txt: Added.
2015-09-04 Alexey Proskuryakov <ap@apple.com>
iOS test gardening.
* platform/ios-simulator/TestExpectations: Skip pasteboard tests, as many of them
time out.
2015-09-04 Ryosuke Niwa <rniwa@webkit.org>
Range.isPointInRange check root node before verifying offset
https://bugs.webkit.org/show_bug.cgi?id=148776
isPointInRange should never throw WrongDocumentError
https://bugs.webkit.org/show_bug.cgi?id=148779
Reviewed by Darin Adler.
Rebaselined the test now that all test cases pass.
* http/tests/w3c/dom/ranges/Range-isPointInRange-expected.txt:
2015-09-04 Alexey Proskuryakov <ap@apple.com>
css3/flexbox/csswg/css-flexbox-height-animation-stretch.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143294
Reviewed by Dean Jackson.
* TestExpectations: This test is just inherently flaky.
2015-09-04 Aleksandr Skachkov <gskachkov@gmail.com>
[ES6] Implement ES6 arrow function syntax. Prototype of arrow function should be undefined
https://bugs.webkit.org/show_bug.cgi?id=147742
Reviewed by Saam Barati.
Added tests of prototype property for arrow function. Checks that arrow function does not have
prototype property after creating of it and check if it is possible to add/remove it later.
* js/arrowfunction-prototype-expected.txt: Added.
* js/arrowfunction-prototype.html: Added.
* js/script-tests/arrowfunction-prototype.js: Added.
2015-09-03 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline http/tests/w3c/html/dom/dynamic-markup-insertion/opening-the-input-stream/007.html
This is a new test.
* http/tests/w3c/html/dom/dynamic-markup-insertion/opening-the-input-stream/007-expected.txt:
2015-09-03 Ryosuke Niwa <rniwa@webkit.org>
Range.comparePoint shouldn't throw an exception if the range and the node are in the same detached tree
https://bugs.webkit.org/show_bug.cgi?id=148733
Reviewed by Chris Dumez.
Added a regression test and rebaselined a W3C test with more test cases passing.
* fast/dom/Range/range-comparePoint-detached-nodes-expected.txt: Added.
* fast/dom/Range/range-comparePoint-detached-nodes.html: Added.
* http/tests/w3c/dom/ranges/Range-set-expected.txt:
2015-09-03 Tim Horton <timothy_horton@apple.com>
Add a test for swipe-start hysteresis
https://bugs.webkit.org/show_bug.cgi?id=148756
Reviewed by Anders Carlsson.
* swipe/basic-cached-back-swipe.html:
* swipe/pushState-cached-back-swipe.html:
* swipe/resources/swipe-test.js:
(testComplete):
* swipe/swipe-start-hysteresis-failures.html: Added.
* swipe/swipe-start-hysteresis-failures-expected.txt: Added.
2015-09-03 Tim Horton <timothy_horton@apple.com>
Un-skip swipe tests on Mavericks
* platform/mac-mavericks/TestExpectations:
This skip didn't work anyway because the fallback order is insane.
2015-09-03 Chris Dumez <cdumez@apple.com>
Import W3C HTML/DOM test suite from github.com/w3c/web-platform-tests
https://bugs.webkit.org/show_bug.cgi?id=148736
<rdar://problem/22551968>
Reviewed by Ryosuke Niwa.
Import W3C HTML/DOM test suite from github.com/w3c/web-platform-tests
to get better coverage. This includes 230 tests. They run in ~15 seconds
for a release build / ~20 seconds for a debug build on a MacBookPro.
* TestExpectations:
* http/tests/w3c/html/dom/*: Added.
New test suite.
2015-09-03 Alexey Proskuryakov <ap@apple.com>
Remove empty LayoutTests/platform/ios-sim-deprecated
* platform/ios-sim-deprecated: Removed.
2015-09-03 Alexey Proskuryakov <ap@apple.com>
Consolidate iOS pasteboard test failures.
Per-process pasteboard is not implemented in iOS DumpRenderTree and WebKitTestRunner,
so pasteboard tests interfere with each other.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-09-03 Tim Horton <timothy_horton@apple.com>
Add a test for swiping back after a same-document navigation
https://bugs.webkit.org/show_bug.cgi?id=148751
Reviewed by Beth Dakin.
* swipe/pushState-cached-back-swipe.html: Added.
2015-09-03 Andy Estes <aestes@apple.com>
REGRESSION: http/tests/contentfiltering/block-after-redirect.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148684
Reviewed by Alexey Proskuryakov.
Wait for the iframe to load the blocked page before finishing the test.
* http/tests/contentfiltering/block-after-redirect.html:
* platform/mac-wk2/TestExpectations:
2015-09-03 Tim Horton <timothy_horton@apple.com>
[Mac] Add support for testing swipes
https://bugs.webkit.org/show_bug.cgi?id=148700
Reviewed by Beth Dakin.
* swipe/basic-cached-back-swipe-expected.txt: Added.
* swipe/basic-cached-back-swipe.html: Added.
* swipe/resources/swipe-test.js: Added.
(eventQueue.enqueueScrollEvent):
(eventQueue.enqueueSwipeEvent):
(eventQueue.hasPendingEvents):
(eventQueue._processEventQueue):
(eventQueue._processEventQueueSoon):
(shouldBe):
(log):
(dumpLog):
(initializeLog):
(startMeasuringDuration):
(measuredDurationShouldBeLessThan):
Add a test for the simplest case, a back swipe after a normal navigation
with the page cache enabled.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
Disable these tests everywhere except Mac WebKit2.
2015-09-03 Alexey Proskuryakov <ap@apple.com>
Test Russian ".рф" domain support
https://bugs.webkit.org/show_bug.cgi?id=148721
Reviewed by Darin Adler.
* TestExpectations:
* fast/url/user-visible: Added.
* fast/url/user-visible/rf-expected.txt: Added.
* fast/url/user-visible/rf.html: Added.
* platform/mac/TestExpectations:
2015-09-03 Chris Dumez <cdumez@apple.com>
document.createEvent("eventname") should do a case-insensitive match on the event name
https://bugs.webkit.org/show_bug.cgi?id=148738
<rdar://problem/22558709>
Reviewed by Andreas Kling.
Rebaseline test now that some checks are passing.
* http/tests/w3c/dom/nodes/Document-createEvent-expected.txt:
2015-09-03 Saam barati <sbarati@apple.com>
Block scoped variables should be visible across scripts
https://bugs.webkit.org/show_bug.cgi?id=147813
Reviewed by Filip Pizlo.
* js/dom/const-expected.txt:
* js/dom/const.html:
2015-09-02 Ryosuke Niwa <rniwa@webkit.org>
MutationObserver should accept attributeFilter, attributeOldValue, and characterDataOldValue on their own
https://bugs.webkit.org/show_bug.cgi?id=148716
Reviewed by Chris Dumez.
Updated the expected results.
Also added test cases to make sure explicitly setting attributes and characterData options to false along
with attributeOldValue, attributeFilter, and characterDataOldValue would throw.
* fast/dom/MutationObserver/observe-exceptions-expected.txt:
* fast/dom/MutationObserver/observe-exceptions.html:
* http/tests/w3c/dom/nodes/MutationObserver-attributes-expected.txt:
* http/tests/w3c/dom/nodes/MutationObserver-characterData-expected.txt:
2015-09-02 Ryosuke Niwa <rniwa@webkit.org>
Node.textContent = undefined should be equivalent to textContent = ""
https://bugs.webkit.org/show_bug.cgi?id=148729
Reviewed by Darin Adler.
Rebaselined the test now that test cases pass.
* http/tests/w3c/dom/nodes/Node-textContent-expected.txt:
2015-09-01 Alexey Proskuryakov <ap@apple.com>
Mark http/tests/contentfiltering/block-after-redirect.html as flaky for
https://bugs.webkit.org/show_bug.cgi?id=148684
* platform/mac-wk2/TestExpectations:
2015-09-02 Zalan Bujtas <zalan@apple.com>
Repaint cleanup:
fixed.html
fixed-scale.html
fixed-table-cell.html
fixed-table-overflow.html
fixed-table-overflow-zindex.html
fixed-to-relative-position-with-absolute-child.html
fixed-tranformed.html
float-in-new-block-with-layout-delta.html
float-move-during-layout.html
float-new-in-block.html
Unreviewed.
* fast/repaint/fixed-expected.html: Added.
* fast/repaint/fixed-scale-expected.html: Added.
* fast/repaint/fixed-scale-expected.png: Removed.
* fast/repaint/fixed-scale-expected.txt: Removed.
* fast/repaint/fixed-scale.html:
* fast/repaint/fixed-table-cell-expected.html: Added.
* fast/repaint/fixed-table-cell-expected.png: Removed.
* fast/repaint/fixed-table-cell-expected.txt: Removed.
* fast/repaint/fixed-table-cell.html:
* fast/repaint/fixed-table-overflow-expected.html: Added.
* fast/repaint/fixed-table-overflow-expected.png: Removed.
* fast/repaint/fixed-table-overflow-expected.txt: Removed.
* fast/repaint/fixed-table-overflow-zindex-expected.html: Added.
* fast/repaint/fixed-table-overflow-zindex-expected.png: Removed.
* fast/repaint/fixed-table-overflow-zindex-expected.txt: Removed.
* fast/repaint/fixed-table-overflow-zindex.html:
* fast/repaint/fixed-table-overflow.html:
* fast/repaint/fixed-to-relative-position-with-absolute-child-expected.html: Added.
* fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
* fast/repaint/fixed-to-relative-position-with-absolute-child-expected.txt: Removed.
* fast/repaint/fixed-to-relative-position-with-absolute-child.html:
* fast/repaint/fixed-tranformed-expected.html: Added.
* fast/repaint/fixed-tranformed-expected.png: Removed.
* fast/repaint/fixed-tranformed-expected.txt: Removed.
* fast/repaint/fixed-tranformed.html:
* fast/repaint/fixed.html:
* fast/repaint/float-in-new-block-with-layout-delta-expected.html: Added.
* fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
* fast/repaint/float-in-new-block-with-layout-delta-expected.txt: Removed.
* fast/repaint/float-in-new-block-with-layout-delta.html:
* fast/repaint/float-move-during-layout-expected.html: Added.
* fast/repaint/float-move-during-layout.html:
* fast/repaint/float-new-in-block-expected.html: Added.
* fast/repaint/float-new-in-block-expected.txt: Removed.
* fast/repaint/float-new-in-block.html:
* platform/efl/fast/repaint/fixed-expected.png: Removed.
* platform/efl/fast/repaint/fixed-expected.txt: Removed.
* platform/efl/fast/repaint/float-move-during-layout-expected.png: Removed.
* platform/efl/fast/repaint/float-move-during-layout-expected.txt: Removed.
* platform/efl/fast/repaint/float-new-in-block-expected.png: Removed.
* platform/gtk/fast/repaint/fixed-expected.png: Removed.
* platform/gtk/fast/repaint/fixed-expected.txt: Removed.
* platform/gtk/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
* platform/gtk/fast/repaint/float-move-during-layout-expected.png: Removed.
* platform/gtk/fast/repaint/float-move-during-layout-expected.txt: Removed.
* platform/gtk/fast/repaint/float-new-in-block-expected.png: Removed.
* platform/mac/fast/repaint/fixed-expected.png: Removed.
* platform/mac/fast/repaint/fixed-expected.txt: Removed.
* platform/mac/fast/repaint/fixed-scale-expected.png: Removed.
* platform/mac/fast/repaint/fixed-table-cell-expected.png: Removed.
* platform/mac/fast/repaint/fixed-table-overflow-expected.png: Removed.
* platform/mac/fast/repaint/fixed-table-overflow-zindex-expected.png: Removed.
* platform/mac/fast/repaint/fixed-tranformed-expected.png: Removed.
* platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
* platform/mac/fast/repaint/float-move-during-layout-expected.png: Removed.
* platform/mac/fast/repaint/float-move-during-layout-expected.txt: Removed.
* platform/mac/fast/repaint/float-new-in-block-expected.png: Removed.
* platform/win/fast/repaint/fixed-expected.txt: Removed.
* platform/win/fast/repaint/float-move-during-layout-expected.txt: Removed.
2015-09-02 Brady Eidson <beidson@apple.com>
Import W3C IndexedDB tests.
https://bugs.webkit.org/show_bug.cgi?id=148713
Reviewed by Tim Horton' rubber stamp.
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
* platform/wk2/TestExpectations:
2015-09-02 Zalan Bujtas <zalan@apple.com>
r189233 accidentally removed some unrelated expected results.
https://bugs.webkit.org/show_bug.cgi?id=148708
Unreviewed.
* platform/efl/compositing/repaint/content-into-overflow-expected.png: Added.
* platform/efl/compositing/repaint/content-into-overflow-expected.txt: Added.
* platform/efl/fast/forms/control-clip-expected.png: Added.
* platform/efl/fast/forms/control-clip-expected.txt: Added.
* platform/gtk/fast/forms/control-clip-expected.png: Added.
* platform/gtk/fast/forms/control-clip-expected.txt: Added.
* platform/ios-simulator-wk2/fast/forms/control-clip-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/content-into-overflow-expected.txt: Added.
* platform/ios-simulator/fast/forms/control-clip-expected.txt: Added.
* platform/mac-mavericks/fast/forms/control-clip-expected.png: Added.
* platform/mac-mavericks/fast/forms/control-clip-expected.txt: Added.
* platform/mac/compositing/repaint/content-into-overflow-expected.png: Added.
* platform/mac/compositing/repaint/content-into-overflow-expected.txt: Added.
* platform/mac/fast/forms/control-clip-expected.png: Added.
* platform/mac/fast/forms/control-clip-expected.txt: Added.
* platform/win/fast/forms/control-clip-expected.txt: Added.
2015-09-02 Chris Fleizach <cfleizach@apple.com>
AX: WebKit does not expose max/min value of <progress> element
https://bugs.webkit.org/show_bug.cgi?id=148707
Reviewed by Mario Sanchez Prada.
* accessibility/mac/progress-element-min-max-expected.txt: Added.
* accessibility/mac/progress-element-min-max.html: Added.
2015-09-01 Dean Jackson <dino@apple.com>
[mediacontrols] Improve media controls testing helpers
https://bugs.webkit.org/show_bug.cgi?id=148697
<rdar://problem/22530876>
Reviewed by Eric Carlson.
Implement a more modern-looking testing API for media
controls tests, and update the existing tests to
use the new API.
* media/controls/basic-expected.txt:
* media/controls/basic.html:
* media/controls/controls-test-helpers.js:
(ControlsTest): New class for helping testing.
(statusForControlsElement): Deleted.
* media/controls/showControlsButton-expected.txt:
* media/controls/showControlsButton.html:
* media/controls/statusDisplay-expected.txt:
* media/controls/statusDisplay.html:
* media/controls/statusDisplayBad-expected.txt:
* media/controls/statusDisplayBad.html:
2015-09-02 Chris Dumez <cdumez@apple.com>
document.createProcessingInstruction() does not behave according to specification
https://bugs.webkit.org/show_bug.cgi?id=148710
Reviewed by Ryosuke Niwa.
Update / rebaseline existing tests.
* dom/html/level1/core/documentinvalidcharacterexceptioncreatepi-expected.txt:
* dom/html/level1/core/documentinvalidcharacterexceptioncreatepi1-expected.txt:
* fast/dom/Node/initial-values-expected.txt:
* fast/dom/Node/script-tests/initial-values.js:
* http/tests/w3c/dom/nodes/CharacterData-remove-expected.txt:
* http/tests/w3c/dom/nodes/Document-createProcessingInstruction-expected.txt:
* http/tests/w3c/dom/nodes/Document-createProcessingInstruction-xhtml-expected.txt:
* http/tests/w3c/dom/nodes/Node-cloneNode-expected.txt:
* http/tests/w3c/dom/nodes/Node-insertBefore-expected.txt:
* http/tests/w3c/dom/nodes/Node-nodeValue-expected.txt:
* http/tests/w3c/dom/nodes/Node-textContent-expected.txt:
2015-09-02 Chris Dumez <cdumez@apple.com>
http/tests/w3c/dom/nodes/Element-matches.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148615
Reviewed by Ryosuke Niwa.
Unskip the tests and rebaseline them now that the target pseudo selector
checks are consistently passing.
* TestExpectations:
* http/tests/w3c/dom/nodes/Element-matches-expected.txt:
* http/tests/w3c/dom/nodes/ParentNode-querySelector-All-expected.txt:
* http/tests/w3c/dom/nodes/ParentNode-querySelector-All-xhtml-expected.txt:
2015-09-02 Daniel Bates <dabates@apple.com>
Update iOS TestExpectations files
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-09-02 Chris Dumez <cdumez@apple.com>
http/tests/navigation/anchor-frames-same-origin.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148690
Reviewed by Zalan Bujtas.
This is a temporary workaround for Bug 148690, until we have time
to investigate why scroll propagation does not work properly if
the frame is not already layed out when we scroll to the anchor.
This change updates the test to force a layout in the grandchild
frame before we scroll to the anchor. With this change, the test
is consistently passing when run on its own or after others.
* http/tests/navigation/resources/grandchild-with-anchor.html:
2015-09-02 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189241.
https://bugs.webkit.org/show_bug.cgi?id=148703
These tests crash with assertions (Requested by ap on
#webkit).
Reverted changeset:
"Web Inspector: Move PrettyPrinting tests into LayoutTests"
https://bugs.webkit.org/show_bug.cgi?id=148698
http://trac.webkit.org/changeset/189241
2015-09-01 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Move PrettyPrinting tests into LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=148698
Reviewed by Timothy Hatcher.
* inspector/codemirror/resources/prettyprinting/css-rule-tests/*: Renamed from Source/WebInspectorUI/Tools/PrettyPrinting/css-rule-tests/*.
* inspector/codemirror/resources/prettyprinting/css-tests/*: Renamed from Source/WebInspectorUI/Tools/PrettyPrinting/css-tests/*.
* inspector/codemirror/resources/prettyprinting/javascript-tests/*: Renamed from Source/WebInspectorUI/Tools/PrettyPrinting/js-tests/*.
Move tests from PrettyPrinting tools into LayoutTests.
* inspector/codemirror/prettyprinting-css-expected.txt: Added.
* inspector/codemirror/prettyprinting-css-rules-expected.txt: Added.
* inspector/codemirror/prettyprinting-css-rules.html: Added.
* inspector/codemirror/prettyprinting-css.html: Added.
* inspector/codemirror/prettyprinting-javascript-expected.txt: Added.
* inspector/codemirror/prettyprinting-javascript.html: Added.
Add tests per CodeMirror mode.
* inspector/codemirror/resources/prettyprinting/utilities.js: Added.
(TestPage.registerInitializer):
Shared code between the pretty printing tests.
2015-09-01 Chris Dumez <cdumez@apple.com>
Range API should throw a TypeError for null Node parameters
https://bugs.webkit.org/show_bug.cgi?id=148692
Reviewed by Ryosuke Niwa.
Update / rebaseline existing tests.
* fast/dom/Range/range-compareNode.html:
* fast/dom/Range/range-intersectsNode-expected.txt:
* fast/text/text-combine-crash-expected.txt:
* http/tests/w3c/dom/interfaces-expected.txt:
* http/tests/w3c/dom/ranges/Range-comparePoint-2-expected.txt:
* http/tests/w3c/dom/ranges/Range-intersectsNode-binding-expected.txt:
2015-09-01 Jeremy Jones <jeremyj@apple.com>
Unreviewed, Layout Test http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html is failing
https://bugs.webkit.org/show_bug.cgi?id=148688
Skip inspector test that times out on windows.
* platform/win/TestExpectations:
2015-09-01 Chris Dumez <cdumez@apple.com>
Unreviewed, mark http/tests/w3c/dom/nodes/ParentNode-querySelector-All.html as flaky.
This is tracked by Bug 148615.
* TestExpectations:
2015-09-01 Jeremy Jones <jeremyj@apple.com>
Update iOS TestExpectations files.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-09-01 Zalan Bujtas <zalan@apple.com>
Repaint cleanup:
button-spurious-layout-hint.html -> reftest
change-transform.html -> reftest
clip-with-layout-delta.html -> reftest
clipped-relative.html -> reftest
containing-block-position-change.html -> reftest
content-into-overflow.html -> reftest
continuation-after-outline.html -> reftest
control-clip.html -> reftest
create-layer-repaint.html -> reftest
dynamic-table-vertical-alignment-change.html -> reftest
erase-overflow.html -> reftest
fixed-position-transparency-with-overflow.html -> reftest
Unreviewed.
* fast/repaint/button-spurious-layout-hint-expected.html: Added.
* fast/repaint/button-spurious-layout-hint-expected.png: Removed.
* fast/repaint/button-spurious-layout-hint.html:
* fast/repaint/change-transform-expected.html: Copied from LayoutTests/fast/repaint/change-transform.html.
* fast/repaint/change-transform.html:
* fast/repaint/clip-with-layout-delta-expected.html: Copied from LayoutTests/fast/repaint/clip-with-layout-delta.html.
* fast/repaint/clip-with-layout-delta-expected.txt: Removed.
* fast/repaint/clip-with-layout-delta.html:
* fast/repaint/clipped-relative-expected.html: Copied from LayoutTests/fast/repaint/clipped-relative.html.
* fast/repaint/clipped-relative.html:
* fast/repaint/containing-block-position-change-expected.html: Copied from LayoutTests/fast/repaint/containing-block-position-change.html.
* fast/repaint/containing-block-position-change.html:
* fast/repaint/content-into-overflow-expected.html: Copied from LayoutTests/fast/repaint/content-into-overflow.html.
* fast/repaint/content-into-overflow-expected.png: Removed.
* fast/repaint/content-into-overflow-expected.txt: Removed.
* fast/repaint/content-into-overflow.html:
* fast/repaint/continuation-after-outline-expected.html: Copied from LayoutTests/fast/repaint/continuation-after-outline.html.
* fast/repaint/continuation-after-outline.html:
* fast/repaint/control-clip-expected.html: Copied from LayoutTests/fast/repaint/control-clip.html.
* fast/repaint/control-clip.html:
* fast/repaint/create-layer-repaint-expected.html: Copied from LayoutTests/fast/repaint/create-layer-repaint.html.
* fast/repaint/create-layer-repaint.html:
* fast/repaint/dynamic-table-vertical-alignment-change-expected.html: Copied from LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change.html.
* fast/repaint/dynamic-table-vertical-alignment-change.html:
* fast/repaint/erase-overflow-expected.html: Copied from LayoutTests/fast/repaint/erase-overflow.html.
* fast/repaint/erase-overflow-expected.png: Removed.
* fast/repaint/erase-overflow-expected.txt: Removed.
* fast/repaint/erase-overflow.html:
* fast/repaint/fixed-position-transparency-with-overflow-expected.html: Added.
* fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
* fast/repaint/fixed-position-transparency-with-overflow-expected.txt: Removed.
* fast/repaint/fixed-position-transparency-with-overflow.html:
* platform/efl/compositing/repaint/content-into-overflow-expected.png: Removed.
* platform/efl/compositing/repaint/content-into-overflow-expected.txt: Removed.
* platform/efl/fast/forms/control-clip-expected.png: Removed.
* platform/efl/fast/forms/control-clip-expected.txt: Removed.
* platform/efl/fast/repaint/button-spurious-layout-hint-expected.txt: Removed.
* platform/efl/fast/repaint/change-transform-expected.png: Removed.
* platform/efl/fast/repaint/change-transform-expected.txt: Removed.
* platform/efl/fast/repaint/clip-with-layout-delta-expected.png: Removed.
* platform/efl/fast/repaint/clipped-relative-expected.png: Removed.
* platform/efl/fast/repaint/clipped-relative-expected.txt: Removed.
* platform/efl/fast/repaint/containing-block-position-change-expected.png: Removed.
* platform/efl/fast/repaint/containing-block-position-change-expected.txt: Removed.
* platform/efl/fast/repaint/continuation-after-outline-expected.png: Removed.
* platform/efl/fast/repaint/continuation-after-outline-expected.txt: Removed.
* platform/efl/fast/repaint/control-clip-expected.png: Removed.
* platform/efl/fast/repaint/control-clip-expected.txt: Removed.
* platform/efl/fast/repaint/create-layer-repaint-expected.png: Removed.
* platform/efl/fast/repaint/create-layer-repaint-expected.txt: Removed.
* platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Removed.
* platform/efl/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt: Removed.
* platform/gtk/fast/forms/control-clip-expected.png: Removed.
* platform/gtk/fast/forms/control-clip-expected.txt: Removed.
* platform/gtk/fast/repaint/button-spurious-layout-hint-expected.txt: Removed.
* platform/gtk/fast/repaint/change-transform-expected.png: Removed.
* platform/gtk/fast/repaint/change-transform-expected.txt: Removed.
* platform/gtk/fast/repaint/clip-with-layout-delta-expected.png: Removed.
* platform/gtk/fast/repaint/clipped-relative-expected.png: Removed.
* platform/gtk/fast/repaint/clipped-relative-expected.txt: Removed.
* platform/gtk/fast/repaint/containing-block-position-change-expected.png: Removed.
* platform/gtk/fast/repaint/containing-block-position-change-expected.txt: Removed.
* platform/gtk/fast/repaint/continuation-after-outline-expected.png: Removed.
* platform/gtk/fast/repaint/continuation-after-outline-expected.txt: Removed.
* platform/gtk/fast/repaint/control-clip-expected.png: Removed.
* platform/gtk/fast/repaint/control-clip-expected.txt: Removed.
* platform/gtk/fast/repaint/create-layer-repaint-expected.png: Removed.
* platform/gtk/fast/repaint/create-layer-repaint-expected.txt: Removed.
* platform/gtk/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Removed.
* platform/gtk/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/control-clip-expected.txt: Removed.
* platform/ios-simulator/compositing/repaint/content-into-overflow-expected.txt: Removed.
* platform/ios-simulator/fast/forms/control-clip-expected.txt: Removed.
* platform/mac-mavericks/fast/forms/control-clip-expected.png: Removed.
* platform/mac-mavericks/fast/forms/control-clip-expected.txt: Removed.
* platform/mac-mavericks/fast/repaint/control-clip-expected.png: Removed.
* platform/mac-mavericks/fast/repaint/control-clip-expected.txt: Removed.
* platform/mac/compositing/repaint/content-into-overflow-expected.png: Removed.
* platform/mac/compositing/repaint/content-into-overflow-expected.txt: Removed.
* platform/mac/fast/forms/control-clip-expected.png: Removed.
* platform/mac/fast/forms/control-clip-expected.txt: Removed.
* platform/mac/fast/repaint/button-spurious-layout-hint-expected.png: Removed.
* platform/mac/fast/repaint/button-spurious-layout-hint-expected.txt: Removed.
* platform/mac/fast/repaint/change-transform-expected.png: Removed.
* platform/mac/fast/repaint/change-transform-expected.txt: Removed.
* platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Removed.
* platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Removed.
* platform/mac/fast/repaint/clipped-relative-expected.png: Removed.
* platform/mac/fast/repaint/clipped-relative-expected.txt: Removed.
* platform/mac/fast/repaint/containing-block-position-change-expected.png: Removed.
* platform/mac/fast/repaint/containing-block-position-change-expected.txt: Removed.
* platform/mac/fast/repaint/content-into-overflow-expected.png: Removed.
* platform/mac/fast/repaint/continuation-after-outline-expected.png: Removed.
* platform/mac/fast/repaint/continuation-after-outline-expected.txt: Removed.
* platform/mac/fast/repaint/control-clip-expected.png: Removed.
* platform/mac/fast/repaint/control-clip-expected.txt: Removed.
* platform/mac/fast/repaint/create-layer-repaint-expected.png: Removed.
* platform/mac/fast/repaint/create-layer-repaint-expected.txt: Removed.
* platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Removed.
* platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt: Removed.
* platform/mac/fast/repaint/erase-overflow-expected.png: Removed.
* platform/mac/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
* platform/win/fast/forms/control-clip-expected.txt: Removed.
* platform/win/fast/repaint/change-transform-expected.txt: Removed.
* platform/win/fast/repaint/clipped-relative-expected.txt: Removed.
* platform/win/fast/repaint/containing-block-position-change-expected.txt: Removed.
* platform/win/fast/repaint/control-clip-expected.png: Removed.
* platform/win/fast/repaint/control-clip-expected.txt: Removed.
* platform/win/fast/repaint/create-layer-repaint-expected.txt: Removed.
* platform/win/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt: Removed.
2015-09-01 Zalan Bujtas <zalan@apple.com>
Repaint cleanup:
box-shadow-dynamic.html -> reftest
box-shadow-inset-repaint.html -> reftest
bugzilla-3509.html -> reftest
bugzilla-5699.html -> reftest
bugzilla-6278.html -> reftest
bugzilla-6388.html -> reftest
bugzilla-6473.html -> reftest
bugzilla-7235.html -> reftest
Unreviewed.
* fast/repaint/box-shadow-dynamic-expected.html: Copied from LayoutTests/fast/repaint/box-shadow-dynamic.html.
* fast/repaint/box-shadow-dynamic.html:
* fast/repaint/box-shadow-inset-repaint-expected.html: Added.
* fast/repaint/box-shadow-inset-repaint-expected.txt: Removed.
* fast/repaint/box-shadow-inset-repaint.html:
* fast/repaint/bugzilla-3509-expected.html: Copied from LayoutTests/fast/repaint/bugzilla-3509.html.
* fast/repaint/bugzilla-3509.html:
* fast/repaint/bugzilla-5699-expected.html: Copied from LayoutTests/fast/repaint/bugzilla-5699.html.
* fast/repaint/bugzilla-5699.html:
* fast/repaint/bugzilla-6278-expected.html: Copied from LayoutTests/fast/repaint/bugzilla-6278.html.
* fast/repaint/bugzilla-6278.html:
* fast/repaint/bugzilla-6388-expected.html: Copied from LayoutTests/fast/repaint/bugzilla-6388.html.
* fast/repaint/bugzilla-6388.html:
* fast/repaint/bugzilla-6473-expected.html: Copied from LayoutTests/fast/repaint/bugzilla-6473.html.
* fast/repaint/bugzilla-6473.html:
* fast/repaint/bugzilla-7235-expected.html: Copied from LayoutTests/fast/repaint/bugzilla-7235.html.
* fast/repaint/bugzilla-7235.html:
* platform/efl/fast/repaint/box-shadow-dynamic-expected.png: Removed.
* platform/efl/fast/repaint/box-shadow-dynamic-expected.txt: Removed.
* platform/efl/fast/repaint/box-shadow-inset-repaint-expected.png: Removed.
* platform/efl/fast/repaint/bugzilla-3509-expected.png: Removed.
* platform/efl/fast/repaint/bugzilla-3509-expected.txt: Removed.
* platform/efl/fast/repaint/bugzilla-5699-expected.png: Removed.
* platform/efl/fast/repaint/bugzilla-5699-expected.txt: Removed.
* platform/efl/fast/repaint/bugzilla-6278-expected.png: Removed.
* platform/efl/fast/repaint/bugzilla-6278-expected.txt: Removed.
* platform/efl/fast/repaint/bugzilla-6388-expected.png: Removed.
* platform/efl/fast/repaint/bugzilla-6388-expected.txt: Removed.
* platform/efl/fast/repaint/bugzilla-6473-expected.png: Removed.
* platform/efl/fast/repaint/bugzilla-6473-expected.txt: Removed.
* platform/efl/fast/repaint/bugzilla-7235-expected.png: Removed.
* platform/efl/fast/repaint/bugzilla-7235-expected.txt: Removed.
* platform/gtk/fast/repaint/box-shadow-dynamic-expected.png: Removed.
* platform/gtk/fast/repaint/box-shadow-dynamic-expected.txt: Removed.
* platform/gtk/fast/repaint/box-shadow-inset-repaint-expected.png: Removed.
* platform/gtk/fast/repaint/bugzilla-3509-expected.png: Removed.
* platform/gtk/fast/repaint/bugzilla-3509-expected.txt: Removed.
* platform/gtk/fast/repaint/bugzilla-5699-expected.png: Removed.
* platform/gtk/fast/repaint/bugzilla-5699-expected.txt: Removed.
* platform/gtk/fast/repaint/bugzilla-6278-expected.png: Removed.
* platform/gtk/fast/repaint/bugzilla-6278-expected.txt: Removed.
* platform/gtk/fast/repaint/bugzilla-6388-expected.png: Removed.
* platform/gtk/fast/repaint/bugzilla-6388-expected.txt: Removed.
* platform/gtk/fast/repaint/bugzilla-6473-expected.png: Removed.
* platform/gtk/fast/repaint/bugzilla-6473-expected.txt: Removed.
* platform/gtk/fast/repaint/bugzilla-7235-expected.png: Removed.
* platform/gtk/fast/repaint/bugzilla-7235-expected.txt: Removed.
* platform/mac/fast/repaint/box-shadow-dynamic-expected.png: Removed.
* platform/mac/fast/repaint/box-shadow-dynamic-expected.txt: Removed.
* platform/mac/fast/repaint/box-shadow-inset-repaint-expected.png: Removed.
* platform/mac/fast/repaint/bugzilla-3509-expected.png: Removed.
* platform/mac/fast/repaint/bugzilla-3509-expected.txt: Removed.
* platform/mac/fast/repaint/bugzilla-5699-expected.png: Removed.
* platform/mac/fast/repaint/bugzilla-5699-expected.txt: Removed.
* platform/mac/fast/repaint/bugzilla-6278-expected.png: Removed.
* platform/mac/fast/repaint/bugzilla-6278-expected.txt: Removed.
* platform/mac/fast/repaint/bugzilla-6388-expected.png: Removed.
* platform/mac/fast/repaint/bugzilla-6388-expected.txt: Removed.
* platform/mac/fast/repaint/bugzilla-6473-expected.png: Removed.
* platform/mac/fast/repaint/bugzilla-6473-expected.txt: Removed.
* platform/mac/fast/repaint/bugzilla-7235-expected.png: Removed.
* platform/mac/fast/repaint/bugzilla-7235-expected.txt: Removed.
* platform/win/fast/repaint/box-shadow-dynamic-expected.txt: Removed.
* platform/win/fast/repaint/bugzilla-3509-expected.txt: Removed.
* platform/win/fast/repaint/bugzilla-5699-expected.txt: Removed.
* platform/win/fast/repaint/bugzilla-6278-expected.txt: Removed.
* platform/win/fast/repaint/bugzilla-6388-expected.txt: Removed.
* platform/win/fast/repaint/bugzilla-6473-expected.txt: Removed.
* platform/win/fast/repaint/bugzilla-7235-expected.txt: Removed.
2015-09-01 Chris Dumez <cdumez@apple.com>
NodeFilter should be a callback interface
https://bugs.webkit.org/show_bug.cgi?id=148415
Reviewed by Geoffrey Garen.
* fast/dom/TreeWalker/acceptNode-filter-expected.txt:
Rebaseline, the new exception message is different but the exception
type is the same.
* fast/dom/constants-expected.txt:
* fast/dom/constants.html:
Stop checking for constants on NodeFilter instances as those are now
Functions (implemented by the JavaScript). Those constants are on
window.NodeFilter still. I verified that this is consistant with
Firefox.
* fast/dom/global-constructors.html:
Update the check to verify that the prototype of a NodeFilter instance
is the Function prototype, not the NodeFilter prototype. NodeFilter
should not have a prototype as it is a callback interface.
* fast/dom/node-filter-gc.html:
Pass null for the filter argument instead of 0. The functions expect
a nullable NodeFilter object. Passing 0 here throws.
* fast/dom/node-filter-interface-expected.txt:
Rebaseline. window.NodeFilter no longer has a prototype. This is because
callback interfaces are not supposed to have a prototype property, as
per the Web IDL specification:
https://heycam.github.io/webidl/#interface-prototype-object
I also verified that this is consistent with Firefox.
* http/tests/w3c/dom/interfaces-expected.txt:
* http/tests/w3c/dom/nodes/Document-createTreeWalker-expected.txt:
* http/tests/w3c/dom/traversal/NodeIterator-expected.txt:
* http/tests/w3c/dom/traversal/TreeWalker-expected.txt:
Rebaseline W3C tests. We are now passing a lot of checks because they
check that TreeWalker.filter / NodeIterator.filter is a Function.
* traversal/size-zero-run.html:
Fix the test to pass a null node filter instead of NodeFilter.FILTER_ACCEPT.
The call was not valid and now correctly throws. The JS is supposed to pass
in a nullable NodeFilter, not a constant. I think the code meant to say
"function() { return NodeFilter.FILTER_ACCEPT; }", however, I used null as
it is shorter and equivalent.
2015-09-01 Ryosuke Niwa <rniwa@webkit.org>
Add tests for computed method declarations with side effects
https://bugs.webkit.org/show_bug.cgi?id=148057
Reviewed by Darin Adler.
Added test cases for computed method names with side effects.
* js/class-syntax-method-names-expected.txt:
* js/script-tests/class-syntax-method-names.js:
2015-09-01 Brian Burg <bburg@apple.com>
Unreviewed, the previous commit had incorrect expectations.
* inspector/console/command-line-api-expected.txt: Really update it.
2015-09-01 Brian Burg <bburg@apple.com>
Web Inspector: rewrite inspector/console/command-line-api.html to use AsyncTestSuite
https://bugs.webkit.org/show_bug.cgi?id=148637
Reviewed by Darin Adler.
* inspector/console/command-line-api-expected.txt:
* inspector/console/command-line-api.html:
2015-09-01 Chris Dumez <cdumez@apple.com>
Range.insersectsNode(node) is supposed to return true if node.parent is null
https://bugs.webkit.org/show_bug.cgi?id=148687
Reviewed by Ryosuke Niwa.
Rebaseline / update existing tests.
* fast/dom/Range/range-intersectsNode-expected.txt:
* fast/dom/Range/resources/intersectsNode.js:
* http/tests/w3c/dom/nodes/Element-matches-expected.txt:
* http/tests/w3c/dom/ranges/Range-intersectsNode-expected.txt:
2015-09-01 Zalan Bujtas <zalan@apple.com>
Repaint cleanup:
block-selection-gap-in-composited-layer.html -> reftest
body-background-image.html -> reftest
border-fit-lines.html -> reftest
border-radius-repaint.html -> reftest
border-repaint-glitch.html -> reftest
Unreviewed.
* fast/repaint/block-selection-gap-in-composited-layer-expected.html: Added.
* fast/repaint/block-selection-gap-in-composited-layer.html:
* fast/repaint/body-background-image-expected.html: Copied from LayoutTests/fast/repaint/body-background-image.html.
* fast/repaint/body-background-image.html:
* fast/repaint/border-fit-lines-expected.html: Added.
* fast/repaint/border-fit-lines.html:
* fast/repaint/border-radius-repaint-expected.html: Copied from LayoutTests/fast/repaint/border-radius-repaint.html.
* fast/repaint/border-radius-repaint.html:
* fast/repaint/border-repaint-glitch-expected.html: Copied from LayoutTests/fast/repaint/border-repaint-glitch.html.
* fast/repaint/border-repaint-glitch.html:
* platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
* platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
* platform/efl/fast/repaint/body-background-image-expected.png: Removed.
* platform/efl/fast/repaint/body-background-image-expected.txt: Removed.
* platform/efl/fast/repaint/border-fit-lines-expected.png: Removed.
* platform/efl/fast/repaint/border-fit-lines-expected.txt: Removed.
* platform/efl/fast/repaint/border-radius-repaint-expected.png: Removed.
* platform/efl/fast/repaint/border-radius-repaint-expected.txt: Removed.
* platform/efl/fast/repaint/border-repaint-glitch-expected.png: Removed.
* platform/efl/fast/repaint/border-repaint-glitch-expected.txt: Removed.
* platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
* platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
* platform/gtk/fast/repaint/body-background-image-expected.png: Removed.
* platform/gtk/fast/repaint/body-background-image-expected.txt: Removed.
* platform/gtk/fast/repaint/border-fit-lines-expected.png: Removed.
* platform/gtk/fast/repaint/border-fit-lines-expected.txt: Removed.
* platform/gtk/fast/repaint/border-radius-repaint-expected.png: Removed.
* platform/gtk/fast/repaint/border-radius-repaint-expected.txt: Removed.
* platform/gtk/fast/repaint/border-repaint-glitch-expected.png: Removed.
* platform/gtk/fast/repaint/border-repaint-glitch-expected.txt: Removed.
* platform/ios-simulator/fast/repaint/body-background-image-expected.txt: Removed.
* platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
* platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
* platform/mac/fast/repaint/body-background-image-expected.png: Removed.
* platform/mac/fast/repaint/body-background-image-expected.txt: Removed.
* platform/mac/fast/repaint/border-fit-lines-expected.png: Removed.
* platform/mac/fast/repaint/border-fit-lines-expected.txt: Removed.
* platform/mac/fast/repaint/border-radius-repaint-expected.png: Removed.
* platform/mac/fast/repaint/border-radius-repaint-expected.txt: Removed.
* platform/mac/fast/repaint/border-repaint-glitch-expected.png: Removed.
* platform/mac/fast/repaint/border-repaint-glitch-expected.txt: Removed.
* platform/win/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
* platform/win/fast/repaint/body-background-image-expected.txt: Removed.
* platform/win/fast/repaint/border-radius-repaint-expected.txt: Removed.
* platform/win/fast/repaint/border-repaint-glitch-expected.txt: Removed.
* platform/wk2/TestExpectations:
2015-09-01 Alexey Proskuryakov <ap@apple.com>
Clean up asynchronous behavior in some accessibility tests
https://bugs.webkit.org/show_bug.cgi?id=148682
Reviewed by Darin Adler.
* accessibility/mac/removing-textarea-after-edit-crash-expected.txt:
* accessibility/mac/removing-textarea-after-edit-crash.html:
* accessibility/mac/select-element-selection-with-optgroups.html:
* accessibility/mac/selected-rows-table.html:
* accessibility/mac/selection-notification-focus-change.html:
* accessibility/mac/selection-sync-expected.txt:
* accessibility/mac/selection-sync.html:
* accessibility/mac/setting-attributes-is-asynchronous.html:
2015-09-01 Dean Jackson <dino@apple.com>
The new media controls tests are OS X only.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-08-31 Dean Jackson <dino@apple.com>
[mediacontrols] Add tests for the status display label
https://bugs.webkit.org/show_bug.cgi?id=148656
<rdar://problem/22509779>
Reviewed by Eric Carlson.
Add a test for the normal status of the status display,
and another for the content when we load a bad URL.
* media/controls/statusDisplay-expected.txt: Added.
* media/controls/statusDisplay.html: Added.
* media/controls/statusDisplayBad-expected.txt: Added.
* media/controls/statusDisplayBad.html: Added.
2015-08-31 Dean Jackson <dino@apple.com>
[mediacontrols] Add a test for the show controls button
https://bugs.webkit.org/show_bug.cgi?id=148655
<rdar://problem/22509688>
Reviewed by Eric Carlson.
* media/controls/controls-test-helpers.js: Added. This will
hold any helper functions.
(statusForControlsElement): Return the status object for
a named control.
* media/controls/showControlsButton-expected.txt: Added.
* media/controls/showControlsButton.html: Added.
2015-09-01 Brian Burg <bburg@apple.com>
Web Inspector: add TestSuite hooks for per-testcase setup and teardown actions
https://bugs.webkit.org/show_bug.cgi?id=148641
Reviewed by Timothy Hatcher.
Extend existing unit tests to also exercise setup and teardown actions.
* inspector/unit-tests/async-test-suite.html:
* inspector/unit-tests/async-test-suite-expected.txt:
* inspector/unit-tests/sync-test-suite.html:
* inspector/unit-tests/sync-test-suite-expected.txt:
2015-09-01 Zalan Bujtas <zalan@apple.com>
Repaint cleanup:
background-generated.html -> reftest
background-misaligned.html -> reftest
backgroundSizeRepaint.html -> reftest
block-no-inflow-children.html -> reftest
Unreviewed.
* fast/repaint/background-generated-expected.html: Added.
* fast/repaint/background-generated-expected.txt: Removed.
* fast/repaint/background-generated.html:
* fast/repaint/background-misaligned-expected.html: Added.
* fast/repaint/background-misaligned-expected.txt: Removed.
* fast/repaint/background-misaligned.html:
* fast/repaint/backgroundSizeRepaint-expected.html: Copied from LayoutTests/fast/repaint/backgroundSizeRepaint.html.
* fast/repaint/backgroundSizeRepaint.html:
* fast/repaint/block-no-inflow-children-expected.html: Added.
* fast/repaint/block-no-inflow-children.html:
* platform/efl/fast/repaint/background-misaligned-expected.png: Removed.
* platform/efl/fast/repaint/backgroundSizeRepaint-expected.png: Removed.
* platform/efl/fast/repaint/backgroundSizeRepaint-expected.txt: Removed.
* platform/efl/fast/repaint/block-no-inflow-children-expected.png: Removed.
* platform/efl/fast/repaint/block-no-inflow-children-expected.txt: Removed.
* platform/gtk/fast/repaint/background-misaligned-expected.png: Removed.
* platform/gtk/fast/repaint/backgroundSizeRepaint-expected.png: Removed.
* platform/gtk/fast/repaint/backgroundSizeRepaint-expected.txt: Removed.
* platform/gtk/fast/repaint/block-no-inflow-children-expected.png: Removed.
* platform/gtk/fast/repaint/block-no-inflow-children-expected.txt: Removed.
* platform/mac/fast/repaint/background-generated-expected.png: Removed.
* platform/mac/fast/repaint/background-misaligned-expected.png: Removed.
* platform/mac/fast/repaint/backgroundSizeRepaint-expected.png: Removed.
* platform/mac/fast/repaint/backgroundSizeRepaint-expected.txt: Removed.
* platform/mac/fast/repaint/block-no-inflow-children-expected.png: Removed.
* platform/mac/fast/repaint/block-no-inflow-children-expected.txt: Removed.
* platform/win/fast/repaint/backgroundSizeRepaint-expected.txt: Removed.
* platform/win/fast/repaint/block-no-inflow-children-expected.txt: Removed.
2015-09-01 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Layout is wrong for flex factor sum between 0 and 1
https://bugs.webkit.org/show_bug.cgi?id=148645
Reviewed by Darin Adler.
Ensure we don't normalize individual tracks to fill the space, so
at least, the sum of flex values must be 1. We also needed to
modify the grid-element-shrink-to-fit to adapt it to the new
behavior of flex fraction units.
* fast/css-grid-layout/flex-factor-sum-less-than-1-expected.txt: Added.
* fast/css-grid-layout/flex-factor-sum-less-than-1.html: Added.
* fast/css-grid-layout/grid-element-shrink-to-fit.html:
2015-09-01 Gyuyoung Kim <gyuyoung.kim@webkit.org>
Unreviewed EFL gardening. Skip new two tests which aren't supported by EFL port.
* platform/efl/TestExpectations:
2015-08-31 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189198.
https://bugs.webkit.org/show_bug.cgi?id=148670
"Caused http/tests/navigation/anchor-frames-same-origin.html
to fail on WebKit1" (Requested by cdumez on #webkit).
Reverted changeset:
"http/tests/w3c/dom/nodes/Element-matches.html is flaky"
https://bugs.webkit.org/show_bug.cgi?id=148615
http://trac.webkit.org/changeset/189198
2015-08-31 Alexey Proskuryakov <ap@apple.com>
Remove shadow DOM tests
https://bugs.webkit.org/show_bug.cgi?id=148669
Reviewed by Tim Horton.
* accessibility/corresponding-control-deleted-crash.html: Removed.
* editing/shadow: Removed.
* editing/text-iterator/basic-iteration-shadowdom.html: Removed.
* fast/dom/HTMLTemplateElement/cycles-in-shadow.html: Removed.
* fast/dom/shadow: Removed.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2015-08-31 Chris Dumez <cdumez@apple.com>
Range API is throwing wrong exception type
https://bugs.webkit.org/show_bug.cgi?id=148648
Reviewed by Ryosuke Niwa.
Update / rebaseline tests. A lot of w3c tests progressed after this
change. However, some of our pre-existing layout tests were relying
on RangeException.
* fast/dom/DOMException/RangeException-expected.txt: Removed.
* fast/dom/DOMException/RangeException.html: Removed.
* fast/dom/DOMException/resources/RangeException.js: Removed.
* fast/dom/Range/range-compareNode.html:
* fast/dom/Range/range-exceptions-expected.txt:
* fast/dom/Range/range-intersectsNode-expected.txt:
* fast/dom/Range/script-tests/range-exceptions.js:
* fast/dom/Window/get-set-properties-expected.txt:
* fast/dom/Window/get-set-properties.html:
* fast/dom/Window/resources/window-properties.js:
* http/tests/w3c/dom/ranges/Range-comparePoint-expected.txt:
* http/tests/w3c/dom/ranges/Range-isPointInRange-expected.txt:
* http/tests/w3c/dom/ranges/Range-selectNode-expected.txt:
* http/tests/w3c/dom/ranges/Range-set-expected.txt:
* http/tests/w3c/dom/ranges/Range-surroundContents-expected.txt:
* platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
2015-08-31 Alexey Proskuryakov <ap@apple.com>
Update Windows expectation for fast/events/wheelevent-basic.html after r188793.
* platform/win/TestExpectations: This test used to fail, and now that it is
asynchronous, it times out.
2015-08-31 Chris Dumez <cdumez@apple.com>
http/tests/w3c/dom/nodes/Element-matches.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148615
Reviewed by Ryosuke Niwa.
Unskip the tests and rebaseline them now that the target pseudo selector
checks are consistently passing.
* TestExpectations:
* http/tests/w3c/dom/nodes/Element-matches-expected.txt:
* http/tests/w3c/dom/nodes/ParentNode-querySelector-All-expected.txt:
* http/tests/w3c/dom/nodes/ParentNode-querySelector-All-xhtml-expected.txt:
2015-08-31 Alexey Proskuryakov <ap@apple.com>
Skip Web Inspector debugger tests more thoroughly.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-08-26 Andy Estes <aestes@apple.com>
[Content Filtering] Determine navigation and content policy before continuing to filter a load
https://bugs.webkit.org/show_bug.cgi?id=148506
Reviewed by Brady Eidson.
Added tests for what happens if the content filter does not make a decision when the load finishes.
* contentfiltering/allow-never-expected.html: Added.
* contentfiltering/allow-never.html: Added.
* contentfiltering/block-never-expected.html: Added.
* contentfiltering/block-never.html: Added.
* contentfiltering/resources/contentfiltering.js:
2015-08-31 Zalan Bujtas <zalan@apple.com>
Repaint cleanup:
add-table-overpaint.html -> repaint rect tracking + [ Pass Failure] for now.
absolute-position-moved.html -> reftest.
Unreviewed.
* TestExpectations:
* fast/repaint/absolute-position-moved-expected.html: Added.
* fast/repaint/absolute-position-moved-expected.png: Removed.
* fast/repaint/absolute-position-moved-expected.txt: Removed.
* fast/repaint/absolute-position-moved.html:
* fast/repaint/add-table-overpaint-expected.png: Removed.
* fast/repaint/add-table-overpaint-expected.txt:
* fast/repaint/add-table-overpaint.html:
* platform/gtk/fast/repaint/add-table-overpaint-expected.png: Removed.
2015-08-31 Aleksandr Skachkov <gskachkov@gmail.com>
[ES6] Arrow function syntax. Add missed tests for invoking the arrow function that created by 'eval' statement.
https://bugs.webkit.org/show_bug.cgi?id=148445
Reviewed by Yusuke Suzuki.
Added tests, that cover cases, when arrow function is created by 'eval' statement and then invoking it.
This case was missed in previous patches that are related to arrow function, also it is important to
test different cases of ending arrow function in 'eval' and invoking created arrow function because
of reparsing during function invocation.
* js/arrowfunction-syntax-endings-expected.txt:
* js/script-tests/arrowfunction-syntax-endings.js:
2015-08-31 Zalan Bujtas <zalan@apple.com>
Repaint cleanup:
absolute-position-change-containing-block.html -> repaint rect tracking.
absolute-position-changed.html -> reftest.
Unreviewed.
* fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
* fast/repaint/absolute-position-change-containing-block-expected.txt:
* fast/repaint/absolute-position-change-containing-block.html:
* fast/repaint/absolute-position-changed-expected.html: Added.
* fast/repaint/absolute-position-changed-expected.png: Removed.
* fast/repaint/absolute-position-changed-expected.txt: Removed.
* fast/repaint/absolute-position-changed.html:
* platform/gtk/fast/repaint/absolute-position-change-containing-block-expected.png: Removed.
* platform/mac/fast/repaint/absolute-position-changed-expected.png: Removed.
2015-08-31 Chris Dumez <cdumez@apple.com>
NodeFilter.SHOW_ALL has wrong value on 32-bit
https://bugs.webkit.org/show_bug.cgi?id=148602
Reviewed by Geoffrey Garen.
Unskip tests that are now passing on Windows / 32bit.
* platform/win/TestExpectations:
2015-08-31 Chris Dumez <cdumez@apple.com>
Range.detach() / NodeIterator.detach() should be no-ops as per the latest DOM specification
https://bugs.webkit.org/show_bug.cgi?id=148454
Reviewed by Ryosuke Niwa.
* fast/dom/Range/bug-19527.html:
* fast/dom/Range/detach-range-during-deletecontents-expected.txt:
* fast/dom/Range/range-compareNode-expected.txt:
* fast/dom/Range/range-compareNode.html:
* fast/dom/Range/range-comparePoint.html:
* fast/dom/Range/range-intersectsNode-exception-expected.txt: Removed.
* fast/dom/Range/range-intersectsNode-exception.html: Removed.
* fast/dom/Range/range-intersectsNode-expected.txt:
* fast/dom/Range/range-isPointInRange.html:
* fast/dom/Range/resources/intersectsNode.js:
Update / rebaseline tests.
* fast/dom/Range/range-detach-noop-expected.txt: Added.
* fast/dom/Range/range-detach-noop.html: Added.
New test checking that Range.detach() is a no-op.
* fast/dom/node-iterator-detach-noop-expected.txt: Added.
* fast/dom/node-iterator-detach-noop.html: Added.
New test checking that NodeIterator.detach() is a no-op.
2015-08-31 Antti Koivisto <antti@apple.com>
Network Cache: Stale content after back navigation
https://bugs.webkit.org/show_bug.cgi?id=148634
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache/disk-cache-302-status-code.html:
* http/tests/cache/disk-cache/disk-cache-cancel-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-cancel.html: Added.
* http/tests/cache/disk-cache/resources/cache-test.js:
Support delayed responses so we can test canceling the load.
Some minor improvements.
(makeHeaderValue):
(generateTestURL):
(loadResource):
(loadResourcesWithOptions):
(generateTests):
* http/tests/cache/disk-cache/resources/generate-response.cgi:
2015-08-31 Zalan Bujtas <zalan@apple.com>
Repaint cleanup: 4776765.html. Use repaint rect tracking.
Unreviewed.
* fast/repaint/4776765-expected.txt: Added.
* fast/repaint/4776765.html:
* platform/efl/fast/repaint/4776765-expected.png: Removed.
* platform/efl/fast/repaint/4776765-expected.txt: Removed.
* platform/gtk/fast/repaint/4776765-expected.png: Removed.
* platform/gtk/fast/repaint/4776765-expected.txt: Removed.
* platform/mac/fast/repaint/4776765-expected.png: Removed.
* platform/mac/fast/repaint/4776765-expected.txt: Removed.
* platform/win/fast/repaint/4776765-expected.txt: Removed.
2015-08-31 Chris Dumez <cdumez@apple.com>
Unreviewed, mark a few tests as failing on Windows.
They will be fixed via Bug 148602.
* platform/win/TestExpectations:
2015-08-31 Chris Dumez <cdumez@apple.com>
Unreviewed, mark new http/tests/w3c/dom/nodes/ParentNode-querySelector-All-xhtml.xhtml as flaky.
* TestExpectations:
2015-08-31 Alexey Proskuryakov <ap@apple.com>
Add test expectations for:
Many Web Inspector tests are flaky timeouts
https://bugs.webkit.org/show_bug.cgi?id=148636
* platform/mac/TestExpectations:
2015-08-31 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] auto-margins alignment does not work for heights
https://bugs.webkit.org/show_bug.cgi?id=148071
Reviewed by Sergio Villar Senin.
Updated some test cases to adapt them to the new row-axis auto-margin alignment.
* fast/css-grid-layout/grid-item-auto-margins-alignment-expected.txt:
* fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-lr-expected.txt:
* fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-lr.html:
* fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-rl-expected.txt:
* fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-rl.html:
* fast/css-grid-layout/grid-item-auto-margins-alignment.html:
* fast/css-grid-layout/grid-item-auto-margins-and-stretch.html:
2015-08-31 Enrica Casucci <enrica@apple.com>
Incorrect cursor movement for U+26F9, U+1F3CB with variations.
https://bugs.webkit.org/show_bug.cgi?id=148629
rdar://problem/22492366
Reviewed by Ryosuke Niwa.
The test has been updated to test these two emoji and to
cover the cursor movement as well.
* editing/deleting/delete-emoji-expected.txt:
* editing/deleting/delete-emoji.html:
2015-07-31 Sergio Villar Senin <svillar@igalia.com>
[css-grid] Grid containers reporting wrong preferred widths
https://bugs.webkit.org/show_bug.cgi?id=147486
Reviewed by Darin Adler.
Added new test cases to check the preferred widths reported by
grid containers when they are sized under min/max-width
constraints.
* fast/css-grid-layout/grid-preferred-logical-widths-expected.txt:
* fast/css-grid-layout/grid-preferred-logical-widths.html:
2015-08-31 Antti Koivisto <antti@apple.com>
REGRESSION (r188820): fast/dom/HTMLObjectElement/object-as-frame.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148533
Reviewed by Chris Dumez.
* TestExpectations:
Unskip.
* fast/dom/HTMLObjectElement/object-as-frame.html:
Use more logical text in the data url.
* http/tests/loading/basic-auth-resend-wrong-credentials-expected.txt:
* http/tests/loading/basic-credentials-sent-automatically-expected.txt:
* platform/wk2/http/tests/loading/basic-auth-resend-wrong-credentials-expected.txt:
* platform/wk2/http/tests/loading/basic-credentials-sent-automatically-expected.txt:
* webarchive/loading/object-expected.txt:
Update test results.
2015-08-30 Chris Fleizach <cfleizach@apple.com>
AX: When navigating the elements of a scrollable element with VoiceOver, the scrollTop() position of the element does not permanently change
https://bugs.webkit.org/show_bug.cgi?id=125720
Unreviewed. Skip failing tests on Windows due to lack of DRT implementations.
* platform/win/TestExpectations:
2015-08-30 Chris Dumez <cdumez@apple.com>
Unreviewed, mark http/tests/w3c/dom/nodes/Element-matches.html as flaky.
* TestExpectations:
2015-08-29 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline http/tests/w3c/dom/nodes/Element-matches.html
* http/tests/w3c/dom/nodes/Element-matches-expected.txt:
2015-08-29 Alexey Proskuryakov <ap@apple.com>
Mac test result gardening.
Unmarked tests that no longer flake, updated a a few results.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/compositing/reflections/load-video-in-reflection-expected.txt:
* platform/mac/editing/pasteboard/5478250-expected.png:
* platform/mac/editing/pasteboard/5478250-expected.txt:
* platform/mac/fast/loader/javascript-url-in-embed-expected.txt:
2015-08-29 Chris Dumez <cdumez@apple.com>
Import W3C DOM test suite from github.com/w3c/web-platform-tests
https://bugs.webkit.org/show_bug.cgi?id=148546
Reviewed by Alexey Proskuryakov.
Import W3C DOM test suite from github.com/w3c/web-platform-tests
to improve coverage and track progress.
* http/tests/w3c/dom/*: Added.
2015-08-29 Chris Fleizach <cfleizach@apple.com>
AX: When navigating the elements of a scrollable element with VoiceOver, the scrollTop() position of the element does not permanently change
https://bugs.webkit.org/show_bug.cgi?id=125720
Reviewed by Daniel Bates.
* accessibility/scroll-to-global-point-iframe-expected.txt: Added.
* accessibility/scroll-to-global-point-iframe-nested-expected.txt: Added.
* accessibility/scroll-to-global-point-iframe-nested.html: Added.
* accessibility/scroll-to-global-point-iframe.html: Added.
* accessibility/scroll-to-global-point-main-window-expected.txt: Added.
* accessibility/scroll-to-global-point-main-window.html: Added.
* accessibility/scroll-to-global-point-nested-expected.txt: Added.
* accessibility/scroll-to-global-point-nested.html: Added.
* accessibility/scroll-to-make-visible-div-overflow-expected.txt: Added.
* accessibility/scroll-to-make-visible-div-overflow.html: Added.
* accessibility/scroll-to-make-visible-iframe-expected.txt: Added.
* accessibility/scroll-to-make-visible-iframe.html: Added.
* accessibility/scroll-to-make-visible-nested-2-expected.txt: Added.
* accessibility/scroll-to-make-visible-nested-2.html: Added.
* accessibility/scroll-to-make-visible-nested-expected.txt: Added.
* accessibility/scroll-to-make-visible-nested.html: Added.
* accessibility/scroll-to-make-visible-with-subfocus-expected.txt: Added.
* accessibility/scroll-to-make-visible-with-subfocus.html: Added.
2015-08-28 Alexey Proskuryakov <ap@apple.com>
Mac TestExpectations gardening.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-08-28 Andy Estes <aestes@apple.com>
http/tests/media/video-play-stall.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=148597
* platform/mac/TestExpectations: Marked as flakey.
2015-08-28 Jer Noble <jer.noble@apple.com>
[iOS] Add WebKit/WebKit2 settings to control automatic data loading
https://bugs.webkit.org/show_bug.cgi?id=148579
Reviewed by Anders Carlsson.
Restriction setting moved from a global to a specific session.
* media/video-restricted-no-preload-auto-expected.txt:
* media/video-restricted-no-preload-auto.html:
* media/video-restricted-no-preload-metadata-expected.txt:
* media/video-restricted-no-preload-metadata.html:
2015-08-28 Jer Noble <jer.noble@apple.com>
Unreviewed gardening; fix (rebaseline) expected results for media/video-fullscreeen-only-playback.html after r189112.
* media/video-fullscreeen-only-playback-expected.txt:
2015-08-28 Jer Noble <jer.noble@apple.com>
[iOS] Make the AllowsInlineMediaPlayback preference work in WebKit / WebKit2.
https://bugs.webkit.org/show_bug.cgi?id=147512
Reviewed by Anders Carlsson.
* media/video-fullscreeen-only-controls.html:
* media/video-fullscreeen-only-controls-expected.txt:
* media/video-fullscreeen-only-playback.html:
* media/video-fullscreeen-only-playback-expected.txt:
2015-08-28 Eric Carlson <eric.carlson@apple.com>
Media Session: MediaSession.releaseSession() renamed to deactivate()
https://bugs.webkit.org/show_bug.cgi?id=148578
Reviewed by Jer Noble.
* media/session/releasing-sessions-expected.txt:
* media/session/releasing-sessions.html:
2015-08-28 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Separate creating a style sheet from adding a new rule in the protocol
https://bugs.webkit.org/show_bug.cgi?id=148502
Reviewed by Timothy Hatcher.
* inspector/css/createStyleSheet-expected.txt: Added.
* inspector/css/createStyleSheet.html: Added.
* inspector/css/manager-preferredInspectorStyleSheetForFrame-expected.txt: Added.
* inspector/css/manager-preferredInspectorStyleSheetForFrame.html: Added.
* inspector/css/stylesheet-events-inspector-stylesheet-expected.txt:
* inspector/css/stylesheet-events-inspector-stylesheet.html:
2015-08-28 Xabier Rodriguez Calvar <calvaris@igalia.com>
Layout Test streams/reference-implementation/readable-stream.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148320
Reviewed by Alexey Proskuryakov.
* streams/reference-implementation/readable-stream.html: Set the timeouts at the last moment so that it is less
likely to hit them earlier that we should.
2015-08-28 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK+ gardening. Skip inspector tests timing out after r188639.
* platform/gtk/TestExpectations:
2015-08-28 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK+ gardening. Skip some MediaStream tests that are timing out.
* platform/gtk/TestExpectations:
2015-08-27 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r189064 and r189084.
https://bugs.webkit.org/show_bug.cgi?id=148560
Breaks 117 JSC tests. (Requested by mlam on #webkit).
Reverted changesets:
"[ES6] Add TypedArray.prototype functionality."
https://bugs.webkit.org/show_bug.cgi?id=148035
http://trac.webkit.org/changeset/189064
"Unbreak JSC tests (broken since r189064)."
http://trac.webkit.org/changeset/189084
2015-08-27 Mark Lam <mark.lam@apple.com>
Unbreak JSC tests (broken since r189064).
Not reviewed.
* js/script-tests/typedarray-test-helper-functions.js:
2015-08-27 Tim Horton <timothy_horton@apple.com>
fast/css/object-fit/object-fit-embed.html isn't testing anything
https://bugs.webkit.org/show_bug.cgi?id=148512
Reviewed by Andy Estes.
* fast/css/object-fit/object-fit-embed-expected.html:
* fast/css/object-fit/object-fit-embed.html:
* fast/replaced/border-radius-clip-content-edge.html:
* fast/replaced/outline-replaced-elements.html:
These tests load PNGs inside <embeds>. r82001 made it so that
the test plugin handles PNGs, and also so that <embed> prefers
plugins even for types that we know how to handle natively.
Since these tests actually want to load PNGs natively, disable
plugins so we don't get that behavior.
2015-08-27 Keith Miller <keith_miller@apple.com>
[ES6] Add TypedArray.prototype functionality.
https://bugs.webkit.org/show_bug.cgi?id=148035
Reviewed by Geoffrey Garen.
Added tests for the TypedArray.prototype functions.
All the tests use the typedarray-test-helper-function.js
to run the test on each TypedArray.
* fast/canvas/webgl/type-conversion-test-expected.txt:
* js/script-tests/typedarray-copyWithin.js: Added.
* js/script-tests/typedarray-every.js: Added.
(isBigEnough):
(isBigEnoughAndChange):
(isBigEnoughAndException):
* js/script-tests/typedarray-fill.js: Added.
* js/script-tests/typedarray-filter.js: Added.
(keepEven):
(keepEvenAndChange):
(isBigEnoughAndException):
* js/script-tests/typedarray-find.js: Added.
(keepEven):
(keepEvenAndChange):
(isBigEnoughAndException):
* js/script-tests/typedarray-findIndex.js: Added.
(keepEven):
(keepEvenAndChange):
(isBigEnoughAndException):
* js/script-tests/typedarray-forEach.js: Added.
(.checkCorrect.let.list):
(.checkCorrect):
(createChecker):
(foo):
(changeArray):
(isBigEnoughAndException):
* js/script-tests/typedarray-indexOf.js: Added.
(keepEven):
* js/script-tests/typedarray-lastIndexOf.js: Added.
* js/script-tests/typedarray-map.js: Added.
(even):
(evenAndChange):
(isBigEnoughAndException):
* js/script-tests/typedarray-reduce.js: Added.
(createArray):
(sum):
(createArrayAndChange):
(isBigEnoughAndException):
* js/script-tests/typedarray-reduceRight.js: Added.
(createArray):
(sum):
(createArrayAndChange):
(isBigEnoughAndException):
* js/script-tests/typedarray-slice.js: Added.
* js/script-tests/typedarray-some.js: Added.
(isBigEnough):
(isBigEnoughAndChange):
(isBigEnoughAndException):
* js/script-tests/typedarray-sort.js: Added.
(sortBackwards):
(compareException):
* js/script-tests/typedarray-test-helper-functions.js: Added.
(forEachTypedArray):
(isSameFunctionForEachTypedArrayPrototype.eq):
(isSameFunctionForEachTypedArrayPrototype):
(hasSameValues):
(.foo):
(testPrototypeFunctionHelper):
(testPrototypeFunctionOnSigned):
(testPrototypeFunctionOnFloat):
(testPrototypeFunction):
* js/typedarray-copyWithin-expected.txt: Added.
* js/typedarray-copyWithin.html: Added.
* js/typedarray-every-expected.txt: Added.
* js/typedarray-every.html: Added.
* js/typedarray-fill-expected.txt: Added.
* js/typedarray-fill.html: Added.
* js/typedarray-filter-expected.txt: Added.
* js/typedarray-filter.html: Added.
* js/typedarray-find-expected.txt: Added.
* js/typedarray-find.html: Added.
* js/typedarray-findIndex-expected.txt: Added.
* js/typedarray-findIndex.html: Added.
* js/typedarray-forEach-expected.txt: Added.
* js/typedarray-forEach.html: Added.
* js/typedarray-indexOf-expected.txt: Added.
* js/typedarray-indexOf.html: Added.
* js/typedarray-lastIndexOf-expected.txt: Added.
* js/typedarray-lastIndexOf.html: Added.
* js/typedarray-map-expected.txt: Added.
* js/typedarray-map.html: Added.
* js/typedarray-reduce-expected.txt: Added.
* js/typedarray-reduce.html: Added.
* js/typedarray-reduceRight-expected.txt: Added.
* js/typedarray-reduceRight.html: Added.
* js/typedarray-slice-expected.txt: Added.
* js/typedarray-slice.html: Added.
* js/typedarray-some-expected.txt: Added.
* js/typedarray-some.html: Added.
* js/typedarray-sort-expected.txt: Added.
* js/typedarray-sort.html: Added.
2015-08-27 Chris Dumez <cdumez@apple.com>
Range.compareBoundaryPoints() should throw a NotSupportedError for invalid compareHow values
https://bugs.webkit.org/show_bug.cgi?id=148483
Reviewed by Geoffrey Garen.
Add new layout test to confirm that Range.compareBoundaryPoints() throws
when passed in invalid compareHow values.
* fast/dom/Range/compareBoundaryPoints-compareHow-exception-expected.txt: Added.
* fast/dom/Range/compareBoundaryPoints-compareHow-exception.html: Added.
2015-08-27 Joseph Pecoraro <pecoraro@apple.com>
Page does not update when <link> media attribute changes to no longer apply to page
https://bugs.webkit.org/show_bug.cgi?id=148392
Reviewed by Antti Koivisto.
* fast/css/link-media-attr-expected.txt: Added.
* fast/css/link-media-attr.html: Added.
Add a test to verify that styles change after a link's media attribute changes.
2015-08-27 Chris Dumez <cdumez@apple.com>
Document window.NodeFilter properties
https://bugs.webkit.org/show_bug.cgi?id=148531
Reviewed by Geoffrey Garen.
Document window.NodeFilter properties to detect changes to them. This
is in preparation of Bug 148415 as this will help detect unwanted
changes to the interface when making NodeFilter a callback interface.
* fast/dom/node-filter-interface-expected.txt: Added.
* fast/dom/node-filter-interface.html: Added.
2015-08-27 Zalan Bujtas <zalan@apple.com>
Simple line layout: Text jumps sometimes on naughty strings page
https://bugs.webkit.org/show_bug.cgi?id=148399
rdar://problem/22212568
Reviewed by Antti Koivisto.
The x position we set for tab characters during painting should
be the same as if it was set by the inline box tree painting.
Inline box tree computes the distance from the rootbox for each line
and sets this value as the xPos for the TextRun.
Currently simple line layout does not support cases where a line
would have an offset, so this value is always 0.
* fast/text/whitespace/simple-line-layout-tab-position-expected.html: Added.
* fast/text/whitespace/simple-line-layout-tab-position.html: Added.
2015-08-27 Anders Carlsson <andersca@apple.com>
REGRESSION (r188987): imported/mozilla/svg/filters/feConvolveMatrix-1.svg fails
https://bugs.webkit.org/show_bug.cgi?id=148497
<rdar://problem/22459541>
Reviewed by Andy Estes.
* TestExpectations:
2015-08-27 Basile Clement <basile_clement@apple.com>
REGRESSION(r184779): Possible read-after-free in JavaScriptCore/dfg/DFGClobberize.h
https://bugs.webkit.org/show_bug.cgi?id=148411
Reviewed by Geoffrey Garen and Filip Pizlo.
* js/regress-148411-expected.txt: Added.
* js/regress-148411.html: Added.
* js/script-tests/regress-148411.js: Added.
(foo):
2015-08-27 Nan Wang <n_wang@apple.com>
AX: Remove accessibility/mac/change-notification-on-scroll.html test
https://bugs.webkit.org/show_bug.cgi?id=148534
Reviewed by Chris Fleizach.
Removed the test since AXValueChange notifications are not being sent
when scrollable regions inside the WebView are scrolled.
* accessibility/mac/change-notification-on-scroll-expected.txt: Removed.
* accessibility/mac/change-notification-on-scroll.html: Removed.
* platform/mac/TestExpectations:
2015-08-27 Nan Wang <n_wang@apple.com>
AX: Fix accessibility/select-element-at-index.html test
https://bugs.webkit.org/show_bug.cgi?id=148516
Reviewed by Chris Fleizach.
* accessibility/select-element-at-index.html:
* platform/mac/TestExpectations:
* platform/mac/accessibility/select-element-at-index-expected.txt: Added.
2015-08-27 Brent Fulgham <bfulgham@apple.com>
[Win] Skip new High DPI test (Windows doesn't quite support this)
Also skip an event test that started failing after r188793.
* platform/win/TestExpectations:
2015-08-27 Alexey Proskuryakov <ap@apple.com>
REGRESSION (r188820): fast/dom/HTMLObjectElement/object-as-frame.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=148533
* TestExpectations: Marking is as such.
2015-08-27 Brent Fulgham <bfulgham@apple.com>
[Win] Mark some test failures.
* platform/win/TestExpectations: Mark some test failures. Images are black instead
of showing the correct output.
2015-08-27 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening.
Remove failure case for recent progression.
* platform/win/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent: Removed.
* platform/win/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent/S11.5.3_A4_T6-expected.txt: Removed.
2015-08-27 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Generic font families do not consult with the user's preferred language
https://bugs.webkit.org/show_bug.cgi?id=148499
<rdar://problem/22407296>
Reviewed by Antti Koivisto.
Mock the user's font preferences.
* fast/text/international/font-fallback-to-common-script.html:
* fast/text/international/generic-font-family-language-simplified-expected.html: Added.
* fast/text/international/generic-font-family-language-simplified.html: Added.
* fast/text/international/generic-font-family-language-traditional-expected.html: Added.
* fast/text/international/generic-font-family-language-traditional.html: Added.
* fast/text/international/lang-sensitive-fonts-xml.xhtml:
* fast/text/international/lang-sensitive-fonts.html:
* fast/text/international/locale-sensitive-fonts.html:
2015-08-27 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Standardize on CSSStyleSheet.Type enum and move more protocol enum conversion to the manager
https://bugs.webkit.org/show_bug.cgi?id=148515
Reviewed by Brian Burg.
* inspector/css/matched-style-properties.html:
* inspector/css/pseudo-element-matches.html:
* inspector/css/selector-dynamic-specificity.html:
* inspector/css/selector-specificity.html:
* inspector/css/stylesheet-with-mutations.html:
2015-08-27 Eric Carlson <eric.carlson@apple.com>
Media Session: MediaSession constructor 'kind' argument optional
https://bugs.webkit.org/show_bug.cgi?id=148527
Reviewed by Jer Noble.
* media/session/content-interruptions.html: Restructure to make less timing dependent. Minor cleanup.
* media/session/session-creation-expected.txt:
* media/session/session-creation.html: Test default MediaSession constructor argument.
2015-08-27 Alexey Proskuryakov <ap@apple.com>
Add an expectation for another momentum scrolling test that became flaky.
* platform/mac-wk2/TestExpectations:
2015-08-27 Zalan Bujtas <zalan@apple.com>
Subpixel positioned iframe's repaint area calculation problem.
https://bugs.webkit.org/show_bug.cgi?id=148422
When the repaint rect position is floored for iframes, we need
to expand the size so that it still covers the content.
Reviewed by Simon Fraser.
* fast/repaint/content-inside-subpixel-positioned-iframe-expected.txt: Added.
* fast/repaint/content-inside-subpixel-positioned-iframe.html: Copied from LayoutTests/fast/repaint/hidpi-content-inside-iframe-leaves-trails.html.
* fast/repaint/hidpi-content-inside-iframe-leaves-trails.html:
2015-08-27 Enrica Casucci <enrica@apple.com>
Add some new emoji with modifiers and new sequence.
https://bugs.webkit.org/show_bug.cgi?id=148202
rdar://problem/21849857
Reviewed by Sam Weinig.
Updated test to reflect the changes.
* editing/deleting/delete-emoji-expected.txt:
* editing/deleting/delete-emoji.html:
2015-08-27 Dean Jackson <dino@apple.com>
Initial infrastructure of media controls testing
https://bugs.webkit.org/show_bug.cgi?id=148426
<rdar://problem/22417286>
Reviewed by Eric Carlson.
Very simple test that calls into the status object
of the media controls instance.
* media/controls/basic-expected.txt: Added.
* media/controls/basic.html: Added.
2015-08-26 Wenson Hsieh <wenson_hsieh@apple.com>
Add a Layout test for r188991
https://bugs.webkit.org/show_bug.cgi?id=148507
Reviewed by Tim Horton.
Tests that stopping an animation early and closing the window does
not crash the process. This is a retrospective test added for
https://bugs.webkit.org/show_bug.cgi?id=148442, "Fix crash due to
animationDidEnd called on deallocated RemoteLayerTreeHost."
* animations/crash-on-removing-animation.html: Added.
* animations/crash-on-removing-animation-expected.txt: Added.
2015-08-27 Csaba Osztrogonác <ossy@webkit.org>
[EFL] REGRESSION: userscripts tests crash
https://bugs.webkit.org/show_bug.cgi?id=148519
Unreviewed gardening, skip failing tests to make the bot work again.
* platform/efl/TestExpectations:
2015-08-27 Csaba Osztrogonác <ossy@webkit.org>
[EFL] REGRESSION: fullscreen tests fail with timeout
https://bugs.webkit.org/show_bug.cgi?id=148518
Unreviewed gardening, skip failing tests to make the bot work again.
* platform/efl/TestExpectations:
2015-08-26 Mark Lam <mark.lam@apple.com>
watchdog m_didFire state erroneously retained.
https://bugs.webkit.org/show_bug.cgi?id=131082
Reviewed by Geoffrey Garen.
* fast/workers/worker-terminate-forever-expected.txt:
* fast/workers/worker-terminate-forever.html:
- Updated to check if the worker actually did terminate.
2015-08-26 Andy Estes <aestes@apple.com>
REGRESSION (r188987): imported/mozilla/svg/filters/feConvolveMatrix-1.svg fails
https://bugs.webkit.org/show_bug.cgi?id=148497
* TestExpectations: Marked as ImageOnlyFailure.
2015-08-26 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Implement tracking of active stylesheets in the frontend
https://bugs.webkit.org/show_bug.cgi?id=105828
Reviewed by Timothy Hatcher.
* inspector/css/resources/import-level-1.css: Added.
* inspector/css/resources/import-level-2.css: Added.
* inspector/css/resources/stylesheet-events-subframe.html: Added.
* inspector/css/stylesheet-events-basic-expected.txt: Added.
* inspector/css/stylesheet-events-basic.html: Added.
* inspector/css/stylesheet-events-imports-expected.txt: Added.
* inspector/css/stylesheet-events-imports.html: Added.
* inspector/css/stylesheet-events-inspector-stylesheet-expected.txt: Added.
* inspector/css/stylesheet-events-inspector-stylesheet.html: Added.
* inspector/css/stylesheet-events-multiple-documents-expected.txt: Added.
* inspector/css/stylesheet-events-multiple-documents.html: Added.
Tests for different ways that StyleSheets can be added / removed.
2015-08-26 Andy Estes <aestes@apple.com>
Crash when following a Google search link to Twitter with Limit Adult Content enabled
https://bugs.webkit.org/show_bug.cgi?id=147651
Rubber-stamped by Brady Eidson.
Added a layout test.
* http/tests/contentfiltering/load-substitute-data-from-appcache-expected.txt: Added.
* http/tests/contentfiltering/load-substitute-data-from-appcache.html: Added.
* http/tests/contentfiltering/resources/appcache.html: Added.
* http/tests/contentfiltering/resources/appcache.manifest: Added.
* platform/mac-wk1/TestExpectations:
2015-08-26 Tim Horton <timothy_horton@apple.com>
Layout Test platform/mac/fast/events/content-inset-hit-testing-in-frame.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148409
Reviewed by Beth Dakin.
* platform/mac/fast/events/resources/iframe-to-hit-test.html:
Adjust the test so that it logs something useful if it fails
instead of complaining about not being run in WKTR/DRT.
2015-08-26 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r188960.
https://bugs.webkit.org/show_bug.cgi?id=148479
Broke all the tests (Requested by ap on #webkit).
Reverted changeset:
"Add some new emoji with modifiers and new sequence."
https://bugs.webkit.org/show_bug.cgi?id=148202
http://trac.webkit.org/changeset/188960
2015-08-25 Brian Burg <bburg@apple.com>
Web Inspector: no need to allocate protocolErrors array for every dispatched backend command
https://bugs.webkit.org/show_bug.cgi?id=146466
Reviewed by Joseph Pecoraro.
* inspector/protocol/backend-dispatcher-argument-errors-expected.txt:
* inspector/protocol/backend-dispatcher-argument-errors.html:
Stringify the 'data' member before dumping, since it now contains JSON. Rebaseline it.
2015-08-26 Enrica Casucci <enrica@apple.com>
Add some new emoji with modifiers and new sequence.
https://bugs.webkit.org/show_bug.cgi?id=148202
rdar://problem/21849857
Reviewed by Sam Weinig.
Updated test to reflect the changes.
* editing/deleting/delete-emoji-expected.txt:
* editing/deleting/delete-emoji.html:
2015-08-25 Nan Wang <n_wang@apple.com>
AX: Enable accessibility/aria-controls.html test for mac
https://bugs.webkit.org/show_bug.cgi?id=148458
Reviewed by Chris Fleizach.
* accessibility/aria-controls.html:
* platform/mac/TestExpectations:
* platform/mac/accessibility/aria-controls-expected.txt: Added.
2015-08-25 Myles C. Maxfield <mmaxfield@apple.com>
More test gardening of css3/line-break-language-sensitive.
Unreviewed.
* css3/line-break-language-sensitive/line-break-auto-hyphens-expected.html:
* css3/line-break-language-sensitive/line-break-auto-hyphens.html:
* css3/line-break-language-sensitive/line-break-auto-sound-marks-expected.html:
* css3/line-break-language-sensitive/line-break-auto-sound-marks.html:
2015-08-25 Nan Wang <n_wang@apple.com>
AX: accessibility/mac/misspelled-attributed-string.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148455
Reviewed by Chris Fleizach.
Updated the test case to be more stable since the client's text checker
might change over time.
* accessibility/mac/misspelled-attributed-string-expected.txt:
* accessibility/mac/misspelled-attributed-string.html:
* platform/mac/TestExpectations:
2015-08-25 Zalan Bujtas <zalan@apple.com>
Using the filter functional notation for background images results in wrong background-size rendering
https://bugs.webkit.org/show_bug.cgi?id=148221
rdar://problem/22379518
Reviewed by Daniel Bates.
Do not ignore the size argument, when the filter image is being drawn onto the context.
When the size is ignored, we end up painting the image with its native size while the filter
is applied on the size of the generated image.
* fast/filter-image/background-filter-image-expected.html: Added.
* fast/filter-image/background-filter-image.html: Added.
2015-08-25 Nan Wang <n_wang@apple.com>
[Mac] accessibility/document-attributes.html fails
https://bugs.webkit.org/show_bug.cgi?id=116636
Reviewed by Chris Fleizach.
* platform/mac/TestExpectations:
2015-08-25 Skachkov Oleksandr <gskachkov@gmail.com>
Function.prototype.toString is incorrect for ArrowFunction
https://bugs.webkit.org/show_bug.cgi?id=148148
Reviewed by Saam Barati.
Added test of toString() method.
* js/arrowfunction-tostring-expected.txt: Added.
* js/arrowfunction-tostring.html: Added.
* js/script-tests/arrowfunction-tostring.js: Added.
2015-08-25 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening
<rdar://problem/22420410>
Unreviewed.
Updating test expected results according to Kinsoku Shori.
* css3/line-break-language-sensitive/line-break-auto-hyphens-expected.html:
* css3/line-break-language-sensitive/line-break-auto-sound-marks-expected.html:
2015-08-25 Chris Dumez <cdumez@apple.com>
Unreviewed, fix typo introduced in r188917
* TestExpectations:
2015-08-24 Brent Fulgham <bfulgham@apple.com>
Wheel events stop propagating when target element is removed from DOM
https://bugs.webkit.org/show_bug.cgi?id=148384
<rdar://problem/19732211>
Reviewed by David Hyatt.
* tiled-drawing/scrolling/latched-to-deleted-node-expected.txt: Added.
* tiled-drawing/scrolling/latched-to-deleted-node.html: Added.
2015-08-25 Chris Dumez <cdumez@apple.com>
compareDocumentPosition() should report PRECEDING or FOLLOWING information even if nodes are disconnected
https://bugs.webkit.org/show_bug.cgi?id=119316
Reviewed by Darin Adler.
Update fast/dom/compare-document-position-disconnected-nodes.html to check that compareDocumentPosition()
now returns one of the following values for disconnected nodes:
- DOCUMENT_POSITION_DISCONNECTED | DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC | DOCUMENT_POSITION_PRECEDING
- DOCUMENT_POSITION_DISCONNECTED | DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC | DOCUMENT_POSITION_FOLLOWING
* TestExpectations:
Several dom/xhtml/level3 are skipped and marked as WonfFix because they are outdated and no longer match
the latest DOM specification. They expect compareDocumentPosition() not to return PRECEDING / FOLLOWING
information for disconnected nodes.
* dom/xhtml/level3/core/nodecomparedocumentposition38-expected.txt:
* fast/dom/compare-document-position-disconnected-nodes-expected.txt:
* fast/dom/compare-document-position-disconnected-nodes.html:
* fast/dom/shadow/compare-document-position-expected.txt:
* fast/dom/shadow/compare-document-position.html:
2015-08-24 Nan Wang <n_wang@apple.com>
AX: Fix accessibility/mac/search-with-frames.html test
https://bugs.webkit.org/show_bug.cgi?id=148313
Reviewed by Chris Fleizach.
Fixed the test by making sure that search is performed after all frames
have been loaded.
* accessibility/mac/search-with-frames.html:
* platform/mac/TestExpectations:
2015-08-24 Alexey Proskuryakov <ap@apple.com>
Marking more scroll-snap tests as flaky.
* platform/mac-wk2/TestExpectations:
2015-08-24 Alexey Proskuryakov <ap@apple.com>
Roll out r188827, because it didn't help.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html:
2015-08-24 Brian Burg <bburg@apple.com>
Web Inspector: add protocol test for existing error handling performed by the backend
https://bugs.webkit.org/show_bug.cgi?id=147097
Reviewed by Joseph Pecoraro.
Add a bunch of test cases to cover existing error handling by the backend dispatcher.
* inspector/protocol/backend-dispatcher-argument-errors-expected.txt: Added.
* inspector/protocol/backend-dispatcher-argument-errors.html: Added.
* inspector/protocol/backend-dispatcher-malformed-message-errors-expected.txt: Added.
* inspector/protocol/backend-dispatcher-malformed-message-errors.html: Added.
2015-08-24 Alexey Proskuryakov <ap@apple.com>
Mark flaky scrolling tests as such.
* platform/mac-wk2/TestExpectations:
2015-08-24 Nan Wang <n_wang@apple.com>
AX: Fix accessibility/mac/mathml-elements.html test
https://bugs.webkit.org/show_bug.cgi?id=148393
Reviewed by Chris Fleizach.
Updated the test to match the structure changes of mfenced/mo operators in bug 124838.
* accessibility/mac/mathml-elements-expected.txt:
* accessibility/mac/mathml-elements.html:
* platform/mac/TestExpectations:
2015-08-24 Chris Dumez <cdumez@apple.com>
NodeList should not have a named getter
https://bugs.webkit.org/show_bug.cgi?id=148117
Reviewed by Geoffrey Garen.
Add a layout test to check that NodeList no longer has a named property
getter after r188829.
* fast/dom/NodeList/no-named-getter-expected.txt: Added.
* fast/dom/NodeList/no-named-getter.html: Added.
2015-08-24 Yusuke Suzuki <utatane.tea@gmail.com>
Create ById IC for ByVal operation only when the specific Id comes more than once
https://bugs.webkit.org/show_bug.cgi?id=148288
Reviewed by Geoffrey Garen.
Revert the skip marks introduced in r188767.
* js/script-tests/dfg-float32array.js:
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int32array-overflow-values.js:
* js/script-tests/dfg-int32array.js:
* js/script-tests/dfg-int8array.js:
* js/script-tests/dfg-uint16array.js:
* js/script-tests/dfg-uint32array-overflow-values.js:
* js/script-tests/dfg-uint32array.js:
* js/script-tests/dfg-uint8array.js:
* js/script-tests/dfg-uint8clampedarray.js:
* js/script-tests/regress-141098.js:
2015-08-24 Chris Dumez <cdumez@apple.com>
Unreviewed, slight layout test clean up after r188829.
Remove a useless blank line.
* fast/dom/named-items-with-symbol-name-expected.txt:
* fast/dom/named-items-with-symbol-name.html:
2015-08-23 Nan Wang <n_wang@apple.com>
AX: Fix accessibility/deleting-iframe-destroys-axcache.html test
https://bugs.webkit.org/show_bug.cgi?id=148328
Reviewed by Darin Adler.
* platform/mac/TestExpectations:
2015-08-22 Chris Dumez <cdumez@apple.com>
NodeList should not have a named getter
https://bugs.webkit.org/show_bug.cgi?id=148117
Reviewed by Darin Adler.
* fast/dom/childnode-item-after-itemname-expected.txt: Removed.
* fast/dom/childnode-item-after-itemname.html: Removed.
Drop test as it is no longer relevant now that NodeList no longer
has a named property getter.
2015-08-22 Alexey Proskuryakov <ap@apple.com>
Tweak a test that became flaky on some machines after r188793.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html:
2015-08-22 Doug Russell <d_russell@apple.com>
AX: aria-table-content.html test failing on windows
https://bugs.webkit.org/show_bug.cgi?id=148354
Update TestExpectation for Windows to Skip test.
Reviewed by Tim Horton.
* platform/win/TestExpectations:
2015-08-21 Chris Dumez <cdumez@apple.com>
document.getElementsByTagName should return an HTMLCollection
https://bugs.webkit.org/show_bug.cgi?id=110611
Reviewed by Darin Adler.
* fast/dom/getElementsByTagName-return-type-expected.txt: Added.
* fast/dom/getElementsByTagName-return-type.html: Added.
New test checking that getElementsByTagName*() returns an HTMLcollection.
* fast/dom/NodeList/script-tests/nodelist-item-call-as-function.js:
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/named-items-with-symbol-name-expected.txt:
* fast/dom/script-tests/domListEnumeration.js:
* fast/dom/wrapper-classes-expected.txt:
* fast/dom/wrapper-classes.html:
* js/dom/constructor-expected.txt:
* js/dom/script-tests/constructor.js:
* platform/mac/fast/dom/wrapper-classes-objc-expected.txt:
* platform/mac/fast/dom/wrapper-classes-objc.html:
Rebaseline / update.
* fast/dom/non-numeric-values-numeric-parameters-expected.txt:
One of the checks is now failing because HTMLCollection.item()'s
parameter is optional. The specification says the parameter should
be mandatory so I did not update the test. It was previously passing
because NodeList.item()'s parameter is mandatory.
2015-08-21 Tim Horton <timothy_horton@apple.com>
Re-mark accessibility/mac/search-with-frames.html flaky
* platform/mac/TestExpectations:
It's still not 100%.
2015-08-21 Alexey Proskuryakov <ap@apple.com>
Improve how UI events are dispatched by WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=148326
Reviewed by Anders Carlsson.
* fast/events/clear-drag-state-expected.txt:
* fast/events/clear-drag-state.html:
* platform/mac-wk2/TestExpectations:
This test used to accidentally pass in WebKit2, but it didn't actually check
for the problem. This patch improves WK2 behavior, which makes the test fail.
Changed the test to not pass accidentally, and added it to WK2 test expectations.
* fast/events/scroll-in-scaled-page-with-overflow-hidden-expected.txt:
* fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
Updated the test to be fully async.
* fast/events/wheelevent-basic-expected.txt:
* fast/events/wheelevent-basic.html:
Updated the test to be fully async, got rid of tab characters.
* fast/events/wheelevent-mousewheel-interaction.html:
* fast/forms/search/search-scroll-hidden-decoration-container-crash.html:
* fast/frames/flattening/scrolling-in-object.html:
Updated these tests to be fully async. Since they check for something that happens
asynchronously, and doesn't have an end event, they have to use setTimeout.
* fast/scrolling/latching/iframe_in_iframe.html:
* fast/scrolling/latching/scroll-div-latched-div.html:
* fast/scrolling/latching/scroll-div-latched-mainframe.html:
* fast/scrolling/latching/scroll-div-no-latching.html:
* fast/scrolling/latching/scroll-div-with-nested-nonscrollable-iframe.html:
* fast/scrolling/latching/scroll-iframe-fragment.html:
* fast/scrolling/latching/scroll-iframe-latched-iframe.html:
* fast/scrolling/latching/scroll-iframe-latched-mainframe.html:
* fast/scrolling/latching/scroll-iframe-webkit1-latching-bug.html:
* fast/scrolling/latching/scroll-latched-nested-div.html:
* fast/scrolling/latching/scroll-nested-iframe.html:
* fast/scrolling/latching/scroll-select-bottom-test.html:
* fast/scrolling/latching/scroll-select-latched-mainframe.html:
* fast/scrolling/latching/scroll-select-latched-select.html:
Removed extra testRunner.mouseScrollByWithWheelAndMomentumPhases() calls.
We no longer need multiple events for scroll snap animation to start, and due to
the way we coalesce events, having multiple events resulted in getting too high velocity.
Removed async scrolling argument form the function calls, because it's now always async.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
Moved fast/scrolling/latching/scroll-div-with-nested-nonscrollable-iframe.html
to WK1 expectations, because the test needn't be skipped on WK2.
* scrollbars/scroll-rtl-or-bt-layer.html: Made the test fully async, and refactored
it for clarity.
* tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler.html:
* tiled-drawing/scrolling/fast-scroll-div-latched-div.html:
* tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler.html:
* tiled-drawing/scrolling/fast-scroll-div-latched-mainframe.html:
* tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler.html:
* tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe.html:
* tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler.html:
* tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe.html:
* tiled-drawing/scrolling/fast-scroll-iframe-latched-select.html:
* tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html:
* tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler.html:
* tiled-drawing/scrolling/fast-scroll-select-latched-mainframe.html:
* tiled-drawing/scrolling/fast-scroll-select-latched-select.html:
* tiled-drawing/scrolling/iframe_in_iframe.html:
* tiled-drawing/scrolling/overflow-scroll-reduced-content.html:
* tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events.html:
* tiled-drawing/scrolling/root-overflow-with-mousewheel.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html:
* tiled-drawing/scrolling/wheel-events-with-no-delta.html:
Same testRunner.mouseScrollByWithWheelAndMomentumPhases changes as in fast/scrolling/latching.
* tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
* tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler.html:
Removed debug output about how many events are received. The number may vary due
to coalescing.
2015-08-21 Nan Wang <n_wang@apple.com>
AX: Fix accessibility/mac/search-with-frames.html test
https://bugs.webkit.org/show_bug.cgi?id=148313
Reviewed by Chris Fleizach.
uiElementForSearchPredicate function needs five parameters for DumpRenderTree.
* accessibility/mac/search-with-frames.html:
* platform/mac/TestExpectations:
2015-08-21 Doug Russell <d_russell@apple.com>
AX: Table with CSS that makes a row anonymous can return NULL from cellForColumnAndRow
https://bugs.webkit.org/show_bug.cgi?id=148293
Reviewed by Chris Fleizach.
When RenderTableRows are anonymous, they may not be added to the accessible data
table's internal row list. However, when calculating the row range for a cell,
we were still accounting for those anonymous sections.
Change how the row range is calculated to directly ask the accessible parent row
for its index. This will ensure its more inline with whats being represented to
the accessibility API.
* accessibility/aria-table-content-expected.txt: Added.
* accessibility/aria-table-content.html: Added.
2015-08-21 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: REGRESSION(173684): Edit as HTML not working
https://bugs.webkit.org/show_bug.cgi?id=148268
Reviewed by Chris Dumez.
* inspector/dom/getOuterHTML-expected.txt: Added.
* inspector/dom/getOuterHTML.html: Added.
* inspector/dom/setOuterHTML-expected.txt: Added.
* inspector/dom/setOuterHTML.html: Added.
2015-08-21 Yusuke Suzuki <utatane.tea@gmail.com>
Skip no-llint tests that fail due to running out of executable memory after r188969
https://bugs.webkit.org/show_bug.cgi?id=148273
Reviewed by Michael Saboff.
r188969 is causing the "no-llint" variation of some tests to fail due to "ran out of executable memory".
These failures are caused because put_by_val and get_by_val aggressively generate the ICs even if the op is executed only once.
The failing tests call eval("contains byVal ops") with the different strings repeatedly under the "no-llint" variation.
In those cases, each eval call creates byId IC for byVal and exhausts executable memory.
We will fix this issue by generating the IC in the second call[1]. In the meantime, we skip these tests.
[1]: https://bugs.webkit.org/show_bug.cgi?id=148288
* js/script-tests/dfg-float32array.js:
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int32array-overflow-values.js:
* js/script-tests/dfg-int32array.js:
* js/script-tests/dfg-int8array.js:
* js/script-tests/dfg-uint16array.js:
* js/script-tests/dfg-uint32array-overflow-values.js:
* js/script-tests/dfg-uint32array.js:
* js/script-tests/dfg-uint8array.js:
* js/script-tests/dfg-uint8clampedarray.js:
* js/script-tests/regress-141098.js:
2015-08-21 Brian Burg <bburg@apple.com>
Web Inspector: inspector/css/modify-rule-selector.html is flaky on some bots
https://bugs.webkit.org/show_bug.cgi?id=148321
Unreviewed, enable extra logging to stderr so we can hopefully see
why the test is occasionally timing out with no output to the test page.
* inspector/css/modify-rule-selector.html:
2015-08-21 Nan Wang <n_wang@apple.com>
[Mac] accessibility/selection-states.html fails
https://bugs.webkit.org/show_bug.cgi?id=116637
Reviewed by Chris Fleizach.
* platform/mac/TestExpectations:
2015-08-20 Brian Burg <bburg@apple.com>
Web Inspector: add a regression test for the fix introduced in r188679
https://bugs.webkit.org/show_bug.cgi?id=148223
Reviewed by Joseph Pecoraro.
Add a regression test to check the number of DOMTree instances that
listen to DOMTreeManager.
* TestExpectations: Don't skip the inspector/dom/ directory.
* http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation-expected.txt: Added.
* http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html: Added.
* http/tests/inspector/dom/resources/nested-frame-1-deep.html: Added.
* http/tests/inspector/dom/resources/nested-frame-2-deep.html: Added.
* http/tests/inspector/dom/resources/nested-frame-base.html: Added.
2015-08-21 Chris Dumez <cdumez@apple.com>
Regression(r188698): http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html is very flaky
https://bugs.webkit.org/show_bug.cgi?id=148205
Reviewed by Antti Koivisto.
* http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html:
Drop temporary fix landed in r188698 to make the test less flaky.
2015-08-20 Nan Wang <n_wang@apple.com>
AX: fix accessibility/loading-iframe-updates-axtree.html test for mac
https://bugs.webkit.org/show_bug.cgi?id=148251
Reviewed by Chris Fleizach.
Added a container in order to make the frame accessible. Also, added expected results for
both WK1 and WK2.
* accessibility/loading-iframe-updates-axtree-expected.txt:
* accessibility/loading-iframe-updates-axtree.html:
* platform/mac-wk1/accessibility: Added.
* platform/mac-wk1/accessibility/loading-iframe-updates-axtree-expected.txt: Added.
* platform/mac/TestExpectations:
2015-08-20 Chris Dumez <cdumez@apple.com>
Fix passing null / undefined as NodeFilter parameter for createNodeIterator() / createTreeWalker()
https://bugs.webkit.org/show_bug.cgi?id=148257
Reviewed by Darin Adler.
Rebaseline tests. We are now passing more of the checks.
* fast/dom/createNodeIterator-parameters-expected.txt:
* fast/dom/createTreeWalker-parameters-expected.txt:
2015-08-20 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Adopt OS X's emoji behavior
https://bugs.webkit.org/show_bug.cgi?id=148265
Reviewed by Simon Fraser.
* platform/ios-simulator/fast/text/emoji-expected.txt:
2015-08-20 Chris Dumez <cdumez@apple.com>
getElementsByClassName() should return an HTMLCollection
https://bugs.webkit.org/show_bug.cgi?id=147980
Reviewed by Darin Adler.
* fast/dom/getElementsByClassName/dumpHTMLCollection-expected.txt: Renamed from LayoutTests/fast/dom/getElementsByClassName/dumpNodeList-expected.txt.
* fast/dom/getElementsByClassName/dumpHTMLCollection.html: Renamed from LayoutTests/fast/dom/getElementsByClassName/dumpNodeList.html.
Rename test now that getElementsByClassName returns an HTMLCollection
and update the test to update the HTMLCollection prototype instead
of the NodeList one.
* fast/dom/getElementsByClassName/return-type-expected.txt: Added.
* fast/dom/getElementsByClassName/return-type.html: Added.
New test that checks that getElementsByClassName() returns an
HTMLCollection.
* inspector/model/remote-object-expected.txt:
Rebaseline.
2015-08-20 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening after r188167
https://bugs.webkit.org/show_bug.cgi?id=148276
Unreviewed.
The tests in css3/line-break require non-language-sensitive font fallback. This patch adds
slightly modified tests which test line-breaking with language-sensitive font fallback.
This patch also marks all operating systems which do not support language-sensitive font
fallback to ignore the results of these new tests.
* css3/line-break-language-sensitive: Added
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2015-08-20 Filip Pizlo <fpizlo@apple.com>
Overflow check elimination fails for a simple test case
https://bugs.webkit.org/show_bug.cgi?id=147387
Reviewed by Benjamin Poulain.
Added two test cases that previously would have an unnecessary overflow check on an induction
variable. These tests speed up by 10-15% thanks to this change.
Also added .html/expected files for some regress test that didn't have them.
* js/regress/function-call-expected.txt: Added.
* js/regress/function-call.html: Added.
* js/regress/hard-overflow-check-equal-expected.txt: Added.
* js/regress/hard-overflow-check-equal.html: Added.
* js/regress/hard-overflow-check-expected.txt: Added.
* js/regress/hard-overflow-check.html: Added.
* js/regress/script-tests/hard-overflow-check-equal.js: Added.
(foo):
* js/regress/script-tests/hard-overflow-check.js: Added.
(foo):
2015-08-20 Nan Wang <n_wang@apple.com>
AX: Fix accessibility/mac/selection-value-changes-for-aria-textbox.html test
https://bugs.webkit.org/show_bug.cgi?id=148247
Reviewed by Chris Fleizach.
Fixed the test by adding the notification listener before executing the commands.
* accessibility/mac/selection-value-changes-for-aria-textbox-expected.txt:
* accessibility/mac/selection-value-changes-for-aria-textbox.html:
* platform/mac/TestExpectations:
2015-08-20 Chris Dumez <cdumez@apple.com>
Default value for createNodeIterator() / createTreeWalker()'s whatToShow parameter should be 0xFFFFFFFF
https://bugs.webkit.org/show_bug.cgi?id=148238
Reviewed by Ryosuke Niwa.
Add tests for createNodeIterator() / createTreeWalker() parameters.
Some of the checks are still failing.
* fast/dom/createNodeIterator-parameters-expected.txt: Added.
* fast/dom/createNodeIterator-parameters.html: Added.
* fast/dom/createTreeWalker-parameters-expected.txt: Added.
* fast/dom/createTreeWalker-parameters.html: Added.
2015-08-20 Nan Wang <n_wang@apple.com>
AX: Re-enable aria-checked-mixed-value.html test for mac
https://bugs.webkit.org/show_bug.cgi?id=148235
Reviewed by Chris Fleizach.
isIndeterminate is already implemented in mac, re-enable the test.
* platform/mac/TestExpectations:
2015-08-20 Nan Wang <n_wang@apple.com>
AX: Mac doesn't have expectation for LayoutTests/accessibility/table-cells-roles.html test
https://bugs.webkit.org/show_bug.cgi?id=148236
Reviewed by Chris Fleizach.
* accessibility/table-cells-roles-expected.txt:
* accessibility/table-cells-roles.html:
* platform/mac/TestExpectations:
* platform/mac/accessibility/table-cells-roles-expected.txt: Added.
2015-08-20 Chris Dumez <cdumez@apple.com>
REGRESSION: http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html is very flaky
https://bugs.webkit.org/show_bug.cgi?id=148205
Unreviewed, give the disk cache a chance to settle down before querying
the resource again. This fixes the flakiness locally. Longer term, I will
try and figure out why the cache is sometimes revalidating if the resource
is requested very quickly after.
* http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html:
2015-08-11 Yusuke Suzuki <utatane.tea@gmail.com>
Introduce put_by_id like IC into put_by_val when the given name is String or Symbol
https://bugs.webkit.org/show_bug.cgi?id=147760
Reviewed by Filip Pizlo.
Add synthetic tests for put-by-val. Just make put-by-id tests using symbol / string.
* js/regress/fold-put-by-val-with-string-to-multi-put-by-offset-expected.txt: Added.
* js/regress/fold-put-by-val-with-string-to-multi-put-by-offset.html: Added.
* js/regress/fold-put-by-val-with-symbol-to-multi-put-by-offset-expected.txt: Added.
* js/regress/fold-put-by-val-with-symbol-to-multi-put-by-offset.html: Added.
* js/regress/inlined-put-by-val-with-string-transition-expected.txt: Added.
* js/regress/inlined-put-by-val-with-string-transition.html: Added.
* js/regress/inlined-put-by-val-with-symbol-transition-expected.txt: Added.
* js/regress/inlined-put-by-val-with-symbol-transition.html: Added.
* js/regress/polymorphic-put-by-val-with-string-expected.txt: Added.
* js/regress/polymorphic-put-by-val-with-string.html: Added.
* js/regress/polymorphic-put-by-val-with-symbol-expected.txt: Added.
* js/regress/polymorphic-put-by-val-with-symbol.html: Added.
* js/regress/put-by-val-with-string-expected.txt: Added.
* js/regress/put-by-val-with-string-replace-and-transition-expected.txt: Added.
* js/regress/put-by-val-with-string-replace-and-transition.html: Added.
* js/regress/put-by-val-with-string-slightly-polymorphic-expected.txt: Added.
* js/regress/put-by-val-with-string-slightly-polymorphic.html: Added.
* js/regress/put-by-val-with-string.html: Added.
* js/regress/put-by-val-with-symbol-expected.txt: Added.
* js/regress/put-by-val-with-symbol-replace-and-transition-expected.txt: Added.
* js/regress/put-by-val-with-symbol-replace-and-transition.html: Added.
* js/regress/put-by-val-with-symbol-slightly-polymorphic-expected.txt: Added.
* js/regress/put-by-val-with-symbol-slightly-polymorphic.html: Added.
* js/regress/put-by-val-with-symbol.html: Added.
* js/regress/script-tests/fold-put-by-val-with-string-to-multi-put-by-offset.js: Added.
(foo):
(fu):
(bar):
* js/regress/script-tests/fold-put-by-val-with-symbol-to-multi-put-by-offset.js: Added.
(foo):
(fu):
(bar):
* js/regress/script-tests/inlined-put-by-val-with-string-transition.js: Added.
(foo):
(Foo):
* js/regress/script-tests/inlined-put-by-val-with-symbol-transition.js: Added.
(foo):
(Foo):
* js/regress/script-tests/polymorphic-put-by-val-with-string.js: Added.
(foo):
* js/regress/script-tests/polymorphic-put-by-val-with-symbol.js: Added.
(foo):
* js/regress/script-tests/put-by-val-with-string-replace-and-transition.js: Added.
* js/regress/script-tests/put-by-val-with-string-slightly-polymorphic.js: Added.
* js/regress/script-tests/put-by-val-with-string.js: Added.
(foo):
(bar):
* js/regress/script-tests/put-by-val-with-symbol-replace-and-transition.js: Added.
* js/regress/script-tests/put-by-val-with-symbol-slightly-polymorphic.js: Added.
* js/regress/script-tests/put-by-val-with-symbol.js: Added.
(foo):
(bar):
2015-08-20 Chris Dumez <cdumez@apple.com>
[Cocoa] Treat Epoch as invalid value for "Last-Modified" header
https://bugs.webkit.org/show_bug.cgi?id=148162
rdar://problem/22330837
Reviewed by Antti Koivisto.
Add better layout test coverage for using the "Last-Modified" header to
compute heuristic freshness. In particular, it adds coverage for the
following values: Epoch, malformed date.
* http/tests/cache/disk-cache/disk-cache-last-modified-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-last-modified.html: Added.
New test.
* http/tests/cache/disk-cache/resources/cache-test.js:
(makeHeaderValue):
makeHeaderValue() was not resolving 'now(-1000)' into a date. This means that the
tests using it would end up sending an invalid "Last-Modified" header which our
networking code was translating to Epoch. We now ignore Epoch as Last-Modified
value for computing heuristic freshness to not cache due to malformed headers.
2015-08-20 Eric Carlson <eric.carlson@apple.com>
Revert accidental commit of a new test that isn't ready for prime time.
Unreviewed build fix.
* http/tests/media/video-media-document-disposition-download.html: Removed.
* http/tests/media/resources/serve-video.php: Remove contentDisposition support.
2015-08-20 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Sync tests with upstream reference
https://bugs.webkit.org/show_bug.cgi?id=148078
Synced with the upstream reference tests. This means that we moved
some of ours to the reference and brought some new ones. Of course
expectations were updated accordingly.
Reviewed by Darin Adler.
* streams/readable-stream-controller-error-expected.txt: Expectations.
* streams/readable-stream-controller-error.html: Changed test descriptions and moved one test to the reference.
* streams/readable-stream-gc-expected.txt: Removed.
* streams/readable-stream-gc.html: Moved to the reference.
* streams/readable-stream-reader-read-expected.txt: Expectations.
* streams/readable-stream-reader-read.html: Moved a test to the reference.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt: Expectations.
* streams/reference-implementation/readable-stream-reader.html: Brought changes from upstream reference and
uncomented async pull source test (which had been commented since a long time ago and is working now).
* streams/reference-implementation/readable-stream-tee.html: Brought changes from upstream reference.
* streams/reference-implementation/readable-stream-templated-expected.txt: Expectations.
* streams/reference-implementation/readable-stream-templated.html:
* streams/reference-implementation/readable-stream.html: Brought changes from upstream reference.
2015-08-19 Wenson Hsieh <wenson_hsieh@apple.com>
Select validation does not correctly work when handling change event
https://bugs.webkit.org/show_bug.cgi?id=145869
Reviewed by Dean Jackson.
Tests that checkValidity() returns correct results from within the onchange handler of a
<select> when the validity of the selected option changes.
* fast/forms/onchange-select-check-validity-expected.txt: Added.
* fast/forms/onchange-select-check-validity.html: Added.
2015-08-19 Jinyoung Hur <hur.ims@navercorp.com>
GraphicsContext3D::activeTexture should not be called with zero-based index
https://bugs.webkit.org/show_bug.cgi?id=148020
Reviewed by Alex Christensen.
Insert WebGLRenderingContext.activeTexture call during the texture complete test to verify
a meaningless change of the active texture doesn't make any gl errors.
* fast/canvas/webgl/texture-complete.html:
2015-08-19 Zalan Bujtas <zalan@apple.com>
outline-style: auto leaves bits behind on strava's flyby view.
https://bugs.webkit.org/show_bug.cgi?id=148178
Reviewed by Simon Fraser.
RenderView::m_maximalOutlineSize should include outline-offset.
* fast/repaint/outline-auto-with-width-less-than-focus-ring-width-and-offset-repaint-expected.txt: Added.
* fast/repaint/outline-auto-with-width-less-than-focus-ring-width-and-offset-repaint.html: Added.
2015-08-19 Zalan Bujtas <zalan@apple.com>
Cleanup outline-style: auto painting.
https://bugs.webkit.org/show_bug.cgi?id=148159
Reviewed by Simon Fraser.
Old platform style required the focus ring to be painted with an offset. (https://trac.webkit.org/r5358)
(and it has the side effect of growing outline-width adds further, unwanted offset)
Default css for :focus is adjusted to remove this offset by setting the outline-width to 5px
and the outline-offset to -2px. (https://trac.webkit.org/r13639)
This patch removes both the old logic and the workaround for getting rid of the unwanted offset.
* fast/repaint/outline-auto-with-default-width-and-offset-repaint-expected.txt: Added.
* fast/repaint/outline-auto-with-default-width-and-offset-repaint.html: Copied from LayoutTests/fast/repaint/outline-with2px-auto-repaint-rect.html.
* fast/repaint/outline-with1px-auto-repaint-rect.html:
* fast/repaint/outline-with2px-auto-repaint-rect.html:
* fast/repaint/outline-with3px-auto-repaint-rect.html:
2015-08-18 Dean Jackson <dino@apple.com>
Support CSS filters without webkit prefix
https://bugs.webkit.org/show_bug.cgi?id=148138
<rdar://problem/22331434>
Reviewed by Sam Weinig.
Globally change -webkit-filter to filter in as many places as
possible. Then add a new test that makes sure the prefixed
and unprefixed value resolve to the same computed style.
* animations/resources/animation-test-helpers.js:
(parseCSSImage):
* css3/filters/backdrop/effect-hw-expected.html:
* css3/filters/effect-blur-hw.html:
* css3/filters/effect-blur.html:
* css3/filters/effect-brightness-clamping-hw.html:
* css3/filters/effect-brightness-clamping.html:
* css3/filters/effect-brightness-hw.html:
* css3/filters/effect-brightness.html:
* css3/filters/effect-combined-hw.html:
* css3/filters/effect-combined.html:
* css3/filters/effect-contrast-hw.html:
* css3/filters/effect-contrast.html:
* css3/filters/effect-drop-shadow-hw.html:
* css3/filters/effect-drop-shadow.html:
* css3/filters/effect-grayscale-hw.html:
* css3/filters/effect-grayscale.html:
* css3/filters/effect-hue-rotate-hw.html:
* css3/filters/effect-hue-rotate.html:
* css3/filters/effect-invert-hw.html:
* css3/filters/effect-invert.html:
* css3/filters/effect-opacity-hw.html:
* css3/filters/effect-opacity.html:
* css3/filters/effect-reference-composite-hw.html:
* css3/filters/effect-reference-composite.html:
* css3/filters/effect-reference-hw.html:
* css3/filters/effect-reference-ordering-hw.html:
* css3/filters/effect-reference-ordering.html:
* css3/filters/effect-reference.html:
* css3/filters/effect-saturate-hw.html:
* css3/filters/effect-saturate.html:
* css3/filters/effect-sepia-hw.html:
* css3/filters/effect-sepia.html:
* css3/filters/filter-property-computed-style-expected.txt:
* css3/filters/filter-property-parsing-expected.txt:
* css3/filters/script-tests/filter-property-computed-style.js:
(testComputedFilterRule):
* css3/filters/script-tests/filter-property-parsing.js:
(testFilterRule):
* css3/filters/script-tests/unprefixed.js: Copied from LayoutTests/css3/filters/script-tests/filter-property-computed-style.js.
(testComputedFilterRule):
* css3/filters/unprefixed-expected.txt: Copied from LayoutTests/css3/filters/filter-property-computed-style-expected.txt.
* css3/filters/unprefixed.html: Added.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/filter-image/clipped-filter-expected.html:
* fast/filter-image/clipped-filter.html:
* fast/filter-image/filter-image-animation-expected.txt:
* fast/filter-image/filter-image-animation.html:
* fast/filter-image/filter-image-blur.html:
* fast/filter-image/filter-image-expected.html:
* fast/filter-image/filter-image-svg.html:
* fast/filter-image/filter-image.html:
* fast/filter-image/parse-filter-image-expected.txt:
* fast/filter-image/parse-filter-image.html:
* svg/css/getComputedStyle-basic-expected.txt:
2015-08-19 Brian Burg <bburg@apple.com>
Web Inspector: InspectorTest should be a subclass of TestHarness
https://bugs.webkit.org/show_bug.cgi?id=148079
Reviewed by Timothy Hatcher.
Rename InspectorTestProxy to TestPage. Update some code style in
the harness script files to be consistent.
* http/tests/inspector/debugger/debugger-test.js:
* http/tests/inspector/dom/shapes-test.js:
* http/tests/inspector/replay/replay-test.js:
* http/tests/inspector/resources/inspector-test.js:
(TestPage.registerInitializer):
(runTest.runInitializationMethodsInFrontend):
(runTest.runTestMethodInFrontend):
(runTest):
(TestPage.completeTest):
(TestPage.debugLog):
(TestPage.addResult):
(TestPage.reportUncaughtException):
(InspectorTestProxy.registerInitializer): Deleted.
(InspectorTestProxy.completeTest): Deleted.
(InspectorTestProxy.debugLog): Deleted.
(InspectorTestProxy.addResult): Deleted.
(InspectorTestProxy.reportUncaughtException): Deleted.
* inspector/debugger/breakpoint-action-eval.html:
* inspector/debugger/resources/break-on-exception-tests.js:
* inspector/debugger/resources/script-for-breakpoint-actions.js:
(breakpointActions):
* inspector/debugger/search-scripts.html:
* inspector/replay/window-navigator-plugins-memoized.html:
* inspector/timeline/debugger-paused-while-recording.html:
* inspector/timeline/exception-in-injected-script-while-recording.html:
2015-08-19 Chris Dumez <cdumez@apple.com>
WebKit may keep outdated entry in the disk cache after a reload
https://bugs.webkit.org/show_bug.cgi?id=148137
<rdar://problem/22299547>
Reviewed by Antti Koivisto.
Add layout test to make sure that stale disk cached entries are removed
when it becomes uncacheable.
* http/tests/cache/disk-cache/resource-becomes-uncacheable-expected.txt: Added.
* http/tests/cache/disk-cache/resource-becomes-uncacheable.html: Added.
* http/tests/cache/disk-cache/resources/generate-response-optionally-cacheable.cgi: Added.
2015-08-19 Brian Burg <bburg@apple.com>
Web Inspector: split TestStub.js into multiple files and modernize it
https://bugs.webkit.org/show_bug.cgi?id=148077
Reviewed by Timothy Hatcher.
Add the prefix 'TestPage' to everything in protocol-test.js. Continue
exporting it to the global namespace for backwards compatibility, too.
Rename some things to match changes in the test harness. Tighten up
preconditions for test suite and test case names. Sprinkle some ES6.
* http/tests/inspector/dom/resources/InspectorDOMListener.js:
* http/tests/inspector/resources/console-test.js:
* http/tests/inspector/resources/probe-test.js:
* http/tests/inspector/resources/protocol-test.js:
(TestPage.registerInitializer):
(TestPage.debugLog.window.debugLog):
(TestPage.log.window.log):
(TestPage.closeTest.window.closeTest):
(TestPage.runTest.window.runTest):
(ProtocolTestProxy.registerInitializer): Deleted.
(debugLog): Deleted.
(log): Deleted.
(closeTest): Deleted.
(runTest): Deleted.
* inspector/dom/resources/dom-search-queries.js:
* inspector/unit-tests/async-test-suite.html:
* inspector/unit-tests/sync-test-suite.html:
2015-08-18 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Punctuation near Hindi text is garbled when styled with the system font
https://bugs.webkit.org/show_bug.cgi?id=148164
Reviewed by Brian Burg.
This test is only relevant when the system font is set to Japanese or Simplified Chinese. In these
languages, the system font doesn't support punctuation, but CG will erroneously say that it does.
I intend to implement testing infrastructure which will allow us to mock the system language,
thereby allowing this test to be valid on all machines. The tracking bug for this effort is
https://bugs.webkit.org/show_bug.cgi?id=148168
* fast/text/hindi-system-font-punctuation-expected.html: Added.
* fast/text/hindi-system-font-punctuation.html: Added.
2015-08-18 Brian Burg <bburg@apple.com>
[Win] Test Gardening after r188598
Unreviewed. Really skip all inspector/ tests until the test harnesses are fixed.
This work is tracked by <https://bugs.webkit.org/show_bug.cgi?id=148025> and
<https://bugs.webkit.org/show_bug.cgi?id=148037>.
* platform/win/TestExpectations:
2015-08-18 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Links for rules in <style> are incorrect, do not account for <style> offset in the document
https://bugs.webkit.org/show_bug.cgi?id=148141
Reviewed by Brian Burg.
* inspector/css/getAllStyleSheets-expected.txt: Added.
* inspector/css/getAllStyleSheets.html: Added.
* inspector/css/resources/external.css: Added.
(body):
Test for style sheet header information for external and inline stylesheets.
2015-08-18 Benjamin Poulain <bpoulain@apple.com>
[JSC] Optimize more cases of something-compared-to-null/undefined
https://bugs.webkit.org/show_bug.cgi?id=148157
Reviewed by Geoffrey Garen and Filip Pizlo.
* js/dom/document-all-watchpoint-covers-eliminated-compare-eq-expected.txt: Added.
* js/dom/document-all-watchpoint-covers-eliminated-compare-eq.html: Added.
* js/dom/script-tests/document-all-watchpoint-covers-eliminated-compare-eq.js: Added.
(compareFunction):
2015-08-18 Wenson Hsieh <wenson_hsieh@apple.com>
Attempt to fix the failing search-padding-cancel-results-buttons.html test by making
platform-specific versions of the test.
* TestExpectations: Added search-padding-cancel-results-buttons-expected.txt with a default [ Skip ].
* fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
* fast/forms/search/search-padding-cancel-results-buttons.html: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html.
* platform/mac-mavericks/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt.
* platform/mac/TestExpectations: Enable the test only for Mac platforms.
2015-08-18 Said Abou-Hallawa <sabouhallawa@apple.com>
Fix a rare flakiness in svg/animations/svgPreserveAspectRatio-animation-1.html
https://bugs.webkit.org/show_bug.cgi?id=148149
Reviewed by Tim Horton.
Do not sample the SVG animation at the middle of the animation period. At
that time, the SVG animation test script changes the value of the animated
attribute from the from-value to the to-value. It is safer to sample
immediately before and after the middle of the animation period.
* svg/animations/script-tests/svgPreserveAspectRatio-animation-1.js:
* svg/animations/svgPreserveAspectRatio-animation-1-expected.txt:
2015-08-18 Wenson Hsieh <wenson_hsieh@apple.com>
Search input results and clear icons are misaligned when padding is added
https://bugs.webkit.org/show_bug.cgi?id=148146
<rdar://problem/22310951>
Reviewed by Zalan Bujtas.
Tests that for a search field with -webkit-appearance: textfield; and padding will not clip
its cancel and results buttons.
* platform/mac/fast/forms/search/search-padding-cancel-results-buttons-expected.txt: Added.
* platform/mac/fast/forms/search/search-padding-cancel-results-buttons.html: Added.
2015-08-18 Simon Fraser <simon.fraser@apple.com>
will-change: backface-visibility should not cause stacking context
https://bugs.webkit.org/show_bug.cgi?id=148091
Reviewed by Zalan Bujtas.
Test that will-change: -webkit-backface-visibility does not create
stacking context.
* fast/css/will-change/resources/will-change-stacking-helper.js:
2015-08-18 Simon Fraser <simon.fraser@apple.com>
Mark fast/css/will-change/will-change-creates-stacking-context.html as an image-only
failure. Filed webkit.org/b/148144 to track it.
* platform/win/TestExpectations:
2015-08-18 Brian Burg <bburg@apple.com>
Web Inspector: load ProtocolTestStub from the WebInspectorUI bundle
https://bugs.webkit.org/show_bug.cgi?id=147955
Reviewed by Timothy Hatcher.
Since the inspector stub cannot open files that live in the LayoutTests
directory, adopt the test helper marshalling approach used by inspector.js.
Each helper must register its code for marshalling and explicitly put globals
on the window object.
Use script tags rather than importScript to include helpers in a test.
* TestExpectations: For now, skip inspector http tests. These should be rewritten
to use inspector-test.js, which does not run into cross-origin problems.
Rebaseline some test results to account for shifted line numbers (yuck).
* http/tests/inspector/dom/resources/InspectorDOMListener.js:
* http/tests/inspector/resources/console-test.js:
* http/tests/inspector/resources/probe-test.js:
* http/tests/inspector/resources/protocol-test.js:
(ProtocolTestProxy.registerInitializer):
(log):
(runTest.runInitializationMethodsInFrontend):
(runTest.runTestMethodInFrontend):
(runTest):
* inspector/console/console-message.html:
* inspector/console/css-source-locations-expected.txt:
* inspector/console/css-source-locations.html:
* inspector/console/js-source-locations-expected.txt:
* inspector/console/js-source-locations.html:
* inspector/console/x-frame-options-message-expected.txt:
* inspector/console/x-frame-options-message.html:
* inspector/debugger/didSampleProbe-multiple-probes.html:
* inspector/debugger/setBreakpoint-actions.html:
* inspector/debugger/setBreakpoint-options-exception.html:
* inspector/dom/dom-search-expected.txt:
* inspector/dom/dom-search-with-context.html:
* inspector/dom/dom-search.html:
* inspector/dom/resources/dom-search-queries.js:
2015-08-18 Myles C. Maxfield <mmaxfield@apple.com>
[Win] Test gardening after r188591
https://bugs.webkit.org/show_bug.cgi?id=148119
Unreviewed.
* platform/win/fast/text/trak-optimizeLegibility-expected.txt: Added.
2015-08-18 Chris Dumez <cdumez@apple.com>
http/tests/navigation/page-cache-iframe-provisional-load.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=148133
Reviewed by Alexey Proskuryakov.
http/tests/navigation/page-cache-iframe-provisional-load.html would fail if
the slow load would finish before navigating away. To greatly reduce the
chances of it happening, increase the slow load delay from 100ms to 3s.
Also make the test faster by using page-cache-helper.html instead of
page-cache-helper-slow.html. The idea of using a slow helper was for the
load to potentially finish while the page was in the PageCache. However,
now that we've increased the slow load delay, this will no longer happen.
* http/tests/navigation/page-cache-iframe-provisional-load.html:
* http/tests/navigation/resources/page-cache-helper-slow.html: Removed.
2015-08-18 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Honor the 'trak' table by opting in via text-rendering: optimizeLegibility
https://bugs.webkit.org/show_bug.cgi?id=148119
<rdar://problem/22291561>
Reviewed by Tim Horton.
This test will fail until we stop mocking the system font on El Capitan. Until then,
this patch will commit the test failure as an expected result.
* fast/text/trak-optimizeLegibility-expected.html: Added
* fast/text/trak-optimizeLegibility.html: Added
2015-08-18 Chris Dumez <cdumez@apple.com>
Make our bindings' GetOwnPropertySlot() behave according to specification
https://bugs.webkit.org/show_bug.cgi?id=148092
Reviewed by Geoffrey Garen.
* fast/dom/childnode-item-after-itemname.html:
Update the test so the item's id in the NodeList is "testItem"
instead of "item". NodeList has a method called item() which now
takes priority over the name when accessing Nodelist.item, as per
the Web IDL specification.
* fast/dom/htmlcollection-getownproperty-expected.txt:
Rebaseline test. This is a progression.
2015-08-18 Jon Honeycutt <jhoneycutt@apple.com>
Remove failing expectations for some WK1 tests that have passed recent
builds.
* platform/ios-simulator-wk1/TestExpectations:
2015-08-18 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Do not stretch always grid items with auto width
https://bugs.webkit.org/show_bug.cgi?id=148069
Reviewed by Darin Adler.
New Layout tests to verify that grid stretching logic works as expected
when aligning both horizontally and vertically.
* fast/css-grid-layout/grid-align-justify-stretch-expected.txt: Added.
* fast/css-grid-layout/grid-align-justify-stretch.html: Added.
* fast/css-grid-layout/grid-item-auto-margins-and-stretch-expected.txt: Added.
* fast/css-grid-layout/grid-item-auto-margins-and-stretch.html: Added.
* fast/css-grid-layout/grid-items-should-not-be-stretched-when-height-or-width-or-margin-change-expected.txt: Added.
* fast/css-grid-layout/grid-items-should-not-be-stretched-when-height-or-width-or-margin-change.html: Added.
2015-08-18 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Update implementation with the latest spec
https://bugs.webkit.org/show_bug.cgi?id=147978
Reviewed by Darin Adler.
Changed tests about the order of the read and closed promise resolution.
* streams/readable-stream-reader-read.html:
* streams/reference-implementation/readable-stream-tee.html:
* streams/reference-implementation/readable-stream-templated.html:
* streams/reference-implementation/readable-stream.html:
2015-08-17 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r188539, r188544, r188552, and
r188564.
https://bugs.webkit.org/show_bug.cgi?id=148122
Broke tests and some build styles (Requested by ap on
#webkit).
Reverted changesets:
"Web Inspector: load ProtocolTestStub from the WebInspectorUI
bundle"
https://bugs.webkit.org/show_bug.cgi?id=147955
http://trac.webkit.org/changeset/188539
"Web Inspector: split TestStub.js into multiple files and
modernize it"
https://bugs.webkit.org/show_bug.cgi?id=148077
http://trac.webkit.org/changeset/188544
"Web Inspector: InspectorTest should be a subclass of
TestHarness"
https://bugs.webkit.org/show_bug.cgi?id=148079
http://trac.webkit.org/changeset/188552
"Unreviewed internal build fix attempt after r188539."
http://trac.webkit.org/changeset/188564
2015-08-17 Zalan Bujtas <zalan@apple.com>
Outline with auto style leaves bits behind when the the box is moved.
https://bugs.webkit.org/show_bug.cgi?id=148100
Reviewed by Simon Fraser.
Due to RenderView::maximalOutlineSize() each outline width need to be tested separately.
* fast/repaint/outline-with1px-auto-repaint-rect-expected.txt: Added.
* fast/repaint/outline-with1px-auto-repaint-rect.html: Added.
* fast/repaint/outline-with2px-auto-repaint-rect-expected.txt: Added.
* fast/repaint/outline-with2px-auto-repaint-rect.html: Added.
* fast/repaint/outline-with3px-auto-repaint-rect-expected.txt: Added.
* fast/repaint/outline-with3px-auto-repaint-rect.html: Added.
2015-08-17 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Remove support for composite fonts
https://bugs.webkit.org/show_bug.cgi?id=147920
Reviewed by Dan Bernstein.
* fast/text/international/text-spliced-font.html: Removed.
* platform/efl/fast/text/international/text-spliced-font-expected.png: Removed.
* platform/efl/fast/text/international/text-spliced-font-expected.txt: Removed.
* platform/gtk/fast/text/international/text-spliced-font-expected.png: Removed.
* platform/gtk/fast/text/international/text-spliced-font-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/international/text-spliced-font-expected.txt: Removed.
* platform/ios-simulator/fast/text/international/text-spliced-font-expected.txt: Removed.
* platform/mac/fast/text/international/text-spliced-font-expected.png: Removed.
* platform/mac/fast/text/international/text-spliced-font-expected.txt: Removed.
* platform/win/fast/text/international/text-spliced-font-expected.png: Removed.
* platform/win/fast/text/international/text-spliced-font-expected.txt: Removed.
2015-08-17 Myles C. Maxfield <mmaxfield@apple.com>
[Win] Test gardening
Unreviewed.
* platform/win/fast/text/system-font-punctuation-expected.txt: Added.
2015-08-17 Brian Burg <bburg@apple.com>
Web Inspector: InspectorTest should be a subclass of TestHarness
https://bugs.webkit.org/show_bug.cgi?id=148079
Reviewed by Timothy Hatcher.
Rename InspectorTestProxy to TestPage.
* http/tests/inspector/debugger/debugger-test.js:
* http/tests/inspector/dom/shapes-test.js:
* http/tests/inspector/replay/replay-test.js:
* http/tests/inspector/resources/inspector-test.js:
(TestPage.registerInitializer):
(runTest):
(TestPage.completeTest):
(TestPage.debugLog):
(TestPage.addResult):
(TestPage.reportUncaughtException):
(InspectorTestProxy.registerInitializer): Deleted.
(InspectorTestProxy.completeTest): Deleted.
(InspectorTestProxy.debugLog): Deleted.
(InspectorTestProxy.addResult): Deleted.
(InspectorTestProxy.reportUncaughtException): Deleted.
* inspector/debugger/breakpoint-action-eval.html:
* inspector/debugger/resources/break-on-exception-tests.js:
* inspector/debugger/resources/script-for-breakpoint-actions.js:
(breakpointActions):
* inspector/debugger/search-scripts.html:
* inspector/replay/window-navigator-plugins-memoized.html:
* inspector/timeline/debugger-paused-while-recording.html:
* inspector/timeline/exception-in-injected-script-while-recording.html:
2015-08-17 Jon Honeycutt <jhoneycutt@apple.com>
Remove failing expectations for some WK2 tests that have passed for the
last 15 builds.
* platform/ios-simulator-wk2/TestExpectations:
2015-08-17 Skachkov Oleksandr <gskachkov@gmail.com>
[ES6] Implement ES6 arrow function syntax. Arrow function specific features. Lexical bind of this
https://bugs.webkit.org/show_bug.cgi?id=144956
Reviewed by Saam Barati.
* js/arrowfunction-bind-expected.txt: Added.
* js/arrowfunction-bind.html: Added.
* js/arrowfunction-call-expected.txt: Added.
* js/arrowfunction-call.html: Added.
* js/arrowfunction-constructor-expected.txt: Added.
* js/arrowfunction-constructor.html: Added.
* js/arrowfunction-lexical-bind-this-expected.txt: Added.
* js/arrowfunction-lexical-bind-this.html: Added.
* js/arrowfunction-others-expected.txt: Added.
* js/arrowfunction-others.html: Added.
* js/arrowfunction-tdz-expected.txt: Added.
* js/arrowfunction-tdz.html: Added.
* js/arrowfunction-typeof-expected.txt: Added.
* js/arrowfunction-typeof.html: Added.
* js/regress/arrowfunction-call-expected.txt: Added.
* js/regress/arrowfunction-call.html: Added.
* js/regress/script-tests/arrowfunction-call.js: Added.
* js/regress/script-tests/function-call.js: Added.
* js/script-tests/arrowfunction-bind.js: Added.
* js/script-tests/arrowfunction-call.js: Added.
* js/script-tests/arrowfunction-constructor.js: Added.
* js/script-tests/arrowfunction-lexical-bind-this.js: Added.
* js/script-tests/arrowfunction-others.js: Added.
* js/script-tests/arrowfunction-tdz.js: Added.
* js/script-tests/arrowfunction-typeof.js: Added.
2015-08-17 Brian Burg <bburg@apple.com>
Web Inspector: split TestStub.js into multiple files and modernize it
https://bugs.webkit.org/show_bug.cgi?id=148077
Reviewed by Timothy Hatcher.
Add the prefix 'TestPage' to everything in protocol-test.js. Continue
exporting it to the global namespace for backwards compatibility, too.
Rename some things to match changes in the test harness. Tighten up
preconditions for test suite and test case names. Sprinkle some ES6.
* http/tests/inspector/dom/resources/InspectorDOMListener.js:
* http/tests/inspector/resources/console-test.js:
* http/tests/inspector/resources/probe-test.js:
* http/tests/inspector/resources/protocol-test.js:
(TestPage.registerInitializer):
(TestPage.debugLog.window.debugLog):
(TestPage.log.window.log):
(TestPage.closeTest.window.closeTest):
(TestPage.runTest.window.runTest):
(ProtocolTestProxy.registerInitializer): Deleted.
(debugLog): Deleted.
(log): Deleted.
(closeTest): Deleted.
(runTest): Deleted.
* inspector/dom/resources/dom-search-queries.js:
* inspector/unit-tests/async-test-suite.html:
* inspector/unit-tests/sync-test-suite.html:
2015-08-17 Brian Burg <bburg@apple.com>
Web Inspector: load ProtocolTestStub from the WebInspectorUI bundle
https://bugs.webkit.org/show_bug.cgi?id=147955
Reviewed by Timothy Hatcher.
Since the inspector stub cannot open files that live in the LayoutTests
directory, adopt the test helper marshalling approach used by inspector.js.
Each helper must register its code for marshalling and explicitly put globals
on the window object.
Use script tags rather than importScript to include helpers in a test.
* TestExpectations: For now, skip inspector http tests. These should be rewritten
to use inspector-test.js, which does not run into cross-origin problems.
Rebaseline some test results to account for shifted line numbers (yuck).
* http/tests/inspector/dom/resources/InspectorDOMListener.js:
* http/tests/inspector/resources/console-test.js:
* http/tests/inspector/resources/probe-test.js:
* http/tests/inspector/resources/protocol-test.js:
(ProtocolTestProxy.registerInitializer):
(log):
(runTest.runInitializationMethodsInFrontend):
(runTest.runTestMethodInFrontend):
(runTest):
* inspector/console/console-message.html:
* inspector/console/css-source-locations-expected.txt:
* inspector/console/css-source-locations.html:
* inspector/console/js-source-locations-expected.txt:
* inspector/console/js-source-locations.html:
* inspector/console/x-frame-options-message-expected.txt:
* inspector/console/x-frame-options-message.html:
* inspector/debugger/didSampleProbe-multiple-probes.html:
* inspector/debugger/setBreakpoint-actions.html:
* inspector/debugger/setBreakpoint-options-exception.html:
* inspector/dom/dom-search-expected.txt:
* inspector/dom/dom-search-with-context.html:
* inspector/dom/dom-search.html:
* inspector/dom/resources/dom-search-queries.js:
2015-08-17 Simon Fraser <simon.fraser@apple.com>
will-change should sometimes trigger compositing
https://bugs.webkit.org/show_bug.cgi?id=148072
Reviewed by Tim Horton.
* compositing/layer-creation/will-change-change-expected.txt: Added.
* compositing/layer-creation/will-change-change.html: Added.
* compositing/layer-creation/will-change-layer-creation-expected.txt: Added.
* compositing/layer-creation/will-change-layer-creation.html: Added.
2015-08-17 Timothy Horton <timothy_horton@apple.com>
Holes for find matches that span multiple lines are completely wrong
https://bugs.webkit.org/show_bug.cgi?id=148065
<rdar://problem/5305002>
Reviewed by Simon Fraser.
* fast/text/mark-matches-broken-line-rendering-expected.html: Added.
* fast/text/mark-matches-broken-line-rendering.html: Added.
Add a test that ensures that we correctly mark test matches that cross
line breaks.
2015-08-17 Chris Dumez <cdumez@apple.com>
Accessing HTMLCollection.length is slow
https://bugs.webkit.org/show_bug.cgi?id=148039
Reviewed by Ryosuke Niwa.
* fast/dom/htmlcollection-getownproperty-expected.txt: Added.
* fast/dom/htmlcollection-getownproperty.html: Added.
Add new layout test covering the expected behavior of HTMLCollection's
[[GetOwnProperty]]. A few checks are still failing as we don't entirely
match the specification yet.
* fast/dom/wrapper-classes-expected.txt:
Rebaseline test as a few more checks are now passing.
2015-08-15 Alexey Proskuryakov <ap@apple.com>
Removed an expectation for http/tests/media/video-buffered-range-contains-currentTime.html,
which no longer times out. This expectation was conflicting with a correct one.
* platform/mac/TestExpectations:
2015-08-15 Simon Fraser <simon.fraser@apple.com>
Have will-change create stacking context when necessary
https://bugs.webkit.org/show_bug.cgi?id=148060
Reviewed by Zalan Bujtas.
Ref test for will-change creating stacking context.
* fast/css/will-change/resources/will-change-stacking-helper.js: Added.
(makeStackingBlock):
* fast/css/will-change/will-change-creates-stacking-context-expected.html: Added.
* fast/css/will-change/will-change-creates-stacking-context.html: Added.
* platform/efl/TestExpectations: Mark image failure on EFL, since some CSS
properties in the test are disabled there.
2015-08-14 Simon Fraser <simon.fraser@apple.com>
Implement parsing for CSS will-change
https://bugs.webkit.org/show_bug.cgi?id=148052
Reviewed by Dean Jackson.
will-change parsing test.
* fast/css/will-change-parsing-expected.txt: Added.
* fast/css/will-change-parsing.html: Added.
2015-08-14 Alexey Proskuryakov <ap@apple.com>
Clean up js-test use in scroll-snap tests
https://bugs.webkit.org/show_bug.cgi?id=148046
Reviewed by Brent Fulgham.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated-expected.txt:
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html:
2015-08-14 Jon Honeycutt <jhoneycutt@apple.com>
Rebase some WK2 test results to include the frame scroll pos. Move the
cross-platform test results to the WK1 directory.
* platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-bt-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-lr-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-rl-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/BottomToTop-tb-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-bt-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-lr-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-rl-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/pagination/RightToLeft-tb-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/vertical-rl/column-rules-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt.
* platform/ios-simulator-wk1/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt.
* platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt:
* platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
2015-08-14 Jon Honeycutt <jhoneycutt@apple.com>
iOS test gardening.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/js/dom/constructor-length-expected.txt:
2015-08-14 Jon Honeycutt <jhoneycutt@apple.com>
iOS test gardening.
* platform/ios-simulator-wk2/fast/ruby/bopomofo-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/ruby/bopomofo-letter-spacing-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/ruby/bopomofo-rl-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/international/plane2-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/writing-mode/japanese-lr-text-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/writing-mode/japanese-rl-text-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/writing-mode/vertical-align-table-baseline-expected.txt: Removed.
2015-08-14 Ryosuke Niwa <rniwa@webkit.org>
ES6 class syntax should allow computed name method
https://bugs.webkit.org/show_bug.cgi?id=142690
Reviewed by Saam Barati.
Added test cases for computed method names.
* js/class-syntax-method-names-expected.txt:
* js/script-tests/class-syntax-method-names.js:
2015-08-14 Eric Carlson <eric.carlson@apple.com>
[Mac] video-buffered-range-contains-currentTime.html is flakey after r188390
https://bugs.webkit.org/show_bug.cgi?id=148042
* platform/mac/TestExpectations: Mark the test as flakey.
2015-08-14 Alexey Proskuryakov <ap@apple.com>
Frequent assertions on animations/restart-after-scroll.html
https://bugs.webkit.org/show_bug.cgi?id=148026
* TestExpectations: Skip the test in debug mode.
2015-08-13 Antti Koivisto <antti@apple.com>
Cover memory cache subresource validation policy with cache tests
https://bugs.webkit.org/show_bug.cgi?id=147830
Reviewed by Alexey Proskuryakov.
Add another test round using subresource validation policy.
* http/tests/cache/disk-cache/disk-cache-204-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-302-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-307-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-404-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-disable-expected.txt:
* http/tests/cache/disk-cache/disk-cache-media-expected.txt:
* http/tests/cache/disk-cache/disk-cache-range-expected.txt:
* http/tests/cache/disk-cache/disk-cache-request-headers-expected.txt:
* http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.txt:
* http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-attachment-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-no-body-expected.txt:
* http/tests/cache/disk-cache/disk-cache-vary-expected.txt:
* http/tests/cache/disk-cache/disk-cache-vary-no-body-expected.txt:
* http/tests/cache/disk-cache/resources/cache-test.js:
(loadResourcesWithOptions):
(.):
(runTests):
2015-08-13 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Reduce flakiness of inspector/indexeddb/requestDatabaseNames
https://bugs.webkit.org/show_bug.cgi?id=148008
Reviewed by Timothy Hatcher.
* inspector/indexeddb/requestDatabaseNames.html:
Follow-up fix to reduce flakiness in the test caused by other tests
creating IndexedDB databases.
2015-08-13 Jon Honeycutt <jhoneycutt@apple.com>
iOS test gardening.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator-wk1/fast/forms/indeterminate-progress-inline-height-expected.txt: Added.
* platform/ios-simulator-wk1/fast/forms/input-appearance-spinbutton-expected.txt: Added.
* platform/ios-simulator-wk1/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
2015-08-13 Jon Honeycutt <jhoneycutt@apple.com>
Rebaseline some iOS simulator test results for font changes.
Rubber-stamped by Sam Weinig.
* platform/ios-simulator/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/ios-simulator/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/ios-simulator/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/ios-simulator/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/ios-simulator/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/ios-simulator/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/ios-simulator/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/ios-simulator/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/ios-simulator/fast/ruby/bopomofo-expected.txt:
* platform/ios-simulator/fast/ruby/bopomofo-letter-spacing-expected.txt:
* platform/ios-simulator/fast/ruby/bopomofo-rl-expected.txt:
* platform/ios-simulator/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/ios-simulator/fast/text/backslash-to-yen-sign-expected.txt:
* platform/ios-simulator/fast/text/font-weights-zh-expected.txt:
* platform/ios-simulator/fast/text/indic-expected.txt:
* platform/ios-simulator/fast/text/international/plane2-expected.txt:
* platform/ios-simulator/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
* platform/ios-simulator/fast/text/international/text-combine-image-test-expected.txt:
* platform/ios-simulator/fast/text/international/text-spliced-font-expected.txt:
* platform/ios-simulator/fast/text/tatechuyoko-expected.txt:
* platform/ios-simulator/fast/text/text-combine-different-fonts-expected.txt:
* platform/ios-simulator/fast/writing-mode/japanese-lr-selection-expected.txt:
* platform/ios-simulator/fast/writing-mode/japanese-lr-text-expected.txt:
* platform/ios-simulator/fast/writing-mode/japanese-rl-selection-expected.txt:
* platform/ios-simulator/fast/writing-mode/japanese-rl-text-expected.txt:
* platform/ios-simulator/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
* platform/ios-simulator/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
* platform/ios-simulator/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
* platform/ios-simulator/fast/writing-mode/vertical-align-table-baseline-expected.txt:
2015-08-13 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Watch Expressions
https://bugs.webkit.org/show_bug.cgi?id=147904
Reviewed by Brian Burg.
* inspector/model/remote-object-fake-object-expected.txt: Added.
* inspector/model/remote-object-fake-object.html: Added.
2015-08-13 Brian Burg <bburg@apple.com>
Web Inspector: refactor ProtocolTest to be an InjectedTestHarness subclass
https://bugs.webkit.org/show_bug.cgi?id=147954
Reviewed by Joseph Pecoraro.
In preparation for sharing the same test harness API between protocol tests
and frontend tests, this patch refactors ProtocolTest into the desired
class structure. Each type of test (currently: protocol, frontend) extends
InjectedTestHarness and fills in a few key methods for communicating with
the test page-side code.
This patch standardizes on assert() only logging when the condition is false.
Update protocol tests to use ProtocolTestHarness.expectThat, rather than assert.
* http/tests/inspector/resources/ProtocolTestStub.js:
(window.InjectedTestHarness):
(window.InjectedTestHarness.prototype.createAsyncSuite):
(window.InjectedTestHarness.prototype.createSyncSuite):
(window.InjectedTestHarness.prototype.completeTest):
(window.InjectedTestHarness.prototype.addResult):
(window.InjectedTestHarness.prototype.debugLog):
(window.InjectedTestHarness.prototype.evaluateInPage):
(window.InjectedTestHarness.prototype.importScript):
(window.InjectedTestHarness.prototype.get logCount):
(window.InjectedTestHarness.prototype.log):
(window.InjectedTestHarness.prototype.assert):
(window.InjectedTestHarness.prototype.expectThat):
(InjectedTestHarness.AsyncTestSuite): Use a stored reference to the harness
rather than hardcoding a specific InjectedTestHarness instance.
(InjectedTestHarness.AsyncTestSuite.prototype.runTestCasesAndFinish.finish):
(InjectedTestHarness.AsyncTestSuite.prototype.runTestCasesAndFinish):
(InjectedTestHarness.AsyncTestSuite.prototype.runTestCases):
(InjectedTestHarness.SyncTestSuite): Use a stored reference to the harness
rather than hardcoding a specific InjectedTestHarness instance.
(InjectedTestHarness.SyncTestSuite.prototype.runTestCasesAndFinish):
(InjectedTestHarness.SyncTestSuite.prototype.runTestCases):
(ProtocolTestHarness.prototype.completeTest):
(ProtocolTestHarness.prototype.addResult):
(ProtocolTestHarness.prototype.debugLog):
(ProtocolTestHarness.prototype.evaluateInPage):
(ProtocolTestHarness):
(InspectorProtocol.sendCommand):
(InspectorProtocol.awaitCommand):
(InspectorProtocol.awaitEvent.):
(InspectorProtocol.awaitEvent):
(InspectorProtocol.addEventListener):
(InspectorProtocol.sendMessage):
(InspectorProtocol.checkForError):
(InspectorFrontendAPI.dispatchMessageAsync):
(ProtocolTest.AsyncTestSuite): Moved.
(ProtocolTest.AsyncTestSuite.prototype.runTestCasesAndFinish.finish): Moved.
(ProtocolTest.AsyncTestSuite.prototype.runTestCasesAndFinish): Moved.
(ProtocolTest.AsyncTestSuite.prototype.runTestCases): Moved.
(ProtocolTest.SyncTestSuite): Moved.
(ProtocolTest.SyncTestSuite.prototype.runTestCasesAndFinish): Moved.
(ProtocolTest.SyncTestSuite.prototype.runTestCases): Moved.
(ProtocolTest.log): Moved.
(ProtocolTest.assert): Moved.
(ProtocolTest.debugLog): Moved.
(ProtocolTest.completeTest): Moved.
(ProtocolTest.importScript): Moved.
* http/tests/inspector/resources/console-test.js:
(.suite.addTestCase.):
(.suite.addTestCase):
(ProtocolTest.Console.addTestCase):
* http/tests/inspector/resources/protocol-test.js:
(closeTest):
* inspector/console/console-message.html:
* inspector/console/x-frame-options-message.html:
* inspector/debugger/didSampleProbe-multiple-probes.html:
* inspector/dom-debugger/node-removed.html:
* inspector/dom/dom-remove-events.html:
* inspector/runtime/getProperties.html:
* inspector/unit-tests/async-test-suite-expected.txt:
* inspector/unit-tests/async-test-suite.html:
* inspector/unit-tests/sync-test-suite-expected.txt:
* inspector/unit-tests/sync-test-suite.html:
2015-08-13 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: A {Map, WeakMap, Set, WeakSet} object contains itself will hang the console
https://bugs.webkit.org/show_bug.cgi?id=147966
Reviewed by Timothy Hatcher.
* inspector/model/remote-object.html:
* inspector/model/remote-object-expected.txt:
Add tests for a cylic array, set, and map.
2015-08-13 Eric Carlson <eric.carlson@apple.com>
Don't short circuit seeking
https://bugs.webkit.org/show_bug.cgi?id=147892
Reviewed by Jer Noble.
* media/event-attributes-expected.txt: Update for test change.
* media/event-attributes.html: There is no reason to expect that a 'timeupdate' will have
been sent before 'canplaythrough'.
* media/video-seek-to-current-time-expected.txt: Added.
* media/video-seek-to-current-time.html: Added.
* platform/efl/TestExpectations: Skip new test.
* platform/gtk/TestExpectations: Ditto.
* platform/mac/TestExpectations: Mark the new test as sometimes failing because of
webkit.org/b/147944.
* platform/win/TestExpectations: Skip new test.
2015-08-13 Alexey Proskuryakov <ap@apple.com>
[Cocoa] [CJK-configured device] System font has vertical punctuation
https://bugs.webkit.org/show_bug.cgi?id=147964
<rdar://problem/22256660>
* platform/mac/fast/text/system-font-punctuation-expected.txt: Actually landing
results for Mac.
2015-08-12 Alexey Proskuryakov <ap@apple.com>
Mac TestExpectations gardening.
* platform/mac/TestExpectations:
2015-08-12 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] [CJK-configured device] System font has vertical punctuation
https://bugs.webkit.org/show_bug.cgi?id=147964
<rdar://problem/22256660>
Reviewed by Dean Jackson.
Make sure punctuation isn't vertical.
* fast/text/system-font-punctuation.html: Added.
* platform/ios-simulator/fast/text/system-font-punctuation-expected.txt: Added
* platform/mac/fast/text/system-font-punctuation-expected.txt: Added
2015-08-12 Alexey Proskuryakov <ap@apple.com>
Removing an expectation for a long fixed bug.
* TestExpectations: Unskip fast/multicol/newmulticol/spanner-crash.html.
2015-08-12 Alexey Proskuryakov <ap@apple.com>
http/tests/security/cors-post-redirect-308.html doesn't work properly
https://bugs.webkit.org/show_bug.cgi?id=147914
Reviewed by Brady Eidson.
* http/tests/resources/redirect.php: Trying to return
code 308 without a reason phrase results in an internal server error with Apache/2.2.
While at it, also corrected the script to always set Cache-Control: no-store.
2015-08-12 Alexey Proskuryakov <ap@apple.com>
Removing an expectation for a test that's fixed.
* platform/mac/TestExpectations:
2015-08-12 Antti Koivisto <antti@apple.com>
CachedResource leak in validation code
https://bugs.webkit.org/show_bug.cgi?id=147941
Reviewed by Chris Dumez.
* http/tests/cache/recursive-validation.html: Added.
* http/tests/cache/resources/no-cache-with-validation.php: Added.
2015-08-12 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Not receiving responses for async request IndexedDB.requestDatabaseNames
https://bugs.webkit.org/show_bug.cgi?id=147844
Reviewed by Brian Burg.
* inspector/indexeddb/requestDatabaseNames-expected.txt: Added.
* inspector/indexeddb/requestDatabaseNames.html: Added.
2015-08-11 Matt Rajca <mrajca@apple.com>
Media Session: test Play/Pause media control events delivered to Default media sessions
https://bugs.webkit.org/show_bug.cgi?id=147910
Reviewed by Eric Carlson.
Media elements that aren't explicitly assigned a media session should respond to play/pause media control events.
* media/session/play-pause-media-events-in-default-sessions-expected.txt: Added.
* media/session/play-pause-media-events-in-default-sessions.html: Added.
2015-08-11 Matt Rajca <mrajca@apple.com>
Media Session: add test for Content media session focus
https://bugs.webkit.org/show_bug.cgi?id=147902
Reviewed by Eric Carlson.
Playing a media element that belongs to a Content media session should pause other media elements that belong
to Content media sessions.
* media/session/content-session-focus-expected.txt: Added.
* media/session/content-session-focus.html: Added.
2015-08-12 Brent Fulgham <bfulgham@apple.com>
REGRESSION(r185606): ASSERT in WebCore::RenderElement::styleWillChange
https://bugs.webkit.org/show_bug.cgi?id=147596
<rdar://problem/21963355>
Reviewed by Jon Honeycutt.
* css3/scroll-snap/improper-snap-points-crash-expected.txt: Added.
* css3/scroll-snap/improper-snap-points-crash.html: Added.
2015-08-12 Youenn Fablet <youenn.fablet@crf.canon.fr>
XHR.setRequestHeader should remove trailing and leading whitespaces from the header value
https://bugs.webkit.org/show_bug.cgi?id=147445
Reviewed by Darin Adler.
* http/tests/xmlhttprequest/inject-header-expected.txt:
* http/tests/xmlhttprequest/inject-header.html:
* http/tests/xmlhttprequest/resources/print-xtest-header.cgi: Added.
* http/tests/xmlhttprequest/set-bad-headervalue-expected.txt:
* http/tests/xmlhttprequest/set-bad-headervalue.html:
* http/tests/xmlhttprequest/setrequestheader-allow-whitespace-in-value-expected.txt: Added.
* http/tests/xmlhttprequest/setrequestheader-allow-whitespace-in-value.htm: Added.
2015-08-11 Myles C. Maxfield <mmaxfield@apple.com>
[font-features] Map OpenType feature tags to TrueType feature selectors
https://bugs.webkit.org/show_bug.cgi?id=147819
Reviewed by Dean Jackson.
Updated test results.
* platform/mac/css3/font-feature-settings-preinstalled-fonts-expected.png: Added.
* platform/mac/css3/font-feature-settings-preinstalled-fonts-expected.txt:
2015-08-11 Simon Fraser <simon.fraser@apple.com>
Windows test gardening.
* platform/win/TestExpectations:
* platform/win/css3/font-feature-settings-preinstalled-fonts-expected.txt: Added.
* platform/win/fast/forms/input-appearance-spinbutton-expected.txt: Added.
* platform/win/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
2015-08-11 Yusuke Suzuki <utatane.tea@gmail.com>
Introduce get_by_id like IC into get_by_val when the given name is String or Symbol
https://bugs.webkit.org/show_bug.cgi?id=147480
Reviewed by Filip Pizlo.
Add synthetic benchmarks that replaces normal property load with symbol/string keyed load.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-expected.txt: Added.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple-expected.txt: Added.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple.html: Added.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination.html: Added.
* js/regress/get-by-val-with-string-chain-from-try-block-expected.txt: Added.
* js/regress/get-by-val-with-string-chain-from-try-block.html: Added.
* js/regress/get-by-val-with-string-check-structure-elimination-expected.txt: Added.
* js/regress/get-by-val-with-string-check-structure-elimination.html: Added.
* js/regress/get-by-val-with-string-proto-or-self-expected.txt: Added.
* js/regress/get-by-val-with-string-proto-or-self.html: Added.
* js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple-expected.txt: Added.
* js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.html: Added.
* js/regress/get-by-val-with-string-self-or-proto-expected.txt: Added.
* js/regress/get-by-val-with-string-self-or-proto.html: Added.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-expected.txt: Added.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple-expected.txt: Added.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.html: Added.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination.html: Added.
* js/regress/get-by-val-with-symbol-chain-from-try-block-expected.txt: Added.
* js/regress/get-by-val-with-symbol-chain-from-try-block.html: Added.
* js/regress/get-by-val-with-symbol-check-structure-elimination-expected.txt: Added.
* js/regress/get-by-val-with-symbol-check-structure-elimination.html: Added.
* js/regress/get-by-val-with-symbol-proto-or-self-expected.txt: Added.
* js/regress/get-by-val-with-symbol-proto-or-self.html: Added.
* js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple-expected.txt: Added.
* js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.html: Added.
* js/regress/get-by-val-with-symbol-self-or-proto-expected.txt: Added.
* js/regress/get-by-val-with-symbol-self-or-proto.html: Added.
* js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination-simple.js: Added.
* js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination.js: Added.
* js/regress/script-tests/get-by-val-with-string-chain-from-try-block.js: Added.
(A):
(B):
(C):
(D):
(E):
(F):
(G):
(foo):
* js/regress/script-tests/get-by-val-with-string-check-structure-elimination.js: Added.
* js/regress/script-tests/get-by-val-with-string-proto-or-self.js: Added.
(foo):
(bar):
(Foo):
* js/regress/script-tests/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.js: Added.
* js/regress/script-tests/get-by-val-with-string-self-or-proto.js: Added.
(foo):
(bar):
(Foo):
* js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.js: Added.
* js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination.js: Added.
* js/regress/script-tests/get-by-val-with-symbol-chain-from-try-block.js: Added.
(A):
(B):
(C):
(D):
(E):
(F):
(G):
(foo):
* js/regress/script-tests/get-by-val-with-symbol-check-structure-elimination.js: Added.
* js/regress/script-tests/get-by-val-with-symbol-proto-or-self.js: Added.
(foo):
(bar):
(Foo):
* js/regress/script-tests/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.js: Added.
* js/regress/script-tests/get-by-val-with-symbol-self-or-proto.js: Added.
(foo):
(bar):
(Foo):
2015-08-11 Brian Burg <bburg@apple.com>
Web Inspector: Agent commands do not actually return a promise when expected
https://bugs.webkit.org/show_bug.cgi?id=138665
Reviewed by Timothy Hatcher.
Add a new test that only checks for proper invocation return values.
Once the async test suite infrastructure is available for frontend tests,
more thorough tests of promises and callbacks will be added.
* inspector/protocol/inspector-backend-invocation-return-value-expected.txt: Added.
* inspector/protocol/inspector-backend-invocation-return-value.html: Added.
* inspector/protocol/protocol-promise-result-expected.txt: Removed.
* inspector/protocol/protocol-promise-result.html: Removed.
* platform/win/TestExpectations: Remove deleted test.
2015-08-11 Said Abou-Hallawa <sabouhallawa@apple.com>
feMorphology is not rendered correctly on Retina display
https://bugs.webkit.org/show_bug.cgi?id=147589
Reviewed by Dean Jackson.
Ensure we take the filter scale factor into consideration when applying
the FEMorphology.
* fast/hidpi/filters-morphology-expected.html: Added.
* fast/hidpi/filters-morphology.html: Added.
2015-08-11 Yusuke Suzuki <utatane.tea@gmail.com>
Numeric setter on prototype doesn't get called.
https://bugs.webkit.org/show_bug.cgi?id=144252
Reviewed by Darin Adler.
Update the test expectation file.
* js/class-syntax-string-and-numeric-names-expected.txt:
2015-08-11 Brian Burg <bburg@apple.com>
Web Inspector: use different namespaces in test fixtures for protocol tests and frontend tests
https://bugs.webkit.org/show_bug.cgi?id=147787
Reviewed by Timothy Hatcher.
Refactor test methods to use three distinct namespaces to reflect their implementation:
- InspectorProtocol contains commands that are only used from within protocol tests.
This includes sending and receiving protocol messages and checking message errors.
- InspectorTest contains test methods for full inspector frontend tests.
- ProtocolTest contains test methods for protocol tests.
In a subsequent patch, most methods in InspectorTest and ProtocolTest namespaces
will be unified so that implementations of log, assert, etc. are no longer duplicated.
For now, at least make it obvious at each callsite what code is being invoked.
* http/tests/inspector/console/access-inspected-object.html:
* http/tests/inspector/dom/resources/InspectorDOMListener.js:
* http/tests/inspector/page/loading-iframe-document-node.html:
* http/tests/inspector/resources/ProtocolTestStub.js:
* http/tests/inspector/resources/console-test.js:
* http/tests/inspector/resources/probe-test.js:
* inspector/console/console-message.html:
* inspector/console/css-source-locations.html:
* inspector/console/js-source-locations.html:
* inspector/console/x-frame-options-message.html:
* inspector/css/getSupportedCSSProperties.html:
* inspector/debugger/breakpoint-action-detach.html:
* inspector/debugger/breakpoint-action-with-exception.html:
* inspector/debugger/breakpoint-condition-detach.html:
* inspector/debugger/breakpoint-condition-with-bad-script.html:
* inspector/debugger/breakpoint-condition-with-exception.html:
* inspector/debugger/breakpoint-eval-with-exception.html:
* inspector/debugger/breakpoint-inside-conditons-and-actions.html:
* inspector/debugger/call-frame-function-name.html:
* inspector/debugger/call-frame-this-host.html:
* inspector/debugger/call-frame-this-nonstrict.html:
* inspector/debugger/call-frame-this-strict.html:
* inspector/debugger/debugger-statement.html:
* inspector/debugger/didSampleProbe-multiple-probes.html:
* inspector/debugger/hit-breakpoint-from-console.html:
* inspector/debugger/nested-inspectors.html:
* inspector/debugger/pause-dedicated-worker.html:
* inspector/debugger/pause-on-assert.html:
* inspector/debugger/regress-133182.html:
* inspector/debugger/removeBreakpoint.html:
* inspector/debugger/searchInContent-linebreaks.html:
* inspector/debugger/setBreakpoint-actions.html:
* inspector/debugger/setBreakpoint-autoContinue.html:
* inspector/debugger/setBreakpoint-column.html:
* inspector/debugger/setBreakpoint-condition.html:
* inspector/debugger/setBreakpoint-dfg-and-modify-local.html:
* inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html:
* inspector/debugger/setBreakpoint-dfg.html:
* inspector/debugger/setBreakpoint-options-exception.html:
* inspector/debugger/setBreakpoint.html:
* inspector/debugger/setBreakpointByUrl-sourceURL.html:
* inspector/debugger/setPauseOnExceptions-all.html:
* inspector/debugger/setPauseOnExceptions-none.html:
* inspector/debugger/setPauseOnExceptions-uncaught.html:
* inspector/debugger/setVariableValue.html:
* inspector/debugger/terminate-dedicated-worker-while-paused.html:
* inspector/dom-debugger/node-removed.html:
* inspector/dom/dom-remove-events.html:
* inspector/dom/dom-search-crash.html:
* inspector/dom/dom-search-with-context.html:
* inspector/dom/dom-search.html:
* inspector/dom/focus.html:
* inspector/dom/getAccessibilityPropertiesForNode.html:
* inspector/dom/getAccessibilityPropertiesForNode_liveRegion.html:
* inspector/dom/getAccessibilityPropertiesForNode_mouseEventNodeId.html:
* inspector/dom/highlight-flow-with-no-region.html:
* inspector/dom/remove-multiple-nodes.html:
* inspector/dom/request-child-nodes-depth.html:
* inspector/layers/layers-anonymous.html:
* inspector/layers/layers-blending-compositing-reasons.html:
* inspector/layers/layers-compositing-reasons.html:
* inspector/layers/layers-for-node.html:
* inspector/layers/layers-generated-content.html:
* inspector/layers/layers-reflected-content.html:
* inspector/page/archive.html:
* inspector/page/frameScheduledNavigation.html:
* inspector/page/frameStartedLoading.html:
* inspector/page/javascriptDialogEvents.html:
* inspector/page/setEmulatedMedia.html:
* inspector/runtime/getProperties.html:
* inspector/unit-tests/async-test-suite.html:
* inspector/unit-tests/sync-test-suite.html:
2015-08-11 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Arabic letter Yeh is drawn in LastResort
https://bugs.webkit.org/show_bug.cgi?id=147862
<rdar://problem/22202935>
Reviewed by Darin Adler.
* fast/text/arabic-glyph-cache-fill-combine-expected.html: Added.
* fast/text/arabic-glyph-cache-fill-combine.html: Added.
* platform/mac/TestExpectations: Mark test as iOS-specific
* platform/gtk/TestExpectations: Mark test as iOS-specific
* platform/efl/TestExpectations: Mark test as iOS-specific
* platform/efl/TestExpectations: Mark test as iOS-specific
2015-08-11 Chris Dumez <cdumez@apple.com>
The 'length' property on interface objects should be configurable
https://bugs.webkit.org/show_bug.cgi?id=147858
Reviewed by Daniel Bates.
Add layout test to check that the 'length' property on interface
objects has the following attributes:
{ [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }
* fast/dom/length-property-configurable-expected.txt: Added.
* fast/dom/length-property-configurable.html: Added.
2015-08-11 Chris Dumez <cdumez@apple.com>
[WebIDL] All interface objects must have a property named "name"
https://bugs.webkit.org/show_bug.cgi?id=147865
Reviewed by Darin Adler.
Add layout test to check that the 'name' property on interface
objects has the following attributes:
{ [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }
* fast/dom/interface-name-property-expected.txt: Added.
* fast/dom/interface-name-property.html: Added.
New test.
* media/track/track-cue-empty-cue-text-expected.txt:
Rebaseline, this is a progression.
2015-08-10 Chris Dumez <cdumez@apple.com>
The 'prototype' property on interface objects should not be enumerable
https://bugs.webkit.org/show_bug.cgi?id=147861
Reviewed by Darin Adler.
Add layout test to check that the 'prototype' property on interface
objects has the following attributes:
{ [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false }
* fast/dom/prototype-property-not-enumerable-expected.txt: Added.
* fast/dom/prototype-property-not-enumerable.html: Added.
2015-08-10 Antti Koivisto <antti@apple.com>
http/tests/cache/disk-cache/disk-cache-validation.html has too many subtests
https://bugs.webkit.org/show_bug.cgi?id=147827
Rubber-stamped by Alexey Proskuryakov.
Also split the no-body variant of this.
* http/tests/cache/disk-cache/disk-cache-validation-no-body-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-no-body.html:
* http/tests/cache/disk-cache/disk-cache-vary-no-body-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-vary-no-body.html: Added.
2015-08-10 Antti Koivisto <antti@apple.com>
http/tests/cache/disk-cache/disk-cache-validation.html has too many subtests
https://bugs.webkit.org/show_bug.cgi?id=147827
Reviewed by Chris Dumez.
Looks like it occasionally times out because a bot is running slowly and 243 subtests take >30s.
* http/tests/cache/disk-cache/disk-cache-validation-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation.html:
Split Vary header cases to a separate test.
* http/tests/cache/disk-cache/disk-cache-vary-expected.txt:
* http/tests/cache/disk-cache/disk-cache-vary.html:
Reduce test matrix size by no testing Expires header here.
2015-08-10 James Craig <jcraig@apple.com>
AX: Address follow-up comments in bug 145684
https://bugs.webkit.org/show_bug.cgi?id=147817
Reviewed by Dean Jackson.
Minor cleanup and style updates requested by Dean.
* http/tests/contentextensions/text-track-blocked-expected.txt:
* media/video-controls-show-on-kb-or-ax-event.html:
* platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:
2015-08-07 Antti Koivisto <antti@apple.com>
Expand network cache tests to cover memory cache behavior
https://bugs.webkit.org/show_bug.cgi?id=147783
Reviewed by Alexey Proskuryakov.
Add another round to existing cache tests with hot memory cache.
This add 691 individual cases worth of memory cache test coverage.
XHR (and main resource, CachedRawResource in general) behaves differently from other resource types. The added
coverage maps this behavior. The regular subresource behavior needs coverage too.
* http/tests/cache/disk-cache/disk-cache-204-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-302-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-307-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-404-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-disable-expected.txt:
* http/tests/cache/disk-cache/disk-cache-media-expected.txt:
* http/tests/cache/disk-cache/disk-cache-range-expected.txt:
* http/tests/cache/disk-cache/disk-cache-request-headers-expected.txt:
* http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.txt:
* http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-attachment-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-no-body-expected.txt:
* http/tests/cache/disk-cache/resources/cache-test.js:
(loadResource):
(loadResourcesWithOptions):
(loadResources):
(.):
(runTests):
2015-08-09 Chris Dumez <cdumez@apple.com>
Page cache doesn't work for pages actively using Geolocation
https://bugs.webkit.org/show_bug.cgi?id=147785
<rdar://problem/11147901>
Reviewed by Darin Adler.
Add layout test coverage for page caching of pages actively using
the Geolocation API.
* fast/history/page-cache-geolocation-active-oneshot-expected.txt: Added.
* fast/history/page-cache-geolocation-active-oneshot.html: Added.
* fast/history/page-cache-geolocation-active-watcher-expected.txt: Added.
* fast/history/page-cache-geolocation-active-watcher.html: Added.
2015-08-09 Nan Wang <n_wang@apple.com>
AX: CSS table display styles can cause malformed, inaccessible AXTables to be exposed to the AX tree
https://bugs.webkit.org/show_bug.cgi?id=136415
<rdar://problem/22026625>
Reviewed by Chris Fleizach.
* accessibility/aria-table-with-presentational-elements-expected.txt:
* accessibility/aria-table-with-presentational-elements.html:
* accessibility/mac/malformed-table-expected.txt: Added.
* accessibility/mac/malformed-table.html: Added.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt:
* platform/mac/accessibility/aria-table-hierarchy-expected.txt:
* platform/mac/accessibility/aria-tables-expected.txt:
* platform/mac/accessibility/roles-exposed-expected.txt:
2015-08-08 Darin Adler <darin@apple.com>
Remove -webkit-color-correction CSS property
https://bugs.webkit.org/show_bug.cgi?id=147812
Reviewed by Maciej Stachowiak.
Given that -webkit-color-correction had no effect on rendering on any platform in any
configuration we covered, it's amazing how many tests we had for it.
* fast/css/getComputedStyle/computed-style-expected.txt: Removed expected results for
-webkit-color-correction property.
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
* svg/css/getComputedStyle-basic-expected.txt: Ditto.
* fast/css/getComputedStyle/resources/property-names.js: Removed -webkit-color-correction.
* fast/css/color-correction-backgrounds-and-text.html: Removed.
* fast/css/color-correction-on-background-image.html: Removed.
* fast/css/color-correction-on-backgrounds.html: Removed.
* fast/css/color-correction-on-box-shadow.html: Removed.
* fast/css/color-correction-on-text-shadow.html: Removed.
* fast/css/color-correction-on-text.html: Removed.
* fast/css/color-correction-untagged-images.html: Removed.
* fast/css/color-correction.html: Removed.
* fast/css/parsing-color-correction-expected.txt: Removed.
* fast/css/parsing-color-correction.html: Removed.
* fast/css/resources/parsing-color-correction.js: Removed.
* platform/efl/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
* platform/efl/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
* platform/efl/fast/css/color-correction-expected.png: Removed.
* platform/efl/fast/css/color-correction-expected.txt: Removed.
* platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed.
* platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed.
* platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed.
* platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
* platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed.
* platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
* platform/efl/fast/css/color-correction-on-text-expected.png: Removed.
* platform/efl/fast/css/color-correction-on-text-expected.txt: Removed.
* platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed.
* platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
* platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed.
* platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed.
* platform/gtk/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
* platform/gtk/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
* platform/gtk/fast/css/color-correction-expected.png: Removed.
* platform/gtk/fast/css/color-correction-expected.txt: Removed.
* platform/gtk/fast/css/color-correction-on-background-image-expected.png: Removed.
* platform/gtk/fast/css/color-correction-on-background-image-expected.txt: Removed.
* platform/gtk/fast/css/color-correction-on-backgrounds-expected.png: Removed.
* platform/gtk/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
* platform/gtk/fast/css/color-correction-on-box-shadow-expected.png: Removed.
* platform/gtk/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
* platform/gtk/fast/css/color-correction-on-text-expected.png: Removed.
* platform/gtk/fast/css/color-correction-on-text-expected.txt: Removed.
* platform/gtk/fast/css/color-correction-on-text-shadow-expected.png: Removed.
* platform/gtk/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
* platform/gtk/fast/css/color-correction-untagged-images-expected.png: Removed.
* platform/gtk/fast/css/color-correction-untagged-images-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/color-correction-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/color-correction-on-background-image-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/color-correction-on-text-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/color-correction-untagged-images-expected.txt: Removed.
* platform/ios-simulator/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
* platform/ios-simulator/fast/css/color-correction-expected.txt: Removed.
* platform/ios-simulator/fast/css/color-correction-on-background-image-expected.txt: Removed.
* platform/ios-simulator/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
* platform/ios-simulator/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
* platform/ios-simulator/fast/css/color-correction-on-text-expected.txt: Removed.
* platform/ios-simulator/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
* platform/ios-simulator/fast/css/color-correction-untagged-images-expected.txt: Removed.
* platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Removed.
* platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
* platform/mac/fast/css/color-correction-expected.png: Removed.
* platform/mac/fast/css/color-correction-expected.txt: Removed.
* platform/mac/fast/css/color-correction-on-background-image-expected.png: Removed.
* platform/mac/fast/css/color-correction-on-background-image-expected.txt: Removed.
* platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Removed.
* platform/mac/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
* platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Removed.
* platform/mac/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
* platform/mac/fast/css/color-correction-on-text-expected.png: Removed.
* platform/mac/fast/css/color-correction-on-text-expected.txt: Removed.
* platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Removed.
* platform/mac/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
* platform/mac/fast/css/color-correction-untagged-images-expected.png: Removed.
* platform/mac/fast/css/color-correction-untagged-images-expected.txt: Removed.
* platform/win/fast/css/color-correction-backgrounds-and-text-expected.txt: Removed.
* platform/win/fast/css/color-correction-expected.txt: Removed.
* platform/win/fast/css/color-correction-on-background-image-expected.txt: Removed.
* platform/win/fast/css/color-correction-on-backgrounds-expected.txt: Removed.
* platform/win/fast/css/color-correction-on-box-shadow-expected.txt: Removed.
* platform/win/fast/css/color-correction-on-text-expected.txt: Removed.
* platform/win/fast/css/color-correction-on-text-shadow-expected.txt: Removed.
* platform/win/fast/css/color-correction-untagged-images-expected.txt: Removed.
2015-08-09 Chris Dumez <cdumez@apple.com>
Regression(r188105): Seems to have caused crashes during PLT on some iPads
https://bugs.webkit.org/show_bug.cgi?id=147818
Unreviewed, roll out r188105.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-expected.txt: Removed.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple-expected.txt: Removed.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple.html: Removed.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination.html: Removed.
* js/regress/get-by-val-with-string-chain-from-try-block-expected.txt: Removed.
* js/regress/get-by-val-with-string-chain-from-try-block.html: Removed.
* js/regress/get-by-val-with-string-check-structure-elimination-expected.txt: Removed.
* js/regress/get-by-val-with-string-check-structure-elimination.html: Removed.
* js/regress/get-by-val-with-string-proto-or-self-expected.txt: Removed.
* js/regress/get-by-val-with-string-proto-or-self.html: Removed.
* js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple-expected.txt: Removed.
* js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.html: Removed.
* js/regress/get-by-val-with-string-self-or-proto-expected.txt: Removed.
* js/regress/get-by-val-with-string-self-or-proto.html: Removed.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-expected.txt: Removed.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple-expected.txt: Removed.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.html: Removed.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination.html: Removed.
* js/regress/get-by-val-with-symbol-chain-from-try-block-expected.txt: Removed.
* js/regress/get-by-val-with-symbol-chain-from-try-block.html: Removed.
* js/regress/get-by-val-with-symbol-check-structure-elimination-expected.txt: Removed.
* js/regress/get-by-val-with-symbol-check-structure-elimination.html: Removed.
* js/regress/get-by-val-with-symbol-proto-or-self-expected.txt: Removed.
* js/regress/get-by-val-with-symbol-proto-or-self.html: Removed.
* js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple-expected.txt: Removed.
* js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.html: Removed.
* js/regress/get-by-val-with-symbol-self-or-proto-expected.txt: Removed.
* js/regress/get-by-val-with-symbol-self-or-proto.html: Removed.
* js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination-simple.js: Removed.
* js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination.js: Removed.
* js/regress/script-tests/get-by-val-with-string-chain-from-try-block.js: Removed.
* js/regress/script-tests/get-by-val-with-string-check-structure-elimination.js: Removed.
* js/regress/script-tests/get-by-val-with-string-proto-or-self.js: Removed.
* js/regress/script-tests/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.js: Removed.
* js/regress/script-tests/get-by-val-with-string-self-or-proto.js: Removed.
* js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.js: Removed.
* js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination.js: Removed.
* js/regress/script-tests/get-by-val-with-symbol-chain-from-try-block.js: Removed.
* js/regress/script-tests/get-by-val-with-symbol-check-structure-elimination.js: Removed.
* js/regress/script-tests/get-by-val-with-symbol-proto-or-self.js: Removed.
* js/regress/script-tests/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.js: Removed.
* js/regress/script-tests/get-by-val-with-symbol-self-or-proto.js: Removed.
2015-08-09 Myles C. Maxfield <mmaxfield@apple.com>
Crash in ComplexTextController when laying out obscure text
https://bugs.webkit.org/show_bug.cgi?id=147806
<rdar://problem/22102378>
Reviewed by Darin Adler.
* fast/text/crash-obscure-text-expected.txt: Added.
* fast/text/crash-obscure-text.html: Added.
2015-08-08 Dean Jackson <dino@apple.com>
Remove the webkit prefix from CanvasRenderingContext2D imageSmoothingEnabled
https://bugs.webkit.org/show_bug.cgi?id=147803
<rdar://problem/22200553>
Reviewed by Sam Weinig.
Use the standard version of imageSmoothingEnabled rather than
the prefixed version.
* fast/canvas/canvas-imageSmoothingEnabled-expected.txt:
* fast/canvas/canvas-imageSmoothingEnabled-patterns.html:
* fast/canvas/canvas-imageSmoothingEnabled-zero-size.html:
* fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js:
(draw):
* fast/canvas/script-tests/canvas-imageSmoothingEnabled.js: Add some tests
to make sure the prefixed version correctly maps to the standard version.
2015-08-08 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179871.
https://bugs.webkit.org/show_bug.cgi?id=147810
Breaks product images on http://www.apple.com/shop/buy-
mac/macbook (Requested by smfr on #webkit).
Reverted changeset:
"Render: properly update body's background image"
https://bugs.webkit.org/show_bug.cgi?id=140183
http://trac.webkit.org/changeset/179871
2015-08-07 Myles C. Maxfield <mmaxfield@apple.com>
[El Capitan] Test Gardening
Unreviewed.
* platform/mac/css3/font-feature-settings-preinstalled-fonts-expected.txt: Added.
2015-08-07 James Craig <jcraig@apple.com>
REGRESSION(r184722) AX: WebKit video playback toolbar removed from DOM; no longer accessible to VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=145684
Reviewed by Dean Jackson.
* http/tests/contentextensions/text-track-blocked-expected.txt: Minor update to test case expectation.
* media/video-controls-show-on-kb-or-ax-event-expected.txt: Added.
* media/video-controls-show-on-kb-or-ax-event.html: New test validates video controls can be displayed without the need for a mouse.
* platform/mac/media/track/track-cue-rendering-horizontal-expected.txt: Minor update to test case expectation.
2015-08-07 Myles C. Maxfield <mmaxfield@apple.com>
[Mac] Test gardening
Unreviewed.
* platform/mac/TestExpectations:
2015-08-07 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Font fallback is not language-sensitive
https://bugs.webkit.org/show_bug.cgi?id=147390
Reviewed by Dean Jackson.
This test is expected to fail most places.
* fast/text/fallback-language-han-expected.html: Added.
* fast/text/fallback-language-han.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
* platform/mac/TestExpectations:
* platform/iOS/TestExpectations:
2015-08-07 Simon Fraser <simon.fraser@apple.com>
Move platform/mac/fast/scrolling/ tests into fast/scrolling/latching/
* TestExpectations:
* fast/scrolling/latching/iframe_in_iframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/iframe_in_iframe-expected.txt.
* fast/scrolling/latching/iframe_in_iframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/iframe_in_iframe.html.
* fast/scrolling/latching/resources/background.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/background.html.
* fast/scrolling/latching/resources/inner_content.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/inner_content.html.
* fast/scrolling/latching/resources/scroll_nested_iframe_test_inner.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/scroll_nested_iframe_test_inner.html.
* fast/scrolling/latching/resources/scroll_nested_iframe_test_outer.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/scroll_nested_iframe_test_outer.html.
* fast/scrolling/latching/resources/testContent.html: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/testContent.html.
* fast/scrolling/latching/resources/testImage.png: Renamed from LayoutTests/platform/mac/fast/scrolling/resources/testImage.png.
* fast/scrolling/latching/scroll-div-latched-div-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt.
* fast/scrolling/latching/scroll-div-latched-div.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-div.html.
* fast/scrolling/latching/scroll-div-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe-expected.txt.
* fast/scrolling/latching/scroll-div-latched-mainframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-latched-mainframe.html.
* fast/scrolling/latching/scroll-div-no-latching-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-no-latching-expected.txt.
* fast/scrolling/latching/scroll-div-no-latching.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-no-latching.html.
* fast/scrolling/latching/scroll-div-with-nested-nonscrollable-iframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe-expected.txt.
* fast/scrolling/latching/scroll-div-with-nested-nonscrollable-iframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe.html.
* fast/scrolling/latching/scroll-iframe-fragment-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-fragment-expected.txt.
* fast/scrolling/latching/scroll-iframe-fragment.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-fragment.html.
* fast/scrolling/latching/scroll-iframe-latched-iframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe-expected.txt.
* fast/scrolling/latching/scroll-iframe-latched-iframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-iframe.html.
* fast/scrolling/latching/scroll-iframe-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe-expected.txt.
* fast/scrolling/latching/scroll-iframe-latched-mainframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-latched-mainframe.html.
* fast/scrolling/latching/scroll-iframe-webkit1-latching-bug-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-webkit1-latching-bug-expected.txt.
* fast/scrolling/latching/scroll-iframe-webkit1-latching-bug.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-iframe-webkit1-latching-bug.html.
* fast/scrolling/latching/scroll-latched-nested-div-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-latched-nested-div-expected.txt.
* fast/scrolling/latching/scroll-latched-nested-div.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-latched-nested-div.html.
* fast/scrolling/latching/scroll-nested-iframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-nested-iframe-expected.txt.
* fast/scrolling/latching/scroll-nested-iframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-nested-iframe.html.
* fast/scrolling/latching/scroll-select-bottom-test-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-bottom-test-expected.txt.
* fast/scrolling/latching/scroll-select-bottom-test.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-bottom-test.html.
* fast/scrolling/latching/scroll-select-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe-expected.txt.
* fast/scrolling/latching/scroll-select-latched-mainframe.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-mainframe.html.
* fast/scrolling/latching/scroll-select-latched-select-expected.txt: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select-expected.txt.
* fast/scrolling/latching/scroll-select-latched-select.html: Renamed from LayoutTests/platform/mac/fast/scrolling/scroll-select-latched-select.html.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2015-08-07 Simon Fraser <simon.fraser@apple.com>
Move platform/mac/fast/forms/ tests to fast/forms/
* TestExpectations:
* fast/forms/attributed-strings-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/attributed-strings-expected.txt.
* fast/forms/attributed-strings.html: Renamed from LayoutTests/platform/mac/fast/forms/attributed-strings.html.
* fast/forms/focus-option-control-on-page-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/focus-option-control-on-page-expected.txt.
* fast/forms/focus-option-control-on-page.html: Renamed from LayoutTests/platform/mac/fast/forms/focus-option-control-on-page.html.
* fast/forms/indeterminate-progress-inline-height-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/indeterminate-progress-inline-height-expected.txt.
* fast/forms/indeterminate-progress-inline-height.html: Renamed from LayoutTests/platform/mac/fast/forms/indeterminate-progress-inline-height.html.
* fast/forms/input-appearance-spinbutton-expected.png: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.png.
* fast/forms/input-appearance-spinbutton-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt.
* fast/forms/input-appearance-spinbutton-size-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-size-expected.txt.
* fast/forms/input-appearance-spinbutton-size.html: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-size.html.
* fast/forms/input-appearance-spinbutton-up-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt.
* fast/forms/input-appearance-spinbutton-up.html: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up.html.
* fast/forms/input-appearance-spinbutton.html: Renamed from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton.html.
* fast/forms/input-number-click-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/input-number-click-expected.txt.
* fast/forms/input-number-click.html: Renamed from LayoutTests/platform/mac/fast/forms/input-number-click.html.
* fast/forms/listbox-scrollbar-hit-test-expected.txt: Renamed from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-hit-test-expected.txt.
* fast/forms/listbox-scrollbar-hit-test.html: Renamed from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-hit-test.html.
* fast/forms/script-tests/focus-option-control-on-page.js: Renamed from LayoutTests/platform/mac/fast/forms/script-tests/focus-option-control-on-page.js.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Removed.
* platform/wk2/TestExpectations:
2015-08-06 Dean Jackson <dino@apple.com>
Shadows don't draw on fillText when using a gradient fill
https://bugs.webkit.org/show_bug.cgi?id=147758
<rdar://problem/20860912>
Reviewed by Myles Maxfield.
New test that exercises shadows on gradient fills. This really
should be a ref test, but there is a very small rendering difference
caused by masking, so instead it uses JS to look for pixels of
the correct color.
* fast/canvas/gradient-text-with-shadow-expected.txt: Added.
* fast/canvas/gradient-text-with-shadow.html: Added.
2015-08-07 Myles C. Maxfield <mmaxfield@apple.com>
Implement font-feature-settings
https://bugs.webkit.org/show_bug.cgi?id=147722
Reviewed by Simon Fraser.
Until I can make a custom font for reference tests, use a simple dump-render-tree test.
* css3/font-feature-settings-preinstalled-fonts.html: Added.
* platform/mac-yosemite/css3/font-feature-settings-preinstalled-fonts-expected.txt: Added.
2015-08-07 Simon Fraser <simon.fraser@apple.com>
Remove platform/ios-sim-deprecated. All of the tests here exist elsewhere already.
* platform/ios-sim-deprecated/: Removed.
2015-08-07 Brian Burg <bburg@apple.com>
Web Inspector: move LayoutTests/inspector-protocol/ tests to LayoutTests/inspector/
https://bugs.webkit.org/show_bug.cgi?id=147729
Reviewed by Timothy Hatcher.
Merge inspector-protocol tests into the inspector directory. Rename a few helper
resources whose names clashed. Put top-level tests into unit-tests/ and protocol/.
Update TestExpectations to not reference inspector-protocol paths.
* TestExpectations:
* http/tests/inspector/resources/console-test.js: Renamed from LayoutTests/inspector-protocol/resources/console-test.js.
* http/tests/inspector/resources/probe-test.js: Renamed from LayoutTests/inspector-protocol/resources/probe-helper.js.
* inspector-protocol/debugger/resources/breakpoint.js: Removed.
* inspector/console/console-message-expected.txt: Renamed from LayoutTests/inspector-protocol/console/console-message-expected.txt.
* inspector/console/console-message.html: Renamed from LayoutTests/inspector-protocol/console/console-message.html.
* inspector/console/css-source-locations-expected.txt: Renamed from LayoutTests/inspector-protocol/console/css-source-locations-expected.txt.
* inspector/console/css-source-locations.html: Renamed from LayoutTests/inspector-protocol/console/css-source-locations.html.
* inspector/console/js-source-locations-expected.txt: Renamed from LayoutTests/inspector-protocol/console/js-source-locations-expected.txt.
* inspector/console/js-source-locations.html: Renamed from LayoutTests/inspector-protocol/console/js-source-locations.html.
* inspector/console/resources/errors.css: Renamed from LayoutTests/inspector-protocol/resources/errors.css.
(div):
* inspector/console/resources/errors.js: Renamed from LayoutTests/inspector-protocol/resources/errors.js.
(foo):
* inspector/console/x-frame-options-message-expected.txt: Renamed from LayoutTests/inspector-protocol/console/x-frame-options-message-expected.txt.
* inspector/console/x-frame-options-message.html: Renamed from LayoutTests/inspector-protocol/console/x-frame-options-message.html.
* inspector/css/getSupportedCSSProperties-expected.txt: Renamed from LayoutTests/inspector-protocol/css/getSupportedCSSProperties-expected.txt.
* inspector/css/getSupportedCSSProperties.html: Renamed from LayoutTests/inspector-protocol/css/getSupportedCSSProperties.html.
* inspector/debugger/breakpoint-action-detach-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-action-detach-expected.txt.
* inspector/debugger/breakpoint-action-detach.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-action-detach.html.
* inspector/debugger/breakpoint-action-eval.html:
* inspector/debugger/breakpoint-action-with-exception-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-action-with-exception-expected.txt.
* inspector/debugger/breakpoint-action-with-exception.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-action-with-exception.html.
* inspector/debugger/breakpoint-condition-detach-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-detach-expected.txt.
* inspector/debugger/breakpoint-condition-detach.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-detach.html.
* inspector/debugger/breakpoint-condition-with-bad-script-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-with-bad-script-expected.txt.
* inspector/debugger/breakpoint-condition-with-bad-script.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-with-bad-script.html.
* inspector/debugger/breakpoint-condition-with-exception-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-with-exception-expected.txt.
* inspector/debugger/breakpoint-condition-with-exception.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-condition-with-exception.html.
* inspector/debugger/breakpoint-eval-with-exception-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt.
* inspector/debugger/breakpoint-eval-with-exception.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-eval-with-exception.html.
* inspector/debugger/breakpoint-inside-conditons-and-actions-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-inside-conditons-and-actions-expected.txt.
* inspector/debugger/breakpoint-inside-conditons-and-actions.html: Renamed from LayoutTests/inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html.
* inspector/debugger/call-frame-function-name-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-function-name-expected.txt.
* inspector/debugger/call-frame-function-name.html: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-function-name.html.
* inspector/debugger/call-frame-this-host-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-host-expected.txt.
* inspector/debugger/call-frame-this-host.html: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-host.html.
* inspector/debugger/call-frame-this-nonstrict-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-nonstrict-expected.txt.
* inspector/debugger/call-frame-this-nonstrict.html: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-nonstrict.html.
* inspector/debugger/call-frame-this-strict-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-strict-expected.txt.
* inspector/debugger/call-frame-this-strict.html: Renamed from LayoutTests/inspector-protocol/debugger/call-frame-this-strict.html.
* inspector/debugger/debugger-statement-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/debugger-statement-expected.txt.
* inspector/debugger/debugger-statement.html: Renamed from LayoutTests/inspector-protocol/debugger/debugger-statement.html.
* inspector/debugger/didSampleProbe-multiple-probes-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/didSampleProbe-multiple-probes-expected.txt.
* inspector/debugger/didSampleProbe-multiple-probes.html: Renamed from LayoutTests/inspector-protocol/debugger/didSampleProbe-multiple-probes.html.
* inspector/debugger/hit-breakpoint-from-console-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/hit-breakpoint-from-console-expected.txt.
* inspector/debugger/hit-breakpoint-from-console.html: Renamed from LayoutTests/inspector-protocol/debugger/hit-breakpoint-from-console.html.
* inspector/debugger/nested-inspectors-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/nested-inspectors-expected.txt.
* inspector/debugger/nested-inspectors.html: Renamed from LayoutTests/inspector-protocol/debugger/nested-inspectors.html.
* inspector/debugger/pause-dedicated-worker-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/pause-dedicated-worker-expected.txt.
* inspector/debugger/pause-dedicated-worker.html: Renamed from LayoutTests/inspector-protocol/debugger/pause-dedicated-worker.html.
* inspector/debugger/pause-on-assert-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/pause-on-assert-expected.txt.
* inspector/debugger/pause-on-assert.html: Renamed from LayoutTests/inspector-protocol/debugger/pause-on-assert.html.
* inspector/debugger/probe-manager-add-remove-actions.html:
* inspector/debugger/regress-133182-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/regress-133182-expected.txt.
* inspector/debugger/regress-133182.html: Renamed from LayoutTests/inspector-protocol/debugger/regress-133182.html.
* inspector/debugger/removeBreakpoint-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/removeBreakpoint-expected.txt.
* inspector/debugger/removeBreakpoint.html: Renamed from LayoutTests/inspector-protocol/debugger/removeBreakpoint.html.
* inspector/debugger/resources/assert.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/assert.js.
* inspector/debugger/resources/dedicated-worker.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/dedicated-worker.js.
* inspector/debugger/resources/exception.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/exception.js.
* inspector/debugger/resources/mac-linebreaks.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/mac-linebreaks.js.
* inspector/debugger/resources/mixed-linebreaks.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/mixed-linebreaks.js.
* inspector/debugger/resources/script-for-breakpoint-actions.js: Copied from LayoutTests/inspector/debugger/resources/breakpoint.js.
* inspector/debugger/resources/unix-linebreaks.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/unix-linebreaks.js.
* inspector/debugger/resources/windows-linebreaks.js: Renamed from LayoutTests/inspector-protocol/debugger/resources/windows-linebreaks.js.
* inspector/debugger/searchInContent-linebreaks-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/searchInContent-linebreaks-expected.txt.
* inspector/debugger/searchInContent-linebreaks.html: Renamed from LayoutTests/inspector-protocol/debugger/searchInContent-linebreaks.html.
* inspector/debugger/setBreakpoint-actions-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-actions-expected.txt.
* inspector/debugger/setBreakpoint-actions.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-actions.html.
* inspector/debugger/setBreakpoint-autoContinue-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-autoContinue-expected.txt.
* inspector/debugger/setBreakpoint-autoContinue.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-autoContinue.html.
* inspector/debugger/setBreakpoint-column-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-column-expected.txt.
* inspector/debugger/setBreakpoint-column.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-column.html.
* inspector/debugger/setBreakpoint-column.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-column.txt.
* inspector/debugger/setBreakpoint-condition-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-condition-expected.txt.
* inspector/debugger/setBreakpoint-condition.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-condition.html.
* inspector/debugger/setBreakpoint-dfg-and-modify-local-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local-expected.txt.
* inspector/debugger/setBreakpoint-dfg-and-modify-local.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html.
* inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local-expected.txt.
* inspector/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html.
* inspector/debugger/setBreakpoint-dfg-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg-expected.txt.
* inspector/debugger/setBreakpoint-dfg.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-dfg.html.
* inspector/debugger/setBreakpoint-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-expected.txt.
* inspector/debugger/setBreakpoint-options-exception-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-options-exception-expected.txt.
* inspector/debugger/setBreakpoint-options-exception.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint-options-exception.html.
* inspector/debugger/setBreakpoint.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpoint.html.
* inspector/debugger/setBreakpointByUrl-sourceURL-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpointByUrl-sourceURL-expected.txt.
* inspector/debugger/setBreakpointByUrl-sourceURL.html: Renamed from LayoutTests/inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html.
* inspector/debugger/setPauseOnExceptions-all-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-all-expected.txt.
* inspector/debugger/setPauseOnExceptions-all.html: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-all.html.
* inspector/debugger/setPauseOnExceptions-none-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-none-expected.txt.
* inspector/debugger/setPauseOnExceptions-none.html: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-none.html.
* inspector/debugger/setPauseOnExceptions-uncaught-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-uncaught-expected.txt.
* inspector/debugger/setPauseOnExceptions-uncaught.html: Renamed from LayoutTests/inspector-protocol/debugger/setPauseOnExceptions-uncaught.html.
* inspector/debugger/setVariableValue-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/setVariableValue-expected.txt.
* inspector/debugger/setVariableValue.html: Renamed from LayoutTests/inspector-protocol/debugger/setVariableValue.html.
* inspector/debugger/terminate-dedicated-worker-while-paused-expected.txt: Renamed from LayoutTests/inspector-protocol/debugger/terminate-dedicated-worker-while-paused-expected.txt.
* inspector/debugger/terminate-dedicated-worker-while-paused.html: Renamed from LayoutTests/inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html.
* inspector/dom-debugger/node-removed-expected.txt: Renamed from LayoutTests/inspector-protocol/dom-debugger/node-removed-expected.txt.
* inspector/dom-debugger/node-removed.html: Renamed from LayoutTests/inspector-protocol/dom-debugger/node-removed.html.
* inspector/dom/dom-remove-events-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/dom-remove-events-expected.txt.
* inspector/dom/dom-remove-events.html: Renamed from LayoutTests/inspector-protocol/dom/dom-remove-events.html.
* inspector/dom/dom-search-crash-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/dom-search-crash-expected.txt.
* inspector/dom/dom-search-crash.html: Renamed from LayoutTests/inspector-protocol/dom/dom-search-crash.html.
* inspector/dom/dom-search-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/dom-search-expected.txt.
* inspector/dom/dom-search-with-context-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/dom-search-with-context-expected.txt.
* inspector/dom/dom-search-with-context.html: Renamed from LayoutTests/inspector-protocol/dom/dom-search-with-context.html.
* inspector/dom/dom-search.html: Renamed from LayoutTests/inspector-protocol/dom/dom-search.html.
* inspector/dom/focus-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/focus-expected.txt.
* inspector/dom/focus.html: Renamed from LayoutTests/inspector-protocol/dom/focus.html.
* inspector/dom/getAccessibilityPropertiesForNode-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt.
* inspector/dom/getAccessibilityPropertiesForNode.html: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode.html.
* inspector/dom/getAccessibilityPropertiesForNode_liveRegion-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion-expected.txt.
* inspector/dom/getAccessibilityPropertiesForNode_liveRegion.html: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion.html.
* inspector/dom/getAccessibilityPropertiesForNode_mouseEventNodeId-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode_mouseEventNodeId-expected.txt.
* inspector/dom/getAccessibilityPropertiesForNode_mouseEventNodeId.html: Renamed from LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode_mouseEventNodeId.html.
* inspector/dom/highlight-flow-with-no-region-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/highlight-flow-with-no-region-expected.txt.
* inspector/dom/highlight-flow-with-no-region.html: Renamed from LayoutTests/inspector-protocol/dom/highlight-flow-with-no-region.html.
* inspector/dom/remove-multiple-nodes-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/remove-multiple-nodes-expected.txt.
* inspector/dom/remove-multiple-nodes.html: Renamed from LayoutTests/inspector-protocol/dom/remove-multiple-nodes.html.
* inspector/dom/request-child-nodes-depth-expected.txt: Renamed from LayoutTests/inspector-protocol/dom/request-child-nodes-depth-expected.txt.
* inspector/dom/request-child-nodes-depth.html: Renamed from LayoutTests/inspector-protocol/dom/request-child-nodes-depth.html.
* inspector/dom/resources/dom-search-crash-iframe.html: Renamed from LayoutTests/inspector-protocol/dom/resources/dom-search-crash-iframe.html.
* inspector/dom/resources/dom-search-iframe.html: Renamed from LayoutTests/inspector-protocol/dom/resources/dom-search-iframe.html.
* inspector/dom/resources/dom-search-queries.js: Renamed from LayoutTests/inspector-protocol/dom/resources/dom-search-queries.js.
* inspector/layers/layers-anonymous-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-anonymous-expected.txt.
* inspector/layers/layers-anonymous.html: Renamed from LayoutTests/inspector-protocol/layers/layers-anonymous.html.
* inspector/layers/layers-blending-compositing-reasons-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-blending-compositing-reasons-expected.txt.
* inspector/layers/layers-blending-compositing-reasons.html: Renamed from LayoutTests/inspector-protocol/layers/layers-blending-compositing-reasons.html.
* inspector/layers/layers-compositing-reasons-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-compositing-reasons-expected.txt.
* inspector/layers/layers-compositing-reasons.html: Renamed from LayoutTests/inspector-protocol/layers/layers-compositing-reasons.html.
* inspector/layers/layers-for-node-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-for-node-expected.txt.
* inspector/layers/layers-for-node.html: Renamed from LayoutTests/inspector-protocol/layers/layers-for-node.html.
* inspector/layers/layers-generated-content-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-generated-content-expected.txt.
* inspector/layers/layers-generated-content.html: Renamed from LayoutTests/inspector-protocol/layers/layers-generated-content.html.
* inspector/layers/layers-reflected-content-expected.txt: Renamed from LayoutTests/inspector-protocol/layers/layers-reflected-content-expected.txt.
* inspector/layers/layers-reflected-content.html: Renamed from LayoutTests/inspector-protocol/layers/layers-reflected-content.html.
* inspector/page/archive-expected.txt: Renamed from LayoutTests/inspector-protocol/page/archive-expected.txt.
* inspector/page/archive.html: Renamed from LayoutTests/inspector-protocol/page/archive.html.
* inspector/page/frameScheduledNavigation-expected.txt: Renamed from LayoutTests/inspector-protocol/page/frameScheduledNavigation-expected.txt.
* inspector/page/frameScheduledNavigation.html: Renamed from LayoutTests/inspector-protocol/page/frameScheduledNavigation.html.
* inspector/page/frameStartedLoading-expected.txt: Renamed from LayoutTests/inspector-protocol/page/frameStartedLoading-expected.txt.
* inspector/page/frameStartedLoading.html: Renamed from LayoutTests/inspector-protocol/page/frameStartedLoading.html.
* inspector/page/javascriptDialogEvents-expected.txt: Renamed from LayoutTests/inspector-protocol/page/javascriptDialogEvents-expected.txt.
* inspector/page/javascriptDialogEvents.html: Renamed from LayoutTests/inspector-protocol/page/javascriptDialogEvents.html.
* inspector/page/resources/blank.html: Renamed from LayoutTests/inspector-protocol/page/resources/blank.html.
* inspector/page/setEmulatedMedia-expected.txt: Renamed from LayoutTests/inspector-protocol/page/setEmulatedMedia-expected.txt.
* inspector/page/setEmulatedMedia.html: Renamed from LayoutTests/inspector-protocol/page/setEmulatedMedia.html.
* inspector/protocol/protocol-promise-result-expected.txt: Renamed from LayoutTests/inspector/protocol-promise-result-expected.txt.
* inspector/protocol/protocol-promise-result.html: Renamed from LayoutTests/inspector/protocol-promise-result.html.
* inspector/runtime/getProperties-expected.txt: Renamed from LayoutTests/inspector-protocol/runtime/getProperties-expected.txt.
* inspector/runtime/getProperties.html: Renamed from LayoutTests/inspector-protocol/runtime/getProperties.html.
* inspector/unit-tests/async-test-suite-expected.txt: Renamed from LayoutTests/inspector-protocol/async-test-suite-expected.txt.
* inspector/unit-tests/async-test-suite.html: Renamed from LayoutTests/inspector-protocol/async-test-suite.html.
* inspector/unit-tests/event-listener-expected.txt: Renamed from LayoutTests/inspector/event-listener-expected.txt.
* inspector/unit-tests/event-listener-set-expected.txt: Renamed from LayoutTests/inspector/event-listener-set-expected.txt.
* inspector/unit-tests/event-listener-set.html: Renamed from LayoutTests/inspector/event-listener-set.html.
* inspector/unit-tests/event-listener.html: Renamed from LayoutTests/inspector/event-listener.html.
* inspector/unit-tests/sync-test-suite-expected.txt: Renamed from LayoutTests/inspector-protocol/sync-test-suite-expected.txt.
* inspector/unit-tests/sync-test-suite.html: Renamed from LayoutTests/inspector-protocol/sync-test-suite.html.
* inspector/unit-tests/test-harness-trivially-works-expected.txt: Renamed from LayoutTests/inspector/test-harness-trivially-works-expected.txt.
* inspector/unit-tests/test-harness-trivially-works.html: Renamed from LayoutTests/inspector/test-harness-trivially-works.html.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2015-08-07 Simon Fraser <simon.fraser@apple.com>
ios-sim-deprecated/iphone/fast/events/touch/ already existed in fast/events/touch, so remove them.
* platform/ios-sim-deprecated/iphone/fast/events/touch/document-create-touch-list-ios-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/document-create-touch-list-ios.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/gesture-event-basic-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/gesture-event-basic.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/input-touch-target-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/input-touch-target.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/inserted-fragment-touch-target-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/inserted-fragment-touch-target.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/moved-touch-target-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/moved-touch-target.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/multi-touch-some-without-handlers-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/multi-touch-some-without-handlers.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/ontouchstart-active-selector-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/ontouchstart-active-selector.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/removed-fragment-touch-target-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/removed-fragment-touch-target.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/removed-touch-target-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/removed-touch-target.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/TEMPLATE.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/document-create-touch-list-ios.js: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/input-touch-target.js: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/multi-touch-some-without-handlers.js: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/text-node-touch-target.js: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/textarea-touch-target.js: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/touch-event-frames.js: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/touch-event-pageXY.js: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/script-tests/zoomed-touch-event-pageXY.js: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/text-node-touch-target-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/text-node-touch-target.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/textarea-touch-target-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/textarea-touch-target.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/touch-event-frames-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/touch-event-frames.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/touch-event-pageXY-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/touch-event-pageXY.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/zoomed-touch-event-pageXY-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/events/touch/zoomed-touch-event-pageXY.html: Removed.
2015-08-07 Simon Fraser <simon.fraser@apple.com>
Move platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html into http/tests/loading/
* http/tests/loading/multiple-prioritization-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization-expected.txt.
* http/tests/loading/multiple-prioritization.html: Renamed from LayoutTests/platform/ios-sim-deprecated/http/tests/loading/multiple-prioritization.html.
2015-08-06 Simon Fraser <simon.fraser@apple.com>
Move ios-sim-deprecated/fast/dom/ tests into fast/dom
* TestExpectations:
* fast/dom/Range/expand-word-with-apostrophe-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/Range/expand-word-with-apostrophe-expected.txt.
* fast/dom/Range/expand-word-with-apostrophe.html: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/Range/expand-word-with-apostrophe.html.
* fast/dom/Window/no-window-resize-on-document-size-change-expected.txt: Added.
* fast/dom/Window/no-window-resize-on-document-size-change.html: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/Window/no-window-resize-on-document-size-change.html.
* fast/dom/adopt-attribute-crash-expected.txt:
* fast/dom/navigator-iOS-userAgent-expected.txt: Added.
* fast/dom/navigator-iOS-userAgent.html: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/navigator-iOS-userAgent.html.
* fast/dom/timer-fire-after-page-pause-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/timer-fire-after-page-pause-expected.txt.
* fast/dom/timer-fire-after-page-pause.html: Renamed from LayoutTests/platform/ios-sim-deprecated/fast/dom/timer-fire-after-page-pause.html.
* platform/ios-sim-deprecated/fast/dom/Window/no-window-resize-on-document-size-change-expected.txt: Removed.
* platform/ios-sim-deprecated/fast/dom/navigator-iOS-userAgent-expected.txt: Removed.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/fast/dom/navigator-iOS-userAgent-expected.txt: Added.
2015-08-06 Simon Fraser <simon.fraser@apple.com>
Move two ios-sim-deprecated/animations/ tests into animations.
* animations/resources/anim.html: Renamed from LayoutTests/platform/ios-sim-deprecated/animations/resources/anim.html.
* animations/restart-after-scroll-expected.txt: Copied from LayoutTests/platform/ios-sim-deprecated/animations/restart-after-scroll-nested-expected.txt.
* animations/restart-after-scroll-nested-expected.txt: Renamed from LayoutTests/platform/ios-sim-deprecated/animations/restart-after-scroll-nested-expected.txt.
* animations/restart-after-scroll-nested.html: Renamed from LayoutTests/platform/ios-sim-deprecated/animations/restart-after-scroll-nested.html.
* animations/restart-after-scroll.html: Renamed from LayoutTests/platform/ios-sim-deprecated/animations/restart-after-scroll.html.
* platform/ios-sim-deprecated/animations/restart-after-scroll-expected.txt: Removed.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-08-07 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Create CountQueuingStrategy object as per spec
https://bugs.webkit.org/show_bug.cgi?id=146594
Reviewed by Geoffrey Garen.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt: Updated expectations with
CountQueuingStrategy constructor.
* streams/reference-implementation/brand-checks.html:
* streams/reference-implementation/count-queuing-strategy.html: Removed reference to count-queuing-strategy.js.
* streams/reference-implementation/resources/count-queuing-strategy.js: Removed.
(CountQueuingStrategy): Deleted.
(CountQueuingStrategy.prototype.size): Deleted.
2015-08-07 Doug Russell <d_russell@apple.com>
AX: Bug 147737 is causing test failures in Mavericks WK1
https://bugs.webkit.org/show_bug.cgi?id=147763
Reviewed by Chris Fleizach.
* platform/mac/TestExpectations:
2015-08-06 Yusuke Suzuki <utatane.tea@gmail.com>
Introduce get_by_id like IC into get_by_val when the given name is String or Symbol
https://bugs.webkit.org/show_bug.cgi?id=147480
Reviewed by Filip Pizlo.
Add synthetic benchmarks that replaces normal property load with symbol/string keyed load.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-expected.txt: Added.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple-expected.txt: Added.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination-simple.html: Added.
* js/regress/get-by-val-with-string-bimorphic-check-structure-elimination.html: Added.
* js/regress/get-by-val-with-string-chain-from-try-block-expected.txt: Added.
* js/regress/get-by-val-with-string-chain-from-try-block.html: Added.
* js/regress/get-by-val-with-string-check-structure-elimination-expected.txt: Added.
* js/regress/get-by-val-with-string-check-structure-elimination.html: Added.
* js/regress/get-by-val-with-string-proto-or-self-expected.txt: Added.
* js/regress/get-by-val-with-string-proto-or-self.html: Added.
* js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple-expected.txt: Added.
* js/regress/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.html: Added.
* js/regress/get-by-val-with-string-self-or-proto-expected.txt: Added.
* js/regress/get-by-val-with-string-self-or-proto.html: Added.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-expected.txt: Added.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple-expected.txt: Added.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.html: Added.
* js/regress/get-by-val-with-symbol-bimorphic-check-structure-elimination.html: Added.
* js/regress/get-by-val-with-symbol-chain-from-try-block-expected.txt: Added.
* js/regress/get-by-val-with-symbol-chain-from-try-block.html: Added.
* js/regress/get-by-val-with-symbol-check-structure-elimination-expected.txt: Added.
* js/regress/get-by-val-with-symbol-check-structure-elimination.html: Added.
* js/regress/get-by-val-with-symbol-proto-or-self-expected.txt: Added.
* js/regress/get-by-val-with-symbol-proto-or-self.html: Added.
* js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple-expected.txt: Added.
* js/regress/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.html: Added.
* js/regress/get-by-val-with-symbol-self-or-proto-expected.txt: Added.
* js/regress/get-by-val-with-symbol-self-or-proto.html: Added.
* js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination-simple.js: Added.
* js/regress/script-tests/get-by-val-with-string-bimorphic-check-structure-elimination.js: Added.
* js/regress/script-tests/get-by-val-with-string-chain-from-try-block.js: Added.
(A):
(B):
(C):
(D):
(E):
(F):
(G):
(foo):
* js/regress/script-tests/get-by-val-with-string-check-structure-elimination.js: Added.
* js/regress/script-tests/get-by-val-with-string-proto-or-self.js: Added.
(foo):
(bar):
(Foo):
* js/regress/script-tests/get-by-val-with-string-quadmorphic-check-structure-elimination-simple.js: Added.
* js/regress/script-tests/get-by-val-with-string-self-or-proto.js: Added.
(foo):
(bar):
(Foo):
* js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.js: Added.
* js/regress/script-tests/get-by-val-with-symbol-bimorphic-check-structure-elimination.js: Added.
* js/regress/script-tests/get-by-val-with-symbol-chain-from-try-block.js: Added.
(A):
(B):
(C):
(D):
(E):
(F):
(G):
(foo):
* js/regress/script-tests/get-by-val-with-symbol-check-structure-elimination.js: Added.
* js/regress/script-tests/get-by-val-with-symbol-proto-or-self.js: Added.
(foo):
(bar):
(Foo):
* js/regress/script-tests/get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.js: Added.
* js/regress/script-tests/get-by-val-with-symbol-self-or-proto.js: Added.
(foo):
(bar):
(Foo):
2015-08-06 Keith Miller <keith_miller@apple.com>
The JSONP parser incorrectly parses -0 as +0.
https://bugs.webkit.org/show_bug.cgi?id=147590
Reviewed by Michael Saboff.
A simple test that attempts loads a JSONP that sets a variable to 0.
* js/regress/JSONP-negative-0-expected.txt: Added.
* js/regress/JSONP-negative-0.html: Added.
* js/regress/script-tests/JSONP-negative-0.js: Added.
2015-08-06 Chris Dumez <cdumez@apple.com>
Toggle GPS state based on page visibility to save battery
https://bugs.webkit.org/show_bug.cgi?id=147685
Reviewed by Benjamin Poulain.
Add layout tests to check that the GeolocationClient starts and stops
updating when page visibility changes.
* fast/dom/Geolocation/startUpdatingOnlyWhenPageVisible-expected.txt: Added.
* fast/dom/Geolocation/startUpdatingOnlyWhenPageVisible.html: Added.
* fast/dom/Geolocation/stopUpdatingForHiddenPage-expected.txt: Added.
* fast/dom/Geolocation/stopUpdatingForHiddenPage.html: Added.
2015-08-06 Brian Burg <bburg@apple.com>
Web Inspector: move http/tests/inspector-protocol/ contents to http/tests/inspector/
https://bugs.webkit.org/show_bug.cgi?id=147739
Reviewed by Timothy Hatcher.
Start merging inspector-protocol/ directory into inspector/, starting with http tests.
This patch puts the few http tests into their own domain directories. Files related
to the test harness have been moved to the appropriate resources/ directory.
Update all inspector tests to the new paths.
Lastly, rename InspectorTest.js and protocol-test.html to ProtocolTestStub, to make
it obvious that these files are only used by the protocol test harness.
* http/tests/inspector/console/access-inspected-object-expected.txt: Renamed from LayoutTests/http/tests/inspector-protocol/access-inspected-object-expected.txt.
* http/tests/inspector/console/access-inspected-object.html: Renamed from LayoutTests/http/tests/inspector-protocol/access-inspected-object.html.
* http/tests/inspector/css/bad-mime-type.html:
* http/tests/inspector/dom/resources/InspectorDOMListener.js: Renamed from LayoutTests/http/tests/inspector-protocol/resources/InspectorDOMListener.js.
* http/tests/inspector/page/loading-iframe-document-node-expected.txt: Renamed from LayoutTests/http/tests/inspector-protocol/loading-iframe-document-node-expected.txt.
* http/tests/inspector/page/loading-iframe-document-node.html: Renamed from LayoutTests/http/tests/inspector-protocol/loading-iframe-document-node.html.
* http/tests/inspector/page/resources/slow-test-page.html: Renamed from LayoutTests/http/tests/inspector-protocol/resources/slow-test-page.html.
* http/tests/inspector/page/resources/test-page.html: Renamed from LayoutTests/http/tests/inspector-protocol/resources/test-page.html.
* http/tests/inspector/replay/document-last-modified-fallback-value.html:
* http/tests/inspector/resources/ProtocolTestStub.html: Renamed from LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html.
* http/tests/inspector/resources/ProtocolTestStub.js: Renamed from LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js.
* http/tests/inspector/resources/inspector-test.js: Renamed from LayoutTests/http/tests/inspector/inspector-test.js.
* http/tests/inspector/resources/protocol-test.js: Renamed from LayoutTests/http/tests/inspector-protocol/resources/protocol-test.js.
* inspector-protocol/async-test-suite.html:
* inspector-protocol/console/console-message.html:
* inspector-protocol/console/css-source-locations.html: Fix references to console helpers.
* inspector-protocol/console/js-source-locations.html:
* inspector-protocol/console/x-frame-options-message.html:
* inspector-protocol/css/getSupportedCSSProperties.html:
* inspector-protocol/debugger/breakpoint-action-detach.html:
* inspector-protocol/debugger/breakpoint-action-with-exception.html:
* inspector-protocol/debugger/breakpoint-condition-detach.html:
* inspector-protocol/debugger/breakpoint-condition-with-bad-script.html:
* inspector-protocol/debugger/breakpoint-condition-with-exception.html:
* inspector-protocol/debugger/breakpoint-eval-with-exception.html:
* inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html:
* inspector-protocol/debugger/call-frame-function-name.html:
* inspector-protocol/debugger/call-frame-this-host.html:
* inspector-protocol/debugger/call-frame-this-nonstrict.html:
* inspector-protocol/debugger/call-frame-this-strict.html:
* inspector-protocol/debugger/debugger-statement.html:
* inspector-protocol/debugger/didSampleProbe-multiple-probes.html:
* inspector-protocol/debugger/hit-breakpoint-from-console.html:
* inspector-protocol/debugger/nested-inspectors.html:
* inspector-protocol/debugger/pause-dedicated-worker.html:
* inspector-protocol/debugger/pause-on-assert.html:
* inspector-protocol/debugger/regress-133182.html:
* inspector-protocol/debugger/removeBreakpoint.html:
* inspector-protocol/debugger/searchInContent-linebreaks.html:
* inspector-protocol/debugger/setBreakpoint-actions.html:
* inspector-protocol/debugger/setBreakpoint-autoContinue.html:
* inspector-protocol/debugger/setBreakpoint-column.html:
* inspector-protocol/debugger/setBreakpoint-condition.html:
* inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html:
* inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html:
* inspector-protocol/debugger/setBreakpoint-dfg.html:
* inspector-protocol/debugger/setBreakpoint-options-exception.html:
* inspector-protocol/debugger/setBreakpoint.html:
* inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html:
* inspector-protocol/debugger/setPauseOnExceptions-all.html:
* inspector-protocol/debugger/setPauseOnExceptions-none.html:
* inspector-protocol/debugger/setPauseOnExceptions-uncaught.html:
* inspector-protocol/debugger/setVariableValue.html:
* inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html:
* inspector-protocol/dom-debugger/node-removed.html:
* inspector-protocol/dom/dom-remove-events.html:
* inspector-protocol/dom/dom-search-crash.html:
* inspector-protocol/dom/dom-search-with-context.html:
* inspector-protocol/dom/dom-search.html:
* inspector-protocol/dom/focus.html:
* inspector-protocol/dom/getAccessibilityPropertiesForNode.html:
* inspector-protocol/dom/getAccessibilityPropertiesForNode_liveRegion.html:
* inspector-protocol/dom/getAccessibilityPropertiesForNode_mouseEventNodeId.html:
* inspector-protocol/dom/highlight-flow-with-no-region.html:
* inspector-protocol/dom/remove-multiple-nodes.html:
* inspector-protocol/dom/request-child-nodes-depth.html:
* inspector-protocol/layers/layers-anonymous.html:
* inspector-protocol/layers/layers-blending-compositing-reasons.html:
* inspector-protocol/layers/layers-compositing-reasons.html:
* inspector-protocol/layers/layers-for-node.html:
* inspector-protocol/layers/layers-generated-content.html:
* inspector-protocol/layers/layers-reflected-content.html:
* inspector-protocol/page/archive.html:
* inspector-protocol/page/frameScheduledNavigation.html:
* inspector-protocol/page/frameStartedLoading.html:
* inspector-protocol/page/javascriptDialogEvents.html:
* inspector-protocol/page/setEmulatedMedia.html:
* inspector-protocol/runtime/getProperties.html:
* inspector-protocol/sync-test-suite.html:
* inspector/console/command-line-api.html:
* inspector/console/console-api.html:
* inspector/console/console-table.html:
* inspector/css/get-system-fonts.html:
* inspector/css/matched-style-properties.html:
* inspector/css/modify-rule-selector.html:
* inspector/css/pseudo-element-matches-for-pseudo-element-node.html:
* inspector/css/pseudo-element-matches.html:
* inspector/css/selector-dynamic-specificity.html:
* inspector/css/selector-specificity.html:
* inspector/css/stylesheet-with-mutations.html:
* inspector/debugger/break-on-exception-catch.html:
* inspector/debugger/break-on-exception-finally.html:
* inspector/debugger/break-on-exception-native.html:
* inspector/debugger/break-on-exception-throw-in-promise-rethrow-in-catch.html:
* inspector/debugger/break-on-exception-throw-in-promise-then-with-catch.html:
* inspector/debugger/break-on-exception-throw-in-promise-then.html:
* inspector/debugger/break-on-exception-throw-in-promise-with-catch.html:
* inspector/debugger/break-on-exception-throw-in-promise.html:
* inspector/debugger/break-on-exception-window-onerror.html:
* inspector/debugger/break-on-exception.html:
* inspector/debugger/break-on-uncaught-exception-catch.html:
* inspector/debugger/break-on-uncaught-exception-finally.html:
* inspector/debugger/break-on-uncaught-exception-native.html:
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-rethrow-in-catch.html:
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-then-with-catch.html:
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-then.html:
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-with-catch.html:
* inspector/debugger/break-on-uncaught-exception-throw-in-promise.html:
* inspector/debugger/break-on-uncaught-exception-window-onerror.html:
* inspector/debugger/break-on-uncaught-exception.html:
* inspector/debugger/breakpoint-action-eval.html:
* inspector/debugger/breakpoint-columns.html:
* inspector/debugger/breakpoint-scope.html:
* inspector/debugger/command-line-api-exception-nested-catch.html:
* inspector/debugger/command-line-api-exception.html:
* inspector/debugger/js-stacktrace.html:
* inspector/debugger/pause-reason.html:
* inspector/debugger/probe-manager-add-remove-actions.html:
* inspector/debugger/search-scripts-expected.txt:
* inspector/debugger/search-scripts.html:
* inspector/dom/content-flow-content-nodes.html:
* inspector/dom/content-flow-content-removal.html:
* inspector/dom/content-flow-list.html:
* inspector/dom/content-node-region-info.html:
* inspector/dom/highlight-shape-outside-margin.html:
* inspector/dom/highlight-shape-outside.html:
* inspector/dom/highlightSelector.html:
* inspector/dom/pseudo-element-dynamic.html:
* inspector/dom/pseudo-element-static.html:
* inspector/dom/template-content.html:
* inspector/event-listener-set.html:
* inspector/event-listener.html:
* inspector/model/parse-script-syntax-tree.html:
* inspector/model/remote-object-get-properties.html:
* inspector/model/remote-object-weak-collection.html:
* inspector/model/remote-object.html:
* inspector/page/main-frame-resource.html:
* inspector/protocol-promise-result.html:
* inspector/replay/javascript-date-now.html:
* inspector/replay/javascript-random-seed.html:
* inspector/replay/window-navigator-plugins-memoized.html:
* inspector/test-harness-trivially-works.html:
* inspector/timeline/debugger-paused-while-recording.html:
* inspector/timeline/exception-in-injected-script-while-recording.html:
* inspector/timeline/recording-start-stop-timestamps.html:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
2015-08-06 Myles C. Maxfield <mmaxfield@apple.com>
Font feature settings comparisons are order-dependent and case-dependent
https://bugs.webkit.org/show_bug.cgi?id=147719
Reviewed by Benjamin Poulain.
Make the test insensitive to order and case.
* css3/font-feature-settings-parsing-expected.txt:
* css3/font-feature-settings-parsing.html:
2015-08-06 Doug Russell <d_russell@apple.com>
AX: AXLoadComplete that comes before AX API access won't fire
https://bugs.webkit.org/show_bug.cgi?id=147737
Reviewed by Chris Fleizach.
Treat setEnhancedUserInterfaceAccessibility() as AX API access and if true,
enableAccessibility().
* accessibility/mac/loaded-notification-expected.txt: Added.
* accessibility/mac/loaded-notification.html: Added.
2015-08-05 Alexey Proskuryakov <ap@apple.com>
Fix TestExpectations lint warnings.
* platform/mac-wk2/TestExpectations: Remove duplicate entries.
* platform/win/TestExpectations: Update for the big platform move of 2015. One of
these tests no longer asserts, so it doesn't need to be skipped.
2015-08-05 Simon Fraser <simon.fraser@apple.com>
Fix paths to ruby-expansion tests, and make them ImageOnlyFailure rather than Skip.
* platform/mac-mavericks/TestExpectations:
2015-08-05 Simon Fraser <simon.fraser@apple.com>
Move /mac/fast/text reference tests into fast/text. Some may need to be skipped on other platforms.
* fast/text/arabic-zwj-and-zwnj-expected.html: Renamed from LayoutTests/platform/mac/fast/text/arabic-zwj-and-zwnj-expected.html.
* fast/text/arabic-zwj-and-zwnj.html: Renamed from LayoutTests/platform/mac/fast/text/arabic-zwj-and-zwnj.html.
* fast/text/combining-character-sequence-vertical-expected.html: Renamed from LayoutTests/platform/mac/fast/text/combining-character-sequence-vertical-expected.html.
* fast/text/combining-character-sequence-vertical.html: Renamed from LayoutTests/platform/mac/fast/text/combining-character-sequence-vertical.html.
* fast/text/combining-mark-paint-expected.html: Renamed from LayoutTests/platform/mac/fast/text/combining-mark-paint-expected.html.
* fast/text/combining-mark-paint.html: Renamed from LayoutTests/platform/mac/fast/text/combining-mark-paint.html.
* fast/text/font-cursive-italic-cjk-expected.html: Renamed from LayoutTests/platform/mac/fast/text/font-cursive-italic-cjk-expected.html.
* fast/text/font-cursive-italic-cjk.html: Renamed from LayoutTests/platform/mac/fast/text/font-cursive-italic-cjk.html.
* fast/text/kerning-with-TextLayout-expected.html: Renamed from LayoutTests/platform/mac/fast/text/kerning-with-TextLayout-expected.html.
* fast/text/kerning-with-TextLayout.html: Renamed from LayoutTests/platform/mac/fast/text/kerning-with-TextLayout.html.
* fast/text/multiple-codeunit-vertical-upright-expected.html: Renamed from LayoutTests/platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html.
* fast/text/multiple-codeunit-vertical-upright.html: Renamed from LayoutTests/platform/mac/fast/text/multiple-codeunit-vertical-upright.html.
* fast/text/synthetic-bold-transformed-expected.html: Renamed from LayoutTests/platform/mac/fast/text/synthetic-bold-transformed-expected.html.
* fast/text/synthetic-bold-transformed.html: Renamed from LayoutTests/platform/mac/fast/text/synthetic-bold-transformed.html.
* fast/text/trailing-word-expected.html: Renamed from LayoutTests/platform/mac/fast/text/trailing-word-expected.html.
* fast/text/trailing-word.html: Renamed from LayoutTests/platform/mac/fast/text/trailing-word.html.
* platform/mac/TestExpectations:
2015-08-05 Simon Fraser <simon.fraser@apple.com>
Make ruby-expansion tests cross-platform. They may have to be skipped on other platforms.
* fast/ruby/resources/green.png: Renamed from LayoutTests/platform/mac/fast/ruby/resources/green.png.
* fast/ruby/resources/ruby-expansion.svg: Renamed from LayoutTests/platform/mac/fast/ruby/resources/ruby-expansion.svg.
* fast/ruby/ruby-expansion-cjk-2-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-2-expected.html.
* fast/ruby/ruby-expansion-cjk-2.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-2.html.
* fast/ruby/ruby-expansion-cjk-3-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-3-expected.html.
* fast/ruby/ruby-expansion-cjk-3.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-3.html.
* fast/ruby/ruby-expansion-cjk-4-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-4-expected.html.
* fast/ruby/ruby-expansion-cjk-4.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-4.html.
* fast/ruby/ruby-expansion-cjk-5-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-5-expected.html.
* fast/ruby/ruby-expansion-cjk-5.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-5.html.
* fast/ruby/ruby-expansion-cjk-expected.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-expected.html.
* fast/ruby/ruby-expansion-cjk.html: Renamed from LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk.html.
* platform/mac-wk1/TestExpectations:
2015-08-05 Simon Fraser <simon.fraser@apple.com>
Remove the XBM image test. Mac doesn't suport XBM images any more.
* platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Removed.
* platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Removed.
* platform/mac/fast/canvas/canvas-draw-xbm-image.html: Removed.
* platform/mac/fast/canvas/resources/smile.xbm: Removed.
2015-08-05 Simon Fraser <simon.fraser@apple.com>
Make platform/mac/compositing/canvas/accelerated-canvas-compositing.html a cross-platform test.
* compositing/canvas/accelerated-canvas-compositing-expected.txt: Added.
* compositing/canvas/accelerated-canvas-compositing.html: Renamed from LayoutTests/platform/mac/compositing/canvas/accelerated-canvas-compositing.html.
2015-08-05 Brian Burg <bburg@apple.com>
Web Inspector: rewrite protocol test for console messages from X-Frame-Options
https://bugs.webkit.org/show_bug.cgi?id=147714
Reviewed by Joseph Pecoraro.
Rewrite deny-X-FrameOption.html to use AsyncTestSuite, and hopefully address
the flakiness of the test. It is now in the inspector-protocol/console/ directory.
Extract the addConsoleTestCase helper to a shared file. Clean up console test
helpers and use a less awkward namespace for these helpers.
* TestExpectations: Unskip the deleted test, the new test should be less flaky.
* inspector-protocol/console/console-message.html:
* inspector-protocol/console/css-source-locations.html:
* inspector-protocol/console/js-source-locations.html:
* inspector-protocol/console/x-frame-options-message-expected.txt: Added.
* inspector-protocol/console/x-frame-options-message.html: Added.
* inspector-protocol/debugger/setBreakpoint-actions.html:
* inspector-protocol/debugger/setBreakpoint-options-exception.html:
* inspector-protocol/page/deny-X-FrameOption-expected.txt: Removed.
* inspector-protocol/page/deny-X-FrameOption.html: Removed.
* inspector-protocol/resources/console-helper.js: Removed.
* inspector-protocol/resources/console-test.js: Added.
(InspectorTest.Console.sanitizeConsoleMessage):
(InspectorTest.Console.addTestCase):
2015-08-05 Ryosuke Niwa <rniwa@webkit.org>
[ES6] Class parser does not allow methods named set and get.
https://bugs.webkit.org/show_bug.cgi?id=147150
Reviewed by Oliver Hunt.
Added a regression test and rebaselined a test.
* js/class-syntax-method-names-expected.txt: Added.
* js/class-syntax-method-names.html: Added.
* js/class-syntax-semicolon-expected.txt: Rebaselined as the error message got improved.
* js/script-tests/class-syntax-method-names.js: Added.
* js/script-tests/class-syntax-semicolon.js:
2015-08-05 Nikita Vasilyev <nvasilyev@apple.com>
Web Inspector: Logging error objects should have a better UI
https://bugs.webkit.org/show_bug.cgi?id=143853
Add tests for stack trace format in case it changes.
Reviewed by Brian Burg.
* inspector/debugger/js-stacktrace-expected.txt: Added.
* inspector/debugger/js-stacktrace.html: Added.
2015-08-05 Zalan Bujtas <zalan@apple.com>
Add missing test case (r187994).
Unreviewed.
* fast/frames/flattening/crash-when-sibling-iframe-is-destroyed-with-subtree-layoutroot-expected.txt: Added.
* fast/frames/flattening/crash-when-sibling-iframe-is-destroyed-with-subtree-layoutroot.html: Added.
* fast/frames/flattening/resources/childframe1.html: Added.
* fast/frames/flattening/resources/childframe2.html: Added.
2015-08-05 Chris Dumez <cdumez@apple.com>
Crash when removing children of a MathMLSelectElement
https://bugs.webkit.org/show_bug.cgi?id=147704
<rdar://problem/21940321>
Reviewed by Ryosuke Niwa.
Add layout test that reproduces the crash under guardmalloc.
* mathml/maction-removeChild-expected.txt: Added.
* mathml/maction-removeChild.html: Added.
2015-08-05 Simon Fraser <simon.fraser@apple.com>
Move platform/ios-simulator/ios/fast/events/touch tests to fast/events/touch
* fast/events/touch/document-create-touch-list-ios-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/document-create-touch-list-ios-expected.txt.
* fast/events/touch/document-create-touch-list-ios.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/document-create-touch-list-ios.html.
* fast/events/touch/gesture-event-basic-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/gesture-event-basic-expected.txt.
* fast/events/touch/gesture-event-basic.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/gesture-event-basic.html.
* fast/events/touch/input-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/input-touch-target.html.
* fast/events/touch/inserted-fragment-touch-target-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/inserted-fragment-touch-target-expected.txt.
* fast/events/touch/inserted-fragment-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/inserted-fragment-touch-target.html.
* fast/events/touch/moved-touch-target-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/moved-touch-target-expected.txt.
* fast/events/touch/moved-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/moved-touch-target.html.
* fast/events/touch/multi-touch-some-without-handlers.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/multi-touch-some-without-handlers.html.
* fast/events/touch/ontouchstart-active-selector.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/ontouchstart-active-selector.html.
* fast/events/touch/removed-fragment-touch-target-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/removed-fragment-touch-target-expected.txt.
* fast/events/touch/removed-fragment-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/removed-fragment-touch-target.html.
* fast/events/touch/removed-touch-target-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/removed-touch-target-expected.txt.
* fast/events/touch/removed-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/removed-touch-target.html.
* fast/events/touch/resources/misc-touch-helpers.js: Renamed from LayoutTests/platform/ios-sim-deprecated/iphone/fast/events/touch/misc-touch-helpers.js.
* fast/events/touch/script-tests/document-create-touch-list-ios.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/document-create-touch-list-ios.js.
* fast/events/touch/script-tests/input-touch-target.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/input-touch-target.js.
* fast/events/touch/script-tests/multi-touch-some-without-handlers.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/multi-touch-some-without-handlers.js.
* fast/events/touch/script-tests/text-node-touch-target.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/text-node-touch-target.js.
* fast/events/touch/script-tests/textarea-touch-target.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/textarea-touch-target.js.
* fast/events/touch/script-tests/touch-event-frames.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/touch-event-frames.js.
* fast/events/touch/script-tests/touch-event-pageXY.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/touch-event-pageXY.js.
* fast/events/touch/script-tests/zoomed-touch-event-pageXY.js: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/script-tests/zoomed-touch-event-pageXY.js.
* fast/events/touch/text-node-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/text-node-touch-target.html.
* fast/events/touch/textarea-touch-target.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/textarea-touch-target.html.
* fast/events/touch/touch-event-frames-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/touch-event-frames-expected.txt.
* fast/events/touch/touch-event-frames.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/touch-event-frames.html.
* fast/events/touch/touch-event-pageXY-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/touch-event-pageXY-expected.txt.
* fast/events/touch/touch-event-pageXY.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/touch-event-pageXY.html.
* fast/events/touch/touch-scaled-scrolled.html:
* fast/events/touch/zoomed-touch-event-pageXY-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/zoomed-touch-event-pageXY-expected.txt.
* fast/events/touch/zoomed-touch-event-pageXY.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/events/touch/zoomed-touch-event-pageXY.html.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/ios/fast/events/touch/script-tests/TEMPLATE.html: Removed.
* platform/mac/TestExpectations:
2015-08-05 Simon Fraser <simon.fraser@apple.com>
Remove non-existant tests from iOS TestExpectations files.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-08-05 Brent Fulgham <bfulgham@apple.com>
Mark failing scrolling test.
* platform/mac/TestExpectations:
2015-08-05 Brent Fulgham <bfulgham@apple.com>
Unreviewed test gardening.
Skip new latched scrolling test on WK1 due to timeout. Check in some minor clean-ups in
the test based on feedback from Antti and others:
* platform/mac/TestExpectations:
* platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe.html:
2015-08-05 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Improve Support for PropertyName Iterator (Reflect.enumerate) in Inspector
https://bugs.webkit.org/show_bug.cgi?id=147679
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
2015-08-04 Simon Fraser <simon.fraser@apple.com>
Put Yosemite mac editing results in the correct location.
* platform/mac-yosemite/editing/mac/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/anchor-element-expected.txt.
* platform/mac-yosemite/editing/mac/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/basic-expected.txt.
* platform/mac-yosemite/editing/mac/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/font-size-expected.txt.
* platform/mac-yosemite/editing/mac/attributed-string/font-style-variant-effect-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
* platform/mac-yosemite/editing/mac/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/font-weight-expected.txt.
* platform/mac-yosemite/editing/mac/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/letter-spacing-expected.txt.
* platform/mac-yosemite/editing/mac/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/text-decorations-expected.txt.
* platform/mac-yosemite/editing/mac/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/editing/mac/editing/attributed-string/vertical-align-expected.txt.
2015-08-04 Simon Fraser <simon.fraser@apple.com>
Move some Windows results for Mac editing tests (confused? I am) to the right places.
* platform/win/editing/mac/input/devanagari-ligature-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/input/devanagari-ligature-expected.txt.
* platform/win/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt.
* platform/win/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt.
* platform/win/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt.
2015-08-04 Simon Fraser <simon.fraser@apple.com>
Move Mavericks and Yosemite editing/mac results into the right place.
* platform/mac-mavericks/editing/mac/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/anchor-element-expected.txt.
* platform/mac-mavericks/editing/mac/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/basic-expected.txt.
* platform/mac-mavericks/editing/mac/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/font-size-expected.txt.
* platform/mac-mavericks/editing/mac/attributed-string/font-style-variant-effect-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
* platform/mac-mavericks/editing/mac/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/font-weight-expected.txt.
* platform/mac-mavericks/editing/mac/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/letter-spacing-expected.txt.
* platform/mac-mavericks/editing/mac/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/text-decorations-expected.txt.
* platform/mac-mavericks/editing/mac/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/attributed-string/vertical-align-expected.txt.
* platform/mac-mavericks/editing/mac/input/devanagari-ligature-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/input/devanagari-ligature-expected.txt.
* platform/mac-mavericks/editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt.
* platform/mac-mavericks/editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt.
* platform/mac-mavericks/editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt.
* platform/mac-yosemite/editing/mac/editing/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/anchor-element-expected.txt.
* platform/mac-yosemite/editing/mac/editing/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/basic-expected.txt.
* platform/mac-yosemite/editing/mac/editing/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/font-size-expected.txt.
* platform/mac-yosemite/editing/mac/editing/attributed-string/font-style-variant-effect-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
* platform/mac-yosemite/editing/mac/editing/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/font-weight-expected.txt.
* platform/mac-yosemite/editing/mac/editing/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/letter-spacing-expected.txt.
* platform/mac-yosemite/editing/mac/editing/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/text-decorations-expected.txt.
* platform/mac-yosemite/editing/mac/editing/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac-yosemite/platform/mac/editing/attributed-string/vertical-align-expected.txt.
2015-08-04 Doug Russell <d_russell@apple.com>
AX: tree item children returned from ranged getter are different from full array of children
https://bugs.webkit.org/show_bug.cgi?id=147660
Add an isTreeItem() check in ranged element getter so that it matches the logic in
the getter for the full children array. This prevents returning a row as a child
when only the rows contents should be returned. This prevents navigation issues on
websites without aria outlines.
Reviewed by Chris Fleizach.
* accessibility/mac/aria-tree-item-children-expected.txt: Added.
* accessibility/mac/aria-tree-item-children.html: Added.
2015-08-04 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] Editing tests have been broken since r186694
https://bugs.webkit.org/show_bug.cgi?id=146888
Reviewed by Brent Fulgham.
Unskip the failure tests related with r186694.
* platform/efl/TestExpectations:
2015-08-04 Alexey Proskuryakov <ap@apple.com>
El Capitan test result gardening.
Update for a font change.
* platform/mac-yosemite/fast/text/crash-complex-text-surrogate-expected.txt: Copied from LayoutTests/platform/mac/fast/text/crash-complex-text-surrogate-expected.txt.
* platform/mac/fast/text/crash-complex-text-surrogate-expected.txt:
2015-08-04 Simon Fraser <simon.fraser@apple.com>
Move platform/mac/editing tests to editing/mac
* TestExpectations:
* editing/mac/attributed-string/anchor-element-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/anchor-element-expected.txt.
* editing/mac/attributed-string/anchor-element.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/anchor-element.html.
* editing/mac/attributed-string/basic-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/basic-expected.txt.
* editing/mac/attributed-string/basic.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/basic.html.
* editing/mac/attributed-string/font-size-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-size-expected.txt.
* editing/mac/attributed-string/font-size.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-size.html.
* editing/mac/attributed-string/font-style-variant-effect-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
* editing/mac/attributed-string/font-style-variant-effect.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-style-variant-effect.html.
* editing/mac/attributed-string/font-weight-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-weight-expected.txt.
* editing/mac/attributed-string/font-weight.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/font-weight.html.
* editing/mac/attributed-string/letter-spacing-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/letter-spacing-expected.txt.
* editing/mac/attributed-string/letter-spacing.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/letter-spacing.html.
* editing/mac/attributed-string/resources/dump-attributed-string.js: Renamed from LayoutTests/platform/mac/editing/attributed-string/resources/dump-attributed-string.js.
(.):
* editing/mac/attributed-string/text-decorations-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/text-decorations-expected.txt.
* editing/mac/attributed-string/text-decorations.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/text-decorations.html.
* editing/mac/attributed-string/vertical-align-expected.txt: Renamed from LayoutTests/platform/mac/editing/attributed-string/vertical-align-expected.txt.
* editing/mac/attributed-string/vertical-align.html: Renamed from LayoutTests/platform/mac/editing/attributed-string/vertical-align.html.
* editing/mac/deleting/backward-delete-expected.txt: Renamed from LayoutTests/platform/mac/editing/deleting/backward-delete-expected.txt.
* editing/mac/deleting/backward-delete.html: Renamed from LayoutTests/platform/mac/editing/deleting/backward-delete.html.
* editing/mac/dictionary-lookup/dictionary-lookup-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-expected.txt.
* editing/mac/dictionary-lookup/dictionary-lookup-input-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-input-expected.txt.
* editing/mac/dictionary-lookup/dictionary-lookup-input.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-input.html.
* editing/mac/dictionary-lookup/dictionary-lookup-inside-selection-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-inside-selection-expected.txt.
* editing/mac/dictionary-lookup/dictionary-lookup-inside-selection.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-inside-selection.html.
* editing/mac/dictionary-lookup/dictionary-lookup-outside-selection-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-outside-selection-expected.txt.
* editing/mac/dictionary-lookup/dictionary-lookup-outside-selection.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-outside-selection.html.
* editing/mac/dictionary-lookup/dictionary-lookup-rtl-expected.txt: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-rtl-expected.txt.
* editing/mac/dictionary-lookup/dictionary-lookup-rtl.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup-rtl.html.
* editing/mac/dictionary-lookup/dictionary-lookup.html: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/dictionary-lookup.html.
* editing/mac/dictionary-lookup/resources/lookup-test.js: Renamed from LayoutTests/platform/mac/editing/dictionary-lookup/lookup-test.js.
(runTest):
* editing/mac/input/5576619-expected.png: Renamed from LayoutTests/platform/mac/editing/input/5576619-expected.png.
* editing/mac/input/5576619-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/5576619-expected.txt.
* editing/mac/input/5576619.html: Renamed from LayoutTests/platform/mac/editing/input/5576619.html.
* editing/mac/input/NSBackgroundColor-transparent-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/NSBackgroundColor-transparent-expected.txt.
* editing/mac/input/NSBackgroundColor-transparent.html: Renamed from LayoutTests/platform/mac/editing/input/NSBackgroundColor-transparent.html.
* editing/mac/input/bold-node-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/bold-node-expected.txt.
* editing/mac/input/bold-node.html: Renamed from LayoutTests/platform/mac/editing/input/bold-node.html.
* editing/mac/input/caret-primary-bidi-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/input/caret-primary-bidi-expected.txt.
* editing/mac/input/caret-primary-bidi.html: Renamed from LayoutTests/platform/mac/editing/input/caret-primary-bidi.html.
* editing/mac/input/crash-for-empty-text-alternative-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/crash-for-empty-text-alternative-expected.txt.
* editing/mac/input/crash-for-empty-text-alternative.html: Renamed from LayoutTests/platform/mac/editing/input/crash-for-empty-text-alternative.html.
* editing/mac/input/devanagari-ligature-expected.png: Renamed from LayoutTests/platform/mac/editing/input/devanagari-ligature-expected.png.
* editing/mac/input/devanagari-ligature-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/devanagari-ligature-expected.txt.
* editing/mac/input/devanagari-ligature.html: Renamed from LayoutTests/platform/mac/editing/input/devanagari-ligature.html.
* editing/mac/input/edit-dictated-text-with-alternative-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/edit-dictated-text-with-alternative-expected.txt.
* editing/mac/input/edit-dictated-text-with-alternative.html: Renamed from LayoutTests/platform/mac/editing/input/edit-dictated-text-with-alternative.html.
* editing/mac/input/firstrectforcharacterrange-caret-in-br-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-caret-in-br-expected.txt.
* editing/mac/input/firstrectforcharacterrange-caret-in-br.html: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-caret-in-br.html.
* editing/mac/input/firstrectforcharacterrange-plain-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-plain-expected.txt.
* editing/mac/input/firstrectforcharacterrange-plain.html: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-plain.html.
* editing/mac/input/firstrectforcharacterrange-styled-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt.
* editing/mac/input/firstrectforcharacterrange-styled.html: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-styled.html.
* editing/mac/input/firstrectforcharacterrange-vertical-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-vertical-expected.txt.
* editing/mac/input/firstrectforcharacterrange-vertical.html: Renamed from LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-vertical.html.
* editing/mac/input/hangul-enter-confirms-and-sends-keypress-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress-expected.txt.
* editing/mac/input/hangul-enter-confirms-and-sends-keypress.html: Renamed from LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html.
* editing/mac/input/insert-delete-smp-symbol-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/insert-delete-smp-symbol-expected.txt.
* editing/mac/input/insert-delete-smp-symbol.html: Renamed from LayoutTests/platform/mac/editing/input/insert-delete-smp-symbol.html.
* editing/mac/input/insert-dictated-text-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/insert-dictated-text-expected.txt.
* editing/mac/input/insert-dictated-text.html: Renamed from LayoutTests/platform/mac/editing/input/insert-dictated-text.html.
* editing/mac/input/kotoeri-enter-to-confirm-and-newline-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline-expected.txt.
* editing/mac/input/kotoeri-enter-to-confirm-and-newline.html: Renamed from LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html.
* editing/mac/input/maxlength-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/maxlength-expected.txt.
* editing/mac/input/maxlength.html: Renamed from LayoutTests/platform/mac/editing/input/maxlength.html.
* editing/mac/input/range-for-empty-document-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/range-for-empty-document-expected.txt.
* editing/mac/input/range-for-empty-document.html: Renamed from LayoutTests/platform/mac/editing/input/range-for-empty-document.html.
* editing/mac/input/replace-invalid-range-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/replace-invalid-range-expected.txt.
* editing/mac/input/replace-invalid-range.html: Renamed from LayoutTests/platform/mac/editing/input/replace-invalid-range.html.
* editing/mac/input/resources/first-page.html: Renamed from LayoutTests/platform/mac/editing/input/resources/first-page.html.
* editing/mac/input/resources/hangul.js: Renamed from LayoutTests/platform/mac/editing/input/hangul.js.
(hangul):
* editing/mac/input/resources/kotoeri.js: Renamed from LayoutTests/platform/mac/editing/input/kotoeri.js.
(kotoeri):
* editing/mac/input/resources/logger.js: Renamed from LayoutTests/platform/mac/editing/input/logger.js.
(log):
* editing/mac/input/resources/other-page.html: Renamed from LayoutTests/platform/mac/editing/input/resources/other-page.html.
* editing/mac/input/secure-input-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/secure-input-expected.txt.
* editing/mac/input/secure-input.html: Renamed from LayoutTests/platform/mac/editing/input/secure-input.html.
* editing/mac/input/selected-composed-text-painting-expected.html: Renamed from LayoutTests/platform/mac/editing/input/selected-composed-text-painting-expected.html.
* editing/mac/input/selected-composed-text-painting.html: Renamed from LayoutTests/platform/mac/editing/input/selected-composed-text-painting.html.
* editing/mac/input/selection-change-closes-typing-2-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/selection-change-closes-typing-2-expected.txt.
* editing/mac/input/selection-change-closes-typing-2.html: Renamed from LayoutTests/platform/mac/editing/input/selection-change-closes-typing-2.html.
* editing/mac/input/selection-change-closes-typing-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/selection-change-closes-typing-expected.txt.
* editing/mac/input/selection-change-closes-typing.html: Renamed from LayoutTests/platform/mac/editing/input/selection-change-closes-typing.html.
* editing/mac/input/text-control-ime-input-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/text-control-ime-input-expected.txt.
* editing/mac/input/text-control-ime-input.html: Renamed from LayoutTests/platform/mac/editing/input/text-control-ime-input.html.
* editing/mac/input/text-input-controller-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/text-input-controller-expected.txt.
* editing/mac/input/text-input-controller.html: Renamed from LayoutTests/platform/mac/editing/input/text-input-controller.html.
* editing/mac/input/unconfirmed-text-navigation-with-page-cache-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache-expected.txt.
* editing/mac/input/unconfirmed-text-navigation-with-page-cache.html: Renamed from LayoutTests/platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache.html.
* editing/mac/input/undo-grouping-on-text-insertion-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/undo-grouping-on-text-insertion-expected.txt.
* editing/mac/input/undo-grouping-on-text-insertion.html: Renamed from LayoutTests/platform/mac/editing/input/undo-grouping-on-text-insertion.html.
* editing/mac/input/wrapped-line-char-rect-expected.txt: Renamed from LayoutTests/platform/mac/editing/input/wrapped-line-char-rect-expected.txt.
* editing/mac/input/wrapped-line-char-rect.html: Renamed from LayoutTests/platform/mac/editing/input/wrapped-line-char-rect.html.
* editing/mac/pasteboard/5583362-expected.png: Renamed from LayoutTests/platform/mac/editing/pasteboard/5583362-expected.png.
* editing/mac/pasteboard/5583362-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/5583362-expected.txt.
* editing/mac/pasteboard/5583362.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/5583362.html.
* editing/mac/pasteboard/dataTransfer-set-data-file-url-expected.png: Renamed from LayoutTests/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png.
* editing/mac/pasteboard/dataTransfer-set-data-file-url-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.txt.
* editing/mac/pasteboard/dataTransfer-set-data-file-url.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html.
* editing/mac/pasteboard/drag-selections-to-contenteditable-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/drag-selections-to-contenteditable-expected.txt.
* editing/mac/pasteboard/drag-selections-to-contenteditable.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/drag-selections-to-contenteditable.html.
* editing/mac/pasteboard/paste-and-match-style-selector-event-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/paste-and-match-style-selector-event-expected.txt.
* editing/mac/pasteboard/paste-and-match-style-selector-event.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/paste-and-match-style-selector-event.html.
* editing/mac/pasteboard/text-precomposed-expected.txt: Renamed from LayoutTests/platform/mac/editing/pasteboard/text-precomposed-expected.txt.
* editing/mac/pasteboard/text-precomposed.html: Renamed from LayoutTests/platform/mac/editing/pasteboard/text-precomposed.html.
* editing/mac/selection/25228-expected.png: Renamed from LayoutTests/platform/mac/editing/selection/25228-expected.png.
* editing/mac/selection/25228-expected.txt: Renamed from LayoutTests/platform/mac/editing/selection/25228-expected.txt.
* editing/mac/selection/25228.html: Renamed from LayoutTests/platform/mac/editing/selection/25228.html.
* editing/mac/selection/context-menu-select-editability-expected.txt: Renamed from LayoutTests/platform/mac/editing/selection/context-menu-select-editability-expected.txt.
* editing/mac/selection/context-menu-select-editability.html: Renamed from LayoutTests/platform/mac/editing/selection/context-menu-select-editability.html.
* editing/mac/selection/doubleclick-should-not-expand-across-lines-expected.txt: Renamed from LayoutTests/platform/mac/editing/selection/doubleclick-should-not-expand-across-lines-expected.txt.
* editing/mac/selection/doubleclick-should-not-expand-across-lines.html: Renamed from LayoutTests/platform/mac/editing/selection/doubleclick-should-not-expand-across-lines.html.
* editing/mac/selection/script-tests/TEMPLATE.html: Renamed from LayoutTests/platform/mac/editing/selection/script-tests/TEMPLATE.html.
* editing/mac/selection/script-tests/doubleclick-should-not-expand-across-lines.js: Renamed from LayoutTests/platform/mac/editing/selection/script-tests/doubleclick-should-not-expand-across-lines.js.
(description.doubleClickOnElement):
(doubleClickAt):
(selectionShouldBe):
* editing/mac/selection/word-thai-expected.txt: Renamed from LayoutTests/platform/mac/editing/selection/word-thai-expected.txt.
* editing/mac/selection/word-thai.html: Renamed from LayoutTests/platform/mac/editing/selection/word-thai.html.
* editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png.
* editing/mac/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt.
* editing/mac/spelling/autocorrection-at-beginning-of-word-1.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1.html.
* editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png.
* editing/mac/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt.
* editing/mac/spelling/autocorrection-at-beginning-of-word-2.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2.html.
* editing/mac/spelling/autocorrection-blockquote-crash-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt.
* editing/mac/spelling/autocorrection-blockquote-crash.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-blockquote-crash.html.
* editing/mac/spelling/autocorrection-contraction-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-contraction-expected.png.
* editing/mac/spelling/autocorrection-contraction-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-contraction-expected.txt.
* editing/mac/spelling/autocorrection-contraction.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-contraction.html.
* editing/mac/spelling/autocorrection-delete-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-delete-expected.png.
* editing/mac/spelling/autocorrection-delete-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-delete-expected.txt.
* editing/mac/spelling/autocorrection-delete.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-delete.html.
* editing/mac/spelling/autocorrection-in-textarea-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt.
* editing/mac/spelling/autocorrection-in-textarea.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-in-textarea.html.
* editing/mac/spelling/autocorrection-removing-underline-after-paste-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.png.
* editing/mac/spelling/autocorrection-removing-underline-after-paste-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt.
* editing/mac/spelling/autocorrection-removing-underline-after-paste.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html.
* editing/mac/spelling/autocorrection-removing-underline-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-expected.png.
* editing/mac/spelling/autocorrection-removing-underline-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt.
* editing/mac/spelling/autocorrection-removing-underline.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-removing-underline.html.
* editing/mac/spelling/autocorrection-respets-undo-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-respets-undo-expected.txt.
* editing/mac/spelling/autocorrection-respets-undo.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-respets-undo.html.
* editing/mac/spelling/autocorrection-simple-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-simple-expected.png.
* editing/mac/spelling/autocorrection-simple-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-simple-expected.txt.
* editing/mac/spelling/autocorrection-simple.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-simple.html.
* editing/mac/spelling/autocorrection-with-multi-line-text-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-with-multi-line-text-expected.txt.
* editing/mac/spelling/autocorrection-with-multi-line-text.html: Renamed from LayoutTests/platform/mac/editing/spelling/autocorrection-with-multi-line-text.html.
* editing/mac/spelling/click-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/click-autocorrected-word-expected.png.
* editing/mac/spelling/click-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/click-autocorrected-word-expected.txt.
* editing/mac/spelling/click-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/click-autocorrected-word.html.
* editing/mac/spelling/delete-autocorrected-word-1-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png.
* editing/mac/spelling/delete-autocorrected-word-1-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt.
* editing/mac/spelling/delete-autocorrected-word-1.html: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-1.html.
* editing/mac/spelling/delete-autocorrected-word-2-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.png.
* editing/mac/spelling/delete-autocorrected-word-2-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt.
* editing/mac/spelling/delete-autocorrected-word-2.html: Renamed from LayoutTests/platform/mac/editing/spelling/delete-autocorrected-word-2.html.
* editing/mac/spelling/delete-into-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png.
* editing/mac/spelling/delete-into-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/delete-into-autocorrected-word-expected.txt.
* editing/mac/spelling/delete-into-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/delete-into-autocorrected-word.html.
* editing/mac/spelling/editing-word-with-marker-1-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/editing-word-with-marker-1-expected.txt.
* editing/mac/spelling/editing-word-with-marker-1.html: Renamed from LayoutTests/platform/mac/editing/spelling/editing-word-with-marker-1.html.
* editing/mac/spelling/forward-delete-into-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.png.
* editing/mac/spelling/forward-delete-into-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.txt.
* editing/mac/spelling/forward-delete-into-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/forward-delete-into-autocorrected-word.html.
* editing/mac/spelling/move-cursor-to-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.png.
* editing/mac/spelling/move-cursor-to-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.txt.
* editing/mac/spelling/move-cursor-to-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-autocorrected-word.html.
* editing/mac/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png.
* editing/mac/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt.
* editing/mac/spelling/move-cursor-to-beginning-of-autocorrected-word.html: Renamed from LayoutTests/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word.html.
* editing/mac/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt: Renamed from LayoutTests/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt.
* editing/mac/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html: Renamed from LayoutTests/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html.
* platform/mac-wk2/TestExpectations:
* platform/mac-wk2/editing/mac/spelling/autocorrection-contraction-expected.png: Renamed from LayoutTests/platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.png.
* platform/mac-wk2/editing/mac/spelling/autocorrection-contraction-expected.txt: Renamed from LayoutTests/platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.txt.
* platform/mac/TestExpectations:
* platform/mac/editing/input/caret-primary-bidi-expected.txt: Removed.
* platform/win/editing/mac/spelling/autocorrection-contraction-expected.txt: Renamed from LayoutTests/platform/win/platform/mac/editing/spelling/autocorrection-contraction-expected.txt.
* platform/wk2/TestExpectations:
2015-08-04 Brent Fulgham <bfulgham@apple.com>
REGRESSION (r173784): [Mac] Correct latching error for non-scrollable iframe nested inside scrollable div.
https://bugs.webkit.org/show_bug.cgi?id=147668
<rdar://problem/21870332>
Reviewed by Simon Fraser.
* platform/mac/fast/scrolling/resources/background.html: Added.
* platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe-expected.txt: Added.
* platform/mac/fast/scrolling/scroll-div-with-nested-nonscrollable-iframe.html: Added.
2015-08-04 Chris Dumez <cdumez@apple.com>
Subframes with no current HistoryItem should not prevent page-caching
https://bugs.webkit.org/show_bug.cgi?id=147649
<rdar://problem/21614832>
Reviewed by Andreas Kling.
Add a layout test that covers page-caching of a page that contains an
iframe with no current HistoryItem. The sub-frame has no current
HistoryItem because its URL is invalid: "http://".
* http/tests/navigation/page-cache-iframe-no-current-historyItem-expected.txt: Added.
* http/tests/navigation/page-cache-iframe-no-current-historyItem.html: Added.
New test.
* platform/mac-wk1/TestExpectations:
Skip the new test on Mac WK1. The page is still not cacheable on Mac WK1
because WebFrameLoaderClient::canCachePage() returns false if the frame
does not contain HTML at the moment.
2015-08-04 Simon Fraser <simon.fraser@apple.com>
Fix script paths in these tests.
* tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash.html:
* tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash.html:
* tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash.html:
2015-08-04 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Marked appcache test as flakey.
I was unable to reduce flakiness of this in an acceptable fashion,
just mark it as pass/fail.
* TestExpectations:
2015-08-04 Simon Fraser <simon.fraser@apple.com>
Move platform/mac-wk2/tiled-drawing to tiled-drawing/
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* tiled-drawing/background-transparency-toggle-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/background-transparency-toggle-expected.txt.
* tiled-drawing/background-transparency-toggle.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/background-transparency-toggle.html.
* tiled-drawing/crash-reloading-with-position-fixed-content-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/crash-reloading-with-position-fixed-content-expected.txt.
* tiled-drawing/crash-reloading-with-position-fixed-content.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/crash-reloading-with-position-fixed-content.html.
* tiled-drawing/fixed-background-scroll-repaint-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background-scroll-repaint-expected.txt.
* tiled-drawing/fixed-background-scroll-repaint.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-background-scroll-repaint.html.
* tiled-drawing/fixed-layout-size-fixed-attachment-cover-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-cover-expected.html.
* tiled-drawing/fixed-layout-size-fixed-attachment-cover.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-cover.html.
* tiled-drawing/fixed-layout-size-fixed-attachment-local-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-local-expected.html.
* tiled-drawing/fixed-layout-size-fixed-attachment-local.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-local.html.
* tiled-drawing/header-and-footer-hit-testing-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-expected.txt.
* tiled-drawing/header-and-footer-hit-testing-in-frame-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-in-frame-expected.txt.
* tiled-drawing/header-and-footer-hit-testing-in-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-in-frame.html.
* tiled-drawing/header-and-footer-hit-testing-with-page-scale-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale-expected.txt.
* tiled-drawing/header-and-footer-hit-testing-with-page-scale.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale.html.
* tiled-drawing/header-and-footer-hit-testing.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing.html.
* tiled-drawing/resources/bordered-image.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/bordered-image.png.
* tiled-drawing/resources/go-back.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/go-back.html.
* tiled-drawing/resources/green-blue.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/green-blue.png.
* tiled-drawing/resources/green.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/green.png.
* tiled-drawing/resources/greenbox.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/greenbox.png.
* tiled-drawing/resources/iframe-to-hit-test.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/iframe-to-hit-test.html.
* tiled-drawing/resources/scroll-and-load-page.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/resources/scroll-and-load-page.html.
* tiled-drawing/scrolling/clamp-out-of-bounds-scrolls-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/clamp-out-of-bounds-scrolls-expected.txt.
* tiled-drawing/scrolling/clamp-out-of-bounds-scrolls.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/clamp-out-of-bounds-scrolls.html.
* tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt.
* tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt.
* tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler.html.
* tiled-drawing/scrolling/fast-scroll-div-latched-div.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div.html.
* tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt.
* tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt.
* tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler.html.
* tiled-drawing/scrolling/fast-scroll-div-latched-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe.html.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler.html.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe.html.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler.html.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe.html.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-select-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-select-expected.txt.
* tiled-drawing/scrolling/fast-scroll-iframe-latched-select.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-select.html.
* tiled-drawing/scrolling/fast-scroll-mainframe-zoom-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom-expected.txt.
* tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html.
* tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt.
* tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt.
* tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler.html.
* tiled-drawing/scrolling/fast-scroll-select-latched-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe.html.
* tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt.
* tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt.
* tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler.html.
* tiled-drawing/scrolling/fast-scroll-select-latched-select.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select.html.
* tiled-drawing/scrolling/fixed-background/fixed-background-composited-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-expected.html.
* tiled-drawing/scrolling/fixed-background/fixed-background-composited.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited.html.
* tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed-expected.html.
* tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-negative-z-index-fixed.html.
* tiled-drawing/scrolling/fixed-background/fixed-background-no-image-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-no-image-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-background-no-image.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-no-image.html.
* tiled-drawing/scrolling/fixed-background/fixed-background-removal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-background-removal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal.html.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.png.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer.html.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.png.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.png.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity.html.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.png.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned.html.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.png.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed.html.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.png.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed.html.
* tiled-drawing/scrolling/fixed-background/fixed-body-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background.html.
* tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.png.
* tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-html-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background.html.
* tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.png.
* tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.txt.
* tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background.html.
* tiled-drawing/scrolling/fixed/absolute-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-fixed-expected.txt.
* tiled-drawing/scrolling/fixed/absolute-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-fixed.html.
* tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed-expected.txt.
* tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/absolute-inside-out-of-view-fixed.html.
* tiled-drawing/scrolling/fixed/fixed-in-overflow-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-in-overflow-expected.txt.
* tiled-drawing/scrolling/fixed/fixed-in-overflow.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-in-overflow.html.
* tiled-drawing/scrolling/fixed/fixed-position-out-of-view-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view-expected.txt.
* tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex-expected.txt.
* tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view-negative-zindex.html.
* tiled-drawing/scrolling/fixed/fixed-position-out-of-view.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/fixed-position-out-of-view.html.
* tiled-drawing/scrolling/fixed/four-bars-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-expected.txt.
* tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer-expected.txt.
* tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-with-header-and-footer.html.
* tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt.
* tiled-drawing/scrolling/fixed/four-bars-zoomed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed.html.
* tiled-drawing/scrolling/fixed/four-bars.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars.html.
* tiled-drawing/scrolling/fixed/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset-expected.txt.
* tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view-expected.txt.
* tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset-in-view.html.
* tiled-drawing/scrolling/fixed/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/negative-scroll-offset.html.
* tiled-drawing/scrolling/fixed/nested-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/nested-fixed-expected.txt.
* tiled-drawing/scrolling/fixed/nested-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/nested-fixed.html.
* tiled-drawing/scrolling/fixed/percentage-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/percentage-inside-fixed-expected.txt.
* tiled-drawing/scrolling/fixed/percentage-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed/percentage-inside-fixed.html.
* tiled-drawing/scrolling/frames/coordinated-frame-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt.
* tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor-expected.txt.
* tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html.
* tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt.
* tiled-drawing/scrolling/frames/coordinated-frame-in-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed.html.
* tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor-expected.txt.
* tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html.
* tiled-drawing/scrolling/frames/coordinated-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame.html.
* tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt.
* tiled-drawing/scrolling/frames/fixed-inside-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame.html.
* tiled-drawing/scrolling/frames/frameset-frame-scrollability-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-frame-scrollability-expected.txt.
* tiled-drawing/scrolling/frames/frameset-frame-scrollability.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-frame-scrollability.html.
* tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability-expected.txt.
* tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-nested-frame-scrollability.html.
* tiled-drawing/scrolling/frames/orphaned-subtree-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/orphaned-subtree-expected.txt.
* tiled-drawing/scrolling/frames/orphaned-subtree.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/orphaned-subtree.html.
* tiled-drawing/scrolling/frames/remove-coordinated-frame-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/remove-coordinated-frame-expected.txt.
* tiled-drawing/scrolling/frames/remove-coordinated-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/remove-coordinated-frame.html.
* tiled-drawing/scrolling/frames/resources/autoscrolling-frame-with-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/autoscrolling-frame-with-fixed.html.
* tiled-drawing/scrolling/frames/resources/doc-with-sticky.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/doc-with-sticky.html.
* tiled-drawing/scrolling/frames/resources/frameset-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/frameset-frame.html.
* tiled-drawing/scrolling/frames/resources/layouting-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/layouting-frame.html.
* tiled-drawing/scrolling/frames/resources/leaf-frame.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/leaf-frame.html.
* tiled-drawing/scrolling/frames/resources/scrollable-page.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/scrollable-page.html.
* tiled-drawing/scrolling/frames/resources/subframe-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/resources/subframe-inside-fixed.html.
* tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt.
* tiled-drawing/scrolling/frames/scroll-region-after-frame-layout.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout.html.
* tiled-drawing/scrolling/iframe_in_iframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/iframe_in_iframe-expected.txt.
* tiled-drawing/scrolling/iframe_in_iframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/iframe_in_iframe.html.
* tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash-expected.txt.
* tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash.html.
* tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt.
* tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash.html.
* tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt.
* tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash.html.
* tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt.
* tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash.html.
* tiled-drawing/scrolling/non-fast-region/handlers-in-iframes-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes-expected.txt.
* tiled-drawing/scrolling/non-fast-region/handlers-in-iframes.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes.html.
* tiled-drawing/scrolling/non-fast-region/resources/gain-wheel-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/gain-wheel-handler.html.
* tiled-drawing/scrolling/non-fast-region/resources/lose-wheel-handler.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/lose-wheel-handler.html.
* tiled-drawing/scrolling/non-fast-region/resources/wheel-handler-region-helper.js: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/wheel-handler-region-helper.js.
(rectsAsString):
(dumpRegion):
* tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt.
* tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt.
* tiled-drawing/scrolling/non-fast-region/top-content-inset-header.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header.html.
* tiled-drawing/scrolling/non-fast-region/top-content-inset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset.html.
* tiled-drawing/scrolling/non-fast-region/wheel-event-plugin-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin-expected.txt.
* tiled-drawing/scrolling/non-fast-region/wheel-event-plugin.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin.html.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child.html.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns-expected.txt.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns.html.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll-expected.txt.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-overflow-scroll.html.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region-expected.txt.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region.html.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed.html.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document-expected.txt.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document.html.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed.html.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic-expected.txt.
* tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic.html.
* tiled-drawing/scrolling/null-parent-back-crash-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/null-parent-back-crash-expected.txt.
* tiled-drawing/scrolling/null-parent-back-crash.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/null-parent-back-crash.html.
* tiled-drawing/scrolling/overflow-scroll-reduced-content-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-reduced-content-expected.txt.
* tiled-drawing/scrolling/overflow-scroll-reduced-content.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-reduced-content.html.
* tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events-expected.txt.
* tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events.html.
* tiled-drawing/scrolling/resources/inner_content.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/resources/inner_content.html.
* tiled-drawing/scrolling/resources/select_iframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/resources/select_iframe.html.
* tiled-drawing/scrolling/resources/testContent.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/resources/testContent.html.
* tiled-drawing/scrolling/resources/testImage.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/resources/testImage.png.
* tiled-drawing/scrolling/root-overflow-with-mousewheel-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/root-overflow-with-mousewheel-expected.txt.
* tiled-drawing/scrolling/root-overflow-with-mousewheel.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/root-overflow-with-mousewheel.html.
* tiled-drawing/scrolling/scroll-snap/resources/horizontal-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources/horizontal-mainframe.html.
* tiled-drawing/scrolling/scroll-snap/resources/vertical-mainframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources/vertical-mainframe.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated-expected.txt.
* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html.
* tiled-drawing/scrolling/scrolling-tree-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-after-scroll-expected.txt.
* tiled-drawing/scrolling/scrolling-tree-after-scroll.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-after-scroll.html.
* tiled-drawing/scrolling/scrolling-tree-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-slow-scrolling-expected.txt.
* tiled-drawing/scrolling/scrolling-tree-slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/scrolling-tree-slow-scrolling.html.
* tiled-drawing/scrolling/slow-scrolling-background-toggle-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle-expected.txt.
* tiled-drawing/scrolling/slow-scrolling-background-toggle.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle.html.
* tiled-drawing/scrolling/slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-expected.txt.
* tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle-expected.txt.
* tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle.html.
* tiled-drawing/scrolling/slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling.html.
* tiled-drawing/scrolling/stateless-scrolling-no-rubber-band-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/stateless-scrolling-no-rubber-band-expected.txt.
* tiled-drawing/scrolling/stateless-scrolling-no-rubber-band.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/stateless-scrolling-no-rubber-band.html.
* tiled-drawing/scrolling/sticky/negative-scroll-offset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/negative-scroll-offset-expected.txt.
* tiled-drawing/scrolling/sticky/negative-scroll-offset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/negative-scroll-offset.html.
* tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt.
* tiled-drawing/scrolling/sticky/sticky-horizontal.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal.html.
* tiled-drawing/scrolling/sticky/sticky-layers-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-layers-expected.txt.
* tiled-drawing/scrolling/sticky/sticky-layers.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-layers.html.
* tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt.
* tiled-drawing/scrolling/sticky/sticky-vertical.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical.html.
* tiled-drawing/scrolling/wheel-events-with-no-delta-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/wheel-events-with-no-delta-expected.txt.
* tiled-drawing/scrolling/wheel-events-with-no-delta.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/wheel-events-with-no-delta.html.
* tiled-drawing/simple-document-with-margin-tiles-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt.
* tiled-drawing/simple-document-with-margin-tiles.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles.html.
* tiled-drawing/tile-coverage-after-scroll-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt.
* tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt.
* tiled-drawing/tile-coverage-after-scroll-speculative.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative.html.
* tiled-drawing/tile-coverage-after-scroll.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll.html.
* tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt.
* tiled-drawing/tile-coverage-scroll-to-bottom.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom.html.
* tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt.
* tiled-drawing/tile-coverage-slow-scrolling.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling.html.
* tiled-drawing/tile-coverage-speculative-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt.
* tiled-drawing/tile-coverage-speculative.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-coverage-speculative.html.
* tiled-drawing/tile-size-slow-zoomed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt.
* tiled-drawing/tile-size-slow-zoomed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed.html.
* tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt.
* tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration.html.
* tiled-drawing/tiled-drawing-zoom-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt.
* tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt.
* tiled-drawing/tiled-drawing-zoom-scrolled.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html.
* tiled-drawing/tiled-drawing-zoom.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html.
* tiled-drawing/toggle-to-fixed-background-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/toggle-to-fixed-background-expected.txt.
* tiled-drawing/toggle-to-fixed-background.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/toggle-to-fixed-background.html.
* tiled-drawing/top-content-inset-fixed-attachment-body-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-body-expected.html.
* tiled-drawing/top-content-inset-fixed-attachment-body.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-body.html.
* tiled-drawing/top-content-inset-fixed-attachment-cover-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover-expected.html.
* tiled-drawing/top-content-inset-fixed-attachment-cover-local-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover-local-expected.html.
* tiled-drawing/top-content-inset-fixed-attachment-cover-local.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover-local.html.
* tiled-drawing/top-content-inset-fixed-attachment-cover.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover.html.
* tiled-drawing/top-content-inset-fixed-attachment-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-expected.html.
* tiled-drawing/top-content-inset-fixed-attachment-local-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-local-expected.html.
* tiled-drawing/top-content-inset-fixed-attachment-local.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-local.html.
* tiled-drawing/top-content-inset-fixed-attachment-positioned-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-positioned-expected.html.
* tiled-drawing/top-content-inset-fixed-attachment-positioned.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-positioned.html.
* tiled-drawing/top-content-inset-fixed-attachment.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment.html.
* tiled-drawing/use-tiled-drawing-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt.
* tiled-drawing/use-tiled-drawing.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/use-tiled-drawing.html.
* tiled-drawing/visible-rect-content-inset-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/visible-rect-content-inset-expected.txt.
* tiled-drawing/visible-rect-content-inset.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/visible-rect-content-inset.html.
* tiled-drawing/window-server-snapshots-work-expected-mismatch.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/window-server-snapshots-work-expected-mismatch.html.
* tiled-drawing/window-server-snapshots-work.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/window-server-snapshots-work.html.
2015-08-04 Simon Fraser <simon.fraser@apple.com>
Move /platform/ios-simulator/accessibility tests to accessibility/ios-simulator/
* TestExpectations:
* accessibility/ios-simulator/accessibility-aria-table-children-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-aria-table-children-expected.txt.
* accessibility/ios-simulator/accessibility-aria-table-children.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-aria-table-children.html.
* accessibility/ios-simulator/accessibility-crash-in-axcontainer-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-crash-in-axcontainer-expected.txt.
* accessibility/ios-simulator/accessibility-crash-in-axcontainer.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-crash-in-axcontainer.html.
* accessibility/ios-simulator/accessibility-hint-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-hint-expected.txt.
* accessibility/ios-simulator/accessibility-hint.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/accessibility-hint.html.
* accessibility/ios-simulator/aria-label-with-internal-text-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/aria-label-with-internal-text-expected.txt.
* accessibility/ios-simulator/aria-label-with-internal-text.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/aria-label-with-internal-text.html.
* accessibility/ios-simulator/aria-pressed-state-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/aria-pressed-state-expected.txt.
* accessibility/ios-simulator/aria-pressed-state.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/aria-pressed-state.html.
* accessibility/ios-simulator/centerpoint-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/centerpoint-expected.txt.
* accessibility/ios-simulator/centerpoint.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/centerpoint.html.
* accessibility/ios-simulator/disabled-states-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/disabled-states-expected.txt.
* accessibility/ios-simulator/disabled-states.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/disabled-states.html.
* accessibility/ios-simulator/dom-focus-fires-on-correct-element-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/dom-focus-fires-on-correct-element-expected.txt.
* accessibility/ios-simulator/dom-focus-fires-on-correct-element.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/dom-focus-fires-on-correct-element.html.
* accessibility/ios-simulator/element-paths-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/element-paths-expected.txt.
* accessibility/ios-simulator/element-paths.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/element-paths.html.
* accessibility/ios-simulator/file-upload-button-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/file-upload-button-expected.txt.
* accessibility/ios-simulator/file-upload-button.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/file-upload-button.html.
* accessibility/ios-simulator/focus-change-notifications-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/focus-change-notifications-expected.txt.
* accessibility/ios-simulator/focus-change-notifications.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/focus-change-notifications.html.
* accessibility/ios-simulator/header-elements-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/header-elements-expected.txt.
* accessibility/ios-simulator/header-elements.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/header-elements.html.
* accessibility/ios-simulator/identifier-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/identifier-expected.txt.
* accessibility/ios-simulator/identifier.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/identifier.html.
* accessibility/ios-simulator/iframe-access-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/iframe-access-expected.txt.
* accessibility/ios-simulator/iframe-access.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/iframe-access.html.
* accessibility/ios-simulator/internal-link-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/internal-link-expected.txt.
* accessibility/ios-simulator/internal-link.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/internal-link.html.
* accessibility/ios-simulator/landmark-type-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/landmark-type-expected.txt.
* accessibility/ios-simulator/landmark-type.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/landmark-type.html.
* accessibility/ios-simulator/link-with-images-text-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/link-with-images-text-expected.txt.
* accessibility/ios-simulator/link-with-images-text.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/link-with-images-text.html.
* accessibility/ios-simulator/link-with-only-image-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/link-with-only-image-expected.txt.
* accessibility/ios-simulator/link-with-only-image.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/link-with-only-image.html.
* accessibility/ios-simulator/math-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/math-expected.txt.
* accessibility/ios-simulator/math.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/math.html.
* accessibility/ios-simulator/mixed-checkboxes-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/mixed-checkboxes-expected.txt.
* accessibility/ios-simulator/mixed-checkboxes.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/mixed-checkboxes.html.
* accessibility/ios-simulator/no-child-link-header-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/no-child-link-header-expected.txt.
* accessibility/ios-simulator/no-child-link-header.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/no-child-link-header.html.
* accessibility/ios-simulator/non-contiguous-link-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/non-contiguous-link-expected.txt.
* accessibility/ios-simulator/non-contiguous-link.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/non-contiguous-link.html.
* accessibility/ios-simulator/out-of-bounds-child-access-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/out-of-bounds-child-access-expected.txt.
* accessibility/ios-simulator/out-of-bounds-child-access.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/out-of-bounds-child-access.html.
* accessibility/ios-simulator/password-value-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/password-value-expected.txt.
* accessibility/ios-simulator/password-value.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/password-value.html.
* accessibility/ios-simulator/placeholder-value-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/placeholder-value-expected.txt.
* accessibility/ios-simulator/placeholder-value.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/placeholder-value.html.
* accessibility/ios-simulator/popup-button-value-label-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/popup-button-value-label-expected.txt.
* accessibility/ios-simulator/popup-button-value-label.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/popup-button-value-label.html.
* accessibility/ios-simulator/progressbar-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/progressbar-expected.txt.
* accessibility/ios-simulator/progressbar.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/progressbar.html.
* accessibility/ios-simulator/radio-button-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/radio-button-expected.txt.
* accessibility/ios-simulator/radio-button.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/radio-button.html.
* accessibility/ios-simulator/scroll-in-overflow-div-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/scroll-in-overflow-div-expected.txt.
* accessibility/ios-simulator/scroll-in-overflow-div.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/scroll-in-overflow-div.html.
* accessibility/ios-simulator/secure-text-field-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/secure-text-field-expected.txt.
* accessibility/ios-simulator/secure-text-field.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/secure-text-field.html.
* accessibility/ios-simulator/selected-buttons-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/selected-buttons-expected.txt.
* accessibility/ios-simulator/selected-buttons.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/selected-buttons.html.
* accessibility/ios-simulator/selected-text-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/selected-text-expected.txt.
* accessibility/ios-simulator/selected-text.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/selected-text.html.
* accessibility/ios-simulator/spinbutton-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/spinbutton-expected.txt.
* accessibility/ios-simulator/spinbutton.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/spinbutton.html.
* accessibility/ios-simulator/svg-group-element-with-title-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/svg-group-element-with-title-expected.txt.
* accessibility/ios-simulator/svg-group-element-with-title.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/svg-group-element-with-title.html.
* accessibility/ios-simulator/svg-path-crash-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/svg-path-crash-expected.txt.
* accessibility/ios-simulator/svg-path-crash.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/svg-path-crash.html.
* accessibility/ios-simulator/tab-role-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/tab-role-expected.txt.
* accessibility/ios-simulator/tab-role.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/tab-role.html.
* accessibility/ios-simulator/table-cell-for-row-col-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/table-cell-for-row-col-expected.txt.
* accessibility/ios-simulator/table-cell-for-row-col.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/table-cell-for-row-col.html.
* accessibility/ios-simulator/table-cell-ranges-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/table-cell-ranges-expected.txt.
* accessibility/ios-simulator/table-cell-ranges.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/table-cell-ranges.html.
* accessibility/ios-simulator/tables-lists-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/tables-lists-expected.txt.
* accessibility/ios-simulator/tables-lists.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/tables-lists.html.
* accessibility/ios-simulator/text-line-no-ignored-elements-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-line-no-ignored-elements-expected.txt.
* accessibility/ios-simulator/text-line-no-ignored-elements.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-line-no-ignored-elements.html.
* accessibility/ios-simulator/text-marker-list-item-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-marker-list-item-expected.txt.
* accessibility/ios-simulator/text-marker-list-item.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-marker-list-item.html.
* accessibility/ios-simulator/text-marker-validation-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-marker-validation-expected.txt.
* accessibility/ios-simulator/text-marker-validation.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-marker-validation.html.
* accessibility/ios-simulator/text-role-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-role-expected.txt.
* accessibility/ios-simulator/text-role.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/text-role.html.
* accessibility/ios-simulator/textfield-in-axvalue-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/textfield-in-axvalue-expected.txt.
* accessibility/ios-simulator/textfield-in-axvalue.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/textfield-in-axvalue.html.
* accessibility/ios-simulator/toggle-button-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/toggle-button-expected.txt.
* accessibility/ios-simulator/toggle-button.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/toggle-button.html.
* accessibility/ios-simulator/url-test-expected.txt: Renamed from LayoutTests/platform/ios-simulator/accessibility/url-test-expected.txt.
* accessibility/ios-simulator/url-test.html: Renamed from LayoutTests/platform/ios-simulator/accessibility/url-test.html.
* platform/ios-simulator/TestExpectations:
2015-08-04 Joseph Pecoraro <pecoraro@apple.com>
Improve some LayoutTests/inspector flakey output for tests with InspectorTest.reloadPage
https://bugs.webkit.org/show_bug.cgi?id=147655
Reviewed by Timothy Hatcher.
* TestExpectations:
2015-08-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Object previews for SVG elements shows SVGAnimatedString instead of text
https://bugs.webkit.org/show_bug.cgi?id=147328
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
2015-08-04 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Support Module Syntax
https://bugs.webkit.org/show_bug.cgi?id=147422
Reviewed by Saam Barati.
'export' and 'import' are changed from FutureReservedWord to Keyword in ES6.
http://www.ecma-international.org/ecma-262/6.0/#sec-keywords
And restrict 'super' use under the Script / Module contexts.
* js/dom/reserved-words-as-property-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27-expected.txt:
2015-08-04 Alexey Proskuryakov <ap@apple.com>
Implement NPAPI redirect handling
https://bugs.webkit.org/show_bug.cgi?id=138675
rdar://problem/15779101
Patch by Jeffrey Pfau, updated and tweaked by me.
Reviewed by Anders Carlsson.
* http/tests/plugins/get-url-redirect-notify-expected.txt: Added.
* http/tests/plugins/get-url-redirect-notify.html: Added.
* platform/wk2/http/tests/plugins: Added.
* platform/wk2/http/tests/plugins/get-url-redirect-notify-expected.txt: Added.
2015-08-04 Brent Fulgham <bfulgham@apple.com>
Layout Test http/tests/security/contentSecurityPolicy/source-list-parsing-10.html is failing
https://bugs.webkit.org/show_bug.cgi?id=147646
* platform/win/TestExpectations: Skip failing test.
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Add WK1 Mac result for this test.
* platform/mac-wk1/editing/selection/caret-mode-document-begin-end-expected.txt: Added.
2015-08-03 Benjamin Poulain <bpoulain@apple.com>
Returns inconsistent types for el.style.property and el.style.getPropertyValue('color')
https://bugs.webkit.org/show_bug.cgi?id=147549
Reviewed by Andreas Kling.
The bug is very old, there were a lot of tests to update.
The tests in css3/shapes are incorrect W3C tests. I only updated the expected
results.
The test fast/css/getPropertyValue-returns-empty-on-missing-property.html
is the new one covering the bug fix.
* animations/script-tests/trigger-parsing.js:
(testTriggerRule):
* animations/trigger-parsing-expected.txt:
* animations/unprefixed-properties-expected.txt:
* animations/unprefixed-properties.html:
* css3/blending/blend-mode-property-parsing-invalid-expected.txt:
* css3/blending/script-tests/blend-mode-property-parsing-invalid.js:
(testInvalidFilterRule):
* css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt:
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js:
(testInvalidFilterRule):
* css3/filters/filter-property-parsing-invalid-expected.txt:
* css3/filters/script-tests/filter-property-parsing-invalid.js:
(testInvalidFilterRule):
* css3/shapes/shape-outside/values/shape-image-threshold-002-expected.txt:
* css3/shapes/shape-outside/values/shape-image-threshold-003-expected.txt:
* css3/shapes/shape-outside/values/shape-margin-004-expected.txt:
* css3/shapes/shape-outside/values/shape-margin-005-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-circle-003-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-circle-006-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-circle-007-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-circle-008-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-ellipse-003-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-ellipse-006-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-ellipse-007-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-ellipse-008-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-inset-005-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-inset-006-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-inset-007-expected.txt:
* css3/shapes/shape-outside/values/shape-outside-polygon-003-expected.txt:
* fast/backgrounds/repeat/parsing-background-repeat-expected.txt:
* fast/backgrounds/repeat/script-tests/parsing-background-repeat.js:
* fast/backgrounds/size/parsing-background-size-values-expected.txt:
* fast/backgrounds/size/resources/parsing-background-size-values.js:
* fast/box-decoration-break/box-decoration-break-parsing-expected.txt:
* fast/box-decoration-break/box-decoration-break-parsing.html:
* fast/box-shadow/box-shadow-parsing-invalid-expected.txt:
* fast/box-shadow/script-tests/box-shadow-parsing-invalid.js:
(testInvalidFilterRule):
* fast/css/background-clip-text-expected.txt:
* fast/css/border-spacing-without-vertical-value.html:
* fast/css/getPropertyValue-border-expected.txt:
* fast/css/getPropertyValue-border.html:
* fast/css/getPropertyValue-column-rule-expected.txt:
* fast/css/getPropertyValue-column-rule.html:
* fast/css/getPropertyValue-columns-expected.txt:
* fast/css/getPropertyValue-columns.html:
* fast/css/getPropertyValue-returns-empty-on-missing-property-expected.txt: Added.
* fast/css/getPropertyValue-returns-empty-on-missing-property.html: Added.
* fast/css/getPropertyValue-webkit-margin-collapse-expected.txt:
* fast/css/getPropertyValue-webkit-margin-collapse.html:
* fast/css/getPropertyValue-webkit-marquee-expected.txt:
* fast/css/getPropertyValue-webkit-marquee.html:
* fast/css/getPropertyValue-webkit-text-stroke-expected.txt:
* fast/css/getPropertyValue-webkit-text-stroke.html:
* fast/css/line-height-text-autosizing.html:
* fast/css/outline-offset-parsing-expected.txt:
* fast/css/parsing-color-correction-expected.txt:
* fast/css/parsing-object-fit-expected.txt:
* fast/css/parsing-object-fit.html:
* fast/css/parsing-text-rendering-expected.txt:
* fast/css/parsing-webkit-font-smoothing-expected.txt:
* fast/css/resources/parsing-color-correction.js:
* fast/css/resources/parsing-text-rendering.js:
* fast/css/resources/parsing-webkit-font-smoothing.js:
* fast/css/script-tests/background-clip-text.js:
* fast/css/script-tests/outline-offset-parsing.js:
* fast/css/script-tests/transform-origin-parsing.js:
* fast/css/sticky/parsing-position-sticky-expected.txt:
* fast/css/sticky/resources/parsing-position-sticky.js:
* fast/css/transform-origin-parsing-expected.txt:
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt:
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html:
* fast/css3-text/font-synthesis-parse-expected.txt:
* fast/css3-text/font-synthesis-parse.html:
* fast/filter-image/parse-filter-image-expected.txt:
* fast/filter-image/parse-filter-image.html:
* fast/masking/parsing-clip-path-shape-expected.txt:
* fast/masking/parsing-clip-path-shape.html:
* fast/masking/parsing-mask-expected.txt:
* fast/masking/parsing-mask.html:
* fast/shapes/css-shapes-disabled-expected.txt:
* fast/shapes/css-shapes-disabled.html:
* fast/shapes/parsing/parsing-shape-lengths-expected.txt:
* fast/shapes/parsing/parsing-shape-lengths.html:
* platform/mac/fast/css/dashboard-region-parser-expected.txt:
* platform/mac/fast/css/dashboard-region-parser.html:
* platform/mac/fast/text/trailing-word-parse-expected.txt:
* platform/mac/fast/text/trailing-word-parse.html:
* svg/paint-order/parsing-paint-order-expected.txt:
* svg/paint-order/parsing-paint-order.html:
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Add a result missed in earlier file moves.
* accessibility/mac/crash-invalid-text-marker-node-expected.txt: Added.
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Make LayoutTests/platform/gtk/fast/css/rect-shadow-tiled.html a cross-platform test.
* fast/css/rect-shadow-tiled-expected.txt: Renamed from LayoutTests/platform/gtk/fast/css/rect-shadow-tiled-expected.txt.
* fast/css/rect-shadow-tiled.html: Renamed from LayoutTests/platform/gtk/fast/css/rect-shadow-tiled.html.
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Make platform/gtk/editing/selection/caret-mode-document-begin-end.html into cross-platform test.
* editing/selection/caret-mode-document-begin-end-expected.txt: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-document-begin-end-expected.txt.
* editing/selection/caret-mode-document-begin-end.html: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-document-begin-end.html.
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Make accessibility/media-emits-object-replacement.html not specific to EFL.
* accessibility/media-emits-object-replacement-expected.txt: Added.
* accessibility/media-emits-object-replacement.html: Renamed from LayoutTests/platform/efl/accessibility/media-emits-object-replacement.html.
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Fix paths to js-test-pre.js and js-test-post.js after earlier file move.
Move platform/gtk/resources/atk-helpers.js into accessibility/gtk since
these are the only callers.
* accessibility/gtk/aria-listbox-crash.html:
* accessibility/gtk/aria-options-and-menuitems-crash.html:
* accessibility/gtk/aria-roles-unignored.html:
* accessibility/gtk/aria-slider-required-attributes.html:
* accessibility/gtk/aria-toggle-button-role.html:
* accessibility/gtk/button-accessible-name.html:
* accessibility/gtk/caret-browsing-select-focus.html:
* accessibility/gtk/caret-browsing-text-focus.html:
* accessibility/gtk/caret-offsets-and-extraneous-white-spaces.html:
* accessibility/gtk/caret-offsets.html:
* accessibility/gtk/combobox-descendants-orientation-crash.html:
* accessibility/gtk/detached-object-role.html:
* accessibility/gtk/entry-and-password.html:
* accessibility/gtk/list-items-always-exposed.html:
* accessibility/gtk/media-controls-panel-title.html:
* accessibility/gtk/media-emits-object-replacement.html:
* accessibility/gtk/menu-list-unfocused-notifications.html:
* accessibility/gtk/name-from-label.html:
* accessibility/gtk/no-notification-for-unrendered-iframe-children.html:
* accessibility/gtk/object-attributes.html:
* accessibility/gtk/object-with-title.html:
* accessibility/gtk/remapped-aria-crash.html:
* accessibility/gtk/replaced-objects-in-anonymous-blocks.html:
* accessibility/gtk/resources/atk-helpers.js: Renamed from LayoutTests/platform/gtk/resources/atk-helpers.js.
(setCaretOffset):
* accessibility/gtk/spans-paragraphs-and-divs.html:
* accessibility/gtk/spans.html:
* accessibility/gtk/text-at-offset-embedded-objects.html:
* accessibility/gtk/text-at-offset-newlines.html:
* accessibility/gtk/text-at-offset-preformatted.html:
* accessibility/gtk/text-at-offset-simple.html:
* accessibility/gtk/text-at-offset-special-chars.html:
* accessibility/gtk/text-at-offset-textarea.html:
* accessibility/gtk/text-at-offset-textinput.html:
* accessibility/gtk/text-at-offset-wrapped-lines.html:
* accessibility/gtk/text-for-range-combo-box.html:
* accessibility/gtk/text-for-range-embedded-objects.html:
* accessibility/gtk/text-for-range-entry-and-password.html:
* accessibility/gtk/text-for-range-extraneous-whitespace.html:
* accessibility/gtk/text-for-range-formatted.html:
* accessibility/gtk/text-for-range-heading.html:
* accessibility/gtk/text-for-range-list-items.html:
* accessibility/gtk/text-for-range-simple.html:
* accessibility/gtk/text-for-range-table-cells.html:
* accessibility/gtk/text-for-range-with-link.html:
* accessibility/gtk/text-for-table.html:
* accessibility/gtk/text-in-span-block-in-a-block.html:
* accessibility/gtk/title-and-alt.html:
* accessibility/gtk/xml-roles-exposed.html:
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Move platform/gtk/editing/pasteboard tests into editing/pasteboard/gtk.
* TestExpectations:
* editing/pasteboard/gtk/middle-button-paste-expected.txt: Renamed from LayoutTests/platform/gtk/editing/pasteboard/middle-button-paste-expected.txt.
* editing/pasteboard/gtk/middle-button-paste.html: Renamed from LayoutTests/platform/gtk/editing/pasteboard/middle-button-paste.html.
* editing/pasteboard/gtk/middle-click-onpaste-expected.txt: Renamed from LayoutTests/platform/gtk/editing/pasteboard/middle-click-onpaste-expected.txt.
* editing/pasteboard/gtk/middle-click-onpaste.html: Renamed from LayoutTests/platform/gtk/editing/pasteboard/middle-click-onpaste.html.
* editing/pasteboard/gtk/script-tests/TEMPLATE.html: Renamed from LayoutTests/platform/gtk/editing/pasteboard/script-tests/TEMPLATE.html.
* editing/pasteboard/gtk/script-tests/middle-click-onpaste.js: Renamed from LayoutTests/platform/gtk/editing/pasteboard/script-tests/middle-click-onpaste.js.
(handlePaste):
* platform/gtk/TestExpectations:
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Move platform/win/accessibility tests to accessibility/win.
Fix paths to script files in the tests. Fix TestExpectations. Remove an unused result.
* TestExpectations:
* accessibility/win/detached-object-notification-crash-expected.txt: Renamed from LayoutTests/platform/win/accessibility/detached-object-notification-crash-expected.txt.
* accessibility/win/detached-object-notification-crash.html: Renamed from LayoutTests/platform/win/accessibility/detached-object-notification-crash.html.
* accessibility/win/document-enabled-state-expected.txt: Renamed from LayoutTests/platform/win/accessibility/document-enabled-state-expected.txt.
* accessibility/win/document-enabled-state.html: Renamed from LayoutTests/platform/win/accessibility/document-enabled-state.html.
* accessibility/win/document-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/document-role-expected.txt.
* accessibility/win/document-role.html: Renamed from LayoutTests/platform/win/accessibility/document-role.html.
* accessibility/win/focus-events-expected.txt: Renamed from LayoutTests/platform/win/accessibility/focus-events-expected.txt.
* accessibility/win/focus-events.html: Renamed from LayoutTests/platform/win/accessibility/focus-events.html.
* accessibility/win/heading-elements-expected.txt: Renamed from LayoutTests/platform/win/accessibility/heading-elements-expected.txt.
* accessibility/win/heading-elements.html: Renamed from LayoutTests/platform/win/accessibility/heading-elements.html.
* accessibility/win/img-alt-attribute-expected.txt: Renamed from LayoutTests/platform/win/accessibility/img-alt-attribute-expected.txt.
* accessibility/win/img-alt-attribute.html: Renamed from LayoutTests/platform/win/accessibility/img-alt-attribute.html.
* accessibility/win/linked-elements-expected.txt: Renamed from LayoutTests/platform/win/accessibility/linked-elements-expected.txt.
* accessibility/win/linked-elements.html: Renamed from LayoutTests/platform/win/accessibility/linked-elements.html.
* accessibility/win/list-item-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/list-item-role-expected.txt.
* accessibility/win/list-item-role.html: Renamed from LayoutTests/platform/win/accessibility/list-item-role.html.
* accessibility/win/list-marker-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/list-marker-role-expected.txt.
* accessibility/win/list-marker-role.html: Renamed from LayoutTests/platform/win/accessibility/list-marker-role.html.
* accessibility/win/list-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/list-role-expected.txt.
* accessibility/win/list-role.html: Renamed from LayoutTests/platform/win/accessibility/list-role.html.
* accessibility/win/multiple-select-element-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/multiple-select-element-role-expected.txt.
* accessibility/win/multiple-select-element-role.html: Renamed from LayoutTests/platform/win/accessibility/multiple-select-element-role.html.
* accessibility/win/option-element-position-and-size-expected.txt: Renamed from LayoutTests/platform/win/platform/win/accessibility/option-element-position-and-size-expected.txt.
* accessibility/win/option-element-position-and-size.html: Renamed from LayoutTests/platform/win/accessibility/option-element-position-and-size.html.
* accessibility/win/option-element-selection-and-focus-events-expected.txt: Renamed from LayoutTests/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt.
* accessibility/win/option-element-selection-and-focus-events.html: Renamed from LayoutTests/platform/win/accessibility/option-element-selection-and-focus-events.html.
* accessibility/win/parent-element-expected.txt: Renamed from LayoutTests/platform/win/accessibility/parent-element-expected.txt.
* accessibility/win/parent-element.html: Renamed from LayoutTests/platform/win/accessibility/parent-element.html.
* accessibility/win/scroll-to-anchor-expected.txt: Renamed from LayoutTests/platform/win/accessibility/scroll-to-anchor-expected.txt.
* accessibility/win/scroll-to-anchor.html: Renamed from LayoutTests/platform/win/accessibility/scroll-to-anchor.html.
* accessibility/win/select-element-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/select-element-role-expected.txt.
* accessibility/win/select-element-role.html: Renamed from LayoutTests/platform/win/accessibility/select-element-role.html.
* accessibility/win/select-element-valuechange-event-expected.txt: Renamed from LayoutTests/platform/win/accessibility/select-element-valuechange-event-expected.txt.
* accessibility/win/select-element-valuechange-event.html: Renamed from LayoutTests/platform/win/accessibility/select-element-valuechange-event.html.
* accessibility/win/selection-and-focus-expected.txt: Renamed from LayoutTests/platform/win/accessibility/selection-and-focus-expected.txt.
* accessibility/win/selection-and-focus.html: Renamed from LayoutTests/platform/win/accessibility/selection-and-focus.html.
* accessibility/win/single-select-children-changed-expected.txt: Renamed from LayoutTests/platform/win/accessibility/single-select-children-changed-expected.txt.
* accessibility/win/single-select-children-changed.html: Renamed from LayoutTests/platform/win/accessibility/single-select-children-changed.html.
* accessibility/win/single-select-children-expected.txt: Renamed from LayoutTests/platform/win/accessibility/single-select-children-expected.txt.
* accessibility/win/single-select-children.html: Renamed from LayoutTests/platform/win/accessibility/single-select-children.html.
* accessibility/win/text-role-expected.txt: Renamed from LayoutTests/platform/win/accessibility/text-role-expected.txt.
* accessibility/win/text-role.html: Renamed from LayoutTests/platform/win/accessibility/text-role.html.
* platform/win/TestExpectations:
* platform/win/accessibility/option-element-position-and-size-expected.txt: Removed.
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Move platform/mac/accessibility tests to accessibility/mac.
Fix paths to script files in the tests. Fix TestExpectations. Remove an unused result.
* TestExpectations:
* accessibility/mac/abbr-acronym-tags-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/abbr-acronym-tags-expected.txt.
* accessibility/mac/abbr-acronym-tags.html: Renamed from LayoutTests/platform/mac/accessibility/abbr-acronym-tags.html.
* accessibility/mac/accesskey-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/accesskey-expected.txt.
* accessibility/mac/accesskey.html: Renamed from LayoutTests/platform/mac/accessibility/accesskey.html.
* accessibility/mac/alt-for-css-content-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/alt-for-css-content-expected.txt.
* accessibility/mac/alt-for-css-content.html: Renamed from LayoutTests/platform/mac/accessibility/alt-for-css-content.html.
* accessibility/mac/area-with-aria-label-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/area-with-aria-label-expected.txt.
* accessibility/mac/area-with-aria-label.html: Renamed from LayoutTests/platform/mac/accessibility/area-with-aria-label.html.
* accessibility/mac/aria-alerts-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-alerts-expected.txt.
* accessibility/mac/aria-alerts.html: Renamed from LayoutTests/platform/mac/accessibility/aria-alerts.html.
* accessibility/mac/aria-columnrowheaders-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-columnrowheaders-expected.txt.
* accessibility/mac/aria-columnrowheaders.html: Renamed from LayoutTests/platform/mac/accessibility/aria-columnrowheaders.html.
* accessibility/mac/aria-directory-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-directory-expected.txt.
* accessibility/mac/aria-directory.html: Renamed from LayoutTests/platform/mac/accessibility/aria-directory.html.
* accessibility/mac/aria-divs-not-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-divs-not-ignored-expected.txt.
* accessibility/mac/aria-divs-not-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/aria-divs-not-ignored.html.
* accessibility/mac/aria-drag-drop-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-drag-drop-expected.txt.
* accessibility/mac/aria-drag-drop.html: Renamed from LayoutTests/platform/mac/accessibility/aria-drag-drop.html.
* accessibility/mac/aria-expanded-not-exposed-when-undefined-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-not-exposed-when-undefined-expected.txt.
* accessibility/mac/aria-expanded-not-exposed-when-undefined.html: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-not-exposed-when-undefined.html.
* accessibility/mac/aria-expanded-notifications-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-notifications-expected.txt.
* accessibility/mac/aria-expanded-notifications.html: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-notifications.html.
* accessibility/mac/aria-expanded-standard-items-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-standard-items-expected.txt.
* accessibility/mac/aria-expanded-standard-items.html: Renamed from LayoutTests/platform/mac/accessibility/aria-expanded-standard-items.html.
* accessibility/mac/aria-grid-with-strange-hierarchy-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-grid-with-strange-hierarchy-expected.txt.
* accessibility/mac/aria-grid-with-strange-hierarchy.html: Renamed from LayoutTests/platform/mac/accessibility/aria-grid-with-strange-hierarchy.html.
* accessibility/mac/aria-grouping-roles-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-grouping-roles-expected.txt.
* accessibility/mac/aria-grouping-roles.html: Renamed from LayoutTests/platform/mac/accessibility/aria-grouping-roles.html.
* accessibility/mac/aria-hidden-changes-for-non-ignored-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-hidden-changes-for-non-ignored-elements-expected.txt.
* accessibility/mac/aria-hidden-changes-for-non-ignored-elements.html: Renamed from LayoutTests/platform/mac/accessibility/aria-hidden-changes-for-non-ignored-elements.html.
* accessibility/mac/aria-image-emits-object-replacement-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-image-emits-object-replacement-expected.txt.
* accessibility/mac/aria-image-emits-object-replacement.html: Renamed from LayoutTests/platform/mac/accessibility/aria-image-emits-object-replacement.html.
* accessibility/mac/aria-label-overrides-visible-text-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-label-overrides-visible-text-expected.txt.
* accessibility/mac/aria-label-overrides-visible-text.html: Renamed from LayoutTests/platform/mac/accessibility/aria-label-overrides-visible-text.html.
* accessibility/mac/aria-listbox-selectedchildren-change-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-listbox-selectedchildren-change-expected.txt.
* accessibility/mac/aria-listbox-selectedchildren-change.html: Renamed from LayoutTests/platform/mac/accessibility/aria-listbox-selectedchildren-change.html.
* accessibility/mac/aria-liveregion-marquee-default-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregion-marquee-default-expected.txt.
* accessibility/mac/aria-liveregion-marquee-default.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregion-marquee-default.html.
* accessibility/mac/aria-liveregion-on-image-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregion-on-image-expected.txt.
* accessibility/mac/aria-liveregion-on-image.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregion-on-image.html.
* accessibility/mac/aria-liveregions-addedelement-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-addedelement-expected.txt.
* accessibility/mac/aria-liveregions-addedelement.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-addedelement.html.
* accessibility/mac/aria-liveregions-attributes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-attributes-expected.txt.
* accessibility/mac/aria-liveregions-attributes.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-attributes.html.
* accessibility/mac/aria-liveregions-changedalt-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-changedalt-expected.txt.
* accessibility/mac/aria-liveregions-changedalt.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-changedalt.html.
* accessibility/mac/aria-liveregions-changedtext-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-changedtext-expected.txt.
* accessibility/mac/aria-liveregions-changedtext.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-changedtext.html.
* accessibility/mac/aria-liveregions-notifications-always-sent-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-notifications-always-sent-expected.txt.
* accessibility/mac/aria-liveregions-notifications-always-sent.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-notifications-always-sent.html.
* accessibility/mac/aria-liveregions-notifications-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-notifications-expected.txt.
* accessibility/mac/aria-liveregions-notifications.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-notifications.html.
* accessibility/mac/aria-liveregions-removedelement-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-removedelement-expected.txt.
* accessibility/mac/aria-liveregions-removedelement.html: Renamed from LayoutTests/platform/mac/accessibility/aria-liveregions-removedelement.html.
* accessibility/mac/aria-menu-closed-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-closed-notification-expected.txt.
* accessibility/mac/aria-menu-closed-notification.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-closed-notification.html.
* accessibility/mac/aria-menu-item-selected-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-item-selected-notification-expected.txt.
* accessibility/mac/aria-menu-item-selected-notification.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-item-selected-notification.html.
* accessibility/mac/aria-menu-open-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-open-notification-expected.txt.
* accessibility/mac/aria-menu-open-notification.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-open-notification.html.
* accessibility/mac/aria-menu-role-descriptions-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-role-descriptions-expected.txt.
* accessibility/mac/aria-menu-role-descriptions.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menu-role-descriptions.html.
* accessibility/mac/aria-menubar-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menubar-expected.txt.
* accessibility/mac/aria-menubar.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menubar.html.
* accessibility/mac/aria-menuitem-checked-value-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menuitem-checked-value-expected.txt.
* accessibility/mac/aria-menuitem-checked-value.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menuitem-checked-value.html.
* accessibility/mac/aria-menuitem-focus-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-menuitem-focus-expected.txt.
* accessibility/mac/aria-menuitem-focus.html: Renamed from LayoutTests/platform/mac/accessibility/aria-menuitem-focus.html.
* accessibility/mac/aria-multiline-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-multiline-expected.txt.
* accessibility/mac/aria-multiline.html: Renamed from LayoutTests/platform/mac/accessibility/aria-multiline.html.
* accessibility/mac/aria-multiple-liveregions-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-multiple-liveregions-notification-expected.txt.
* accessibility/mac/aria-multiple-liveregions-notification.html: Renamed from LayoutTests/platform/mac/accessibility/aria-multiple-liveregions-notification.html.
* accessibility/mac/aria-multiselectable-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-multiselectable-expected.txt.
* accessibility/mac/aria-multiselectable.html: Renamed from LayoutTests/platform/mac/accessibility/aria-multiselectable.html.
* accessibility/mac/aria-owns-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-owns-expected.txt.
* accessibility/mac/aria-owns.html: Renamed from LayoutTests/platform/mac/accessibility/aria-owns.html.
* accessibility/mac/aria-popup-buttons-on-native-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-popup-buttons-on-native-elements-expected.txt.
* accessibility/mac/aria-popup-buttons-on-native-elements.html: Renamed from LayoutTests/platform/mac/accessibility/aria-popup-buttons-on-native-elements.html.
* accessibility/mac/aria-popup-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-popup-expected.txt.
* accessibility/mac/aria-popup.html: Renamed from LayoutTests/platform/mac/accessibility/aria-popup.html.
* accessibility/mac/aria-pressed-button-attributes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-pressed-button-attributes-expected.txt.
* accessibility/mac/aria-pressed-button-attributes.html: Renamed from LayoutTests/platform/mac/accessibility/aria-pressed-button-attributes.html.
* accessibility/mac/aria-radiobutton-text-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-radiobutton-text-expected.txt.
* accessibility/mac/aria-radiobutton-text.html: Renamed from LayoutTests/platform/mac/accessibility/aria-radiobutton-text.html.
* accessibility/mac/aria-radiogroup-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-radiogroup-expected.txt.
* accessibility/mac/aria-radiogroup.html: Renamed from LayoutTests/platform/mac/accessibility/aria-radiogroup.html.
* accessibility/mac/aria-required-popup-button-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-required-popup-button-expected.txt.
* accessibility/mac/aria-required-popup-button.html: Renamed from LayoutTests/platform/mac/accessibility/aria-required-popup-button.html.
* accessibility/mac/aria-slider-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-slider-expected.txt.
* accessibility/mac/aria-slider.html: Renamed from LayoutTests/platform/mac/accessibility/aria-slider.html.
* accessibility/mac/aria-spinbutton-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-spinbutton-crash-expected.txt.
* accessibility/mac/aria-spinbutton-crash.html: Renamed from LayoutTests/platform/mac/accessibility/aria-spinbutton-crash.html.
* accessibility/mac/aria-spinbutton-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-spinbutton-expected.txt.
* accessibility/mac/aria-spinbutton.html: Renamed from LayoutTests/platform/mac/accessibility/aria-spinbutton.html.
* accessibility/mac/aria-table-with-colspan-cells-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-table-with-colspan-cells-expected.txt.
* accessibility/mac/aria-table-with-colspan-cells.html: Renamed from LayoutTests/platform/mac/accessibility/aria-table-with-colspan-cells.html.
* accessibility/mac/aria-toolbar-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-toolbar-expected.txt.
* accessibility/mac/aria-toolbar.html: Renamed from LayoutTests/platform/mac/accessibility/aria-toolbar.html.
* accessibility/mac/aria-tree-activedescendant-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-activedescendant-expected.txt.
* accessibility/mac/aria-tree-activedescendant.html: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-activedescendant.html.
* accessibility/mac/aria-tree-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-expected.txt.
* accessibility/mac/aria-tree-index-of-items-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-index-of-items-expected.txt.
* accessibility/mac/aria-tree-index-of-items.html: Renamed from LayoutTests/platform/mac/accessibility/aria-tree-index-of-items.html.
* accessibility/mac/aria-tree.html: Renamed from LayoutTests/platform/mac/accessibility/aria-tree.html.
* accessibility/mac/aria-treegrid-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-treegrid-expected.txt.
* accessibility/mac/aria-treegrid.html: Renamed from LayoutTests/platform/mac/accessibility/aria-treegrid.html.
* accessibility/mac/aria-valuetext-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-valuetext-expected.txt.
* accessibility/mac/aria-valuetext-on-native-slider-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-valuetext-on-native-slider-expected.txt.
* accessibility/mac/aria-valuetext-on-native-slider.html: Renamed from LayoutTests/platform/mac/accessibility/aria-valuetext-on-native-slider.html.
* accessibility/mac/aria-valuetext.html: Renamed from LayoutTests/platform/mac/accessibility/aria-valuetext.html.
* accessibility/mac/attributed-string-includes-highlighting-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/attributed-string-includes-highlighting-expected.txt.
* accessibility/mac/attributed-string-includes-highlighting.html: Renamed from LayoutTests/platform/mac/accessibility/attributed-string-includes-highlighting.html.
* accessibility/mac/attributed-string-includes-misspelled-with-selection-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/attributed-string-includes-misspelled-with-selection-expected.txt.
* accessibility/mac/attributed-string-includes-misspelled-with-selection.html: Renamed from LayoutTests/platform/mac/accessibility/attributed-string-includes-misspelled-with-selection.html.
* accessibility/mac/bounds-for-range-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/bounds-for-range-expected.txt.
* accessibility/mac/bounds-for-range.html: Renamed from LayoutTests/platform/mac/accessibility/bounds-for-range.html.
* accessibility/mac/button-shouldnot-have-axvalue-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/button-shouldnot-have-axvalue-expected.txt.
* accessibility/mac/button-shouldnot-have-axvalue.html: Renamed from LayoutTests/platform/mac/accessibility/button-shouldnot-have-axvalue.html.
* accessibility/mac/canvas-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/canvas-expected.txt.
* accessibility/mac/canvas.html: Renamed from LayoutTests/platform/mac/accessibility/canvas.html.
* accessibility/mac/caret-browsing-arrow-nav-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-arrow-nav-expected.txt.
* accessibility/mac/caret-browsing-arrow-nav.html: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-arrow-nav.html.
* accessibility/mac/caret-browsing-attribute-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-attribute-expected.txt.
* accessibility/mac/caret-browsing-attribute.html: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-attribute.html.
* accessibility/mac/caret-browsing-tab-selection-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-tab-selection-expected.txt.
* accessibility/mac/caret-browsing-tab-selection.html: Renamed from LayoutTests/platform/mac/accessibility/caret-browsing-tab-selection.html.
* accessibility/mac/change-notification-on-scroll-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/change-notification-on-scroll-expected.txt.
* accessibility/mac/change-notification-on-scroll.html: Renamed from LayoutTests/platform/mac/accessibility/change-notification-on-scroll.html.
* accessibility/mac/checkbox-posts-value-change-notification-after-activation-with-space-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/checkbox-posts-value-change-notification-after-activation-with-space-expected.txt.
* accessibility/mac/checkbox-posts-value-change-notification-after-activation-with-space.html: Renamed from LayoutTests/platform/mac/accessibility/checkbox-posts-value-change-notification-after-activation-with-space.html.
* accessibility/mac/clipped-text-under-element-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/clipped-text-under-element-expected.txt.
* accessibility/mac/clipped-text-under-element.html: Renamed from LayoutTests/platform/mac/accessibility/clipped-text-under-element.html.
* accessibility/mac/combobox-activedescendant-notifications-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/combobox-activedescendant-notifications-expected.txt.
* accessibility/mac/combobox-activedescendant-notifications.html: Renamed from LayoutTests/platform/mac/accessibility/combobox-activedescendant-notifications.html.
* accessibility/mac/combox-box-value-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/combox-box-value-expected.txt.
* accessibility/mac/combox-box-value.html: Renamed from LayoutTests/platform/mac/accessibility/combox-box-value.html.
* accessibility/mac/content-editable-range-properties-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/content-editable-range-properties-expected.txt.
* accessibility/mac/content-editable-range-properties.html: Renamed from LayoutTests/platform/mac/accessibility/content-editable-range-properties.html.
* accessibility/mac/crash-in-element-for-text-marker-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/crash-in-element-for-text-marker-expected.txt.
* accessibility/mac/crash-in-element-for-text-marker.html: Renamed from LayoutTests/platform/mac/accessibility/crash-in-element-for-text-marker.html.
* accessibility/mac/crash-invalid-text-marker-node.html: Renamed from LayoutTests/platform/mac/accessibility/crash-invalid-text-marker-node.html.
* accessibility/mac/css-speech-speak-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/css-speech-speak-expected.txt.
* accessibility/mac/css-speech-speak.html: Renamed from LayoutTests/platform/mac/accessibility/css-speech-speak.html.
* accessibility/mac/definition-list-term-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/definition-list-term-expected.txt.
* accessibility/mac/definition-list-term.html: Renamed from LayoutTests/platform/mac/accessibility/definition-list-term.html.
* accessibility/mac/descriptionlist-not-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/descriptionlist-not-ignored-expected.txt.
* accessibility/mac/descriptionlist-not-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/descriptionlist-not-ignored.html.
* accessibility/mac/details-summary-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/details-summary-expected.txt.
* accessibility/mac/details-summary.html: Renamed from LayoutTests/platform/mac/accessibility/details-summary.html.
* accessibility/mac/div-containing-div-with-aria-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/div-containing-div-with-aria-expected.txt.
* accessibility/mac/div-containing-div-with-aria.html: Renamed from LayoutTests/platform/mac/accessibility/div-containing-div-with-aria.html.
* accessibility/mac/document-attributes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/document-attributes-expected.txt.
* accessibility/mac/document-attributes.html: Renamed from LayoutTests/platform/mac/accessibility/document-attributes.html.
* accessibility/mac/document-links-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/document-links-expected.txt.
* accessibility/mac/document-links.html: Renamed from LayoutTests/platform/mac/accessibility/document-links.html.
* accessibility/mac/document-title-used-for-description-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/document-title-used-for-description-expected.txt.
* accessibility/mac/document-title-used-for-description.html: Renamed from LayoutTests/platform/mac/accessibility/document-title-used-for-description.html.
* accessibility/mac/double-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/double-title-expected.txt.
* accessibility/mac/double-title.html: Renamed from LayoutTests/platform/mac/accessibility/double-title.html.
* accessibility/mac/editable-webarea-context-menu-point-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/editable-webarea-context-menu-point-expected.txt.
* accessibility/mac/editable-webarea-context-menu-point.html: Renamed from LayoutTests/platform/mac/accessibility/editable-webarea-context-menu-point.html.
* accessibility/mac/element-busy-changed-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-busy-changed-expected.txt.
* accessibility/mac/element-busy-changed.html: Renamed from LayoutTests/platform/mac/accessibility/element-busy-changed.html.
* accessibility/mac/element-focus-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-focus-expected.txt.
* accessibility/mac/element-focus.html: Renamed from LayoutTests/platform/mac/accessibility/element-focus.html.
* accessibility/mac/element-for-text-marker-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-for-text-marker-expected.txt.
* accessibility/mac/element-for-text-marker.html: Renamed from LayoutTests/platform/mac/accessibility/element-for-text-marker.html.
* accessibility/mac/element-is-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-is-ignored-expected.txt.
* accessibility/mac/element-is-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/element-is-ignored.html.
* accessibility/mac/element-level-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-level-expected.txt.
* accessibility/mac/element-level.html: Renamed from LayoutTests/platform/mac/accessibility/element-level.html.
* accessibility/mac/element-paths-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/element-paths-expected.txt.
* accessibility/mac/element-paths.html: Renamed from LayoutTests/platform/mac/accessibility/element-paths.html.
* accessibility/mac/estimated-progress-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/estimated-progress-expected.txt.
* accessibility/mac/estimated-progress.html: Renamed from LayoutTests/platform/mac/accessibility/estimated-progress.html.
* accessibility/mac/expanded-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/expanded-notification-expected.txt.
* accessibility/mac/expanded-notification.html: Renamed from LayoutTests/platform/mac/accessibility/expanded-notification.html.
* accessibility/mac/file-upload-button-subrole-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/file-upload-button-subrole-expected.txt.
* accessibility/mac/file-upload-button-subrole.html: Renamed from LayoutTests/platform/mac/accessibility/file-upload-button-subrole.html.
* accessibility/mac/find-and-replace-match-capitalization-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/find-and-replace-match-capitalization-expected.txt.
* accessibility/mac/find-and-replace-match-capitalization.html: Renamed from LayoutTests/platform/mac/accessibility/find-and-replace-match-capitalization.html.
* accessibility/mac/focus-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/focus-crash-expected.txt.
* accessibility/mac/focus-crash.html: Renamed from LayoutTests/platform/mac/accessibility/focus-crash.html.
* accessibility/mac/focus-setting-selection-syncronizing-not-clearing-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/focus-setting-selection-syncronizing-not-clearing-expected.txt.
* accessibility/mac/focus-setting-selection-syncronizing-not-clearing.html: Renamed from LayoutTests/platform/mac/accessibility/focus-setting-selection-syncronizing-not-clearing.html.
* accessibility/mac/footer-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/footer-expected.txt.
* accessibility/mac/footer-roledescription-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/footer-roledescription-expected.txt.
* accessibility/mac/footer-roledescription.html: Renamed from LayoutTests/platform/mac/accessibility/footer-roledescription.html.
* accessibility/mac/footer.html: Renamed from LayoutTests/platform/mac/accessibility/footer.html.
* accessibility/mac/form-control-value-settable-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/form-control-value-settable-expected.txt.
* accessibility/mac/form-control-value-settable.html: Renamed from LayoutTests/platform/mac/accessibility/form-control-value-settable.html.
* accessibility/mac/frame-with-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/frame-with-title-expected.txt.
* accessibility/mac/frame-with-title.html: Renamed from LayoutTests/platform/mac/accessibility/frame-with-title.html.
* accessibility/mac/header-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/header-expected.txt.
* accessibility/mac/header.html: Renamed from LayoutTests/platform/mac/accessibility/header.html.
* accessibility/mac/heading-clickpoint-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/heading-clickpoint-expected.txt.
* accessibility/mac/heading-clickpoint.html: Renamed from LayoutTests/platform/mac/accessibility/heading-clickpoint.html.
* accessibility/mac/hr-element-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/hr-element-expected.txt.
* accessibility/mac/hr-element.html: Renamed from LayoutTests/platform/mac/accessibility/hr-element.html.
* accessibility/mac/html-section-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/html-section-elements-expected.txt.
* accessibility/mac/html-section-elements.html: Renamed from LayoutTests/platform/mac/accessibility/html-section-elements.html.
* accessibility/mac/html-slider-indicator-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/html-slider-indicator-expected.txt.
* accessibility/mac/html-slider-indicator.html: Renamed from LayoutTests/platform/mac/accessibility/html-slider-indicator.html.
* accessibility/mac/html-with-aria-label-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/html-with-aria-label-expected.txt.
* accessibility/mac/html-with-aria-label.html: Renamed from LayoutTests/platform/mac/accessibility/html-with-aria-label.html.
* accessibility/mac/html5-input-number-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/html5-input-number-expected.txt.
* accessibility/mac/html5-input-number.html: Renamed from LayoutTests/platform/mac/accessibility/html5-input-number.html.
* accessibility/mac/id-class-attributes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/id-class-attributes-expected.txt.
* accessibility/mac/id-class-attributes.html: Renamed from LayoutTests/platform/mac/accessibility/id-class-attributes.html.
* accessibility/mac/iframe-aria-hidden-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/iframe-aria-hidden-expected.txt.
* accessibility/mac/iframe-aria-hidden.html: Renamed from LayoutTests/platform/mac/accessibility/iframe-aria-hidden.html.
* accessibility/mac/iframe-with-title-correct-hierarchy-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/iframe-with-title-correct-hierarchy-expected.txt.
* accessibility/mac/iframe-with-title-correct-hierarchy.html: Renamed from LayoutTests/platform/mac/accessibility/iframe-with-title-correct-hierarchy.html.
* accessibility/mac/imagemap-hittest-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/imagemap-hittest-expected.txt.
* accessibility/mac/imagemap-hittest.html: Renamed from LayoutTests/platform/mac/accessibility/imagemap-hittest.html.
* accessibility/mac/inherited-presentational-lists-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/inherited-presentational-lists-expected.txt.
* accessibility/mac/inherited-presentational-lists.html: Renamed from LayoutTests/platform/mac/accessibility/inherited-presentational-lists.html.
* accessibility/mac/input-image-url-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/input-image-url-expected.txt.
* accessibility/mac/input-image-url.html: Renamed from LayoutTests/platform/mac/accessibility/input-image-url.html.
* accessibility/mac/input-replacevalue-userinfo-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/input-replacevalue-userinfo-expected.txt.
* accessibility/mac/input-replacevalue-userinfo.html: Renamed from LayoutTests/platform/mac/accessibility/input-replacevalue-userinfo.html.
* accessibility/mac/input-slider-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/input-slider-expected.txt.
* accessibility/mac/input-slider.html: Renamed from LayoutTests/platform/mac/accessibility/input-slider.html.
* accessibility/mac/input-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/input-title-expected.txt.
* accessibility/mac/input-title.html: Renamed from LayoutTests/platform/mac/accessibility/input-title.html.
* accessibility/mac/internal-link-anchors-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/internal-link-anchors-expected.txt.
* accessibility/mac/internal-link-anchors.html: Renamed from LayoutTests/platform/mac/accessibility/internal-link-anchors.html.
* accessibility/mac/internal-link-when-document-has-fragment-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/internal-link-when-document-has-fragment-expected.txt.
* accessibility/mac/internal-link-when-document-has-fragment.html: Renamed from LayoutTests/platform/mac/accessibility/internal-link-when-document-has-fragment.html.
* accessibility/mac/invalid-menu-role-does-not-send-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/invalid-menu-role-does-not-send-notification-expected.txt.
* accessibility/mac/invalid-menu-role-does-not-send-notification.html: Renamed from LayoutTests/platform/mac/accessibility/invalid-menu-role-does-not-send-notification.html.
* accessibility/mac/label-element-with-hidden-control-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/label-element-with-hidden-control-expected.txt.
* accessibility/mac/label-element-with-hidden-control.html: Renamed from LayoutTests/platform/mac/accessibility/label-element-with-hidden-control.html.
* accessibility/mac/label-elements-exposed-as-title-ui-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/label-elements-exposed-as-title-ui-elements-expected.txt.
* accessibility/mac/label-elements-exposed-as-title-ui-elements.html: Renamed from LayoutTests/platform/mac/accessibility/label-elements-exposed-as-title-ui-elements.html.
* accessibility/mac/landmark-not-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/landmark-not-ignored-expected.txt.
* accessibility/mac/landmark-not-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/landmark-not-ignored.html.
* accessibility/mac/line-range-for-text-marker-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/line-range-for-text-marker-expected.txt.
* accessibility/mac/line-range-for-text-marker.html: Renamed from LayoutTests/platform/mac/accessibility/line-range-for-text-marker.html.
* accessibility/mac/link-with-title-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/link-with-title-expected.txt.
* accessibility/mac/link-with-title.html: Renamed from LayoutTests/platform/mac/accessibility/link-with-title.html.
* accessibility/mac/list-items-ignored-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/list-items-ignored-expected.txt.
* accessibility/mac/list-items-ignored.html: Renamed from LayoutTests/platform/mac/accessibility/list-items-ignored.html.
* accessibility/mac/listbox-hit-test-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/listbox-hit-test-expected.txt.
* accessibility/mac/listbox-hit-test.html: Renamed from LayoutTests/platform/mac/accessibility/listbox-hit-test.html.
* accessibility/mac/listmarker-suffix-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/listmarker-suffix-expected.txt.
* accessibility/mac/listmarker-suffix.html: Renamed from LayoutTests/platform/mac/accessibility/listmarker-suffix.html.
* accessibility/mac/live-region-creation-notification-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/live-region-creation-notification-expected.txt.
* accessibility/mac/live-region-creation-notification.html: Renamed from LayoutTests/platform/mac/accessibility/live-region-creation-notification.html.
* accessibility/mac/live-region-on-span-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/live-region-on-span-expected.txt.
* accessibility/mac/live-region-on-span.html: Renamed from LayoutTests/platform/mac/accessibility/live-region-on-span.html.
* accessibility/mac/main-element-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/main-element-expected.txt.
* accessibility/mac/main-element.html: Renamed from LayoutTests/platform/mac/accessibility/main-element.html.
* accessibility/mac/malformed-tree-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/malformed-tree-expected.txt.
* accessibility/mac/malformed-tree.html: Renamed from LayoutTests/platform/mac/accessibility/malformed-tree.html.
* accessibility/mac/math-alttext-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/math-alttext-expected.txt.
* accessibility/mac/math-alttext.html: Renamed from LayoutTests/platform/mac/accessibility/math-alttext.html.
* accessibility/mac/mathml-elements-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/mathml-elements-expected.txt.
* accessibility/mac/mathml-elements.html: Renamed from LayoutTests/platform/mac/accessibility/mathml-elements.html.
* accessibility/mac/mathml-line-fraction-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/mathml-line-fraction-expected.txt.
* accessibility/mac/mathml-line-fraction.html: Renamed from LayoutTests/platform/mac/accessibility/mathml-line-fraction.html.
* accessibility/mac/mathml-multiscript-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/mathml-multiscript-expected.txt.
* accessibility/mac/mathml-multiscript.html: Renamed from LayoutTests/platform/mac/accessibility/mathml-multiscript.html.
* accessibility/mac/mathml-root-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/mathml-root-expected.txt.
* accessibility/mac/mathml-root.html: Renamed from LayoutTests/platform/mac/accessibility/mathml-root.html.
* accessibility/mac/media-emits-object-replacement-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/media-emits-object-replacement-expected.txt.
* accessibility/mac/media-emits-object-replacement.html: Renamed from LayoutTests/platform/mac/accessibility/media-emits-object-replacement.html.
* accessibility/mac/media-role-descriptions-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/media-role-descriptions-expected.txt.
* accessibility/mac/media-role-descriptions.html: Renamed from LayoutTests/platform/mac/accessibility/media-role-descriptions.html.
* accessibility/mac/menu-item-values-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/menu-item-values-expected.txt.
* accessibility/mac/menu-item-values.html: Renamed from LayoutTests/platform/mac/accessibility/menu-item-values.html.
* accessibility/mac/misspelled-attributed-string-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/misspelled-attributed-string-expected.txt.
* accessibility/mac/misspelled-attributed-string.html: Renamed from LayoutTests/platform/mac/accessibility/misspelled-attributed-string.html.
* accessibility/mac/mixed-checkbox-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/mixed-checkbox-expected.txt.
* accessibility/mac/mixed-checkbox.html: Renamed from LayoutTests/platform/mac/accessibility/mixed-checkbox.html.
* accessibility/mac/native-list-item-should-not-expose-label-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/native-list-item-should-not-expose-label-expected.txt.
* accessibility/mac/native-list-item-should-not-expose-label.html: Renamed from LayoutTests/platform/mac/accessibility/native-list-item-should-not-expose-label.html.
* accessibility/mac/native-vs-nonnative-checkboxes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/native-vs-nonnative-checkboxes-expected.txt.
* accessibility/mac/native-vs-nonnative-checkboxes.html: Renamed from LayoutTests/platform/mac/accessibility/native-vs-nonnative-checkboxes.html.
* accessibility/mac/no-unknown-objects-when-title-attribute-present-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/no-unknown-objects-when-title-attribute-present-expected.txt.
* accessibility/mac/no-unknown-objects-when-title-attribute-present.html: Renamed from LayoutTests/platform/mac/accessibility/no-unknown-objects-when-title-attribute-present.html.
* accessibility/mac/object-replacement-with-no-rendered-children-at-node-start-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/object-replacement-with-no-rendered-children-at-node-start-expected.txt.
* accessibility/mac/object-replacement-with-no-rendered-children-at-node-start.html: Renamed from LayoutTests/platform/mac/accessibility/object-replacement-with-no-rendered-children-at-node-start.html.
* accessibility/mac/object-replacement-with-rendered-children-at-node-start-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/object-replacement-with-rendered-children-at-node-start-expected.txt.
* accessibility/mac/object-replacement-with-rendered-children-at-node-start.html: Renamed from LayoutTests/platform/mac/accessibility/object-replacement-with-rendered-children-at-node-start.html.
* accessibility/mac/option-with-arialabel-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/option-with-arialabel-expected.txt.
* accessibility/mac/option-with-arialabel.html: Renamed from LayoutTests/platform/mac/accessibility/option-with-arialabel.html.
* accessibility/mac/option-with-lang-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/option-with-lang-expected.txt.
* accessibility/mac/option-with-lang.html: Renamed from LayoutTests/platform/mac/accessibility/option-with-lang.html.
* accessibility/mac/ordered-textmarker-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/ordered-textmarker-crash-expected.txt.
* accessibility/mac/ordered-textmarker-crash.html: Renamed from LayoutTests/platform/mac/accessibility/ordered-textmarker-crash.html.
* accessibility/mac/parent-of-table-row-is-table-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/parent-of-table-row-is-table-expected.txt.
* accessibility/mac/parent-of-table-row-is-table.html: Renamed from LayoutTests/platform/mac/accessibility/parent-of-table-row-is-table.html.
* accessibility/mac/popup-button-exposes-axvalue-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/popup-button-exposes-axvalue-expected.txt.
* accessibility/mac/popup-button-exposes-axvalue.html: Renamed from LayoutTests/platform/mac/accessibility/popup-button-exposes-axvalue.html.
* accessibility/mac/press-action-for-presentational-descendants-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/press-action-for-presentational-descendants-expected.txt.
* accessibility/mac/press-action-for-presentational-descendants.html: Renamed from LayoutTests/platform/mac/accessibility/press-action-for-presentational-descendants.html.
* accessibility/mac/press-action-is-first-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/accessibility/press-action-is-first-expected.txt.
* accessibility/mac/press-action-is-first.html: Renamed from LayoutTests/platform/mac/accessibility/press-action-is-first.html.
* accessibility/mac/press-action-not-exposed-for-event-delegation-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/press-action-not-exposed-for-event-delegation-expected.txt.
* accessibility/mac/press-action-not-exposed-for-event-delegation.html: Renamed from LayoutTests/platform/mac/accessibility/press-action-not-exposed-for-event-delegation.html.
* accessibility/mac/prevent-keyboard-event-dispatch-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/prevent-keyboard-event-dispatch-expected.txt.
* accessibility/mac/prevent-keyboard-event-dispatch.html: Renamed from LayoutTests/platform/mac/accessibility/prevent-keyboard-event-dispatch.html.
* accessibility/mac/progressbar-indeterminate-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/progressbar-indeterminate-expected.txt.
* accessibility/mac/progressbar-indeterminate.html: Renamed from LayoutTests/platform/mac/accessibility/progressbar-indeterminate.html.
* accessibility/mac/radio-button-checkbox-size-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/radio-button-checkbox-size-expected.txt.
* accessibility/mac/radio-button-checkbox-size.html: Renamed from LayoutTests/platform/mac/accessibility/radio-button-checkbox-size.html.
* accessibility/mac/range-for-line-textarea-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/range-for-line-textarea-expected.txt.
* accessibility/mac/range-for-line-textarea.html: Renamed from LayoutTests/platform/mac/accessibility/range-for-line-textarea.html.
* accessibility/mac/range-for-position-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/range-for-position-expected.txt.
* accessibility/mac/range-for-position.html: Renamed from LayoutTests/platform/mac/accessibility/range-for-position.html.
* accessibility/mac/removing-textarea-after-edit-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/removing-textarea-after-edit-crash-expected.txt.
* accessibility/mac/removing-textarea-after-edit-crash.html: Renamed from LayoutTests/platform/mac/accessibility/removing-textarea-after-edit-crash.html.
* accessibility/mac/resources/accessibility-helper.js: Renamed from LayoutTests/platform/mac/accessibility/resources/accessibility-helper.js.
(clearSelectionAndFocusOnWebArea):
(elementAtStartMarkerOfSelectedTextMarkerRange):
(caretBrowsingEnabled):
(setCaretBrowsingEnabled):
* accessibility/mac/resources/cake.png: Renamed from LayoutTests/platform/mac/accessibility/resources/cake.png.
* accessibility/mac/rowheader-outside-table-role-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/rowheader-outside-table-role-expected.txt.
* accessibility/mac/rowheader-outside-table-role.html: Renamed from LayoutTests/platform/mac/accessibility/rowheader-outside-table-role.html.
* accessibility/mac/ruby-hierarchy-roles-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/ruby-hierarchy-roles-expected.txt.
* accessibility/mac/ruby-hierarchy-roles.html: Renamed from LayoutTests/platform/mac/accessibility/ruby-hierarchy-roles.html.
* accessibility/mac/scroll-to-visible-action-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/scroll-to-visible-action-expected.txt.
* accessibility/mac/scroll-to-visible-action.html: Renamed from LayoutTests/platform/mac/accessibility/scroll-to-visible-action.html.
* accessibility/mac/scrollbars-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/scrollbars-expected.txt.
* accessibility/mac/scrollbars.html: Renamed from LayoutTests/platform/mac/accessibility/scrollbars.html.
* accessibility/mac/search-field-cancel-button-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/search-field-cancel-button-expected.txt.
* accessibility/mac/search-field-cancel-button.html: Renamed from LayoutTests/platform/mac/accessibility/search-field-cancel-button.html.
* accessibility/mac/search-predicate-container-not-included-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/search-predicate-container-not-included-expected.txt.
* accessibility/mac/search-predicate-container-not-included.html: Renamed from LayoutTests/platform/mac/accessibility/search-predicate-container-not-included.html.
* accessibility/mac/search-predicate-element-count-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/search-predicate-element-count-expected.txt.
* accessibility/mac/search-predicate-element-count.html: Renamed from LayoutTests/platform/mac/accessibility/search-predicate-element-count.html.
* accessibility/mac/search-predicate-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/search-predicate-expected.txt.
* accessibility/mac/search-predicate-immediate-descendants-only-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/search-predicate-immediate-descendants-only-expected.txt.
* accessibility/mac/search-predicate-immediate-descendants-only.html: Renamed from LayoutTests/platform/mac/accessibility/search-predicate-immediate-descendants-only.html.
* accessibility/mac/search-predicate-start-not-specified-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/search-predicate-start-not-specified-expected.txt.
* accessibility/mac/search-predicate-start-not-specified.html: Renamed from LayoutTests/platform/mac/accessibility/search-predicate-start-not-specified.html.
* accessibility/mac/search-predicate.html: Renamed from LayoutTests/platform/mac/accessibility/search-predicate.html.
* accessibility/mac/search-subrole-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/search-subrole-expected.txt.
* accessibility/mac/search-subrole.html: Renamed from LayoutTests/platform/mac/accessibility/search-subrole.html.
* accessibility/mac/search-when-element-starts-in-table-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/search-when-element-starts-in-table-expected.txt.
* accessibility/mac/search-when-element-starts-in-table.html: Renamed from LayoutTests/platform/mac/accessibility/search-when-element-starts-in-table.html.
* accessibility/mac/search-with-frames-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/search-with-frames-expected.txt.
* accessibility/mac/search-with-frames.html: Renamed from LayoutTests/platform/mac/accessibility/search-with-frames.html.
* accessibility/mac/secure-text-field-supports-fast-search-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/secure-text-field-supports-fast-search-expected.txt.
* accessibility/mac/secure-text-field-supports-fast-search.html: Renamed from LayoutTests/platform/mac/accessibility/secure-text-field-supports-fast-search.html.
* accessibility/mac/select-element-selection-with-optgroups-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-element-selection-with-optgroups-expected.txt.
* accessibility/mac/select-element-selection-with-optgroups.html: Renamed from LayoutTests/platform/mac/accessibility/select-element-selection-with-optgroups.html.
* accessibility/mac/select-text-should-match-whole-words-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text-should-match-whole-words-expected.txt.
* accessibility/mac/select-text-should-match-whole-words.html: Renamed from LayoutTests/platform/mac/accessibility/select-text-should-match-whole-words.html.
* accessibility/mac/select-text-stays-inside-text-controls-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text-stays-inside-text-controls-expected.txt.
* accessibility/mac/select-text-stays-inside-text-controls.html: Renamed from LayoutTests/platform/mac/accessibility/select-text-stays-inside-text-controls.html.
* accessibility/mac/select-text/select-text-1-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-1-expected.txt.
* accessibility/mac/select-text/select-text-1.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-1.html.
* accessibility/mac/select-text/select-text-135546-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-135546-expected.txt.
* accessibility/mac/select-text/select-text-135546.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-135546.html.
* accessibility/mac/select-text/select-text-135575-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-135575-expected.txt.
* accessibility/mac/select-text/select-text-135575.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-135575.html.
* accessibility/mac/select-text/select-text-2-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-2-expected.txt.
* accessibility/mac/select-text/select-text-2.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-2.html.
* accessibility/mac/select-text/select-text-3-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-3-expected.txt.
* accessibility/mac/select-text/select-text-3.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-3.html.
* accessibility/mac/select-text/select-text-4-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-4-expected.txt.
* accessibility/mac/select-text/select-text-4.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-4.html.
* accessibility/mac/select-text/select-text-5-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-5-expected.txt.
* accessibility/mac/select-text/select-text-5.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-5.html.
* accessibility/mac/select-text/select-text-6-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-6-expected.txt.
* accessibility/mac/select-text/select-text-6.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-6.html.
* accessibility/mac/select-text/select-text-7-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-7-expected.txt.
* accessibility/mac/select-text/select-text-7.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-7.html.
* accessibility/mac/select-text/select-text-8-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-8-expected.txt.
* accessibility/mac/select-text/select-text-8.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-8.html.
* accessibility/mac/select-text/select-text-9-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-9-expected.txt.
* accessibility/mac/select-text/select-text-9.html: Renamed from LayoutTests/platform/mac/accessibility/select-text/select-text-9.html.
* accessibility/mac/selected-rows-table-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/selected-rows-table-expected.txt.
* accessibility/mac/selected-rows-table.html: Renamed from LayoutTests/platform/mac/accessibility/selected-rows-table.html.
* accessibility/mac/selected-tab-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/selected-tab-crash-expected.txt.
* accessibility/mac/selected-tab-crash.html: Renamed from LayoutTests/platform/mac/accessibility/selected-tab-crash.html.
* accessibility/mac/selected-text-range-for-empty-textarea-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/selected-text-range-for-empty-textarea-expected.txt.
* accessibility/mac/selected-text-range-for-empty-textarea.html: Renamed from LayoutTests/platform/mac/accessibility/selected-text-range-for-empty-textarea.html.
* accessibility/mac/selection-change-userinfo-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/selection-change-userinfo-expected.txt.
* accessibility/mac/selection-change-userinfo.html: Renamed from LayoutTests/platform/mac/accessibility/selection-change-userinfo.html.
* accessibility/mac/selection-element-tabbing-to-link-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/selection-element-tabbing-to-link-expected.txt.
* accessibility/mac/selection-element-tabbing-to-link.html: Renamed from LayoutTests/platform/mac/accessibility/selection-element-tabbing-to-link.html.
* accessibility/mac/selection-initial-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/selection-initial-expected.txt.
* accessibility/mac/selection-initial.html: Renamed from LayoutTests/platform/mac/accessibility/selection-initial.html.
* accessibility/mac/selection-notification-focus-change-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/selection-notification-focus-change-expected.txt.
* accessibility/mac/selection-notification-focus-change.html: Renamed from LayoutTests/platform/mac/accessibility/selection-notification-focus-change.html.
* accessibility/mac/selection-sync-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/selection-sync-expected.txt.
* accessibility/mac/selection-sync.html: Renamed from LayoutTests/platform/mac/accessibility/selection-sync.html.
* accessibility/mac/selection-value-changes-for-aria-textbox-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt.
* accessibility/mac/selection-value-changes-for-aria-textbox.html: Renamed from LayoutTests/platform/mac/accessibility/selection-value-changes-for-aria-textbox.html.
* accessibility/mac/setting-attributes-is-asynchronous-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/setting-attributes-is-asynchronous-expected.txt.
* accessibility/mac/setting-attributes-is-asynchronous.html: Renamed from LayoutTests/platform/mac/accessibility/setting-attributes-is-asynchronous.html.
* accessibility/mac/slider-allows-title-ui-element-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/slider-allows-title-ui-element-expected.txt.
* accessibility/mac/slider-allows-title-ui-element.html: Renamed from LayoutTests/platform/mac/accessibility/slider-allows-title-ui-element.html.
* accessibility/mac/slider-supports-actions-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/slider-supports-actions-expected.txt.
* accessibility/mac/slider-supports-actions.html: Renamed from LayoutTests/platform/mac/accessibility/slider-supports-actions.html.
* accessibility/mac/spinbutton-valuedescription-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/spinbutton-valuedescription-expected.txt.
* accessibility/mac/spinbutton-valuedescription.html: Renamed from LayoutTests/platform/mac/accessibility/spinbutton-valuedescription.html.
* accessibility/mac/stale-table-rows-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/stale-table-rows-expected.txt.
* accessibility/mac/stale-table-rows.html: Renamed from LayoutTests/platform/mac/accessibility/stale-table-rows.html.
* accessibility/mac/stale-textmarker-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/stale-textmarker-crash-expected.txt.
* accessibility/mac/stale-textmarker-crash.html: Renamed from LayoutTests/platform/mac/accessibility/stale-textmarker-crash.html.
* accessibility/mac/static-text-role-uses-text-under-element-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/static-text-role-uses-text-under-element-expected.txt.
* accessibility/mac/static-text-role-uses-text-under-element.html: Renamed from LayoutTests/platform/mac/accessibility/static-text-role-uses-text-under-element.html.
* accessibility/mac/static-text-with-aria-label-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/static-text-with-aria-label-expected.txt.
* accessibility/mac/static-text-with-aria-label.html: Renamed from LayoutTests/platform/mac/accessibility/static-text-with-aria-label.html.
* accessibility/mac/string-range-contains-listmarker-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/string-range-contains-listmarker-expected.txt.
* accessibility/mac/string-range-contains-listmarker.html: Renamed from LayoutTests/platform/mac/accessibility/string-range-contains-listmarker.html.
* accessibility/mac/submit-button-default-value-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/submit-button-default-value-expected.txt.
* accessibility/mac/submit-button-default-value.html: Renamed from LayoutTests/platform/mac/accessibility/submit-button-default-value.html.
* accessibility/mac/supports-focus-setting-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/supports-focus-setting-expected.txt.
* accessibility/mac/supports-focus-setting.html: Renamed from LayoutTests/platform/mac/accessibility/supports-focus-setting.html.
* accessibility/mac/table-column-and-row-count-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/table-column-and-row-count-expected.txt.
* accessibility/mac/table-column-and-row-count.html: Renamed from LayoutTests/platform/mac/accessibility/table-column-and-row-count.html.
* accessibility/mac/table-headers-attribute-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/table-headers-attribute-expected.txt.
* accessibility/mac/table-headers-attribute.html: Renamed from LayoutTests/platform/mac/accessibility/table-headers-attribute.html.
* accessibility/mac/table-multi-bodies-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/table-multi-bodies-expected.txt.
* accessibility/mac/table-multi-bodies.html: Renamed from LayoutTests/platform/mac/accessibility/table-multi-bodies.html.
* accessibility/mac/table-updating-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/table-updating-expected.txt.
* accessibility/mac/table-updating.html: Renamed from LayoutTests/platform/mac/accessibility/table-updating.html.
* accessibility/mac/table-visible-rows-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/table-visible-rows-expected.txt.
* accessibility/mac/table-visible-rows.html: Renamed from LayoutTests/platform/mac/accessibility/table-visible-rows.html.
* accessibility/mac/table-with-row-col-of-headers-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/table-with-row-col-of-headers-expected.txt.
* accessibility/mac/table-with-row-col-of-headers.html: Renamed from LayoutTests/platform/mac/accessibility/table-with-row-col-of-headers.html.
* accessibility/mac/table-with-zebra-rows-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/table-with-zebra-rows-expected.txt.
* accessibility/mac/table-with-zebra-rows.html: Renamed from LayoutTests/platform/mac/accessibility/table-with-zebra-rows.html.
* accessibility/mac/test-convenience-methods-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/test-convenience-methods-expected.txt.
* accessibility/mac/test-convenience-methods.html: Renamed from LayoutTests/platform/mac/accessibility/test-convenience-methods.html.
* accessibility/mac/text-marker-for-bounds-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/text-marker-for-bounds-expected.txt.
* accessibility/mac/text-marker-for-bounds.html: Renamed from LayoutTests/platform/mac/accessibility/text-marker-for-bounds.html.
* accessibility/mac/text-marker-length-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/text-marker-length-expected.txt.
* accessibility/mac/text-marker-length.html: Renamed from LayoutTests/platform/mac/accessibility/text-marker-length.html.
* accessibility/mac/textbox-role-reports-line-number-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/textbox-role-reports-line-number-expected.txt.
* accessibility/mac/textbox-role-reports-line-number.html: Renamed from LayoutTests/platform/mac/accessibility/textbox-role-reports-line-number.html.
* accessibility/mac/textbox-role-reports-notifications-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/textbox-role-reports-notifications-expected.txt.
* accessibility/mac/textbox-role-reports-notifications.html: Renamed from LayoutTests/platform/mac/accessibility/textbox-role-reports-notifications.html.
* accessibility/mac/textmarker-for-index-out-of-bounds-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/textmarker-for-index-out-of-bounds-crash-expected.txt.
* accessibility/mac/textmarker-for-index-out-of-bounds-crash.html: Renamed from LayoutTests/platform/mac/accessibility/textmarker-for-index-out-of-bounds-crash.html.
* accessibility/mac/textmarker-routines-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/textmarker-routines-expected.txt.
* accessibility/mac/textmarker-routines.html: Renamed from LayoutTests/platform/mac/accessibility/textmarker-routines.html.
* accessibility/mac/title-attribute-not-used-as-axtitle-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/title-attribute-not-used-as-axtitle-expected.txt.
* accessibility/mac/title-attribute-not-used-as-axtitle.html: Renamed from LayoutTests/platform/mac/accessibility/title-attribute-not-used-as-axtitle.html.
* accessibility/mac/title-attribute-used-as-last-resort-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/title-attribute-used-as-last-resort-expected.txt.
* accessibility/mac/title-attribute-used-as-last-resort.html: Renamed from LayoutTests/platform/mac/accessibility/title-attribute-used-as-last-resort.html.
* accessibility/mac/unexpected-help-text-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/unexpected-help-text-expected.txt.
* accessibility/mac/unexpected-help-text.html: Renamed from LayoutTests/platform/mac/accessibility/unexpected-help-text.html.
* accessibility/mac/unsupported-attribute-does-not-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/unsupported-attribute-does-not-crash-expected.txt.
* accessibility/mac/unsupported-attribute-does-not-crash.html: Renamed from LayoutTests/platform/mac/accessibility/unsupported-attribute-does-not-crash.html.
* accessibility/mac/update-children-when-aria-role-changes-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/update-children-when-aria-role-changes-expected.txt.
* accessibility/mac/update-children-when-aria-role-changes.html: Renamed from LayoutTests/platform/mac/accessibility/update-children-when-aria-role-changes.html.
* accessibility/mac/updating-attribute-in-table-row-crash-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/updating-attribute-in-table-row-crash-expected.txt.
* accessibility/mac/updating-attribute-in-table-row-crash.html: Renamed from LayoutTests/platform/mac/accessibility/updating-attribute-in-table-row-crash.html.
* accessibility/mac/value-change-userinfo-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/value-change-userinfo-expected.txt.
* accessibility/mac/value-change-userinfo.html: Renamed from LayoutTests/platform/mac/accessibility/value-change-userinfo.html.
* accessibility/mac/visible-position-crash-for-text-node-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/visible-position-crash-for-text-node-expected.txt.
* accessibility/mac/visible-position-crash-for-text-node.html: Renamed from LayoutTests/platform/mac/accessibility/visible-position-crash-for-text-node.html.
* accessibility/mac/webarea-can-set-focus-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/webarea-can-set-focus-expected.txt.
* accessibility/mac/webarea-can-set-focus.html: Renamed from LayoutTests/platform/mac/accessibility/webarea-can-set-focus.html.
* accessibility/mac/webarea-size-equals-content-size-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/webarea-size-equals-content-size-expected.txt.
* accessibility/mac/webarea-size-equals-content-size.html: Renamed from LayoutTests/platform/mac/accessibility/webarea-size-equals-content-size.html.
* accessibility/mac/webkit-alt-for-css-content-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/webkit-alt-for-css-content-expected.txt.
* accessibility/mac/webkit-alt-for-css-content.html: Renamed from LayoutTests/platform/mac/accessibility/webkit-alt-for-css-content.html.
* accessibility/mac/webkit-scrollarea-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/webkit-scrollarea-expected.txt.
* accessibility/mac/webkit-scrollarea-position-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/webkit-scrollarea-position-expected.txt.
* accessibility/mac/webkit-scrollarea-position.html: Renamed from LayoutTests/platform/mac/accessibility/webkit-scrollarea-position.html.
* accessibility/mac/webkit-scrollarea.html: Renamed from LayoutTests/platform/mac/accessibility/webkit-scrollarea.html.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/accessibility/press-action-is-first-expected.txt: Removed.
* platform/mac/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Removed.
* platform/wk2/TestExpectations:
2015-08-03 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(r184899): Crash when focusing an input element styled with a web font
https://bugs.webkit.org/show_bug.cgi?id=147616
<rdar://problem/21838271>
Reviewed by Dean Jackson.
* fast/text/input-webfont-focus-expected.txt: Added.
* fast/text/input-webfont-focus.html: Added.
2015-07-31 Filip Pizlo <fpizlo@apple.com>
DFG should have adaptive structure watchpoints
https://bugs.webkit.org/show_bug.cgi?id=146929
Reviewed by Geoffrey Garen.
* js/regress/global-object-access-with-mutating-structure-expected.txt: Added.
* js/regress/global-object-access-with-mutating-structure.html: Added.
* js/regress/prototype-access-with-mutating-prototype-expected.txt: Added.
* js/regress/prototype-access-with-mutating-prototype.html: Added.
* js/regress/script-tests/global-object-access-with-mutating-structure.js: Added.
(foo):
* js/regress/script-tests/prototype-access-with-mutating-prototype.js: Added.
(foo):
* js/regress/script-tests/undefined-property-access.js:
(foo):
(bar):
(baz):
2015-08-03 Brady Eidson <beidson@apple.com>
Fix ASSERTy test added in r187752
* http/tests/appcache/resources/identifier-test-real.php: Only post one message.
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Move platform/gtk/accessibility tests into accessibility/gtk
https://bugs.webkit.org/show_bug.cgi?id=147594
Move platform/gtk/accessibility tests into accessibility/gtk. Skip them in global TestExpectations, re-enable them in platform/gtk/TestExpectations.
* TestExpectations:
* accessibility/gtk/aria-checkbox-sends-notification-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-checkbox-sends-notification-expected.txt.
* accessibility/gtk/aria-fallback-roles-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-fallback-roles-expected.txt.
* accessibility/gtk/aria-help-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-help-expected.txt.
* accessibility/gtk/aria-hidden-false-works-in-subtrees-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-hidden-false-works-in-subtrees-expected.txt.
* accessibility/gtk/aria-inherits-presentational-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-inherits-presentational-expected.txt.
* accessibility/gtk/aria-listbox-crash-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-listbox-crash-expected.txt.
* accessibility/gtk/aria-listbox-crash.html: Renamed from LayoutTests/platform/gtk/accessibility/aria-listbox-crash.html.
* accessibility/gtk/aria-menubar-menuitems-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-menubar-menuitems-expected.txt.
* accessibility/gtk/aria-options-and-menuitems-crash-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-options-and-menuitems-crash-expected.txt.
* accessibility/gtk/aria-options-and-menuitems-crash.html: Renamed from LayoutTests/platform/gtk/accessibility/aria-options-and-menuitems-crash.html.
* accessibility/gtk/aria-roles-unignored-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-roles-unignored-expected.txt.
* accessibility/gtk/aria-roles-unignored.html: Renamed from LayoutTests/platform/gtk/accessibility/aria-roles-unignored.html.
* accessibility/gtk/aria-slider-required-attributes-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-slider-required-attributes-expected.txt.
* accessibility/gtk/aria-slider-required-attributes.html: Renamed from LayoutTests/platform/gtk/accessibility/aria-slider-required-attributes.html.
* accessibility/gtk/aria-switch-text-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-switch-text-expected.txt.
* accessibility/gtk/aria-table-hierarchy-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-table-hierarchy-expected.txt.
* accessibility/gtk/aria-toggle-button-role-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-toggle-button-role-expected.txt.
* accessibility/gtk/aria-toggle-button-role.html: Renamed from LayoutTests/platform/gtk/accessibility/aria-toggle-button-role.html.
* accessibility/gtk/aria-toggle-button-with-title-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt.
* accessibility/gtk/button-accessible-name-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/button-accessible-name-expected.txt.
* accessibility/gtk/button-accessible-name.html: Renamed from LayoutTests/platform/gtk/accessibility/button-accessible-name.html.
* accessibility/gtk/caret-browsing-select-focus-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/caret-browsing-select-focus-expected.txt.
* accessibility/gtk/caret-browsing-select-focus.html: Renamed from LayoutTests/platform/gtk/accessibility/caret-browsing-select-focus.html.
* accessibility/gtk/caret-browsing-text-focus-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/caret-browsing-text-focus-expected.txt.
* accessibility/gtk/caret-browsing-text-focus.html: Renamed from LayoutTests/platform/gtk/accessibility/caret-browsing-text-focus.html.
* accessibility/gtk/caret-offsets-and-extraneous-white-spaces-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/caret-offsets-and-extraneous-white-spaces-expected.txt.
* accessibility/gtk/caret-offsets-and-extraneous-white-spaces.html: Renamed from LayoutTests/platform/gtk/accessibility/caret-offsets-and-extraneous-white-spaces.html.
* accessibility/gtk/caret-offsets-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/caret-offsets-expected.txt.
* accessibility/gtk/caret-offsets.html: Renamed from LayoutTests/platform/gtk/accessibility/caret-offsets.html.
* accessibility/gtk/color-well-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/color-well-expected.txt.
* accessibility/gtk/combobox-descendants-orientation-crash-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/combobox-descendants-orientation-crash-expected.txt.
* accessibility/gtk/combobox-descendants-orientation-crash.html: Renamed from LayoutTests/platform/gtk/accessibility/combobox-descendants-orientation-crash.html.
* accessibility/gtk/css-content-attribute-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/css-content-attribute-expected.txt.
* accessibility/gtk/detached-object-role-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/detached-object-role-expected.txt.
* accessibility/gtk/detached-object-role.html: Renamed from LayoutTests/platform/gtk/accessibility/detached-object-role.html.
* accessibility/gtk/dimensions-include-descendants-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/dimensions-include-descendants-expected.txt.
* accessibility/gtk/disabled-controls-not-focusable-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/disabled-controls-not-focusable-expected.txt.
* accessibility/gtk/entry-and-password-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/entry-and-password-expected.txt.
* accessibility/gtk/entry-and-password.html: Renamed from LayoutTests/platform/gtk/accessibility/entry-and-password.html.
* accessibility/gtk/file-upload-button-stringvalue-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/file-upload-button-stringvalue-expected.txt.
* accessibility/gtk/image-link-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/image-link-expected.txt.
* accessibility/gtk/image-map1-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/image-map1-expected.txt.
* accessibility/gtk/image-map2-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/image-map2-expected.txt.
* accessibility/gtk/image-with-alt-and-map-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/image-with-alt-and-map-expected.txt.
* accessibility/gtk/img-fallsback-to-title-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/img-fallsback-to-title-expected.txt.
* accessibility/gtk/inline-continuations-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/inline-continuations-expected.txt.
* accessibility/gtk/input-slider-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/input-slider-expected.txt.
* accessibility/gtk/input-slider.html: Renamed from LayoutTests/platform/gtk/accessibility/input-slider.html.
* accessibility/gtk/list-detection-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/list-detection-expected.txt.
* accessibility/gtk/list-items-always-exposed-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/list-items-always-exposed-expected.txt.
* accessibility/gtk/list-items-always-exposed.html: Renamed from LayoutTests/platform/gtk/accessibility/list-items-always-exposed.html.
* accessibility/gtk/lists-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/lists-expected.txt.
* accessibility/gtk/math-multiscript-attributes-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/math-multiscript-attributes-expected.txt.
* accessibility/gtk/math-text-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/math-text-expected.txt.
* accessibility/gtk/media-controls-panel-title-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/media-controls-panel-title-expected.txt.
* accessibility/gtk/media-controls-panel-title.html: Renamed from LayoutTests/platform/gtk/accessibility/media-controls-panel-title.html.
* accessibility/gtk/media-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/media-element-expected.txt.
* accessibility/gtk/media-emits-object-replacement-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/media-emits-object-replacement-expected.txt.
* accessibility/gtk/media-emits-object-replacement.html: Renamed from LayoutTests/platform/gtk/accessibility/media-emits-object-replacement.html.
* accessibility/gtk/menu-list-crash2-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/menu-list-crash2-expected.txt.
* accessibility/gtk/menu-list-sends-change-notification-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt.
* accessibility/gtk/menu-list-unfocused-notifications-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/menu-list-unfocused-notifications-expected.txt.
* accessibility/gtk/menu-list-unfocused-notifications.html: Renamed from LayoutTests/platform/gtk/accessibility/menu-list-unfocused-notifications.html.
* accessibility/gtk/meter-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/meter-element-expected.txt.
* accessibility/gtk/name-from-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/name-from-label-expected.txt.
* accessibility/gtk/name-from-label.html: Renamed from LayoutTests/platform/gtk/accessibility/name-from-label.html.
* accessibility/gtk/no-notification-for-unrendered-iframe-children-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/no-notification-for-unrendered-iframe-children-expected.txt.
* accessibility/gtk/no-notification-for-unrendered-iframe-children.html: Renamed from LayoutTests/platform/gtk/accessibility/no-notification-for-unrendered-iframe-children.html.
* accessibility/gtk/object-attributes-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/object-attributes-expected.txt.
* accessibility/gtk/object-attributes.html: Renamed from LayoutTests/platform/gtk/accessibility/object-attributes.html.
* accessibility/gtk/object-with-title-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/object-with-title-expected.txt.
* accessibility/gtk/object-with-title.html: Renamed from LayoutTests/platform/gtk/accessibility/object-with-title.html.
* accessibility/gtk/platform-name-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/platform-name-expected.txt.
* accessibility/gtk/plugin-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/plugin-expected.txt.
* accessibility/gtk/press-targets-center-point-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/press-targets-center-point-expected.txt.
* accessibility/gtk/radio-button-title-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/radio-button-title-label-expected.txt.
* accessibility/gtk/remapped-aria-crash-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/remapped-aria-crash-expected.txt.
* accessibility/gtk/remapped-aria-crash.html: Renamed from LayoutTests/platform/gtk/accessibility/remapped-aria-crash.html.
* accessibility/gtk/render-counter-text-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/render-counter-text-expected.txt.
* accessibility/gtk/replaced-objects-in-anonymous-blocks-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt.
* accessibility/gtk/replaced-objects-in-anonymous-blocks.html: Renamed from LayoutTests/platform/gtk/accessibility/replaced-objects-in-anonymous-blocks.html.
* accessibility/gtk/roles-computedRoleString-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/roles-computedRoleString-expected.txt.
* accessibility/gtk/roles-exposed-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/roles-exposed-expected.txt.
* accessibility/gtk/spans-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/spans-expected.txt.
* accessibility/gtk/spans-paragraphs-and-divs-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/spans-paragraphs-and-divs-expected.txt.
* accessibility/gtk/spans-paragraphs-and-divs.html: Renamed from LayoutTests/platform/gtk/accessibility/spans-paragraphs-and-divs.html.
* accessibility/gtk/spans.html: Renamed from LayoutTests/platform/gtk/accessibility/spans.html.
* accessibility/gtk/spinbutton-value-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/spinbutton-value-expected.txt.
* accessibility/gtk/tabindex-elements-are-accessible-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/tabindex-elements-are-accessible-expected.txt.
* accessibility/gtk/table-attributes-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-attributes-expected.txt.
* accessibility/gtk/table-cell-spans-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-cell-spans-expected.txt.
* accessibility/gtk/table-cells-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-cells-expected.txt.
* accessibility/gtk/table-column-headers-with-captions-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-column-headers-with-captions-expected.txt.
* accessibility/gtk/table-detection-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-detection-expected.txt.
* accessibility/gtk/table-hierarchy-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-hierarchy-expected.txt.
* accessibility/gtk/table-one-cell-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-one-cell-expected.txt.
* accessibility/gtk/table-roles-hierarchy-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-roles-hierarchy-expected.txt.
* accessibility/gtk/table-sections-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-sections-expected.txt.
* accessibility/gtk/table-with-rules-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/table-with-rules-expected.txt.
* accessibility/gtk/text-at-offset-embedded-objects-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-embedded-objects-expected.txt.
* accessibility/gtk/text-at-offset-embedded-objects.html: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-embedded-objects.html.
* accessibility/gtk/text-at-offset-newlines-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-newlines-expected.txt.
* accessibility/gtk/text-at-offset-newlines.html: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-newlines.html.
* accessibility/gtk/text-at-offset-preformatted-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-preformatted-expected.txt.
* accessibility/gtk/text-at-offset-preformatted.html: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-preformatted.html.
* accessibility/gtk/text-at-offset-simple-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-simple-expected.txt.
* accessibility/gtk/text-at-offset-simple.html: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-simple.html.
* accessibility/gtk/text-at-offset-special-chars-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-special-chars-expected.txt.
* accessibility/gtk/text-at-offset-special-chars.html: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-special-chars.html.
* accessibility/gtk/text-at-offset-textarea-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-textarea-expected.txt.
* accessibility/gtk/text-at-offset-textarea.html: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-textarea.html.
* accessibility/gtk/text-at-offset-textinput-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-textinput-expected.txt.
* accessibility/gtk/text-at-offset-textinput.html: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-textinput.html.
* accessibility/gtk/text-at-offset-wrapped-lines-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-wrapped-lines-expected.txt.
* accessibility/gtk/text-at-offset-wrapped-lines.html: Renamed from LayoutTests/platform/gtk/accessibility/text-at-offset-wrapped-lines.html.
* accessibility/gtk/text-for-range-combo-box-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-combo-box-expected.txt.
* accessibility/gtk/text-for-range-combo-box.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-combo-box.html.
* accessibility/gtk/text-for-range-embedded-objects-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-embedded-objects-expected.txt.
* accessibility/gtk/text-for-range-embedded-objects.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-embedded-objects.html.
* accessibility/gtk/text-for-range-entry-and-password-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-entry-and-password-expected.txt.
* accessibility/gtk/text-for-range-entry-and-password.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-entry-and-password.html.
* accessibility/gtk/text-for-range-extraneous-whitespace-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-extraneous-whitespace-expected.txt.
* accessibility/gtk/text-for-range-extraneous-whitespace.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-extraneous-whitespace.html.
* accessibility/gtk/text-for-range-formatted-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-formatted-expected.txt.
* accessibility/gtk/text-for-range-formatted.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-formatted.html.
* accessibility/gtk/text-for-range-heading-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-heading-expected.txt.
* accessibility/gtk/text-for-range-heading.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-heading.html.
* accessibility/gtk/text-for-range-list-items-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-list-items-expected.txt.
* accessibility/gtk/text-for-range-list-items.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-list-items.html.
* accessibility/gtk/text-for-range-simple-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-simple-expected.txt.
* accessibility/gtk/text-for-range-simple.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-simple.html.
* accessibility/gtk/text-for-range-table-cells-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-table-cells-expected.txt.
* accessibility/gtk/text-for-range-table-cells.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-table-cells.html.
* accessibility/gtk/text-for-range-with-link-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-with-link-expected.txt.
* accessibility/gtk/text-for-range-with-link.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-range-with-link.html.
* accessibility/gtk/text-for-table-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-for-table-expected.txt.
* accessibility/gtk/text-for-table.html: Renamed from LayoutTests/platform/gtk/accessibility/text-for-table.html.
* accessibility/gtk/text-in-span-block-in-a-block-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/text-in-span-block-in-a-block-expected.txt.
* accessibility/gtk/text-in-span-block-in-a-block.html: Renamed from LayoutTests/platform/gtk/accessibility/text-in-span-block-in-a-block.html.
* accessibility/gtk/title-and-alt-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/title-and-alt-expected.txt.
* accessibility/gtk/title-and-alt.html: Renamed from LayoutTests/platform/gtk/accessibility/title-and-alt.html.
* accessibility/gtk/transformed-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/transformed-element-expected.txt.
* accessibility/gtk/xml-roles-exposed-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/xml-roles-exposed-expected.txt.
* accessibility/gtk/xml-roles-exposed.html: Renamed from LayoutTests/platform/gtk/accessibility/xml-roles-exposed.html.
* platform/gtk/TestExpectations:
2015-08-03 Simon Fraser <simon.fraser@apple.com>
Remove Windows XP test results
https://bugs.webkit.org/show_bug.cgi?id=147592
Reviewed by Brent Fulgham.
We no longer need to maintain Windows XP test results.
* platform/win-xp/TestExpectations: Removed.
* platform/win-xp/*: Removed.
2015-08-03 Yusuke Suzuki <utatane.tea@gmail.com>
JavascriptCore Crash in JSC::ASTBuilder::Property JSC::Parser<JSC::Lexer<unsigned char> >::parseProperty<JSC::ASTBuilder>(JSC::ASTBuilder&, bool)
https://bugs.webkit.org/show_bug.cgi?id=147538
Reviewed by Geoffrey Garen.
Update the test expectation file because '=>' is a token, not a keywowrd.
* js/arrowfunction-syntax-errors-expected.txt:
2015-08-03 Brady Eidson <beidson@apple.com>
Adding a test for:
Crash when signing into twitter calling WebCore::DocumentLoader::responseReceived(WebCore::CachedResource*, WebCore::ResourceResponse const&).
<rdar://problem/22098457> and https://bugs.webkit.org/show_bug.cgi?id=147560
Reviewed by Alexey Proskuryakov.
* http/tests/appcache/identifier-test-expected.txt: Added.
* http/tests/appcache/identifier-test.html: Added.
* http/tests/appcache/resources/identifier-test-real.php: Added.
* http/tests/appcache/resources/identifier-test.manifest: Added.
* http/tests/appcache/resources/identifier-test.php: Added.
2015-08-03 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r187729.
https://bugs.webkit.org/show_bug.cgi?id=147575
10% performance hit (Requested by litherum on #webkit).
Reverted changeset:
"[OS X] Font fallback is not language-sensitive"
https://bugs.webkit.org/show_bug.cgi?id=147390
http://trac.webkit.org/changeset/187729
2015-08-01 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Font fallback is not language-sensitive
https://bugs.webkit.org/show_bug.cgi?id=147390
Reviewed by Dean Jackson.
Updating tests.
* css3/line-break/line-break-auto-centered-expected.html:
* css3/line-break/line-break-auto-centered.html:
* css3/line-break/line-break-auto-postfixes-expected.html:
* css3/line-break/line-break-auto-postfixes.html:
* css3/line-break/line-break-loose-centered-expected.html:
* css3/line-break/line-break-loose-centered.html:
* css3/line-break/line-break-loose-hyphens-expected.html:
* css3/line-break/line-break-loose-hyphens.html:
* css3/line-break/line-break-loose-postfixes-expected.html:
* css3/line-break/line-break-loose-postfixes.html:
* css3/line-break/line-break-loose-sound-marks-expected.html:
* css3/line-break/line-break-loose-sound-marks.html:
* css3/line-break/line-break-normal-centered-expected.html:
* css3/line-break/line-break-normal-centered.html:
* css3/line-break/line-break-normal-hyphens-expected.html:
* css3/line-break/line-break-normal-hyphens.html:
* css3/line-break/line-break-normal-postfixes-expected.html:
* css3/line-break/line-break-normal-postfixes.html:
* css3/line-break/line-break-normal-sound-marks-expected.html:
* css3/line-break/line-break-normal-sound-marks.html:
* css3/line-break/line-break-strict-centered-expected.html:
* css3/line-break/line-break-strict-centered.html:
* css3/line-break/line-break-strict-hyphens-expected.html:
* css3/line-break/line-break-strict-hyphens.html:
* css3/line-break/line-break-strict-postfixes-expected.html:
* css3/line-break/line-break-strict-postfixes.html:
* css3/line-break/line-break-strict-sound-marks-expected.html:
* css3/line-break/line-break-strict-sound-marks.html:
* fast/text/fallback-language-han-expected.html: Added.
* fast/text/fallback-language-han.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-08-01 Myles C. Maxfield <mmaxfield@apple.com>
[Win] Test gardening
Unreviewed
* platform/win/TestExpectations:
2015-07-31 Myles C. Maxfield <mmaxfield@apple.com>
Adding -expected.png for fast/text/international/arabic-justify.html
* platform/mac-yosemite/fast/text/international/arabic-justify-expected.png: Added
2015-07-31 Matt Rajca <mrajca@apple.com>
Media Session: add test to ensure that switching media sessions pauses elements
https://bugs.webkit.org/show_bug.cgi?id=147493
Reviewed by Eric Carlson.
* media/session/switching-sessions-expected.txt: Added.
* media/session/switching-sessions.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-07-31 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Skip Media Sessions tests, the feature is not yet enabled.
* TestExpectations:
* platform/efl/TestExpectations:
* platform/mac/TestExpectations:
2015-07-31 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Update inspector test skips based on bots.
* TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-07-31 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Unskip / Unflake inspector tests after r187627
https://bugs.webkit.org/show_bug.cgi?id=147503
Reviewed by Brian Burg.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Unskip and unflake inspector tests.
* http/tests/inspector/inspector-test.js:
(InspectorTestProxy.addResult):
Simplify with the new append API.
(InspectorTestProxy.clearResults): Deleted.
Delete, as it is no longer used.
* inspector/debugger/probe-manager-add-remove-actions-expected.txt:
Include output that was getting erronously cleared by clearResults
which we removed.
* inspector/dom/highlightSelector-expected.txt:
* inspector/dom/highlightSelector.html:
Make this test more reliable when run with other tests.
Never assume the frame id for the main frame or sub frame,
instead compute them and mask them in the output.
* inspector/dom/resources/highlightSelector-iframe.html: Renamed from LayoutTests/inspector/dom/highlightSelector-iframe.html.
Move the non-test iframe html resource into a sub-folder
so it won't be treated like an actual test.
2015-07-31 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Skip more inspector tests on Windows.
It may be that no inspector tests are working on Windows,
if that is the case we may move to skipping all of them
and investigate unskipping in chunks.
* platform/win/TestExpectations:
2015-07-31 Myles C. Maxfield <mmaxfield@apple.com>
[SVG -> OTF Converter] Crash when converting Arabic fonts
https://bugs.webkit.org/show_bug.cgi?id=147510
Reviewed by Anders Carlsson.
* fast/text/arabic-duplicate-glyph-font-expected.txt: Added.
* fast/text/arabic-duplicate-glyph-font.html: Added.
* fast/text/resources/arabic-duplicate-glyph-font.svg: Added.
2015-07-31 Saam barati <saambarati1@gmail.com>
ES6 class syntax should use block scoping
https://bugs.webkit.org/show_bug.cgi?id=142567
Reviewed by Geoffrey Garen.
* js/class-constructor-return-expected.txt:
* js/class-syntax-call-expected.txt:
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-default-constructor-expected.txt:
* js/class-syntax-extends-expected.txt:
* js/class-syntax-name-expected.txt:
* js/class-syntax-super-expected.txt:
* js/script-tests/class-constructor-return.js:
(shouldThrow):
(shouldNotThrow):
(shouldBeTrue):
(shouldBeFalse):
* js/script-tests/class-syntax-call.js:
(A):
(B):
(shouldThrow):
(shouldNotThrow):
* js/script-tests/class-syntax-declaration.js:
(shouldThrow):
(shouldNotThrow):
(shouldBe):
* js/script-tests/class-syntax-default-constructor.js:
(shouldThrow):
(shouldBe):
(shouldBeTrue):
(assert):
(A):
(B):
* js/script-tests/class-syntax-extends.js:
(shouldThrow):
(shouldNotThrow):
(shouldBe):
(shouldBeTrue):
(Base):
(Base.prototype.baseMethod):
* js/script-tests/class-syntax-name.js:
(shouldThrow):
(shouldNotThrow):
(shouldBe):
(shouldBeTrue):
(runTestShouldBe):
* js/script-tests/class-syntax-super.js:
(shouldThrow):
(shouldNotThrow):
(shouldBe):
(shouldBeTrue):
(shouldBeFalse):
2015-07-30 Matt Rajca <mrajca@apple.com>
Media Session: add test for MediaSession.releaseSession()
https://bugs.webkit.org/show_bug.cgi?id=147478
Reviewed by Eric Carlson.
* media/session/releasing-sessions-expected.txt: Added.
* media/session/releasing-sessions.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-07-30 Matt Rajca <mrajca@apple.com>
Media Session: add test to ensure next/previous-track event handlers are not fired when they are disabled
https://bugs.webkit.org/show_bug.cgi?id=147477
Reviewed by Eric Carlson.
* media/session/track-media-events-disabled-expected.txt: Added.
* media/session/track-media-events-disabled.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-07-30 Matt Rajca <mrajca@apple.com>
Media Session: add test to ensure media sessions are in an Idle state after creation
https://bugs.webkit.org/show_bug.cgi?id=147471
Reviewed by Eric Carlson.
* media/session/session-creation-expected.txt: Added.
* media/session/session-creation.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-07-30 Anders Carlsson <andersca@apple.com>
Assertion failure when a plug-in loads a resource that redirects somewhere
https://bugs.webkit.org/show_bug.cgi?id=147469
Reviewed by Alexey Proskuryakov.
Add a test.
* http/tests/plugins/get-url-redirect-expected.txt: Added.
* http/tests/plugins/get-url-redirect.html: Added.
* http/tests/plugins/resources/redirection-response.php: Added.
2015-07-29 Matt Rajca <mrajca@apple.com>
Media Session: test Play/Pause media control events delivered to non-Content media sessions
https://bugs.webkit.org/show_bug.cgi?id=147414
Reviewed by Eric Carlson.
* media/session/play-pause-media-events-in-non-content-sessions-expected.txt: Added.
* media/session/play-pause-media-events-in-non-content-sessions.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-07-29 Matt Rajca <mrajca@apple.com>
Media Session: test Play/Pause media control events delivered to Content media sessions
https://bugs.webkit.org/show_bug.cgi?id=147413
Reviewed by Eric Carlson.
* media/session/play-pause-media-events-in-content-sessions-expected.txt: Added.
* media/session/play-pause-media-events-in-content-sessions.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-07-30 Aakash Jain <aakash_jain@apple.com>
Replace Google App Engine with AppScale
https://bugs.webkit.org/show_bug.cgi?id=147178
Reviewed by Daniel Bates.
* fast/harness/results.html:
2015-07-30 Joonghun Park <jh718.park@samsung.com>
[EFL] Enable IndexedDB based on DatabaseProcess
https://bugs.webkit.org/show_bug.cgi?id=147221
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations: Update IndexedDB test expectations.
2015-07-30 Nan Wang <n_wang@apple.com>
aria-liveregions-notifications tests are very flaky
https://bugs.webkit.org/show_bug.cgi?id=147299
<rdar://problem/21998675>
Reviewed by Chris Fleizach.
These tests were flaky because they relied on timer notification callbacks.
Fixed these tests by using different objects to capture the notifications instead.
* platform/mac/TestExpectations:
* platform/mac/accessibility/aria-liveregions-notifications-always-sent-expected.txt:
* platform/mac/accessibility/aria-liveregions-notifications-always-sent.html:
* platform/mac/accessibility/aria-liveregions-notifications-expected.txt:
* platform/mac/accessibility/aria-liveregions-notifications.html:
2015-07-30 Simon Fraser <simon.fraser@apple.com>
Selecting in an iframe can cause main page scrolling
https://bugs.webkit.org/show_bug.cgi?id=147431
rdar://problem/19244589
Reviewed by Zalan Bujtas.
Test that uses eventSender to select in an iframe after scrolling the
main page.
* fast/events/autoscroll-in-iframe-expected.txt: Added.
* fast/events/autoscroll-in-iframe.html: Added.
2015-07-29 Matt Rajca <mrajca@apple.com>
Media Session: test Next/Previous Track media control events delivered to Content media sessions
https://bugs.webkit.org/show_bug.cgi?id=147416
Reviewed by Eric Carlson.
* media/session/track-media-events-in-content-sessions-expected.txt: Added.
* media/session/track-media-events-in-content-sessions.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-07-30 Michael Catanzaro <mcatanzaro@igalia.com>
Web Inspector: [Freetype] Allow inspector to retrieve a list of system fonts
https://bugs.webkit.org/show_bug.cgi?id=147018
Reviewed by Carlos Garcia Campos.
* inspector/css/get-system-fonts-expected.txt: Expect some free fonts to be missing....
* inspector/css/get-system-fonts.html: Check for some free fonts.
* platform/gtk/TestExpectations: Unskip the test.
* platform/gtk/inspector/css/get-system-fonts-expected.txt: Added.
2015-07-30 Nan Wang <n_wang@apple.com>
AX: VoiceOver unable to access content in malformed trees
https://bugs.webkit.org/show_bug.cgi?id=147295
<rdar://problem/14862892>
Reviewed by Chris Fleizach.
* accessibility/aria-mappings.html:
* accessibility/treeitem-child-exposed-expected.txt:
* accessibility/treeitem-child-exposed.html:
* platform/mac/accessibility/malformed-tree-expected.txt: Added.
* platform/mac/accessibility/malformed-tree.html: Added.
2015-07-30 Benjamin Poulain <benjamin@webkit.org>
Update JSC's standalone-pre.js for r187575
https://bugs.webkit.org/show_bug.cgi?id=147444
Unreviewed.
* resources/standalone-pre.js:
(shouldBeType):
Copy shouldBeType() from the non-standalone version.
2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
Implement basic types for ECMAScript Internationalization API
https://bugs.webkit.org/show_bug.cgi?id=146926
Reviewed by Benjamin Poulain.
Add tests for Intl.Collator, Intl.NumberFormat, and Intl.DateTimeFormat
* TestExpectations: Enabled intl tests.
* js/intl-collator-expected.txt: Added.
* js/intl-collator.html: Added.
* js/intl-datetimeformat-expected.txt: Added.
* js/intl-datetimeformat.html: Added.
* js/intl-expected.txt: Updated.
* js/intl-numberformat-expected.txt: Added.
* js/intl-numberformat.html: Added.
* js/script-tests/intl-collator.js: Added.
* js/script-tests/intl-datetimeformat.js: Added.
* js/script-tests/intl-numberformat.js: Added.
* js/script-tests/intl.js: Added tests for Collator, NumberFormat, and DateTimeFormat.
2015-07-29 Zalan Bujtas <zalan@apple.com>
Remove the spanner placeholder from m_spannerMap when the placeholder object
gets transferred to a descendant flow.
https://bugs.webkit.org/show_bug.cgi?id=147380
rdar://problem/21981078
Reviewed by David Hyatt.
Before r180328, the spanner placeholder was removed from m_spannerMap through
RenderMultiColumnFlowThread::removeFlowChildInfo() by calling flowThreadRelativeWillBeRemoved()
when the placeholder renderer got transferred to the descendant flow.
Now we just remove it from the map when the renderer is being detached.
* fast/multicol/newmulticol/spanner-crash-with-embedded-columns-expected.txt: Added.
* fast/multicol/newmulticol/spanner-crash-with-embedded-columns.html: Added.
2015-07-29 Brady Eidson <beidson@apple.com>
Crash calling webSocket.close() from onError handler for blocked web socket.
<rdar://problem/21771620> and https://bugs.webkit.org/show_bug.cgi?id=147411
Reviewed by Tim Horton.
* http/tests/security/mixedContent/resources/frame-with-insecure-websocket.html: Add a call to webSocket.close() inside the onError handler.
* http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe-expected.txt:
* http/tests/security/mixedContent/websocket/insecure-websocket-in-main-frame-expected.txt:
2015-07-19 Matt Rajca <mrajca@apple.com>
Media Session: test 'Transient Solo' interruptions
https://bugs.webkit.org/show_bug.cgi?id=147091
Reviewed by Eric Carlson.
* media/session/transient-solo-interruptions-expected.txt: Added.
* media/session/transient-solo-interruptions.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-07-29 Basile Clement <basile_clement@apple.com>
Unreviewed, remove a .orig file.
https://bugs.webkit.org/show_bug.cgi?id=113610
* fast/css-intrinsic-dimensions/height-property-value.html.orig: Removed.
2015-07-28 Benjamin Poulain <bpoulain@apple.com>
Speed up the Stringifier::toJSON() fast case
https://bugs.webkit.org/show_bug.cgi?id=147383
Reviewed by Andreas Kling.
Make the fast case of Stringifier::toJSON() inline and the uncommon
case out-of-line.
* js/dom/JSON-stringify-string-object-with-tojson-expected.txt: Added.
* js/dom/JSON-stringify-string-object-with-tojson.html: Added.
* js/resources/JSON-stringify-string-object-with-tojson.js: Added.
(stringObject.toJSON):
(String.prototype.toJSON):
2015-07-28 Simon Fraser <simon.fraser@apple.com>
Animations sometimes fail to start
https://bugs.webkit.org/show_bug.cgi?id=147394
rdar://problem/21852603
Reviewed by Dean Jackson.
Test that starts an accelerated and non-accelerated animation, then removes
the node for the accelerated one.
* animations/remove-syncing-animation-expected.txt: Added.
* animations/remove-syncing-animation.html: Added.
2015-07-28 Michael Catanzaro <mcatanzaro@igalia.com>
[Freetype] Always allow font matching for strong aliases
https://bugs.webkit.org/show_bug.cgi?id=147057
Reviewed by Martin Robinson.
* platform/gtk/fonts/font-family-fallback-ignores-weak-aliases-expected.html: Added.
* platform/gtk/fonts/font-family-fallback-ignores-weak-aliases.html: Added.
* platform/gtk/fonts/font-family-fallback-respects-strong-aliases-expected.html: Added.
* platform/gtk/fonts/font-family-fallback-respects-strong-aliases.html: Added.
2015-07-28 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Crash when encountering characters whose natural font is one we can't look up
https://bugs.webkit.org/show_bug.cgi?id=147377
<rdar://problem/22022011>
Reviewed by Simon Fraser.
* fast/text/crash-complex-unknown-font-expected.html: Added.
* fast/text/crash-complex-unknown-font.html: Added.
2015-07-28 Chris Dumez <cdumez@apple.com>
Tests introduced in r187489 are flaky
https://bugs.webkit.org/show_bug.cgi?id=147327
Rubber-stamped by Benjamin Poulain.
Tests introduced in r187489 are flaky, they sometimes print the console
message, sometimes not. The reason is that we sometimes use a cached
parsed stylesheet and we do not print the warning in this case. To fix
the flakiness, we now clear the memory cache at the beginning of each
test to make sure we download and parse the stylesheets.
* http/tests/security/cross-origin-css-1.html:
* http/tests/security/cross-origin-css-2.html:
* http/tests/security/cross-origin-css-3.html:
* http/tests/security/cross-origin-css-4.html:
* http/tests/security/cross-origin-css-5.html:
* http/tests/security/cross-origin-css-6.html:
* http/tests/security/cross-origin-css-7.html:
* http/tests/security/cross-origin-css-8.html:
* http/tests/security/cross-origin-css-in-quirks-1.html:
* http/tests/security/cross-origin-css-in-quirks-2.html:
* http/tests/security/cross-origin-css-in-quirks-3.html:
* http/tests/security/cross-origin-css-in-quirks-4.html:
* http/tests/security/cross-origin-css-in-quirks-5.html:
* http/tests/security/cross-origin-css-in-quirks-6.html:
* http/tests/security/cross-origin-css-in-quirks-7.html:
* http/tests/security/cross-origin-css-in-quirks-8.html:
* http/tests/security/same-origin-css-1.html:
* http/tests/security/same-origin-css-2.html:
* http/tests/security/same-origin-css-3.html:
* http/tests/security/same-origin-css-4.html:
* http/tests/security/same-origin-css-5.html:
* http/tests/security/same-origin-css-6.html:
* http/tests/security/same-origin-css-7.html:
* http/tests/security/same-origin-css-8.html:
* http/tests/security/same-origin-css-in-quirks.html:
2015-07-28 Chris Dumez <cdumez@apple.com>
Unreviewed, fix wrong test baseline landed in r187489.
* http/tests/security/same-origin-css-4-expected.txt:
2015-07-28 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Include <template> node content in DOM Tree
https://bugs.webkit.org/show_bug.cgi?id=147335
Reviewed by Timothy Hatcher.
* inspector/dom/template-content-expected.txt: Added.
* inspector/dom/template-content.html: Added.
2015-07-28 Basile Clement <basile_clement@apple.com>
Misleading error message: "At least one digit must occur after a decimal point"
https://bugs.webkit.org/show_bug.cgi?id=146238
Reviewed by Geoffrey Garen.
The expected error message in this test has changed.
* js/basic-strict-mode-expected.txt:
2015-07-28 Said Abou-Hallawa <sabouhallawa@apple.com>
Crash happens when calling removeEventListener for an SVG element which has an instance inside a <defs> element of shadow tree
https://bugs.webkit.org/show_bug.cgi?id=147290
Reviewed by Daniel Bates.
Make sure we do not crash when when calling removeEventListener() for an
element which is cloned under a disallowed parent inside the shadow tree
of another <use> element.
* svg/custom/remove-event-listener-shadow-disallowed-element-expected.txt: Added.
* svg/custom/remove-event-listener-shadow-disallowed-element.svg: Added.
2015-07-27 David Hyatt <hyatt@apple.com>
ASSERTION FAILED: !currBox->needsLayout() loading bing maps (and apple.com/music and nytimes)
https://bugs.webkit.org/show_bug.cgi?id=93891
Reviewed by Simon Fraser.
* fast/dynamic/position-fixed-to-absolute-with-positioned-child-crash-expected.txt: Added.
* fast/dynamic/position-fixed-to-absolute-with-positioned-child-crash.html: Added.
2015-07-28 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Show Pseudo Elements in DOM Tree
https://bugs.webkit.org/show_bug.cgi?id=139612
Reviewed by Timothy Hatcher.
* inspector/css/pseudo-element-matches-for-pseudo-element-node-expected.txt: Added.
* inspector/css/pseudo-element-matches-for-pseudo-element-node.html: Added.
* inspector/dom/pseudo-element-dynamic-expected.txt: Added.
* inspector/dom/pseudo-element-dynamic.html: Added.
* inspector/dom/pseudo-element-static-expected.txt: Added.
* inspector/dom/pseudo-element-static.html: Added.
2015-07-28 Chris Dumez <cdumez@apple.com>
Allow lax MIME type parsing for same-origin CSS in quirks mode.
https://bugs.webkit.org/show_bug.cgi?id=147327
<rdar://problem/22010303>
Reviewed by Zalan Bujtas.
Add layout test coverage for MIME type parsing for same-origin CSS in
quirks mode and not.
* http/tests/inspector/css/bad-mime-type-expected.txt:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension-expected.txt:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-expected.txt:
* http/tests/misc/css-accept-any-type-expected.txt: Removed.
* http/tests/misc/css-accept-any-type.html: Removed.
* http/tests/misc/css-reject-any-type-in-strict-mode-expected.txt:
* http/tests/security/cross-origin-css-1-expected.txt:
* http/tests/security/cross-origin-css-2-expected.txt:
* http/tests/security/cross-origin-css-4-expected.txt:
* http/tests/security/cross-origin-css-5-expected.txt:
* http/tests/security/cross-origin-css-7-expected.txt:
* http/tests/security/cross-origin-css-in-quirks-1-expected.txt: Copied from LayoutTests/http/tests/security/cross-origin-css-1-expected.txt.
* http/tests/security/cross-origin-css-in-quirks-1.html: Added.
* http/tests/security/cross-origin-css-in-quirks-2-expected.txt: Copied from LayoutTests/http/tests/security/cross-origin-css-2-expected.txt.
* http/tests/security/cross-origin-css-in-quirks-2.html: Added.
* http/tests/security/cross-origin-css-in-quirks-3-expected.txt: Added.
* http/tests/security/cross-origin-css-in-quirks-3.html: Added.
* http/tests/security/cross-origin-css-in-quirks-4-expected.txt: Added.
* http/tests/security/cross-origin-css-in-quirks-4.html: Added.
* http/tests/security/cross-origin-css-in-quirks-5-expected.txt: Copied from LayoutTests/http/tests/security/cross-origin-css-5-expected.txt.
* http/tests/security/cross-origin-css-in-quirks-5.html: Added.
* http/tests/security/cross-origin-css-in-quirks-6-expected.txt: Added.
* http/tests/security/cross-origin-css-in-quirks-6.html: Added.
* http/tests/security/cross-origin-css-in-quirks-7-expected.txt: Added.
* http/tests/security/cross-origin-css-in-quirks-7.html: Added.
* http/tests/security/cross-origin-css-in-quirks-8-expected.txt: Added.
* http/tests/security/cross-origin-css-in-quirks-8.html: Added.
* http/tests/security/same-origin-css-1-expected.txt: Added.
* http/tests/security/same-origin-css-1.html: Added.
* http/tests/security/same-origin-css-2-expected.txt: Added.
* http/tests/security/same-origin-css-2.html: Added.
* http/tests/security/same-origin-css-3-expected.txt: Added.
* http/tests/security/same-origin-css-3.html: Added.
* http/tests/security/same-origin-css-4-expected.txt: Added.
* http/tests/security/same-origin-css-4.html: Added.
* http/tests/security/same-origin-css-5-expected.txt: Added.
* http/tests/security/same-origin-css-5.html: Added.
* http/tests/security/same-origin-css-6-expected.txt: Added.
* http/tests/security/same-origin-css-6.html: Added.
* http/tests/security/same-origin-css-7-expected.txt: Copied from LayoutTests/http/tests/security/cross-origin-css-7-expected.txt.
* http/tests/security/same-origin-css-7.html: Added.
* http/tests/security/same-origin-css-8-expected.txt: Added.
* http/tests/security/same-origin-css-8.html: Added.
* http/tests/security/same-origin-css-in-quirks-expected.txt: Added.
* http/tests/security/same-origin-css-in-quirks.html: Added.
* platform/mac/http/tests/misc/acid3-expected.txt:
2015-07-28 Alexey Proskuryakov <ap@apple.com>
Rolling out r187463, because it caused memory corruption on multiple tests.
Original bug:
Crash happens when calling removeEventListener for an SVG element which has an instance inside a <defs> element of shadow tree
https://bugs.webkit.org/show_bug.cgi?id=147290
* svg/custom/remove-event-listener-shadow-disallowed-element-expected.txt: Removed.
* svg/custom/remove-event-listener-shadow-disallowed-element.svg: Removed.
2015-07-27 Yusuke Suzuki <utatane.tea@gmail.com>
SparseValueMap check is skipped when the butterfly's vectorLength is larger than the access-requested index
https://bugs.webkit.org/show_bug.cgi?id=147265
Reviewed by Geoffrey Garen.
The previous test "basic-computed-property-name.js" has the issue[1] and
the issue is fixed by this patch.
[1]: https://bugs.webkit.org/show_bug.cgi?id=142943
* js/basic-computed-property-name-expected.txt:
* js/script-tests/basic-computed-property-name.js:
2015-07-27 Said Abou-Hallawa <sabouhallawa@apple.com>
Crash happens when calling removeEventListener for an SVG element which has an instance inside a <defs> element of shadow tree
https://bugs.webkit.org/show_bug.cgi?id=147290
Reviewed by Simon Fraser.
Make sure we do not crash when when calling removeEventListener() for an
element which is cloned under a disallowed parent inside the shadow tree
of another <use> element.
* svg/custom/remove-event-listener-shadow-disallowed-element-expected.txt: Added.
* svg/custom/remove-event-listener-shadow-disallowed-element.svg: Added.
2015-07-27 Myles C. Maxfield <mmaxfield@apple.com>
[Win] Test gardening after r187380.
https://bugs.webkit.org/show_bug.cgi?id=121902
Unreviewed.
* platform/win/TestExpectations:
* platform/win/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
* platform/win/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
* platform/win/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
* platform/win/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
* platform/win/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
* platform/win/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
* platform/win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
* platform/win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
* platform/win/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
* platform/win/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
2015-07-27 Alexey Proskuryakov <ap@apple.com>
Test result gardening for El Capitan.
* platform/mac-yosemite/fast/text/international/bold-bengali-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bold-bengali-expected.png.
* platform/mac-yosemite/fast/text/international/bold-bengali-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bold-bengali-expected.txt.
* platform/mac/fast/text/font-weights-zh-expected.txt:
* platform/mac/fast/text/international/bold-bengali-expected.png:
* platform/mac/fast/text/international/bold-bengali-expected.txt:
* platform/mac/fast/text/international/danda-space-expected.png:
* platform/mac/fast/text/international/danda-space-expected.txt:
2015-07-27 Alexey Proskuryakov <ap@apple.com>
More test expectations for rdar://problem/22014672
* platform/mac/TestExpectations:
2015-07-27 Alexey Proskuryakov <ap@apple.com>
Add test expectations for rdar://problem/22014672
* platform/mac/TestExpectations:
2015-07-27 Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Strategy tests need sync with the reference
https://bugs.webkit.org/show_bug.cgi?id=147267
Reviewed by Sam Weinig.
The reference accepted a two new tests for the constructor and another for the size method for both strategies
that we need to bring to WebKit to ensure compliance. Expectations updated accordingly.
* streams/reference-implementation/byte-length-queuing-strategy-expected.txt:
* streams/reference-implementation/byte-length-queuing-strategy.html:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/count-queuing-strategy.html:
2015-07-25 Alexey Proskuryakov <ap@apple.com>
REGRESSION (r186569): media/restore-from-page-cache.html is very flaky
https://bugs.webkit.org/show_bug.cgi?id=147254
* platform/mac/TestExpectations: Updated the expectations, because the problem is
not limited to Debug Mavericks.
2015-07-25 Alexey Proskuryakov <ap@apple.com>
REGRESSION?: Frame scrollability tests are very flaky
https://bugs.webkit.org/show_bug.cgi?id=147300
* platform/mac-wk2/TestExpectations: Marking them as such.
2015-07-25 Alexey Proskuryakov <ap@apple.com>
inspector/css/modify-rule-selector.html times out (flakily on some platforms, and
every time on others).
https://bugs.webkit.org/show_bug.cgi?id=147229
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/win/TestExpectations:
Added expectations.
2015-07-25 Alexey Proskuryakov <ap@apple.com>
aria-liveregions-notifications tests are very flaky
https://bugs.webkit.org/show_bug.cgi?id=147299
* platform/mac/TestExpectations: Marked them as such.
2015-07-24 Brent Fulgham <bfulgham@apple.com>
[Win] Test results gardening.
* platform/win/TestExpectations:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-07-24 Myles C. Maxfield <mmaxfield@apple.com>
text-overflow: ellipsis is broken by text-align: right and padding-left
https://bugs.webkit.org/show_bug.cgi?id=121902
Reviewed by Zalan Bujtas.
Updating expected results.
* fast/inline/padding-ellipsis-right-expected.html: Added.
* fast/inline/padding-ellipsis-right.html: Added.
* platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
2015-07-24 Sajid Anwar <sajidanwar94@gmail.com>
[MSE] Incorrect sample timestamps when using "sequence" mode
https://bugs.webkit.org/show_bug.cgi?id=147252
Reviewed by Jer Noble.
* media/media-source/media-source-sequence-timestamps-expected.txt: Added.
* media/media-source/media-source-sequence-timestamps.html: Added.
2015-07-24 Chris Fleizach <cfleizach@apple.com>
AX: scrollable elements do not allow 3-finger swipe
https://bugs.webkit.org/show_bug.cgi?id=141893
Reviewed by Mario Sanchez Prada.
* platform/ios-simulator/accessibility/scroll-in-overflow-div-expected.txt: Added.
* platform/ios-simulator/accessibility/scroll-in-overflow-div.html: Added.
2015-07-24 Yusuke Suzuki <utatane.tea@gmail.com>
Object.getOwnPropertySymbols on large list takes very long
https://bugs.webkit.org/show_bug.cgi?id=146137
Reviewed by Mark Lam.
* js/regress/object-get-own-property-symbols-on-large-array-expected.txt: Added.
* js/regress/object-get-own-property-symbols-on-large-array.html: Added.
* js/regress/script-tests/object-get-own-property-symbols-on-large-array.js: Added.
(trial):
2015-07-24 Devin Rousso <drousso@apple.com>
Web Inspector: Editing non-inspector-stylesheet rule selectors fails after the first change
https://bugs.webkit.org/show_bug.cgi?id=147229
Reviewed by Timothy Hatcher.
* inspector/css/modify-rule-selector-expected.txt: Added.
* inspector/css/modify-rule-selector.html: Added.
2015-07-24 Saam barati <saambarati1@gmail.com>
[ES6] Add support for default parameters
https://bugs.webkit.org/show_bug.cgi?id=38409
Reviewed by Filip Pizlo.
* js/destructuring-assignment-default-values-expected.txt:
* js/parser-syntax-check-expected.txt:
* js/script-tests/destructuring-assignment-default-values.js:
(shouldThrow): Deleted.
* js/script-tests/parser-syntax-check.js:
2015-07-24 Joseph Pecoraro <pecoraro@apple.com>
CSS "content" property is missing in getComputedStyles
https://bugs.webkit.org/show_bug.cgi?id=147255
Reviewed by Simon Fraser.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* svg/css/getComputedStyle-basic-expected.txt:
2015-07-24 Csaba Osztrogonác <ossy@webkit.org>
[EFL] many fast tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=145835
Unreviewed gardening. These tests aren't flakey now, let's unskip them.
* platform/efl/TestExpectations:
2015-07-24 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Multi-column tests have been failed since r167808
https://bugs.webkit.org/show_bug.cgi?id=141496
Unreviewed gardening, updated expected results.
* platform/efl/TestExpectations:
* platform/efl/fast/multicol/client-rects-expected.png:
* platform/efl/fast/multicol/client-rects-expected.txt:
* platform/efl/fast/multicol/client-rects-spanners-complex-expected.png: Added.
* platform/efl/fast/multicol/client-rects-spanners-complex-expected.txt:
* platform/efl/fast/multicol/client-rects-spanners-expected.png: Added.
* platform/efl/fast/multicol/client-rects-spanners-expected.txt:
* platform/efl/fast/multicol/layers-split-across-columns-expected.png:
* platform/efl/fast/multicol/layers-split-across-columns-expected.txt:
* platform/efl/fast/multicol/newmulticol/client-rects-expected.png: Added.
* platform/efl/fast/multicol/newmulticol/client-rects-expected.txt:
* platform/efl/fast/multicol/pagination/LeftToRight-tb-hittest-expected.png: Added.
* platform/efl/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt: Added.
* platform/efl/fast/multicol/pagination/RightToLeft-rl-hittest-expected.png: Added.
* platform/efl/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt: Added.
2015-07-24 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening, unskip now passing tests.
* platform/efl/TestExpectations:
2015-07-24 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening. Updated since MEDIA_STREAM is enabled.
* platform/efl/js/dom/constructor-length-expected.txt:
2015-07-23 Nan Wang <n_wang@apple.com>
AX: AccessibilityNodeObject::childrenChanged() generates too many AXLiveRegionChanged notifications
https://bugs.webkit.org/show_bug.cgi?id=147211
<rdar://problem/19908029>
Reviewed by Chris Fleizach.
* platform/mac/accessibility/aria-liveregions-notifications-always-sent-expected.txt:
* platform/mac/accessibility/aria-liveregions-notifications-always-sent.html:
* platform/mac/accessibility/aria-liveregions-notifications-expected.txt:
* platform/mac/accessibility/aria-liveregions-notifications.html:
* platform/mac/accessibility/aria-multiple-liveregions-notification-expected.txt: Added.
* platform/mac/accessibility/aria-multiple-liveregions-notification.html: Added.
2015-07-22 Simon Fraser <simon.fraser@apple.com>
Layer z-ordering is incorrect when scrolling on page witih position:fixed
https://bugs.webkit.org/show_bug.cgi?id=147220
rdar://problem/15849697&21929247
Reviewed by Dean Jackson.
Tests that reveal the overlap area by creating lots of small layers, and dumping
the layer tree.
* compositing/layer-creation/fixed-overlap-extent-expected.txt: Added.
* compositing/layer-creation/fixed-overlap-extent-rtl-expected.txt: Added.
* compositing/layer-creation/fixed-overlap-extent-rtl.html: Added.
* compositing/layer-creation/fixed-overlap-extent.html: Added.
2015-07-23 Brian J. Burg <burg@cs.washington.edu>
Web Inspector: rewrite inspector-protocol/console tests to use new testing patterns
https://bugs.webkit.org/show_bug.cgi?id=147231
Reviewed by Joseph Pecoraro.
Restructure existing protocol tests for Console.messageAdded to use Promises and
modern event listener test interfaces. Add some new functionality to make it easier
install multiple protocol event listeners without clobbering.
This test also splits warnings-errors.html into two tests, one to cover CSS parser
warnings and one for JavaScript parser and runtime errors.
* http/tests/inspector-protocol/resources/InspectorTest.js:
(InspectorTest.sendCommand): Support arguments packaged in an object. This style is preferable
in tests because it is very explicit about what functionality and messages are covered.
(InspectorTest.awaitEvent): Added. This is a single-shot event listener that resolves a
promise when the desired protocol event is dispatched.
(InspectorTest.addEventListener): Reimplemented, based on code from WebInspector.Object.
Allows multiple listeners to be registered for a single protocol event.
(InspectorTest.AsyncTestSuite.prototype.runTestCases):
(InspectorTest.AsyncTestSuite):
(InspectorTest.SyncTestSuite.prototype.runTestCases):
(InspectorTest.SyncTestSuite):
(InspectorTest.log): Improve the formatting of test suite/test case output.
(InspectorFrontendAPI.dispatchMessageAsync): Dispatch to an array of listeners if available.
(InspectorTest.importScript): Clarify that this method performs a synchronous load.
(.InspectorTest.eventHandler.eventName): Deleted.
* inspector-protocol/async-test-suite-expected.txt: Rebaseline whitespace.
* inspector-protocol/sync-test-suite-expected.txt: Rebaseline whitespace.
* inspector-protocol/console/console-message-expected.txt:
* inspector-protocol/console/console-message.html:
* inspector-protocol/console/css-source-locations-expected.txt: Added.
* inspector-protocol/console/css-source-locations.html: Added.
* inspector-protocol/console/js-source-locations-expected.txt: Added.
* inspector-protocol/console/js-source-locations.html: Added.
* inspector-protocol/console/warnings-errors-expected.txt: Removed.
* inspector-protocol/console/warnings-errors.html: Removed.
* inspector-protocol/runtime/getProperties-expected.txt: Rebaseline whitespace.
2015-07-23 Alexey Proskuryakov <ap@apple.com>
Windows test result gardening after Mac libxml changes.
* platform/win/fast/dom/adopt-attribute-crash-expected.txt: Added.
* platform/win/fast/parser/xml-colon-entity-expected.txt: Added.
* platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
* platform/win/svg/custom/bug78807-expected.txt: Added.
2015-07-19 Matt Rajca <mrajca@apple.com>
Media Session: add support for ducking media elements
https://bugs.webkit.org/show_bug.cgi?id=147089
Reviewed by Eric Carlson.
* media/session/transient-interruptions-expected.txt: Added.
* media/session/transient-interruptions.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-07-23 Devin Rousso <drousso@apple.com>
Web Inspector: Add a function to CSSCompletions to get a list of supported system fonts
https://bugs.webkit.org/show_bug.cgi?id=147009
Reviewed by Joseph Pecoraro.
Skip the get-system-fonts test until it is implemented.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
Added the get-system-fonts test that returns the list of system fonts.
* inspector/css/get-system-fonts-expected.html:
* inspector/css/get-system-fonts.html:
2015-07-23 Brady Eidson <beidson@apple.com>
Crash in WebPlatformStrategies::createPingHandle - Deref a null NetworkingContext.
<rdar://problem/21949735> and https://bugs.webkit.org/show_bug.cgi?id=147227
Reviewed by Alexey Proskuryakov.
* http/tests/security/contentSecurityPolicy/user-style-sheet-font-crasher-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/user-style-sheet-font-crasher.html: Added.
2015-07-23 Michael Saboff <msaboff@apple.com>
Application cache abort() tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=87633
These AppCache tests are flakey:
http/tests/appcache/deferred-events-delete-while-raising-timer.html
http/tests/appcache/deferred-events-delete-while-raising.html
http/tests/appcache/deferred-events.html
http/tests/appcache/fail-on-update-2.html
* TestExpectations:
2015-07-22 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Timeline should immediately start moving play head when starting a new recording
https://bugs.webkit.org/show_bug.cgi?id=147210
Reviewed by Timothy Hatcher.
* inspector/timeline/recording-start-stop-timestamps-expected.txt: Added.
* inspector/timeline/recording-start-stop-timestamps.html: Added.
Add a test for Timeline.recordingStarted and Timeline.recordingStopped events.
2015-07-22 Wenson Hsieh <wenson_hsieh@apple.com>
Coordinates-based snap offsets don't update correctly when container is scrolled
https://bugs.webkit.org/show_bug.cgi?id=147215
Reviewed by Brent Fulgham.
Tests that snap offsets update properly on scrolled containers.
* css3/scroll-snap/scroll-snap-coordinate-overflow-resize-expected.txt: Added.
* css3/scroll-snap/scroll-snap-coordinate-overflow-resize.html: Added.
2015-07-22 Myles C. Maxfield <mmaxfield@apple.com>
[El Capitan] Test Gardening
Unreviewed.
* platform/mac/fast/text/ligature-subdivision-expected.txt:
2015-07-22 Dean Jackson <dino@apple.com>
Out of bounds in WebGLRenderingContext::simulateVertexAttrib0
https://bugs.webkit.org/show_bug.cgi?id=147176
<rdar://problem/21567767>
Reviewed by Oliver Hunt.
* fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays-expected.txt: Added.
* fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays.html: Added.
2015-07-22 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: AppCache manifest 404 doesn't produce errors in console, manifest resource request always loading indicator
https://bugs.webkit.org/show_bug.cgi?id=147135
Reviewed by Alexey Proskuryakov.
* http/tests/appcache/404-manifest-expected.txt:
* http/tests/appcache/abort-cache-ondownloading-manifest-404-expected.txt:
* http/tests/appcache/deferred-events-delete-while-raising-expected.txt:
* http/tests/appcache/deferred-events-delete-while-raising-timer-expected.txt:
* http/tests/appcache/deferred-events-expected.txt:
* http/tests/appcache/fail-on-update-2-expected.txt:
* http/tests/appcache/fail-on-update-expected.txt:
* http/tests/appcache/remove-cache-expected.txt:
Update with new Console errors about manifest 404s.
2015-07-22 Jinyoung Hur <hur.ims@navercorp.com>
[WinCairo] SVG path not rendered with all-zero dasharray
https://bugs.webkit.org/show_bug.cgi?id=146997
Reviewed by Martin Robinson.
Canvas 2D context and SVG stroke tests with all-zero dash array are added.
* fast/canvas/canvas-lineDash-expected.txt:
* fast/canvas/script-tests/canvas-lineDash.js:
* svg/custom/zero-dasharray.html: Added
* svg/custom/zero-dasharray-expected.html: Added
2015-07-22 Mark Dittmer <mark.s.dittmer@gmail.com>
New test: Object.create(window).location will trigger a crash when toJSDOMWindow() returns NULL on an object that have the JS DOM Window in its prototype chain.
https://bugs.webkit.org/show_bug.cgi?id=146785
Reviewed by Mark Lam.
* js/property-of-window-as-prototype-expected.txt:
* js/property-of-window-as-prototype.html:
2015-07-21 Alexey Proskuryakov <ap@apple.com>
Update Mac test results for libxml2 v2.9.2.
These results will probably become cross-platform eventually, but for now it's just Mac.
* platform/mac-yosemite/fast/dom/adopt-attribute-crash-expected.txt: Copied from LayoutTests/fast/dom/adopt-attribute-crash-expected.txt.
* platform/mac-yosemite/fast/parser: Added.
* platform/mac-yosemite/fast/parser/xml-colon-entity-expected.txt: Copied from LayoutTests/fast/parser/xml-colon-entity-expected.txt.
* platform/mac-yosemite/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Copied from LayoutTests/fast/parser/xml-declaration-missing-ending-mark-expected.txt.
* platform/mac-yosemite/fast/xsl: Added.
* platform/mac-yosemite/fast/xsl/xslt-extra-content-at-end-expected.png: Copied from LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png.
* platform/mac-yosemite/fast/xsl/xslt-extra-content-at-end-expected.txt: Copied from LayoutTests/platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt.
* platform/mac-yosemite/fast/xsl/xslt-missing-namespace-in-xslt-expected.png: Copied from LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.png.
* platform/mac-yosemite/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Copied from LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt.
* platform/mac-yosemite/svg/custom: Added.
* platform/mac-yosemite/svg/custom/bug78807-expected.txt: Copied from LayoutTests/svg/custom/bug78807-expected.txt.
* platform/mac-yosemite/svg/custom/missing-xlink-expected.png: Copied from LayoutTests/platform/mac/svg/custom/missing-xlink-expected.png.
* platform/mac-yosemite/svg/custom/missing-xlink-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt.
* platform/mac-yosemite/svg/custom/path-bad-data-expected.png: Copied from LayoutTests/platform/mac/svg/custom/path-bad-data-expected.png.
* platform/mac-yosemite/svg/custom/path-bad-data-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt.
* platform/mac-yosemite/svg/custom/use-font-face-crash-expected.png: Copied from LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.png.
* platform/mac-yosemite/svg/custom/use-font-face-crash-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-font-face-crash-expected.txt.
* platform/mac/fast/dom/adopt-attribute-crash-expected.txt: Added.
* platform/mac/fast/parser/xml-colon-entity-expected.txt: Added.
* platform/mac/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png:
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.png:
* platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/mac/svg/custom/bug78807-expected.txt: Added.
* platform/mac/svg/custom/missing-xlink-expected.png:
* platform/mac/svg/custom/missing-xlink-expected.txt:
* platform/mac/svg/custom/path-bad-data-expected.png:
* platform/mac/svg/custom/path-bad-data-expected.txt:
* platform/mac/svg/custom/use-font-face-crash-expected.png:
* platform/mac/svg/custom/use-font-face-crash-expected.txt:
2015-07-21 Benjamin Poulain <benjamin@webkit.org>
[Content Extensions] Use a jump table when consecutive transitions have different targets
https://bugs.webkit.org/show_bug.cgi?id=147099
Reviewed by Alex Christensen.
Add some primitive testing to make sure the code is covered.
* http/tests/contentextensions/test-jump-table-bytecode-generation-expected.txt: Added.
* http/tests/contentextensions/test-jump-table-bytecode-generation.html: Added.
* http/tests/contentextensions/test-jump-table-bytecode-generation.html.json: Added.
2015-07-21 Benjamin Poulain <bpoulain@apple.com>
StyleSheetContents::wrapperInsertRule() can create rules that overflow RuleData's selector index
https://bugs.webkit.org/show_bug.cgi?id=147144
Reviewed by Alex Christensen.
This bug was affecting two parts of WebKit:
-In CSSOM, StyleSheet.insertRule() could create bogus rules.
The new test verifies that the call fails instead of creating undefined
behaviors.
-In ContentExtensions, large selectors are now working correctly. The tests
cover the case of a default stylesheet and an dynamic stylesheet.
* fast/css/insert-rule-overflow-rule-data-expected.txt: Added.
* fast/css/insert-rule-overflow-rule-data.html: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-1-expected.txt: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-1.html: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-1.html.json: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-2-expected.txt: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-2.html: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-2.html.json: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-3-expected.txt: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-3.html: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-3.html.json: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-4-expected.txt: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-4.html: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-4.html.json: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-5-expected.txt: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-5.html: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-5.html.json: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-6-expected.txt: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-6.html: Added.
* http/tests/contentextensions/css-display-none-overflows-rule-data-6.html.json: Added.
2015-07-21 Myles C. Maxfield <mmaxfield@apple.com>
[El Capitan] Test gardening
https://bugs.webkit.org/show_bug.cgi?id=147059
* platform/mac-yosemite/fast/dom/52776-expected.png: Copied from LayoutTests/platform/mac/fast/dom/52776-expected.png.
* platform/mac-yosemite/fast/text/complex-text-opacity-expected.png: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.png.
* platform/mac-yosemite/fast/text/font-weights-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-weights-expected.png.
* platform/mac-yosemite/fast/text/indic-expected.png: Copied from LayoutTests/platform/mac/fast/text/indic-expected.png.
* platform/mac-yosemite/fast/text/indic-expected.txt: Copied from LayoutTests/platform/mac/fast/text/indic-expected.txt.
* platform/mac-yosemite/fast/text/international/bidi-AN-after-L-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-AN-after-L-expected.png.
* platform/mac-yosemite/fast/text/international/bidi-mirror-he-ar-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png.
* platform/mac-yosemite/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png.
* platform/mac-yosemite/fast/text/international/bidi-neutral-run-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-neutral-run-expected.png.
* platform/mac-yosemite/fast/text/international/danda-space-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.png.
* platform/mac-yosemite/fast/text/international/danda-space-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.txt.
* platform/mac-yosemite/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png.
* platform/mac-yosemite/svg/text/text-intro-05-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-intro-05-t-expected.png.
* platform/mac/fast/dom/52776-expected.png:
* platform/mac/fast/dom/52776-expected.txt:
* platform/mac/fast/text/arabic-times-new-roman-expected.png:
* platform/mac/fast/text/arabic-times-new-roman-expected.txt:
* platform/mac/fast/text/complex-text-opacity-expected.png:
* platform/mac/fast/text/complex-text-opacity-expected.txt:
* platform/mac/fast/text/font-weights-expected.png:
* platform/mac/fast/text/font-weights-expected.txt:
* platform/mac/fast/text/indic-expected.png:
* platform/mac/fast/text/indic-expected.txt:
* platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
* platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
* platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
* platform/mac/fast/text/international/bidi-neutral-run-expected.png:
* platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
* platform/mac/fast/text/international/danda-space-expected.png:
* platform/mac/fast/text/international/danda-space-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
* platform/mac/svg/text/text-intro-05-t-expected.png:
* platform/mac/svg/text/text-intro-05-t-expected.txt:
2015-07-21 Simon Fraser <simon.fraser@apple.com>
Safari mis-applies "animation-fill-mode: forwards" when using fractional iteration count
https://bugs.webkit.org/show_bug.cgi?id=146996
Reviewed by Dean Jackson.
Progressions, improved tests.
* animations/animation-direction-reverse-fill-mode-expected.txt: New results; this is a progression.
* animations/animation-direction-reverse-fill-mode.html: Use a shorter animation. Fixed results.
* animations/fill-mode-iteration-count-non-integer-expected.txt:
* animations/fill-mode-iteration-count-non-integer.html: Use iteration counts that are not multiplies
of 0.5, so the test can differentiation between forward and backwards states. Add a non-linear timing
function to check that fill-forwards consults the timing functions. Don't print exact succeeding
results because they may have floating point values.
* animations/fill-mode-reverse-expected.txt: New results; this is a progression.
* animations/fill-mode-reverse.html: Fixed results, use gray.
2015-07-21 Said Abou-Hallawa <sabouhallawa@apple.com>
REGRESSION (r172417, r184065): Multiple rendering issues with fixed attached background-image
https://bugs.webkit.org/show_bug.cgi?id=147049
<rdar://problem/21110936>
Reviewed by Simon Fraser.
fixedLayoutSize background-image rendering for root and non-root elements.
* platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-cover-expected.html: Added.
* platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-cover.html: Added.
* platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-local-expected.html: Added.
* platform/mac-wk2/tiled-drawing/fixed-layout-size-fixed-attachment-local.html: Added.
2015-07-21 Sungmann Cho <sungmann.cho@navercorp.com>
Make PluginProxy::handleMouseEvent() asynchronous.
https://bugs.webkit.org/show_bug.cgi?id=146142
Reviewed by Anders Carlsson.
PluginProxy::handleMouseEvent() forwards the generated mouse event to PluginControllerProxy
using a synchronous message, but the recipient always reply immediately with the same value("true")
even before handling the received message. So I think PluginProxy::handleMouseEvent() is perfectly
OK to process its messages asynchronously.
platform/mac-wk2/plugins/mouse-events-expected.txt was introduced by webkit.org/b/116665 to avoid
flakey tests, but from now on we can share the common expectations.
* platform/mac-wk2/plugins/mouse-events-expected.txt: Removed.
2015-07-21 David Hyatt <hyatt@apple.com>
Need a way to ignore text-zoom in a Web page.
https://bugs.webkit.org/show_bug.cgi?id=27092
rdar://problem/7037987
Reviewed by Simon Fraser.
* fast/text/text-zoom-reset-expected.html: Added.
* fast/text/text-zoom-reset.html: Added.
2015-07-20 Nan Wang <n_wang@apple.com>
AX: Selection change as a result of focusing an element may cause Safari to crash
https://bugs.webkit.org/show_bug.cgi?id=147052
<rdar://problem/21778212>
Reviewed by Chris Fleizach.
* platform/mac/accessibility/focus-crash-expected.txt: Added.
* platform/mac/accessibility/focus-crash.html: Added.
2015-07-20 Brian J. Burg <burg@cs.washington.edu>
Web Inspector: start using Promises to handle asynchronous steps in protocol tests
https://bugs.webkit.org/show_bug.cgi?id=147096
Reviewed by Joseph Pecoraro.
Existing protocol tests use lots of reinvented wheels to run
multiple asynchronous tests. This patch begins consolidation of
these redundant wheels, using a tiny test framework based on
promises.
The first change is to introduce InspectorTest.awaitCommand,
which returns a promise that is fulfilled or rejected if the command
succeeds or fails. This is the building block for writing protocol
tests with promises.
The second change is the introduction of InspectorTest.AsyncTestSuite.
This properly chains together multiple asynchronous test methods
using the promise interface. A synchronous version is also added.
To demonstrate how async tests can be written using this new approach,
this patch converts existing protocol test. Test coverage for the
new frameworks also demonstrates their use.
* http/tests/inspector-protocol/resources/InspectorTest.js:
(InspectorTest.sendCommand):
(InspectorTest.awaitCommand):
(InspectorTest.sendMessage):
(InspectorFrontendAPI.dispatchMessageAsync):
(InspectorTest.AsyncTestSuite): Add tests for this micro framework.
(InspectorTest.AsyncTestSuite.prototype.get passCount):
(InspectorTest.AsyncTestSuite.prototype.get skipCount):
(InspectorTest.AsyncTestSuite.prototype.addTestCase):
(InspectorTest.AsyncTestSuite.prototype.runTestCasesAndFinish.finish):
(InspectorTest.AsyncTestSuite.prototype.runTestCasesAndFinish):
(InspectorTest.AsyncTestSuite.prototype.runTestCases):
(InspectorTest.SyncTestSuite): Add tests for this micro framework.
(InspectorTest.SyncTestSuite.prototype.get passCount):
(InspectorTest.SyncTestSuite.prototype.get skipCount):
(InspectorTest.SyncTestSuite.prototype.addTestCase):
(InspectorTest.SyncTestSuite.prototype.runTestCasesAndFinish):
(InspectorTest.SyncTestSuite.prototype.runTestCases):
(InspectorTest.log):
(InspectorTest.assert):
* inspector-protocol/runtime/getProperties-expected.txt:
* inspector-protocol/runtime/getProperties.html: Rewrite.
2015-07-20 Andreas Kling <akling@apple.com>
Improve behavior of media elements in page cache.
<https://webkit.org/b/147020>
<rdar://problem/21712311>
Reviewed by Chris Dumez.
Add some coverage for suspend/resume of queued events on cached media elements.
* media/restore-from-page-cache-expected.txt:
* media/restore-from-page-cache.html:
2015-07-19 Tim Horton <timothy_horton@apple.com>
Make shrink-wrapping test a ref-test instead of pixel-test
https://bugs.webkit.org/show_bug.cgi?id=147081
Reviewed by Sam Weinig.
* fast/shrink-wrap/rect-shrink-wrap-expected.html: Added.
* fast/shrink-wrap/rect-shrink-wrap-expected.png: Removed.
* fast/shrink-wrap/rect-shrink-wrap-expected.txt: Removed.
* fast/shrink-wrap/rect-shrink-wrap.html:
SVG all the things.
2015-07-19 Jordan Harband <ljharb@gmail.com>
new Date(NaN).toJSON() must return null instead of throwing a TypeError
https://bugs.webkit.org/show_bug.cgi?id=141115
Reviewed by Yusuke Suzuki.
* js/dom/JSON-stringify-expected.txt:
* js/resources/JSON-stringify.js:
2015-07-19 Saam barati <saambarati1@gmail.com>
Parser::parseFunctionInfo hits RELEASE_ASSERT for Arrow Functions
https://bugs.webkit.org/show_bug.cgi?id=147090
Reviewed by Yusuke Suzuki.
* js/arrowfunction-strict-mode-expected.txt: Added.
* js/arrowfunction-strict-mode.html: Added.
* js/script-tests/arrowfunction-strict-mode.js: Added.
(foo):
2015-07-18 Saam barati <saambarati1@gmail.com>
[ES6] Add support for block scope const
https://bugs.webkit.org/show_bug.cgi?id=31813
Reviewed by Filip Pizlo.
"const" variables do not live on the global object. They
are only available in the "Program" (read: JavaScript file or
script tag) that they're defined in. Tests have been updated
accordingly to switch the "const" variables assumed to be globals
into "var"s. "var" declared variables in the top level scope
of a program do live on the global object.
* fast/canvas/webgl/compressed-tex-image.html:
* fast/dom/event-handler-attributes.html:
* fast/forms/listbox-visible-size.html:
* js/arguments-expected.txt:
* js/arrowfunction-syntax-errors-expected.txt:
* js/const-expected.txt:
* js/const-without-initializer-expected.txt:
* js/constant-count-expected.txt:
* js/dom/inc-const-valueOf-expected.txt:
* js/dom/script-tests/inc-const-valueOf.js:
(testPreIncConstVarWithAssign):
* js/function-toString-parentheses-expected.txt:
* js/kde/const-expected.txt:
* js/kde/resources/const.js:
* js/parser-syntax-check-expected.txt:
* js/script-tests/arguments.js:
(argumentsVarUndefined):
(argumentsConst):
(argumentCalleeInException):
(argumentsConstUndefined): Deleted.
* js/script-tests/class-syntax-declaration.js:
(A):
* js/script-tests/class-syntax-expression.js:
* js/script-tests/const-without-initializer.js:
* js/script-tests/const.js:
(shouldThrowInvalidConstAssignment):
(assert):
(f):
(tryCatch1):
(tryCatch2):
(with1):
(with2):
(.):
* js/script-tests/constant-count.js:
(f):
* js/script-tests/function-dot-arguments.js:
(assignConstInitTest2.g):
(assignConstInitTest2):
* js/script-tests/function-toString-parentheses.js:
* js/script-tests/parser-syntax-check.js:
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T7-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T8-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T9-expected.txt:
* sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T3-expected.txt:
* sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T3-expected.txt:
* sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T1-expected.txt:
* sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T2-expected.txt:
* sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T3-expected.txt:
* sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T4-expected.txt:
* sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T6-expected.txt:
* sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T7-expected.txt:
* sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T8-expected.txt:
* transforms/3d/hit-testing/composited-hit-test.html:
* transforms/3d/hit-testing/coplanar-with-camera.html:
* transforms/3d/hit-testing/hover-rotated-negative-z.html:
* transforms/3d/hit-testing/hover-rotated-with-children-negative-z.html:
* transforms/3d/hit-testing/negative-zoffset-hit-test.html:
* transforms/3d/hit-testing/overlapping-layers-hit-test.html:
* transforms/3d/hit-testing/perspective-clipped.html:
* transforms/3d/hit-testing/rotated-hit-test-with-child.html:
* transforms/3d/hit-testing/rotated-hit-test.html:
* transforms/3d/hit-testing/rotated-hit-test2.html:
* transitions/resources/transition-test-helpers.js:
(roundNumber):
2015-07-18 David Kilzer <ddkilzer@apple.com>
inspector/console/command-line-api.html is slow on Debug Yosemite WK2
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fconsole%2Fcommand-line-api.html>
* platform/mac-wk2/TestExpectations: Mark test as slow on Debug
Yosemite WK2:
- inspector/console/command-line-api.html
2015-07-18 David Kilzer <ddkilzer@apple.com>
http/tests/cache/disk-cache/disk-cache-disable.html is flaky on Release Yosemite WK2
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fcache%2Fdisk-cache%2Fdisk-cache-disable.html>
* platform/mac-wk2/TestExpectations: Mark test as flaky on
Release Yosemite WK2:
- http/tests/cache/disk-cache/disk-cache-disable.html
2015-07-18 David Kilzer <ddkilzer@apple.com>
media/restore-from-page-cache.html is flaky on Debug Mavericks
<https://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Frestore-from-page-cache.html>
When the test fails, the computed width and height is
300px × 150px instead of the expected 320px × 240px.
* platform/mac/TestExpectations: Mark test as flaky on Debug Mavericks:
- media/restore-from-page-cache.html
2015-07-18 Zalan Bujtas <zalan@apple.com>
[Win] Skip input range repaint test.
* platform/win/TestExpectations:
2015-07-18 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186981): fast/repaint/block-inputrange-repaint.html is starting out life as flaky
<https://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Frepaint%2Fblock-inputrange-repaint.html>
* fast/repaint/block-inputrange-repaint.html:
- Use setTimeout() to give WebKit time to repaint.
2015-07-18 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186905,r186992): Incorrect results for platform/{gtk,efl,win}/fast/shrink-wrap/rect-shrink-wrap-expected.txt
* platform/efl/fast/shrink-wrap/rect-shrink-wrap-expected.txt:
* platform/gtk/fast/shrink-wrap/rect-shrink-wrap-expected.txt:
* platform/win/fast/shrink-wrap/rect-shrink-wrap-expected.txt:
- Update to correct expected results.
2015-07-18 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186858): GTK and EFL ports don't composite <canvas> elements
See also r186905 for Windows.
* platform/efl/fast/shrink-wrap/rect-shrink-wrap-expected.txt: Added.
* platform/gtk/fast/shrink-wrap/rect-shrink-wrap-expected.txt: Added.
2015-07-18 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186982): http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html and loader/meta-refresh-disabled.html fail
Part of:
<https://bugs.webkit.org/show_bug.cgi?id=147044>
<rdar://problem/21567820>
* http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt:
- Fix line number of console message.
* loader/meta-refresh-disabled-expected.txt:
- Add newly expected console message.
2015-07-17 Zalan Bujtas <zalan@apple.com>
REGRESSION (r169105): Do not assign a renderer to multiple selection subtrees.
https://bugs.webkit.org/show_bug.cgi?id=147038
rdar://problem/21819351
Reviewed by David Kilzer.
A renderer should never be assigned to multiple selection subtrees. (Currently RenderObject maintains the last selection state.)
RenderView::applySubtreeSelection() loops from the start to the end of the selection to find renderers that are inside the selection.
However, in case of regions (when multiple selection roots are present) traversing the renderer tree by calling RenderObject::nextInPreOrder() could
end up going across selection roots.
This patch ensures that we assign renderers to a specific selection only when the current selection root and the renderer's selection root match.
* fast/regions/crash-when-renderer-is-in-multiple-selection-subtrees2-expected.txt: Added.
* fast/regions/crash-when-renderer-is-in-multiple-selection-subtrees2.html: Added.
2015-07-17 Andy Estes <aestes@apple.com>
[iOS] Further tighten the sandbox around pages fetched with Content-Disposition: attachment
https://bugs.webkit.org/show_bug.cgi?id=147044
rdar://problem/21567820
Reviewed by Brady Eidson.
* http/tests/contentdispositionattachmentsandbox/cross-origin-frames-disabled-expected.txt: Added.
* http/tests/contentdispositionattachmentsandbox/cross-origin-frames-disabled.html: Added.
* http/tests/contentdispositionattachmentsandbox/form-submission-disabled-expected.txt: Added.
* http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html: Added.
* http/tests/contentdispositionattachmentsandbox/http-equiv-disabled-expected.txt: Added.
* http/tests/contentdispositionattachmentsandbox/http-equiv-disabled.html: Added.
* http/tests/contentdispositionattachmentsandbox/plugins-disabled-expected.html: Added.
* http/tests/contentdispositionattachmentsandbox/plugins-disabled.html: Added.
* http/tests/contentdispositionattachmentsandbox/resources/cross-origin-frames-frame.php: Added.
* http/tests/contentdispositionattachmentsandbox/resources/form-submission-frame.php: Added.
* http/tests/contentdispositionattachmentsandbox/resources/http-equiv-frame.php: Added.
* http/tests/contentdispositionattachmentsandbox/resources/plugins-frame.php: Added.
* http/tests/contentdispositionattachmentsandbox/resources/scripts-frame.php: Added.
* http/tests/contentdispositionattachmentsandbox/scripts-disabled-expected.txt: Added.
* http/tests/contentdispositionattachmentsandbox/scripts-disabled.html: Added.
2015-07-17 Zalan Bujtas <zalan@apple.com>
(display: block)input range's thumb disappears when moved.
https://bugs.webkit.org/show_bug.cgi?id=146896
<rdar://problem/21787807>
Reviewed by Simon Fraser.
Since the thumb is positioned after the layout for the input (shadow) subtree is finished, the repaint rects
issued during the layout will not cover the re-positioned thumb.
We need to issue a repaint soon after the thumb is re-positioned.
* fast/repaint/block-inputrange-repaint-expected.txt: Added.
* fast/repaint/block-inputrange-repaint.html: Added.
2015-07-17 Tim Horton <timothy_horton@apple.com>
Improve rect shrink-wrapping algorithm
https://bugs.webkit.org/show_bug.cgi?id=147037
<rdar://problem/21643094>
Reviewed by Simon Fraser.
* fast/shrink-wrap/rect-shrink-wrap-expected.png:
* fast/shrink-wrap/rect-shrink-wrap.html:
Add a radius parameter to testRects, defaulting to 8.
Add an offset parameter to testRects, making it easier to slide
the rect sets around.
Add some more test cases.
2015-07-17 Nan Wang <n_wang@apple.com>
AX: iframe within table cell is inaccessible to VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=147001
<rdar://problem/21106945>
Reviewed by Chris Fleizach.
* accessibility/iframe-within-cell-expected.txt: Added.
* accessibility/iframe-within-cell.html: Added.
2015-07-17 Myles C. Maxfield <mmaxfield@apple.com>
style.fontFamily accessor crashes on unstyled node created from DOMParser().parseFromString()
https://bugs.webkit.org/show_bug.cgi?id=147026
<rdar://problem/21864487>
Reviewed by Andreas Kling.
* fast/text/crash-font-family-parsed-expected.txt: Added.
* fast/text/crash-font-family-parsed.html: Added.
2015-07-17 Yusuke Suzuki <utatane.tea@gmail.com>
Unreviewed, rename test file from promise-resolve-non-dom.js to promise-resolve-in-non-dom.js
https://bugs.webkit.org/show_bug.cgi?id=146828
This is the simple follow up patch.
When executing the JSC stress tests, script-tests's file name and the expectation file name should be equal.
* js/promise-resolve-in-non-dom.html:
* js/script-tests/promise-resolve-in-non-dom.js: Renamed from LayoutTests/js/script-tests/promise-resolve-non-dom.js.
(value.then):
* js/script-tests/promise-resolve-non-dom.js:
(value.then): Deleted.
2015-07-17 Myles C. Maxfield <mmaxfield@apple.com>
Video posters disappear once media has loaded
https://bugs.webkit.org/show_bug.cgi?id=147045
Reviewed by Simon Fraser.
* compositing/video/poster-expected.html: Added.
* compositing/video/poster.html: Added.
2015-07-17 Yusuke Suzuki <utatane.tea@gmail.com>
Integrate automatic microtask draining into JSC framework and re-enable Promise
https://bugs.webkit.org/show_bug.cgi?id=146828
Reviewed by Sam Weinig.
Add Promise tests mainly focusing on microtasks.
They can be executed in JSC shell. So they are locate in js/ directory (not js/dom).
* js/promise-nested-microtasks-expected.txt: Added.
* js/promise-nested-microtasks.html: Added.
* js/promise-resolve-in-non-dom-expected.txt: Added.
* js/promise-resolve-in-non-dom.html: Added.
* js/script-tests/promise-nested-microtasks.js: Added.
(Promise.resolve.then):
* js/script-tests/promise-resolve-non-dom.js: Added.
(value.then):
* resources/standalone-post.js:
2015-07-17 Saam barati <saambarati1@gmail.com>
Function parameters should be parsed in the same parser arena as the function body
https://bugs.webkit.org/show_bug.cgi?id=145995
Reviewed by Yusuke Suzuki.
* fast/profiler/anonymous-event-handler-expected.txt:
* fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
* fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
* fast/profiler/anonymous-function-calls-eval-expected.txt:
* fast/profiler/anonymous-functions-with-display-names-expected.txt:
* fast/profiler/apply-expected.txt:
* fast/profiler/built-in-function-calls-anonymous-expected.txt:
* fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
* fast/profiler/call-expected.txt:
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
* fast/profiler/compare-multiple-profiles-expected.txt:
* fast/profiler/constructor-expected.txt:
* fast/profiler/dead-time-expected.txt:
* fast/profiler/document-dot-write-expected.txt:
* fast/profiler/event-handler-expected.txt:
* fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
* fast/profiler/inline-event-handler-expected.txt:
* fast/profiler/many-calls-in-the-same-scope-expected.txt:
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
* fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
* fast/profiler/multiple-anonymous-functions-called-from-the-same-function-expected.txt:
* fast/profiler/multiple-frames-expected.txt:
* fast/profiler/named-functions-with-display-names-expected.txt:
* fast/profiler/nested-anonymous-functon-expected.txt:
* fast/profiler/nested-start-and-stop-profiler-expected.txt:
* fast/profiler/one-execution-context-expected.txt:
* fast/profiler/profile-calls-in-included-file-expected.txt:
* fast/profiler/profile-with-no-title-expected.txt:
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
* fast/profiler/profiling-from-a-nested-location-expected.txt:
* fast/profiler/simple-event-call-expected.txt:
* fast/profiler/simple-no-level-change-expected.txt:
* fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
* fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt:
* fast/profiler/stop-then-function-call-expected.txt:
* fast/profiler/two-execution-contexts-expected.txt:
* fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
* fast/profiler/window-dot-eval-expected.txt:
* js/dom/script-start-end-locations-expected.txt:
2015-07-17 Benjamin Poulain <bpoulain@apple.com>
[Content Extensions] CSS-display-none rules are not working properly
https://bugs.webkit.org/show_bug.cgi?id=147024
Reviewed by Sam Weinig.
* http/tests/contentextensions/css-display-none-with-different-case-sensitivity-are-not-merged-expected.txt: Added.
* http/tests/contentextensions/css-display-none-with-different-case-sensitivity-are-not-merged.html: Added.
* http/tests/contentextensions/css-display-none-with-different-case-sensitivity-are-not-merged.html.json: Added.
* http/tests/contentextensions/css-display-none-with-different-triggers-are-not-merged-expected.txt: Added.
* http/tests/contentextensions/css-display-none-with-different-triggers-are-not-merged.html: Added.
* http/tests/contentextensions/css-display-none-with-different-triggers-are-not-merged.html.json: Added.
* http/tests/contentextensions/two-distinguishable-css-display-none-rules-on-main-resource-expected.txt: Added.
* http/tests/contentextensions/two-distinguishable-css-display-none-rules-on-main-resource.html: Added.
* http/tests/contentextensions/two-distinguishable-css-display-none-rules-on-main-resource.html.json: Added.
2015-07-16 Mark Lam <mark.lam@apple.com>
Remove leak of objects between isolated worlds on custom events, message events, and pop state events.
https://bugs.webkit.org/show_bug.cgi?id=118884
Reviewed by Filip Pizlo and Mark Lam.
Patch by Keith Miller <keith_miller@apple.com>.
These tests ensure ensure objects are not leaked across isolated worlds and that those properties are not prematurely
garbage collected.
* fast/events/constructors/custom-event-constructor-expected.txt:
* fast/events/constructors/custom-event-constructor.html:
* fast/events/event-leak-objects-expected.txt: Added.
* fast/events/event-leak-objects.html: Added.
* fast/events/event-properties-gc-expected.txt: Added.
* fast/events/event-properties-gc.html: Added.
2015-07-16 Simon Fraser <simon.fraser@apple.com>
Fix disappearing position:fixed elements in fixed layout mode
https://bugs.webkit.org/show_bug.cgi?id=147019
Reviewed by Tim Horton.
Test with four fixed elements in fixed layout mode.
* compositing/fixed-with-fixed-layout-expected.txt: Added.
* compositing/fixed-with-fixed-layout.html: Added.
2015-07-16 Filip Pizlo <fpizlo@apple.com>
Unreviewed, roll out http://trac.webkit.org/changeset/186903. It broke the build.
* fast/events/constructors/custom-event-constructor-expected.txt:
* fast/events/constructors/custom-event-constructor.html:
* fast/events/event-leak-objects-expected.txt:
* fast/events/event-leak-objects.html:
* fast/events/event-properties-gc-expected.txt:
* fast/events/event-properties-gc.html:
2015-07-16 Tim Horton <timothy_horton@apple.com>
Rebaseline test for Windows.
* platform/win/fast/shrink-wrap: Added.
* platform/win/fast/shrink-wrap/rect-shrink-wrap-expected.txt: Added.
2015-07-16 Keith Miller <keith_miller@apple.com>
Remove leak of objects between isolated worlds on custom events, message events, and pop state events.
https://bugs.webkit.org/show_bug.cgi?id=118884
Reviewed by Filip Pizlo.
These tests ensure ensure objects are not leaked across isolated worlds and that those properties are not prematurely
garbage collected.
* fast/events/constructors/custom-event-constructor-expected.txt:
* fast/events/constructors/custom-event-constructor.html:
* fast/events/event-leak-objects-expected.txt: Added.
* fast/events/event-leak-objects.html: Added.
* fast/events/event-properties-gc-expected.txt: Added.
* fast/events/event-properties-gc.html: Added.
2015-07-16 David Kilzer <ddkilzer@apple.com>
Mark fast/canvas/canvas-too-large-to-draw.html as crashing on El Capitan
Fix is tracked by <rdar://problem/21857102>.
* platform/mac/TestExpectations: Mark test as crashing:
- fast/canvas/canvas-too-large-to-draw.html
2015-07-16 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: update $$() to return an Array
https://bugs.webkit.org/show_bug.cgi?id=146964
Reviewed by Brian Burg.
* inspector/console/command-line-api-expected.txt: Added.
* inspector/console/command-line-api.html: Added.
Add back a command line api test.
* platform/efl/inspector/console/command-line-api-expected.txt: Removed.
* platform/mac/inspector/console/command-line-api-expected.txt: Removed.
Remove old platform expected results for the old version of this test.
* platform/win/TestExpectations:
Speculatively skipping on Windows since other inspector/console tests are skipped.
2015-07-15 Dean Jackson <dino@apple.com>
Tag WebGL layers with sRGB colorspace
https://bugs.webkit.org/show_bug.cgi?id=146986
<rdar://problem/21758704>
Reviewed by Simon Fraser.
Add a test that embeds a WebGL canvas inside a solid div. Since both
have the same color, the canvas should seemlessly disappear into
the surrounding div.
* fast/canvas/webgl/match-page-color-space-expected.html: Added.
* fast/canvas/webgl/match-page-color-space.html: Added.
* platform/mac-mavericks/TestExpectations: Skip this test.
* platform/mac-yosemite/TestExpectations: Added. Skip this test.
2015-07-15 Wenson Hsieh <wenson_hsieh@apple.com>
Scroll snapping to elements is broken for main frame scrolling
https://bugs.webkit.org/show_bug.cgi?id=146957
Reviewed by Brent Fulgham.
Tests that basic scroll snap coordinates in the mainframe works.
* css3/scroll-snap/scroll-snap-coordinate-mainframe-expected.txt: Added.
* css3/scroll-snap/scroll-snap-coordinate-mainframe.html: Added.
2015-07-15 Saam barati <saambarati1@gmail.com>
[ES6] implement block scoping to enable 'let'
https://bugs.webkit.org/show_bug.cgi?id=142944
Reviewed by Filip Pizlo.
* js/dom/reserved-words-as-property-expected.txt:
* js/keywords-and-reserved_words-expected.txt:
* js/let-syntax-expected.txt: Added.
* js/let-syntax.html: Added.
* js/reserved-words-strict-expected.txt:
* js/script-tests/keywords-and-reserved_words.js:
* js/script-tests/let-syntax.js: Added.
(truth):
(assert):
(hasSyntaxError):
(shouldHaveSyntaxError):
(shouldNotHaveSyntaxError):
(shouldHaveSyntaxErrorStrictOnly):
* js/script-tests/reserved-words-strict.js:
* js/script-tests/statement-list-item-syntax-errors.js:
(testSyntax):
(runTests):
* js/statement-list-item-syntax-errors-expected.txt:
2015-07-15 Tim Horton <timothy_horton@apple.com>
Factor rect shrink-wrapping code out of RenderThemeMac for future reuse
https://bugs.webkit.org/show_bug.cgi?id=146973
<rdar://problem/21643094>
Reviewed by Anders Carlsson.
* fast/shrink-wrap/rect-shrink-wrap-expected.png: Added.
* fast/shrink-wrap/rect-shrink-wrap-expected.txt: Added.
* fast/shrink-wrap/rect-shrink-wrap.html: Added.
Add a test of both working and broken (indicated by comments in the test)
shrink-wrapping cases.
2015-07-15 Wenson Hsieh <wenson_hsieh@apple.com>
Negative scroll snap repeat values cause web process to hang indefinitely
https://bugs.webkit.org/show_bug.cgi?id=146953
Reviewed by Simon Fraser.
The first test case checks that setting -scroll-snap-points-x or -y to a negative value
will not cause the web process to hang. The second test case (in a similar vein) checks
that tiny subpixel snap repeats generate a reasonable number of snap offsets.
* css3/scroll-snap/scroll-snap-negative-repeat-expected.txt: Added.
* css3/scroll-snap/scroll-snap-negative-repeat.html: Added.
* css3/scroll-snap/scroll-snap-subpixel-repeat-expected.txt: Added.
* css3/scroll-snap/scroll-snap-subpixel-repeat.html: Added.
2015-07-15 David Kilzer <ddkilzer@apple.com>
http/tests/misc/large-js-program.php crashes slowly in Debug builds on Windows
Fix is tracked by <rdar://problem/21816197>.
After r186813, the test was found to also crash in Debug builds
on Windows; it just needed more time to do so:
<https://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fmisc%2Flarge-js-program.php>
* platform/win/TestExpectations: Mark test as slow and crashing:
- http/tests/misc/large-js-program.php
2015-07-14 Antti Koivisto <antti@apple.com>
REGRESSION (r177876): store.apple.com profile and cart icons are missing
https://bugs.webkit.org/show_bug.cgi?id=146894
Reviewed by Myles C. Maxfield.
* fast/css/font-face-multiple-missing-glyphs-expected.html: Added.
* fast/css/font-face-multiple-missing-glyphs.html: Added.
2015-07-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r186809.
https://bugs.webkit.org/show_bug.cgi?id=146943
Caused about 190 layout test failures. (Requested by mlam_ on
#webkit).
Reverted changeset:
"REGRESSION (r177876): store.apple.com profile and cart icons
are missing"
https://bugs.webkit.org/show_bug.cgi?id=146894
http://trac.webkit.org/changeset/186809
2015-07-14 David Kilzer <ddkilzer@apple.com>
http/tests/misc/large-js-program.php crashes in Release, times out in Debug, on Windows
Fix is tracked by <rdar://problem/21816197>.
* platform/win/TestExpectations: Mark test as crashing in
Release and timing out on Debug:
- http/tests/misc/large-js-program.php
2015-07-14 Antti Koivisto <antti@apple.com>
REGRESSION (r177876): store.apple.com profile and cart icons are missing
https://bugs.webkit.org/show_bug.cgi?id=146894
Reviewed by Myles C. Maxfield.
* fast/css/font-face-multiple-missing-glyphs-expected.html: Added.
* fast/css/font-face-multiple-missing-glyphs.html: Added.
2015-07-14 Alex Christensen <achristensen@webkit.org>
[Content Extensions] Fix if-domain and unless-domain when loading main documents.
https://bugs.webkit.org/show_bug.cgi?id=146868
Reviewed by Benjamin Poulain.
* http/tests/contentextensions/block-everything-if-domain-expected.txt: Added.
* http/tests/contentextensions/block-everything-if-domain.html: Added.
* http/tests/contentextensions/block-everything-if-domain.html.json: Added.
* http/tests/contentextensions/block-everything-unless-domain-expected.txt: Added.
* http/tests/contentextensions/block-everything-unless-domain-iframe-expected.txt: Added.
* http/tests/contentextensions/block-everything-unless-domain-iframe.html: Added.
* http/tests/contentextensions/block-everything-unless-domain-iframe.html.json: Added.
* http/tests/contentextensions/block-everything-unless-domain-redirect-expected.txt: Added.
* http/tests/contentextensions/block-everything-unless-domain-redirect.php: Added.
* http/tests/contentextensions/block-everything-unless-domain-redirect.php.json: Added.
* http/tests/contentextensions/block-everything-unless-domain.html: Added.
* http/tests/contentextensions/block-everything-unless-domain.html.json: Added.
* http/tests/contentextensions/main-resource-redirect-blocked-expected.txt:
* http/tests/contentextensions/resources/block-everything-unless-domain-helper.html: Added.
* http/tests/contentextensions/resources/should-load.html: Added.
* http/tests/contentextensions/resources/should-not-load.html: Added.
2015-07-05 Sam Weinig <sam@webkit.org>
DOM4: prepend, append, before, after & replace
https://bugs.webkit.org/show_bug.cgi?id=74648
Reviewed by Darin Adler.
* fast/dom/ChildNode-after-expected.txt: Added.
* fast/dom/ChildNode-after.html: Added.
* fast/dom/ChildNode-before-expected.txt: Added.
* fast/dom/ChildNode-before.html: Added.
* fast/dom/ChildNode-replaceWith-expected.txt: Added.
* fast/dom/ChildNode-replaceWith.html: Added.
* fast/dom/ParentNode-append-expected.txt: Added.
* fast/dom/ParentNode-append.html: Added.
* fast/dom/ParentNode-prepend-expected.txt: Added.
* fast/dom/ParentNode-prepend.html: Added.
2015-07-13 Basile Clement <basile_clement@apple.com>
Object cycles should not prevent allocation elimination/sinking
https://bugs.webkit.org/show_bug.cgi?id=143073
Reviewed by Filip Pizlo.
Add a few microbenchmarks that show performance improvement when
sinking or elimininating object cycles.
* js/regress/elidable-new-object-cycle-expected.txt: Added.
* js/regress/elidable-new-object-cycle.html: Added.
* js/regress/script-tests/elidable-new-object-cycle.js: Added.
(sumOfArithSeries):
(foo):
* js/regress/script-tests/sinkable-closure-cycle.js: Added.
(factorial.f):
(factorial):
* js/regress/script-tests/sinkable-new-object-cycle.js: Added.
(sumOfArithSeries):
(verify):
(foo):
* js/regress/sinkable-closure-cycle-expected.txt: Added.
* js/regress/sinkable-closure-cycle.html: Added.
* js/regress/sinkable-new-object-cycle-expected.txt: Added.
* js/regress/sinkable-new-object-cycle.html: Added.
2015-07-13 Brent Fulgham <bfulgham@apple.com>
[Win] Skip failing table-related AX tests
https://bugs.webkit.org/show_bug.cgi?id=146903
* platform/win/TestExpectations:
2015-07-12 Chris Fleizach <cfleizach@apple.com>
AX: WEB: VoiceOver for iOS does not read <iframe> elements during linear (swipe) navigation.
https://bugs.webkit.org/show_bug.cgi?id=146861
Reviewed by Darin Adler.
* platform/ios-simulator/accessibility/iframe-access-expected.txt: Added.
* platform/ios-simulator/accessibility/iframe-access.html: Added.
2015-07-11 Gyuyoung Kim <gyuyoung.kim@chromium.org>
[EFL] Unreviewed, EFL gardening on 12th Jul.
Mark some ax tests and editing tests to failure since r186694 and r185692.
* platform/efl/TestExpectations:
2015-07-11 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r186689 and r186710.
https://bugs.webkit.org/show_bug.cgi?id=146880
May have caused a PLT regression and broken a layout test
(Requested by cdumez on #webkit).
Reverted changesets:
"[WK2] Increase the QoS of some of our WorkQueues to match the
one of our processes"
https://bugs.webkit.org/show_bug.cgi?id=146855
http://trac.webkit.org/changeset/186689
"REGRESSION (r186689?): fast/frames/frame-limit.html timeout
on Mavericks {Release,Debug} WK2 bots"
https://bugs.webkit.org/show_bug.cgi?id=146876
http://trac.webkit.org/changeset/186710
2015-07-11 David Kilzer <ddkilzer@apple.com>
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html crashes on Windows
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2FXFrameOptions%2Fx-frame-options-deny-meta-tag-parent-same-origin-deny.html>
* platform/win/TestExpectations: Mark tests as crashing:
- http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html
2015-07-11 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186689?): fast/frames/frame-limit.html timeout on Mavericks {Release,Debug} WK2 bots
Fix tracked by: <http://webkit.org/b/146876>
* platform/mac-wk2/TestExpectations: Mark test as timing out:
- fast/frames/frame-limit.html
2015-07-11 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186697): Fix Yosemite, El Capitan test results for js/dom/global-constructors-attributes.html
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
- Move MediaStream results into alphabetical order to fix test
failures.
2015-07-10 Brent Fulgham <bfulgham@apple.com>
Unskip some now-passing tests.
* platform/mac-wk2/TestExpectations:
2015-07-10 Matthew Daiter <mdaiter@apple.com>
Exposing webkitMediaStream as MediaStream
https://bugs.webkit.org/show_bug.cgi?id=146813
<rdar://problem/21754383>
Reviewed by Eric Carlson.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
Changed attributes from webkitMediaStream to MediaStream
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
Ditto
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
Ditto
2015-07-10 Brent Fulgham <bfulgham@apple.com>
REGRESSION (r183133-r183138): Secondary clicking in whitespace selects preceding word
https://bugs.webkit.org/show_bug.cgi?id=146695
<rdar://problem/21441466>
Reviewed by Tim Horton.
Add a new test that checks for correct mac selection behavior for editable and read-only
text fields.
* platform/mac/editing/selection/context-menu-select-editability-expected.txt: Added.
* platform/mac/editing/selection/context-menu-select-editability.html: Added.
2015-07-10 Nan Wang <n_wang@apple.com>
Added tests for new role: table and cell.
https://bugs.webkit.org/show_bug.cgi?id=146011.
Reviewed by Chris Fleizach.
Added tests for table and cell role. Also modified other tests to fit the changes.
* accessibility/roles-computedRoleString-expected.txt:
* accessibility/roles-computedRoleString.html:
* accessibilit/roles-table-and-cell-expected.txt: Added.
* accessibility/roles-table-and-cell.html: Added.
* platform/mac/accessibility/aria-table-hierarchy-expected.txt:
* platform/mac/accessibility/aria-tables-expected.txt:
* platform/mac/accessibility/roles-exposed-expected.txt:
2015-07-10 Daniel Bates <dabates@apple.com>
Serialized declaration for background-size/-webkit-mask-size should preserve identical
values instead of coalescing them
https://bugs.webkit.org/show_bug.cgi?id=143191
<rdar://problem/21759393>
Reviewed by Darin Adler.
Inspired by Blink r172548:
<http://src.chromium.org/viewvc/blink?view=revision&revision=172548>
Update tests and test results to ensure we serialize background-size, -webkit-mask-size
correctly when identical values are present in their declarations.
* fast/backgrounds/size/parsing-background-size-values-expected.txt:
* fast/backgrounds/size/resources/parsing-background-size-values.js:
* fast/masking/parsing-mask-expected.txt:
* fast/masking/parsing-mask.html:
2015-07-10 Myles C. Maxfield <mmaxfield@apple.com>
Bidi-Isolate inlines break layout with collapsed whitespace
https://bugs.webkit.org/show_bug.cgi?id=109624
<rdar://problem/21752834>
Reviewed by David Hyatt.
* fast/inline/crash-when-child-renderer-is-removed-and-line-stays-clean-expected.txt:
* fast/text/bidi-isolate-whitespace-collapse-expected.html: Added.
* fast/text/bidi-isolate-whitespace-collapse.html: Added.
* fast/text/international/embed-bidi-style-in-isolate-crash-expected.txt:
* fast/text/remove-text-node-linebox-not-dirty-crash-expected.txt:
2015-07-10 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Grid item's auto-margins are not applied correctly
https://bugs.webkit.org/show_bug.cgi?id=146581
Reviewed by Darin Adler.
Tests to verify auto-margins alignment works as expected with grid items.
* fast/css-grid-layout/grid-item-auto-margins-alignment-expected.txt: Added.
* fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-lr-expected.txt: Added.
* fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-lr.html: Added.
* fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-rl-expected.txt: Added.
* fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-rl.html: Added.
* fast/css-grid-layout/grid-item-auto-margins-alignment.html: Added.
2015-07-10 Hunseop Jeong <hs85.jeong@samsung.com>
Fix typo in LayoutTests/platform/wk2/TestExpectation.
https://bugs.webkit.org/show_bug.cgi?id=146830
Unreviewed, WK2 gardening.
* platform/wk2/TestExpectations:
2015-07-09 Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Fix readable-stream-tee.html
https://bugs.webkit.org/show_bug.cgi?id=146803
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-tee.html:
2015-07-09 Daniel Bates <dabates@apple.com>
Fetching Content Security Policy report URL should respect same origin policy
https://bugs.webkit.org/show_bug.cgi?id=146754
<rdar://problem/18860259>
Reviewed by Brady Eidson.
Inspired by Blink r149791 (by Mike West <mkwst@chromium.org>):
<https://src.chromium.org/viewvc/blink?revision=149791&view=revision>
Added additional tests for private browsing mode.
* http/tests/cookies/resources/setCookies.cgi:
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled.html: Added.
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-toggled-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-toggled.html: Added.
* http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies.html: Added.
* http/tests/security/contentSecurityPolicy/report-same-origin-no-cookies-when-private-browsing-toggled-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/report-same-origin-no-cookies-when-private-browsing-toggled.html: Added.
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-when-private-browsing-enabled-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-when-private-browsing-enabled.html: Added.
* http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies.html: Added.
* http/tests/security/contentSecurityPolicy/resources/save-report.php:
* platform/wk2/TestExpectations: Skip private browsing mode tests in WebKit2 until we fix <https://bugs.webkit.org/show_bug.cgi?id=115274>.
2015-07-09 Wenson Hsieh <whsieh@berkeley.edu>
Rubber banding is broken when using a Mighty Mouse
https://bugs.webkit.org/show_bug.cgi?id=146693
Reviewed by Tim Horton.
* platform/mac-wk2/tiled-drawing/scrolling/stateless-scrolling-no-rubber-band-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/stateless-scrolling-no-rubber-band.html: Added.
2015-07-09 Devin Rousso <drousso@apple.com>
Web Inspector: Fix shape-highlight layout tests
https://bugs.webkit.org/show_bug.cgi?id=146080
Reviewed by Joseph Pecoraro.
* http/tests/inspector/dom/shapes-test.js: Updated.
2015-07-09 Michael Saboff <msaboff@apple.com>
REGRESSION (r180248): Repro Crash: com.apple.WebKit.WebContent at com.apple.JavaScriptCore: JSC::createRangeError + 20
https://bugs.webkit.org/show_bug.cgi?id=146767
Reviewed by Geoffrey Garen.
New test that generates a call to a function that involves creating a huge
object literal that exceeds the available stack space.
* http/tests/misc/large-js-program-expected.txt: Added.
* http/tests/misc/large-js-program.php: Added.
2015-07-02 Chris Fleizach <cfleizach@apple.com>
AX: <details> element should allow expand/close through AX API
https://bugs.webkit.org/show_bug.cgi?id=146549
Reviewed by Mario Sanchez Prada.
* platform/mac/accessibility/details-summary-expected.txt:
* platform/mac/accessibility/details-summary.html:
2015-07-09 Alex Christensen <achristensen@webkit.org>
[Content Extensions] Prevent crashes with plugins.
https://bugs.webkit.org/show_bug.cgi?id=146705
rdar://problem/20855444
Reviewed by Brady Eidson.
* http/tests/contentextensions/plugin-doesnt-crash-expected.txt: Copied from http/tests/plugins/get-url-expected.txt.
* http/tests/contentextensions/plugin-doesnt-crash.html: Copied from http/tests/plugins/get-url.html.
* http/tests/contentextensions/plugin-doesnt-crash.html.json: Added.
* http/tests/contentextensions/resources/load-me-1.txt: Copied from http/tests/plugins/resources/load-me-1.txt.
2015-07-09 Brent Fulgham <bfulgham@apple.com>
[Win] Skip canvas/philip/tests/2d.text.draw.fontface.notinpage.html
https://bugs.webkit.org/show_bug.cgi?id=146795
* platform/win/TestExpectations:
2015-07-09 Chris Fleizach <cfleizach@apple.com>
AX: VoiceOver cannot get to any content in Yahoo Mail messages table
https://bugs.webkit.org/show_bug.cgi?id=146674
Unreviewed. Skip a test on windows that needs more WKTR and DRT implementations.
* platform/win/TestExpectations:
2015-07-09 Chris Fleizach <cfleizach@apple.com>
AX: VoiceOver cannot get to any content in Yahoo Mail messages table
https://bugs.webkit.org/show_bug.cgi?id=146674
Reviewed by Darin Adler.
* accessibility/aria-table-with-presentational-elements-expected.txt: Added.
* accessibility/aria-table-with-presentational-elements.html: Added.
2015-07-08 Joseph Pecoraro <pecoraro@apple.com>
Fix grammar issue in TypeError attempting to change an unconfigurable property
https://bugs.webkit.org/show_bug.cgi?id=146774
Reviewed by Brent Fulgham.
* js/dom/Object-defineProperty-expected.txt:
2015-07-08 Daniel Bates <dbates@webkit.org>
[EFL] vibration/navigator-vibration.html failed after r186265
https://bugs.webkit.org/show_bug.cgi?id=146770
Reviewed by Gyuyoung Kim.
Update test LayoutTests/vibration/navigator-vibration.html and its expected result.
Following <http://trac.webkit.org/changeset/186265> extra arguments passed
to a Web IDL overloaded function are ignored per section "Interface object Call? method"
of the Web IDL spec, <http://www.w3.org/TR/2012/CR-WebIDL-20120419/> (19 April 2012).
* vibration/navigator-vibration-expected.txt:
* vibration/navigator-vibration.html:
2015-07-08 Andreas Kling <akling@apple.com>
Videos on apple.com don't show up when restored from page cache.
<https://webkit.org/b/146766>
<rdar://problem/21712311>
Reviewed by Darin Adler.
Tweaked an existing media element page caching test to dump out the video height
after restoring from page cache. Failure to restore the video player would result
in incorrect geometry (it falls back to RenderReplaced's default 300x150.)
* media/restore-from-page-cache-expected.txt:
* media/restore-from-page-cache.html:
2015-07-08 Benjamin Poulain <bpoulain@apple.com>
[Content Extensions] Fuse undistinguishable actions as much as possible
https://bugs.webkit.org/show_bug.cgi?id=146762
Reviewed by Alex Christensen.
Make sure the last CSS rule is not ignored.
* http/tests/contentextensions/css-display-none-after-ignore-previous-rules-expected.txt: Added.
* http/tests/contentextensions/css-display-none-after-ignore-previous-rules.html: Added.
* http/tests/contentextensions/css-display-none-after-ignore-previous-rules.html.json: Added.
* http/tests/contentextensions/single-css-display-none-expected.txt: Added.
* http/tests/contentextensions/single-css-display-none.html: Added.
* http/tests/contentextensions/single-css-display-none.html.json: Added.
2015-07-08 Wenson Hsieh <whsieh@berkeley.edu>
Fix asynchronous function calls for scroll snap animation tests
https://bugs.webkit.org/show_bug.cgi?id=146753
Reviewed by Brent Fulgham.
Fixes unintended use of setTimeout in several scroll snap tests.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html: Fixed asynchronous Javascript invocations.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html: See above.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html: See above.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html: See above.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html: See above.
2015-07-08 Brady Eidson <beidson@apple.com>
Now that PingLoaders work in the NetworkProcess, re-enable http/tests/navigation/ping-cookie.html
https://bugs.webkit.org/show_bug.cgi?id=146747
Reviewed by Tim Horton.
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2015-07-08 Said Abou-Hallawa <sabouhallawa@apple.com>
Crash when appending an SVG <use> element dynamically which has animated SVG <path> element
https://bugs.webkit.org/show_bug.cgi?id=146690
<rdar://problem/20790376>
Reviewed by Dean Jackson.
When adding dynamically a new <use> element which references an animated
SVG path after the animation starts, ensure that WebKit is not crashing.
* svg/animations/insert-animate-use-path-while-animation-expected.txt: Added.
* svg/animations/insert-animate-use-path-while-animation.svg: Added.
2015-07-08 David Kilzer <ddkilzer@apple.com>
http/tests/xmlviewer/dumpAsText/svg.xml contains a typo that breaks the test with libxml2 v2.9.2
* http/tests/xmlviewer/dumpAsText/svg.xml: Add missing space to
<svg:svg> tag make this test work with libxml2 v2.9.2.
2015-07-08 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening after r186500.
* platform/gtk/TestExpectations: Mark new failures and remove new passes
that were affected by the update of libraries inside the JHBuild.
* platform/gtk/fast/css/input-search-padding-expected.png: Rebaseline test.
* platform/gtk/fast/css/input-search-padding-expected.txt: Rebaseline test.
2015-07-08 David Kilzer <ddkilzer@apple.com>
http/tests/security/XFrameOptions/x-frame-options-{cached,deny-delete-frame-in-load-event}.html crash on Windows Debug bots
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2FXFrameOptions%2Fx-frame-options-cached.html>
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2FXFrameOptions%2Fx-frame-options-deny-delete-frame-in-load-event.html>
* platform/win/TestExpectations: Mark tests as crashing:
- http/tests/security/XFrameOptions/x-frame-options-cached.html
- http/tests/security/XFrameOptions/x-frame-options-deny-delete-frame-in-load-event.html
2015-07-08 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
* platform/gtk/TestExpectations: Report and mark new failing tests.
* platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt: Rebaseline after r186191.
* platform/gtk/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Added. Rebaseline after r185166.
* platform/gtk/fast/images/gif-loop-count-expected.png: Removed. Remove unneded expected image result after 185310.
* platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Rebaseline after r185533.
* platform/gtk/media/media-controls-clone-expected.png: Rebaseline after r184932.
* platform/gtk/media/media-controls-clone-expected.txt: Rebaseline after r184932.
* platform/gtk/media/video-controls-rendering-expected.png: Rebaseline after r184932.
* platform/gtk/media/video-controls-rendering-expected.txt: Rebaseline after r184932.
2015-07-07 Zalan Bujtas <zalan@apple.com>
Crash when parent iframe is set to display none and the child frame is mutated the same time.
https://bugs.webkit.org/show_bug.cgi?id=146699
rdar://problem/16207881
Reviewed by Andreas Kling.
When the parent iframe is set to display: none, we destroy the associated renderer (RenderIFrame).
However if the child frame is mutated the same time, during layout we try to access this RenderIFrame
to check whether it needs frame flattening.
This patch checks whether the parent render widget is still valid.
* fast/frames/crash-display-none-iframe-during-onbeforeload-expected.txt: Added.
* fast/frames/crash-display-none-iframe-during-onbeforeload.html: Added.
* fast/frames/resources/displaynone-this-during-object-beforeload.html: Added.
2015-07-07 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test skip after r186476.
* platform/win/TestExpectations:
2015-07-07 Brady Eidson <beidson@apple.com>
HTTP Auth cached after disabling private browsing/reset.
<rdar://problem/8293055> and https://bugs.webkit.org/show_bug.cgi?id=146654
Reviewed by Tim Horton.
* http/tests/security/private-browsing-http-auth-expected.txt: Added.
* http/tests/security/private-browsing-http-auth.html: Added.
* http/tests/security/resources/auth-echo.php: Added.
* http/tests/security/resources/basic-auth.php: Added.
* platform/wk2/TestExpectations:
2015-07-07 Zalan Bujtas <zalan@apple.com>
REGRESSION(169105): CSS Regions: renderer returns wrong selection root when it is inside a column flow.
https://bugs.webkit.org/show_bug.cgi?id=146529
rdar://problem/21613670
Reviewed by Mihnea Ovidenie and David Kilzer.
This patch ensures that RenderObject::selectionRoot() handles column flows properly while searching for the associated
selection root.
When the renderer is inside a column flow and the column flow is part of a named flow, we stop
traversing the ancestor chain, searching for the selection root, when we reach the column flow.
Since the column flow is not a selection root, we mistakenly fall back to the RenderView as selection root.
Instead, we should check if the column is inside a named flow and return the selection root accordingly.
Returning the wrong selection root confuses RenderView::splitSelectionBetweenSubtrees() logic and this particular
RenderObject could end up in multiple selection trees.
* fast/regions/selection/crash-when-element-is-inside-column-and-the-containing-block-is-inside-flow-expected.txt: Added.
* fast/regions/selection/crash-when-element-is-inside-column-and-the-containing-block-is-inside-flow.html: Added.
2015-07-07 Wenson Hsieh <whsieh@berkeley.edu>
Snap point regions containing X and Y snap points should do a better job animating
https://bugs.webkit.org/show_bug.cgi?id=142523
<rdar://problem/20100753>
Reviewed by Brent Fulgham.
Tests that snap points are honored when scrolling in a 2D overflow container.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-2d-overflow.html: Added.
2015-07-07 Andreas Kling <akling@apple.com>
REGRESSION(r183706): HTMLImageElement sometimes fails to register as document named item.
<https://webkit.org/b/146679>
<rdar://problem/21613839>
Reviewed by Antti Koivisto.
Add a test that would assert when removing a named HTMLImageElement from the DOM
after having failed to register it as a document named item.
* fast/dom/HTMLImageElement/remove-img-with-name-from-document-crash-expected.txt: Added.
* fast/dom/HTMLImageElement/remove-img-with-name-from-document-crash.html: Added.
2015-07-07 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186388): http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html always fails on Windows
* platform/win/TestExpectations: Consolidate WebAudio skips.
Mark test as always failing:
- http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html
2015-07-07 David Kilzer <ddkilzer@apple.com>
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html crashes on Windows sometimes
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2FXFrameOptions%2Fx-frame-options-deny-meta-tag-parent-same-origin-allow.html>
* platform/win/TestExpectations: Mark test as crashing, too:
- http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html
2015-07-07 David Kilzer <ddkilzer@apple.com>
El Capitan: Hangs caused by PDFs should be fixed
* platform/mac-wk1/TestExpectations: Remove skipped tests as the
PDF hangs should be fixed.
2015-07-07 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186391): css3/masking/mask-repeat-space-padding.html image-only failure on El Capitan WK1
* platform/mac-wk1/TestExpectations: Mark as image-only failure:
- css3/masking/mask-repeat-space-padding.html
2015-07-07 Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Remove ReadableStreamStream.read() custom binding
https://bugs.webkit.org/show_bug.cgi?id=146643
Reviewed by Darin Adler.
* streams/reference-implementation/brand-checks-expected.txt:
2015-07-06 Zalan Bujtas <zalan@apple.com>
REGRESSION: Slider thumb does not render properly (image tests with <input type="range">)
https://bugs.webkit.org/show_bug.cgi?id=146669
rdar://problem/21677831
Reviewed by Simon Fraser.
Draw NSSliderCell's knob only when slider's thumb paint is requested.
Covered by existing tests.
* platform/mac/TestExpectations: Unskip slider tests.
2015-07-06 Andreas Kling <akling@apple.com>
Crash when setting text direction via MakeTextWritingDirection* editing commands.
<https://webkit.org/b/146665>
<rdar://problem/20835477>
Reviewed by Ryosuke Niwa.
Add a test that covers some very simple MakeTextWritingDirection* command usage.
* editing/style/change-text-direction-crash-expected.txt: Added.
* editing/style/change-text-direction-crash.html: Added.
2015-07-06 Simon Fraser <simon.fraser@apple.com>
Revert use of SVG <mask> elements for -webkit-mask-image (r176798, r177494, r186180)
https://bugs.webkit.org/show_bug.cgi?id=146653
Reviewed by Dean Jackson.
Fixes rdar://problem/21435233.
r177494 caused a number of regressions (bugs 141857, 146509, 146561), added new layering violations, and
was not being maintained, so revert it.
This patch reverts r177494.
* css3/masking/mask-base64-expected.html: Removed.
* css3/masking/mask-base64.html: Removed.
* css3/masking/mask-multiple-values-expected.html: Removed.
* css3/masking/mask-multiple-values.html: Removed.
* css3/masking/mask-repeat-space-padding-expected.html:
* css3/masking/mask-repeat-space-padding.html:
* css3/masking/mask-svg-clipped-fragmentId-expected.html: Removed.
* css3/masking/mask-svg-clipped-fragmentId.html: Removed.
* css3/masking/mask-svg-fragmentId-expected.html: Removed.
* css3/masking/mask-svg-fragmentId.html: Removed.
* css3/masking/mask-svg-inline-fragmentId-expected.html: Removed.
* css3/masking/mask-svg-inline-fragmentId.html: Removed.
* css3/masking/mask-svg-inline-invalid-fragmentId-expected.html: Removed.
* css3/masking/mask-svg-inline-invalid-fragmentId.html: Removed.
* css3/masking/mask-svg-invalid-fragmentId-expected.html: Removed.
* css3/masking/mask-svg-invalid-fragmentId.html: Removed.
* css3/masking/mask-svg-no-fragmentId-expected.html: Removed.
* css3/masking/mask-svg-no-fragmentId-tiled-expected.html: Removed.
* css3/masking/mask-svg-no-fragmentId-tiled.html: Removed.
* css3/masking/mask-svg-no-fragmentId.html: Removed.
* css3/masking/mask-svg-script-entire-svg-to-mask-expected.html: Removed.
* css3/masking/mask-svg-script-entire-svg-to-mask.html: Removed.
* css3/masking/mask-svg-script-mask-to-entire-svg-expected.html: Removed.
* css3/masking/mask-svg-script-mask-to-entire-svg.html: Removed.
* css3/masking/mask-svg-script-mask-to-none-expected.html: Removed.
* css3/masking/mask-svg-script-mask-to-none.html: Removed.
* css3/masking/mask-svg-script-mask-to-png-expected.html: Removed.
* css3/masking/mask-svg-script-mask-to-png.html: Removed.
* css3/masking/mask-svg-script-none-to-mask-expected.html: Removed.
* css3/masking/mask-svg-script-none-to-mask.html: Removed.
* css3/masking/mask-svg-script-none-to-png-expected.html: Removed.
* css3/masking/mask-svg-script-none-to-png.html: Removed.
* css3/masking/mask-svg-script-png-to-mask-expected.html: Removed.
* css3/masking/mask-svg-script-png-to-mask.html: Removed.
* css3/masking/mask-svg-script-png-to-none-expected.html: Removed.
* css3/masking/mask-svg-script-png-to-none.html: Removed.
* css3/masking/resources/masks.svg: Removed.
2015-07-06 Daniel Bates <dabates@apple.com>
Isolated worlds should respect Content Security Policy; User Agent Shadow DOM
should be exempt from Content Security Policy
https://bugs.webkit.org/show_bug.cgi?id=144830
<rdar://problem/18860261>
Reviewed by Geoffrey Garen.
Add tests to ensure that we exempt nodes in a user agent shadow tree from the Content Security Policy (CSP) of the page.
Updated test LayoutTests/http/tests/security/isolatedWorld/bypass-main-world-csp.html to ensure that
we do not bypass the CSP of the page for a script that executes in an isolated world and renamed the
file image-load-should-not-bypass-main-world-csp.html.
* http/tests/security/contentSecurityPolicy/resources/alert-pass-and-notify-done.js: Added.
* http/tests/security/contentSecurityPolicy/resources/wait-until-done.js: Added.
(alertAndDone):
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-audio.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-css-background-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-css-background.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-css-cursor-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-css-cursor.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-css-filter-on-image-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-css-filter-on-image.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-css-webkit-image-set-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-css-webkit-image-set.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-embed-plugin-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-embed-plugin.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-external-script-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-external-script.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-iframe-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-iframe.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-image-after-redirect-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-image-after-redirect.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-image-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-image.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-inline-script-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-inline-script.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-inline-style-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-inline-style.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-inline-stylesheet-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-inline-stylesheet.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-object-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-object-plugin-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-object-plugin.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-object.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-svg-feimage-element-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-svg-feimage-element.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-svg-font-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-svg-font.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-svg-use-element-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-svg-use-element.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-track-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-track.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/block-loading-user-agent-image-from-non-user-agent-content-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/block-loading-user-agent-image-from-non-user-agent-content.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-allowed-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-allowed.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-blocked-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-blocked.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-blocked2-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-blocked2.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-blocked3-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/default-src-object-data-url-blocked3.html: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/resources/ABCFont.svg: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/resources/allow-inline-script.js: Added.
(window.onload):
(testPassed):
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/resources/floodGreenFilter.svg: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/video-controls-allowed-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/userAgentShadowDOM/video-controls-allowed.html: Added.
* http/tests/security/isolatedWorld/image-load-should-not-bypass-main-world-csp-expected.txt: Renamed from LayoutTests/http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt.
* http/tests/security/isolatedWorld/image-load-should-not-bypass-main-world-csp.html: Renamed from LayoutTests/http/tests/security/isolatedWorld/bypass-main-world-csp.html.
2015-07-06 Saam barati <saambarati1@gmail.com>
JSC's parser should follow the ES6 spec with respect to parsing Declarations
https://bugs.webkit.org/show_bug.cgi?id=146621
Reviewed by Mark Lam.
* js/parser-syntax-check-expected.txt:
* js/script-tests/const.js:
(with1):
(with2):
* js/script-tests/parser-syntax-check.js:
* js/script-tests/statement-list-item-syntax-errors.js: Added.
(testSyntax):
(runTests):
* js/statement-list-item-syntax-errors-expected.txt: Added.
* js/statement-list-item-syntax-errors.html: Added.
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5-expected.txt:
2015-07-06 David Kilzer <ddkilzer@apple.com>
http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html crashes on Windows sometimes
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2FXFrameOptions%2Fx-frame-options-deny-meta-tag.html>
* platform/win/TestExpectations: Mark test as crashing, too:
- http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html
2015-07-06 David Kilzer <ddkilzer@apple.com>
http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html crashes on Windows sometimes
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2FXFrameOptions%2Fx-frame-options-parent-same-origin-deny.html>
* platform/win/TestExpectations: Mark test as crashing, too:
- http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html
2015-07-06 Youenn Fablet <youenn.fablet@crf.canon.fr>
Promise-returning functions should reject promises if the callee is not of the expected type
https://bugs.webkit.org/show_bug.cgi?id=146585
Reviewed by Darin Adler.
* streams/reference-implementation/brand-checks-expected.txt:
2015-07-05 Yusuke Suzuki <utatane.tea@gmail.com>
Update toLength / toInteger names in control profiler test results
https://bugs.webkit.org/show_bug.cgi?id=146229
Reviewed by Simon Fraser.
ToLength / ToInteger are renamed to toLength / toInteger.
Update the names in the test results for control profiler.
* fast/profiler/built-in-function-calls-anonymous-expected.txt:
* fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
2015-07-05 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r180582): background-attachment: local; does not scroll the background image when scrolling the the element's contents
https://bugs.webkit.org/show_bug.cgi?id=146623
Reviewed by Zalan Bujtas.
Ref test for background-attachment: local.
* fast/backgrounds/background-attachment-local-expected.html: Added.
* fast/backgrounds/background-attachment-local.html: Added.
2015-07-05 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement the latest Promise spec in JS
https://bugs.webkit.org/show_bug.cgi?id=146229
Reviewed by Sam Weinig.
Add a test to guarantee that `Promise.resolve` looks up `then` field synchronously.
* js/dom/Promise-resolve-lookup-then-expected.txt: Added.
* js/dom/Promise-resolve-lookup-then.html: Added.
2015-07-05 David Kilzer <ddkilzer@apple.com>
REGRESSION (El Capitan): Slider thumb of range input is rotated on reference tests
Fix tracked by <rdar://problem/21677831>.
* platform/mac/TestExpectations: Mark tests as image-only failures:
- css3/flexbox/flexitem-stretch-range.html
- fast/forms/range/input-appearance-range-rtl.html
- fast/forms/range/range-change-min-max.html
2015-07-05 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186198): js/dom/global-constructors-attributes.html fails on El Capitan
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
Update results after r186198.
2015-07-05 David Kilzer <ddkilzer@apple.com>
fast/canvas/webgl/oes-texture-half-float-linear.html is flakey on Yosemite Release/Debug WK1/WK2
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcanvas%2Fwebgl%2Foes-texture-half-float-linear.html>
* platform/mac/TestExpectations: Mark test as flaky:
- fast/canvas/webgl/oes-texture-half-float-linear.html
2015-07-05 David Kilzer <ddkilzer@apple.com>
fast/forms/textarea/textarea-state-restore.html is flaky on WK2
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fforms%2Ftextarea%2Ftextarea-state-restore.html>
Fix tracked by <http://webkit.org/b/90980>.
* platform/efl/TestExpectations: Move expectation from here...
* platform/gtk/TestExpectations: ...and here...
* platform/wk2/TestExpectations: ...to here:
- fast/forms/textarea/textarea-state-restore.html
2015-07-05 David Kilzer <ddkilzer@apple.com>
http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow.html crashes on Windows Debug
<https://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fsecurity%2FXFrameOptions%2Fx-frame-options-parent-same-origin-allow.html>
* platform/win/TestExpectations: Mark as crashing:
- http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow.html
2015-07-05 David Kilzer <ddkilzer@apple.com>
webgl/1.0.2/conformance/more/functions/copyTexImage2DBadArgs.html fails due to truncated expected results on Yosemite Debug WK1
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=webgl%2F1.0.2%2Fconformance%2Fmore%2Ffunctions%2FcopyTexImage2DBadArgs.html>
Fix tracked by <http://webkit.org/b/146622>.
* platform/mac-wk1/TestExpectations: Mark as flaky:
- webgl/1.0.2/conformance/more/functions/copyTexImage2DBadArgs.html
2015-07-05 David Kilzer <ddkilzer@apple.com>
fast/preloader/document-write-2.html is flaky on WK2
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fpreloader%2Fdocument-write-2.html>
When the test fails, the first two lines are reversed:
@@ -1,2 +1,2 @@
+script1.js has MIME type text/javascript
document-write-plaintext.js has MIME type text/javascript
-script1.js has MIME type text/javascript
* platform/wk2/TestExpectations: Mark test as flaky:
- fast/preloader/document-write-2.html
2015-07-03 Chris Dumez <cdumez@apple.com>
REGRESSION (r178097): HTMLSelectElement.add(option, undefined) prepends option to the list of options; should append to the end of the list of options
https://bugs.webkit.org/show_bug.cgi?id=146566
<rdar://problem/21663919>
Reviewed by Ryosuke Niwa.
* fast/dom/HTMLSelectElement/add-expected.txt:
* fast/dom/HTMLSelectElement/add.html:
* fast/dom/HTMLSelectElement/options-collection-add-expected.txt:
* fast/dom/HTMLSelectElement/options-collection-add.html:
Update tests so that calling add(X, undefined) is expected to append X,
not prepend it.
* http/tests/websocket/tests/hybi/undefined-protocol-expected.txt: Added.
* http/tests/websocket/tests/hybi/undefined-protocol.html: Added.
Add test coverage for "new WebSocket(url, undefined)" as WebSocket is
using constructor overloads with optional parameters. Previously, calling
new WebSocket(url, undefined) was equivalent to calling
new WebSocket(url, "undefined") even though it is supposed to be
equivalent to calling new WebSocket(url).
2015-07-03 Chris Dumez <cdumez@apple.com>
Unreviewed, skip http/tests/xmlhttprequest/cross-origin-cookie-storage.html on Windows.
Windows' DumpRenderTree does not implement testRunner.setAlwaysAcceptCookies().
* platform/win/TestExpectations:
2015-07-03 Daniel Bates <dabates@apple.com>
REGRESSION (r178097): JavaScript TypeError after clicking on compose button in Yahoo Mail
https://bugs.webkit.org/show_bug.cgi?id=146515
<rdar://problem/21348421>
Reviewed by Chris Dumez.
Add new sub-tests to LayoutTests/fast/dom/HTMLSelectElement/{add, options-collection-add}.html,
simplify existing test code, share common code, and update expected results.
Additionally, update results for tests in LayoutTests/fast/canvas now that we ignore extra
arguments passed to a Web IDL overloaded function whose implementation is generated by the
bindings generator script.
* fast/canvas/canvas-overloads-drawImage-expected.txt:
* fast/canvas/canvas-overloads-setFillColor-expected.txt:
* fast/canvas/canvas-overloads-setShadow-expected.txt:
* fast/canvas/canvas-overloads-setStrokeColor-expected.txt:
* fast/canvas/script-tests/canvas-overloads-drawImage.js:
* fast/canvas/script-tests/canvas-overloads-setFillColor.js:
* fast/canvas/script-tests/canvas-overloads-setShadow.js:
* fast/canvas/script-tests/canvas-overloads-setStrokeColor.js:
* fast/dom/HTMLSelectElement/add-expected.txt:
* fast/dom/HTMLSelectElement/add.html:
* fast/dom/HTMLSelectElement/options-collection-add-expected.txt:
* fast/dom/HTMLSelectElement/options-collection-add.html:
* fast/dom/HTMLSelectElement/resources/html-select-and-options-collection-utilities.js: Added.
(createSelectElementWithTestData):
(deepCopy):
(createOption):
(createGroup):
2015-07-03 Chris Dumez <cdumez@apple.com>
Unreviewed, tentative fix for flaky layout test introduced in r186256.
* platform/mac/accessibility/selection-notification-focus-change-expected.txt:
* platform/mac/accessibility/selection-notification-focus-change.html:
2015-07-02 Doug Russell <d_russell@apple.com>
AX: Selection change as a result of focusing an element should include that
information in the intent
https://bugs.webkit.org/show_bug.cgi?id=146533
Reviewed by Chris Fleizach.
Added focusChange flag to AXTextStateChangeIntent.
Added intent support to selection logic called by Element::updateFocusAppearance().
Added NSAccessibilityTextSelectionChangedFocus to mac notifications.
* platform/mac/accessibility/selection-notification-focus-change-expected.txt: Added.
* platform/mac/accessibility/selection-notification-focus-change.html: Added.
2015-07-02 Saam barati <saambarati1@gmail.com>
Rename "Deconstruction" to "Destructuring" throughout JSC
https://bugs.webkit.org/show_bug.cgi?id=146100
Reviewed by Mark Lam.
* js/deconstructing-parameters-should-be-locals-expected.txt: Removed.
* js/deconstructing-parameters-should-be-locals.html: Removed.
* js/destructuring-assignment-expected.txt:
* js/destructuring-parameters-should-be-locals-expected.txt: Copied from LayoutTests/js/deconstructing-parameters-should-be-locals-expected.txt.
* js/destructuring-parameters-should-be-locals.html: Copied from LayoutTests/js/deconstructing-parameters-should-be-locals.html.
* js/regress/deconstructing-parameters-overridden-by-function-expected.txt: Removed.
* js/regress/deconstructing-parameters-overridden-by-function.html: Removed.
* js/regress/destructuring-parameters-overridden-by-function-expected.txt: Copied from LayoutTests/js/regress/deconstructing-parameters-overridden-by-function-expected.txt.
* js/regress/destructuring-parameters-overridden-by-function.html: Copied from LayoutTests/js/regress/deconstructing-parameters-overridden-by-function.html.
* js/regress/script-tests/deconstructing-parameters-overridden-by-function.js: Removed.
* js/regress/script-tests/destructuring-parameters-overridden-by-function.js: Copied from LayoutTests/js/regress/script-tests/deconstructing-parameters-overridden-by-function.js.
* js/script-tests/deconstructing-parameters-should-be-locals.js: Removed.
* js/script-tests/destructuring-assignment.js:
(testDestructuredArgs):
(testDestructuredArgLength):
(testDeconstructArgs): Deleted.
(testDeconstructArgLength): Deleted.
* js/script-tests/destructuring-parameters-should-be-locals.js: Copied from LayoutTests/js/script-tests/deconstructing-parameters-should-be-locals.js.
(description.value.string_appeared_here.readDestructuredParameter):
(overwriteDestructuredParameter):
(readCapturedDestructuredParameter):
(overwriteCapturedDestructuredParameter):
(description.value.string_appeared_here.readDeconstructedParameter): Deleted.
(overwriteDeconstructedParameter): Deleted.
(readCapturedDeconstructedParameter): Deleted.
(overwriteCapturedDeconstructedParameter): Deleted.
2015-07-02 Brady Eidson <beidson@apple.com>
Add preference to disable all http-equiv.
<rdar://problem/9091261> and https://bugs.webkit.org/show_bug.cgi?id=146553
Reviewed by Sam Weinig.
* loader/meta-refresh-disabled.html:
2015-07-02 Brady Eidson <beidson@apple.com>
[Content Extensions] Block synchronous XMLHTTPRequest.
<rdar://problem/21573006> and https://bugs.webkit.org/show_bug.cgi?id=146271
Reviewed by Alex Christensen.
* http/tests/contentextensions/sync-xhr-blocked-expected.txt: Added.
* http/tests/contentextensions/sync-xhr-blocked.html: Added.
* http/tests/contentextensions/sync-xhr-blocked.html.json: Added.
2015-07-02 Alex Christensen <achristensen@webkit.org>
Skip new web timing test on platforms without web timing.
* platform/ios-sim-deprecated/Skipped:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2015-07-01 Alex Christensen <achristensen@webkit.org>
Fix test from r186208 and r186216.
* http/tests/misc/webtiming-resolution-expected.txt:
* http/tests/misc/webtiming-resolution.html:
Properly and explicitly test if the time delta is close to a multiple of the expected resolution.
2015-07-01 Chris Dumez <cdumez@apple.com>
Reduce resolution of performance.now
https://bugs.webkit.org/show_bug.cgi?id=146531
Reviewed by Simon Fraser.
Make layout test introduced in r186208.
* http/tests/misc/webtiming-resolution-expected.txt:
* http/tests/misc/webtiming-resolution.html:
2015-07-01 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline js/dom/global-constructors-attributes.html after r186198.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
2015-07-01 Alex Christensen <achristensen@webkit.org>
Reduce resolution of performance.now.
https://bugs.webkit.org/show_bug.cgi?id=146531
rdar://problem/20116796
Reviewed by Simon Fraser.
* http/tests/misc/webtiming-resolution-expected.txt: Added.
* http/tests/misc/webtiming-resolution.html: Added.
2015-07-01 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Support bold and thin italicized system fonts
https://bugs.webkit.org/show_bug.cgi?id=146463
<rdar://problem/20948885>
Reviewed by Darin Adler.
* fast/text/weighted-italicized-system-font-expected.html: Added.
* fast/text/weighted-italicized-system-font.html: Added.
2015-07-01 Matthew Mirman <mmirman@apple.com>
Unreviewed, rolling out r185889
https://bugs.webkit.org/show_bug.cgi?id=146528
rdar://problem/21573959
Patch breaks chromeexperiments.com
Reverted changeset:
* inspector-protocol/runtime/getProperties-expected.txt:
* js/dom/native-bindings-descriptors-expected.txt: Removed.
* js/dom/native-bindings-descriptors.html: Removed.
* js/dom/script-tests/native-bindings-descriptors.js: Removed.
2015-07-01 Matthew Daiter <mdaiter@apple.com>
Turn off mediastreamaudiosourcenode.html test
https://bugs.webkit.org/show_bug.cgi?id=146527
<rdar://problem/21641223>
Reviewed by Simon Fraser.
* platform/mac/TestExpectations:
2015-07-01 Simon Fraser <simon.fraser@apple.com>
Fix missing space.
* platform/mac/TestExpectations:
2015-07-01 Chris Dumez <cdumez@apple.com>
Regression(183998): Disqus comments take a very long time to load
https://bugs.webkit.org/show_bug.cgi?id=146522
<rdar://problem/21590601>
Reviewed by Simon Fraser.
* fast/animation/request-animation-frame-throttle-subframe-display-none-expected.txt:
* fast/animation/request-animation-frame-throttle-subframe-display-none.html:
Update layout test as we changed behavior here. We no longer throttle display:none
iframes.
* fast/animation/request-animation-frame-throttle-subframe-zero-size-expected.txt: Added.
* fast/animation/request-animation-frame-throttle-subframe-zero-size.html: Added.
Add layout test to check that we don't throttle RaF in iframes that are zero-sized.
* fast/animation/resources/requestAnimationFrame-frame-2.html:
* fast/animation/resources/requestAnimationFrame-frame.html:
Update use of requestAnimationFrame() to be more representative of real world usage.
2015-07-01 Simon Fraser <simon.fraser@apple.com>
Mark compositing/masks/compositing-clip-path-origin.html as being image-flakey.
* platform/mac/TestExpectations:
2015-06-30 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION (r179168): Characters overlap after resizing the font on the copy-pasted Japanese text
https://bugs.webkit.org/show_bug.cgi?id=146492
Reviewed by Darin Adler.
Added a regression test. Also reverted the bad rebaseline in r179168:
http://trac.webkit.org/changeset/179168/trunk/LayoutTests/editing/pasteboard/simplfiying-markup-should-not-strip-content-expected.txt
* editing/pasteboard/cjk-line-height-expected.txt: Added.
* editing/pasteboard/cjk-line-height.html: Added.
* editing/pasteboard/simplfiying-markup-should-not-strip-content-expected.txt:
2015-07-01 Matthew Daiter <mdaiter@apple.com>
Enable MEDIA_STREAM flag
https://bugs.webkit.org/show_bug.cgi?id=145947
<rdar://problem/21365829>
Reviewed by Eric Carlson.
*
platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
Added attributes to tests
*
platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
Ditto
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
Ditto
2015-07-01 Antti Koivisto <antti@apple.com>
PNG mask images are loaded with Accept:image/svg+xml
https://bugs.webkit.org/show_bug.cgi?id=146509
Reviewed by Simon Fraser.
* http/tests/misc/mask-image-accept-expected.html: Added.
* http/tests/misc/mask-image-accept.html: Added.
2015-07-01 Jer Noble <jer.noble@apple.com>
[MSE] Failures on W3C media-source tests regarding MIME types
https://bugs.webkit.org/show_bug.cgi?id=146499
Reviewed by Eric Carlson.
Import four new tests from the w3c test suite <https://github.com/w3c/web-platform-tests.git>.
* http/tests/media/media-source/SourceBuffer-abort-readyState.html: Added.
* http/tests/media/media-source/SourceBuffer-abort-removed.html: Added.
* http/tests/media/media-source/SourceBuffer-abort-updating.html: Added.
* http/tests/media/media-source/SourceBuffer-abort.html: Added.
* http/tests/media/white.mp4: Added.
* http/tests/media/white.webm: Added.
* platform/mac/TestExpectations:
* platform/mac/http/tests/media/media-source/SourceBuffer-abort-expected.txt: Added.
* platform/mac/http/tests/media/media-source/SourceBuffer-abort-readyState-expected.txt: Added.
* platform/mac/http/tests/media/media-source/SourceBuffer-abort-removed-expected.txt: Added.
* platform/mac/http/tests/media/media-source/SourceBuffer-abort-updating-expected.txt: Added.
* platform/mac/http/tests/media/media-source/mediasource-is-type-supported-expected.txt: Added.
2015-06-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed gardening.
Some tests are flaky or timeout after bumping Ubuntu version from 14.04 to 15.04.
Mark the tests to flaky or timeout.
* platform/efl/TestExpectations:
* platform/efl/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
2015-06-30 Filip Pizlo <fpizlo@apple.com>
Unreviewed, skip this test for now. We can unskip it when this feature is enabled.
* js/script-tests/intl.js:
2015-06-30 Zalan Bujtas <zalan@apple.com>
Frame flattening: Hit-testing an iframe could end up destroying the associated inline tree context.
https://bugs.webkit.org/show_bug.cgi?id=146447
rdar://problem/20613501
Reviewed by Simon Fraser.
This patch ensures that the render tree associated with the document on which
the hit-test is initiated does not get laid out, unless it was directly mutated prior to the hittest.
Hit-test requirements:
1. A clean the render tree before hit-testing gets propagated to the renderers.
Document::updateLayout() ensures it by calling both updateStyleIfNeeded() and layout() not only on the current tree, but also
on the ancestors if needed.
2. No render tree mutation while hit-testing the renderers.
When an iframe is being hit-tested, this hit-test could bubble down to the child frame's render view.
In order to ensure #1, we call Document::updateLayout() on the current (subframe) document.
If updateStyleIfNeeded() mutates the render tree, we mark it dirty for layout(). However frame flattening also
marks the parent renderer (RenderIFrame) dirty.
While calling layout() to clean the current render tree, we end up laying out the parent tree too.
Laying out the parent tree could end up destroying the inline tree context from where the
hittest just bubbled down. (InlineFlowBox -> RenderWidget -> RenderView).
This patch protects the render tree from such unintentional inline tree mutation during hittesting.
After the initial layout we set a layout disallow flag on the frame view to defer subsequent layouts.
This patch only changes behavior when frame flattening is enabled, but in future we may always want to enable this.
* fast/frames/flattening/hittest-iframe-while-style-changes-crash-expected.txt: Added.
* fast/frames/flattening/hittest-iframe-while-style-changes-crash.html: Added.
2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
Implement ECMAScript Internationalization API
https://bugs.webkit.org/show_bug.cgi?id=90906
Reviewed by Benjamin Poulain.
* TestExpectations: Skip intl until enabled
* js/intl-expected.txt: Added.
* js/intl.html: Added.
* js/script-tests/intl.js: Added.
(global):
2015-06-30 Wenson Hsieh <whsieh@berkeley.edu>
scroll-snap-points do not work very well with mechanical scroll wheel events
https://bugs.webkit.org/show_bug.cgi?id=142501
<rdar://problem/20093511>
Reviewed by Brent Fulgham.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-stateless.html: Added.
2015-06-30 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline editing/style/unbold-in-bold.html on WK2.
* platform/mac-wk2/editing/style/unbold-in-bold-expected.txt: Added.
2015-06-30 Chris Dumez <cdumez@apple.com>
Unreviewed, revert bad wk2 baseline done in r186106.
* platform/mac-wk2/editing/style: Removed.
2015-06-30 Chris Dumez <cdumez@apple.com>
Unreviewed, revert bad WK1 rebaseline done in r186106.
* platform/mac/editing/style/unbold-in-bold-expected.txt:
2015-06-30 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Finish pulling must always be done asynchronously as it is the expected promise behavior (according to the spec)
https://bugs.webkit.org/show_bug.cgi?id=146408
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-expected.txt: Updated expectation to PASS
2015-06-30 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Synced bad strategy test with reference implementation
https://bugs.webkit.org/show_bug.cgi?id=146411
Reviewed by Darin Adler.
* streams/reference-implementation/bad-strategies-expected.txt:
* streams/reference-implementation/bad-strategies.html: There are three tests that are merged into one and a
fourth check is added. Updated expectations accordingly.
2015-06-29 Ryosuke Niwa <rniwa@webkit.org>
Another rebaseline after r186086.
WebKit2 needs the original expected result.
* platform/mac-wk2/editing/style: Copied from LayoutTests/platform/mac/editing/style/unbold-in-bold-expected.txt.
* platform/mac/editing/style/unbold-in-bold-expected.txt:
2015-06-29 Ryosuke Niwa <rniwa@webkit.org>
Rebaseline after r186086.
* platform/mac/editing/style/unbold-in-bold-expected.txt:
2015-06-29 Dean Jackson <dino@apple.com>
Temporarily disable PICTURE_SIZES
https://bugs.webkit.org/show_bug.cgi?id=146435
<rdar://problem/21087013>
Reviewed by Tim Horton.
Skip HTMLImageElement.sizes tests.
* TestExpectations:
2015-06-29 Adam Bergkvist <adam.bergkvist@ericsson.com>
WebRTC: Update the MediaStream API
https://bugs.webkit.org/show_bug.cgi?id=146313
Reviewed by Eric Carlson.
Test status: 3 added, 8 existing enabled (some updated) and 1 removed.
* TestExpectations:
* fast/mediastream/MediaStream-add-ended-tracks-expected.txt:
* fast/mediastream/MediaStream-add-ended-tracks.html:
* fast/mediastream/MediaStream-add-remove-tracks-expected.txt:
* fast/mediastream/MediaStream-add-remove-tracks.html:
* fast/mediastream/MediaStream-add-tracks-to-inactive-stream.html:
* fast/mediastream/MediaStream-clone-expected.txt: Added.
* fast/mediastream/MediaStream-clone.html:
* fast/mediastream/MediaStream-construct-with-ended-tracks-expected.txt: Added.
* fast/mediastream/MediaStream-construct-with-ended-tracks.html:
* fast/mediastream/MediaStream-getTracks-expected.txt:
* fast/mediastream/MediaStream-getTracks.html:
* fast/mediastream/MediaStreamConstructor.html:
* fast/mediastream/MediaStreamTrack-clone-expected.txt: Added.
* fast/mediastream/MediaStreamTrack-clone.html: Added.
* fast/mediastream/MediaStreamTrack-getSources-expected.txt: Removed.
* fast/mediastream/MediaStreamTrack-getSources.html: Removed. Tested method removed from spec.
* fast/mediastream/MediaStreamTrack-kind-expected.txt: Added.
* fast/mediastream/MediaStreamTrack-kind.html: Added.
* fast/mediastream/MediaStreamTrack-stop-expected.txt: Added.
* fast/mediastream/MediaStreamTrack-stop.html: Added.
* fast/mediastream/MediaStreamTrackEvent-constructor-expected.txt:
* fast/mediastream/MediaStreamTrackEvent-constructor.html:
* fast/mediastream/resources/getUserMedia-helper.js: Added.
(.reject):
(getUserMedia):
(defaultRejectOrCatch):
* platform/gtk/TestExpectations:
2015-06-29 Matt Rajca <mrajca@apple.com>
Media Session: test session attribute of newly-created media elements
https://bugs.webkit.org/show_bug.cgi?id=146412
Reviewed by Eric Carlson.
* media/session/default-session-expected.txt: Added.
* media/session/default-session.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-06-29 Said Abou-Hallawa <sabouhallawa@apple.com>
[Mac] Disable QTKit by default.
https://bugs.webkit.org/show_bug.cgi?id=146352
Reviewed by Darin Adler.
* platform/mac/TestExpectations: Skip media tests which require QTKit on
all OS X ports.
2015-06-26 Matt Rajca <mrajca@apple.com>
Test existence of controls on MediaSession
https://bugs.webkit.org/show_bug.cgi?id=146356
Reviewed by Eric Carlson.
* media/session/controls-existence-expected.txt: Added.
* media/session/controls-existence.html: Added.
* platform/mac/TestExpectations: Media Session support is disabled by default.
2015-06-29 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening on 29th Jun.
https://bugs.webkit.org/show_bug.cgi?id=146409
Remove the duplicated results and rebaseline the missing tests.
* platform/efl/TestExpectations:
* platform/efl/editing/execCommand/paste-1-expected.txt: Added.
* platform/efl/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
2015-06-28 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed add new baseline for missing tests
Some tests need to have own test expectations for EFL port.
* platform/efl/TestExpectations:
* platform/efl/accessibility/auto-filled-value-expected.txt: Added.
* platform/efl/accessibility/img-fallsback-to-title-expected.txt: Added.
* platform/efl/accessibility/internal-link-anchors2-expected.txt: Added.
* platform/efl/accessibility/math-multiscript-attributes-expected.txt: Added.
* platform/efl/accessibility/meter-element-expected.txt: Added.
* platform/efl/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
* platform/efl/compositing/iframes/resizer-expected.txt: Added.
* platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt: Added.
* platform/efl/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
* platform/efl/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
* platform/efl/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
* platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Added.
* platform/efl/css3/flexbox/flexbox-baseline-margins-expected.txt: Added.
* platform/efl/editing/selection/contains-boundaries-expected.txt: Added.
* platform/efl/editing/selection/mixed-editability-10-expected.txt: Added.
* platform/efl/editing/selection/replaced-boundaries-3-expected.txt: Added.
* platform/efl/editing/style/5065910-expected.txt: Added.
* platform/efl/editing/style/font-family-with-space-expected.txt: Added.
* platform/efl/fast/css/named-images-expected.txt: Added.
* platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added.
* platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Added.
* platform/efl/printing/media-queries-print-expected.txt: Added.
* platform/efl/printing/setPrinting-expected.txt: Added.
* platform/efl/printing/simultaneous-position-float-change-expected.txt: Added.
* platform/efl/printing/width-overflow-expected.txt: Added.
* platform/efl/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: Added.
2015-06-28 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed, gardening.
Add missing expectation results in fast/ directory.
* platform/efl/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added.
* platform/efl/fast/forms/select-element-focus-ring-expected.txt: Added.
* platform/efl/fast/regions/auto-size/autoheight-regions-mark-expected.txt: Added.
* platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added.
* platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Added.
* platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
* platform/efl/fast/regions/region-dynamic-after-before-expected.txt: Added.
* platform/efl/fast/regions/region-generated-content-before-after-expected.txt: Added.
* platform/efl/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Added.
* platform/efl/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Added.
* platform/efl/fast/regions/repaint/region-painting-invalidation-expected.txt: Added.
* platform/efl/fast/regions/repaint/region-painting-via-layout-expected.txt: Added.
* platform/efl/fast/regions/text-region-split-small-pagination-expected.txt: Added.
* platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt: Added.
* platform/efl/fast/ruby/select-ruby-expected.txt: Added.
2015-06-28 David Kilzer <ddkilzer@apple.com>
ASAN crashes in js/regress-141098.html
<http://webkit.org/b/145007>
* TestExpectations: Remove test from skip list as it no longer
crashes with ASan enabled:
- js/regress-141098.html
2015-06-28 David Kilzer <ddkilzer@apple.com>
Fix warning about duplicate test expectation: js/regress-141098.html
Fixes the following warning when running layout tests:
LayoutTests/TestExpectations:523 More specific entry for js/regress-141098.html on line LayoutTests/TestExpectations:523 overrides line LayoutTests/TestExpectations:519. js/regress-141098.html
* TestExpectations: Comment out duplicate:
- js/regress-141098.html
2015-06-28 David Kilzer <ddkilzer@apple.com>
Mark http/tests/contentextensions/character-set-basic-support.html as flaky on mac-wk2
* platform/mac-wk2/TestExpectations: Mark ask flaky:
- http/tests/contentextensions/character-set-basic-support.html
2015-06-28 Chris Dumez <cdumez@apple.com>
Crash: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::CachedFrameBase::restore + 333
https://bugs.webkit.org/show_bug.cgi?id=146388
<rdar://problem/21567343>
Reviewed by Darin Adler.
Add layout test to cover the case where a subframe is currently in
provisional load stage when checking if the page if page-cacheable.
The test also removes the iframe once loaded in order to cause a crash
if the frame were to finish loading while in the page cache.
* http/tests/navigation/page-cache-iframe-provisional-load-expected.txt: Added.
* http/tests/navigation/page-cache-iframe-provisional-load.html: Added.
* http/tests/navigation/resources/page-cache-helper-slow.html: Added.
2015-06-28 Skachkov Oleksandr <gskachkov@gmail.com>
[ES6] Implement ES6 arrow function syntax. No Line terminator between function parameters and =>
https://bugs.webkit.org/show_bug.cgi?id=146394
Reviewed by Yusuke Suzuki.
* js/arrowfunction-syntax-errors-expected.txt:
* js/script-tests/arrowfunction-syntax-errors.js:
2015-06-28 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Add support for chunks with customized sizes
https://bugs.webkit.org/show_bug.cgi?id=146312
Reviewed by Darin Adler.
* streams/reference-implementation/bad-strategies-expected.txt:
2015-06-27 David Kilzer <ddkilzer@apple.com>
fast/canvas/webgl/tex-*.html flakily timeout on Mavericks Debug WK1
* platform/mac-wk1/TestExpectations: Change "Slow" to
"Pass Timeout" since the tests flakily time out and fail:
- fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html
- fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html
- fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html
- fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html
2015-06-27 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186038): accessibility/aria-roledescription.html fails on Windows
* platform/win/TestExpectations: Mark as failing on Windows:
- accessibility/aria-roledescription.html
2015-06-27 Chris Fleizach <cfleizach@apple.com>
AX: implement @aria-roledescription
https://bugs.webkit.org/show_bug.cgi?id=146274
Reviewed by Darin Adler.
* accessibility/aria-roledescription-expected.txt: Added.
* accessibility/aria-roledescription.html: Added.
2015-06-27 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION (r186001): fast/text/han-generic-font-families.html always fails on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=146385
Unreviewed.
* platform/mac-yosemite/fast/text/han-generic-font-families-expected.html:
* platform/mac/TestExpectations:
2015-06-27 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186029): fast/text/justify-ideograph-{complex,simple,vertical}.html fail on Yosemite
The results replaced in r186029 were the Yosemite results, so
Yosemite started failing when they were rebaselined for
El Capitan.
* platform/mac-yosemite/fast/text/justify-ideograph-complex-expected.txt: Copied from platform/mac/fast/text/justify-ideograph-complex-expected.txt in r186028.
* platform/mac-yosemite/fast/text/justify-ideograph-simple-expected.txt: Copied from platform/mac/fast/text/justify-ideograph-simple-expected.txt in r186028.
* platform/mac-yosemite/fast/text/justify-ideograph-vertical-expected.txt: Copied from platform/mac/fast/text/justify-ideograph-vertical-expected.txt in r186028.
2015-06-27 David Kilzer <ddkilzer@apple.com>
Add missing image results for platform/mac/platform/mac/fast/text/vertical-surrogate-pair.html
* platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.png: Added.
2015-06-27 David Kilzer <ddkilzer@apple.com>
Rebaseline El Capitan results for fast/text/justify-ideograph-{complex,simple,vertical}.html
* platform/mac/TestExpectations: Removed expectations.
* platform/mac/fast/text/justify-ideograph-complex-expected.png: Updated.
* platform/mac/fast/text/justify-ideograph-complex-expected.txt: Updated.
* platform/mac/fast/text/justify-ideograph-simple-expected.png: Updated.
* platform/mac/fast/text/justify-ideograph-simple-expected.txt: Updated.
* platform/mac/fast/text/justify-ideograph-vertical-expected.png: Added.
* platform/mac/fast/text/justify-ideograph-vertical-expected.txt: Updated.
2015-06-27 David Kilzer <ddkilzer@apple.com>
Document more slow fast/canvas/webgl tests on Mavericks Debug WK1
See Flakiness Dashboard:
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcanvas%2Fwebgl%2Ftex-image-and-sub-image-2d-with-video-rgba4444.html>
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcanvas%2Fwebgl%2Ftex-image-and-sub-image-2d-with-video-rgba5551.html>
* platform/mac-wk1/TestExpectations: Add slow expectations for:
- fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html
- fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html
2015-06-27 David Kilzer <ddkilzer@apple.com>
REGRESSION (r186001): fast/text/han-generic-font-families.html always fails on Yosemite
Fix tracked by: <http://webkit.org/b/146385>
* platform/mac/TestExpectations: Mark as failing on Yosemite:
- fast/text/han-generic-font-families.html
2015-06-27 David Kilzer <ddkilzer@apple.com>
editing/undo/remove-css-property-and-remove-style.html is flaky on Debug WK2
As seen on Flakiness Dashboard:
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=editing%2Fundo%2Fremove-css-property-and-remove-style.html>
* platform/mac-wk2/TestExpectations: Add:
- editing/undo/remove-css-property-and-remove-style.html
2015-06-27 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStreamController.desiredSize property
https://bugs.webkit.org/show_bug.cgi?id=146311
Reviewed by Darin Adler.
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/readable-stream-expected.txt:
2015-06-26 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] AppleGothic has been superseded by Apple SD Gothic Neo
https://bugs.webkit.org/show_bug.cgi?id=146372
<rdar://problem/21574004>
Reviewed by Dean Jackson.
* fast/text/hangul-generic-font-families.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/fast/text/hangul-generic-font-families-expected.html: Added.
* platform/mac/fast/text/hangul-generic-font-families-expected.html: Added.
* platform/win/TestExpectations:
2015-06-26 Matt Daiter <mdaiter@apple.com>
Supporting getStartDate and added tests
https://bugs.webkit.org/show_bug.cgi?id=145676
<rdar://problem/20876076>
Reviewed by Brent Fulgham.
* http/tests/media/hls/video-controller-getStartDate-expected.txt: Added.
* http/tests/media/hls/video-controller-getStartDate.html: Added.
* http/tests/media/resources/hls/test-vod-date-time.m3u8: Added.
2015-06-26 Dean Jackson <dino@apple.com>
No audio on animated page with the attached fixed layout epub
https://bugs.webkit.org/show_bug.cgi?id=146365
<rdar://problem/21360354>
Updated results.
* media/audio-playback-restriction-play-expected.txt:
2015-06-26 Daniel Bates <dabates@apple.com>
Rolling out r184660
https://bugs.webkit.org/show_bug.cgi?id=145200
Reverting r184660 because it caused a regression.
* accessibility/input-auto-fill-button-expected.txt: Removed.
* accessibility/input-auto-fill-button.html: Removed.
* platform/win/TestExpectations:
2015-06-26 Daniel Bates <dabates@apple.com>
Rolling out r185881
https://bugs.webkit.org/show_bug.cgi?id=146243
And
r185828
https://bugs.webkit.org/show_bug.cgi?id=145241
Reverting r185881 and r185828 because the latter caused a regression.
* accessibility/hit-test-input-auto-fill-button-expected.txt: Removed.
* accessibility/hit-test-input-auto-fill-button.html: Removed.
* accessibility/hit-test-input-search-cancel-button-expected.txt: Removed.
* accessibility/hit-test-input-search-cancel-button.html: Removed.
* accessibility/input-search-cancel-button-expected.txt: Removed.
* accessibility/input-search-cancel-button.html: Removed.
* accessibility/resources/shouldBeAccessibleByCursor.js: Removed.
* platform/win/TestExpectations:
* platform/wk2/TestExpectations:
2015-06-26 Dean Jackson <dino@apple.com>
No audio on animated page with the attached fixed layout epub
https://bugs.webkit.org/show_bug.cgi?id=146365
<rdar://problem/21360354>
Reviewed by Eric Carlson.
The test to ensure audio needs a user gesture now needs to also
restrict the general case.
* media/audio-playback-restriction-play.html:
2015-06-26 Myles C. Maxfield <mmaxfield@apple.com>
[Cocoa] Sans-serif generic font family should map to PingFang
https://bugs.webkit.org/show_bug.cgi?id=146333
<rdar://problem/21521217>
Reviewed by Alexey Proskuryakov.
* fast/text/han-generic-font-families.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/fast/text/han-generic-font-families-expected.html: Added.
* platform/mac-mavericks/fast/text/han-generic-font-families-expected.html: Added.
* platform/mac-yosemite/fast/text/han-generic-font-families-expected.html: Added.
* platform/mac/fast/text/han-generic-font-families-expected.html: Added.
* platform/win/TestExpectations:
2015-06-26 David Kilzer <ddkilzer@apple.com>
REGRESSION (r185971): js/dom/global-constructors-attributes.html fails on Windows
* platform/win/js/dom/global-constructors-attributes-expected.txt:
Update results after enabling WEB_TIMING API for Windows.
2015-06-26 Aleksandr Skachkov <gskachkov@gmail.com>
[ES6] Implement ES6 arrow function syntax. Parser of arrow function with execution as common function
https://bugs.webkit.org/show_bug.cgi?id=144955
Reviewed by Yusuke Suzuki.
Added arrow function tests
* js/arrowfunction-asparamter-1-expected.txt: Added.
* js/arrowfunction-asparamter-1.html: Added.
* js/arrowfunction-asparamter-2-expected.txt: Added.
* js/arrowfunction-asparamter-2.html: Added.
* js/arrowfunction-associativity-1-expected.txt: Added.
* js/arrowfunction-associativity-1.html: Added.
* js/arrowfunction-associativity-2-expected.txt: Added.
* js/arrowfunction-associativity-2.html: Added.
* js/arrowfunction-block-1-expected.txt: Added.
* js/arrowfunction-block-1.html: Added.
* js/arrowfunction-block-2-expected.txt: Added.
* js/arrowfunction-block-2.html: Added.
* js/arrowfunction-syntax-endings-expected.txt: Added.
* js/arrowfunction-syntax-endings.html: Added.
* js/arrowfunction-syntax-errors-expected.txt: Added.
* js/arrowfunction-syntax-errors.html: Added.
* js/arrowfunction-syntax-expected.txt: Added.
* js/arrowfunction-syntax.html: Added.
* js/script-tests/arrowfunction-asparamter-1.js: Added.
* js/script-tests/arrowfunction-asparamter-2.js: Added.
* js/script-tests/arrowfunction-associativity-1.js: Added.
* js/script-tests/arrowfunction-associativity-2.js: Added.
* js/script-tests/arrowfunction-block-1.js: Added.
* js/script-tests/arrowfunction-block-2.js: Added.
* js/script-tests/arrowfunction-syntax-endings.js: Added.
* js/script-tests/arrowfunction-syntax-errors.js: Added.
* js/script-tests/arrowfunction-syntax.js: Added.
2015-06-25 Chris Fleizach <cfleizach@apple.com>
AX: improve list heuristics (presentational use versus actual lists)
https://bugs.webkit.org/show_bug.cgi?id=134187
Rolling this change back in now that clients have had time to update their expectations.
* accessibility/list-detection-expected.txt:
* accessibility/list-detection.html:
* accessibility/list-detection2-expected.txt: Added.
* accessibility/list-detection2.html: Added.
* platform/gtk/accessibility/list-detection-expected.txt:
* platform/win/TestExpectations:
2015-06-25 Doug Russell <d_russell@apple.com>
Bug 146300 AX: AccessibilityObject focus events that don't cause a selection
change can leave m_isSynchronizingSelection set to true
https://bugs.webkit.org/show_bug.cgi?id=146300
Reviewed by Chris Fleizach.
Added a clearTextSelectionIntent() convenience function to be used after any
event that can, but isn't guaranteed to result in a selection change. Matches
calls to setTextSelectionIntent() convenience function.
Added support for tests listening for focus change notifications.
* platform/mac/accessibility/focus-setting-selection-syncronizing-not-clearing-expected.txt: Added.
* platform/mac/accessibility/focus-setting-selection-syncronizing-not-clearing.html: Added.
2015-06-25 Tim Horton <timothy_horton@apple.com>
Viewport units are wrong when scaled in 2-up mode, cause content to hop around on apple.com/music
https://bugs.webkit.org/show_bug.cgi?id=146322
<rdar://problem/21413884>
Reviewed by Simon Fraser.
* fast/fixed-layout/fixed-layout-expected.txt:
Rebaseline now that viewport units behave correctly.
2015-06-25 Zalan Bujtas <zalan@apple.com>
Do not send touch events to the slider's thumb when it does not have a renderer.
https://bugs.webkit.org/show_bug.cgi?id=146307
rdar://problem/21539399
Reviewed by Simon Fraser.
Bail out early if either the touch target or the renderer() is null.
* fast/events/touch/input-range-with-thumb-display-none-crash-expected.txt: Added.
* fast/events/touch/input-range-with-thumb-display-none-crash.html: Added.
2015-06-25 Michael Saboff <msaboff@apple.com>
REGRESSION (r181889): basspro.com hangs on load under JSC::ErrorInstance::finishCreation(JSC::ExecState*, JSC::VM&, WTF::String const&, bool) + 2801 (JavaScriptCore + 3560689)
https://bugs.webkit.org/show_bug.cgi?id=146298
Reviewed by Mark Lam.
New regression test.
* js/regress-146298-expected.txt: Added.
* js/regress-146298.html: Added.
* js/script-tests/regress-146298.js: Added.
2015-06-25 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement HighWaterMark
https://bugs.webkit.org/show_bug.cgi?id=146235
Reviewed by Darin Adler.
* streams/reference-implementation/bad-strategies-expected.txt:
* streams/reference-implementation/readable-stream-expected.txt:
2015-06-24 Chris Dumez <cdumez@apple.com>
Unreviewed gardening, test rebaseline on Windows after r185934.
* platform/win/fast/css/apple-system-colors-expected.txt:
2015-06-24 Said Abou-Hallawa <sabouhallawa@apple.com>
Add a new color -apple-wireless-playback-target-active
https://bugs.webkit.org/show_bug.cgi?id=146269
<rdar://problem/21465189>
Reviewed by Dean Jackson.
Modify existing tests to include the new color value.
* fast/css/apple-system-colors-expected.txt:
* fast/css/apple-system-colors.html:
* platform/ios-simulator/fast/css/apple-system-colors-expected.txt:
* platform/mac-mavericks/fast/css/apple-system-colors-expected.txt:
* platform/mac/fast/css/apple-system-colors-expected.txt:
2015-06-24 Doug Russell <d_russell@apple.com>
Bug 146177 - AX: AXObjectCache should try to use an unignored accessibilityObject
when posting a selection notification when on the border between two accessibilityObjects
https://bugs.webkit.org/show_bug.cgi?id=146177
Add test for forward and backward tabbing between links and corresponding notifications
change element
Reviewed by Darin Adler.
* platform/mac/accessibility/selection-element-tabbing-to-link-expected.txt: Added.
* platform/mac/accessibility/selection-element-tabbing-to-link.html: Added.
2015-06-24 Keith Miller <keith_miller@apple.com>
Strict Equality on objects should only check that one of the two sides is an object.
https://bugs.webkit.org/show_bug.cgi?id=145992
Reviewed by Mark Lam.
Adds a test that checks if strict equality checks with objects properly exit out of DFG code when
dealing with document.all, which is an object that masquerades as undefined.
* js/dom/document-all-strict-eq-expected.txt: Added.
* js/dom/document-all-strict-eq.html: Added.
* js/dom/script-tests/document-all-strict-eq.js: Added.
(f):
2015-06-24 Myles C. Maxfield <mmaxfield@apple.com>
[Win] Test gardening for fast/text/font-weight{,-zh}.html
https://bugs.webkit.org/show_bug.cgi?id=146266
<rdar://problem/21391628>
<rdar://problem/21391673>
Unreviewed.
* platform/win/fast/text/font-weights-expected.png: Added.
* platform/win/fast/text/font-weights-expected.txt: Added.
* platform/win/fast/text/font-weights-zh-expected.png: Added.
* platform/win/fast/text/font-weights-zh-expected.txt: Added.
2015-06-24 Daniel Bates <dabates@apple.com>
Content Security Policy error message when frame load is blocked does not read well
https://bugs.webkit.org/show_bug.cgi?id=146279
Reviewed by Csaba Osztrogonác.
Update expected results.
* http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked-expected.txt:
2015-06-24 Daniel Bates <dabates@apple.com>
LayoutTests/http/tests/security/contentSecurityPolicy/media-src-track-block.html always passes
https://bugs.webkit.org/show_bug.cgi?id=146272
Reviewed by Darin Adler.
Fixes an issue where the test LayoutTests/http/tests/security/contentSecurityPolicy/media-src-track-block.html
will always pass regardless of whether the Content Security Policy <meta> tag is present because
the external text track file is not valid WebVTT-formatted file.
The test verifies that the external text track file LayoutTests/http/tests/security/contentSecurityPolicy/resources/track.vtt
fails to load when the Content Security Policy of the page disallows loading of all media (media-src: "none")
by listening for a DOM error event to be dispatched to the <track>. And the text track file is not a valid
WebVTT-formatted file. So, it will always fail to load; => a DOM error event is always dispatched to the
<track>; => the test always passes.
* http/tests/security/contentSecurityPolicy/resources/track.vtt:
2015-06-11 Sergio Villar Senin <svillar@igalia.com>
intrinsic size keywords don't work for heights
https://bugs.webkit.org/show_bug.cgi?id=113610
Reviewed by Darin Adler.
Based on Blink's r148314 by <cbiesinger@chromium.org>.
* fast/css-intrinsic-dimensions/height-css-tables-collapsed-expected.html: Added.
* fast/css-intrinsic-dimensions/height-css-tables-collapsed.html: Added.
* fast/css-intrinsic-dimensions/height-css-tables-expected.html: Added.
* fast/css-intrinsic-dimensions/height-css-tables.html: Added.
* fast/css-intrinsic-dimensions/height-expected.html: Added.
* fast/css-intrinsic-dimensions/height-flexbox-expected.html: Added.
* fast/css-intrinsic-dimensions/height-flexbox.html: Added.
* fast/css-intrinsic-dimensions/height-positioned-expected.html: Added.
* fast/css-intrinsic-dimensions/height-positioned-replaced-expected.html: Added.
* fast/css-intrinsic-dimensions/height-positioned-replaced.html: Added.
* fast/css-intrinsic-dimensions/height-positioned.html: Added.
* fast/css-intrinsic-dimensions/height-property-value-expected.txt:
* fast/css-intrinsic-dimensions/height-property-value.html:
* fast/css-intrinsic-dimensions/height-property-value.html.orig: Copied from LayoutTests/fast/css-intrinsic-dimensions/height-property-value.html.
* fast/css-intrinsic-dimensions/height-replaced-expected.html: Added.
* fast/css-intrinsic-dimensions/height-replaced.html: Added.
* fast/css-intrinsic-dimensions/height-tables-collapsed-expected.html: Added.
* fast/css-intrinsic-dimensions/height-tables-collapsed.html: Added.
* fast/css-intrinsic-dimensions/height-tables-expected.html: Added.
* fast/css-intrinsic-dimensions/height-tables.html: Added.
* fast/css-intrinsic-dimensions/height.html: Added.
* fast/css-intrinsic-dimensions/resources/height-keyword-classes.css: Added.
(.min-content):
(.max-content):
(.fill-available):
(.fit-content):
(.max-height-min-content):
(.max-height-max-content):
(.max-height-fill-available):
(.max-height-fit-content):
(.min-height-min-content):
(.min-height-max-content):
(.min-height-fill-available):
(.min-height-fit-content):
2015-06-23 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Rebaseline fast/text/font-weight{,-zh}.html for El Capitan
https://bugs.webkit.org/show_bug.cgi?id=146266
<rdar://problem/21391628>
<rdar://problem/21391673>
Unreviewed.
* fast/text/font-weights.html: Renamed from LayoutTests/platform/mac/fast/text/font-weights.html.
* platform/mac/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
* platform/mac/fast/text/font-weights-expected.png: Added.
* platform/mac/fast/text/font-weights-expected.txt:
* platform/mac/fast/text/font-weights-zh-expected.png: Added.
* platform/mac/fast/text/font-weights-zh-expected.txt:
* platform/mac-mavericks/fast/text/font-weights-expected.txt: Moved from platform/mac/fast/text/font-weights-expected.txt
* platform/mac-yosemite/fast/text/font-weights-expected.txt: Ditto.
* platform/mac-yosemite/fast/text/font-weights-zh-expected.txt: Moved from platform/mac/fast/text/font-weights-zh-expected.txt
2015-06-23 Matthew Mirman <mmirman@apple.com>
Completes native binding descriptors with native getters and potentially setters.
https://bugs.webkit.org/show_bug.cgi?id=140575
rdar://problem/19506502
Reviewed by Mark Lam.
* inspector-protocol/runtime/getProperties-expected.txt: updated.
* js/dom/native-bindings-descriptors-expected.txt: Added.
* js/dom/native-bindings-descriptors.html: Added.
* js/dom/script-tests/native-bindings-descriptors.js: Added.
2015-06-23 Myles C. Maxfield <mmaxfield@apple.com>
Unreviewed test gardening after r185842
https://bugs.webkit.org/show_bug.cgi?id=145681
<rdar://problem/21169844>
* platform/mac-yosemite/fast/text/arabic-times-new-roman-expected.png: Copied from LayoutTests/platform/mac/fast/text/arabic-times-new-roman-expected.png.
* platform/mac-yosemite/fast/text/arabic-times-new-roman-expected.txt: Copied from LayoutTests/platform/mac/fast/text/arabic-times-new-roman-expected.txt.
* platform/mac/fast/text/arabic-times-new-roman-expected.png:
* platform/mac/fast/text/arabic-times-new-roman-expected.txt:
* platform/win/fast/text/arabic-times-new-roman-expected.png: Added.
* platform/win/fast/text/arabic-times-new-roman-expected.txt: Added.
2015-06-23 Daniel Bates <dabates@apple.com>
AX Tests hit-test-input-{auto-fill, search}-button.html and input-search-cancel-button.html fail on Windows
https://bugs.webkit.org/show_bug.cgi?id=146243
Mark the tests as failing for now.
* platform/win/TestExpectations:
2015-06-23 Youenn Fablet <youenn.fablet@crf.canon.fr>
MediaDevices.getUserMedia should migrate from callbacks to DOMPromise
https://bugs.webkit.org/show_bug.cgi?id=146200
Reviewed by Darin Adler.
* fast/mediastream/MediaDevices-getUserMedia-expected.txt:
2015-06-23 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStream js source "'cancel" callback
https://bugs.webkit.org/show_bug.cgi?id=146204
Reviewed by Darin Adler.
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/readable-stream-cancel-expected.txt:
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
2015-06-23 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed, gardening.
Mark fast/forms/listbox-visible-size.html to failure and skip
fast/text/arabic-times-new-roman.html because it is for iOS.
* platform/efl/TestExpectations:
2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
[EFL] Hyphenation is not supported
https://bugs.webkit.org/show_bug.cgi?id=89830
Reviewed by Gyuyoung Kim.
Rebaseline expected results which is related to hyphenation.
* platform/efl/TestExpectations: Unskip hyphenate-locale.html
* platform/efl/fast/text/hyphenate-character-expected.png:
* platform/efl/fast/text/hyphenate-character-expected.txt:
* platform/efl/fast/text/hyphenate-first-word-expected.png:
* platform/efl/fast/text/hyphenate-first-word-expected.txt:
* platform/efl/fast/text/hyphenate-limit-before-after-expected.png:
* platform/efl/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/efl/fast/text/hyphenate-limit-lines-expected.png:
* platform/efl/fast/text/hyphenate-limit-lines-expected.txt:
* platform/efl/fast/text/hyphenate-locale-expected.png: Added.
* platform/efl/fast/text/hyphenate-locale-expected.txt: Added.
* platform/efl/fast/text/hyphens-expected.png:
* platform/efl/fast/text/hyphens-expected.txt:
2015-06-22 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Allow trailing comma in ArrayBindingPattern and ObjectBindingPattern
https://bugs.webkit.org/show_bug.cgi?id=146192
Reviewed by Darin Adler.
* js/object-literal-syntax-expected.txt:
2015-06-22 Simon Fraser <simon.fraser@apple.com>
-webkit-clip-path clips incorrectly if the element bounds go beyond the top edge of the page
https://bugs.webkit.org/show_bug.cgi?id=146218
rdar://problem/21127840
Reviewed by Zalan Bujtas.
Test clip path on layers with non-zero bounds offsetFromRenderer because of box shadow,
or vertical writing mode.
* compositing/masks/compositing-clip-path-origin-expected.html: Added.
* compositing/masks/compositing-clip-path-origin.html: Added.
2015-06-22 David Kilzer <ddkilzer@apple.com>
fast/text/justify-ideograph-{complex,simple,vertical}.html tests are flaky on El Capitan Debug builds
Tracked by <rdar://problem/21486062>.
* platform/mac/TestExpectations: Mark tests as flaky:
- fast/text/justify-ideograph-complex.html
- fast/text/justify-ideograph-simple.html
- fast/text/justify-ideograph-vertical.html
2015-06-22 Michael Catanzaro <mcatanzaro@igalia.com>
Web sockets should be treated as active mixed content
https://bugs.webkit.org/show_bug.cgi?id=140624
Reviewed by Sam Weinig.
* http/tests/security/mixedContent/resources/frame-with-insecure-websocket.html: Added.
* http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe-expected.txt: Added.
* http/tests/security/mixedContent/websocket/insecure-websocket-in-iframe.html: Added.
* http/tests/security/mixedContent/websocket/insecure-websocket-in-main-frame-expected.txt: Added.
* http/tests/security/mixedContent/websocket/insecure-websocket-in-main-frame.html: Added.
2015-06-22 Dean Jackson <dino@apple.com>
Element with blur backdrop-filter shows edge duplication and dark edges
https://bugs.webkit.org/show_bug.cgi?id=146215
<rdar://problem/20367695>
Reviewed by Tim Horton.
Add a pixel test to show that the input images to backdrop filters should duplicate their
edge pixels. Unfortunately this is not reproducible with normal filters, so it
can't be a reference test.
* css3/filters/backdrop/blur-input-bounds.html: Added.
* platform/mac/css3/filters/backdrop/blur-input-bounds-expected.png: Added.
* platform/mac/css3/filters/backdrop/blur-input-bounds-expected.txt: Added.
2015-06-22 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Arabic text styled with Georgia is rendered as boxes
https://bugs.webkit.org/show_bug.cgi?id=145681
<rdar://problem/21169844>
Reviewed by Darin Adler.
* fast/text/arabic-times-new-roman.html: Added.
* platform/ios-simulator/fast/text/arabic-times-new-roman-expected.txt: Added.
* platform/ios-simulator/fast/text/arabic-times-new-roman-expected.png: Added.
* platform/mac-mavericks/fast/text/arabic-times-new-roman-expected.txt: Added.
* platform/mac/fast/text/arabic-times-new-roman-expected.txt: Added.
* platform/mac/fast/text/arabic-times-new-roman-expected.png: Added.
2015-06-22 Zalan Bujtas <zalan@apple.com>
REGRESSION(r169105) Dangling renderer pointer in SelectionSubtreeRoot::SelectionSubtreeData.
https://bugs.webkit.org/show_bug.cgi?id=146116
rdar://problem/20959369
Reviewed by Brent Fulgham.
This patch ensures that we don't adjust the selection unless the visual selection still matches this subtree root.
When multiple selection roots are present we need to ensure that a RenderObject
only shows up in one of them.
RenderView::splitSelectionBetweenSubtrees(), as the name implies, splits the
selection and sets the selection range (start/end) on each selection root.
However, SelectionSubtreeRoot::adjustForVisibleSelection() later recomputes the range
based on visible selection and that could end up collecting renderers as selection start/end
from another selection subtree.
RenderObject's holds the last selection state (RenderObject::setSelectionState).
If we set a renderer first as "on selection border" and later "inside" using multiple selection roots,
we can't clean up selections properly when this object gets destroyed.
One of the roots ends up with a dangling RenderObject pointer.
* fast/regions/crash-when-renderer-is-in-multiple-selection-subtrees-expected.txt: Added.
* fast/regions/crash-when-renderer-is-in-multiple-selection-subtrees.html: Added.
2015-06-22 Daniel Bates <dabates@apple.com>
AX: UI Automation cannot find AutoFill or search cancel buttons
https://bugs.webkit.org/show_bug.cgi?id=145241
<rdar://problem/21051411>
Reviewed by Chris Fleizach.
Add tests to ensure that there exists an accessibility element for the
search cancel button and that it can be hit using a cursor position. Also
add a test to ensue that the AutoFill button can be hit using a cursor position.
* accessibility/hit-test-input-auto-fill-button-expected.txt: Added.
* accessibility/hit-test-input-auto-fill-button.html: Copied from LayoutTests/accessibility/input-auto-fill-button.html.
* accessibility/hit-test-input-search-cancel-button-expected.txt: Added.
* accessibility/hit-test-input-search-cancel-button.html: Added.
* accessibility/input-search-cancel-button-expected.txt: Added.
* accessibility/input-search-cancel-button.html: Copied from LayoutTests/accessibility/input-auto-fill-button.html.
* accessibility/resources/shouldBeAccessibleByCursor.js: Added.
(shouldBeAccessibleByCursor): Tests whether an AccessibilityUIElement can be hit
using its screen position.
* platform/wk2/TestExpectations: Mark tests hit-test-input-{auto-fill, search-cancel}-button.html
as failing due to <https://bugs.webkit.org/show_bug.cgi?id=71298>.
2015-06-22 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStream cancel (abstract part)
https://bugs.webkit.org/show_bug.cgi?id=146111
Reviewed by Darin Adler.
Rebasing expectations.
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/readable-stream-cancel-expected.txt:
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
2015-06-22 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Correct releaseLock test in readable-stream-templated.html
https://bugs.webkit.org/show_bug.cgi?id=146101
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-templated-expected.txt: Rebased changed test.
* streams/reference-implementation/readable-stream-templated.html: Removed testharness wrapper around function.
2015-06-22 Adam Bergkvist <adam.bergkvist@ericsson.com>
WebRTC: Navigator.webkitGetUserMedia() requires three arguments
https://bugs.webkit.org/show_bug.cgi?id=146022
Reviewed by Eric Carlson.
Updated and unskipped three existing tests.
* fast/mediastream/argument-types-expected.txt:
* fast/mediastream/getusermedia-expected.txt:
* fast/mediastream/getusermedia.html:
* fast/mediastream/script-tests/argument-types.js:
* platform/gtk/TestExpectations:
2015-06-21 David Kilzer <ddkilzer@apple.com>
fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html is slow on Mavericks WK1 Debug builds
The Flakiness Dashboard says that this test times out, but only
on Mavericks WK1 Debug builds (and the leaks bot):
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcanvas%2Fwebgl%2Ftex-image-and-sub-image-2d-with-video.html>
* platform/mac-wk1/TestExpectations: Mark test as slow on
Mavericks Debug builds:
- fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html
2015-06-21 David Kilzer <ddkilzer@apple.com>
fast/fixed-layout/fixed-layout.html times out on Apple WK2 bots
The Flakiness Dashboard says this test times out on Apple
WebKit2 platforms by not calling testRunner.notifyDone():
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Ffixed-layout%2Ffixed-layout.html>
* fast/css-grid-layout/flex-content-sized-columns-resize.html:
Use the same mechanism here that was just added in r185811.
* fast/fixed-layout/fixed-layout.html: Switch to using a
zero-delay timer instead of document.body.offsetTop.
2015-06-21 David Kilzer <ddkilzer@apple.com>
REGRESSION (r185809): fast/css-grid-layout/flex-content-sized-columns-resize.html hangs on WK1
Since window.resize() occurs in the same runloop as the load on
WK1, testRunner.notifyDone() would never get called.
* fast/css-grid-layout/flex-content-sized-columns-resize.html:
Call document.body.offsetTop to ensure layout occurs at the
initial window size before calling window.resize().
2015-06-21 David Kilzer <ddkilzer@apple.com>
fast/css-grid-layout/flex-content-sized-columns-resize.html is flaky
The Flakiness Dashboard says this test is flaky on Apple and EFL
WebKit2 platforms:
<http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcss-grid-layout%2Fflex-content-sized-columns-resize.html>
It currently doesn't wait for window.resize() to complete, which
is likely the source of flakiness.
* fast/css-grid-layout/flex-content-sized-columns-resize.html:
Switch to using notifyDone() inside a window.onresize function,
and make the test work in a web browser without TestRunner.
2015-06-20 David Kilzer <ddkilzer@apple.com>
REGRESSION (r185779): fast/canvas/{canvas-toDataURL-crash,pattern-too-large-to-create}.html are broken
This layout test started failing after the fix for:
Extremely large canvas crashes on pre-El Capitan machines
https://bugs.webkit.org/show_bug.cgi?id=146169
<rdar://problem/21410046>
Different limits require different test results for each
platform. This is the same fix for these tests as r185793.
* fast/canvas/canvas-toDataURL-crash-expected.txt: Update.
* fast/canvas/pattern-too-large-to-create-expected.txt: Update.
- Set limit to 268435456.
* platform/ios-simulator/fast/canvas/canvas-toDataURL-crash-expected.txt: Copied from LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt.
* platform/ios-simulator/fast/canvas/pattern-too-large-to-create-expected.txt: Copied from LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt.
- Set limit to 16777216.
* platform/mac-yosemite/fast/canvas/canvas-toDataURL-crash-expected.txt: Copied from LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt.
* platform/mac-yosemite/fast/canvas/pattern-too-large-to-create-expected.txt: Copied from LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt.
- Set limit to 67108864.
2015-06-20 David Kilzer <ddkilzer@apple.com>
fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html is slow on Mavericks WK1 Debug builds
The Flakiness Dashboard says that this test times out, but only
on Mavericks WK1 Debug builds:
<https://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcanvas%2Fwebgl%2Ftex-image-and-uniform-binding-bugs.html>
* platform/mac-wk1/TestExpectations: Mark test as slow on
Mavericks Debug builds:
- fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html
2015-06-20 David Kilzer <ddkilzer@apple.com>
editing/selection/leak-document-with-selection-inside.html is flaky
<http://webkit.org/b/146182>
* TestExpectations: Mark as flaky:
- editing/selection/leak-document-with-selection-inside.html
2015-06-20 David Kilzer <ddkilzer@apple.com>
REGRESSION (r185779): fast/canvas/canvas-too-large-to-draw.html is still broken
This layout test started failing after the fix for:
Extremely large canvas crashes on pre-El Capitan machines
https://bugs.webkit.org/show_bug.cgi?id=146169
<rdar://problem/21410046>
Different limits require different test results for each
platform. Also update the line number from 35 to 36 since the
html test file was modified in r185792.
* fast/canvas/canvas-too-large-to-draw-expected.txt:
- Update limit to 16384x16384 for El Capitan (and other ports)
and update line number.
* platform/ios-simulator/fast/canvas/canvas-too-large-to-draw-expected.txt: Added.
- New results with 4096x4096 limit for iOS.
* platform/mac-yosemite/fast/canvas/canvas-too-large-to-draw-expected.txt: Added.
- New results with 8192x8192 limit for Mac OS X 10.10.x and older.
2015-06-20 David Kilzer <ddkilzer@apple.com>
REGRESSION (r185779): fast/canvas/canvas-too-large-to-draw.html broken prior to El Capitan
This layout test started failing after the fix for:
Extremely large canvas crashes on pre-El Capitan machines
https://bugs.webkit.org/show_bug.cgi?id=146169
<rdar://problem/21410046>
* fast/canvas/canvas-too-large-to-draw.html: Update test for new
expectations after r185779.
2015-06-20 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Destructuring assignment need to accept iterables
https://bugs.webkit.org/show_bug.cgi?id=144111
Reviewed by Darin Adler.
From this patch, we use iterators for destructuring assignments to array binding patterns.
So test results become different.
* js/destructuring-assignment-expected.txt:
* js/parser-syntax-check-expected.txt:
* js/script-tests/destructuring-assignment.js:
2015-06-19 Dean Jackson <dino@apple.com>
Extremely large canvas crashes on pre-El Capitan machines
https://bugs.webkit.org/show_bug.cgi?id=146169
<rdar://problem/21410046>
Update expected results.
* fast/canvas/canvas-toDataURL-crash-expected.txt:
* fast/canvas/canvas-too-large-to-draw-expected.txt:
* fast/canvas/pattern-too-large-to-create-expected.txt:
2015-06-19 Devin Rousso <drousso@apple.com>
Web Inspector: Highlight currently edited CSS selector
https://bugs.webkit.org/show_bug.cgi?id=145658
Reviewed by Joseph Pecoraro.
* inspector/dom/highlightSelector-expected.txt: Added.
* inspector/dom/highlightSelector-iframe.html: Added.
* inspector/dom/highlightSelector.html: Added.
2015-06-19 Dean Jackson <dino@apple.com>
Extremely large canvas crashes on pre-El Capitan machines
https://bugs.webkit.org/show_bug.cgi?id=146169
<rdar://problem/21410046>
Reviewed by Tim Horton.
Un-skip fast/canvas/canvas-too-large-to-draw.html.
* platform/mac/TestExpectations:
2015-06-19 Matt Baker <mattbaker@apple.com>
Web Inspector: TimelineAgent needs to handle nested runloops
https://bugs.webkit.org/show_bug.cgi?id=145090
Reviewed by Joseph Pecoraro.
* TestExpectations:
Unskip tests after improvements to nested runloop handling in InspectorTimelineAgent.
2015-06-19 Andy Estes <aestes@apple.com>
Various assertion failures occur when executing script in the midst of DOM insertion
https://bugs.webkit.org/show_bug.cgi?id=132482
Reviewed by Darin Adler.
Wrote named-map-removed-while-inserting-parent-crash.html by reducing the test case attached to bug 132482.
The remaining tests were taken from blink r132482.
* fast/dom/element-removed-while-inserting-parent-crash-expected.txt: Added.
* fast/dom/element-removed-while-inserting-parent-crash.html: Added.
* fast/dom/named-map-removed-while-inserting-parent-crash-expected.txt: Added.
* fast/dom/named-map-removed-while-inserting-parent-crash.html: Added.
* fast/forms/form-control-removed-while-inserting-parent-crash-expected.txt: Added.
* fast/forms/form-control-removed-while-inserting-parent-crash.html: Added.
* svg/dom/element-removed-while-inserting-parent-crash-expected.txt: Added.
* svg/dom/element-removed-while-inserting-parent-crash.html: Added.
2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
Remove the useless LayoutTests/platform/wincairo/TestExpectations file
https://bugs.webkit.org/show_bug.cgi?id=146105
Reviewed by Darin Adler.
* platform/wincairo/TestExpectations: Removed.
2015-06-19 Zalan Bujtas <zalan@apple.com>
RenderRubyText requires RenderRubyRun parent.
https://bugs.webkit.org/show_bug.cgi?id=146148
rdar://problem/21423319
Reviewed by Simon Fraser.
RenderRubyText expects its parent to be RenderRubyRun and since a
a non-block <rt> requires anonymous wrapper, we should check whether
the display type is actually block.
* fast/ruby/crash-when-ruby-rt-is-non-block-expected.txt: Added.
* fast/ruby/crash-when-ruby-rt-is-non-block.html: Added.
2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
Remove unnecessary svn:executable flags
https://bugs.webkit.org/show_bug.cgi?id=146107
Reviewed by Alexey Proskuryakov.
* fast/block/float/intruding-float-not-removed-writing-mode.xhtml: Removed property svn:executable.
* fast/canvas/script-tests/canvas-image-shadow.js: Removed property svn:executable.
* fast/css-grid-layout/resources/display-grid-set-get.js: Removed property svn:executable.
* fast/css-grid-layout/resources/grid-columns-rows-get-set.js: Removed property svn:executable.
* fast/css-grid-layout/resources/non-grid-columns-rows-get-set.js: Removed property svn:executable.
* fast/css/readonly-pseudoclass-common-element.html: Removed property svn:executable.
* fast/css/readwrite-pseudoclass-editable.html: Removed property svn:executable.
* fast/dom/HTMLObjectElement/beforeload-set-text-crash.xhtml: Removed property svn:executable.
* fast/dom/resources/node-move-to-new-document-crash.svg: Removed property svn:executable.
* fast/dom/text-node-attach-crash.xhtml: Removed property svn:executable.
* fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled: Removed property svn:executable.
* fast/frames/resources/subframe-load-crash.svg: Removed property svn:executable.
* fast/text/split-text-crash.xhtml: Removed property svn:executable.
* http/tests/appcache/resources/abort-cache-onchecking.manifest: Removed property svn:executable.
* http/tests/appcache/resources/abort-cache-onchecking.text: Removed property svn:executable.
* http/tests/appcache/resources/abort-cache-ondownloading-resource-404.manifest: Removed property svn:executable.
* http/tests/appcache/resources/abort-cache-ondownloading.manifest: Removed property svn:executable.
* http/tests/appcache/resources/abort-cache-ondownloading.text: Removed property svn:executable.
* http/tests/appcache/resources/abort-cache-onprogress-1.text: Removed property svn:executable.
* http/tests/appcache/resources/abort-cache-onprogress-2.text: Removed property svn:executable.
* http/tests/appcache/resources/abort-cache-onprogress-3.text: Removed property svn:executable.
* http/tests/appcache/resources/abort-cache-onprogress-4.text: Removed property svn:executable.
* http/tests/xmlhttprequest/methods-async-expected.txt: Removed property svn:executable.
* http/tests/xmlhttprequest/methods-expected.txt: Removed property svn:executable.
* http/tests/xmlhttprequest/workers/methods-async-expected.txt: Removed property svn:executable.
* http/tests/xmlhttprequest/workers/methods-expected.txt: Removed property svn:executable.
* platform/efl/mathml/presentation/menclose-notation-default-longdiv-expected.png: Removed property svn:executable.
* platform/gtk/mathml/presentation/menclose-notation-default-longdiv-expected.png: Removed property svn:executable.
* platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: Removed property svn:executable.
* platform/mac/mathml/presentation/menclose-notation-default-longdiv-expected.png: Removed property svn:executable.
* platform/win/fast/canvas/fallback-content-expected.txt: Removed property svn:executable.
* platform/win/fast/dom/tabindex-clamp-expected.txt: Removed property svn:executable.
* platform/win/fast/events/ondrop-text-html-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/basic-textareas-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/basic-textareas-quirks-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/button-inner-block-reuse-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/control-clip-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/fieldset-align-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/fieldset-with-float-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/float-before-fieldset-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/focus-selection-textarea-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/indeterminate-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/input-appearance-readonly-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/input-appearance-visibility-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/input-first-letter-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/input-readonly-dimmed-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/input-spaces-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/input-text-click-outside-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/input-type-text-min-width-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/input-width-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/listbox-onchange-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/menulist-option-wrap-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/menulist-separator-painting-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/negativeLineHeight-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/onselect-textarea-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/placeholder-pseudo-style-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/range/input-appearance-range-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/range/range-thumb-height-percentage-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/range/slider-padding-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/range/slider-thumb-shared-style-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/range/slider-thumb-stylability-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/search-cancel-button-style-sharing-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/search-display-none-cancel-button-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/search-rtl-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/search-vertical-alignment-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/select-background-none-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/select-empty-option-height-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/select-size-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/select-style-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/select-visual-hebrew-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/selectlist-minsize-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/stuff-on-my-optgroup-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/textAreaLineHeight-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/textarea-align-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/textarea-metrics-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/textarea-scroll-height-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/textarea-scrolled-type-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/textarea-setinnerhtml-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/textfield-overflow-expected.txt: Removed property svn:executable.
* platform/win/fast/html/details-no-summary4-expected.txt: Removed property svn:executable.
* platform/win/fast/html/details-open-javascript-expected.txt: Removed property svn:executable.
* platform/win/fast/html/details-open2-expected.txt: Removed property svn:executable.
* platform/win/fast/html/details-open4-expected.txt: Removed property svn:executable.
* platform/win/fast/repaint/slider-thumb-drag-release-expected.txt: Removed property svn:executable.
* platform/win/fast/repaint/slider-thumb-float-expected.txt: Removed property svn:executable.
* platform/win/fast/replaced/table-percent-height-expected.txt: Removed property svn:executable.
* platform/win/fast/replaced/three-selects-break-expected.txt: Removed property svn:executable.
* platform/win/fast/transforms/transformed-focused-text-input-expected.txt: Removed property svn:executable.
* platform/win/inverted-colors/non-composited-expected.png: Removed property svn:executable.
* platform/win/inverted-colors/resources/gradient.png: Removed property svn:executable.
* platform/win/js/dom/constructor-length-expected.txt: Removed property svn:executable.
* platform/win/platform/win/accessibility/option-element-position-and-size-expected.txt: Removed property svn:executable.
* platform/win/tables/mozilla/bugs/bug131020-expected.png: Removed property svn:executable.
* platform/wk2/http/tests/media/video-auth-expected.txt: Removed property svn:executable.
* svg/animations/animate-beginElementAt.svg: Removed property svn:executable.
* svg/animations/animate-calcMode-spline-crash-bad-array-length.xhtml: Removed property svn:executable.
* svg/custom/assert-empty-layout-attributes.svg: Removed property svn:executable.
* svg/custom/crash-text-in-textpath.svg: Removed property svn:executable.
* svg/custom/intersection-list-crash.svg: Removed property svn:executable.
* svg/custom/resources/crash-textPath-attributes-iframe.svg: Removed property svn:executable.
* svg/custom/symbol-viewport-element-crash.svg: Removed property svn:executable.
* svg/custom/text-node-in-text-invalidated.svg: Removed property svn:executable.
* svg/dom/resources/SVGStyledElement-pendingResource-crash.svg: Removed property svn:executable.
* svg/text/font-size-null-assertion.svg: Removed property svn:executable.
2015-06-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Avoid getOwnPropertyNames/Symbols on very large lists
https://bugs.webkit.org/show_bug.cgi?id=146141
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
There were existing progressions (0 => -1).
There were existing regressions (RegExp properties moving to prototype with descriptors on the prototype).
Add a test for a very large list that would have caused out of memory / hang.
2015-06-18 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed, gardening on June 19th.
Mark fast/css/named-images.html to Missing. Additionally accessibility/math-multiscript-attributes.html
and accessibility/transformed-element.html are treated as failure.
* platform/efl/TestExpectations:
2015-06-18 Dean Jackson <dino@apple.com>
Provide a way for web developers to draw a Theme-specific Wireless Playback icon
https://bugs.webkit.org/show_bug.cgi?id=146123
<rdar://problem/21119287>
Reviewed by Simon Fraser.
Test the new -webkit-named-image CSS generator. Only "wireless-playback"
is supported for now, and has platform-specific results for Cocoa.
* fast/css/named-images-expected.png: Added.
* fast/css/named-images.html: Added.
* platform/mac/fast/css/named-images-expected.png: Added.
* platform/mac/fast/css/named-images-expected.txt: Added.
2015-06-18 KyungTae Kim <ktf.kim@samsung.com> and Myles C. Maxfield <mmaxfield@apple.com>
[CSS3] Add support for the word-break:keep-all CSS property
https://bugs.webkit.org/show_bug.cgi?id=123782
Reviewed by Darin Adler.
* fast/text/word-break-keep-all.html: Added.
* platform/mac/fast/text/word-break-keep-all-expected.png: Added.
* platform/mac/fast/text/word-break-keep-all-expected.txt: Added.
2015-06-18 Conrad Shultz <conrad_shultz@apple.com>
REGRESSION: js/dom/navigator-plugins-crash.html asserts a lot
https://bugs.webkit.org/show_bug.cgi?id=144399
* TestExpectations:
Revert change marking navigator-plugins-crash.html as flaky now that the underlying bug has been addressed.
2015-06-17 Alex Christensen <achristensen@webkit.org>
[Content Extensions] Log blocked loads to the WebInspector console
https://bugs.webkit.org/show_bug.cgi?id=146089
Reviewed by Joseph Pecoraro.
* http/tests/contentextensions/basic-filter-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/main-resource-redirect-blocked-expected.txt:
* http/tests/contentextensions/media-filtered-expected.txt:
* http/tests/contentextensions/subresource-redirect-blocked-expected.txt:
* http/tests/contentextensions/text-track-blocked-expected.txt:
Add new logs.
2015-06-18 Alexey Proskuryakov <ap@apple.com>
Mark mathml/very-large-stretchy-operators.html as Slow on newer OS X versions.
* platform/mac/TestExpectations:
2015-06-18 Saam Barati <saambarati1@gmail.com>
[ES6] support default values in deconstruction parameter nodes
https://bugs.webkit.org/show_bug.cgi?id=142679
Reviewed by Darin Adler.
* js/destructuring-assignment-default-values-expected.txt: Added.
* js/destructuring-assignment-default-values.html: Added.
* js/script-tests/destructuring-assignment-default-values.js: Added.
(assert):
(test1):
(arr):
(test2):
(test3):
(test4):
(test5):
(test6):
(test7):
(test8):
(shouldThrow):
2015-06-18 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Implement ReadableStreamReader.releaseLock
https://bugs.webkit.org/show_bug.cgi?id=145299
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-expected.txt: Rebasing expectations.
* streams/reference-implementation/readable-stream-reader-expected.txt: Ditto.
* streams/reference-implementation/readable-stream-templated-expected.txt: Ditto.
2015-06-18 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Rejected start promise test does not timeout anymore
https://bugs.webkit.org/show_bug.cgi?id=146065
Reviewed by Darin Adler.
* streams/reference-implementation/readable-stream-expected.txt: Updated expectations to PASS.
* streams/reference-implementation/readable-stream.html: Removed timeout
2015-06-17 Hyungwook Lee <hyungwook.lee@navercorp.com>
[Win]Implement layoutTestController.dispatchPendingLoadRequests.
https://bugs.webkit.org/show_bug.cgi?id=26481
Reviewed by Darin Adler.
Implement WebView::dispatchPendingLoadRequests() private API for test runner.
* platform/win/TestExpectations:
2015-06-17 Chris Fleizach <cfleizach@apple.com>
AX: VoiceOver in iOS not announcing generic WAI-ARIA region, even if labelled properly
https://bugs.webkit.org/show_bug.cgi?id=146066
Reviewed by Darin Adler.
* platform/ios-simulator/accessibility/landmark-type-expected.txt:
* platform/ios-simulator/accessibility/landmark-type.html:
2015-06-17 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r173283-r173296): Amazon.com front page has no caret in the search field
https://bugs.webkit.org/show_bug.cgi?id=146073
rdar://problem/21022203
Reviewed by Tim Horton.
Dump layers for composited text inputs and textareas.
* compositing/backing/form-controls-backing-expected.txt: Added.
* compositing/backing/form-controls-backing.html: Added.
2015-06-17 Zalan Bujtas <zalan@apple.com>
Selection cache produces invalid result when ancestor has float element.
https://bugs.webkit.org/show_bug.cgi?id=146042
rdar://problem/20604592
Reviewed by Ryosuke Niwa.
Selection cache already takes floats into account, however it's not enough to check current
block against floats. Any of the ancestor's float starting from the selection root block
can impact the selection offsets.
* fast/block/selection-cache-is-incorrect-when-non-direct-parent-has-float-expected.txt: Added.
* fast/block/selection-cache-is-incorrect-when-non-direct-parent-has-float.html: Added.
2015-06-17 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Expose element tag name as an object attribute
https://bugs.webkit.org/show_bug.cgi?id=146062
Reviewed by Mario Sanchez Prada.
The following tests all include the AtkObject attributes of elements. Now that
tag name is exposed, the expectations needed to be updated to reflect the change.
* platform/gtk/accessibility/image-link-expected.txt: Updated.
* platform/gtk/accessibility/image-map2-expected.txt: Updated.
* platform/gtk/accessibility/lists-expected.txt: Updated.
* platform/gtk/accessibility/math-multiscript-attributes-expected.txt: Updated.
* platform/gtk/accessibility/table-attributes-expected.txt: Updated.
* platform/gtk/accessibility/table-cell-spans-expected.txt: Updated.
* platform/gtk/accessibility/table-cells-expected.txt: Updated.
* platform/gtk/accessibility/table-detection-expected.txt: Updated.
* platform/gtk/accessibility/table-one-cell-expected.txt: Updated.
* platform/gtk/accessibility/table-sections-expected.txt: Updated.
* platform/gtk/accessibility/table-with-rules-expected.txt: Updated.
* platform/gtk/accessibility/transformed-element-expected.txt: Updated.
* platform/gtk/accessibility/xml-roles-exposed-expected.txt: Updated.
2015-06-17 Brent Fulgham <bfulgham@apple.com>
CSS scroll snap: defining snap points on axis that does not scroll does not work properly
https://bugs.webkit.org/show_bug.cgi?id=146043
<rdar://problem/20125511>
Reviewed by Simon Fraser.
* css3/scroll-snap/scroll-snap-mismatch-expected.txt: Added.
* css3/scroll-snap/scroll-snap-mismatch.html: Added.
2015-06-17 Alexey Proskuryakov <ap@apple.com>
New test inspector/console/console-table.html frequently times out in debug.
* TestExpectations: Added an expectation.
2015-06-17 Alexey Proskuryakov <ap@apple.com>
Update test results after https://bugs.webkit.org/show_bug.cgi?id=145873
The changes appear expected, however looking at previous pixel results, we seem
to have a (much much earlier) regression, as small caps are rotated incorrectly.
* platform/mac-mavericks/fast/writing-mode/broken-ideograph-small-caps-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.png.
* platform/mac-mavericks/fast/writing-mode/broken-ideograph-small-caps-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt.
* platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.png:
* platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
2015-06-17 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableJSStream should handle promises returned by JS source pull callback
https://bugs.webkit.org/show_bug.cgi?id=145965
Reviewed by Darin Adler.
Rebasing tests and removing timeout: 50 for test that is passing..
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream.html:
2015-06-16 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Implement ReadableStream locked property
https://bugs.webkit.org/show_bug.cgi?id=146023
Reviewed by Darin Adler.
Rebasing tests.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
2015-06-10 Filip Pizlo <fpizlo@apple.com>
FTL should eliminate array bounds checks in loops
https://bugs.webkit.org/show_bug.cgi?id=145768
Reviewed by Benjamin Poulain.
* js/regress/abc-forward-loop-equal-expected.txt: Added.
* js/regress/abc-forward-loop-equal.html: Added.
* js/regress/abc-postfix-backward-loop-expected.txt: Added.
* js/regress/abc-postfix-backward-loop.html: Added.
* js/regress/abc-skippy-loop-expected.txt: Added.
* js/regress/abc-skippy-loop.html: Added.
* js/regress/abc-simple-backward-loop-expected.txt: Added.
* js/regress/abc-simple-backward-loop.html: Added.
* js/regress/abc-simple-forward-loop-expected.txt: Added.
* js/regress/abc-simple-forward-loop.html: Added.
* js/regress/script-tests/abc-forward-loop-equal.js: Added.
* js/regress/script-tests/abc-postfix-backward-loop.js: Added.
* js/regress/script-tests/abc-skippy-loop.js: Added.
* js/regress/script-tests/abc-simple-backward-loop.js: Added.
* js/regress/script-tests/abc-simple-forward-loop.js: Added.
2015-06-16 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed, EFL gardening on 17th June.
Follow up gardening since using xvfb on EFL WTR. Unskip passing tests,
mark new crash and failure tests.
* platform/efl/TestExpectations:
2015-06-16 Myles C. Maxfield <mmaxfield@apple.com>
font-variant: small-caps is not honored with web fonts
https://bugs.webkit.org/show_bug.cgi?id=145873
<rdar://problem/21314282>
Reviewed by Dean Jackson.
* fast/text/small-caps-web-font-expected.html: Added.
* fast/text/small-caps-web-font.html: Added.
2015-06-16 Michael Saboff <msaboff@apple.com>
Inlining in the DFG trashes ByteCodeParser::m_currentInstruction for the calling function
https://bugs.webkit.org/show_bug.cgi?id=146029
Reviewed by Benjamin Poulain.
New regression test.
* js/regress-146029-expected.txt: Added.
* js/regress-146029.html: Added.
* js/script-tests/regress-146029.js: Added.
(myPush):
(myPop):
(foo):
(test):
2015-06-16 Brent Fulgham <bfulgham@apple.com>
Unreviewed test update: Add multiple scroll-snap-coordinate test.
https://bugs.webkit.org/show_bug.cgi?id=145843
Add a test that confirms that we properly understand scroll-snap-coordinate
declarations with sets of points on a single element.
* css3/scroll-snap/scroll-snap-coordinate.html: Added.
* css3/scroll-snap/scroll-snap-coordinate-expected.txt: Added.
2015-06-16 Alexey Proskuryakov <ap@apple.com>
Tweak results for fast/canvas/canvas-too-large-to-draw.html
* platform/mac/TestExpectations:
2015-06-16 Alexey Proskuryakov <ap@apple.com>
Skip the new test, fast/canvas/canvas-too-large-to-draw.html
* platform/mac/TestExpectations:
2015-06-15 Chris Fleizach <cfleizach@apple.com>
AX: iOS accessibility tests are not running because we need WKTR support
https://bugs.webkit.org/show_bug.cgi?id=145991
Reviewed by Daniel Bates.
Alter tests so that it addresses:
1) Utilize the new AX methods which created new expectations.
2) There were some expectations checked in with failures that are now fixed.
3) Remove failing test expectations from TestExpectations.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/accessibility: Replaced with LayoutTests/platform/ios-simulator/accessibility.
* platform/ios-simulator/accessibility/accessibility-crash-in-axcontainer-expected.txt:
* platform/ios-simulator/accessibility/accessibility-crash-in-axcontainer.html:
* platform/ios-simulator/accessibility/accessibility-hint-expected.txt:
* platform/ios-simulator/accessibility/accessibility-hint.html:
* platform/ios-simulator/accessibility/aria-label-with-internal-text-expected.txt:
* platform/ios-simulator/accessibility/aria-label-with-internal-text.html:
* platform/ios-simulator/accessibility/disabled-states-expected.txt:
* platform/ios-simulator/accessibility/disabled-states.html:
* platform/ios-simulator/accessibility/dom-focus-fires-on-correct-element-expected.txt:
* platform/ios-simulator/accessibility/dom-focus-fires-on-correct-element.html:
* platform/ios-simulator/accessibility/file-upload-button-expected.txt:
* platform/ios-simulator/accessibility/file-upload-button.html:
* platform/ios-simulator/accessibility/focus-change-notifications.html:
* platform/ios-simulator/accessibility/identifier-expected.txt:
* platform/ios-simulator/accessibility/identifier.html:
* platform/ios-simulator/accessibility/internal-link-expected.txt:
* platform/ios-simulator/accessibility/internal-link.html:
* platform/ios-simulator/accessibility/landmark-type-expected.txt:
* platform/ios-simulator/accessibility/landmark-type.html:
* platform/ios-simulator/accessibility/link-with-images-text-expected.txt:
* platform/ios-simulator/accessibility/link-with-images-text.html:
* platform/ios-simulator/accessibility/link-with-only-image-expected.txt:
* platform/ios-simulator/accessibility/link-with-only-image.html:
* platform/ios-simulator/accessibility/math-expected.txt:
* platform/ios-simulator/accessibility/math.html:
* platform/ios-simulator/accessibility/mixed-checkboxes-expected.txt:
* platform/ios-simulator/accessibility/mixed-checkboxes.html:
* platform/ios-simulator/accessibility/no-child-link-header.html:
* platform/ios-simulator/accessibility/non-contiguous-link-expected.txt:
* platform/ios-simulator/accessibility/non-contiguous-link.html:
* platform/ios-simulator/accessibility/password-value-expected.txt:
* platform/ios-simulator/accessibility/password-value.html:
* platform/ios-simulator/accessibility/placeholder-value-expected.txt:
* platform/ios-simulator/accessibility/placeholder-value.html:
* platform/ios-simulator/accessibility/popup-button-value-label-expected.txt:
* platform/ios-simulator/accessibility/popup-button-value-label.html:
* platform/ios-simulator/accessibility/progressbar-expected.txt:
* platform/ios-simulator/accessibility/progressbar.html:
* platform/ios-simulator/accessibility/radio-button-expected.txt:
* platform/ios-simulator/accessibility/radio-button.html:
* platform/ios-simulator/accessibility/secure-text-field.html:
* platform/ios-simulator/accessibility/selected-buttons-expected.txt:
* platform/ios-simulator/accessibility/svg-group-element-with-title-expected.txt:
* platform/ios-simulator/accessibility/svg-group-element-with-title.html:
* platform/ios-simulator/accessibility/tab-role-expected.txt:
* platform/ios-simulator/accessibility/tab-role.html:
* platform/ios-simulator/accessibility/tables-lists-expected.txt:
* platform/ios-simulator/accessibility/tables-lists.html:
* platform/ios-simulator/accessibility/text-marker-list-item-expected.txt:
* platform/ios-simulator/accessibility/text-marker-list-item.html:
* platform/ios-simulator/accessibility/text-marker-validation.html:
* platform/ios-simulator/accessibility/text-role-expected.txt:
* platform/ios-simulator/accessibility/text-role.html:
* platform/ios-simulator/accessibility/textfield-in-axvalue-expected.txt:
* platform/ios-simulator/accessibility/textfield-in-axvalue.html:
* platform/ios-simulator/accessibility/toggle-button.html:
* platform/ios-simulator/accessibility/url-test.html:
2015-06-16 Brent Fulgham <bfulgham@apple.com>
CSS Scroll Snap - support snapping to nested elements
https://bugs.webkit.org/show_bug.cgi?id=145843
<rdar://problem/21339581>
Reviewed by Darin Adler.
* css3/scroll-snap/nested-elements-expected.txt: Added.
* css3/scroll-snap/nested-elements.html: Added.
* css3/scroll-snap/scroll-snap-offsets-expected.txt: Updated to
account for 50%/50% scroll-snap-coordinates.
2015-06-16 Brady Eidson <beidson@apple.com>
[IndexedDB] array index keys are concatenated across cursor lifetime
<rdar://problem/19684902> and https://bugs.webkit.org/show_bug.cgi?id=138504
Reviewed by Brady Eidson, patch by Mark Dixon <mark@lowla.io>
* storage/indexeddb/keypath-arrays-expected.txt:
* storage/indexeddb/resources/keypath-arrays.js:
Verify that iterating cursors with array keypaths returns correct keys for all
records, not just the first.
2015-06-16 Said Abou-Hallawa <sabouhallawa@apple.com>
Canvas dimensions should be limited to 4096x4096 pixels on iOS devices.
https://bugs.webkit.org/show_bug.cgi?id=145998
Reviewed by Darin Adler.
* fast/canvas/canvas-toDataURL-crash-expected.txt:
* fast/canvas/pattern-too-large-to-create-expected.txt: Change the expected
results due to changing the type of MaxCanvasArea from float to unsigned.
* fast/canvas/canvas-too-large-to-draw-expected.txt: Added.
* fast/canvas/canvas-too-large-to-draw.html: Added.
2015-06-16 Alexey Proskuryakov <ap@apple.com>
REGRESSION: js/dom/navigator-plugins-crash.html asserts a lot
https://bugs.webkit.org/show_bug.cgi?id=144399
* TestExpectations: Marked it as flakily crashing.
2015-06-16 sylvain-galineau <galineau@adobe.com>
Incorrect order of arguments in initial-letter property
https://bugs.webkit.org/show_bug.cgi?id=139667
Reviewed by Sam Weinig.
Update initial-letter tests to reflect the value's new ordering, per CSS Inline Layout module.
* fast/css-generated-content/initial-letter-border-padding.html:
* fast/css-generated-content/initial-letter-clearance.html:
* fast/css-generated-content/initial-letter-descender.html:
* fast/css-generated-content/initial-letter-raised.html:
* fast/css-generated-content/initial-letter-sunken.html:
2015-06-16 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Calling controller.error() should trigger storing an undefined error
https://bugs.webkit.org/show_bug.cgi?id=145976
Reviewed by Darin Adler.
* streams/readable-stream-controller-error-expected.txt: Rebasing expectation as test is passing now.
* streams/readable-stream-reader-read-expected.txt:
* streams/readable-stream-reader-read.html: Adding test for promise rejection without any parameter.
2015-06-16 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Sync tests with spec
https://bugs.webkit.org/show_bug.cgi?id=145839
Reviewed by Darin Adler.
Considered all changes in the spec tests and brought them to WebKit.
Some of those changes were related to spec changes, like the strategy or some of the algorithms. Some like the
tee ones were newly added as they will be implemented soon. There are also some tests that shuffled around
because they were just moved at the spec or integrated from the changes we submitted, which was substantially
important as it allowed us to remove some of our custom tests that are now covered by the spec ones.
* resources/gc.js: Added warning about using gcRec, results might not be reliable.
* streams/readable-stream-controller-error-expected.txt:
* streams/readable-stream-controller-error.html: New failing test due to discrepancies with the reference
implementation. Something we will address.
* streams/readable-stream-expected.txt: Removed.
* streams/readable-stream-gc.html: Renumbered.
* streams/readable-stream-reader-expected.txt: Removed.
* streams/readable-stream-reader-read.html: Renumbered.
* streams/readable-stream-reader.html: Removed.
* streams/readable-stream.html: Removed.
* streams/reference-implementation/bad-strategies-expected.txt: Added.
* streams/reference-implementation/bad-strategies.html: Added.
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/bad-underlying-sources.html: Updated from spec and expectations.
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/brand-checks.html: Updated from spec and expectations.
* streams/reference-implementation/byte-length-queuing-strategy-expected.txt: Added.
* streams/reference-implementation/byte-length-queuing-strategy.html: Added.
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/count-queuing-strategy.html: Updated from spec and expectations.
* streams/reference-implementation/readable-stream-cancel-expected.txt:
* streams/reference-implementation/readable-stream-cancel.html: Updated from spec and expectations and corrected
timeouts to try to overcome problems in slower bots.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-reader.html: Updated from spec and expectations.
* streams/reference-implementation/readable-stream-tee-expected.txt: Added.
* streams/reference-implementation/readable-stream-tee.html: Added.
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/readable-stream-templated.html: Updated from spec and expectations.
* streams/reference-implementation/readable-stream.html: Updated from spec and expectations.
* streams/reference-implementation/resources/byte-length-queuing-strategy.js:
(ByteLengthQueuingStrategy): Updated from spec.
(typeIsObject): Deleted.
(ByteLengthQueuingStrategy.prototype.shouldApplyBackpressure): Deleted.
* streams/reference-implementation/resources/count-queuing-strategy.js:
(CountQueuingStrategy): Updated from spec.
(typeIsObject): Deleted.
(CountQueuingStrategy.prototype.shouldApplyBackpressure): Deleted.
* streams/reference-implementation/resources/streams-utils.js:
(RandomPushSource.prototype.readStart.writeChunk):
(RandomPushSource.prototype.readStart): Renamed stream as source
(.stream.new.ReadableStream):
(sequentialReadableStream): Updated from spec.
(typeIsObject): Added.
(createDataProperty): Added.
2015-06-16 Alexey Proskuryakov <ap@apple.com>
Fix a lint error by removing an obsolete expectation - this test doesn't fail
on Yosemite and below.
* platform/mac/TestExpectations:
2015-06-15 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed, following gardening of r185583.
* platform/efl/TestExpectations: Unskip passing tests, mark new failure tests since disabling USE_NATIVE_XDISPLAY.
2015-06-15 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed, gardening on Jun 16th.
Too many flaky tests happens on efl bot when enabling USE_NATIVE_XDISPLAY and DISPLAY.
Those options were enabled for removing TextureMapperImageBuffer. However now EFL Layout Test
can be run without enabling the options. To remove many flaky tests, EFL buildbot disables
the env variables.
Thanks to disable it, many tests can be unskipped which were marked to failure, imageonlyfailure
and so on since r183540.
* platform/efl/TestExpectations: Unskip passing tests, mark failure tests after disabling USE_NATIVE_XDISPLAY.
2015-06-15 Alexey Proskuryakov <ap@apple.com>
Add test expectations for El Capitan
https://bugs.webkit.org/show_bug.cgi?id=146005
Rubber-stamped by Dan Bernstein.
* platform/mac-wk1/TestExpectations:
* platform/mac-yosemite: Added.
* platform/mac-yosemite/fast: Added.
* platform/mac-yosemite/fast/dom: Added.
* platform/mac-yosemite/fast/dom/52776-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/52776-expected.txt.
* platform/mac-yosemite/fast/text: Added.
* platform/mac-yosemite/fast/text/complex-text-opacity-expected.txt: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.txt.
* platform/mac-yosemite/fast/text/hyphenate-locale-expected.txt: Copied from LayoutTests/platform/mac/fast/text/hyphenate-locale-expected.txt.
* platform/mac-yosemite/fast/text/international: Added.
* platform/mac-yosemite/fast/text/international/arabic-justify-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/arabic-justify-expected.txt.
* platform/mac-yosemite/fast/text/international/bidi-AN-after-L-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-AN-after-L-expected.txt.
* platform/mac-yosemite/fast/text/international/bidi-mirror-he-ar-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt.
* platform/mac-yosemite/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt.
* platform/mac-yosemite/fast/text/international/bidi-neutral-run-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-neutral-run-expected.txt.
* platform/mac-yosemite/fast/text/line-initial-and-final-swashes-expected.txt: Copied from LayoutTests/platform/mac/fast/text/line-initial-and-final-swashes-expected.txt.
* platform/mac-yosemite/js: Added.
* platform/mac-yosemite/js/dom: Added.
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt.
* platform/mac-yosemite/platform: Added.
* platform/mac-yosemite/platform/mac: Added.
* platform/mac-yosemite/platform/mac/editing: Added.
* platform/mac-yosemite/platform/mac/editing/attributed-string: Added.
* platform/mac-yosemite/platform/mac/editing/attributed-string/anchor-element-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/anchor-element-expected.txt.
* platform/mac-yosemite/platform/mac/editing/attributed-string/basic-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/basic-expected.txt.
* platform/mac-yosemite/platform/mac/editing/attributed-string/font-size-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-size-expected.txt.
* platform/mac-yosemite/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
* platform/mac-yosemite/platform/mac/editing/attributed-string/font-weight-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-weight-expected.txt.
* platform/mac-yosemite/platform/mac/editing/attributed-string/letter-spacing-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/letter-spacing-expected.txt.
* platform/mac-yosemite/platform/mac/editing/attributed-string/text-decorations-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/text-decorations-expected.txt.
* platform/mac-yosemite/platform/mac/editing/attributed-string/vertical-align-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/vertical-align-expected.txt.
* platform/mac-yosemite/platform/mac/fast: Added.
* platform/mac-yosemite/platform/mac/fast/text: Added.
* platform/mac-yosemite/platform/mac/fast/text/ligature-subdivision-expected.txt: Copied from LayoutTests/platform/mac/fast/text/ligature-subdivision-expected.txt.
* platform/mac-yosemite/svg: Added.
* platform/mac-yosemite/svg/W3C-SVG-1.1: Added.
* platform/mac-yosemite/svg/W3C-SVG-1.1-SE: Added.
* platform/mac-yosemite/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png.
* platform/mac-yosemite/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt.
* platform/mac-yosemite/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt.
* platform/mac-yosemite/svg/text: Added.
* platform/mac-yosemite/svg/text-intro-05-t-expected.txt: Copied from LayoutTests/platform/mac/svg/text/text-intro-05-t-expected.txt.
* platform/mac-yosemite/svg/text/text-intro-05-t-expected.txt: Added.
* platform/mac/TestExpectations:
* platform/mac/editing/attributed-string/anchor-element-expected.txt:
* platform/mac/editing/attributed-string/basic-expected.txt:
* platform/mac/editing/attributed-string/font-size-expected.txt:
* platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt:
* platform/mac/editing/attributed-string/font-weight-expected.txt:
* platform/mac/editing/attributed-string/letter-spacing-expected.txt:
* platform/mac/editing/attributed-string/text-decorations-expected.txt:
* platform/mac/editing/attributed-string/vertical-align-expected.txt:
* platform/mac/fast/dom/52776-expected.txt:
* platform/mac/fast/text/complex-text-opacity-expected.txt:
* platform/mac/fast/text/hyphenate-locale-expected.txt:
* platform/mac/fast/text/international/arabic-justify-expected.txt:
* platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
* platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
* platform/mac/fast/text/ligature-subdivision-expected.txt:
* platform/mac/fast/text/line-initial-and-final-swashes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
* platform/mac/svg/text/text-intro-05-t-expected.txt:
2015-06-15 Zalan Bujtas <zalan@apple.com>
RootInlineBox::m_lineBreakObj becomes invalid when a child renderer is removed and the line does not get marked dirty.
https://bugs.webkit.org/show_bug.cgi?id=145988
rdar://problem/20959137
Reviewed by David Hyatt.
This patch ensures that we find the right first inline box so that we can dirty the
the appropriate line boxes.
With marking the right line boxes dirty, now we can update RootInlineBox::m_lineBreakObj at the next layout.
* fast/inline/crash-when-child-renderer-is-removed-and-line-stays-clean-expected.txt: Added.
* fast/inline/crash-when-child-renderer-is-removed-and-line-stays-clean.html: Added.
2015-06-15 Darin Adler <darin@apple.com>
REGRESSION (r182215): Reproducible crash at drawsvg.org due to reentrant layout
https://bugs.webkit.org/show_bug.cgi?id=145964
Reviewed by Simon Fraser.
* svg/as-object/mutate-on-load-expected.html: Added.
* svg/as-object/mutate-on-load.html: Added.
* svg/as-object/resources/embedded-mutates-on-load.svg: Added.
2015-06-15 Michael Saboff <msaboff@apple.com>
JIT bug - fails when inspector closed, works when open
https://bugs.webkit.org/show_bug.cgi?id=145243
Reviewed by Oliver Hunt.
New regression test.
* js/regress-145243-expected.txt: Added.
* js/regress-145243.html: Added.
* js/script-tests/regress-145243.js: Added.
(bar):
(foo):
(test):
2015-06-15 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed, gardening for Windows.
* platform/win/TestExpectations:
2015-06-15 Chris Fleizach <cfleizach@apple.com>
AX: no accessibility support for details element
https://bugs.webkit.org/show_bug.cgi?id=131111
Reviewed by Darin Adler.
* platform/mac/accessibility/details-summary-expected.txt: Added.
* platform/mac/accessibility/details-summary.html: Added.
2015-06-13 Chris Fleizach <cfleizach@apple.com>
AX: WebKit exposes all Ruby Text as Unknown (Japanese EPUB accessibility blocker)
https://bugs.webkit.org/show_bug.cgi?id=141303
Unreviewed. Move ruby tests to Mac platform only, since they don't apply to other platforms.
* accessibility/ruby-hierarchy-roles-expected.txt: Removed.
* accessibility/ruby-hierarchy-roles.html: Removed.
* platform/mac/accessibility/ruby-hierarchy-roles.html: Copied from LayoutTests/accessibility/ruby-hierarchy-roles.html.
2015-06-13 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: console.table() with a list of objects no longer works
https://bugs.webkit.org/show_bug.cgi?id=145952
Reviewed by Timothy Hatcher.
* inspector/console/console-api.html:
* inspector/console/console-table-expected.txt: Added.
* inspector/console/console-table.html:
Add a similiar console API test all about console.table().
2015-06-13 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Mark fast/forms/select-element-focus-ring.html to Missing
Unreviwed, gardening for EFL port.
* platform/efl/TestExpectations: The test was added only for Mac port.
2015-06-13 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableJSStream should handle promises returned by JS source start callback
https://bugs.webkit.org/show_bug.cgi?id=145792
Reviewed by Darin Adler.
Rebasing expectations, and removing timeouts for tests that no longer timeout.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream.html:
2015-06-13 Andres Gonzalez <agonzalez334@nc.rr.com>
AX: WebKit exposes all Ruby Text as Unknown (Japanese EPUB accessibility blocker)
https://bugs.webkit.org/show_bug.cgi?id=141303
Reviewed by Chris Fleizach.
* accessibility/ruby-hierarchy-roles-expected.txt: Added.
* accessibility/ruby-hierarchy-roles.html: Added.
* platform/mac-mavericks/accessibility/ruby-hierarchy-roles-expected.txt: Added.
* platform/mac/accessibility/ruby-hierarchy-roles-expected.txt: Added.
2015-06-12 Chris Fleizach <cfleizach@apple.com>
AX:ARIA Toggle buttons aren't properly conveyed on iOS using VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=145949
Reviewed by Darin Adler.
* inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt:
* inspector-protocol/dom/getAccessibilityPropertiesForNode.html:
2015-06-12 Darin Adler <darin@apple.com>
Fix minor ES6 compliance issue in RegExp.prototype.toString and optimize performance a little
https://bugs.webkit.org/show_bug.cgi?id=145935
Reviewed by Anders Carlsson.
* js/regexp-toString-expected.txt: Added.
* js/regexp-toString.html: Added.
* js/script-tests/regexp-toString.js: Added.
2015-06-12 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Fix grid-template-areas parsing to avoid spaces
https://bugs.webkit.org/show_bug.cgi?id=145860
Reviewed by Sergio Villar Senin.
* fast/css-grid-layout/grid-template-areas-get-set-expected.txt:
* fast/css-grid-layout/grid-template-areas-get-set.html: Add new test
cases.
2015-06-12 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r185492.
https://bugs.webkit.org/show_bug.cgi?id=145927
Causes crashes on debug (Requested by rego on #webkit).
Reverted changeset:
"[CSS Grid Layout] Fix grid-template-areas parsing to avoid
spaces"
https://bugs.webkit.org/show_bug.cgi?id=145860
http://trac.webkit.org/changeset/185492
2015-06-12 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Fix grid-template-areas parsing to avoid spaces
https://bugs.webkit.org/show_bug.cgi?id=145860
Reviewed by Sergio Villar Senin.
* fast/css-grid-layout/grid-template-areas-get-set-expected.txt:
* fast/css-grid-layout/grid-template-areas-get-set.html: Add new test
cases.
2015-06-11 Zalan Bujtas <zalan@apple.com>
Do not crash when the descendant frame tree is destroyed during layout.
https://bugs.webkit.org/show_bug.cgi?id=144540
rdar://problem/20793184
Reviewed by Andreas Kling.
Unskip fast/frames/flattening/crash-remove-iframe-during-object-beforeload.html.
* TestExpectations:
2015-06-11 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r185470.
https://bugs.webkit.org/show_bug.cgi?id=145902
Caused ASan violations (Requested by ap on #webkit).
Reverted changeset:
"Add an appearance keyword for wireless playback / airplay
icon"
https://bugs.webkit.org/show_bug.cgi?id=145892
http://trac.webkit.org/changeset/185470
2015-06-11 Brady Eidson <beidson@apple.com>
IndexedDB onupgradeneeded event has incorrect value for oldVersion.
<rdar://problem/18309792> and https://bugs.webkit.org/show_bug.cgi?id=136888
Reviewed by Sam Weinig.
* storage/indexeddb/version-change-event-basic-expected.txt: Added.
* storage/indexeddb/version-change-event-basic.html: Added.
2015-06-11 Dean Jackson <dino@apple.com>
Add an appearance keyword for wireless playback / airplay icon
https://bugs.webkit.org/show_bug.cgi?id=145892
<rdar://problem/21344872>
Reviewed by Simon Fraser.
Simple test that makes sure we parse and evaluate
the new appearance value.
* fast/css/appearance-airplay-expected.txt: Added.
* fast/css/appearance-airplay.html: Added.
2015-06-11 Alexey Proskuryakov <ap@apple.com>
Update plugins/embed-attributes-style.html to not use the QuickTime plug-in
https://bugs.webkit.org/show_bug.cgi?id=145891
Reviewed by Anders Carlsson.
* platform/mac/plugins/embed-attributes-style-expected.png:
* plugins/embed-attributes-style.html:
2015-06-11 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r185465.
https://bugs.webkit.org/show_bug.cgi?id=145893
"This patch is breaking 32bit mac build" (Requested by youenn
on #webkit).
Reverted changeset:
"[Streams API] ReadableJSStream should handle promises
returned by JS source start callback"
https://bugs.webkit.org/show_bug.cgi?id=145792
http://trac.webkit.org/changeset/185465
2015-06-11 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableJSStream should handle promises returned by JS source start callback
https://bugs.webkit.org/show_bug.cgi?id=145792
Reviewed by Darin Adler.
Rebasing expectations, and removing timeouts for tests that no longer timeout.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream.html:
2015-06-10 Said Abou-Hallawa <sabouhallawa@apple.com>
REGRESSION (r184895): Vertical border elements ([-webkit]-border-image set to 'repeat') that used to render perfectly are now rendering incorrectly.
https://bugs.webkit.org/show_bug.cgi?id=145801
Reviewed by Simon Fraser.
* fast/borders/border-image-repeat-stretch-expected.html: Added.
* fast/borders/border-image-repeat-stretch.html: Added.
* fast/borders/resources/border-image-repeat-stretch-expected.svg: Added.
* fast/borders/resources/border-image.svg: Added.
Ensure that the sides of a border-images are drawn correctly in the cases
of 'repeat' and 'stretch'.
2015-06-10 Chris Dumez <cdumez@apple.com>
ASSERT_WITH_SECURITY_IMPLICATION in WebCore::DocumentOrderedMap::getElementById
https://bugs.webkit.org/show_bug.cgi?id=145857
<rdar://problem/16798440>
Reviewed by Darin Adler.
Add layout tests covering different crashes caused by the same bug.
* fast/dom/script-getElementById-during-insertion-expected.txt: Added.
* fast/dom/script-getElementById-during-insertion.html: Added.
Reduction test case for <rdar://problem/16798440>.
* fast/dom/script-remove-child-id-map-expected.txt: Added.
* fast/dom/script-remove-child-id-map.html: Added.
Test imported from Blink r178976.
2015-06-10 Jordan Harband <ljharb@gmail.com>
Implement RegExp.prototype.flags
https://bugs.webkit.org/show_bug.cgi?id=145599
Reviewed by Geoffrey Garen.
* js/Object-getOwnPropertyNames-expected.txt:
* js/regexp-flags-expected.txt: Added.
* js/regexp-flags.html: Added.
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/regexp-flags.js: Added.
(.get shouldBe):
2015-06-10 Alex Christensen <achristensen@webkit.org>
Move all content extension tests to same directory to fix flakiness.
https://bugs.webkit.org/show_bug.cgi?id=145854
Reviewed by Alexey Proskuryakov.
* http/tests/contentextensions/loading/main-resource-redirect-blocked-expected.txt: Removed.
* http/tests/contentextensions/loading/main-resource-redirect-blocked.php: Removed.
* http/tests/contentextensions/loading/main-resource-redirect-blocked.php.json: Removed.
* http/tests/contentextensions/loading/resources/main-resource-redirect-blocked-target.html: Removed.
* http/tests/contentextensions/main-resource-redirect-blocked-expected.txt: Copied from http/tests/contentextensions/loading/main-resource-redirect-blocked-expected.txt.
* http/tests/contentextensions/main-resource-redirect-blocked.php: Copied from http/tests/contentextensions/loading/main-resource-redirect-blocked.php.
* http/tests/contentextensions/main-resource-redirect-blocked.php.json: Copied from http/tests/contentextensions/loading/main-resource-redirect-blocked.php.json.
* http/tests/contentextensions/resources/main-resource-redirect-blocked-target.html: Copied from http/tests/contentextensions/loading/resources/main-resource-redirect-blocked-target.html.
2015-06-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed, EFL gardening on Jun 10th
* platform/efl/TestExpectations: Mark fast tests to flaky since r183540.
2015-06-10 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement pulling of a source by a ReadableStream
https://bugs.webkit.org/show_bug.cgi?id=145262
Reviewed by Darin Adler
Rebased expectations, removed some "timeout: 50" parameters.
Removed a test from streams/reference-implementation/readable-stream.html that cannot pass
until promises returned to start and pull JS callbacks are handled.
Fixed bug in streams-utils.js (was using the old API replaced by controller).
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/bad-underlying-sources.html:
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream.html:
* streams/reference-implementation/resources/streams-utils.js:
(.stream.new.ReadableStream.):
(.stream.new.ReadableStream):
(sequentialReadableStream):
2015-06-09 Daegyu Lee <daegyu.lee@navercorp.com>
3D-transformed video does not display on platforms without accelerated video rendering
https://bugs.webkit.org/show_bug.cgi?id=144782
Reviewed by Simon Fraser.
Add layout test that is simply checking video transform by javascript works properly.
* media/video-transformed-by-javascript-expected.txt: Added.
* media/video-transformed-by-javascript.html: Added.
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-06-09 Daniel Bates <dabates@apple.com>
Update iOS TestExpectations files
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
2015-06-09 Hyungwook Lee <hyungwook.lee@navercorp.com>
Implement dumpProgressFinishedCallback() for Win layoutTestController.
https://bugs.webkit.org/show_bug.cgi?id=66773
Reviewed by Darin Adler.
* platform/win/TestExpectations:
2015-06-09 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r180867): Tabbing to login field on iCloud.com doesn't have highlight for text
https://bugs.webkit.org/show_bug.cgi?id=145830
Reviewed by Darin Adler.
Added a regression test.
* editing/selection/update-selection-by-style-change-expected.html: Added.
* editing/selection/update-selection-by-style-change.html: Added.
2015-06-09 Said Abou-Hallawa <sabouhallawa@apple.com>
SVG Fragment is not rendered if it is the css background image of an HTML element
https://bugs.webkit.org/show_bug.cgi?id=91790
Reviewed by Darin Adler.
* svg/css/svg-resource-fragment-identifier-background-expected.html: Added.
* svg/css/svg-resource-fragment-identifier-background.html: Added.
Ensure that the SVG fragment is displayed correctly when it's used as a
css background image.
2015-06-09 Darin Adler <darin@apple.com>
Takes two delete key presses to delete pasted emoji up-pointing index finger with skin tone
https://bugs.webkit.org/show_bug.cgi?id=145823
Reviewed by Anders Carlsson.
* editing/deleting/delete-emoji-expected.txt: Updated to expect a little more testing.
* editing/deleting/delete-emoji.html: Added a test case and streamlined the test a bit.
2015-06-09 Said Abou-Hallawa <sabouhallawa@apple.com>
feComposite filter does not clip the paint rect to its effect rect when the operator is 'in' or 'atop'
https://bugs.webkit.org/show_bug.cgi?id=137856
Reviewed by Darin Adler.
* svg/filters/feComposite-background-rect-control-operators-expected.svg: Added.
* svg/filters/feComposite-background-rect-control-operators.svg: Added.
Ensure the painting rect of the feComposite filter with operator 'in' or
'atop' is clipped to its bounding rectangle
2015-06-09 Yusuke Suzuki <utatane.tea@gmail.com>
Introduce getter definition into static hash tables and use it for getters in RegExp.prototype.
https://bugs.webkit.org/show_bug.cgi?id=145705
Reviewed by Darin Adler.
Adjust RegExp.prototype and instance's getter layout.
This is a breaking change from ES5.
So ES5 conformance tests like sputnik is needed to be fixed.
* ietestcenter/Javascript/15.2.3.3-4-212-expected.txt:
* ietestcenter/Javascript/15.2.3.3-4-213-expected.txt:
* ietestcenter/Javascript/15.2.3.3-4-214-expected.txt:
* ietestcenter/Javascript/15.2.3.3-4-215-expected.txt:
* ietestcenter/Javascript/TestCases/15.2.3.3-4-212.js:
(ES5Harness.registerTest):
* ietestcenter/Javascript/TestCases/15.2.3.3-4-213.js:
(ES5Harness.registerTest):
* ietestcenter/Javascript/TestCases/15.2.3.3-4-214.js:
(ES5Harness.registerTest):
* ietestcenter/Javascript/TestCases/15.2.3.3-4-215.js:
(ES5Harness.registerTest):
* js/Object-getOwnPropertyNames-expected.txt:
* js/dom/getOwnPropertyDescriptor-expected.txt:
* js/mozilla/strict/15.10.7-expected.txt:
* js/mozilla/strict/script-tests/15.10.7.js:
* js/pic/cached-named-property-getter.html:
* js/resources/getOwnPropertyDescriptor.js:
(.get descriptorShouldBe):
* js/script-tests/Object-getOwnPropertyNames.js:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.1_source/S15.10.7.1_A10.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.1_source/S15.10.7.1_A8.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.1_source/S15.10.7.1_A9.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.2_global/S15.10.7.2_A10.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.2_global/S15.10.7.2_A8.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.2_global/S15.10.7.2_A9.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.3_ignoreCase/S15.10.7.3_A10.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.3_ignoreCase/S15.10.7.3_A8.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.3_ignoreCase/S15.10.7.3_A9.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.4_multiline/S15.10.7.4_A10.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.4_multiline/S15.10.7.4_A8.html:
* sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/15.10.7.4_multiline/S15.10.7.4_A9.html:
2015-06-09 Yusuke Suzuki <utatane.tea@gmail.com>
Crash when passing Symbol to NPAPI plugin objects
https://bugs.webkit.org/show_bug.cgi?id=145798
Reviewed by Darin Adler.
* plugins/npruntime/script-object-with-symbols-expected.txt: Added.
* plugins/npruntime/script-object-with-symbols.html: Added.
2015-06-09 Daniel Bates <dabates@apple.com>
Update iOS TestExpectations files
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
2015-06-09 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableJSStream should handle JS source getters that throw
https://bugs.webkit.org/show_bug.cgi?id=145600
Reviewed by Darin Adler.
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/readable-stream-expected.txt:
2015-06-08 Daniel Bates <dabates@apple.com>
Update iOS TestExpectations files
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-06-08 Zalan Bujtas <zalan@apple.com>
Subpixel rendering: Clip-path does not work properly on subpixel positions.
https://bugs.webkit.org/show_bug.cgi?id=145749
rdar://problem/20824305
Reviewed by Simon Fraser.
This patch ensures that clip-path is device pixel snapped both for composited and
non-composited content.
* compositing/masks/compositing-clip-path-on-subpixel-position-expected.html: Added.
* compositing/masks/compositing-clip-path-on-subpixel-position.html: Added.
* fast/masking/clip-path-on-subpixel-position-expected.html: Added.
* fast/masking/clip-path-on-subpixel-position.html: Added.
2015-06-08 Daniel Bates <dabates@apple.com>
Mouse release on AutoFill button activates it; should only activate on click
https://bugs.webkit.org/show_bug.cgi?id=145774
<rdar://problem/21069245>
Reviewed by Ryosuke Niwa.
Add test to ensure we only dispatch a click event at the HTML input element when pressing
on the editable portion of the input element and releasing the mouse on the AutoFill button.
* fast/forms/auto-fill-button/mouse-down-input-mouse-release-auto-fill-button-expected.txt: Added.
* fast/forms/auto-fill-button/mouse-down-input-mouse-release-auto-fill-button.html: Added.
2015-06-08 Brady Eidson <beidson@apple.com>
Fix up the layouttest situation after r185322.
https://bugs.webkit.org/show_bug.cgi?id=145777
Reviewed by Alexey Proskuryakov.
* js/dom/global-constructors-attributes-expected.txt:
* js/dom/global-constructors-attributes-idb-expected.txt: Added.
* js/dom/global-constructors-attributes-idb.html: Copied from LayoutTests/js/dom/global-constructors-attributes.html.
* js/dom/global-constructors-attributes.html:
Run this test only against IDB* and webkitIDB* constructors:
* js/dom/script-tests/global-constructors-attributes-idb.js: Copied from LayoutTests/js/dom/script-tests/global-constructors-attributes.js.
(.self.postMessage):
(.self.onconnect.self.postMessage):
(.self.onconnect):
(classNameForObject):
(constructorPropertiesOnGlobalObject):
Dont run the test against known IDB constructors:
* js/dom/script-tests/global-constructors-attributes.js:
Update all the various platform-specific results for the main test to remove mentions of IDB.
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/TestExpectations:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt: Removed.
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* platform/wk2/js/dom/global-constructors-attributes-idb-expected.txt: Added.
2015-06-08 Chris Dumez <cdumez@apple.com>
WebContent crash in WebCore::Page::sessionID() const + 0 (Page.cpp:1660)
https://bugs.webkit.org/show_bug.cgi?id=145748
<rdar://problem/21226577>
Reviewed by Brady Eidson.
* http/tests/navigation/image-load-in-pagehide-handler-expected.txt: Added.
* http/tests/navigation/image-load-in-pagehide-handler.html: Added.
* http/tests/navigation/resources/image-load-in-pagehide-handler-2.html: Added.
Add layout test to make sure that ping loads in 'pagehide' handlers are
still going through after this change.
* http/tests/navigation/resources/frame-do-load.html: Added.
* http/tests/navigation/resources/frame-pagehide-starts-load-in-subframe.html: Added.
* http/tests/navigation/resources/frame-pagehide-starts-load.html: Added.
* http/tests/navigation/subframe-pagehide-handler-starts-load-expected.txt: Added.
* http/tests/navigation/subframe-pagehide-handler-starts-load.html: Added.
* http/tests/navigation/subframe-pagehide-handler-starts-load2-expected.txt: Added.
* http/tests/navigation/subframe-pagehide-handler-starts-load2.html: Added.
Add layout tests to make sure we don't crash if a frame starts an XHR load
from the 'pagehide' event handler. One of the tests covers the case where a
frame's pagehide handler starts a load in a subframe as this case is
requires a bit more handling.
2015-06-08 Chris Fleizach <cfleizach@apple.com>
AX: improve list heuristics (presentational use versus actual lists)
https://bugs.webkit.org/show_bug.cgi?id=134187
Unreviewed. Rolling this change out temporarily.
* accessibility/list-detection-expected.txt:
* accessibility/list-detection.html:
* accessibility/list-detection2-expected.txt: Removed.
* accessibility/list-detection2.html: Removed.
* platform/gtk/accessibility/list-detection-expected.txt:
* platform/win/TestExpectations:
2015-06-08 Alexey Proskuryakov <ap@apple.com>
Unskip http/tests/misc/webtiming-ssl.php, as it should be passing on Yosemite.
* platform/mac/TestExpectations:
2015-06-08 Daniel Bates <dabates@apple.com>
Many LayoutTests/http tests time out in DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=145770
<rdar://problem/19593910>
Reviewed by Alexey Proskuryakov.
Unskip LayoutTests/http tests in WebKit1 and explicitly skip the HTTP disk-cache tests
in WebKit1 as the network disk cache code is specific to WebKit2. Move common expectations
from the WebKit{1, 2}-specific TestExpectations file to platform/ios-simulator/TestExpectations.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-06-08 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Setting height on a grid item doesn't have any effect
https://bugs.webkit.org/show_bug.cgi?id=145604
Reviewed by Sergio Villar Senin.
Tests to verify that we clear the override height set by the stretching logic
whenever height or margin change in a way they don't allow stretching anymore.
* fast/css-grid-layout/grid-item-should-not-be-stretched-when-height-or-margin-change-expected.txt: Added.
* fast/css-grid-layout/grid-item-should-not-be-stretched-when-height-or-margin-change.html: Added.
2015-06-08 Brady Eidson <beidson@apple.com>
Completely remove all IDB properties/constructors when it is disabled at runtime.
rdar://problem/18429374 and https://bugs.webkit.org/show_bug.cgi?id=137034
Reviewed by Geoffrey Garen.
* platform/mac-mavericks/TestExpectations: Disable global-constructors-attributes on Mavericks as
there is no way to have different WK1 and WK2 results.
* platform/mac-wk1/TestExpectations: Enable the new "properties are missing" test for Mac WK1.
* platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt: Added.
* platform/win/TestExpectations: Enable the new "properties are missing" test for Win WK1
* platform/wk2/TestExpectations: Disable the new "properties are missing" test for all WK2.
* storage/indexeddb/properties-disabled-at-runtime-expected.txt: Added.
* storage/indexeddb/properties-disabled-at-runtime.html: Added.
2015-06-08 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Add some more testing for grid line names
https://bugs.webkit.org/show_bug.cgi?id=145691
Reviewed by Darin Adler.
After moving to the new syntax which uses brackets instead of
parentheses for grid line names lists, it's good to improve a bit
the testing of the feature with some more new test cases.
* fast/css-grid-layout/named-grid-line-get-set-expected.txt:
* fast/css-grid-layout/named-grid-line-get-set.html:
2015-06-07 Darin Adler <darin@apple.com>
REGRESSION (r181720): Unnecessary layout triggered any time animated GIF advances to a new frame
https://bugs.webkit.org/show_bug.cgi?id=145733
Reviewed by Andreas Kling.
* TestExpectations: Expect image failures on the animated GIF tests (the one
old one I am fixing and the one new one I am adding) because they don't yet work
under DumpRenderTree.
* fast/images/animated-gif-no-layout-expected.html: Added.
* fast/images/animated-gif-no-layout.html: Added.
* fast/images/gif-loop-count-expected.html: Added. This test was worthless as a render
tree dump test, and only valuable as a pixel test. And that hid the fact that it was
failing under WebKit1. Changing it to a reference test makes it a valuable test again.
* fast/images/gif-loop-count-expected.png: Removed.
* fast/images/gif-loop-count-expected.txt: Removed.
* platform/wk2/TestExpectations: Expect successes on these two tests.
2015-06-06 Alexey Proskuryakov <ap@apple.com>
Clean up tests for blocking mixed content
https://bugs.webkit.org/show_bug.cgi?id=145718
Reviewed by Darin Adler.
Stop using timeouts, which were making the tests flaky.
* http/tests/xmlhttprequest/access-control-response-with-body.html: This wasn't even
a mixed content test, but the file was reused in one. I now made a separate helper
document, so this is just a regular test now, not another test's resource.
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html:
* http/tests/security/mixedContent/resources/frame-with-insecure-frame.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-frame.html:
Refactored to not depend on timeouts.
* http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame.html:
* http/tests/security/mixedContent/resources/insecure-xhr-in-main-frame-window.html: Added.
This test still needs a timeout, because of a WebKit bug. I just made it much longer.
2015-06-06 Mark Lam <mark.lam@apple.com>
Returned Exception* values need to be initialized to nullptr when no exceptions are thrown.
https://bugs.webkit.org/show_bug.cgi?id=145720
Reviewed by Dan Bernstein.
* platform/win/TestExpectations:
- Undoing skipped tests.
2015-06-05 Mark Lam <mark.lam@apple.com>
Gardening: skip some inspector-protocol tests while the issue is being investigated.
https://bugs.webkit.org/show_bug.cgi?id=145720
Not reviewed.
* platform/win/TestExpectations:
2015-06-05 Zalan Bujtas <zalan@apple.com>
[Win] Skip fast/text/decorations-vertical-underline-expected.html
Unreviewed gardening.
* platform/win/TestExpectations:
2015-06-05 Zalan Bujtas <zalan@apple.com>
[Win] Update expected results.
Unreviewed gardening.
* platform/win/fast/forms/select-element-focus-ring-expected.txt: Added.
* platform/win/fast/text/emoji-expected.txt: Added.
2015-06-05 Chris Dumez <cdumez@apple.com>
Regression(r176212): Broke app switching on iCloud.com
https://bugs.webkit.org/show_bug.cgi?id=145708
<rdar://problem/21235277>
Reviewed by Simon Fraser.
Remove layout tests covering DOM Timer throttling.
* fast/canvas/canvas-outside-viewport-timer-throttling-expected.txt: Removed.
* fast/canvas/canvas-outside-viewport-timer-throttling.html: Removed.
* fast/dom/nested-timer-display-none-element-throttling-expected.txt: Removed.
* fast/dom/nested-timer-display-none-element-throttling.html: Removed.
* fast/dom/repeating-timer-display-none-element-throttling-expected.txt: Removed.
* fast/dom/repeating-timer-display-none-element-throttling.html: Removed.
* fast/dom/repeating-timer-element-overflow-hidden-throttling-expected.txt: Removed.
* fast/dom/repeating-timer-element-overflow-hidden-throttling.html: Removed.
* fast/dom/resources/timer-throttling-iframe.html: Removed.
* fast/dom/timer-throttle-on-scrolling-iframe-away-expected.txt: Removed.
* fast/dom/timer-throttle-on-scrolling-iframe-away.html: Removed.
* fast/dom/timer-unthrottle-on-layout-expected.txt: Removed.
* fast/dom/timer-unthrottle-on-layout.html: Removed.
* fast/dom/timer-unthrottle-on-scroll-expected.txt: Removed.
* fast/dom/timer-unthrottle-on-scroll.html: Removed.
2015-06-05 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Emoji overlap preceeding lines
https://bugs.webkit.org/show_bug.cgi?id=145678
<rdar://problem/10684914>
Reviewed by Enrica Casucci.
* fast/text/emoji.html:
* platform/mac/TestExpectations: Removed unnecessary line.
* platform/mac-mavericks/fast/text/emoji-expected.html:
* platform/mac/fast/text/emoji-expected.html:
* platform/ios-simulator/fast/text/emoji-expected.html:
* TestExpectations: Removed unnecessary line.
2015-06-05 Mark Lam <mark.lam@apple.com>
finally blocks should not set the exception stack trace when re-throwing the exception.
https://bugs.webkit.org/show_bug.cgi?id=145525
Reviewed by Geoffrey Garen.
* TestExpectations:
- Skip the new tests until webkit.org/b/145090 is fixed.
* fast/dom/regress-131530-expected.txt:
- Rebased results because we now have a proper line number.
* http/tests/inspector/inspector-test.js:
(InspectorTestProxy.clearResults):
(InspectorTestProxy.reportUncaughtException):
- Add the feature to sanitize the url reported by reportUncaughtException() since
we can have tests that do expect uncaught exceptions, and we need the test
results to be invariant. Sanitization of the url, in this case means, stripping
off the preceding path.
* inspector/debugger/break-on-exception-expected.txt: Added.
* inspector/debugger/break-on-exception.html: Added.
* inspector/debugger/break-on-exception-catch-expected.txt: Added.
* inspector/debugger/break-on-exception-catch.html: Added.
* inspector/debugger/break-on-exception-finally-expected.txt: Added.
* inspector/debugger/break-on-exception-finally.html: Added.
* inspector/debugger/break-on-exception-native-expected.txt: Added.
* inspector/debugger/break-on-exception-native.html: Added.
* inspector/debugger/break-on-exception-throw-in-promise-expected.txt: Added.
* inspector/debugger/break-on-exception-throw-in-promise.html: Added.
* inspector/debugger/break-on-exception-throw-in-promise-with-catch-expected.txt: Added.
* inspector/debugger/break-on-exception-throw-in-promise-with-catch.html: Added.
* inspector/debugger/break-on-exception-throw-in-promise-then-expected.txt: Added.
* inspector/debugger/break-on-exception-throw-in-promise-then.html: Added.
* inspector/debugger/break-on-exception-throw-in-promise-then-with-catch-expected.txt: Added.
* inspector/debugger/break-on-exception-throw-in-promise-then-with-catch.html: Added.
* inspector/debugger/break-on-exception-throw-in-promise-rethrow-in-catch-expected.txt: Added.
* inspector/debugger/break-on-exception-throw-in-promise-rethrow-in-catch.html: Added.
* inspector/debugger/break-on-exception-window-onerror-expected.txt: Added.
* inspector/debugger/break-on-exception-window-onerror.html: Added.
* inspector/debugger/break-on-uncaught-exception-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception.html: Added.
* inspector/debugger/break-on-uncaught-exception-catch-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception-catch.html: Added.
* inspector/debugger/break-on-uncaught-exception-finally-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception-finally.html: Added.
* inspector/debugger/break-on-uncaught-exception-native-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception-native.html: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise.html: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-with-catch-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-with-catch.html: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-then-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-then.html: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-then-with-catch-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-then-with-catch.html: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-rethrow-in-catch-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception-throw-in-promise-rethrow-in-catch.html: Added.
* inspector/debugger/break-on-uncaught-exception-window-onerror-expected.txt: Added.
* inspector/debugger/break-on-uncaught-exception-window-onerror.html: Added.
* inspector/debugger/resources/break-on-exception-tests.js: Added.
(doThrow):
(testCatch):
(testFinally):
(testThrowingThruNativeCode):
(testThrowingInPromise):
(testThrowingInPromiseWithCatch):
(testThrowingInPromiseThen):
(testThrowingInPromiseThenWithCatch):
(testThrowingInPromiseWithRethrowInCatch):
2015-06-05 Eric Carlson <eric.carlson@apple.com>
Layout tests fullscreen/video-controls-drag.html and media/video-fullscreeen-only-controls.html
fail on WK1 and WK2
https://bugs.webkit.org/show_bug.cgi?id=145675
Reviewed by Dean Jackson.
* TestExpectations: Unskip tests.
* fullscreen/video-controls-drag.html: Minor cleanup, force layout before testing control location.
2015-06-05 Zalan Bujtas <zalan@apple.com>
[iOS] Rebaseline expected results.
Unreviewed gardening.
* platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt:
* platform/ios-simulator/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/ios-simulator/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/ios-simulator/ios/scrolling/overflow-div-scrolling-expected.txt:
* platform/ios-simulator/ios/touch/touch-handler-on-window-expected.txt:
2015-06-05 David Hyatt <hyatt@apple.com>
Underlines too close in vertical Chinese text.
https://bugs.webkit.org/show_bug.cgi?id=145651
<rdar://problem/11105920>
Reviewed by Simon Fraser.
* fast/text/decorations-vertical-underline-expected.html: Added.
* fast/text/decorations-vertical-underline.html: Added.
2015-06-05 Said Abou-Hallawa <sabouhallawa@apple.com>
Layout test http/tests/misc/acid3.html times out on Yosemite WK2 Debug.
https://bugs.webkit.org/show_bug.cgi?id=145702
* platform/mac-wk2/TestExpectations: Marking as flaky for now.
2015-06-05 Said Abou-Hallawa <sabouhallawa@apple.com>
[iOS] Rebaseline expected results for svg font tests
Reviewed by Daniel Bates.
* platform/ios-simulator/svg/custom/svg-fonts-no-latin-glyph-expected.txt: Added.
* platform/ios-simulator/svg/custom/svg-fonts-segmented-expected.txt:
* platform/ios-simulator/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
* platform/ios-simulator/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
* platform/ios-simulator/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
* svg/custom/svg-fonts-no-latin-glyph-expected.txt:
* svg/custom/svg-fonts-no-latin-glyph.html:
2015-06-05 Zalan Bujtas <zalan@apple.com>
[iOS] Mask layer now is part of the layer tree output.
Unreviewed gardening.
* platform/ios-simulator/compositing/masks/compositing-clip-path-change-no-repaint-expected.txt:
2015-06-05 Dean Jackson <dino@apple.com>
[Mac] Popup focus is cut off
https://bugs.webkit.org/show_bug.cgi?id=145688
<rdar://problem/18313375>
Reviewed by Brent Fulgham.
* fast/forms/select-element-focus-ring.html: Added.
* platform/mac/fast/forms/select-element-focus-ring-expected.png: Added.
* platform/mac/fast/forms/select-element-focus-ring-expected.txt: Added.
2015-06-05 Brent Fulgham <bfulgham@apple.com>
Add WK1 versions of tests from Bugs 145637 and 145642
https://bugs.webkit.org/show_bug.cgi?id=145649
Reviewed by Zalan Bujtas.
* platform/mac/fast/scrolling/iframe_in_iframe-expected.txt: Added.
* platform/mac/fast/scrolling/iframe_in_iframe.html: Added.
* platform/mac/fast/scrolling/resources/inner_content.html: Added.
* platform/mac/fast/scrolling/resources/testContent.html: Added.
* platform/mac/fast/scrolling/resources/testImage.png: Added.
2015-06-05 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Support dots sequences in grid-template-areas
https://bugs.webkit.org/show_bug.cgi?id=145693
Reviewed by Sergio Villar Senin.
Added new test cases to check the new behavior.
* fast/css-grid-layout/grid-template-areas-get-set-expected.txt:
* fast/css-grid-layout/grid-template-areas-get-set.html:
2015-06-03 Filip Pizlo <fpizlo@apple.com>
Simplify unboxing of double JSValues known to be not NaN and not Int32
https://bugs.webkit.org/show_bug.cgi?id=145618
Reviewed by Geoffrey Garen.
* js/regress/double-real-use-expected.txt: Added.
* js/regress/double-real-use.html: Added.
* js/regress/script-tests/double-real-use.js: Added.
(foo):
2015-06-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Class constructor appearing as Object Tree property does not include parameters
https://bugs.webkit.org/show_bug.cgi?id=145661
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update expected results and test we get expected values for class constructors.
2015-06-04 Brent Fulgham <bfulgham@apple.com>
Latching algorithm in findEnclosingOverflowScroll is broken
https://bugs.webkit.org/show_bug.cgi?id=145642
<rdar://problem/21242308>
Reviewed by Simon Fraser.
Revise the new latching test to remove the image "max-width: 100%" style, which was
preventing this example from having a horizontal scrollable region at the top of the
file.
It still correctly tests the subpixel bug from Bug 145637.
* platform/mac-wk2/tiled-drawing/scrolling/resources/inner_content.html: Remove width
adjustment on image.
2015-06-04 Benjamin Poulain <bpoulain@apple.com>
Combine tiny DFAs into slightly larger ones
https://bugs.webkit.org/show_bug.cgi?id=145572
Reviewed by Alex Christensen.
* http/tests/contentextensions/filters-with-quantifiers-combined-expected.txt: Added.
* http/tests/contentextensions/filters-with-quantifiers-combined.html: Added.
* http/tests/contentextensions/filters-with-quantifiers-combined.html.json: Added.
2015-06-04 Said Abou-Hallawa <sabouhallawa@apple.com>
Skip failed layout tests following <http://trac.webkit.org/changeset/185207>
and <https://trac.webkit.org/changeset/185220>
(https://bugs.webkit.org/show_bug.cgi?id=145620)
Unreviewed.
* TestExpectations:
2015-06-04 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r185211.
https://bugs.webkit.org/show_bug.cgi?id=145670
The test depends on a rolled out patch (Requested by ap on
#webkit).
Reverted changeset:
"Add WK1 versions of tests from Bugs 145637 and 145642"
https://bugs.webkit.org/show_bug.cgi?id=145649
http://trac.webkit.org/changeset/185211
2015-06-04 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r185216.
https://bugs.webkit.org/show_bug.cgi?id=145666
it caused a bunch of debug crashes (Requested by pizlo on
#webkit).
Reverted changeset:
"Simplify unboxing of double JSValues known to be not NaN and
not Int32"
https://bugs.webkit.org/show_bug.cgi?id=145618
http://trac.webkit.org/changeset/185216
2015-06-04 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r185208.
https://bugs.webkit.org/show_bug.cgi?id=145655
platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-
latched-select.html (Requested by shallawa on #webkit).
Reverted changeset:
"Latching algorithm in findEnclosingOverflowScroll is broken"
https://bugs.webkit.org/show_bug.cgi?id=145642
http://trac.webkit.org/changeset/185208
2015-06-03 Filip Pizlo <fpizlo@apple.com>
Simplify unboxing of double JSValues known to be not NaN and not Int32
https://bugs.webkit.org/show_bug.cgi?id=145618
Reviewed by Geoffrey Garen.
* js/regress/double-real-use-expected.txt: Added.
* js/regress/double-real-use.html: Added.
* js/regress/script-tests/double-real-use.js: Added.
(foo):
2015-06-04 Brent Fulgham <bfulgham@apple.com>
Add WK1 versions of tests from Bugs 145637 and 145642
https://bugs.webkit.org/show_bug.cgi?id=145649
Reviewed by Zalan Bujtas.
* platform/mac/fast/scrolling/iframe_in_iframe-expected.txt: Added.
* platform/mac/fast/scrolling/iframe_in_iframe.html: Added.
* platform/mac/fast/scrolling/resources/inner_content.html: Added.
* platform/mac/fast/scrolling/resources/testContent.html: Added.
* platform/mac/fast/scrolling/resources/testImage.png: Added.
2015-06-04 Youenn Fablet <youenn.fablet@crf.canon.fr>
REGRESSION: streams/reference-implementation/readable-stream-templated.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=145643
Reviewed by Alexey Proskuryakov.
* streams/reference-implementation/readable-stream-templated.html: Removed 'timeout: 50' for test that is now passing.
2015-06-04 Brent Fulgham <bfulgham@apple.com>
Latching algorithm in findEnclosingOverflowScroll is broken
https://bugs.webkit.org/show_bug.cgi?id=145642
<rdar://problem/21242308>
Reviewed by Simon Fraser.
Revise the new latching test to remove the image "max-width: 100%" style, which was
preventing this example from having a horizontal scrollable region at the top of the
file.
It still correctly tests the subpixel bug from Bug 145637.
* platform/mac-wk2/tiled-drawing/scrolling/resources/inner_content.html: Remove width
adjustment on image.
2015-06-03 Brent Fulgham <bfulgham@apple.com>
REGRESSION (r181879): Scrolling order on pages with focused iframe is broken.
https://bugs.webkit.org/show_bug.cgi?id=145637
<rdar://problem/20635581>
Reviewed by Zalan Bujtas.
* platform/mac-wk2/tiled-drawing/scrolling/iframe_in_iframe-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/iframe_in_iframe.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/resources/inner_content.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/resources/testContent.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/resources/testImage.png: Added.
2015-06-04 Zalan Bujtas <zalan@apple.com>
css3/filters/backdrop/backdrop-filter-with-mask.html is missing the mask layer.
Unreviewed gardening.
* css3/filters/backdrop/backdrop-filter-with-mask-expected.txt:
2015-06-04 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStreamController enqueue
https://bugs.webkit.org/show_bug.cgi?id=145210
Reviewed by Darin Adler.
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/count-queuing-strategy.html:
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-reader.html:
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/readable-stream-templated.html:
* streams/reference-implementation/readable-stream.html:
2015-06-03 Zalan Bujtas <zalan@apple.com>
Use borderBoxRect instead of contentBoxRect for backdrop filter.
https://bugs.webkit.org/show_bug.cgi?id=145606
Reviewed by Simon Fraser.
Backdrop filter should use border box rect. It also needs to take css clip into account.
* css3/filters/backdrop/backdrop-filter-does-not-size-properly-border-and-padding-expected.txt:
* css3/filters/backdrop/backdrop-filter-with-cliprect-expected.txt: Added.
* css3/filters/backdrop/backdrop-filter-with-cliprect.html: Added.
* css3/filters/backdrop/backdrop-filter-with-mask-expected.txt: Added.
* css3/filters/backdrop/backdrop-filter-with-mask.html: Added.
2015-06-03 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed gardening on 4th June.
Skip a test regarding emoji font, mark timeout to animation tests.
Update a track test and a xhr test.
* platform/efl/TestExpectations:
2015-06-03 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r184968): missing media player buttons (control bar exists, but no buttons)
https://bugs.webkit.org/show_bug.cgi?id=145630
Reviewed by Zalan Bujtas.
Test that dumps coverage info for a layer with a mask.
* compositing/visible-rect/mask-layer-coverage-expected.txt: Added.
* compositing/visible-rect/mask-layer-coverage.html: Added.
2015-06-03 Simon Fraser <simon.fraser@apple.com>
Layer tree dumps should include mask layers
https://bugs.webkit.org/show_bug.cgi?id=145629
Reviewed by Zalan Bujtas.
New results.
* compositing/masks/compositing-clip-path-change-no-repaint-expected.txt:
* compositing/masks/mask-layer-size-expected.txt:
2015-06-03 Greg Hughes <ghughes@apple.com>
AX: Expose field sets to accessibility clients
https://bugs.webkit.org/show_bug.cgi?id=145585
Updated role tests to include the new subrole for fieldsets
Reviewed by Chris Fleizach.
* platform/mac/accessibility/roles-exposed-expected.txt:
2015-06-03 Said Abou-Hallawa <sabouhallawa@apple.com>
Skip webgl/useWhilePending.html on WebKit 1 following:
<http://trac.webkit.org/changeset/185172>
Unreviewed.
* platform/mac-wk1/TestExpectations:
2015-06-03 Said Abou-Hallawa <sabouhallawa@apple.com>
Add missing expected result files for ios-simulator port following
<http://trac.webkit.org/changeset/185095>
<http://trac.webkit.org/changeset/185096>
Unreviewed.
* platform/ios-simulator/fast/text/crash-complex-text-surrogate-expected.txt: Added.
* platform/ios-simulator/fast/text/font-weights-zh-expected.txt: Added.
2015-06-03 Dean Jackson <dino@apple.com>
Crash in GraphicsContext3D::getInternalFramebufferSize
https://bugs.webkit.org/show_bug.cgi?id=145479
<rdar://problem/16461048>
Reviewed by Eric Carlson.
Attemps to use a WebGL context while it is in the pending state.
* fast/canvas/webgl/useWhilePending-expected.txt: Added.
* fast/canvas/webgl/useWhilePending.html: Added.
2015-06-03 Daniel Bates <dabates@apple.com>
AutoFill button should not be shown in read-only or disabled field
https://bugs.webkit.org/show_bug.cgi?id=145579
<rdar://problem/21212494>
Update expected result for Windows that I inadvertently modified in <http://trac.webkit.org/changeset/185166>.
* platform/win/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
2015-06-03 Zalan Bujtas <zalan@apple.com>
[iOS] Skip compositing/layer-creation/zoomed-clip-intersection.html
eventSender.scalePageBy() needs to be implemented.
Unreviewed garderning.
* platform/ios-simulator/TestExpectations:
2015-06-03 Daniel Bates <dabates@apple.com>
AutoFill button should not be shown in read-only or disabled field
https://bugs.webkit.org/show_bug.cgi?id=145579
<rdar://problem/21212494>
Reviewed by Darin Adler.
Add tests to ensure that we do no show the AutoFill button in a read-only or disabled field.
Additionally, create directory LayoutTests/fast/forms/auto-fill-button and move existing test
LayoutTests/fast/forms/input-auto-fill-button.html and associated test results into this directory
or the platform-specific variant of this directory.
* fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-disabled-expected.html: Added.
* fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-disabled.html: Added.
* fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-readonly-expected.html: Added.
* fast/forms/auto-fill-button/hide-auto-fill-button-when-input-becomes-readonly.html: Added.
* fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Renamed from LayoutTests/fast/forms/input-auto-fill-button-expected.txt.
* fast/forms/auto-fill-button/input-auto-fill-button.html: Renamed from LayoutTests/fast/forms/input-auto-fill-button.html.
* fast/forms/auto-fill-button/input-disabled-auto-fill-button-expected.html: Added.
* fast/forms/auto-fill-button/input-disabled-auto-fill-button.html: Added.
* fast/forms/auto-fill-button/input-readonly-auto-fill-button-expected.html: Added.
* fast/forms/auto-fill-button/input-readonly-auto-fill-button.html: Added.
* fast/forms/auto-fill-button/input-readonly-non-empty-auto-fill-button-expected.html: Added.
* fast/forms/auto-fill-button/input-readonly-non-empty-auto-fill-button.html: Added.
* platform/ios-simulator/fast/forms/auto-fill-button/input-auto-fill-button-expected.png: Renamed from LayoutTests/platform/ios-simulator/fast/forms/input-auto-fill-button-expected.png.
* platform/ios-simulator/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Renamed from LayoutTests/platform/ios-simulator/fast/forms/input-auto-fill-button-expected.txt.
* platform/mac-mavericks/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/fast/forms/input-auto-fill-button-expected.txt.
* platform/win/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt: Renamed from LayoutTests/platform/win/fast/forms/input-auto-fill-button-expected.txt.
2015-06-02 Filip Pizlo <fpizlo@apple.com>
GetById and PutById profiling should be more precise about it takes slow path
https://bugs.webkit.org/show_bug.cgi?id=145590
Reviewed by Geoffrey Garen.
Added just two more tests for getters and setters. I needed more microbenchmarks to track
down a regression in an earlier version of this patch.
* js/regress/getter-prototype-expected.txt: Added.
* js/regress/getter-prototype.html: Added.
* js/regress/script-tests/getter-prototype.js: Added.
* js/regress/script-tests/setter-prototype.js: Added.
* js/regress/setter-prototype-expected.txt: Added.
* js/regress/setter-prototype.html: Added.
2015-06-03 Zalan Bujtas <zalan@apple.com>
[iOS] Rebaseline expected results for <br>
Unreviewed garderning.
* platform/ios-simulator-wk2/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/ios-simulator-wk2/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/ios-simulator/http/tests/navigation/postredirect-basic-expected.txt:
* platform/ios-simulator/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug106795-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1224-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug131020-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug1430-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug16252-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug19599-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug20579-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/ios-simulator/tables/mozilla/bugs/bug92143-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/ios-simulator/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/ios-simulator/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/ios-simulator/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
2015-06-03 Said Abou-Hallawa <sabouhallawa@apple.com>
Add missing expected result files for GTK and EFL ports following
<http://trac.webkit.org/changeset/185095>
<http://trac.webkit.org/changeset/181351>
Unreviewed.
* platform/efl/fast/text/crash-complex-text-surrogate-expected.txt: Added.
* platform/gtk/editing/selection/extend-by-character-007-expected.txt: Added.
* platform/gtk/fast/text/crash-complex-text-surrogate-expected.txt: Added.
2015-06-03 Brent Fulgham <bfulgham@apple.com>
REGRESSION: (r181879): Scrolling in select/option region in iFrame scrolls both select and iframe
https://bugs.webkit.org/show_bug.cgi?id=145574
<rdar://problem/20966828>
Reviewed by Simon Fraser.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-select-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-select.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/frames/select_iframe.html: Added.
2015-06-03 Brady Eidson <beidson@apple.com>
REGRESSION (r183498): Certain types of frame loads in iframes with <base target="_blank"> can open urls in new window/tabs
https://bugs.webkit.org/show_bug.cgi?id=145580
Reviewed by Mark Lam.
* fast/loader/fragment-navigation-base-blank-expected.txt: Added.
* fast/loader/fragment-navigation-base-blank.html: Added.
* fast/loader/iframe-meta-refresh-base-blank-expected.txt: Added.
* fast/loader/iframe-meta-refresh-base-blank.html: Added.
* fast/loader/iframe-set-location-base-blank-expected.txt: Added.
* fast/loader/iframe-set-location-base-blank.html: Added.
* fast/loader/refresh-iframe-base-blank-expected.txt: Added.
* fast/loader/refresh-iframe-base-blank.html: Added.
* fast/loader/resources/fragment-navigation-base-blank.html: Added.
* fast/loader/resources/iframe-meta-refresh-base-blank.html: Added.
* fast/loader/resources/iframe-set-location-base-blank.html: Added.
* fast/loader/resources/notify-done-with-window-count.html: Added.
* fast/loader/resources/refresh-iframe-base-blank-frame.html: Added.
2015-06-03 Zalan Bujtas <zalan@apple.com>
Subpixel rendering: Composited layer with subpixel gap does not get painted properly when its position changes.
https://bugs.webkit.org/show_bug.cgi?id=145587
Reviewed by Simon Fraser.
The composited layer always snaps to an enclosing device pixel (floors) while the renderer rounds.
At certain positions (for example 0.5px on a 1x display), a gap is formed between the layer(0px) and its renderer(1px).
In such cases, when the the renderer moves to a position (1.1px) where the gap is closed, we need to issue repaint on the layer
in order to get the renderering right.
* compositing/child-layer-with-subpixel-gap-needs-repaint-when-parent-moves-expected.html: Added.
* compositing/child-layer-with-subpixel-gap-needs-repaint-when-parent-moves.html: Added.
2015-06-02 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Switch from parenthesis to brackets for grid line names
https://bugs.webkit.org/show_bug.cgi?id=144996
Reviewed by Darin Adler.
Replaced parentheses by brackets when specifying grid line names.
* fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
* fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
* fast/css-grid-layout/grid-container-change-named-grid-lines-recompute-child.html:
* fast/css-grid-layout/grid-element-repeat-get-set-expected.txt:
* fast/css-grid-layout/grid-element-repeat-get-set.html:
* fast/css-grid-layout/grid-item-auto-placement-automatic-span.html:
* fast/css-grid-layout/grid-item-bad-resolution-double-span.html:
* fast/css-grid-layout/grid-item-column-row-get-set.html:
* fast/css-grid-layout/grid-item-named-grid-area-resolution.html:
* fast/css-grid-layout/grid-item-named-grid-line-resolution.html:
* fast/css-grid-layout/grid-item-negative-position-resolution.html:
* fast/css-grid-layout/grid-item-position-changed-dynamic.html:
* fast/css-grid-layout/grid-shorthand-get-set-expected.txt:
* fast/css-grid-layout/grid-shorthand-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/named-grid-line-get-set-expected.txt:
* fast/css-grid-layout/named-grid-line-get-set.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/named-grid-lines-with-named-grid-areas-dynamic-get-set.html:
* fast/css-grid-layout/named-grid-lines-with-named-grid-areas-get-set.html:
* fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html:
* fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt:
* fast/css-grid-layout/non-grid-columns-rows-get-set-multiple-expected.txt:
* fast/css-grid-layout/non-grid-element-repeat-get-set-expected.txt:
* fast/css-grid-layout/non-grid-element-repeat-get-set.html:
* fast/css-grid-layout/non-named-grid-line-get-set-expected.txt:
* fast/css-grid-layout/non-named-grid-line-get-set.html:
* fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
(testInherit):
(testInitial):
* fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
(testInherit):
(testInitial):
* fast/css-grid-layout/resources/non-grid-columns-rows-get-set-multiple.js:
(testInherit):
(testInitial):
* fast/css-grid-layout/resources/non-grid-columns-rows-get-set.js:
(testInherit):
(testInitial):
2015-06-02 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r185128 and r185132.
https://bugs.webkit.org/show_bug.cgi?id=145597
The new test hits a bad assertion (Requested by ap on
#webkit).
Reverted changesets:
"Crash in GraphicsContext3D::getInternalFramebufferSize"
https://bugs.webkit.org/show_bug.cgi?id=145479
http://trac.webkit.org/changeset/185128
"Skip webgl/useWhilePending.html on WebKit 1."
http://trac.webkit.org/changeset/185132
2015-06-02 Dean Jackson <dino@apple.com>
Skip webgl/useWhilePending.html on WebKit 1.
* platform/mac-wk1/TestExpectations:
2015-06-02 Dean Jackson <dino@apple.com>
Crash in GraphicsContext3D::getInternalFramebufferSize
https://bugs.webkit.org/show_bug.cgi?id=145479
<rdar://problem/16461048>
Reviewed by Eric Carlson.
Attemps to use a WebGL context while it is in the pending state.
* fast/canvas/webgl/useWhilePending-expected.txt: Added.
* fast/canvas/webgl/useWhilePending.html: Added.
2015-06-02 Said Abou-Hallawa <sabouhallawa@apple.com>
Fix Windows layout test failure following <http://trac.webkit.org/changeset/185095>
(https://bugs.webkit.org/show_bug.cgi?id=145537)
Unreviewed.
* platform/win/fast/text/crash-complex-text-surrogate-expected.txt: Added.
2015-06-02 Zalan Bujtas <zalan@apple.com>
Backdrop filter is pulling in content from behind the window.
https://bugs.webkit.org/show_bug.cgi?id=145561
rdar://problem/20909309
Reviewed by Simon Fraser.
This patch ensures that the backdrop filter layer is positioned and sized properly.
The backdrop filter layer should take its size and position from its renderer and not
directly from the composited layer.
In certain cases the composited layer's size is expanded to cover items like box shadow or an absolute positioned descendant.
In such cases, we ended up applying the backdrop filter to those areas as well.
* css3/filters/backdrop/backdrop-filter-does-not-size-properly-absolute-expected.txt: Added.
* css3/filters/backdrop/backdrop-filter-does-not-size-properly-absolute.html: Added.
* css3/filters/backdrop/backdrop-filter-does-not-size-properly-border-and-padding-expected.txt: Added.
* css3/filters/backdrop/backdrop-filter-does-not-size-properly-border-and-padding.html: Added.
2015-06-02 Said Abou-Hallawa <sabouhallawa@apple.com>
Fix Mac Mavericks layout test failure following <http://trac.webkit.org/changeset/185096>
(https://bugs.webkit.org/show_bug.cgi?id=145478)
Move fast/text/font-weights-zh.html out of the platform directory. The
webkit test runner is not smart enough to ignore the expected results
in the mac directory and get it from the Mavericks directory, if it exists,
when running on Mavericks.
Reviewed by Alexey Proskuryakov.
* fast/text/font-weights-zh.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/fast/text/font-weights-zh.html: Removed.
* platform/win/TestExpectations:
* platform/win-xp/TestExpectations:
* platform/wincairo/TestExpectations:
2015-06-02 Brady Eidson <beidson@apple.com>
Add more tests for "should open external urls" flag.
https://bugs.webkit.org/show_bug.cgi?id=145558
Rubber-stamped by Geoff Garen.
* loader/navigation-policy/should-open-external-urls/api-false-followed-by-api-true-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/api-false-followed-by-api-true.html: Added.
* loader/navigation-policy/should-open-external-urls/api-true-followed-by-api-false-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/api-true-followed-by-api-false.html: Added.
* loader/navigation-policy/should-open-external-urls/dispatch-event-click-is-not-user-gesture-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/dispatch-event-click-is-not-user-gesture.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/do-nothing.html: Added.
2015-06-02 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStreamReader read method in closed and errored state
https://bugs.webkit.org/show_bug.cgi?id=144790
Reviewed by Darin Adler.
Added new test. Rebased reference tests (expectations and timeouting/untimeouting tests).
Removed temporarily some tests in streams/reference-implementation/readable-stream-templated.html.
These tests try to check handling promise returned in start method which is not yet supported.
If we did not comment these tests, they would be flaky.
* streams/readable-stream-reader-read-expected.txt: Added.
* streams/readable-stream-reader-read.html: Added.
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/bad-underlying-sources.html:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/count-queuing-strategy.html:
* streams/reference-implementation/readable-stream-cancel-expected.txt:
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-reader.html:
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/readable-stream-templated.html:
* streams/reference-implementation/readable-stream.html:
2015-06-02 Brady Eidson <beidson@apple.com>
WebKit policy delegate should suggest if a navigation should be allowed to open URLs externally.
rdar://problem/21025301 and https://bugs.webkit.org/show_bug.cgi?id=145280
Reviewed by Alex Christensen.
* loader/navigation-policy/should-open-external-urls/main-frame-click-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/main-frame-click.html: Added.
* loader/navigation-policy/should-open-external-urls/main-frame-navigated-programatically-by-subframe-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/main-frame-navigated-programatically-by-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/main-frame-with-flag-progamatic-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/main-frame-with-flag-progamatic.html: Added.
* loader/navigation-policy/should-open-external-urls/main-frame-without-flag-programatic-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/main-frame-without-flag-programatic.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/click-notify-done-in-main.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/iframe-click-notify-done-target-self.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/iframe-click-notify-done-target-top.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/main-frame-with-subframe-click-targets-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/main-frame-with-subframe-programatically-navigates-main.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/programatically-navigate-to-notify-done-target-top.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/programatically-navigate-to-notify-done.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/user-gesture-target-blank-to-notify-done-from-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/user-gesture-target-blank-to-notify-done.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/user-gesture-window-open-to-notify-done-from-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/user-gesture-window-open-to-notify-done.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/window-open-to-notify-done-from-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/resources/window-open-to-notify-done.html: Added.
* loader/navigation-policy/should-open-external-urls/subframe-click-target-self-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/subframe-click-target-self.html: Added.
* loader/navigation-policy/should-open-external-urls/subframe-click-target-top-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/subframe-click-target-top.html: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag-from-subframe-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag-from-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-with-flag.html: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag-from-subframe-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag-from-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-target-blank-without-flag.html: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag-from-subframe-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag-from-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag.html: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag-from-subframe-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag-from-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag.html: Added.
* loader/navigation-policy/should-open-external-urls/window-open-with-flag-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/window-open-with-flag-from-subframe-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/window-open-with-flag-from-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/window-open-with-flag.html: Added.
* loader/navigation-policy/should-open-external-urls/window-open-without-flag-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/window-open-without-flag-from-subframe-expected.txt: Added.
* loader/navigation-policy/should-open-external-urls/window-open-without-flag-from-subframe.html: Added.
* loader/navigation-policy/should-open-external-urls/window-open-without-flag.html: Added.
2015-06-01 Myles C. Maxfield <mmaxfield@apple.com>
[SVG -> OTF Converter] Remove unnecessary hacks
https://bugs.webkit.org/show_bug.cgi?id=145088
Reviewed by Simon Fraser.
Test that the hacks are unnecessary.
* svg/text/offset-square-svg-font-expected.html: Added.
* svg/text/offset-square-svg-font.html: Added.
* svg/text/resources/offset-square-svg-font.svg: Added.
* svg/text/resources/offset-square-svg-font2.svg: Added.
2015-06-01 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Calling setAcceleratedCompositingForFixedPositionEnabled(true) is too late in doTest().
* compositing/layer-creation/zoomed-clip-intersection.html:
2015-06-01 Andreas Kling <akling@apple.com>
CSS animations in filling-forwards state shouldn't force compositing.
<https://webkit.org/b/145389>
<rdar://problem/17923642>
Reviewed by Simon Fraser.
Remove tests that were only here to check that animations in fill-forwards
state would participate in overlap testing.
* compositing/animation/layer-for-filling-animation-expected.txt: Update expected result
here to reflect that we no longer expect filling-forwards animations to get composited.
* compositing/animation/filling-animation-overlap-at-end-expected.txt: Removed.
* compositing/animation/filling-animation-overlap-at-end.html: Removed.
* compositing/animation/filling-animation-overlap-expected.txt: Removed.
* compositing/animation/filling-animation-overlap.html: Removed.
* platform/ios-sim-deprecated/compositing/animation/filling-animation-overlap-at-end-expected.txt: Removed.
* platform/ios-sim-deprecated/compositing/animation/filling-animation-overlap-expected.txt: Removed.
* platform/ios-sim-deprecated/compositing/animation/layer-for-filling-animation-expected.txt: Removed.
2015-06-01 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening after r185087.
https://bugs.webkit.org/show_bug.cgi?id=145478
Unreviewed.
* platform/mac-mavericks/fast/text/font-weights-zh-expected.txt: Copied from LayoutTests/platform/mac/fast/text/font-weights-zh-expected.txt.
* platform/mac/fast/text/font-weights-zh-expected.txt:
2015-06-01 Myles C. Maxfield <mmaxfield@apple.com>
Out of bounds read in WebCore::ComplexTextController::adjustGlyphsAndAdvances
https://bugs.webkit.org/show_bug.cgi?id=145537
<rdar://problem/20959267>
Reviewed by Darin Adler.
* fast/text/crash-complex-text-surrogate.html: Added.
* platform/mac/fast/text/crash-complex-text-surrogate-expected.txt: Added.
2015-05-30 Zalan Bujtas <zalan@apple.com>
REGRESSION (179771): zooming on facebook images covers image
https://bugs.webkit.org/show_bug.cgi?id=145485
Reviewed by Simon Fraser.
Scaling an infinite rect should always produce an infinite rect.
(Based on Simon Fraser's patch)
* compositing/layer-creation/zoomed-clip-intersection-expected.txt: Added.
* compositing/layer-creation/zoomed-clip-intersection.html: Added.
2015-06-01 Myles C. Maxfield <mmaxfield@apple.com>
Test font selection for zh fonts
https://bugs.webkit.org/show_bug.cgi?id=145478
Rubber-stamped by Zalan Bujtas.
* platform/mac/fast/text/font-weights-zh-expected.txt: Added.
* platform/mac/fast/text/font-weights-zh.html: Added.
2015-06-01 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r185074 and r185085.
https://bugs.webkit.org/show_bug.cgi?id=145533
Moving to a separate test (Requested by litherum on #webkit).
Reverted changesets:
"Test font selection for zh fonts"
https://bugs.webkit.org/show_bug.cgi?id=145478
http://trac.webkit.org/changeset/185074
"Test gardening after r185074"
https://bugs.webkit.org/show_bug.cgi?id=145478
http://trac.webkit.org/changeset/185085
2015-06-01 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening after r185074
https://bugs.webkit.org/show_bug.cgi?id=145478
Unreviewed.
* platform/mac-mavericks/fast/text/font-weights-expected.txt: Copied from LayoutTests/platform/mac/fast/text/font-weights-expected.txt.
* platform/mac/fast/text/font-weights-expected.txt: Yosemite-specific test results.
2015-06-01 Myles C. Maxfield <mmaxfield@apple.com>
Test font selection for zh fonts
https://bugs.webkit.org/show_bug.cgi?id=145478
Reviewed by Zalan Bujtas.
We want to make sure that font selection works correctly for more than just Helvetica and Avenir.
* platform/mac/fast/text/font-weights-expected.txt:
* platform/mac/fast/text/font-weights.html:
2015-06-01 Brady Eidson <beidson@apple.com>
Add WKTR support for "should open external URLs".
https://bugs.webkit.org/show_bug.cgi?id=145505
Reviewed by Darin Adler.
* loader/navigation-policy/resources/notify-done.html: Added.
* loader/navigation-policy/should-load-external-urls-set-by-api-basic-expected.txt: Added.
* loader/navigation-policy/should-load-external-urls-set-by-api-basic.html: Added.
* loader/navigation-policy/should-not-load-external-urls-set-by-api-basic-expected.txt: Added.
* loader/navigation-policy/should-not-load-external-urls-set-by-api-basic.html: Added.
* platform/ios-simulator-wk1/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2015-06-01 Chris Dumez <cdumez@apple.com>
ASSERT(revalidatingResource.inCache()) in MemoryCache when reloading tumblr.com
https://bugs.webkit.org/show_bug.cgi?id=145518
<rdar://problem/21168573>
Reviewed by Darin Adler.
Add layout test to make sure we no longer crash if the memory cache is
pruned while a resource is being revalidated.
* http/tests/cache/memory-cache-pruning-during-revalidation-expected.txt: Added.
* http/tests/cache/memory-cache-pruning-during-revalidation.html: Added.
2015-05-31 Youenn Fablet <youenn.fablet@crf.canon.fr>
Async XMLHttpRequest should get access to AppCache resources stored as flat files
https://bugs.webkit.org/show_bug.cgi?id=138506
Reviewed by Darin Adler.
* http/tests/appcache/resources/simple-video-async.manifest: Added.
* http/tests/appcache/simple-video-async-expected.txt: Added.
* http/tests/appcache/simple-video-async.html: Added.
2015-05-31 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStreamController constructor
https://bugs.webkit.org/show_bug.cgi?id=143752
Reviewed by Darin Adler.
* streams/readable-stream.html: checking controller constructor.
* streams/reference-implementation/brand-checks-expected.txt:
2015-05-31 Jordan Harband <ljharb@gmail.com>
Array#reduce and reduceRight don't follow ToLength
https://bugs.webkit.org/show_bug.cgi?id=145364
Reviewed by Yusuke Suzuki.
* js/array-reduce-expected.txt:
* js/array-reduceRight-expected.txt:
* js/dom/array-prototype-properties-expected.txt:
* js/dom/script-tests/array-prototype-properties.js:
* js/script-tests/array-reduce.js:
* js/script-tests/array-reduceRight.js:
2015-05-30 Filip Pizlo <fpizlo@apple.com>
FTL codegen for MultiGetByOffset and MultiPutByOffset where the structure set is already proved should have an unreachable default case instead of an exit
https://bugs.webkit.org/show_bug.cgi?id=145469
Reviewed by Geoffrey Garen.
* js/regress/repeat-multi-get-by-offset-expected.txt: Added.
* js/regress/repeat-multi-get-by-offset.html: Added.
* js/regress/script-tests/repeat-multi-get-by-offset.js: Added.
(foo):
2015-05-29 Keith Miller <keith_miller@apple.com>
WeakMap reference w/ DOM element as key does not survive long enough.
https://bugs.webkit.org/show_bug.cgi?id=137651
Reviewed by Geoffrey Garen.
* js/dom/script-tests/weakmap-gc-unobservable-dom-nodes.js: Added.
(.set gc):
* js/dom/weakmap-gc-unobservable-dom-nodes.html: Added.
2015-05-29 Zalan Bujtas <zalan@apple.com>
Text disappears shortly after page load on Nexus 7 site.
https://bugs.webkit.org/show_bug.cgi?id=145467
rdar://problem/18327239
Reviewed by Simon Fraser.
This patch ensures that overlap testing for composited layers works properly when the sibling
layer gets composited through its child.
When a layer gets composited through its child content, the recursive overlap testing should build up the
overlapmap stack so that sibling content is intersected both against the child and its parent bounds.
* compositing/sibling-layer-does-not-get-composited-overflow-hidden-case-expected.html: Added.
* compositing/sibling-layer-does-not-get-composited-overflow-hidden-case.html: Added.
* compositing/sibling-layer-does-not-get-composited-transform-case-expected.html: Added.
* compositing/sibling-layer-does-not-get-composited-transform-case.html: Added.
2015-05-29 Chris Dumez <cdumez@apple.com>
Consider throttling DOM timers in iframes outside the viewport
https://bugs.webkit.org/show_bug.cgi?id=145465
<rdar://problem/20768957>
Reviewed by Darin Adler.
Add a layout test to check that DOM timers in iframes outside the
viewport get throttled.
* fast/dom/resources/timer-frame-2.html: Added.
* fast/dom/resources/timer-frame.html: Added.
* fast/dom/timer-throttling-subframe-expected.txt: Added.
* fast/dom/timer-throttling-subframe.html: Added.
2015-05-28 Filip Pizlo <fpizlo@apple.com>
Non-speculative Branch should be fast in the FTL
https://bugs.webkit.org/show_bug.cgi?id=145452
Reviewed by Andreas Kling.
* js/regress/logical-not-weird-types-expected.txt: Added.
* js/regress/logical-not-weird-types.html: Added.
* js/regress/script-tests/logical-not-weird-types.js: Added.
(foo):
2015-05-29 Filip Pizlo <fpizlo@apple.com>
Land some .html/-expected.txt files for some tests that were added without them.
Rubber stamped by Andreas Kling.
* js/regress/cse-new-array-buffer-expected.txt: Added.
* js/regress/cse-new-array-buffer.html: Added.
* js/regress/cse-new-array-expected.txt: Added.
* js/regress/cse-new-array.html: Added.
2015-05-29 Zalan Bujtas <zalan@apple.com>
Unreviewed Win and GTK gardening.
Skip Mac font specific test.
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-05-29 Youenn Fablet <youenn.fablet@crf.canon.fr>
MediaDevices.getUserMedia should reject promise instead of throwing exceptions
https://bugs.webkit.org/show_bug.cgi?id=145282
Reviewed by Darin Adler.
Updating test to expect rejection and not error throwing.
* fast/mediastream/MediaDevices-getUserMedia-expected.txt:
* fast/mediastream/MediaDevices-getUserMedia.html:
2015-05-28 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed gardening on 29th May
Unskip passing tests for viewport-percentage, text, sub-pixel
and update new failing accessibility, fast/overflow and so on.
* platform/efl/TestExpectations:
2015-05-28 Zalan Bujtas <zalan@apple.com>
Subpixel rendering: Pixel crack in text selection of simple text in <textarea>.
https://bugs.webkit.org/show_bug.cgi?id=145393
rdar://problem/19918941
Reviewed by Darin Adler.
Float to LayoutUnit conversion is lossy. To ensure that selection
painting always lines up (snaps) properly, the calculated width needs to
be adjusted by ceiling the float to the next LayoutUnit value.
* fast/text/hidpi-text-selection-gap-between-words-expected.html: Added.
* fast/text/hidpi-text-selection-gap-between-words.html: Added.
* platform/mac/platform/mac/editing/input/caret-primary-bidi-expected.txt:
2015-05-28 Andreas Kling <akling@apple.com>
GraphicsLayerCA should start out with m_intersectsCoverageRect=false
<https://webkit.org/b/145443>
<rdar://problem/19685798>
Reviewed by Simon Fraser.
Add a test (based on iframe-and-layers.html) that makes an iframe with compositing
layers inside it and places it far outside the visible viewport.
The layer dump should show that the "intersects coverage rect" flag is 0 for the
iframe and its sublayers.
* compositing/visible-rect/iframe-with-layers-outside-viewport-expected.txt: Added.
* compositing/visible-rect/iframe-with-layers-outside-viewport.html: Added.
2015-05-28 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableStreamReader should not be exposed
https://bugs.webkit.org/show_bug.cgi?id=143564
Reviewed by Darin Adler.
Rebasing tests as ReadableStreamReader is no longer defined globally.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-05-27 Alexey Proskuryakov <ap@apple.com>
Delete media/controls-layers.html. It's a bad test that fails and asserts, and there
are apparently no plans to fix any of that (see https://bugs.webkit.org/show_bug.cgi?id=145420).
* media/controls-layers.html: Removed.
* platform/mac-mavericks/media/controls-layers-expected.txt: Removed.
* platform/mac/media/controls-layers-expected.txt: Removed.
2015-05-27 Jordan Harband <ljharb@gmail.com>
Array.of should work with other constructors
https://bugs.webkit.org/show_bug.cgi?id=145365
Reviewed by Yusuke Suzuki.
* js/array-of-expected.txt:
* js/script-tests/array-of.js:
(Foo):
2015-05-27 Benjamin Poulain <bpoulain@apple.com>
[JSC] Add undefined->double conversion to DoubleRep
https://bugs.webkit.org/show_bug.cgi?id=145293
Reviewed by Filip Pizlo.
* js/regress/math-with-out-of-bounds-array-values-expected.txt: Added.
* js/regress/math-with-out-of-bounds-array-values.html: Added.
* js/regress/script-tests/math-with-out-of-bounds-array-values.js: Added.
2015-05-27 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r183820): webkit.org/blog/ background painting issue on reload, when the page contains videos
https://bugs.webkit.org/show_bug.cgi?id=145420
Reviewed by Dean Jackson.
Test that dumps compositing layers in a document with media controls.
* media/controls-layers.html: Added.
* platform/mac/media/controls-layers-expected.txt: Added.
* platform/mac-mavericks/media/controls-layers-expected.txt: Added.
2015-05-27 Alexey Proskuryakov <ap@apple.com>
Update Mac WebKit1 TestExpectations for platform/mac/fast/ruby/ruby-expansion-cjk-2.html
* platform/mac-wk1/TestExpectations: It's an image failure, so counter-intuitively,
Failure expectation is not the right one.
2015-05-27 Daniel Bates <dabates@apple.com>
Update Mac WebKit1 TestExpectations for platform/mac/fast/ruby/ruby-expansion-cjk-2.html
* platform/mac-wk1/TestExpectations:
2015-05-27 Daniel Bates <dabates@apple.com>
Fix Mac Yosemite layout test failure following <http://trac.webkit.org/changeset/184899>
(https://bugs.webkit.org/show_bug.cgi?id=145336)
Mark test platform/mac/fast/ruby/ruby-expansion-cjk-2.html as failing on Yosemite.
Also remove references to fast/ruby/ruby-expansion-cjk*.html from TestExpectations files
of other ports since we consider these tests specific to Mac.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2015-05-26 Dean Jackson <dino@apple.com>
Backdrop filters don't animate
https://bugs.webkit.org/show_bug.cgi?id=145386
<rdar://problem/21110037>
Reviewed by Simon Fraser.
Add a test for animation of backdrop-filter, and do some
minor cleanups in related files.
* animations/resources/animation-test-helpers.js:
(parseFilterImage): Fix a typo.
(getPropertyValue): Support webkitBackdropFilter.
(comparePropertyValue): Ditto.
* css3/filters/backdrop/animation-expected.txt: Added.
* css3/filters/backdrop/animation.html: Added.
2015-05-27 Matt Baker <mattbaker@apple.com>
[iOS] Rebaseline expected results for tests in LayoutTests/compositing
https://bugs.webkit.org/show_bug.cgi?id=145401
Reviewed by Simon Fraser.
Rebaselined iOS tests failing due to expected differences in converage rect, scrollbar and contentsScale.
* platform/ios-simulator/compositing/layer-creation/scale-rotation-animation-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/masks/compositing-clip-path-change-no-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/transform-origin-tiled-expected.txt: Copied from LayoutTests/platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt.
* platform/ios-simulator/compositing/visible-rect/backing-change-height-from-zero-expected.txt: Added.
2015-05-27 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Arabic ligatures are broken in Google Maps
https://bugs.webkit.org/show_bug.cgi?id=145336
<rdar://problem/20689607>
Reviewed by Darin Adler.
This patch adds a DRT test to make sure that text gets drawn with the correct font.
It also updates expected results for 4 tests, which I have verified are still correct. However,
because the behavior of Mavericks differs from Yosemite, I copied the old expected results to
platform/mac-mavericks before updating the results in platform/mac.
This patch also moves fast/ruby/ruby-expansion-cjk*.html to platform/mac because they rely on
platform-specific screen-space quantization. This patch also skips these tests on Mavericks
because I can't add platform-specific expected results for reftests.
* platform/ios-simulator/fast/text/arabic-with-no-supporting-webfont-expected.txt:
* platform/ios-simulator/fast/text/arabic-with-no-supporting-webfont.html:
* platform/mac-mavericks/fast/css/font-face-opentype-expected.txt: Copied from platform/mac.
* platform/mac-mavericks/svg/batik/text/xmlSpace-expected.txt: Ditto.
* platform/mac-mavericks/svg/custom/svg-fonts-fallback-expected.txt: Ditto.
* platform/mac-mavericks/svg/custom/svg-fonts-without-missing-glyph-expected.txt: Ditto.
* platform/mac-mavericks/TestExpectations: Skip fast/ruyb/ruby-expansion-cjk*.html
* platform/mac/fast/css/font-face-opentype-expected.txt: Updated.
* platform/mac/svg/batik/text/xmlSpace-expected.txt: Ditto.
* platform/mac/svg/custom/svg-fonts-fallback-expected.txt: Ditto.
* platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt: Ditto.
* LayoutTests/platform/mac/fast/ruby/resources/green.png: Moved from fast/ruby/resources/green.png
* LayoutTests/platform/mac/fast/ruby/resources/ruby-expansion.svg: Moved from fast/ruby/resources/ruby-expansion.svg
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-2-expected.html: Moved from fast/ruby/ruby-expansion-cjk-2-expected.html
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-2.html: Moved from fast/ruby/ruby-expansion-cjk-2.html
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-3-expected.html: Moved from fast/ruby/ruby-expansion-cjk-3-expected.html
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-3.html: Moved from fast/ruby/ruby-expansion-cjk-3.html
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-4-expected.html: Moved from fast/ruby/ruby-expansion-cjk-4-expected.html
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-4.html: Moved from fast/ruby/ruby-expansion-cjk-4.html
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-5-expected.html: Moved from fast/ruby/ruby-expansion-cjk-5-expected.html
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-5.html: Moved from fast/ruby/ruby-expansion-cjk-5.html
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk-expected.html: Moved from fast/ruby/ruby-expansion-cjk-expected.html
* LayoutTests/platform/mac/fast/ruby/ruby-expansion-cjk.html: Moved from fast/ruby/ruby-expansion-cjk.html
2015-05-26 Said Abou-Hallawa <sabouhallawa@apple.com>
An SVG with no intrinsic size does not draw correct slices when used as a border-image for an HTML element.
https://bugs.webkit.org/show_bug.cgi?id=139405
Reviewed by Darin Adler.
* fast/borders/border-image-fill-no-intrinsic-size-expected.html: Added.
* fast/borders/border-image-fill-no-intrinsic-size.html: Added.
* fast/borders/resources/svg-border-100x100-intrinsic.svg: Added.
* fast/borders/resources/svg-border-140x140-intrinsic.svg: Added.
* fast/borders/resources/svg-border-no-intrinsic.svg: Added.
Make sure the slices of the border-image are drawn correctly. When using an
image with no intrinsic size, all the slices has to be gotten from (0, 0)
of the source image.
* TestExpectations: Removed previously-failing test.
2015-05-26 Andreas Kling <akling@apple.com>
<font face> doesn't support plus character in font family names.
<https://webkit.org/b/145400>
<rdar://problem/21097484>
Reviewed by Darin Adler.
Add a little test for <font face> attributes to cover this problem
and some other interesting cases with spaces and commas.
* fast/dom/HTMLFontElement/face-attribute-expected.txt: Added.
* fast/dom/HTMLFontElement/face-attribute.html: Added.
2015-05-26 Chris Fleizach <cfleizach@apple.com>
AX: display:none content exposed to accessibility when aria-hidden is toggled on ancestor element
https://bugs.webkit.org/show_bug.cgi?id=139142
Reviewed by Darin Adler.
* platform/mac/accessibility/aria-hidden-false-works-in-subtrees-expected.txt:
2015-05-26 Chris Fleizach <cfleizach@apple.com>
AX: display:none content exposed to accessibility when aria-hidden is toggled on ancestor element
https://bugs.webkit.org/show_bug.cgi?id=139142
Reviewed by Darin Adler.
* accessibility/aria-hidden-false-works-in-subtrees.html:
2015-05-26 Zalan Bujtas <zalan@apple.com>
Overhanging float sets are not cleaned up properly when floating renderer is destroyed.
https://bugs.webkit.org/show_bug.cgi?id=145323
rdar://problem/20980628
Reviewed by Dave Hyatt.
This patch ensures when an overhanging float renderer is destroyed,
all the sibling containers' floating object set(m_floatingObjects) gets properly cleaned up.
When an overhanging float is present, we cache the renderer on the parent and on the affected
sibling containers too. (RenderBlockFlow::m_floatingObjects) These caches(sets) get cleared and repopulated
during ::layout(). In order to have a float renderer removed from a set, a layout needs to be initiated on the container.
This is normally done through RenderBlockFlow::markSiblingsWithFloatsForLayout() and RenderBlockFlow::markAllDescendantsWithFloatsForLayout().
However, when the float container's parent's writing direction changes (and we promote the children containers to new formatting contexts),
the layout propagation through siblings does not work anymore.
The avoidsFloats() check in RenderBlockFlow::markSiblingsWithFloatsForLayout() has very little performance gain, but it prevents us
from propagating layout to siblings when certain properties of the parent container changes.
* fast/block/float/crash-when-floating-object-is-removed-expected.txt: Added.
* fast/block/float/crash-when-floating-object-is-removed.xhtml: Added.
2015-05-26 Beth Dakin <bdakin@apple.com>
storage/indexeddb/deleteIndex-bug110792.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=145390
Marking as flaky.
* TestExpectations:
2015-05-26 Said Abou-Hallawa <sabouhallawa@apple.com>
SVG fragment identifier rendering issue
https://bugs.webkit.org/show_bug.cgi?id=137328
Reviewed by Darin Adler.
* svg/css/svg-resource-fragment-identifier-order-expected.html: Added.
* svg/css/svg-resource-fragment-identifier-order.html: Added.
Ensure the SVG fragment is drawn correctly when the same SVG image is
referenced multiple times.
2015-05-26 Daniel Bates <dabates@apple.com>
Update Autofill button icon
https://bugs.webkit.org/show_bug.cgi?id=145191
<rdar://problem/20178942>
Update expected results for Windows.
* platform/win/fast/forms/input-auto-fill-button-expected.txt:
2015-05-26 Joseph Pecoraro <pecoraro@apple.com>
CSS properties (font-synthesis, column-fill) are missing in getComputedStyles
https://bugs.webkit.org/show_bug.cgi?id=145343
Reviewed by Timothy Hatcher.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-font-family-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
2015-05-26 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement Array.prototype.copyWithin
https://bugs.webkit.org/show_bug.cgi?id=145107
Reviewed by Darin Adler.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Enable IndexedDB
https://bugs.webkit.org/show_bug.cgi?id=98932
Reviewed by Žan Doberšek.
* platform/gtk/TestExpectations: Update IndexedDB test expectations.
2015-05-24 Jordan Harband <ljharb@gmail.com>
Array#findIndex/find should not skip holes
https://bugs.webkit.org/show_bug.cgi?id=145361
Reviewed by Yusuke Suzuki.
* js/array-find-expected.txt:
* js/array-findIndex-expected.txt:
* js/script-tests/array-find.js:
* js/script-tests/array-findIndex.js:
2015-05-23 Antti Koivisto <antti@apple.com>
Permanent redirects should have long implicit cache lifetime
https://bugs.webkit.org/show_bug.cgi?id=145348
Reviewed by Sam Weinig.
* http/tests/cache/cache-redirections.html:
* http/tests/cache/resources/cache-control-redirect.php:
Use less confusing name (max_age->expiration vs. max-age) and fix logic.
2015-05-23 Zalan Bujtas <zalan@apple.com>
Rebaseline after r184825. Remove artificial extra space between 2 text renderers.
Reviewed by Antti Koivisto.
* animations/lineheight-animation-expected.txt:
* animations/simultaneous-start-transform-expected.txt:
* animations/width-using-ems-expected.txt:
* fast/events/window-events-bubble-expected.txt:
* fast/events/window-events-bubble2-expected.txt:
2015-05-23 Zalan Bujtas <zalan@apple.com>
Simple line layout: Ignore -webkit-flow-*content while collecting text content for innerText.
https://bugs.webkit.org/show_bug.cgi?id=145344
rdar://problem/20959522
Reviewed by Antti Koivisto.
This patch ensures that when a -webkit-flow-into content is present in a simple line layout container,
we skip it while collecting the text content for innerText.
It's not always guaranteed that a simple line layout container only contains simple text nodes. In such cases,
we need to ensure that text offset computing only takes the simple text nodes into account.
* fast/text/simple-line-layout-inner-text-with-flow-content-expected.txt: Added.
* fast/text/simple-line-layout-inner-text-with-flow-content.html: Added.
2015-05-22 Alexey Proskuryakov <ap@apple.com>
Update tests broken by MediaPlaybackRequiresUserGesture renaming.
* media/no-autoplay-with-user-gesture-requirement.html:
* media/video-load-require-user-gesture.html:
* media/video-play-require-user-gesture.html:
2015-05-22 Alexey Proskuryakov <ap@apple.com>
New test media/accessiblity-describes-video.html is flaky.
* platform/mac/TestExpectations: Marking as such, as suggested by Jer.
2015-05-22 Jer Noble <jer.noble@apple.com>
[Mac] Audio tracks tagged as 'describes-video' are not automatically selected when that system accessibility option is set.
https://bugs.webkit.org/show_bug.cgi?id=145228
Reviewed by Eric Carlson.
* http/tests/media/hls/hls-accessiblity-describes-video-expected.txt: Added.
* http/tests/media/hls/hls-accessiblity-describes-video.html: Added.
* http/tests/media/resources/hls/audio-describes-video.m3u8: Added.
* http/tests/media/resources/hls/english/description.aac: Added.
* http/tests/media/resources/hls/english/description.m3u8: Added.
* media/accessiblity-describes-video-expected.txt: Added.
* media/accessiblity-describes-video.html: Added.
* media/content/audio-describes-video.mp4: Added.
* platform/mac-mavericks/TestExpectations:
2015-05-22 Basile Clement <basile_clement@apple.com>
Allow DFGClobberize to return non-node constants that must be later created
https://bugs.webkit.org/show_bug.cgi?id=145272
Reviewed by Filip Pizlo.
* js/regress/script-tests/cse-new-array-buffer.js: Added.
(foo):
* js/regress/script-tests/cse-new-array.js: Added.
(foo):
2015-05-22 Marcos Chavarría Teijeiro <mchavarria@igalia.com>
[GTK] Gardening 21st May.
https://bugs.webkit.org/show_bug.cgi?id=145250
Unreviewed.
* platform/gtk/TestExpectations:
2015-05-22 Joanmarie Diggs <jdiggs@igalia.com>
AX: Figure out why list-detection2.html test fails on GTK
https://bugs.webkit.org/show_bug.cgi?id=145273
Reviewed by Chris Fleizach.
* platform/gtk/TestExpectations: Removed list-detection2.html from the list of expected failures.
2015-05-21 Joanmarie Diggs <jdiggs@igalia.com>
AX: [GTK] Implement computedRoleString in AccessibilityUIElement
https://bugs.webkit.org/show_bug.cgi?id=128420
Reviewed by Chris Fleizach.
* platform/gtk/TestExpectations: Removed roles-computedRoleString from the failing test.
* platform/gtk/accessibility/image-link-expected.txt: Updated to reflect the new object attribute.
* platform/gtk/accessibility/image-map2-expected.txt: Updated to reflect the new object attribute.
* platform/gtk/accessibility/lists-expected.txt: Updated to reflect the new object attribute.
* platform/gtk/accessibility/roles-computedRoleString-expected.txt: Added.
* platform/gtk/accessibility/table-attributes-expected.txt: Updated to reflect the new object attribute.
* platform/gtk/accessibility/table-cell-spans-expected.txt: Updated to reflect the new object attribute.
* platform/gtk/accessibility/table-cells-expected.txt: Updated to reflect the new object attribute.
* platform/gtk/accessibility/table-detection-expected.txt: Updated to reflect the new object attribute.
* platform/gtk/accessibility/table-sections-expected.txt: Updated to reflect the new object attribute.
* platform/gtk/accessibility/table-with-rules-expected.txt: Updated to reflect the new object attribute.
* platform/gtk/accessibility/xml-roles-exposed-expected.txt: Added.
* platform/gtk/accessibility/xml-roles-exposed.html: Added.
2015-05-21 Antti Koivisto <antti@apple.com>
MaskImageOperation code does not manage CachedImageClients correctly
https://bugs.webkit.org/show_bug.cgi?id=145276
Reviewed by Andreas Kling.
* css3/masking/mask-image-client-crash-expected.txt: Added.
* css3/masking/mask-image-client-crash.html: Added.
2015-05-21 Daniel Bates <dabates@apple.com>
Update Autofill button icon
https://bugs.webkit.org/show_bug.cgi?id=145191
<rdar://problem/20178942>
Reviewed by Jessie Berlin.
Update expected results.
* fast/forms/input-auto-fill-button-expected.txt:
* platform/mac-mavericks/fast/forms/input-auto-fill-button-expected.txt:
2015-05-21 Chris Fleizach <cfleizach@apple.com>
AX: improve list heuristics (presentational use versus actual lists)
https://bugs.webkit.org/show_bug.cgi?id=134187
Unreviewed layout test fixage.
Skip the list-detection2.html test on GTK until it can be investigated.
https://bugs.webkit.org/show_bug.cgi?id=145273
Fix a failing test on GTK that needed an update after the last set of changes.
Skip the test on windows until a time someone can decide if we even expose or need lists in Windows AX API.
https://bugs.webkit.org/show_bug.cgi?id=145271
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/list-detection-expected.txt:
* platform/win/TestExpectations:
2015-05-21 Said Abou-Hallawa <sabouhallawa@apple.com>
SVG as image uses very tiny default font-size
https://bugs.webkit.org/show_bug.cgi?id=68090
Reviewed by Darin Adler.
* svg/text/text-default-font-size-expected.html: Added.
* svg/text/text-default-font-size.html: Added.
Ensure the default font size for non-interactive SVG images is not zero.
2015-05-21 Youenn Fablet <youenn.fablet@crf.canon.fr>
streams/reference-implementation/readable-stream.html should now pass
https://bugs.webkit.org/show_bug.cgi?id=145266
Unreviewed.
* TestExpectations: removing falky expectation of streams/reference-implementation/readable-stream.html.
2015-05-20 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: array previews should have a much smaller cap on values
https://bugs.webkit.org/show_bug.cgi?id=145195
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
Update expected results now that array previews include
a smaller number of items.
2015-05-20 Marcos Chavarría Teijeiro <mchavarria@igalia.com>
Enable disk cache for range requests
https://bugs.webkit.org/show_bug.cgi?id=144682
Reviewed by Antti Koivisto.
* http/tests/cache/disk-cache/disk-cache-range-expected.txt: Added. Add Test.
* http/tests/cache/disk-cache/disk-cache-range.html: Added.
* http/tests/cache/disk-cache/resources/generate-response.cgi: Modify script to return 206 and 416 response codes if Range header is present.
* platform/gtk/TestExpectations: Remove failing test.
2015-05-20 Chris Fleizach <cfleizach@apple.com>
AX: improve list heuristics (presentational use versus actual lists)
https://bugs.webkit.org/show_bug.cgi?id=134187
Reviewed by Darin Adler.
* accessibility/list-detection-expected.txt:
* accessibility/list-detection.html:
* accessibility/list-detection2-expected.txt: Added.
* accessibility/list-detection2.html: Added.
2015-05-20 Antti Koivisto <antti@apple.com>
REGRESSION (r172591): Can no longer style <optgroup> with colors (LayoutTests/fast/forms/select/optgroup-rendering.html)
https://bugs.webkit.org/show_bug.cgi?id=145227
Reviewed by Darin Adler.
Add ref test for select painting.
* fast/forms/select/select-painting-expected.html: Added.
* fast/forms/select/select-painting.html: Added.
2015-05-20 Daniel Bates <dabates@apple.com>
AX: AutoFill button is not accessible with VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=145200
<rdar://problem/20507480>
Reviewed by Chris Fleizach.
Test that there is an accessibility element for the AutoFill button.
* accessibility/input-auto-fill-button-expected.txt: Added.
* accessibility/input-auto-fill-button.html: Added.
* platform/win/TestExpectations: For now, mark tests as failing. I suspect the cause
is <https://bugs.webkit.org/show_bug.cgi?id=140798>.
2015-05-20 Antti Koivisto <antti@apple.com>
Assertion failure in WebCore::BidiRun::BidiRun()
https://bugs.webkit.org/show_bug.cgi?id=145203
rdar://problem/20958973
Reviewed by Andreas Kling.
* fast/text/text-combine-crash-expected.txt: Added.
* fast/text/text-combine-crash.html: Added.
2015-05-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
AudioContext resume/close/suspend should reject promises with a DOM exception in lieu of throwing exceptions
https://bugs.webkit.org/show_bug.cgi?id=145064
Reviewed by Darin Adler.
Adding test to cover resume/close/suspend rejecting with InvalidStateError.
Updating existing test to cover resume and suspend rejection with no error.
* webaudio/audiocontext-promise-throwing-expected.txt: Added.
* webaudio/audiocontext-promise-throwing.html: Added.
* webaudio/audiocontext-state-expected.txt:
* webaudio/audiocontext-state.html:
2015-05-20 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r184645.
https://bugs.webkit.org/show_bug.cgi?id=145220
Broken build (Requested by jacob_nielsen on #webkit).
Reverted changeset:
"AX: AutoFill button is not accessible with VoiceOver"
https://bugs.webkit.org/show_bug.cgi?id=145200
http://trac.webkit.org/changeset/184645
2015-05-20 Daniel Bates <dabates@apple.com>
AX: AutoFill button is not accessible with VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=145200
<rdar://problem/20507480>
Reviewed by Chris Fleizach.
Test that there is an accessibility element for the AutoFill button.
* accessibility/input-auto-fill-button-expected.txt: Added.
* accessibility/input-auto-fill-button.html: Added.
2015-05-20 Joseph Pecoraro <pecoraro@apple.com>
ES6: Implement Object.setPrototypeOf
https://bugs.webkit.org/show_bug.cgi?id=145202
Reviewed by Darin Adler.
* http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt: Added.
* http/tests/security/cross-frame-access-object-setPrototypeOf.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-object-setPrototypeOf-test.html: Added.
Test covering cross origin restriction behavior.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
Updated for the new exposed property.
* js/cyclic-prototypes-expected.txt:
* js/script-tests/cyclic-prototypes.js:
Extend this test to include setPrototypeOf cyclic checks.
Note that setPrototypeOf can still change the prototype
where __proto__ cannot.
* js/prototypes-expected.txt:
* js/script-tests/prototypes.js:
Extend this test to cover more types previously overlooked.
* js/script-tests/setPrototypeOf.js: Added.
(debugEval):
(getObjectDescriptions.myFunction):
(getObjectDescriptions):
* js/setPrototypeOf-expected.txt: Added.
* js/setPrototypeOf.html: Added.
Test coverage for all the different object / prototype combinations.
This is modeled after the other browser tests with coverage of a
few more basic functionality tests and object types.
2015-05-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
AudioContext suspend/resume/close should resolve promises immediately when state is already suspended/active/closed
https://bugs.webkit.org/show_bug.cgi?id=145164
Reviewed by Jer Noble.
* webaudio/audiocontext-promise-expected.txt: Added.
* webaudio/audiocontext-promise.html: Added.
2015-05-20 Joseph Pecoraro <pecoraro@apple.com>
ES6: Should not allow duplicate basic __proto__ properties in Object Literals
https://bugs.webkit.org/show_bug.cgi?id=145138
Reviewed by Darin Adler.
* js/dom/JSON-parse-expected.txt:
* js/resources/JSON-parse.js:
Update expected results for JSON parsing using eval() versus JSON.parse.
In eval, an object literal with a "__proto__" property modifies the prototype.
In JSON.parse, all properties are direct/own properties, no matter their name,
so "__proto__" does not get special treatment.
* js/eval-json-proto-expected.txt: Added.
* js/eval-json-proto.html: Added.
* js/script-tests/eval-json-proto.js: Added.
Direct test for LiteralParser behavior, in both eval and JSON.parse.
* js/object-literal-duplicate-properties-expected.txt:
* js/script-tests/object-literal-duplicate-properties.js:
(runProtoTestShouldThrow):
(runProtoTestShouldNotThrow):
Test for all cases of acceptable and unacceptable __proto__ duplicate
properties in literals.
2015-05-20 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Slightly better node previews in arrays
https://bugs.webkit.org/show_bug.cgi?id=145188
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
2015-05-17 Sam Weinig <sam@webkit.org>
Organize event handlers a bit
https://bugs.webkit.org/show_bug.cgi?id=145106
Reviewed by Darin Adler.
* fast/dom/event-handler-attributes-expected.txt:
* fast/dom/event-handler-attributes.html:
Update for putting media related event handlers on Document in addition to
Element and DOMWindow.
2015-05-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Improve Preview for NodeList / array like collections
https://bugs.webkit.org/show_bug.cgi?id=145177
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
2015-05-19 Chris Dumez <cdumez@apple.com>
[Mac] Font lookups are flakey due to caching
https://bugs.webkit.org/show_bug.cgi?id=145180
<rdar://problem/21012406>
Reviewed by Darin Adler.
* platform/mac/TestExpectations:
Unskip platform/mac/fast/text/font-weights.html as it is no longer
flakey after this change.
* platform/mac/fast/text/font-weights-expected.txt:
Rebaseline the test as the expected results were those based on the
bad caching behavior.
2015-05-19 Brady Eidson <beidson@apple.com>
X-Frame-Options headers not respected when loading from application cache.
<rdar://problem/14877623> and https://bugs.webkit.org/show_bug.cgi?id=131800
Reviewed by Alexey Proskuryakov.
* http/tests/appcache/resources/x-frame-options-prevents-framing-test.html: Added.
* http/tests/appcache/resources/x-frame-options-prevents-framing.manifest: Added.
* http/tests/appcache/x-frame-options-prevents-framing-expected.txt: Added.
* http/tests/appcache/x-frame-options-prevents-framing.php: Added.
2015-05-19 Youenn Fablet <youenn.fablet@crf.canon.fr>
AudioContext should resolve promises with jsUndefined() and not jsNull()
https://bugs.webkit.org/show_bug.cgi?id=145063
Reviewed by Sam Weinig.
* webaudio/audiocontext-state.html: Added check of promise resolve value.
2015-05-19 Eric Carlson <eric.carlson@apple.com>
iOS gardening. Update "fast" image and text results, delete wk2-only results.
Rubber-stamped by Brent Fulgham.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator-wk2/fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/search-vertical-alignment-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/forms/searchfield-heights-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/gradients/list-item-gradient-expected.txt: Removed.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/fast/attachment/attachment-select-on-click-expected.txt: Added.
* platform/ios-simulator/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
* platform/ios-simulator/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt: Added.
* platform/ios-simulator/fast/backgrounds/selection-background-color-of-list-style-expected.txt: Added.
* platform/ios-simulator/fast/block/basic/001-expected.png: Added.
* platform/ios-simulator/fast/block/margin-collapse/001-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/001-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/002-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/003-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/004-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/005-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/006-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/007-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/008-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/009-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/010-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/011-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/012-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/013-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/014-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/015-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/016-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/017-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/018-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/019-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/020-expected.png: Added.
* platform/ios-simulator/fast/block/positioning/021-expected.png: Added.
* platform/ios-simulator/fast/css/font-weight-1-expected.png: Added.
* platform/ios-simulator/fast/css/font-weight-1-expected.txt:
* platform/ios-simulator/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
* platform/ios-simulator/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/ios-simulator/fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag-expected.txt:
* platform/ios-simulator/fast/forms/box-shadow-override-expected.png: Added.
* platform/ios-simulator/fast/forms/button-align-expected.png: Added.
* platform/ios-simulator/fast/forms/input-auto-fill-button-expected.png: Added.
* platform/ios-simulator/fast/forms/input-auto-fill-button-expected.txt: Added.
* platform/ios-simulator/fast/forms/input-spaces-expected.png: Added.
* platform/ios-simulator/fast/forms/input-table-expected.png: Added.
* platform/ios-simulator/fast/forms/input-text-click-inside-expected.png: Added.
* platform/ios-simulator/fast/forms/input-text-click-outside-expected.png: Added.
* platform/ios-simulator/fast/forms/input-text-double-click-expected.png: Added.
* platform/ios-simulator/fast/forms/input-text-drag-down-expected.png: Added.
* platform/ios-simulator/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
* platform/ios-simulator/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/ios-simulator/fast/forms/option-index-expected.png: Added.
* platform/ios-simulator/fast/forms/search-vertical-alignment-expected.png: Added.
* platform/ios-simulator/fast/forms/search-vertical-alignment-expected.txt:
* platform/ios-simulator/fast/forms/searchfield-heights-expected.png: Added.
* platform/ios-simulator/fast/forms/searchfield-heights-expected.txt:
* platform/ios-simulator/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added.
* platform/ios-simulator/fast/frames/calculate-fixed-expected.png: Added.
* platform/ios-simulator/fast/frames/calculate-order-expected.png: Added.
* platform/ios-simulator/fast/frames/calculate-percentage-expected.png: Added.
* platform/ios-simulator/fast/frames/calculate-relative-expected.png: Added.
* platform/ios-simulator/fast/frames/calculate-round-expected.png: Added.
* platform/ios-simulator/fast/frames/content-opacity-1-expected.png: Added.
* platform/ios-simulator/fast/frames/content-opacity-2-expected.png: Added.
* platform/ios-simulator/fast/gradients/list-item-gradient-expected.png: Added.
* platform/ios-simulator/fast/gradients/list-item-gradient-expected.txt:
* platform/ios-simulator/fast/hidpi/broken-image-icon-very-hidpi-expected.txt: Added.
* platform/ios-simulator/fast/images/animated-gif-with-offsets-expected.png: Added.
2015-05-19 Yusuke Suzuki <utatane.tea@gmail.com>
Array.prototype methods must use ToLength
https://bugs.webkit.org/show_bug.cgi?id=144128
Reviewed by Oliver Hunt.
Patch by Jordan Harband <ljharb@gmail.com> and Yusuke Suzuki <utatane.tea@gmail.com>
* fast/profiler/built-in-function-calls-anonymous-expected.txt:
* fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
* js/array-every-expected.txt:
* js/array-fill-expected.txt:
* js/array-filter-expected.txt:
* js/array-find-expected.txt:
* js/array-findIndex-expected.txt:
* js/array-functions-non-arrays-expected.txt:
* js/array-includes-expected.txt:
* js/script-tests/array-every.js:
(throwError):
* js/script-tests/array-fill.js:
(throwError):
* js/script-tests/array-filter.js:
(throwError):
* js/script-tests/array-find.js:
(throwError):
* js/script-tests/array-findIndex.js:
(toObject):
(throwError):
* js/script-tests/array-functions-non-arrays.js:
(throwError):
* js/script-tests/array-includes.js:
2015-05-19 Zalan Bujtas <zalan@apple.com>
Merged anonymous blocks should invalidate simple line layout path.
https://bugs.webkit.org/show_bug.cgi?id=145104
rdar://problem/20980930
Reviewed by Antti Koivisto.
When anonymous blocks are merged together, it's not guaranteed that the final block can use simple line layout.
This patch ensures that the flow block, where the other block's content gets moved to, is no longer on simple line layout path.
Whether the final flow block ends up using inline boxes or simple line layout will be determined during the next layout.
* fast/block/crash-when-anonymous-blocks-are-merged-with-simple-line-layout-expected.txt: Added.
* fast/block/crash-when-anonymous-blocks-are-merged-with-simple-line-layout.html: Added.
2015-05-14 Chris Fleizach <cfleizach@apple.com>
AX: Select text mechanism returns results outside of text control regions
https://bugs.webkit.org/show_bug.cgi?id=145041
Reviewed by Mario Sanchez Prada.
* platform/mac/accessibility/select-text-stays-inside-text-controls-expected.txt: Added.
* platform/mac/accessibility/select-text-stays-inside-text-controls.html: Added.
2015-05-19 Marcos Chavarría Teijeiro <mchavarria@igalia.com>
[GTK] Gardening 19th May
https://bugs.webkit.org/show_bug.cgi?id=145166
Unreviewed.
* platform/gtk/TestExpectations:
2015-05-18 Eric Carlson <eric.carlson@apple.com>
iOS gardening. Update "editing" image and text results, delete wk2-only results.
Rubber-stamped by Brent Fulgham.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator-wk2/editing/deleting/delete-3775172-fix-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-3857753-fix-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-3865854-fix-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-3928305-fix-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-4083333-fix-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-and-undo-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-contents-003-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-002-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-003-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-004-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-005-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-006-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-007-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-008-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-009-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-010-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-011-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-012-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-013-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-014-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-015-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-016-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-017-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-018-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-019-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-020-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-021-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-022-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-023-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-block-merge-contents-024-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-br-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-br-003-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-br-007-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-br-008-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-br-010-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-character-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-contiguous-ws-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-first-list-item-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-hr-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-image-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-image-002-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-image-003-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-002-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-003-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-004-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-005-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-006-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-007-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-008-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-009-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-010-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-012-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-013-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-014-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-015-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-016-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-line-017-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-listitem-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-listitem-002-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-selection-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-tab-002-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-tab-003-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-to-select-table-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-trailing-ws-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-trailing-ws-002-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-ws-fixup-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-ws-fixup-002-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-ws-fixup-003-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/delete-ws-fixup-004-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/forward-delete-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/list-item-1-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/merge-different-styles-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/merge-endOfParagraph-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/merge-no-br-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/merge-unrendered-space-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/non-smart-delete-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/pruning-after-merge-2-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/smart-delete-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/deleting/table-cells-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/4641880-1-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/4641880-2-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/create-list-with-hr-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/indent-empty-root-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/indent-list-item-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/indent-selection-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/insert-list-and-stitch-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/insertHorizontalRule-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/insertImage-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/nsresponder-indent-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/nsresponder-outdent-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/print-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/execCommand/remove-list-from-range-selection-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/pasteboard/4989774-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/3690703-2-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/3690703-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/3690719-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/4397952-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/4889598-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/4932260-1-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/4932260-2-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/4932260-3-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/4947387-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/5195166-2-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/7152-1-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/7152-2-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/after-line-wrap-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/focus_editable_html-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/iframe-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/image-before-linebreak-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/inline-table-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/leave-requested-block-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/mixed-editability-10-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/mixed-editability-3-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/mixed-editability-4-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/mixed-editability-5-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/mixed-editability-8-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/mixed-editability-9-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-3875618-fix-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-3875641-fix-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-backwords-by-word-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-between-blocks-no-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-between-blocks-yes-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-by-character-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-by-character-002-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-by-character-003-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-by-character-004-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-by-character-005-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-by-character-6-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-by-sentence-001-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/move-past-trailing-space-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/previous-line-position-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/replaced-boundaries-1-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/replaced-boundaries-2-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/replaced-boundaries-3-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/select-all-005-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/select-all-006-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/select-box-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/select-element-paragraph-boundary-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/selection-3748164-fix-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/table-caret-1-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/table-caret-2-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/table-caret-3-expected.txt: Removed.
* platform/ios-simulator-wk2/editing/selection/unrendered-space-expected.txt: Removed.
* platform/ios-simulator/editing/deleting/delete-3608462-fix-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-3608462-fix-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-3775172-fix-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-3857753-fix-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-3857753-fix-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-3865854-fix-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-3865854-fix-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-3928305-fix-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-3928305-fix-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-4083333-fix-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-4083333-fix-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-and-undo-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-and-undo-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-contents-003-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-contents-003-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-br-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-br-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-br-003-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-br-003-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-br-007-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-br-007-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-br-008-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-br-008-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-br-010-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-br-010-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-character-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-character-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-first-list-item-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-first-list-item-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-hr-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-hr-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-image-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-image-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-image-002-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-image-002-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-image-003-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-image-003-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-002-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-002-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-003-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-003-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-004-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-004-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-005-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-005-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-006-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-006-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-007-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-007-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-008-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-008-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-009-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-009-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-010-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-010-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-012-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-012-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-013-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-013-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-014-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-014-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-015-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-015-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-016-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-016-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-line-017-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-line-017-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-listitem-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-listitem-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-listitem-002-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-listitem-002-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-selection-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-selection-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-tab-002-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-tab-002-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-tab-003-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-tab-003-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-to-select-table-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-to-select-table-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-trailing-ws-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-trailing-ws-002-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-ws-fixup-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-ws-fixup-002-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-ws-fixup-003-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
* platform/ios-simulator/editing/deleting/delete-ws-fixup-004-expected.png: Added.
* platform/ios-simulator/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
* platform/ios-simulator/editing/deleting/forward-delete-expected.png: Added.
* platform/ios-simulator/editing/deleting/forward-delete-expected.txt: Added.
* platform/ios-simulator/editing/deleting/list-item-1-expected.png: Added.
* platform/ios-simulator/editing/deleting/list-item-1-expected.txt: Added.
* platform/ios-simulator/editing/deleting/merge-different-styles-expected.png: Added.
* platform/ios-simulator/editing/deleting/merge-different-styles-expected.txt: Added.
* platform/ios-simulator/editing/deleting/merge-endOfParagraph-expected.png: Added.
* platform/ios-simulator/editing/deleting/merge-endOfParagraph-expected.txt: Added.
* platform/ios-simulator/editing/deleting/merge-no-br-expected.png: Added.
* platform/ios-simulator/editing/deleting/merge-no-br-expected.txt: Added.
* platform/ios-simulator/editing/deleting/merge-unrendered-space-expected.png: Added.
* platform/ios-simulator/editing/deleting/merge-unrendered-space-expected.txt: Added.
* platform/ios-simulator/editing/deleting/non-smart-delete-expected.png: Added.
* platform/ios-simulator/editing/deleting/non-smart-delete-expected.txt: Added.
* platform/ios-simulator/editing/deleting/pruning-after-merge-2-expected.png: Added.
* platform/ios-simulator/editing/deleting/pruning-after-merge-2-expected.txt: Added.
* platform/ios-simulator/editing/deleting/smart-delete-001-expected.png: Added.
* platform/ios-simulator/editing/deleting/smart-delete-001-expected.txt: Added.
* platform/ios-simulator/editing/deleting/table-cells-expected.png: Added.
* platform/ios-simulator/editing/deleting/table-cells-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/4641880-1-expected.png: Added.
* platform/ios-simulator/editing/execCommand/4641880-1-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/4641880-2-expected.png: Added.
* platform/ios-simulator/editing/execCommand/4641880-2-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/5142012-1-expected.png: Added.
* platform/ios-simulator/editing/execCommand/5142012-1-expected.txt:
* platform/ios-simulator/editing/execCommand/create-list-with-hr-expected.png: Added.
* platform/ios-simulator/editing/execCommand/create-list-with-hr-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/indent-empty-root-expected.png: Added.
* platform/ios-simulator/editing/execCommand/indent-empty-root-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/indent-list-item-expected.png: Added.
* platform/ios-simulator/editing/execCommand/indent-list-item-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/indent-selection-expected.png: Added.
* platform/ios-simulator/editing/execCommand/indent-selection-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/insert-list-and-stitch-expected.png: Added.
* platform/ios-simulator/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/insertHorizontalRule-expected.png: Added.
* platform/ios-simulator/editing/execCommand/insertHorizontalRule-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/insertImage-expected.png: Added.
* platform/ios-simulator/editing/execCommand/insertImage-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/nsresponder-indent-expected.png: Added.
* platform/ios-simulator/editing/execCommand/nsresponder-indent-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/nsresponder-outdent-expected.png: Added.
* platform/ios-simulator/editing/execCommand/nsresponder-outdent-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/print-expected.png: Added.
* platform/ios-simulator/editing/execCommand/print-expected.txt: Added.
* platform/ios-simulator/editing/execCommand/remove-list-from-range-selection-expected.png: Added.
* platform/ios-simulator/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
* platform/ios-simulator/editing/pasteboard/4989774-expected.png: Added.
* platform/ios-simulator/editing/pasteboard/4989774-expected.txt: Added.
* platform/ios-simulator/editing/pasteboard/drag-drop-dead-frame-expected.png: Added.
* platform/ios-simulator/editing/selection/3690703-2-expected.png: Added.
* platform/ios-simulator/editing/selection/3690703-2-expected.txt: Added.
* platform/ios-simulator/editing/selection/3690703-expected.png: Added.
* platform/ios-simulator/editing/selection/3690703-expected.txt: Added.
* platform/ios-simulator/editing/selection/3690719-expected.png: Added.
* platform/ios-simulator/editing/selection/3690719-expected.txt: Added.
* platform/ios-simulator/editing/selection/4397952-expected.png: Added.
* platform/ios-simulator/editing/selection/4397952-expected.txt: Added.
* platform/ios-simulator/editing/selection/4889598-expected.png: Added.
* platform/ios-simulator/editing/selection/4889598-expected.txt: Added.
* platform/ios-simulator/editing/selection/4932260-1-expected.png: Added.
* platform/ios-simulator/editing/selection/4932260-1-expected.txt: Added.
* platform/ios-simulator/editing/selection/4932260-2-expected.png: Added.
* platform/ios-simulator/editing/selection/4932260-2-expected.txt: Added.
* platform/ios-simulator/editing/selection/4932260-3-expected.png: Added.
* platform/ios-simulator/editing/selection/4932260-3-expected.txt: Added.
* platform/ios-simulator/editing/selection/4947387-expected.png: Added.
* platform/ios-simulator/editing/selection/4947387-expected.txt: Added.
* platform/ios-simulator/editing/selection/5195166-2-expected.png: Added.
* platform/ios-simulator/editing/selection/5195166-2-expected.txt: Added.
* platform/ios-simulator/editing/selection/7152-1-expected.png: Added.
* platform/ios-simulator/editing/selection/7152-1-expected.txt: Added.
* platform/ios-simulator/editing/selection/7152-2-expected.png: Added.
* platform/ios-simulator/editing/selection/7152-2-expected.txt: Added.
* platform/ios-simulator/editing/selection/after-line-wrap-expected.png: Added.
* platform/ios-simulator/editing/selection/after-line-wrap-expected.txt: Added.
* platform/ios-simulator/editing/selection/extend-by-character-007-expected.txt: Added.
* platform/ios-simulator/editing/selection/focus_editable_html-expected.png: Added.
* platform/ios-simulator/editing/selection/focus_editable_html-expected.txt: Added.
* platform/ios-simulator/editing/selection/iframe-expected.png: Added.
* platform/ios-simulator/editing/selection/iframe-expected.txt: Added.
* platform/ios-simulator/editing/selection/image-before-linebreak-expected.png: Added.
* platform/ios-simulator/editing/selection/image-before-linebreak-expected.txt: Added.
* platform/ios-simulator/editing/selection/inline-table-expected.png: Added.
* platform/ios-simulator/editing/selection/inline-table-expected.txt: Added.
* platform/ios-simulator/editing/selection/leave-requested-block-expected.png: Added.
* platform/ios-simulator/editing/selection/leave-requested-block-expected.txt: Added.
* platform/ios-simulator/editing/selection/mixed-editability-10-expected.txt: Added.
* platform/ios-simulator/editing/selection/mixed-editability-3-expected.png: Added.
* platform/ios-simulator/editing/selection/mixed-editability-3-expected.txt: Added.
* platform/ios-simulator/editing/selection/mixed-editability-4-expected.png: Added.
* platform/ios-simulator/editing/selection/mixed-editability-4-expected.txt: Added.
* platform/ios-simulator/editing/selection/mixed-editability-5-expected.png: Added.
* platform/ios-simulator/editing/selection/mixed-editability-5-expected.txt: Added.
* platform/ios-simulator/editing/selection/mixed-editability-8-expected.png: Added.
* platform/ios-simulator/editing/selection/mixed-editability-8-expected.txt: Added.
* platform/ios-simulator/editing/selection/mixed-editability-9-expected.png: Added.
* platform/ios-simulator/editing/selection/mixed-editability-9-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-3875618-fix-expected.png: Added.
* platform/ios-simulator/editing/selection/move-3875618-fix-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-3875641-fix-expected.png: Added.
* platform/ios-simulator/editing/selection/move-3875641-fix-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-backwords-by-word-001-expected.png: Added.
* platform/ios-simulator/editing/selection/move-backwords-by-word-001-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-between-blocks-no-001-expected.png: Added.
* platform/ios-simulator/editing/selection/move-between-blocks-no-001-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-between-blocks-yes-001-expected.png: Added.
* platform/ios-simulator/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-by-character-001-expected.png: Added.
* platform/ios-simulator/editing/selection/move-by-character-001-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-by-character-002-expected.png: Added.
* platform/ios-simulator/editing/selection/move-by-character-002-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-by-character-003-expected.png: Added.
* platform/ios-simulator/editing/selection/move-by-character-003-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-by-character-004-expected.png: Added.
* platform/ios-simulator/editing/selection/move-by-character-004-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-by-character-005-expected.png: Added.
* platform/ios-simulator/editing/selection/move-by-character-005-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-by-character-6-expected.png: Added.
* platform/ios-simulator/editing/selection/move-by-character-6-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-by-sentence-001-expected.png: Added.
* platform/ios-simulator/editing/selection/move-by-sentence-001-expected.txt: Added.
* platform/ios-simulator/editing/selection/move-past-trailing-space-expected.png: Added.
* platform/ios-simulator/editing/selection/move-past-trailing-space-expected.txt: Added.
* platform/ios-simulator/editing/selection/previous-line-position-expected.png: Added.
* platform/ios-simulator/editing/selection/previous-line-position-expected.txt: Added.
* platform/ios-simulator/editing/selection/range-between-block-and-inline-expected.png: Added.
* platform/ios-simulator/editing/selection/replaced-boundaries-1-expected.png: Added.
* platform/ios-simulator/editing/selection/replaced-boundaries-1-expected.txt: Added.
* platform/ios-simulator/editing/selection/replaced-boundaries-2-expected.png: Added.
* platform/ios-simulator/editing/selection/replaced-boundaries-2-expected.txt: Added.
* platform/ios-simulator/editing/selection/replaced-boundaries-3-expected.png: Added.
* platform/ios-simulator/editing/selection/replaced-boundaries-3-expected.txt: Added.
* platform/ios-simulator/editing/selection/select-all-005-expected.png: Added.
* platform/ios-simulator/editing/selection/select-all-005-expected.txt: Added.
* platform/ios-simulator/editing/selection/select-all-006-expected.png: Added.
* platform/ios-simulator/editing/selection/select-all-006-expected.txt: Added.
* platform/ios-simulator/editing/selection/select-box-expected.png: Added.
* platform/ios-simulator/editing/selection/select-box-expected.txt: Added.
* platform/ios-simulator/editing/selection/select-element-paragraph-boundary-expected.png: Added.
* platform/ios-simulator/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
* platform/ios-simulator/editing/selection/selection-3748164-fix-expected.png: Added.
* platform/ios-simulator/editing/selection/selection-3748164-fix-expected.txt: Added.
* platform/ios-simulator/editing/selection/table-caret-1-expected.png: Added.
* platform/ios-simulator/editing/selection/table-caret-1-expected.txt: Added.
* platform/ios-simulator/editing/selection/table-caret-2-expected.png: Added.
* platform/ios-simulator/editing/selection/table-caret-2-expected.txt: Added.
* platform/ios-simulator/editing/selection/table-caret-3-expected.png: Added.
* platform/ios-simulator/editing/selection/table-caret-3-expected.txt: Added.
* platform/ios-simulator/editing/selection/unrendered-space-expected.png: Added.
* platform/ios-simulator/editing/selection/unrendered-space-expected.txt: Added.
* platform/ios-simulator/editing/unsupported-content: Added.
* platform/ios-simulator/editing/unsupported-content/list-type-after-expected.png: Added.
2015-05-18 Myles C. Maxfield <mmaxfield@apple.com>
Improve coverage of platform/mac/fast/text/font-weights.html
https://bugs.webkit.org/show_bug.cgi?id=145152
Reviewed by Anders Carlsson.
Add coverage of italics.
* platform/mac/fast/text/font-weights-expected.txt:
* platform/mac/fast/text/font-weights.html:
2015-05-18 Myles C. Maxfield <mmaxfield@apple.com>
platform/mac/fast/text/font-weights.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=145149
Reviewed by Alexey Proskuryakov.
* platform/mac/TestExpectations:
2015-05-18 Filip Pizlo <fpizlo@apple.com>
Add a Int-or-Boolean speculation to Branch
https://bugs.webkit.org/show_bug.cgi?id=145134
Reviewed by Benjamin Poulain.
Added the reduced asm.js test case from https://bugs.webkit.org/show_bug.cgi?id=144136. We don't yet
run it as fast as we should but this is a big step.
* js/regress/script-tests/slow-ternaries.js: Added.
(.f):
(asmMod):
* js/regress/slow-ternaries-expected.txt: Added.
* js/regress/slow-ternaries.html: Added.
2015-05-17 Benjamin Poulain <benjamin@webkit.org>
[JSC] Make StringRecursionChecker faster in the simple cases without any recursion
https://bugs.webkit.org/show_bug.cgi?id=145102
Reviewed by Darin Adler.
Improve the coverage a tiny bit.
* js/array-string-recursion-expected.txt: Added.
* js/array-string-recursion.html: Added.
* js/script-tests/array-string-recursion.js: Added.
2015-05-17 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Add scrollbar width in intrinsic logical widths computation
https://bugs.webkit.org/show_bug.cgi?id=145021
Reviewed by Sergio Villar Senin.
* fast/css-grid-layout/compute-intrinsic-widths-scrollbar-expected.txt: Added.
* fast/css-grid-layout/compute-intrinsic-widths-scrollbar.html: Added.
2015-05-16 Zalan Bujtas <zalan@apple.com>
REGRESSION (Subpixel): Dashed underline is missing when box is positioned at subpixels.
https://bugs.webkit.org/show_bug.cgi?id=145097
rdar://problem/18588415
Reviewed by Simon Fraser.
Dashed and dotted border painting needs clipping in order to properly display corners.
Similarly to solid border's quad calculation, we pixelsnap the border positions before computing the clipping quad values.
* fast/borders/dashed-border-on-subpixel-position-expected.html: Added.
* fast/borders/dashed-border-on-subpixel-position.html: Added.
* fast/borders/dotted-border-on-subpixel-position-expected.html: Added.
* fast/borders/dotted-border-on-subpixel-position.html: Added.
2015-05-15 Sam Weinig <sam@webkit.org>
Add getElementById to DocumentFragment
https://bugs.webkit.org/show_bug.cgi?id=145094
Reviewed by Alexey Proskuryakov.
* fast/dom/DocumentFragment/getElementById-expected.txt: Added.
* fast/dom/DocumentFragment/getElementById.html: Added.
2015-05-15 Antti Koivisto <antti@apple.com>
When redirecting to data URL use HTTP response for same origin policy checks
https://bugs.webkit.org/show_bug.cgi?id=145054
rdar://problem/20299050
Reviewed by Alexey Proskuryakov.
* http/tests/security/canvas-remote-read-data-url-image-redirect-expected.txt: Added.
* http/tests/security/canvas-remote-read-data-url-image-redirect.html: Added.
2015-05-15 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r183300): Background missing on top links on apple.com
https://bugs.webkit.org/show_bug.cgi?id=145079
rdar://problem/20914252
Reviewed by Tim Horton.
Re-land.
* compositing/visible-rect/backing-change-height-from-zero-expected.txt: Added.
* compositing/visible-rect/backing-change-height-from-zero.html: Added.
2015-05-15 Myles C. Maxfield <mmaxfield@apple.com>
Test the interaction between font-family and font-weight
https://bugs.webkit.org/show_bug.cgi?id=145078
Reviewed by Dean Jackson.
This test is designed to test the interaction between font-family and font-weight. In particular,
our implementation of font-family accepts PostScript names, which may name a font with a particular
weight. However, there is another CSS property, font-weight, in which the author may also name a
particular weight. Our font selection algorithm takes both of these signals into account when
choosing fonts.
There is currently no good way in JavaScript to find the actual font chosen for some text.
Therefore, the best way to test this aspect of the font selection algorithm is to dump the render
tree, therefore testing glyph advances (which are a property of font weight).
* platform/mac/fast/text/font-weights-expected.txt: Added.
* platform/mac/fast/text/font-weights.html: Added.
2015-05-15 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r184421.
https://bugs.webkit.org/show_bug.cgi?id=145087
Introduced 42 layout test failures (Requested by rniwa on
#webkit).
Reverted changeset:
"REGRESSION (r183300): Background missing on top links on
apple.com"
https://bugs.webkit.org/show_bug.cgi?id=145079
http://trac.webkit.org/changeset/184421
2015-05-15 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r183300): Background missing on top links on apple.com
https://bugs.webkit.org/show_bug.cgi?id=145079
rdar://problem/20914252
Reviewed by Tim Horton.
Composited box that toggles to a non-zero height and dumps layers.
* compositing/visible-rect/backing-change-height-from-zero-expected.txt: Added.
* compositing/visible-rect/backing-change-height-from-zero.html: Added.
2015-05-15 Sam Weinig <sam@webkit.org>
Move HTMLElement's children property to ParentNode
https://bugs.webkit.org/show_bug.cgi?id=145072
Reviewed by Chris Dumez.
* fast/dom/ParentNode-children-expected.txt: Added.
* fast/dom/ParentNode-children.html: Added.
Test children on Element, Document and DocumentFragment.
* fast/dom/xmlserializer-serialize-to-string-exception-expected.txt:
Update results since document.children is no longer undefined.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
Update results.
2015-05-15 Zalan Bujtas <zalan@apple.com>
White edge on animating panel on http://rokkosunnyvale.com
https://bugs.webkit.org/show_bug.cgi?id=144986
rdar://problem/20907683
Reviewed by Simon Fraser.
Background image geometry calculation needs to be based on the final painting size of the container
in order to accurately compute tile sizes, repeating positions etc.
The container's size is pixelsnapped at painting using absolute coordinates. This patch
ensures that we snap to the same size while computing background geometry.
* fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position-expected.html: progression.
* fast/images/background-image-size-changes-fractional-position-expected.html: Added.
* fast/images/background-image-size-changes-fractional-position.html: Added.
2015-05-15 Marcos Chavarría Teijeiro <mchavarria@igalia.com>
[GTK] Gardening 15th May.
https://bugs.webkit.org/show_bug.cgi?id=145047
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/fast/events/ghostly-mousemoves-in-subframe-expected.txt: Added.
2015-05-15 Ryosuke Niwa <rniwa@webkit.org>
Removed failing test expectations from passing tests.
* TestExpectations:
* platform/mac/TestExpectations:
2015-05-14 Zalan Bujtas <zalan@apple.com>
Images on www.fitstylelife.com jiggle on hover.
https://bugs.webkit.org/show_bug.cgi?id=145020
rdar://problem/20885337
Reviewed by Simon Fraser.
This patch ensures that the clipping layer of a composited content is pixel snapped properly.
* compositing/composited-parent-clipping-layer-on-subpixel-position-expected.html: Added.
* compositing/composited-parent-clipping-layer-on-subpixel-position.html: Added.
* compositing/parent-clipping-layer-on-subpixel-position-expected.html: Added.
* compositing/parent-clipping-layer-on-subpixel-position.html: Added.
2015-05-14 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r183794): Garbage tiles when body background switches to fixed
https://bugs.webkit.org/show_bug.cgi?id=145032
rdar://problem/20963679
Reviewed by Dean Jackson.
Test that toggles the attachment of the body background to fixed, then dumps layers.
* platform/mac-wk2/tiled-drawing/toggle-to-fixed-background-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/toggle-to-fixed-background.html: Added.
2015-05-13 Ryosuke Niwa <rniwa@webkit.org>
Crash in ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline
https://bugs.webkit.org/show_bug.cgi?id=119068
Reviewed by Enrica Casucci.
Added a test based on https://chromium.googlesource.com/chromium/blink/+/3500267482e60550ce84fadd6c0db883937ce744
* editing/inserting/insert-table-in-paragraph-crash-expected.txt: Added.
* editing/inserting/insert-table-in-paragraph-crash.html: Added.
2015-05-14 Myles C. Maxfield <mmaxfield@apple.com>
[Mac] Expose more font weights for -apple-system
https://bugs.webkit.org/show_bug.cgi?id=144707
Reviewed by Simon Fraser.
* platform/mac/fast/text/systemFont-expected.txt: Update expectations.
* platform/mac/fast/text/systemFont.html: Update test to include font weights for -apple-system.
* platform/mac/fast/css/css2-system-fonts-expected.txt: Updated to not hardcode the system font family name.
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt: Ditto.
* platform/mac/fast/forms/select/optgroup-rendering-expected.txt: Updated to not use synthetic bold.
* platform/mac/fast/forms/validation-message-appearance-expected.txt: Ditto.
2015-05-14 Filip Pizlo <fpizlo@apple.com>
Unreviewed, skip js/regress-141098.html. The fix will be tracked in https://bugs.webkit.org/show_bug.cgi?id=145007
* TestExpectations:
2015-05-14 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unskip passing AX tests since r184198
Unreviewed EFL gardening.
* platform/efl/TestExpectations: Two AX tests have been passed since r184198.
2015-05-13 Joseph Pecoraro <pecoraro@apple.com>
ES6: Allow duplicate property names
https://bugs.webkit.org/show_bug.cgi?id=142895
Reviewed by Geoffrey Garen.
* js/object-literal-duplicate-properties-expected.txt: Added.
* js/object-literal-duplicate-properties.html: Added.
* js/script-tests/object-literal-duplicate-properties.js: Added.
Include a new test all about testing duplicate property names
and their expected cascading results.
* ietestcenter/Javascript/11.1.5_4-4-b-1-expected.txt:
* ietestcenter/Javascript/11.1.5_4-4-b-2-expected.txt:
* ietestcenter/Javascript/11.1.5_4-4-c-1-expected.txt:
* ietestcenter/Javascript/11.1.5_4-4-c-2-expected.txt:
* ietestcenter/Javascript/11.1.5_4-4-d-1-expected.txt:
* ietestcenter/Javascript/11.1.5_4-4-d-2-expected.txt:
* ietestcenter/Javascript/11.1.5_4-4-d-3-expected.txt:
* ietestcenter/Javascript/11.1.5_4-4-d-4-expected.txt:
ES5 behavior for duplciate properties has changed.
* js/mozilla/strict/11.1.5-expected.txt:
* js/object-literal-syntax-expected.txt:
* js/script-tests/object-literal-syntax.js:
Update other tests and values now that duplicate properties
are allowed, and their cascade order behaves correctly.
2015-05-13 Antti Koivisto <antti@apple.com>
Cached CSS image resources don't show up after reloading <http://nightly.webkit.org/start/>
https://bugs.webkit.org/show_bug.cgi?id=144952
Reviewed by Oliver Hunt.
* http/tests/cache/resources/non-shareable.css: Added.
(#foo):
(#bar):
(#test1):
(#test2):
* http/tests/cache/resources/shareable.css: Added.
(#foo):
(#bar):
(#test1):
(#test2):
* http/tests/cache/resources/stylesheet-html.php: Added.
* http/tests/cache/stylesheet-sharing-expected.txt: Added.
* http/tests/cache/stylesheet-sharing.html: Added.
2015-05-13 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r183770): Crash inside WebEditorClient::shouldApplyStyle when applying underline
https://bugs.webkit.org/show_bug.cgi?id=144949
Reviewed by Darin Adler.
Added a test that emulates underlining of text by the user. Unlike document.execCommand,
testRunner.execCommand simulates a user initiated editing command and therefore invokes
shouldApplyStyle.
* editing/style/underline-by-user-expected.txt: Added.
* editing/style/underline-by-user.html: Added.
2015-05-13 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement String.raw
https://bugs.webkit.org/show_bug.cgi?id=144330
Reviewed by Filip Pizlo.
Add String.raw.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2015-05-12 Alexey Proskuryakov <ap@apple.com>
fast/text/simple-line-layout-text-stroke-width.html fails on Windows
* platform/win/TestExpectations: Mark it as such. The tets likely needs to be
improved to work cross-platform.
2015-05-12 Filip Pizlo <fpizlo@apple.com>
js/dom/stack-trace.html fails with eager compilation
https://bugs.webkit.org/show_bug.cgi?id=144853
Reviewed by Benjamin Poulain.
Make a copy of the stack-trace test that only runs in run-jsc-stress-tests. Sadly, we don't
have a good way of having different expectation files for when a test runs in RJST versus
RWT. So, the approach I take is that I make a copy of the test just for RJST and I exclude
the .html file, which makes RWT overlook it. The test has different expectations in the
two harnesses because it does some small DOM things.
* js/script-tests/stack-trace.js: Added.
* js/stack-trace-expected.txt: Added.
2015-05-12 Joanmarie Diggs <jdiggs@igalia.com>
AX: [Win] REGRESSION(r184213) breaks aria-menubar-menuitems.html
https://bugs.webkit.org/show_bug.cgi?id=144936
Unreviewed gardening.
Adding the platform-specific expectations for Windows now that the
accessibility tree is being correctly generated for this test.
* platform/win/accessibility/aria-menubar-menuitems-expected.txt: Added.
2015-05-12 Joanmarie Diggs <jdiggs@igalia.com>
AX: [Win] REGRESSION(r184213) breaks aria-menubar-menuitems.html
https://bugs.webkit.org/show_bug.cgi?id=144936
Reviewed by Chris Fleizach.
Use focusedElement + childAtIndex rather than accessibleElementById
as the latter seems to be failing, and the former worked on Windows
to get the menubar in the original version of this test.
* accessibility/aria-menubar-menuitems.html: Modified.
2015-05-12 Zalan Bujtas <zalan@apple.com>
REGRESSION(r175617): Some text doesn't render on internationalculinarycenter.com
https://bugs.webkit.org/show_bug.cgi?id=144917
rdar://problem/20545878
Reviewed by Andreas Kling.
This patch ensures that text stroke width value is taken into account while
calculating visual overflow for simple line layout.
Ceiling the text stroke width value matches the normal text layout behaviour.
* fast/text/simple-line-layout-text-stroke-width-expected.txt: Added.
* fast/text/simple-line-layout-text-stroke-width.html: Added.
2015-05-12 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] ARIA menu items should not have anonymous block children
https://bugs.webkit.org/show_bug.cgi?id=144653
Reviewed by Chris Fleizach.
The existing test was not cross-platform friendly and was rewritten as
part of the fix for this bug. New expectations were generated for Mac,
Efl, and Gtk. The shared expectations and the Windows expectations were
removed so as not to break the Win port. The search-predicate test also
was updated because it included an ARIA treeitem which had a listmarker
child it should not have, and no longer has as a result of the bug fix.
* accessibility/aria-menubar-menuitems-expected.txt: Removed. Platform hierarchies vary vastly.
* accessibility/aria-menubar-menuitems.html: Rewritten to work better as a shared test.
* platform/efl/accessibility/aria-menubar-menuitems-expected.txt: Added.
* platform/gtk/accessibility/aria-menubar-menuitems-expected.txt: Added.
* platform/mac/accessibility/aria-menubar-menuitems-expected.txt: Modified as result of rewrite.
* platform/mac/accessibility/search-predicate.html: Modified to reflect correct treeitem children.
* platform/mac/accessibility/search-predicate-expected.txt: Modified to reflect correct treeitem children.
* platform/win/accessibility/aria-menubar-menuitems-expected.txt: Removed. New file should be generated.
* resources/accessibility-helper.js: Added an argument so dumpAccessibilityTree can print title rather than value.
(dumpAccessibilityTree):
2015-05-12 Alexey Proskuryakov <ap@apple.com>
fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155
* platform/mac-wk2/TestExpectations: Marking as flaky for now.
2015-05-12 Joanmarie Diggs <jdiggs@igalia.com>
AX: [GTK] Defer to WebCore Accessibility for table exposure
https://bugs.webkit.org/show_bug.cgi?id=144896
Reviewed by Chris Fleizach.
Several platform tests are testing accessibility of tables. In order to ensure
that those tables continue to be exposed as tables, a border was added so that
they are not judged to be layout tables. For the remainder of the tests, the
expectations were updated to reflect the fact that layout tables are no longer
exposed as AccessibilityTables in WebKitGtk.
* platform/gtk/accessibility/caret-offsets.html: Added border to table.
* platform/gtk/accessibility/table-detection-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/table-hierarchy-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/table-one-cell-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/table-with-rules-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/text-for-range-table-cells.html: Added border to table.
* platform/gtk/accessibility/text-for-table.html: Added border to table.
2015-05-12 Joanmarie Diggs <jdiggs@igalia.com>
[GTK][WK2] rowAtIndex is not implemented in DRT/WKTR
https://bugs.webkit.org/show_bug.cgi?id=116971
Reviewed by Chris Fleizach.
* platform/gtk/TestExpectations: Removed previously-failing test.
2015-05-12 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Rebaseline some editing tests
Also add some missing baselines.
* platform/efl/editing/execCommand/5142012-1-expected.png:
* platform/efl/editing/execCommand/5142012-1-expected.txt:
* platform/efl/editing/inserting/insert-at-end-02-expected.png:
* platform/efl/editing/inserting/insert-at-end-02-expected.txt:
2015-05-12 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableStream reader should not be disposable when having pending promises
https://bugs.webkit.org/show_bug.cgi?id=144869
Reviewed by Darin Adler.
* streams/readable-stream-gc.html:
* streams/readable-stream-gc-expected.txt:
2015-05-11 Zalan Bujtas <zalan@apple.com>
Text is misplaced when custom font does not have space glyph.
https://bugs.webkit.org/show_bug.cgi?id=144879
Reviewed by Myles C. Maxfield
This patch ensures that we use fallback font for the missing space glyph only when the rendered text has space in it.
If a font does not provide all the glyphs required to render the associated text, we initiate fallback fonts. It is done while
measuring the text at layout time. However due to the fact that we always pre-measure space, a font with no space glyph in it is never sufficient.
(even when the text does not require space at all)
Fallback fonts impact line positions through ascent/descent calculation.
* fast/ruby/ruby-expansion-cjk-2-expected.html: progression
* fast/ruby/ruby-expansion-cjk-3-expected.html: progression
* fast/ruby/ruby-expansion-cjk-4-expected.html: progression
* fast/ruby/ruby-expansion-cjk-5-expected.html: progression
* fast/ruby/ruby-expansion-cjk-expected.html: progression
* fast/text/font-with-no-space-glyph-expected.html: Added.
* fast/text/font-with-no-space-glyph.html: Added.
* platform/mac/svg/fonts/svg-font-general-expected.html: progression
2015-05-11 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Always include rows in the tree of accessible tables
https://bugs.webkit.org/show_bug.cgi?id=144885
Reviewed by Chris Fleizach.
Update the expectations to reflect the rows which are now included in the tree.
* platform/efl/accessibility/table-attributes-expected.txt: Updated.
* platform/efl/accessibility/table-cell-spans-expected.txt: Updated.
* platform/efl/accessibility/table-cells-expected.txt: Updated.
* platform/efl/accessibility/table-sections-expected.txt: Updated.
* platform/gtk/accessibility/table-attributes-expected.txt: Updated.
* platform/gtk/accessibility/table-cell-spans-expected.txt: Updated.
* platform/gtk/accessibility/table-cells-expected.txt: Updated.
* platform/gtk/accessibility/table-sections-expected.txt: Updated.
2015-05-11 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Need expectation files for menu-list-crash2.html for Gtk and Efl
https://bugs.webkit.org/show_bug.cgi?id=144881
Unreviewed GTK+ and EFL gardening.
* platform/efl/accessibility/menu-list-crash2-expected.txt: Added.
* platform/gtk/accessibility/menu-list-crash2-expected.txt: Added.
2015-05-11 Andreas Kling <akling@apple.com>
Add a Windows-specific result for the new accessibility/menu-list-crash2.html test.
* platform/win/accessibility/menu-list-crash2-expected.txt: Added.
2015-05-11 Alex Christensen <achristensen@webkit.org>
[Content Extensions] Support domain-specific rules and exceptions.
https://bugs.webkit.org/show_bug.cgi?id=144833
Reviewed by Darin Adler.
* http/tests/contentextensions/domain-rules-expected.txt: Added.
* http/tests/contentextensions/domain-rules.html: Added.
* http/tests/contentextensions/domain-rules.html.json: Added.
2015-05-10 Filip Pizlo <fpizlo@apple.com>
We shouldn't promote LoadVarargs to a sequence of GetStacks and PutStacks if doing so would exceed the LoadVarargs' limit
https://bugs.webkit.org/show_bug.cgi?id=144851
Reviewed by Michael Saboff.
* js/regress/load-varargs-elimination-expected.txt: Added.
* js/regress/load-varargs-elimination.html: Added.
* js/regress/script-tests/load-varargs-elimination.js: Added.
(foo):
(bar):
(baz):
* js/regress/sink-huge-activation-expected.txt: Added.
* js/regress/sink-huge-activation.html: Added.
2015-05-11 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 11th May.
https://bugs.webkit.org/show_bug.cgi?id=144863
Unreviewed.
* platform/gtk/TestExpectations:
2015-05-11 Chris Fleizach <cfleizach@apple.com>
AX: Crash at WebCore::AccessibilityMenuList::addChildren()
https://bugs.webkit.org/show_bug.cgi?id=144860
Reviewed by Mario Sanchez Prada.
* accessibility/menu-list-crash2-expected.txt: Added.
* accessibility/menu-list-crash2.html: Added.
2015-05-11 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 7th May.
https://bugs.webkit.org/show_bug.cgi?id=144735
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/media/video-controls-no-scripting-expected.txt: Added.
2015-05-10 Simon Fraser <simon.fraser@apple.com>
background-position sometimes doesn't work properly with background-attachment: fixed
https://bugs.webkit.org/show_bug.cgi?id=103757
rdar://problem/18749925
Reviewed by Darin Adler.
Tests various configurations for painting the fixed backgrounds. The existing test was
actually wrong, so fixed to use a gradient (so you can see where the edges of the image are),
and be valid. Testing is complicated by the fact that setting top content inset actually
causes the snapshot to be inset at the top.
* platform/mac-wk2/tiled-drawing/resources/bordered-image.png: Added.
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover-expected.html: Added.
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover-local-expected.html: Added.
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover-local.html: Copied from LayoutTests/platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment.html.
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-cover.html: Added.
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-expected.html:
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-local-expected.html: Added.
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-local.html: Added.
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-positioned-expected.html: Added.
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment-positioned.html: Added.
* platform/mac-wk2/tiled-drawing/top-content-inset-fixed-attachment.html:
2015-05-10 Martin Robinson <mrobinson@igalia.com>
[GTK] fast/events/page-visibility-transition-test.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=114789
Reviewed by Darin Adler.
* platform/gtk/TestExpectations: Unskip failing tests.
2015-05-10 Chris Fleizach <cfleizach@apple.com>
AX: Don't expose elements as data tables just because they use display: table
https://bugs.webkit.org/show_bug.cgi?id=144804
Reviewed by Mario Sanchez Prada.
* accessibility/css-table-ignored-expected.txt: Added.
* accessibility/css-table-ignored.html: Added.
2015-05-09 Chris Dumez <cdumez@apple.com>
Introduce ParentNode.idl / NonDocumentTypeChildNode.idl
https://bugs.webkit.org/show_bug.cgi?id=144825
Reviewed by Sam Weinig.
Rebaseline test as the order of the methods changed when iterating.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
2015-05-08 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
streams/reference-implementation/readable-stream-reader.html and streams/reference-implementation/bad-underlying-sources.html are flaky
https://bugs.webkit.org/show_bug.cgi?id=144813
Reviewed by Alexey Proskuryakov.
Removed small timeouts for tests that went from TIMEOUT to PASS thanks to other patches.
* streams/reference-implementation/bad-underlying-sources.html:
* streams/reference-implementation/readable-stream-reader.html:
2015-05-08 Alexey Proskuryakov <ap@apple.com>
Update results after Sam's patch, the order of properties changed.
* js/dom/dom-static-property-for-in-iteration-expected.txt:
2015-05-08 Sam Weinig <sam@webkit.org>
Element Traversal is not just Elements anymore
https://bugs.webkit.org/show_bug.cgi?id=144822
Reviewed by Simon Fraser.
Add new tests for element traversal functions on Document, DocumentFragment and CharacterData.
* fast/dom/element-traversal-on-character-data-expected.txt: Added.
* fast/dom/element-traversal-on-character-data.html: Added.
* fast/dom/element-traversal-on-document-expected.txt: Added.
* fast/dom/element-traversal-on-document-fragment-expected.txt: Added.
* fast/dom/element-traversal-on-document-fragment.html: Added.
* fast/dom/element-traversal-on-document.html: Added.
2015-05-08 Martin Robinson <mrobinson@igalia.com>
Unreviewed GTK+ gardening
* platform/gtk/TestExpectations: Unskip a test that was failing only because the shared
baseline had a failure in it.
* platform/gtk/fast/events/event-attribute-expected.txt: Added.
2015-05-08 Martin Robinson <mrobinson@igalia.com>
Unreviewed GTK+ gardening
* platform/gtk/TestExpectations: Un-expectation some tests that are now passing.
2015-05-08 Martin Robinson <mrobinson@igalia.com>
Unreviewed GTK+ gardening
Remove expectations for tests that are also skipped for all WebKit2
ports. This will more easily allow us to handle them when they are
eventually (if at all) unskipped for WebKit2.
* platform/gtk/TestExpectations:
2015-05-08 Martin Robinson <mrobinson@igalia.com>
[GTK] Some tests fail because they do not assume the popup menu captures click events
https://bugs.webkit.org/show_bug.cgi?id=40601
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: Unskip tests that are passing now
and classify remaining failures.
* platform/gtk/editing/selection/5354455-2-expected.txt: Rebaselined.
* platform/gtk/editing/selection/doubleclick-crash-expected.png: Rebaseline.
* platform/gtk/editing/selection/doubleclick-crash-expected.txt: Rebaseline.
* platform/gtk/editing/selection/user-select-all-image-with-single-click-expected.txt: Rebaselined.
* platform/gtk/editing/selection/user-select-all-with-single-click-expected.txt: Rebaselined.
* platform/gtk/fast/events/mouseup-from-button2-expected.txt: Rebaseline.
* platform/gtk/fast/events/shadow-event-path-2-expected.txt: Rebaseline.
* platform/gtk/fast/events/shadow-event-path-expected.txt: Rebaseline.
* platform/gtk/fast/events/updateLayoutForHitTest-expected.txt: Rebaselined.
2015-05-08 Brent Fulgham <bfulgham@apple.com>
[WK2] Scroll-snap tests timeout intermittently for overflow scroll cases
https://bugs.webkit.org/show_bug.cgi?id=144811
* platform/mac-wk2/TestExpectations: Mark tests as flaky.
2015-05-08 Chris Dumez <cdumez@apple.com>
Throttle RequestAnimationFrame in subframes that are outside the viewport
https://bugs.webkit.org/show_bug.cgi?id=144718
<rdar://problem/20688782>
Reviewed by Simon Fraser.
* fast/animation/request-animation-frame-throttle-subframe-display-none-expected.txt: Added.
* fast/animation/request-animation-frame-throttle-subframe-display-none.html: Added.
Add layout test to test that RequestAnimationFrame is properly throttled
in "display: none" subframes.
* fast/animation/request-animation-frame-throttle-subframe-expected.txt: Added.
* fast/animation/request-animation-frame-throttle-subframe.html: Added.
Add layout test to test that RequestAnimationFrame is properly throttled
in frames that are outside the viewport.
* fast/animation/resources/requestAnimationFrame-frame-2.html: Added.
* fast/animation/resources/requestAnimationFrame-frame.html: Added.
* platform/win/TestExpectations:
Skip the 2 new tests on Windows as requestAnimationFrame throttling is
only supported on Cocoa.
2015-05-08 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] WTR doesn't correctly handle the Escape key
https://bugs.webkit.org/show_bug.cgi?id=144788
Reviewed by Martin Robinson.
Unskip editing/selection/5354455-1.html.
* platform/gtk/TestExpectations:
2015-05-08 Hyungwook Lee <hyungwook.lee@navercorp.com>
[Win] Unskip passing test case after r183981
https://bugs.webkit.org/show_bug.cgi?id=140517
Reviewed by Brent Fulgham.
* platform/win/TestExpectations:
2015-05-08 Gyuyoung Kim <gyuyoung.kim@webkit.org>
Unreviewed EFL gardening on 8th May.
Mark flaky tests and timeout tests after using xorgdriver on EFL port.
* platform/efl/TestExpectations:
2015-05-08 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableStream constructor start function should be able to error the stream
https://bugs.webkit.org/show_bug.cgi?id=141162
Reviewed by Darin Adler.
* streams/readable-stream-controller-error-expected.txt: Added.
* streams/readable-stream-controller-error.html: Added.
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
2015-05-08 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183985.
https://bugs.webkit.org/show_bug.cgi?id=144796
broke loader/go-back-to-different-window-size.html (Requested
by kling on #webkit).
Reverted changeset:
"Throttle RequestAnimationFrame in subframes that are outside
the viewport"
https://bugs.webkit.org/show_bug.cgi?id=144718
http://trac.webkit.org/changeset/183985
2015-05-08 Csaba Osztrogonác <ossy@webkit.org>
REGRESSION(r183072): dfg-put-by-id-prototype-check.js.layout-dfg-eager-no-cjit fails on AArch64 Linux
https://bugs.webkit.org/show_bug.cgi?id=144256
Unreviewed gardening, skip the failing test on AArch64 Linux.
* js/script-tests/dfg-put-by-val-direct-to-generic-array.js:
2015-05-07 Chris Dumez <cdumez@apple.com>
Throttle RequestAnimationFrame in subframes that are outside the viewport
https://bugs.webkit.org/show_bug.cgi?id=144718
<rdar://problem/20688782>
Reviewed by Simon Fraser.
* fast/animation/request-animation-frame-throttle-subframe-display-none-expected.txt: Added.
* fast/animation/request-animation-frame-throttle-subframe-display-none.html: Added.
Add layout test to test that RequestAnimationFrame is properly throttled
in "display: none" subframes.
* fast/animation/request-animation-frame-throttle-subframe-expected.txt: Added.
* fast/animation/request-animation-frame-throttle-subframe.html: Added.
Add layout test to test that RequestAnimationFrame is properly throttled
in frames that are outside the viewport.
* fast/animation/resources/requestAnimationFrame-frame-2.html: Added.
* fast/animation/resources/requestAnimationFrame-frame.html: Added.
2015-05-07 Yoav Weiss <yoav@yoav.ws>
Calculate source-size length as a float
https://bugs.webkit.org/show_bug.cgi?id=144766
Reviewed by Dean Jackson.
Add tests that make sure fractional source-size lengths are supported
and are calculated as floats.
* fast/dom/HTMLImageElement/sizes/image-sizes-1x-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-1x.html:
* fast/dom/HTMLImageElement/sizes/image-sizes-2x-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-2x.html:
2015-05-07 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183895.
https://bugs.webkit.org/show_bug.cgi?id=144786
Many tests became flaky (Requested by ap on #webkit).
Reverted changeset:
"Expose more font weights for -apple-system"
https://bugs.webkit.org/show_bug.cgi?id=144707
http://trac.webkit.org/changeset/183895
2015-05-07 Martin Robinson <mrobinson@igalia.com>
Remove touchadjustment tests
https://bugs.webkit.org/show_bug.cgi?id=144780
Reviewed by Daniel Bates.
These tests test a feature that has been removed from WebKit entirely and all
ports skip the tests. This code was removed in http://trac.webkit.org/changeset/162231.
* platform/efl/TestExpectations: Remove expectations.
* platform/gtk/TestExpectations: Ditto.
* platform/ios-simulator/TestExpectations: Ditto.
* platform/mac/TestExpectations: Ditto.
* platform/win/TestExpectations: Ditto.
* platform/wincairo/TestExpectations:
* touchadjustment: Removed all files in this directory.
2015-05-07 Simon Fraser <simon.fraser@apple.com>
New results after r183970. Fixed elements are now always considered to intersect
the coverage rect.
* platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt:
2015-05-07 Sam Weinig <sam@webkit.org>
Consider implementing Document.scrollingElement
<rdar://problem/20845213>
https://bugs.webkit.org/show_bug.cgi?id=143609
Reviewed by Simon Fraser.
* fast/dom/Document/scrollingElement-quirks-mode-expected.txt: Added.
* fast/dom/Document/scrollingElement-quirks-mode.html: Added.
* fast/dom/Document/scrollingElement-standards-mode-expected.txt: Added.
* fast/dom/Document/scrollingElement-standards-mode.html: Added.
2015-05-07 Said Abou-Hallawa <sabouhallawa@apple.com>
Applying a filter on an SVG element, which is larger than 4096 pixels, causes this element to be rendered shifted to the left
https://bugs.webkit.org/show_bug.cgi?id=144335
Reviewed by Darin Adler.
* svg/filters/big-sized-off-viewport-filter-expected.svg: Added.
* svg/filters/big-sized-off-viewport-filter.svg: Added.
Ensure when applying a filter on a large SVG element, the viewport of the
SVG includes the correct drawing part of this element.
2015-05-07 Yoav Weiss <yoav@yoav.ws>
Handle meta viewport in HTMLPreloadScanner
https://bugs.webkit.org/show_bug.cgi?id=144640
Reviewed by Dean Jackson.
Added a layout test that is simply calling an internals method
that tests the HTMLPreloadScanner.
* fast/dom/HTMLMetaElement/meta-preloader-expected.txt: Added.
* fast/dom/HTMLMetaElement/meta-preloader.html: Added.
2015-05-07 Zalan Bujtas <zalan@apple.com>
REGRESSION (r164449): Subpixel rendering: http://www.apple.com/iphone-6/ "Faster wireless." image displays vertical black line on 1x displays at specific window width.
https://bugs.webkit.org/show_bug.cgi?id=144723
rdar://problem/18307094
Reviewed by Simon Fraser.
This patch ensures that the backing store's graphics layer is always positioned on a device pixel boundary.
While calculating the backing store's graphics layer location, its ancestor layer's compositing bounds is taken into account.
However the compositing bounds is an unsnapped value, so in order to place the graphics layer properly,
we need to pixel align the ancestor compositing bounds before using it to adjust the child's graphics layer position.
* compositing/ancestor-compositing-layer-is-on-subpixel-position-expected.html: Added.
* compositing/ancestor-compositing-layer-is-on-subpixel-position.html: Added.
* platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt: progression.
2015-05-07 Yoav Weiss <yoav@yoav.ws>
Fix sizes crash and add invalid value tests.
https://bugs.webkit.org/show_bug.cgi?id=144739
Reviewed by Darin Adler.
Add tests that make sure that invalid values are properly handled, and a 100vw
source-size length is being used for srcset and for intrinsic dimension calculation.
* fast/dom/HTMLImageElement/sizes/image-sizes-invalids-expected.txt: Added.
* fast/dom/HTMLImageElement/sizes/image-sizes-invalids.html: Added.
2015-05-07 Simon Fraser <simon.fraser@apple.com>
Remove the WK1-only code path for independently composited iframes
https://bugs.webkit.org/show_bug.cgi?id=144722
Reviewed by Dean Jackson.
Results different from WK2, because WK1 does not make layers for scrollbars.
* platform/mac-wk1/compositing/visible-rect/iframe-no-layers-expected.txt: Added.
2015-05-06 Dean Jackson <dino@apple.com>
Handle backdrop views that have to tile
https://bugs.webkit.org/show_bug.cgi?id=142317
<rdar://problem/20049088>
Reviewed by Simon Fraser.
Take 2 - this was rolled out because Mavericks was crashing.
A test that creates some backdrop views, then makes them
big enough that it would trigger tiling (which we don't want
to happen).
* compositing/media-controls-bar-appearance-big-expected.txt: Added.
* compositing/media-controls-bar-appearance-big.html: Added.
* platform/mac-mavericks/TestExpectations: Skip tests on Mavericks.
2015-05-07 Martin Robinson <mrobinson@igalia.com>
[GTK] All spell checking layout tests fail
https://bugs.webkit.org/show_bug.cgi?id=144648
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: Unskip and reclassify previously failing tests.
* platform/gtk/editing/spelling/spellcheck-paste-expected.txt: Removed.
2015-05-07 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] The pre element should be mapped to ATK_ROLE_SECTION; not ATK_ROLE_PANEL
https://bugs.webkit.org/show_bug.cgi?id=144702
Reviewed by Chris Fleizach.
In addition to updating the platform expectations for Efl and Gtk, the computed
roles test needed to be updated because there is not a one-to-one mapping between
the HTML pre element and any ARIA role type.
* accessibility/roles-computedRoleString-expected.txt: Updated.
* accessibility/roles-computedRoleString.html: Updated.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated.
2015-05-07 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening.
Removed stale expected files, because these tests are reftests now. (as RWT suggested)
Commented old expectations after r183925 to avoid having ambiguous expectations.
* platform/efl/TestExpectations:
* platform/efl/animations/cross-fade-background-image-expected.png: Removed.
* platform/efl/animations/cross-fade-background-image-expected.txt: Removed.
* platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.png: Removed.
* platform/efl/css3/masking/clip-path-polygon-evenodd-expected.png: Removed.
* platform/efl/css3/masking/clip-path-polygon-expected.png: Removed.
* platform/efl/css3/masking/clip-path-polygon-nonzero-expected.png: Removed.
2015-05-07 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Mouseevent/hover tests fail with XorgDriver
https://bugs.webkit.org/show_bug.cgi?id=144741
Unreviewed gardening, mark failing tests, skip timeouting tests.
* platform/efl/TestExpectations:
2015-05-07 Csaba Osztrogonác <ossy@webkit.org>
[EFL] REGRESSION(r183907): It made all inspector-protocol test crash
https://bugs.webkit.org/show_bug.cgi?id=144737
Unreviewed gardening, skip crashing tests.
* platform/efl/TestExpectations:
2015-05-07 Yoav Weiss <yoav@yoav.ws>
Fix <script srcset> being loaded by the preloader.
https://bugs.webkit.org/show_bug.cgi?id=144675
Reviewed by Darin Adler.
Add preloader tests to make sure that <script src> is preloaded,
and <script srcset> is not.
* http/tests/loading/preload-script-src-expected.txt: Added.
* http/tests/loading/preload-script-src.html: Added.
* http/tests/loading/preload-script-srcset-ignored-expected.txt: Added.
* http/tests/loading/preload-script-srcset-ignored.html: Added.
2015-05-06 Yoav Weiss <yoav@yoav.ws>
Add srcset preloader tests
https://bugs.webkit.org/show_bug.cgi?id=144674
Reviewed by Darin Adler.
Add several preloader tests making sure that the when srcset is being preloaded,
the right resource is fetched, and the other resource is not.
* http/tests/loading/preload-img-src-expected.txt: Added.
* http/tests/loading/preload-img-src.html: Added.
* http/tests/loading/preload-img-srcset-expected.txt: Added.
* http/tests/loading/preload-img-srcset-sizes-expected.txt: Added.
* http/tests/loading/preload-img-srcset-sizes.html: Added.
* http/tests/loading/preload-img-srcset.html: Added.
* http/tests/resources/checkPreload.js: Added.
(checkForPreload):
2015-05-06 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Mark grid shorthands as layout dependent
https://bugs.webkit.org/show_bug.cgi?id=144687
Reviewed by Darin Adler.
* fast/css-grid-layout/grid-shorthand-computed-style-crash-expected.txt: Added.
* fast/css-grid-layout/grid-shorthand-computed-style-crash.html: Added.
* fast/css-grid-layout/grid-template-shorthand-computed-style-crash-expected.txt: Added.
* fast/css-grid-layout/grid-template-shorthand-computed-style-crash.html: Added.
2015-05-06 Ryosuke Niwa <rniwa@webkit.org>
ToT WebKit crashes while loading ES6 compatibility table
https://bugs.webkit.org/show_bug.cgi?id=144726
Reviewed by Filip Pizlo.
Added new test cases.
* js/class-syntax-string-and-numeric-names-expected.txt:
* js/script-tests/class-syntax-string-and-numeric-names.js:
2015-05-06 Brent Fulgham <bfulgham@apple.com>
Scroll-snap points do not handle margins and padding propertly
https://bugs.webkit.org/show_bug.cgi?id=144647
<rdar://problem/20829473>
Reviewed by Simon Fraser.
Add new scroll-snap tests that cover elements with borders, padding, and rotation. Also correct the
cause of the 'scroll-snap-mandatory-overflow.html' test flakiness by making sure the mouse is always
inside the element when starting new wheel gestures.
Also add a new 'generic' test that confirms that we have expected results for scroll-snap coordinates
and calculated scroll-snap-offset values.
* css3/scroll-snap/scroll-snap-offsets.html: Added.
* platform/mac-wk2/TestExpectations: Remove flakiness annotation for scroll-snap-mandatory-overflow.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html:
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html: Added.
2015-05-06 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183894.
https://bugs.webkit.org/show_bug.cgi?id=144719
crashes on mavericks (Requested by dino on #webkit).
Reverted changeset:
"Handle backdrop views that have to tile"
https://bugs.webkit.org/show_bug.cgi?id=142317
http://trac.webkit.org/changeset/183894
2015-05-06 Jon Lee <jonlee@apple.com>
Expose more font weights for -apple-system
https://bugs.webkit.org/show_bug.cgi?id=144707
Reviewed by Dean Jackson.
* platform/mac/fast/text/systemFont.html: Update test to include font weights for -apple-system.
* platform/mac/fast/text/systemFont-expected.txt: Update expectations.
2015-05-06 Dean Jackson <dino@apple.com>
Handle backdrop views that have to tile
https://bugs.webkit.org/show_bug.cgi?id=142317
<rdar://problem/20049088>
Reviewed by Simon Fraser.
A test that creates some backdrop views, then makes them
big enough that it would trigger tiling (which we don't want
to happen).
* compositing/media-controls-bar-appearance-big-expected.txt: Added.
* compositing/media-controls-bar-appearance-big.html: Added.
2015-05-06 Martin Robinson <mrobinson@igalia.com>
[FreeType] Vertical CJK glyphs should not be rendered with synthetic oblique
https://bugs.webkit.org/show_bug.cgi?id=144612
Reviewed by Darin Adler.
* platform/gtk/TestExpectations: Remove expectation for failing test.
2015-05-06 Martin Robinson <mrobinson@igalia.com>
Unreviewed GTK+ gardening
* platform/gtk/TestExpectations: Remove a couple expectations tests.
* platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt:
2015-05-06 Alexey Proskuryakov <ap@apple.com>
Update expectations for fast/forms/button-line-height.html
* TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-05-05 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WK2] The WebKit network disk cache is not enabled
https://bugs.webkit.org/show_bug.cgi?id=142821
Reviewed by Martin Robinson.
Unskip http/tests/cache/disk-cache tests.
* platform/gtk/TestExpectations:
2015-05-05 Nikita Vasilyev <nvasilyev@apple.com>
LayoutTests/fast/forms/button-line-height.html is broken on non-Mac/non-iOS ports
https://bugs.webkit.org/show_bug.cgi?id=144673
* TestExpectations: Skip broken test.
2015-05-05 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] grid-template-areas should accept none value
https://bugs.webkit.org/show_bug.cgi?id=144624
Reviewed by Darin Adler.
* fast/css-grid-layout/grid-template-areas-get-set-expected.txt:
* fast/css-grid-layout/grid-template-areas-get-set.html: Add new test
case to check "none" support.
2015-05-05 Ryosuke Niwa <rniwa@webkit.org>
Fix tests after r183770 on non-Mac ports. These tests are expecting Mac editing behavior.
* editing/execCommand/strikethroughSelection.html:
* editing/execCommand/toggle-mixed-text-decorations.html:
2015-05-05 Roger Fong <roger_fong@apple.com>
Unreviewed. Some assertion failures in compositing code after r183820.
https://bugs.webkit.org/show_bug.cgi?id=144630.
* platform/mac/TestExpectations:
2015-05-05 Joanmarie Diggs <jdiggs@igalia.com>
[GTK] platform/gtk/accessibility/unknown-roles-not-exposed.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=74493
Reviewed by Chris Fleizach.
Make the test more reliable by searching for a child with an unknown role
rather than depending on an exact hierarchy. This makes the test applicable
to other platforms as at least Efl and Mac also do not expose children with
unknown roles, so it's now part of the shared accessibility tests.
* accessibility/unknown-roles-not-exposed-expected.txt: Added.
* accessibility/unknown-roles-not-exposed.html: Added.
* platform/gtk/TestExpectations: Removed skipped test.
* platform/gtk/accessibility/unknown-roles-not-exposed-expected.txt: Removed.
* platform/gtk/accessibility/unknown-roles-not-exposed.html: Removed.
2015-05-05 Zalan Bujtas <zalan@apple.com>
Navigating to www.apple.com hits assertion in WebCore::TextIteratorCopyableText::set()
https://bugs.webkit.org/show_bug.cgi?id=144629
rdar://problem/20689877
Reviewed by Andreas Kling.
This patch ensures that we don't emit empty text for the text iterator.
In TextIterator::handleTextNode before emitting a string, certain characters (\n \t) need to
be replaced with space. When such character is found, we emit the string we've processed so far and
handle the replacement during the next callback.
When the first character in the string needs replacing, there's nothing to emit. However if we don't
handle at least one character, TextIterator::advance believes that processing is done and never calls
TextIterator::handleTextNode back with the rest of the string.
* fast/text/simple-line-layout-innerText-with-newline-expected.html: Added.
* fast/text/simple-line-layout-innerText-with-newline.html: Added.
2015-05-05 Brent Fulgham <bfulgham@apple.com>
Add overflow scroll-snap tests
https://bugs.webkit.org/show_bug.cgi?id=144591
Reviewed by Simon Fraser.
* platform/mac-wk2/TextExpectations: Mark overflow test as flaky while I investigate.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources/horizontal-mainframe.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources/vertical-mainframe.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html: Added.
2015-05-05 Roger Fong <roger_fong@apple.com>
Media control volume slider is opaque.
https://bugs.webkit.org/show_bug.cgi?id=144470.
<rdar://problem/20770350>
* platform/mac/TestExpectations:
Some tests generate assertion failures after this change, though the tests pass in release.
Marking them as crashing in debug for now. Tracking failures here: https://bugs.webkit.org/show_bug.cgi?id=144630.
2015-05-05 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening, unskip passing compositing tests since USE_NATIVE_XDISPLAY=1
is set on the EFL bots and mark the remaining failing compositing tests properly.
* platform/efl/TestExpectations:
2015-05-04 Basile Clement <basile_clement@apple.com>
Allow CreateActivation sinking
https://bugs.webkit.org/show_bug.cgi?id=144300
Reviewed by Filip Pizlo.
Add a performance test for activation allocation sinking.
* js/regress/script-tests/sink-huge-activation.js: Added.
(bar):
(foo):
2015-05-05 Andreas Kling <akling@apple.com>
Fix up fast/performance/performance-now-crash-on-navigated-window.html after r183795.
Unreviewed fix for the bots. Since performance.now doesn't bail out and return 0 in
disconnected frames anymore, we have to adjust the expectations. This test was all
about catching a crash anyway.
* fast/performance/performance-now-crash-on-navigated-window-expected.txt:
* fast/performance/performance-now-crash-on-navigated-window.html:
2015-05-05 Javier Fernandez <jfernandez@igalia.com>
[CSS Box Alignment] Upgrade align-content parsing to CSS3 Box Alignment spec
https://bugs.webkit.org/show_bug.cgi?id=144443
Reviewed by Darin Adler.
Tests to verify the align-content parsing logic. The new Box Alignment spec
requires some changes in the flexbox tests.
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/parse-align-content-expected.txt: Added.
* css3/parse-align-content.html: Added.
2015-05-05 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
streams/readable-stream.html is very flaky
https://bugs.webkit.org/show_bug.cgi?id=144455
Reviewed by Darin Adler.
Moved flaky test to streams/readable-stream-gc.html.
Updated flaky test to check that the controller methods work well even if readable stream reference is lost by script.
* streams/readable-stream-expected.txt:
* streams/readable-stream-gc-expected.txt: Added.
* streams/readable-stream-gc.html: Added.
* streams/readable-stream.html:
2015-05-05 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 4th May
https://bugs.webkit.org/show_bug.cgi?id=144571
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/color/input-appearance-color-expected.png: Added.
* platform/gtk/fast/forms/color/input-appearance-color-expected.txt:
* platform/gtk/fast/regions/region-overflow-break-expected.html: Added.
* platform/gtk/fast/regions/scrolling/wheel-scroll-abspos-expected.html: Added.
* platform/gtk/fast/regions/scrolling/wheel-scroll-expected.html: Added.
* platform/gtk/fast/text/font-kerning-expected.html: Added.
2015-05-05 Joanmarie Diggs <jdiggs@igalia.com>
[ATK] AX: figure out platform difference for ATK to make accessibility/table-cell-display-block.html work
https://bugs.webkit.org/show_bug.cgi?id=143083
Reviewed by Chris Fleizach.
* accessibility/roles-computedRoleString-expected.txt: Updated to reflect fixed FIXME.
* accessibility/roles-computedRoleString.html: Updated to reflect fixed FIXME.
* accessibility/table-cell-display-block-expected.txt: Modified to be more platform agnostic.
* accessibility/table-cell-display-block.html: Modified to be more platform agnostic.
* platform/efl/accessibility/table-detection-expected.txt: Updated to reflect mapping change.
* platform/gtk/TestExpectations: Unskip failing test from opening report.
* platform/gtk/accessibility/table-detection-expected.txt: Updated to reflect mapping change.
* platform/mac/accessibility/rowheader-outside-table-role-expected.txt: Updated to reflect mapping change.
* platform/mac/accessibility/rowheader-outside-table-role.html: Updated to reflect mapping change.
2015-05-04 Simon Fraser <simon.fraser@apple.com>
Fix assertions in WK1 tests after r183777.
Behavior difference with the change to RenderLayerCompositor::rootBackgroundTransparencyChanged().
* platform/mac-wk2/tiled-drawing/background-transparency-toggle-expected.txt:
2015-05-04 Doug Russell <d_russell@apple.com>
AX: setting focus via accessibility object needs to set isSynchronizing in resulting selection intent
https://bugs.webkit.org/show_bug.cgi?id=144489
Reviewed by Chris Fleizach.
Resolves infinite looping when navigating rapidly between controls with the search API and then focusing
on the returned control.
Remove isSynchronizing flag from AXTextStateChangeIntent and put it on AXObjectCache.
Move AXTextStateChangeIntent logic in AccessibilityRenderObject into a helper method.
Call new AXTextStateChangeIntent helper from AccessibilityRenderObject::setFocus().
Add support for setSelectedVisibleTextRange() in accessibility tests.
* platform/mac/accessibility/selection-sync-expected.txt: Added.
* platform/mac/accessibility/selection-sync.html: Added.
2015-05-04 Chris Dumez <cdumez@apple.com>
Crash at com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::createWindow + 185
https://bugs.webkit.org/show_bug.cgi?id=144597
<rdar://problem/20361579>
Reviewed by Andreas Kling.
Add a layout test to cover the case where window.open() is called on a
window that is different than the activeDOMWindow and where the
activeDOMWindow does not have a frame.
* fast/dom/Window/resources/test-frame.html: Added.
* fast/dom/Window/window-open-activeWindow-null-frame-expected.txt: Added.
* fast/dom/Window/window-open-activeWindow-null-frame.html: Added.
2015-05-04 Simon Fraser <simon.fraser@apple.com>
display:none iframes cause repeated compositing flushing
https://bugs.webkit.org/show_bug.cgi?id=144529
Reviewed by Darin Adler.
Test with a display:none iframe that triggers a single compositing flush,
then counts how many occur in 10ms.
* compositing/iframes/display-none-subframe-expected.txt: Added.
* compositing/iframes/display-none-subframe.html: Added.
2015-05-04 Simon Fraser <simon.fraser@apple.com>
Fix updating of tiled backing opaquenss when the page background color changes
https://bugs.webkit.org/show_bug.cgi?id=144600
rdar://problem/20723035
Reviewed by Tim Horton.
Test that dumps layers with various baseBackgroundColor and body background color
combinations.
* platform/mac-wk2/tiled-drawing/background-transparency-toggle-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/background-transparency-toggle.html: Added.
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
Fix the test after r183758 since shouldNotBe is not supported in the standalone testing.
* js/class-syntax-default-constructor-expected.txt:
* js/script-tests/class-syntax-default-constructor.js:
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
Toggling underline or strike through affects each other
https://bugs.webkit.org/show_bug.cgi?id=27818
Reviewed by Darin Adler.
Added a regression test and rebaselined various tests as explained below.
* editing/execCommand/script-tests/toggle-style-2.js: The order in which u and strike elements appear have switched.
* editing/execCommand/script-tests/toggle-text-decorations.js: Ditto for line-through and overline.
* editing/execCommand/toggle-mixed-text-decorations-expected.txt: Added.
* editing/execCommand/toggle-mixed-text-decorations.html: Added.
* editing/execCommand/toggle-style-2-expected.txt: Rebaselined.
* editing/execCommand/toggle-text-decorations-expected.txt: Rebaselined.
* editing/undo/remove-css-property-and-remove-style-expected.txt: The order in which color and font-weight properties
appear have switched.
2015-05-04 Chris Dumez <cdumez@apple.com>
REGRESSION (r178156): CSS Parser incorrectly rejects valid calc() in padding-right property
https://bugs.webkit.org/show_bug.cgi?id=144584
<rdar://problem/20796829>
Reviewed by Darin Adler.
* fast/css/negative-calc-values-expected.txt: Added.
* fast/css/negative-calc-values.html: Added.
Add a layout test that assigns negative calc() values to properties
whose values cannot be negative to verify that values are clamped as
per the specification:
http://dev.w3.org/csswg/css-values-3/#calc-range
* fast/css/padding-calc-value-expected.txt: Added.
* fast/css/padding-calc-value.html: Added.
Add a layout test to test that using calc(.5em - 2px) for padding-right
CSS property works as intended. It used to be resolved as 0px instead
of "2*font-size - 2px".
* fast/css/text-shadow-calc-value-expected.txt:
* fast/css/text-shadow-calc-value.html:
Update test to match what the specification says:
http://dev.w3.org/csswg/css-values-3/#calc-range
"width: calc(5px - 10px);" is equivalent to "width: 0px;" since widths
smaller than 0px are not allowed.
2015-05-04 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Fix lint error on mac-wk1.
* platform/mac-wk1/TestExpectations:
2015-05-04 Alexey Proskuryakov <ap@apple.com>
storage/indexeddb/mozilla/cursor-update-updates-indexes.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=144590
* platform/mac-wk2/TestExpectations: Marking as such.
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
Extending undefined in class syntax should throw a TypeError
https://bugs.webkit.org/show_bug.cgi?id=144284
Reviewed by Darin Adler.
Fixed the expectation for extending undefined and removed irrelevant test cases for extending undefined
since we'll never get to instantiate these classes now.
* js/class-syntax-extends-expected.txt:
* js/script-tests/class-syntax-extends.js:
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
ES6 classes: Invalid test for constructor property
https://bugs.webkit.org/show_bug.cgi?id=144278
Reviewed by Darin Adler.
Fixed the test. The constructors of two distinct classes should definitely be distinct.
* js/class-syntax-default-constructor-expected.txt:
* js/script-tests/class-syntax-default-constructor.js:
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
new super should be a syntax error
https://bugs.webkit.org/show_bug.cgi?id=144282
Reviewed by Joseph Pecoraro.
Rebaselined the test.
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-super.js:
2015-05-04 Simon Fraser <simon.fraser@apple.com>
Skip fast/images/animated-gif-body-outside-viewport.html on Windows. It
started failing after r183732, but like the other fast/images/animated-gif* tests,
it's sensitive to window display timing. These tests were already skipped for Mac
WK1, probably because we disable window autodisplay on the Mac.
* platform/win/TestExpectations:
2015-05-04 Javier Fernandez <jfernandez@igalia.com>
[CSS Box Alignment] Upgrade justify-content parsing to CSS3 Box Alignment spec.
https://bugs.webkit.org/show_bug.cgi?id=144442
Reviewed by David Hyatt.
Upgrade the justify-content property to the last CSS3 Box
Alignment specification. It defines a different enumeration for
Positional and Distribution alignment, which requires changes in
the FlexibleBox implementation.
Some minor changes in some Flexbox related test cases for adapting
them to the new parsing logic. New layout tests, not Flexbox
specific, to verify the parsing of the new values.
* css3/flexbox/css-properties.html:
* css3/parse-justify-content-expected.txt: Added.
* css3/parse-justify-content.html: Added.
2015-05-04 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Wrong computed style for named grid lines in implicit tracks
https://bugs.webkit.org/show_bug.cgi?id=144449
Reviewed by Sergio Villar Senin.
* fast/css-grid-layout/named-grid-lines-computed-style-implicit-tracks-expected.txt: Added.
* fast/css-grid-layout/named-grid-lines-computed-style-implicit-tracks.html: Added.
2015-05-02 Simon Fraser <simon.fraser@apple.com>
Assertion failure (!needsLayout()) loading inkedmag.com
https://bugs.webkit.org/show_bug.cgi?id=144528
rdar://problem/20788681
Reviewed by Darin Adler.
Test that sleeps for a while to force an image into catchup mode.
* fast/images/resources/spinner.gif: Added.
* fast/images/set-needs-layout-in-painting-expected.txt: Added.
* fast/images/set-needs-layout-in-painting.html: Added.
2015-05-03 Alexey Proskuryakov <ap@apple.com>
Skip fast/frames/flattening/crash-remove-iframe-during-object-beforeload.html
https://bugs.webkit.org/show_bug.cgi?id=144540
* TestExpectations:
2015-05-01 Simon Fraser <simon.fraser@apple.com>
Avoid compositing updates after style recalcs which have no compositing implications
https://bugs.webkit.org/show_bug.cgi?id=144502
Reviewed by Darin Adler.
Use internals.compositingUpdateCount() to see if various document mutations
cause a compositing update. Doesn't actually detect any behavior change
from this patch, but seems useful in general.
* compositing/updates/no-style-change-updates-expected.txt: Added.
* compositing/updates/no-style-change-updates.html: Added.
2015-05-01 Ryosuke Niwa <rniwa@webkit.org>
Class syntax should allow string and numeric identifiers for method names
https://bugs.webkit.org/show_bug.cgi?id=144254
Reviewed by Darin Adler.
Added a test and rebaselined other tests per syntax error message change.
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/class-syntax-string-and-numeric-names-expected.txt: Added.
* js/class-syntax-string-and-numeric-names.html: Added.
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
* js/script-tests/class-syntax-string-and-numeric-names.js: Added.
* js/script-tests/class-syntax-super.js:
2015-05-01 Brent Fulgham <bfulgham@apple.com>
Create a set of initial scroll snap point tests
https://bugs.webkit.org/show_bug.cgi?id=142358
Reviewed by Simon Fraser.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html: Added.
2015-05-01 Andreas Kling <akling@apple.com>
Reproducible crash removing name attribute from <img> node
<https://webkit.org/b/144371>
<rdar://problem/17198583>
Reviewed by Darin Adler.
* fast/dom/HTMLImageElement/remove-name-id-attribute-from-image-expected.txt: Added.
* fast/dom/HTMLImageElement/remove-name-id-attribute-from-image.html: Added.
2015-05-01 Eric Carlson <eric.carlson@apple.com>
Postpone caption style sheet creation
https://bugs.webkit.org/show_bug.cgi?id=144499
Reviewed by Simon Fraser.
* media/track/track-user-stylesheet-expected.txt: Added.
* media/track/track-user-stylesheet.html: Added.
2015-05-01 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Text dilation parameters are not restored after being set
https://bugs.webkit.org/show_bug.cgi?id=144507
<rdar://problem/19446938>
Reviewed by Simon Fraser and Ned Holbrook.
See below.
* fast/text/dilation-save-restore-expected.html: Added. Never sets dilation parameters, draws two strings.
* fast/text/dilation-save-restore.html: Added. Draws one string without dilation, sets the dilation, then draws a
second string. If saving and restoring doesn't work correctly, these two lines will appear different.
2015-05-01 Jordan Harband <ljharb@gmail.com>
String#startsWith/endsWith/includes don't handle Infinity position/endPosition args correctly
https://bugs.webkit.org/show_bug.cgi?id=144314
Reviewed by Darin Adler.
* js/script-tests/string-includes.js:
* js/string-includes-expected.txt:
2015-05-01 Martin Robinson <mrobinson@igalia.com>
Unreviewed gardening for GTK+.
* platform/gtk/TestExpectations: Remove some inaccurate missing results
and unskip a passing test.
2015-05-01 Joanmarie Diggs <jdiggs@igalia.com>
[GTK] accessibility/secure-textfield-title-ui.html is failing
https://bugs.webkit.org/show_bug.cgi?id=98375
Reviewed by Chris Fleizach.
Modify the test to check the childrenCount of the titleUIElement in order
to determine where the element text is exposed. On the Mac, it's exposed
in StaticText children; in ATK, in the element itself. The test was failing
because it assumed the text was in the first child of the element.
* accessibility/secure-textfield-title-ui.html: Modified.
* platform/gtk/TestExpectations: Unskipped the failing test.
2015-05-01 Brady Eidson <beidson@apple.com>
Add API to disable meta refreshes.
<rdar://problem/20333198> and https://bugs.webkit.org/show_bug.cgi?id=144269
Reviewed by Alexey Proskuryakov.
* loader/meta-refresh-disabled-expected.txt: Added.
* loader/meta-refresh-disabled.html: Added.
* loader/resources/notify-done.html: Added.
* platform/win/TestExpectations:
2015-05-01 Martin Robinson <mrobinson@igalia.com>
Unreviewed gardening for WebKitGTK+
Unskip some passing tests. Add new baselines. Properly organize some
failures in the TestExpectations file.
* platform/gtk/TestExpectations:
* platform/gtk/editing/execCommand/print-expected.png: Added.
* platform/gtk/editing/execCommand/print-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-progress-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-select-on-click-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-subtitle-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-title-expected.txt: Added.
* platform/gtk/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Added.
* platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.png: Added.
* platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
* platform/gtk/fast/multicol/scrolling-column-rules-expected.png: Added.
* platform/gtk/fast/multicol/scrolling-column-rules-expected.txt: Added.
* platform/gtk/printing/allowed-page-breaks-expected.txt: Added.
* platform/gtk/printing/compositing-layer-printing-expected.png: Added.
* platform/gtk/printing/compositing-layer-printing-expected.txt:
* platform/gtk/printing/css2.1/page-break-after-000-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-after-001-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-after-002-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-after-003-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-after-004-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-before-000-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-before-001-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-before-002-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-inside-000-expected.txt: Added.
* platform/gtk/printing/iframe-print-expected.png: Added.
* platform/gtk/printing/iframe-print-expected.txt: Added.
* platform/gtk/printing/media-queries-print-expected.png: Added.
* platform/gtk/printing/media-queries-print-expected.txt:
* platform/gtk/printing/no-content-empty-pages-expected.txt: Added.
* platform/gtk/printing/numberOfPages-expected.txt: Added.
* platform/gtk/printing/page-break-after-avoid-expected.txt: Added.
* platform/gtk/printing/page-break-always-expected.txt: Added.
* platform/gtk/printing/page-break-avoid-expected.txt: Added.
* platform/gtk/printing/page-break-before-avoid-expected.txt: Added.
* platform/gtk/printing/page-break-display-none-expected.txt: Added.
* platform/gtk/printing/page-break-inside-avoid-expected.txt: Added.
* platform/gtk/printing/page-break-margin-collapsed-expected.txt: Added.
* platform/gtk/printing/page-break-orphans-and-widows-expected.txt: Added.
* platform/gtk/printing/page-break-orphans-expected.txt: Added.
* platform/gtk/printing/page-break-widows-expected.txt: Added.
* platform/gtk/printing/page-count-layout-overflow-expected.txt: Added.
* platform/gtk/printing/page-count-percentage-height-expected.txt: Added.
* platform/gtk/printing/page-count-relayout-shrink-expected.txt: Added.
* platform/gtk/printing/page-count-with-one-word-expected.txt: Added.
* platform/gtk/printing/page-format-data-display-none-expected.txt: Added.
* platform/gtk/printing/page-format-data-expected.txt: Added.
* platform/gtk/printing/page-rule-css-text-expected.txt: Added.
* platform/gtk/printing/page-rule-in-media-query-expected.png: Added.
* platform/gtk/printing/page-rule-in-media-query-expected.txt: Added.
* platform/gtk/printing/pageNumerForElementById-expected.txt: Added.
* platform/gtk/printing/print-close-crash-expected.txt: Added.
* platform/gtk/printing/pseudo-class-outside-page-expected.txt: Added.
* platform/gtk/printing/return-from-printing-mode-expected.png: Added.
* platform/gtk/printing/return-from-printing-mode-expected.txt:
* platform/gtk/printing/setPrinting-expected.png: Added.
* platform/gtk/printing/setPrinting-expected.txt: Added.
* platform/gtk/printing/simultaneous-position-float-change-expected.png: Added.
* platform/gtk/printing/simultaneous-position-float-change-expected.txt: Added.
* platform/gtk/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
* platform/gtk/printing/stretch-to-view-height-expected.txt: Added.
* platform/gtk/printing/width-overflow-expected.png: Added.
* platform/gtk/printing/width-overflow-expected.txt: Added.
* platform/gtk/printing/zoomed-document-expected.txt: Added.
2015-05-01 Martin Robinson <mrobinson@igalia.com>
[Freetype] Properly support synthetic oblique in vertical text
https://bugs.webkit.org/show_bug.cgi?id=144492
Reviewed by Sergio Villar Senin.
* platform/gtk/TestExpectations: Unskip passing tests.
* platform/gtk/fast/text/international/synthesized-italic-vertical-latin-expected.png: Added.
* platform/gtk/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Added.
2015-05-01 Eric Carlson <eric.carlson@apple.com>
Fix text track language selection logic
https://bugs.webkit.org/show_bug.cgi?id=144467
Reviewed by Brent Fulgham.
* media/track/track-language-preference-expected.txt:
* media/track/track-language-preference.html: Updated, add new tests.
* platform/mac/TestExpectations:
2015-05-01 Martin Robinson <mrobinson@igalia.com>
Unreviewed gardening. Rebaseline some tests for WebKitGTK+.
* platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt: Rebaseline.
* platform/gtk/inspector-protocol/debugger/regress-133182-expected.txt: Removed. The
platform-independent baseline should be good enough.
2015-04-30 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Update results of inspector tests.
* inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt:
* inspector-protocol/debugger/regress-133182-expected.txt:
* inspector-protocol/debugger/regress-133182.html:
* inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
* inspector-protocol/debugger/terminate-dedicated-worker-while-paused-expected.txt:
* inspector-protocol/page/deny-X-FrameOption-expected.txt:
* inspector/debugger/search-scripts-expected.txt:
2015-04-30 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Remove skipped and broken inspector test.
This is the last test relying on the old model interface.
* TestExpectations:
* http/tests/inspector-protocol/resources/InspectorTest.js:
(InspectorTest.initializeInspectorModels.console.error.window.onerror): Deleted.
(InspectorTest.initializeInspectorModels.console.assert): Deleted.
(InspectorTest.initializeInspectorModels): Deleted.
* inspector-protocol/indexeddb/basics-expected.txt: Removed.
* inspector-protocol/indexeddb/basics.html: Removed.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-04-30 Dean Jackson <dino@apple.com>
Expose -apple-system as a font family
https://bugs.webkit.org/show_bug.cgi?id=144484
<rdar://problem/20767330>
Reviewed by Tim Horton.
Change a bunch of tests to use "-apple-system" instead
of "-apple-system-font" for font-family.
Add a test to make sure the old name still works.
* fast/text/system-font-legacy-name.html
* platform/ios-simulator/fast/text/system-monospaced-numbers.html:
* platform/ios-simulator/ios/fast/text/apple-logo-expected.txt:
* platform/ios-simulator/ios/fast/text/apple-logo.html:
* platform/ios-simulator/ios/fast/text/opticalFont-expected.txt:
* platform/ios-simulator/ios/fast/text/opticalFont.html:
* platform/ios-simulator/ios/fast/text/opticalFontWithWeight-expected.txt:
* platform/ios-simulator/ios/fast/text/opticalFontWithWeight.html:
* platform/ios-simulator/ios/fast/text/underline-scaling-expected.txt:
* platform/ios-simulator/ios/fast/text/underline-scaling.html:
* platform/mac/fast/text/systemFont-expected.txt:
* platform/mac/fast/text/systemFont.html:
2015-04-30 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] overflow-position keyword for align and justify properties.
https://bugs.webkit.org/show_bug.cgi?id=144235
Reviewed by Sergio Villar Senin.
Implementation of overflow-keyword handling for Grid Layout on
align-self and justify-self properties.
* fast/css-grid-layout/grid-align-justify-overflow-expected.txt: Added.
* fast/css-grid-layout/grid-align-justify-overflow.html: Added.
2015-04-30 Jon Davis <jond@apple.com>
Web Inspector: console should show an icon for console.info() messages
https://bugs.webkit.org/show_bug.cgi?id=18530
Reviewed by Timothy Hatcher.
* inspector/console/console-api-expected.txt:
2015-04-30 Dean Jackson <dino@apple.com>
-apple-system-font-monospaced-numbers doesn't work on iOS
https://bugs.webkit.org/show_bug.cgi?id=144478
<rdar://problem/20544940>
Reviewed by Brent Fulgham.
A test that draws two lines of different numbers and checks
they are the same width.
* platform/ios-simulator/fast/text/system-monospaced-numbers-expected.txt: Added.
* platform/ios-simulator/fast/text/system-monospaced-numbers.html: Added.
2015-04-30 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed, ios-simulator gardening
* Address linter warnings.
* Unskip some tests that pass.
* More generically skip unsupported iOS features.
* Address FIXMEs.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-04-30 Filip Pizlo <fpizlo@apple.com>
js/regress/is-string-fold-tricky.html and js/regress/is-string-fold.html are crashing
https://bugs.webkit.org/show_bug.cgi?id=144463
Reviewed by Benjamin Poulain.
Unskip now that the bug is fixed.
* TestExpectations:
* js/regress/script-tests/is-string-fold-tricky.js:
* js/regress/script-tests/is-string-fold.js:
2015-04-30 Brady Eidson <beidson@apple.com>
Javascript using WebSQL can create their own WebKit info table.
<rdar://problem/20688792> and https://bugs.webkit.org/show_bug.cgi?id=144466
Reviewed by Alex Christensen.
* storage/websql/alter-to-info-table-expected.txt: Added.
* storage/websql/alter-to-info-table.html: Added.
* storage/websql/alter-to-info-table.js: Added.
2015-04-30 Martin Robinson <mrobinson@igalia.com>
Unskip isolated words tests on WebKitGTK+
* platform/gtk/TestExpectations: Unskip tests. We've been able to run these
since the switch to WebKitTestRunner.
2015-04-30 Filip Pizlo <fpizlo@apple.com>
Unreviewed, skip new tests js/regress/is-string-fold.html and js/regress/is-string-fold-tricky.html because they are crashing in RJST as well.
* js/regress/script-tests/is-string-fold-tricky.js:
* js/regress/script-tests/is-string-fold.js:
2015-04-30 Martin Robinson <mrobinson@igalia.com>
Rebaseline some editing tests for WebKitGTK+
Also add some missing baselines.
* fast/hidpi/broken-image-icon-very-hidpi-expected.png: Added.
* fast/hidpi/broken-image-icon-very-hidpi-expected.txt: Added.
* platform/gtk/editing/execCommand/5142012-1-expected.png:
* platform/gtk/editing/execCommand/5142012-1-expected.txt:
* platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
* platform/gtk/editing/pasteboard/4989774-expected.txt:
2015-04-30 Filip Pizlo <fpizlo@apple.com>
Unreviewed, skip new tests js/regress/is-string-fold.html and js/regress/is-string-fold-tricky.html because they are crashing.
* TestExpectations:
2015-04-30 Jon Honeycutt <jhoneycutt@apple.com>
Add image failure expectation for
svg/filters/sourceAlpha-input-filter-effect.html on Windows
Unreviewed.
* platform/win/TestExpectations:
2015-04-29 Filip Pizlo <fpizlo@apple.com>
DFG Is<Blah> versions of TypeOf should fold based on proven input type
https://bugs.webkit.org/show_bug.cgi?id=144409
Reviewed by Geoffrey Garen.
* js/regress/is-boolean-fold-expected.txt: Added.
* js/regress/is-boolean-fold-tricky-expected.txt: Added.
* js/regress/is-boolean-fold-tricky.html: Added.
* js/regress/is-boolean-fold.html: Added.
* js/regress/is-function-fold-expected.txt: Added.
* js/regress/is-function-fold-tricky-expected.txt: Added.
* js/regress/is-function-fold-tricky-internal-function-expected.txt: Added.
* js/regress/is-function-fold-tricky-internal-function.html: Added.
* js/regress/is-function-fold-tricky.html: Added.
* js/regress/is-function-fold.html: Added.
* js/regress/is-number-fold-expected.txt: Added.
* js/regress/is-number-fold-tricky-expected.txt: Added.
* js/regress/is-number-fold-tricky.html: Added.
* js/regress/is-number-fold.html: Added.
* js/regress/is-object-or-null-fold-expected.txt: Added.
* js/regress/is-object-or-null-fold-functions-expected.txt: Added.
* js/regress/is-object-or-null-fold-functions.html: Added.
* js/regress/is-object-or-null-fold-less-tricky-expected.txt: Added.
* js/regress/is-object-or-null-fold-less-tricky.html: Added.
* js/regress/is-object-or-null-fold-tricky-expected.txt: Added.
* js/regress/is-object-or-null-fold-tricky.html: Added.
* js/regress/is-object-or-null-fold.html: Added.
* js/regress/is-object-or-null-trickier-function-expected.txt: Added.
* js/regress/is-object-or-null-trickier-function.html: Added.
* js/regress/is-object-or-null-trickier-internal-function-expected.txt: Added.
* js/regress/is-object-or-null-trickier-internal-function.html: Added.
* js/regress/is-object-or-null-tricky-function-expected.txt: Added.
* js/regress/is-object-or-null-tricky-function.html: Added.
* js/regress/is-object-or-null-tricky-internal-function-expected.txt: Added.
* js/regress/is-object-or-null-tricky-internal-function.html: Added.
* js/regress/is-string-fold-expected.txt: Added.
* js/regress/is-string-fold-tricky-expected.txt: Added.
* js/regress/is-string-fold-tricky.html: Added.
* js/regress/is-string-fold.html: Added.
* js/regress/is-undefined-fold-expected.txt: Added.
* js/regress/is-undefined-fold-tricky-expected.txt: Added.
* js/regress/is-undefined-fold-tricky.html: Added.
* js/regress/is-undefined-fold.html: Added.
* js/regress/script-tests/is-boolean-fold-tricky.js: Added.
* js/regress/script-tests/is-boolean-fold.js: Added.
* js/regress/script-tests/is-function-fold-tricky-internal-function.js: Added.
* js/regress/script-tests/is-function-fold-tricky.js: Added.
(func):
(func2):
* js/regress/script-tests/is-function-fold.js: Added.
(value1):
* js/regress/script-tests/is-number-fold-tricky.js: Added.
* js/regress/script-tests/is-number-fold.js: Added.
* js/regress/script-tests/is-object-or-null-fold-functions.js: Added.
(value2):
* js/regress/script-tests/is-object-or-null-fold-less-tricky.js: Added.
* js/regress/script-tests/is-object-or-null-fold-tricky.js: Added.
* js/regress/script-tests/is-object-or-null-fold.js: Added.
* js/regress/script-tests/is-object-or-null-trickier-function.js: Added.
(func):
(func2):
* js/regress/script-tests/is-object-or-null-trickier-internal-function.js: Added.
* js/regress/script-tests/is-object-or-null-tricky-function.js: Added.
(func):
* js/regress/script-tests/is-object-or-null-tricky-internal-function.js: Added.
* js/regress/script-tests/is-string-fold-tricky.js: Added.
* js/regress/script-tests/is-string-fold.js: Added.
* js/regress/script-tests/is-undefined-fold-tricky.js: Added.
* js/regress/script-tests/is-undefined-fold.js: Added.
* js/regress/sink-function-expected.txt: Added.
* js/regress/sink-function.html: Added.
2015-04-30 Brent Fulgham <bfulgham@apple.com>
[Mac] Expand test infrastructure to support scrolling tests (Part 3)
https://bugs.webkit.org/show_bug.cgi?id=144131
Reviewed by Eric Carlson.
Update the WK2 scrolling tests to use the new scroll trigger infrastructure to reduce the use of
timeouts.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select.html:
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events.html:
* platform/mac-wk2/tiled-drawing/scrolling/root-overflow-with-mousewheel.html:
2015-04-30 Antti Koivisto <antti@apple.com>
These should be saying HTTP/1.1 not HTTP/1.0
* http/tests/cache/resources/iframe304.php:
* http/tests/cache/resources/iframe304body.php:
2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
[Win] Update baselines after r183610.
Unreviewed Gardening.
* platform/win/fast/css/apple-system-colors-expected.txt: Added.
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Crash at WebCore::Document::absoluteRegionForEventTargets
https://bugs.webkit.org/show_bug.cgi?id=144426
rdar://problem/20502166
Reviewed by Tim Horton.
Test that disconnects a frame with a wheel event handler then GCs, and one that
disconnects are reconnects. In both case, the parent document should have zero
wheel event handlers registered on it.
* fast/events/wheelevent-in-frame-expected.txt: Added.
* fast/events/wheelevent-in-frame.html: Added.
* fast/events/wheelevent-in-reattached-frame-expected.txt: Added.
* fast/events/wheelevent-in-reattached-frame.html: Added.
2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
LiveNodeList may unexpectedly return an element for empty string
https://bugs.webkit.org/show_bug.cgi?id=144429
Reviewed by Darin Adler.
* fast/dom/named-items-with-empty-name-expected.txt:
* fast/dom/named-items-with-empty-name.html:
2015-04-29 Dean Jackson <dino@apple.com>
Create a named CSS property for system colors
https://bugs.webkit.org/show_bug.cgi?id=144423
<rdar://problem/20491011>
Reviewed by Tim Horton.
Expose the following values to CSS color properties:
-apple-system-blue
-apple-system-brown
-apple-system-gray
-apple-system-green
-apple-system-orange
-apple-system-pink
-apple-system-purple
-apple-system-red
-apple-system-yellow
The new test shows the computed value for each of these colors. It
includes generic results (no special value) and platform results for
Mac (other than Mavericks) and iOS.
* fast/css/apple-system-colors-expected.txt: Generic results.
* fast/css/apple-system-colors.html: Added - the new test.
* platform/mac/fast/css/apple-system-colors-expected.txt: Added OS X results.
* platform/ios-simulator/fast/css/apple-system-colors-expected.txt: Added iOS results.
* platform/mac-mavericks/fast/css/apple-system-colors-expected.txt: Generic results for Mavericks.
2015-04-29 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183600.
https://bugs.webkit.org/show_bug.cgi?id=144432
New tests time out everywhere (Requested by ap on #webkit).
Reverted changeset:
"Crash at WebCore::Document::absoluteRegionForEventTargets"
https://bugs.webkit.org/show_bug.cgi?id=144426
http://trac.webkit.org/changeset/183600
2015-04-29 Alexey Proskuryakov <ap@apple.com>
fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155
* fast/frames/flattening/resources/iframe-to-resize.html: Added more logging to the test.
2015-04-29 Martin Robinson <mrobinson@igalia.com>
Unskip 3D transformation tests for WebKitGTK+
Unreviewed. This is gardening.
These tests should run reasonably well on the testing bots, now that
they use llvmpipe to run OpenGL.
* platform/gtk/TestExpectations:
* platform/gtk/transforms/3d/general/background-visibility-layers-expected.png: Added.
* platform/gtk/transforms/3d/general/cssmatrix-3d-zoom-expected.png: Added.
* platform/gtk/transforms/3d/general/matrix-with-zoom-3d-expected.png: Added.
* platform/gtk/transforms/3d/general/perspective-non-layer-expected.png: Added.
* platform/gtk/transforms/3d/general/perspective-units-expected.png: Added.
* platform/gtk/transforms/3d/general/transform-origin-z-change-expected.png: Added.
* platform/gtk/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
* platform/gtk/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Rebaseline after r183597.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes-expected.txt:
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Crash at WebCore::Document::absoluteRegionForEventTargets
https://bugs.webkit.org/show_bug.cgi?id=144426
rdar://problem/20502166
Reviewed by Tim Horton.
Test that disconnects a frame with a wheel event handler then GCs, and one that
disconnects are reconnects. In both case, the parent document should have zero
wheel event handlers registered on it.
* fast/events/wheelevent-in-frame-expected.txt: Added.
* fast/events/wheelevent-in-frame.html: Added.
* fast/events/wheelevent-in-reattached-frame-expected.txt: Added.
* fast/events/wheelevent-in-reattached-frame.html: Added.
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Compute the non-fast-scrollable region in main-document coordinates
https://bugs.webkit.org/show_bug.cgi?id=144420
Reviewed by Tim Horton.
We now report the non-fast region in document coordinates, so these two results change.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt:
2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
NodeList has issues with Symbol and empty string
https://bugs.webkit.org/show_bug.cgi?id=144310
Reviewed by Darin Adler.
* fast/dom/StyleSheet/stylesheet-symbol-names-expected.txt: Added.
* fast/dom/StyleSheet/stylesheet-symbol-names.html: Added.
* fast/dom/dataset-name-getter-symbols-expected.txt: Added.
* fast/dom/dataset-name-getter-symbols.html: Added.
* fast/dom/named-items-with-empty-name-expected.txt: Added.
* fast/dom/named-items-with-empty-name.html: Added.
* fast/dom/named-items-with-symbol-name-expected.txt: Added.
* fast/dom/named-items-with-symbol-name.html: Added.
* storage/domstorage/localstorage/named-items-expected.txt: Added.
* storage/domstorage/localstorage/named-items.html: Added.
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Allow testing of plug-ins that handle wheel events.
https://bugs.webkit.org/show_bug.cgi?id=144413
Reviewed by Tim Horton.
Test the non-fast scrollable region with top content inset and header height, and with a plug-in.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin.html: Added.
2015-04-29 Martin Robinson <mrobinson@igalia.com>
[GTK] Add support for automatic hyphenation
https://bugs.webkit.org/show_bug.cgi?id=44478
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: Unskip most hyphenation tests.
* platform/gtk/fast/text/hyphenate-character-expected.png: Added.
* platform/gtk/fast/text/hyphenate-character-expected.txt:
* platform/gtk/fast/text/hyphenate-first-word-expected.png: Added.
* platform/gtk/fast/text/hyphenate-first-word-expected.txt:
* platform/gtk/fast/text/hyphenate-limit-before-after-expected.png:
* platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/gtk/fast/text/hyphenate-limit-lines-expected.png:
* platform/gtk/fast/text/hyphenate-limit-lines-expected.txt:
* platform/gtk/fast/text/hyphenate-locale-expected.png: Added.
* platform/gtk/fast/text/hyphenate-locale-expected.txt:
* platform/gtk/fast/text/hyphens-expected.png: Added.
* platform/gtk/fast/text/hyphens-expected.txt:
* platform/gtk/fast/text/word-break-soft-hyphen-expected.png:
2015-04-29 Zalan Bujtas <zalan@apple.com>
Simple line layout: Web process spins endlessly below layoutSimpleLines.
https://bugs.webkit.org/show_bug.cgi?id=144403
rdar://problem/20742783
Reviewed by Antti Koivisto.
When a text fragment overlaps multiple renderes and it does not fit the current line,
we revert the text fragment iterator position so that the overlapping content
gets processed again for the next line.
However, TextFragmentIterator::revertToFragment() was reverting too much and
we started processing old content all over again -> infinite loop.
This patch ensures that text fragment iterator is reverted to the right position.
* fast/text/simple-line-layout-wrapping-multiple-renderers-hang-expected.html: Added.
* fast/text/simple-line-layout-wrapping-multiple-renderers-hang.html: Added.
2015-04-29 Antti Koivisto <antti@apple.com>
Mark newly added http/tests/cache/main-resource-304-reload.html failing on Windows.
* platform/win/TestExpectations:
2015-04-28 Geoffrey Garen <ggaren@apple.com>
It shouldn't take 1846 lines of code and 5 FIXMEs to sort an array.
https://bugs.webkit.org/show_bug.cgi?id=144013
Reviewed by Mark Lam.
* js/script-tests/array-holes.js:
* js/array-holes-expected.txt: This result now matches Firefox. We see
'peekaboo', which is a prototype property, rather than a hole, because
sorting uses [[Get]], which sees prototype properties.
The ES6 spec says that sorting should use [[Get]], so this new result
matches the spec a little better -- although the spec also says that the
result of sorting is undefined in this case because of the presence of
an indexed property in the prototype chain.
* js/dom/array-prototype-properties-expected.txt: Updated error message
to match other array prototype error messages.
* js/comparefn-sort-stability-expected.txt:
* js/script-tests/comparefn-sort-stability.js: Made this test bigger in
order to demonstrate that Firefox and Safari use a stable sort, and
Chrome does not.
* js/script-tests/array-sort-sparse.js:
* js/array-sort-sparse-expected.txt: Added some tests for things I got
wrong in this patch.
* script-tests/sort-with-side-effecting-comparisons.js: Made this test
shorter so that it wouldn't hang debug builds. This test is O(N^2). It
used to terminate sooner because our sort implementation would (sometimes)
terminate sooner if you shrank the array. Our new sort does not accept
intermediate updates to the array's length, matching Firefox. I spoke
to Gavin and Alexey about this, and we think that going out of our way
to honor length changes mid-sort doesn't make much sense because it's
not possible to honor the general case of value changes in a predictable
way.
2015-04-29 Antti Koivisto <antti@apple.com>
Main resource loaded via 304 response becomes empty if reloaded by user
https://bugs.webkit.org/show_bug.cgi?id=144386
Reviewed by Darin Adler.
* http/tests/cache/main-resource-304-reload-expected.txt: Added.
* http/tests/cache/main-resource-304-reload.html: Added.
* http/tests/cache/resources/iframe304body.php: Added.
2015-04-29 Darin Adler <darin@apple.com>
[ES6] Implement Unicode code point escapes
https://bugs.webkit.org/show_bug.cgi?id=144377
Reviewed by Antti Koivisto.
* js/script-tests/unicode-escape-sequences.js: Added.
* js/unicode-escape-sequences-expected.txt: Added.
* js/unicode-escape-sequences.html: Added. Generated with make-script-test-wrappers.
2015-04-29 Hyungwook Lee <hyungwook.lee@navercorp.com>
Fix crash in WebCore::LogicalSelectionOffsetCaches::ContainingBlockInfo::setBlock().
https://bugs.webkit.org/show_bug.cgi?id=140261
Reviewed by Darin Adler.
* editing/execCommand/crash-140261-expected.txt: Added.
* editing/execCommand/crash-140261.html: Added.
2015-04-29 Youenn Fablet <youenn.fablet@crf.canon.fr>
Synchronous XMLHttpRequest should get access to AppCache resources stored as flat files
https://bugs.webkit.org/show_bug.cgi?id=143711
Reviewed by Darin Adler.
* http/tests/appcache/resources/fake-video.mp4: Added.
* http/tests/appcache/resources/simple-video-sync.manifest: Added.
* http/tests/appcache/simple-video-sync-expected.txt: Added.
* http/tests/appcache/simple-video-sync.html: Added.
2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
REGRESSION(181868): Windows Live SkyDrive cannot open an excel file
https://bugs.webkit.org/show_bug.cgi?id=144373
Reviewed by Darin Adler.
* js/property-getters-and-setters-expected.txt:
* js/script-tests/property-getters-and-setters.js:
2015-04-28 Alexey Proskuryakov <ap@apple.com>
[WK2] fast/forms/input-search-press-escape-key.html crashes
https://bugs.webkit.org/show_bug.cgi?id=87168
rdar://problem/11508829
* platform/wk2/TestExpectations: This doesn't crash for me any more, unskipping.
2015-04-28 Zalan Bujtas <zalan@apple.com>
Checkboxes on bugs.webkit.org are painted with stripes at some zoom levels.
https://bugs.webkit.org/show_bug.cgi?id=144351
Reviewed by Simon Fraser.
This patch ensures that CG context is properly restored after painting dashed/dotted lines.
* fast/forms/checkbox-painting-with-hr-expected.html: Added.
* fast/forms/checkbox-painting-with-hr.html: Added.
2015-04-28 Andreas Kling <akling@apple.com>
DFG should generate efficient code for branching on a string's boolean value.
<https://webkit.org/b/144317>
Reviewed by Geoff Garen & Filip Pizlo.
* js/regress/branch-on-string-as-boolean-expected.txt: Added.
* js/regress/branch-on-string-as-boolean.html: Added.
* js/regress/script-tests/branch-on-string-as-boolean.js: Added.
2015-04-27 Myles C. Maxfield <mmaxfield@apple.com>
Implement font-synthesis CSS property
https://bugs.webkit.org/show_bug.cgi?id=144305
Reviewed by Andreas Kling.
Test all combinations of font-weight, font-style, and font-synthesis.
* fast/css3-text/font-synthesis-expected.html: Added.
* fast/css3-text/font-synthesis.html: Added.
2015-04-28 Brent Fulgham <bfulgham@apple.com>
[Win] Temporarily disable WebGL support
https://bugs.webkit.org/show_bug.cgi?id=144291
* platform/win/TestExpectations:
* platform/win/js/dom/constructor-length-expected.txt: Added.
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-04-28 Jer Noble <jer.noble@apple.com>
Unreviewed gardening; add results for new tests.
* media/audio-playback-restriction-autoplay-expected.txt: Added.
* media/audio-playback-restriction-play-expected.txt: Added.
2015-04-28 Brent Fulgham <bfulgham@apple.com>
[Win] PHP scripts fail if HTTP_ORIGIN is not set.
https://bugs.webkit.org/show_bug.cgi?id=144333
Rubberstamped by Brady Eidson.
* http/tests/security/resources/cors-post-redirect-target.php: Check
that HTTP_ORIGIN key exists before using it to avoid PHP error.
2015-04-28 Andy Estes <aestes@apple.com>
Add expectations for tests added in r183428 and r183450.
* js/regress/typed-array-get-set-by-val-profiling-expected.txt: Added.
* media/audio-playback-restriction-autoplay-expected.txt: Added.
* media/audio-playback-restriction-play-expected.txt: Added.
2015-04-28 Antti Koivisto <antti@apple.com>
Network Cache: Disk cache getting filled by YouTube video data
https://bugs.webkit.org/show_bug.cgi?id=144259
Reviewed by Darin Adler.
* http/tests/cache/disk-cache/disk-cache-media-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-media.html: Added.
* http/tests/cache/disk-cache/resources/cache-test.js:
(generateTestURL):
2015-04-25 Simon Fraser <simon.fraser@apple.com>
Eliminate styleDidChange with StyleDifferenceEqual when updates are actually necessary
https://bugs.webkit.org/show_bug.cgi?id=144198
Reviewed by Darin Adler, Antti Koivisto.
New test that detects whether a "hardware" animation is firing the style recalc
timer on every frame, which happened during development of this patch.
* compositing/animation/no-style-recalc-during-accelerated-animation-expected.txt: Added.
* compositing/animation/no-style-recalc-during-accelerated-animation.html: Added.
2015-04-27 Benjamin Poulain <bpoulain@apple.com>
[JSC] Add support for typed arrays to the Array profiling
https://bugs.webkit.org/show_bug.cgi?id=143913
Reviewed by Filip Pizlo.
* js/regress/script-tests/typed-array-get-set-by-val-profiling.js: Added.
* js/regress/typed-array-get-set-by-val-profiling.html: Added.
2015-04-27 Doug Russell <d_russell@apple.com>
Break up select text into multiple tests
https://bugs.webkit.org/show_bug.cgi?id=144301
Reviewed by Alexey Proskuryakov.
* platform/mac/TestExpectations:
* platform/mac/accessibility/select-text-expected.txt: Removed.
* platform/mac/accessibility/select-text.html: Removed.
* platform/mac/accessibility/select-text/select-text-1-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-1.html: Added.
* platform/mac/accessibility/select-text/select-text-135546-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-135546.html: Added.
* platform/mac/accessibility/select-text/select-text-135575-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-135575.html: Added.
* platform/mac/accessibility/select-text/select-text-2-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-2.html: Added.
* platform/mac/accessibility/select-text/select-text-3-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-3.html: Added.
* platform/mac/accessibility/select-text/select-text-4-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-4.html: Added.
* platform/mac/accessibility/select-text/select-text-5-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-5.html: Added.
* platform/mac/accessibility/select-text/select-text-6-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-6.html: Added.
* platform/mac/accessibility/select-text/select-text-7-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-7.html: Added.
* platform/mac/accessibility/select-text/select-text-8-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-8.html: Added.
* platform/mac/accessibility/select-text/select-text-9-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-9.html: Added.
2015-04-27 Daniel Bates <dabates@apple.com>
Form control may be associated with the wrong HTML Form element after form id change
https://bugs.webkit.org/show_bug.cgi?id=133456
<rdar://problem/17095055>
Reviewed by Andy Estes.
Add tests to ensure that we associate the correct HTML Form element with a
<select> after changing the id of its associated HTML form element.
* fast/forms/change-form-id-to-be-unique-expected.txt: Added.
* fast/forms/change-form-id-to-be-unique-then-submit-form-expected.txt: Added.
* fast/forms/change-form-id-to-be-unique-then-submit-form.html: Added.
* fast/forms/change-form-id-to-be-unique.html: Added.
2015-04-27 Jer Noble <jer.noble@apple.com>
Add a setting & restriction which prevents non-interactivte playback of audible media elements.
https://bugs.webkit.org/show_bug.cgi?id=143486
Reviewed by Eric Carlson.
* media/audio-playback-restriction-autoplay.html: Added.
* media/audio-playback-restriction-play.html: Added.
* media/video-test.js:
(setCaptionDisplayMode):
(runWithKeyDown.eventName.window.testRunner.eventSender.keyDown.string_appeared_here.string_appeared_here.thunk):
(runWithKeyDown):
2015-04-27 Jer Noble <jer.noble@apple.com>
[WebAudio] AudioContext does not remove user-gesture restriction during resume()
https://bugs.webkit.org/show_bug.cgi?id=144211
Reviewed by Eric Carlson.
* webaudio/audiocontext-restriction-audiobuffersourcenode-start-expected.txt: Added.
* webaudio/audiocontext-restriction-audiobuffersourcenode-start.html: Added.
* webaudio/audiocontext-restriction-expected.txt: Added.
* webaudio/audiocontext-restriction.html: Added.
* webaudio/resources/audio-testing.js:
(runWithKeyDown):
2015-04-27 Alexey Proskuryakov <ap@apple.com>
rdar://problem/16678392 Page visibility tests are broken in Yosemite
* platform/mac-wk2/TestExpectations: They don't seem to be broken any more, unskipping.
Maybe <http://trac.webkit.org/changeset/181866> fixed them?
Also updated the next line (media/video-background-tab-playback.html), as it didn't match what bots see now.
2015-04-27 Zalan Bujtas <zalan@apple.com>
Simple line layout: Wrong text offsetting when range does not start from the first renderer.
https://bugs.webkit.org/show_bug.cgi?id=144167
rdar://problem/20639857
Reviewed by Simon Fraser.
This patch ensures that TextIterator returns the right text when the input range starts
from a sibling node.
TextIterator::m_previousTextLengthInFlow keeps track of the current node offset from the parent.
it is required to map simple line layout runs to RenderText positions.
This patch sets the offset value when the iteration start with a sibling node.
* fast/text/range-text-with-simple-line-layout-expected.txt: Added.
* fast/text/range-text-with-simple-line-layout.html: Added.
2015-04-27 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183393.
https://bugs.webkit.org/show_bug.cgi?id=144272
Caused memory corruption detected by GuardMalloc (Requested by
ap on #webkit).
Reverted changeset:
"Synchronous XMLHttpRequest should get access to AppCache
resources stored as flat files"
https://bugs.webkit.org/show_bug.cgi?id=143711
http://trac.webkit.org/changeset/183393
2015-04-27 Yoav Weiss <yoav@yoav.ws>
Fix viewport units in Media Queries
https://bugs.webkit.org/show_bug.cgi?id=144260
Reviewed by Darin Adler.
These tests make sure that viewport units are working as expected inside of Media Queries.
* fast/media/mq-viewport-units-expected.txt: Added.
* fast/media/mq-viewport-units.html: Added.
2015-04-27 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Support for the justify-self and justify-items in grid layout
https://bugs.webkit.org/show_bug.cgi?id=133280
Implementation of justify-self and justify-items properties for grid.
Added additional testing for ensuring margin, padding and border are considered when
computing grid item's position.
Reviewed by David Hyatt.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-expected.txt: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-lr-expected.txt: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-lr.html: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl-expected.txt: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl.html: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding.html: Added.
* fast/css-grid-layout/justify-self-cell-expected.txt: Added.
* fast/css-grid-layout/justify-self-cell.html: Added.
* fast/css-grid-layout/resources/grid.css:
(.directionLTR): Added. Useful for defining orthogonal flows.
2015-04-27 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
Unreviewed.
Fixed timeout expectation of "closed should fulfill with
undefined" test. This doesn't time out anymore.
* streams/reference-implementation/readable-stream-templated.html:
2015-04-27 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableStream constructor start function should be able to close the stream
https://bugs.webkit.org/show_bug.cgi?id=143363
Reviewed by Benjamin Poulain.
Updated expectations with new passes.
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
2015-04-27 Youenn Fablet <youenn.fablet@crf.canon.fr>
Synchronous XMLHttpRequest should get access to AppCache resources stored as flat files
https://bugs.webkit.org/show_bug.cgi?id=143711
Reviewed by Darin Adler.
* http/tests/appcache/resources/fake-video.mp4: Added.
* http/tests/appcache/resources/simple-video-sync.manifest: Added.
* http/tests/appcache/simple-video-sync-expected.txt: Added.
* http/tests/appcache/simple-video-sync.html: Added.
2015-04-27 Ryosuke Niwa <rniwa@webkit.org>
Also skip it in run-javascriptcore-tests.
* js/script-tests/class-syntax-semicolon.js:
2015-04-27 Ryosuke Niwa <rniwa@webkit.org>
Temporarily skip the test added in r183384 as it's hitting an assertion per an existing bug.
The newly uncovered bug is tracked by webkit.org/b/144258.
* TestExpectations:
2015-04-26 Alexey Proskuryakov <ap@apple.com>
editing/selection/programmatic-selection-on-mac-is-directionless.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141122
* platform/wk2/TestExpectations: Mark the test as such. Unfortunately, there are
almost certainly other tests affected by this.
2015-04-26 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] LayoutBox::hasDefiniteLogicalHeight() should consider abspos boxes as definite
https://bugs.webkit.org/show_bug.cgi?id=144144
Reviewed by Darin Adler.
Add new test case to check absolutely positioned elements.
* fast/css-grid-layout/percent-track-breadths-regarding-container-size-expected.txt:
* fast/css-grid-layout/percent-track-breadths-regarding-container-size.html:
2015-04-26 Ryosuke Niwa <rniwa@webkit.org>
Class body ending with a semicolon throws a SyntaxError
https://bugs.webkit.org/show_bug.cgi?id=144244
Reviewed by Darin Adler.
Added a regression test for having a semicolon inside the class definition.
* js/class-syntax-semicolon-expected.txt: Added.
* js/class-syntax-semicolon.html: Added.
* js/script-tests/class-syntax-semicolon.js: Added.
2015-04-26 Ryosuke Niwa <rniwa@webkit.org>
Getter or setter method named "prototype" or "constrcutor" should throw SyntaxError
https://bugs.webkit.org/show_bug.cgi?id=144243
Reviewed by Darin Adler.
Added tests cases to both tests. Also added test cases missing from expression tests.
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
2015-04-26 Said Abou-Hallawa <sabouhallawa@apple.com>
SVGFilterBuilder should drive the builtin sourceAlpha from the passed sourceGraphic
https://bugs.webkit.org/show_bug.cgi?id=144137
Reviewed by Darin Adler.
Ensure the SourceAlpha is driven from last applied FilterEffect.
* svg/filters/sourceAlpha-input-filter-effect-expected.html: Added.
* svg/filters/sourceAlpha-input-filter-effect.html: Added.
2015-04-26 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed gardening fix.
Mark editing/selection/extend-by-character-007.html to skip
instead of missing. It is not supported by EFL port yet.
* platform/efl/TestExpectations:
2015-04-26 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed EFL gardening on 27th April.
Unskip 2 tests which have been passed since r183368.
Mark editing/selection/extend-by-character-007.html to missing.
This needs to have new baseline for EFL port.
* platform/efl/TestExpectations:
2015-04-26 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Support for align-self and align-items in grid layout
https://bugs.webkit.org/show_bug.cgi?id=133225
Reviewed by Darin Adler.
Implementation of align-self and align-items properties ifor grid.
Several layout tests were touched for adapting them to the new grid item's
column-axis position when using RTL direction.
* fast/css-grid-layout/grid-align-expected.txt: Added.
* fast/css-grid-layout/grid-align.html: Added.
* fast/css-grid-layout/grid-element-border-grid-item.html:
* fast/css-grid-layout/grid-element-border-padding-grid-item.html:
* fast/css-grid-layout/grid-element-padding-grid-item.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl-expected.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-rtl-expected.html:
* fast/css-grid-layout/grid-item-margin-resolution.html:
2015-04-26 Doug Russell <d_russell@apple.com>
AX: richer text change notifications (142719)
https://bugs.webkit.org/show_bug.cgi?id=142719
Reviewed by Darin Adler.
Richer accessibility value change notifications. Introduce AXTextEditType,
postTextStateChangeNotification and postTextReplacementNotification to give assistive
tech apps more reliable context for responding to changes in web content. Also implement
a mechanism to post value changes in password form fields in coalesced ticks to thwart
analyzing the cadence of changes.
Richer accessibility selection change notifications. Introduce AXTextStateChangeIntent,
and an overload of postTextReplacementNotification to give assistive tech apps more
reliable context for responding to changes in web content selection. Also block posting
selection changes on password fields.
* platform/mac/accessibility/input-replacevalue-userinfo-expected.txt: Added.
* platform/mac/accessibility/input-replacevalue-userinfo.html: Added.
* platform/mac/accessibility/selection-change-userinfo-expected.txt: Added.
* platform/mac/accessibility/selection-change-userinfo.html: Added.
* platform/mac/accessibility/value-change-userinfo-expected.txt: Added.
* platform/mac/accessibility/value-change-userinfo.html: Added.
2015-04-26 Darin Adler <darin@apple.com>
REGRESSION (r176751): line-height ignored in <button> elements
https://bugs.webkit.org/show_bug.cgi?id=144234
Reviewed by Antti Koivisto.
* fast/forms/button-line-height-expected.html: Added.
* fast/forms/button-line-height.html: Added.
2015-04-26 Darin Adler <darin@apple.com>
REGRESSION (r173801): Use after free in WebCore::NotificationCenter::~NotificationCenter
https://bugs.webkit.org/show_bug.cgi?id=137163
Reviewed by Andy Estes.
* fast/notifications/request-notification-permission-while-reloading-expected.txt: Added.
* fast/notifications/request-notification-permission-while-reloading.html: Added.
2015-04-26 Benjamin Poulain <benjamin@webkit.org>
[JSC] Implement Math.clz32(), remove Number.clz()
https://bugs.webkit.org/show_bug.cgi?id=144205
Reviewed by Michael Saboff.
Basic conformance tests.
* js/Object-getOwnPropertyNames-expected.txt:
* js/math-clz32-expected.txt: Added.
* js/math-clz32.html: Renamed from LayoutTests/js/number-clz.html.
* js/number-clz-expected.txt: Removed.
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/math-clz32.js: Added.
(objectConvertToString.toString):
(objectRecordToStringCall.toString):
(objectThrowOnToString.toString):
(objectWithValueOf.valueOf):
(objectThrowOnValueOf.valueOf):
(objectThrowOnValueOf.toString):
(objectRecordValueOfCall.valueOf):
(objectRecordConversionCalls.toString):
(objectRecordConversionCalls.valueOf):
* js/script-tests/number-clz.js: Removed.
2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Array.from need to accept iterables
https://bugs.webkit.org/show_bug.cgi?id=141055
Reviewed by Darin Adler.
Array.from now accepts iterables.
* js/array-from-expected.txt:
2015-04-26 Simon Fraser <simon.fraser@apple.com>
New baselines for iOS.
* platform/ios-simulator-wk2/compositing/contents-scale/rounded-contents-scale-expected.txt:
* platform/ios-simulator-wk2/compositing/contents-scale/scaled-ancestor-expected.txt:
* platform/ios-simulator-wk2/compositing/contents-scale/simple-scale-expected.txt:
* platform/ios-simulator-wk2/compositing/contents-scale/z-translate-expected.txt:
* platform/ios-simulator-wk2/compositing/repaint/invalidations-on-composited-layers-expected.txt:
* platform/ios-simulator-wk2/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/2d-transformed-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/3d-transformed-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/coverage-clipped-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/coverage-scrolling-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/flipped-preserve-3d-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/nested-transform-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/scrolled-expected.txt:
2015-04-26 Simon Fraser <simon.fraser@apple.com>
New WK1 results for this test.
* platform/mac-wk1/compositing/tiling/transform-origin-tiled-expected.txt: Added.
2015-04-25 Simon Fraser <simon.fraser@apple.com>
Expand compositing coverage rect when scrolling and animating
https://bugs.webkit.org/show_bug.cgi?id=144214
rdar://problem/20695926
Reviewed by Darin Adler.
New baselines for tests dumping layer output, with coverage rect being affected
by this changeset. One new test for tiling a layer inside overflow:hidden with transform-origin.
* compositing/contents-scale/animating-expected.txt:
* compositing/contents-scale/rounded-contents-scale-expected.txt:
* compositing/contents-scale/scaled-ancestor-expected.txt:
* compositing/contents-scale/simple-scale-expected.txt:
* compositing/tiling/transform-origin-tiled.html: Added.
* platform/mac-wk2/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/mac-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/mac-wk2/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt:
* platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
* platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/mac/compositing/visible-rect/2d-transformed-expected.txt:
* platform/mac/compositing/visible-rect/3d-transformed-expected.txt:
* platform/mac/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/mac/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/mac/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
* platform/mac/compositing/visible-rect/scrolled-expected.txt:
2015-04-25 Alexey Proskuryakov <ap@apple.com>
Mark some tests that take >10 seconds on debug bots as slow.
This is too close to 30 second timeout, so it's likely that these tests would flakily
time out on other configurations, e.g. locally.
* TestExpectations:
2015-04-25 Myles C. Maxfield <mmaxfield@apple.com>
font-synthesis's initial value is "style weight"
https://bugs.webkit.org/show_bug.cgi?id=144195
Reviewed by Darin Adler.
Updating test.
* fast/css3-text/font-synthesis-parse-expected.txt:
* fast/css3-text/font-synthesis-parse.html:
2015-04-25 Jordan Harband <ljharb@gmail.com>
Set#keys !== Set#values
https://bugs.webkit.org/show_bug.cgi?id=144190
Reviewed by Darin Adler.
* js/script-tests/set-keys.js: Added.
* js/set-keys-expected.txt: Added.
* js/set-keys.html: Added.
2015-04-25 Darin Adler <darin@apple.com>
Crash if IDBTransaction is aborted right after it's created
https://bugs.webkit.org/show_bug.cgi?id=144199
Reviewed by Simon Fraser.
* platform/mac-wk2/TestExpectations: Unskip storage/indexeddb/transaction-abort.html.
* storage/indexeddb/transaction-abort-expected.txt: Updated since the exact text of
the execptions is different from what was marked here as expected.
2015-04-23 Ryosuke Niwa <rniwa@webkit.org>
class methods should be non-enumerable
https://bugs.webkit.org/show_bug.cgi?id=143181
Reviewed by Darin Adler.
Added a regression test.
Also fixed a test that previously relied on "prototype" property being writable
since this is no longer the case.
* js/class-syntax-extends-expected.txt:
* js/class-syntax-prototype.html: Added.
* js/script-tests/class-syntax-extends.js:
* js/script-tests/class-syntax-prototype.js: Added.
2015-04-25 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement String.fromCodePoint
https://bugs.webkit.org/show_bug.cgi?id=144160
Reviewed by Darin Adler.
Add String.fromCodePoint.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2015-04-25 Alexey Proskuryakov <ap@apple.com>
Mavericks fix - no window.performance there.
* fast/frames/flattening/resources/iframe-to-resize.html:
2015-04-25 Alexey Proskuryakov <ap@apple.com>
fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155
Unreviewed. Add more temporary logging to figure out what's going on with the test on bots.
* fast/frames/flattening/resources/iframe-to-resize.html:
2015-04-24 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183288.
https://bugs.webkit.org/show_bug.cgi?id=144189
Made js/sort-with-side-effecting-comparisons.html time out in
debug builds (Requested by ap on #webkit).
Reverted changeset:
"It shouldn't take 1846 lines of code and 5 FIXMEs to sort an
array."
https://bugs.webkit.org/show_bug.cgi?id=144013
http://trac.webkit.org/changeset/183288
2015-04-24 Myles C. Maxfield <mmaxfield@apple.com>
Implement parsing support for font-synthesis CSS property
https://bugs.webkit.org/show_bug.cgi?id=144180
Reviewed by Tim Horton.
* fast/css3-text/font-synthesis-parse-expected.txt: Added.
* fast/css3-text/font-synthesis-parse.html: Added.
2015-04-24 Simon Fraser <simon.fraser@apple.com>
Track a coverage rect through GraphicsLayerCA flushes, use it to mark backing store attached
https://bugs.webkit.org/show_bug.cgi?id=144165
Reviewed by Dean Jackson.
New results for platform/mac-wk2/tiled-drawing tests that dump layer trees.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt:
* platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
* platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
* platform/mac-wk2/tiled-drawing/visible-rect-content-inset-expected.txt:
2015-04-24 Simon Fraser <simon.fraser@apple.com>
Track a coverage rect through GraphicsLayerCA flushes, use it to mark backing store attached
https://bugs.webkit.org/show_bug.cgi?id=144165
Reviewed by Dean Jackson.
Updated results that now include coverage rects, and a new test that includes both visible
and hidden layers.
* compositing/contents-scale/animating-expected.txt:
* compositing/contents-scale/rounded-contents-scale-expected.txt:
* compositing/contents-scale/scaled-ancestor-expected.txt:
* compositing/contents-scale/simple-scale-expected.txt:
* compositing/contents-scale/z-translate-expected.txt:
* compositing/visible-rect/coverage-clipped-expected.txt: Added.
* compositing/visible-rect/coverage-clipped.html: Added.
* compositing/visible-rect/coverage-scrolling-expected.txt: Added.
* compositing/visible-rect/coverage-scrolling.html: Added.
* platform/ios-simulator-wk2/compositing/visible-rect/coverage-clipped-expected.txt: Added.
* platform/ios-simulator-wk2/compositing/visible-rect/coverage-scrolling-expected.txt: Added.
* platform/mac-wk2/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/mac-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/mac-wk2/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
* platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/mac/compositing/visible-rect/2d-transformed-expected.txt:
* platform/mac/compositing/visible-rect/3d-transform-style-expected.txt:
* platform/mac/compositing/visible-rect/3d-transformed-expected.txt:
* platform/mac/compositing/visible-rect/animated-expected.txt:
* platform/mac/compositing/visible-rect/animated-from-none-expected.txt:
* platform/mac/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/mac/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/mac/compositing/visible-rect/flipped-preserve-3d-expected.txt:
* platform/mac/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
* platform/mac/compositing/visible-rect/nested-transform-expected.txt:
* platform/mac/compositing/visible-rect/scrolled-expected.txt:
2015-04-21 Geoffrey Garen <ggaren@apple.com>
It shouldn't take 1846 lines of code and 5 FIXMEs to sort an array.
https://bugs.webkit.org/show_bug.cgi?id=144013
Reviewed by Mark Lam.
* js/script-tests/array-holes.js:
* js/array-holes-expected.txt: This result now matches Firefox. We see
'peekaboo', which is a prototype property, rather than a hole, because
sorting uses [[Get]], which sees prototype properties.
The ES6 spec says that sorting should use [[Get]], so this new result
matches the spec a little better -- although the spec also says that the
result of sorting is undefined in this case because of the presence of
an indexed property in the prototype chain.
* js/dom/array-prototype-properties-expected.txt: Updated error message
to match other array prototype error messages.
* js/comparefn-sort-stability-expected.txt:
* js/script-tests/comparefn-sort-stability.js: Made this test bigger in
order to demonstrate that Firefox and Safari use a stable sort, and
Chrome does not.
* js/script-tests/array-sort-sparse.js:
* js/array-sort-sparse-expected.txt: Added some tests for things I got
wrong in this patch.
2015-04-24 Alexey Proskuryakov <ap@apple.com>
fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155
Unreviewed follow-up. Added a notifyDone, so that the watchdog timer actually works.
* fast/frames/flattening/resources/iframe-to-resize.html:
2015-04-24 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183266.
https://bugs.webkit.org/show_bug.cgi?id=144164
Broke 32-bit build and a test. (Requested by ap on #webkit).
Reverted changeset:
"AX: richer text change notifications (142719)"
https://bugs.webkit.org/show_bug.cgi?id=142719
http://trac.webkit.org/changeset/183266
2015-04-24 Brady Eidson <beidson@apple.com>
Handling additional review feedback after http://trac.webkit.org/changeset/183280
https://bugs.webkit.org/show_bug.cgi?id=144157.
Suggested by, implicitly reviewed by, and explicitly rubber-stamped by Alexey Proskuryakov.
* http/tests/security/cors-post-redirect-303-expected.txt: Added.
* http/tests/security/cors-post-redirect-303.html: Added.
* http/tests/security/resources/cors-post-redirect-target.php:
2015-04-24 Brady Eidson <beidson@apple.com>
Origin header is preserved on cross-origin redirects.
https://bugs.webkit.org/show_bug.cgi?id=144157.
Reviewed by Sam Weinig.
* http/tests/security/cors-post-redirect-301-expected.txt: Added.
* http/tests/security/cors-post-redirect-301.html: Added.
* http/tests/security/cors-post-redirect-302-expected.txt: Added.
* http/tests/security/cors-post-redirect-302.html: Added.
* http/tests/security/cors-post-redirect-307-expected.txt: Added.
* http/tests/security/cors-post-redirect-307.html: Added.
* http/tests/security/cors-post-redirect-308-expected.txt: Added.
* http/tests/security/cors-post-redirect-308.html: Added.
* http/tests/security/resources/cors-post-redirect-target.php: Added.
2015-04-24 Matthew Mirman <mmirman@apple.com>
Added tests to ensure that Object.prototype.__proto__ native getter and setter do not coerce undefined to this
https://bugs.webkit.org/show_bug.cgi?id=141865
rdar://problem/19927273
Reviewed by Filip Pizlo.
* js/script-tests/sloppy-getter-setter-global-object.js: Added.
* js/sloppy-getter-setter-global-object-expected.txt: Added.
* js/sloppy-getter-setter-global-object.html: Added.
2015-04-24 Alexey Proskuryakov <ap@apple.com>
fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155
Reviewed by Anders Carlsson.
Cleaned the test up a little, and added logging to collect some information about
why it fails.
* fast/frames/flattening/iframe-flattening-resize-event-count.html:
* fast/frames/flattening/resources/iframe-to-resize.html:
2015-04-24 Doug Russell <d_russell@apple.com>
AX: richer text change notifications (142719)
https://bugs.webkit.org/show_bug.cgi?id=142719
Reviewed by Darin Adler.
Richer accessibility value change notifications. Introduce AXTextEditType, postTextStateChangeNotification and postTextReplacementNotification to give assistive tech apps more reliable context for responding to changes in web content. Also implement a mechanism to post value changes in password form fields in coalesced ticks to thwart analyzing the cadence of changes.
Richer accessibility selection change notifications. Introduce AXTextStateChangeIntent, and an overload of postTextReplacementNotification to give assistive tech apps more reliable context for responding to changes in web content selection. Also block posting selection changes on password fields.
* platform/mac/accessibility/input-replacevalue-userinfo-expected.txt: Added.
* platform/mac/accessibility/input-replacevalue-userinfo.html: Added.
* platform/mac/accessibility/selection-change-userinfo-expected.txt: Added.
* platform/mac/accessibility/selection-change-userinfo.html: Added.
* platform/mac/accessibility/value-change-userinfo-expected.txt: Added.
* platform/mac/accessibility/value-change-userinfo.html: Added.
2015-04-24 Antti Koivisto <antti@apple.com>
Memory cache live resources repeatedly purged during painting
https://bugs.webkit.org/show_bug.cgi?id=144104
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache/disk-cache-vary-cookie.html:
These clearMemoryCache calls are now done by cache-test.js.
* http/tests/cache/disk-cache/resources/cache-test.js:
(loadResources):
Make sure to clear the memory cache explicitly in the beginning so we always hit the disk cache.
(runTests):
2015-04-24 Antti Koivisto <antti@apple.com>
Unreviewed, rolling out r183259.
Wrong ChangeLog.
Reverted changeset:
"Memory cache live resources repeatedly purged during
painting"
https://bugs.webkit.org/show_bug.cgi?id=144104
http://trac.webkit.org/changeset/183259
2015-04-24 Antti Koivisto <antti@apple.com>
Memory cache live resources repeatedly purged during painting
https://bugs.webkit.org/show_bug.cgi?id=144104
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache/disk-cache-vary-cookie.html:
These clearMemoryCache calls are now done by cache-test.js.
* http/tests/cache/disk-cache/resources/cache-test.js:
(loadResources):
Make sure to clear the memory cache explicitly in the beginning so we always hit the disk cache.
(runTests):
2015-04-23 Basile Clement <basile_clement@apple.com>
Allow function allocation sinking
https://bugs.webkit.org/show_bug.cgi?id=144016
Reviewed by Filip Pizlo.
Add a new test in JSRegress to check function sinking is being
performed.
* js/regress/script-tests/sink-function.js: Added.
(foo.f1):
(foo.f2):
(foo.f3):
(foo.f4):
(foo.f5):
(foo.f6):
(foo.f7):
(foo.f8):
(foo.f9):
(foo.f10):
(foo.f11):
(foo.f12):
(foo.f13):
(foo.f14):
(foo.f15):
(foo.f16):
(foo.f17):
(foo.f18):
(foo.f19):
(foo):
2015-04-23 Alexey Proskuryakov <ap@apple.com>
Test compositing/scrolling/touch-scroll-to-clip.html fails in WK1
https://bugs.webkit.org/show_bug.cgi?id=144127
* platform/mac-wk1/TestExpectations: Marked it as such.
2015-04-23 Jer Noble <jer.noble@apple.com>
[Mac] Disable QTKit by default on future OS X.
https://bugs.webkit.org/show_bug.cgi?id=144082
Reviewed by Darin Adler.
Add a required BANDWIDTH field to the alternate playlist.
* http/tests/media/resources/hls/playlist-with-cookie.m3u8:
2015-04-23 Tim Horton <timothy_horton@apple.com>
Make the linter stop complaining by fixing the order of fields in TestExpectations
* platform/mac/TestExpectations:
Bug number comes first.
2015-04-23 Alexey Proskuryakov <ap@apple.com>
editing/selection/extend-by-character-007.html should pass on OS X 10.10.3.
Updated the results to match what we get in 10.10.3, and marked as passing.
* editing/selection/extend-by-character-007-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/editing/selection/extend-by-character-007-expected.png: Added.
* platform/mac/editing/selection/extend-by-character-007-expected.txt: Added.
2015-04-23 Jordan Harband <ljharb@gmail.com>
Implement `Object.assign`
https://bugs.webkit.org/show_bug.cgi?id=143980
Reviewed by Filip Pizlo.
* js/Object-assign-expected.txt: Added.
* js/Object-assign.html: Added.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-assign.js: Added.
* js/script-tests/Object-getOwnPropertyNames.js:
2015-04-23 Chris Dumez <cdumez@apple.com>
Unreviewed, temporarily skip http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler.html on Windows.
It often crashes on Windows.
* platform/win/TestExpectations:
2015-04-22 Zalan Bujtas <zalan@apple.com>
Create RenderRubyText for <rt> only when the parent renderer is a RenderRuby.
https://bugs.webkit.org/show_bug.cgi?id=144035
rdar://problem/20604467
Reviewed by Darin Adler.
This patch extends HTMLElement::createElementRenderer()
with the render tree insertion point so that we can create different type
of renderers based on the render tree context.
* fast/ruby/ruby-rt-with-region-crash-expected.txt: Added.
* fast/ruby/ruby-rt-with-region-crash.html: Added.
2015-04-22 Brent Fulgham <bfulgham@apple.com>
Context menu doesn't account for selection semantics
https://bugs.webkit.org/show_bug.cgi?id=143958
<rdar://problem/19735706>
Unreviewed test fix.
The new 'context-menu-text-selection-lookup.html' test added in this
bug was based on a test that does not work properly on some ports.
Skipping/failing this test in the same places as the original
'context-menu-text-selection.html' test.
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2015-04-22 Brent Fulgham <bfulgham@apple.com>
Unreviewed test fix after r183138.
* editing/selection/context-menu-text-selection-lookup-expected.txt: The wrong
expectations were committed.
2015-04-22 Alexey Proskuryakov <ap@apple.com>
Update results for two CSS tests affected by new fonts in OS X 10.10.3.
* platform/mac-mavericks/css2.1: Added.
* platform/mac-mavericks/css2.1/t1202-counter-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.png.
* platform/mac-mavericks/css2.1/t1202-counter-04-b-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.txt.
* platform/mac-mavericks/css2.1/t1202-counters-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.png.
* platform/mac-mavericks/css2.1/t1202-counters-04-b-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.txt.
* platform/mac/TestExpectations:
* platform/mac/css2.1/t1202-counter-04-b-expected.png:
* platform/mac/css2.1/t1202-counter-04-b-expected.txt:
* platform/mac/css2.1/t1202-counters-04-b-expected.png:
* platform/mac/css2.1/t1202-counters-04-b-expected.txt:
2015-04-22 Alexey Proskuryakov <ap@apple.com>
fast/text/emoji.html passes on OS X 10.10.3 and higher.
* platform/mac/TestExpectations: Mark it as such.
2015-04-22 Benjamin Poulain <benjamin@webkit.org>
Implement String.codePointAt()
https://bugs.webkit.org/show_bug.cgi?id=143934
Reviewed by Darin Adler.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/string-code-point-at.js: Added.
(objectWithCustomToString.toString):
(objectThrowingOnToString.toString):
(objectCountingToString.toString):
(testLeadSurrogateOutOfBounds):
(testLeadSurrogateAsLastCharacter):
(testTrailSurrogateOutOfbounds):
(testAccessNullInString):
(testNormalCombinationOfSurrogates):
* js/string-code-point-at-expected.txt: Added.
* js/string-code-point-at.html: Added.
2015-04-22 Brent Fulgham <bfulgham@apple.com>
Context menu doesn't account for selection semantics
https://bugs.webkit.org/show_bug.cgi?id=143958
<rdar://problem/19735706>
Reviewed by Tim Horton.
* editing/selection/context-menu-text-selection-lookup-expected.txt: Added.
* editing/selection/context-menu-text-selection-lookup.html: Added.
2015-04-22 Jeremy Jones <jeremyj@apple.com>
Expect failure on windows for treeitem-child-exposed test.
https://bugs.webkit.org/show_bug.cgi?id=144070
Unreviewed.
Mark accessibility/treeitem-child-exposed.html as failing on windows.
* platform/win/TestExpectations:
2015-04-22 Nan Wang <nanwang1101@yahoo.com>
AX: WebKit does not expose text fields inside tree views.
https://bugs.webkit.org/show_bug.cgi?id=142196
Reviewed by Chris Fleizach.
Tests for treeitems childrens accessibility.
Also fixed the search predicate test for treeitem,
the static text is the second child of treeitem and
list marker is the first child.
* accessibility/treeitem-child-exposed-expected.txt: Added.
* accessibility/treeitem-child-exposed.html: Added.
* platform/mac/accessibility/search-predicate-expected.txt:
* platform/mac/accessibility/search-predicate.html:
2015-04-22 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStreamController
https://bugs.webkit.org/show_bug.cgi?id=143608
Reviewed by Benjamin Poulain.
Updated expectations as more tests are passed.
ReadableStreamController constructor tests fail due to the custom constructor being not implemented yet.
Added a test to ensure that calling a controller method when its stream is collected is throwing an error.
* streams/readable-stream.html:
* streams/readable-stream-expected.txt:
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/readable-stream-expected.txt:
2015-04-22 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 21st April.
https://bugs.webkit.org/show_bug.cgi?id=143982.
Unreviewed.
* platform/gtk/TestExpectations:
2015-04-21 Jinwoo Song <jinwoo7.song@samsung.com>
[Cairo] Implement Path::addPath
https://bugs.webkit.org/show_bug.cgi?id=130580
Reviewed by Dirk Schulze.
Enable addPath testcase in EFL port.
* platform/efl/TestExpectations:
2015-04-21 Said Abou-Hallawa <sabouhallawa@apple.com>
SVGAnimateElementBase::calculateAnimatedValue() asserts when reinserting an SVG animating element within the same animation limits
https://bugs.webkit.org/show_bug.cgi?id=143994
Reviewed by Simon Fraser.
* svg/animations/crash-reinsert-animate-length-same-limits-expected.txt: Added.
* svg/animations/crash-reinsert-animate-length-same-limits.svg: Added.
* svg/animations/crash-reinsert-animate-transform-same-limits-expected.txt: Added.
* svg/animations/crash-reinsert-animate-transform-same-limits.svg: Added.
Make sure when removing an SVG animating element and reinserting it back
within the same animation length or transform limits, we do not crash.
2015-04-21 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed gardening
Update test expectations for failing tests.
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png: Rebaseline after r177774.
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Ditto.
* platform/efl/fast/repaint/selection-ruby-rl-expected.txt: Added. Ditto.
* platform/efl/fast/text/decorations-with-text-combine-expected.png:
* platform/efl/fast/text/decorations-with-text-combine-expected.txt:
* platform/efl/mathml/opentype/horizontal-expected.txt: Rebaseline after r174540.
* platform/efl/svg/text/textPathBoundsBug-expected.png: Rebaselined after r177774.
* platform/efl/svg/text/textPathBoundsBug-expected.txt: Added. Ditto.
2015-04-21 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed gardening on 22th April
Mark 3 compositing tests to image only failure. Additionally move
wrong categorized 2 tests to a correct place.
* platform/efl/TestExpectations:
2015-04-21 Michael Saboff <msaboff@apple.com>
Crash in JSC::Interpreter::execute
https://bugs.webkit.org/show_bug.cgi?id=142625
Reviewed by Filip Pizlo.
New regression test.
* js/regress-142625-expected.txt: Added.
* js/regress-142625.html: Added.
* js/script-tests/regress-142625.js: Added.
2015-04-20 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r177494): -webkit-mask-image: with data URI fails on non-local files
https://bugs.webkit.org/show_bug.cgi?id=141857
Reviewed by Dirk Schulze.
Ref test with a masked green square. Has to be an http test to trigger the
origin checking.
* http/tests/css/data-uri-mask-expected.html: Added.
* http/tests/css/data-uri-mask.html: Added.
2015-04-20 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed, update test expectations and rebaseline failing tests.
Remove some expected failures from tests that are passing.
Also rebaselined failing tests.
* platform/efl/TestExpectations:
* platform/efl/fast/dom/Element/getClientRects-expected.txt: Added. Rebaselined after r177774.
* platform/efl/fast/dom/Range/getClientRects-expected.txt: Ditto.
* platform/efl/fast/line-grid/line-align-right-edges-expected.png: Rebaselined after r177128.
* platform/efl/fast/line-grid/line-align-right-edges-expected.txt: Ditto.
* platform/efl/fast/table/022-expected.png: Rebaselined after r177774.
* platform/efl/fast/table/022-expected.txt: Added. Ditto.
* platform/efl/fast/text/wbr-pre-expected.png: Rebaselined after r177774.
* platform/efl/fast/text/wbr-pre-expected.txt: Added. Ditto.
2015-04-20 Said Abou-Hallawa <sabouhallawa@apple.com>
SVGFitToViewBox::viewBoxToViewTransform() has to count for zero physical width and height before calling SVGPreserveAspectRatio::getCTM()
https://bugs.webkit.org/show_bug.cgi?id=143903
Reviewed by Daniel Bates.
* svg/css/crash-path-zero-height-viewbox-expected.txt: Added.
* svg/css/crash-path-zero-height-viewbox.svg: Added.
* svg/css/crash-path-zero-width-viewbox-expected.txt: Added.
* svg/css/crash-path-zero-width-viewbox.svg: Added.
Make sure if the physical width or the physical height of an SVG is zero
and a viewBox is specified, we do not crash.
2015-04-20 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Improve Support for WeakSet in Console
https://bugs.webkit.org/show_bug.cgi?id=143951
Reviewed by Darin Adler.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update the test to include a WeakSet example.
Also rebaseline for iterator changes that landed recently.
2015-04-20 Alex Christensen <achristensen@webkit.org>
Fix content extension test flakiness.
https://bugs.webkit.org/show_bug.cgi?id=143950
Reviewed by Brady Eidson.
* platform/mac-wk2/TestExpectations:
Mark contentextensions tests as not flaky any more.
2015-04-20 Beth Dakin <bdakin@apple.com>
Should not list these tests twice.
* platform/mac-wk2/TestExpectations:
2015-04-20 Simon Fraser <simon.fraser@apple.com>
Setting inline style to the same value it already has triggers a style recalc
https://bugs.webkit.org/show_bug.cgi?id=143922
Reviewed by Antti Koivisto.
Test that changes inline-style (to test this bug fix), and classes (for
proactive testing) and counts style recalcs.
* fast/css/set-inline-style-recalc-expected.txt: Added.
* fast/css/set-inline-style-recalc.html: Added.
2015-04-20 Brady Eidson <beidson@apple.com>
Crash in StyleResolver::invalidateMatchedPropertiesCache() when using content extensions.
<rdar://problem/20554405> and https://bugs.webkit.org/show_bug.cgi?id=143892
Reviewed by Chris Dumez.
* http/tests/contentextensions/resources/woff-stylesheet.css: Added.
(@font-face):
* http/tests/contentextensions/style-resolver-changed-reentrancy-expected.txt: Added.
* http/tests/contentextensions/style-resolver-changed-reentrancy.html: Added.
* http/tests/contentextensions/style-resolver-changed-reentrancy.html.json: Added.
* http/tests/resources/Ahem.woff: Added.
2015-04-20 Per Arne Vollan <peavo@outlook.com>
Favicons are not always loaded.
https://bugs.webkit.org/show_bug.cgi?id=143880
Reviewed by Darin Adler.
Added new test for icon link elements without mime type.
* fast/dom/icon-url-without-mimetype-expected.txt: Added.
* fast/dom/icon-url-without-mimetype.html: Added.
2015-04-20 Alexey Proskuryakov <ap@apple.com>
Contentextensions tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=143950
* platform/mac-wk2/TestExpectations: Marking them as such.
2015-04-20 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed gardening
Update test expectations for failing tests.
* platform/efl/fast/box-sizing/box-sizing-expected.png: Rebaseline after 176978.
* platform/efl/fast/box-sizing/box-sizing-expected.txt: Ditto.
* platform/efl/fast/css/image-rendering-expected.txt: Added. Rebaseline after r177774.
* platform/efl/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt:
Rebaseline after r173857.
2015-04-20 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed gardening
Rebaseline after r177774.
* platform/efl/css2.1/t1508-c527-font-00-b-expected.txt: Added.
2015-04-20 Jordan Harband <ljharb@gmail.com>
Implement `Object.is`
https://bugs.webkit.org/show_bug.cgi?id=143865
Reviewed by Darin Adler.
* js/Object-getOwnPropertyNames-expected.txt:
* js/Object-is-expected.txt: Added.
* js/Object-is.html: Added.
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/Object-is.js: Added.
2015-04-19 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement WeakSet
https://bugs.webkit.org/show_bug.cgi?id=142408
Reviewed by Darin Adler.
Add basic-weakset test and fix WeakMap behavior to conform the latest spec.
* js/dom/basic-weakmap-expected.txt:
* js/dom/basic-weakset-expected.txt: Added.
* js/dom/basic-weakset.html: Added.
* js/dom/script-tests/basic-weakmap.js:
* js/dom/script-tests/basic-weakset.js: Added.
2015-04-18 Michał Pakuła vel Rutka <m.pakula@samsung.com>
[EFL] Unreviewed gardening
Update test expectations for failing tests.
* platform/efl/TestExpectations:
* platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt: Rebaseline after r182620.
* platform/efl/fast/dom/focus-contenteditable-expected.txt: Ditto.
* platform/efl/fast/forms/listbox-hit-test-zoomed-expected.txt: Ditto.
* platform/efl/fast/parser/open-comment-in-textarea-expected.txt: Ditto.
* platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Ditto.
* platform/efl/inspector-protocol/debugger/regress-133182-expected.txt: Rebaseline after r181810.
* platform/efl/svg/wicd/test-rightsizing-b-expected.txt: Rebaseline after r182620.
2015-04-18 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r181656): Animated tiled layers are missing content
https://bugs.webkit.org/show_bug.cgi?id=143911
rdar://problem/20596328
Reviewed by Darin Adler.
Test that animates a tiled layer, and checks that layer flushes occur while the
animation is running.
* compositing/animation/animation-backing-expected.txt: Added.
* compositing/animation/animation-backing.html: Added.
2015-04-17 Bem Jones-Bey <bjonesbe@adobe.com>
Large values for line-height cause integer overflow in RenderStyle::computedLineHeight
https://bugs.webkit.org/show_bug.cgi?id=143863
Reviewed by Rob Buis.
Simplified test from a fuzzer.
* fast/shapes/shape-outside-floats/shape-outside-negative-line-height-crash-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-negative-line-height-crash.html: Added.
2015-04-17 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Fix name enumeration of static functions for Symbol constructor
https://bugs.webkit.org/show_bug.cgi?id=143891
Reviewed by Geoffrey Garen.
Add property names tests for Symbol constructor, Symbol object and Symbol.prototype.
* js/Object-getOwnPropertyNames-expected.txt: Removed.
* js/script-tests/Object-getOwnPropertyNames.js:
2015-04-17 Beth Dakin <bdakin@apple.com>
Force mouse events should go through normal mouse event handling code paths
https://bugs.webkit.org/show_bug.cgi?id=143749
-and corresponding-
rdar://problem/20472895
Reviewed by Dean Jackson.
Just a few new tests. More to come.
* fast/events/mouse-force-changed-expected.txt: Added.
* fast/events/mouse-force-changed.html: Added.
* fast/events/mouse-force-down-expected.txt: Added.
* fast/events/mouse-force-down.html: Added.
* fast/events/mouse-force-up-expected.txt: Added.
* fast/events/mouse-force-up.html: Added.
Right now the new tests will only work on Mac 10.10.3 and beyond.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-mavericks/TestExpectations:
* platform/win/TestExpectations:
2015-04-17 Daniel Bates <dabates@apple.com>
REGRESSION: SVG does not support link dragging
https://bugs.webkit.org/show_bug.cgi?id=141597
Reviewed by Darin Adler.
Add a test to ensure we do not regress dragging of a HTML hyperlink or a SVG hyperlink.
* fast/events/drag-and-drop-link-expected.txt: Added.
* fast/events/drag-and-drop-link.html: Added.
* platform/efl/TestExpectations: Mark the test as "failure" since EFL does not support drag-and-drop.
* platform/gtk/TestExpectations: Mark the test as "failure" until we implement drag-and-drop support for
GTK+ as part of fixing <https://bugs.webkit.org/show_bug.cgi?id=42194>.
* platform/ios-simulator/TestExpectations: Skip the test since iOS does not implement
drag-and-drop support.
* platform/mac-wk2/TestExpectations: Skip the test until we implement drag-and-drop support in EventSender
for Mac as part of fixing <https://bugs.webkit.org/show_bug.cgi?id=42194>.
2015-04-17 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182912 and r182920.
https://bugs.webkit.org/show_bug.cgi?id=143881
Build breakage in some configurations (Requested by ap on
#webkit).
Reverted changesets:
"Force mouse events should go through normal mouse event
handling code paths"
https://bugs.webkit.org/show_bug.cgi?id=143749
http://trac.webkit.org/changeset/182912
http://trac.webkit.org/changeset/182920
2015-04-17 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 17th April.
https://bugs.webkit.org/show_bug.cgi?id=143870
Unreviewed.
* platform/gtk/TestExpectations:
2015-04-17 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed EFL gardening on 17 April.
Mark 5 form tests and 3 navigation tests to failure.
* platform/efl/TestExpectations:
2015-04-17 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
streams/reference-implementation/readable-stream.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143778
Unreviewed.
Comment out flaky subtests while working on a more complete
solution.
The problem with these tests is that they set a timeout before the
calling done() and this causes some tests to behave
undeterministically, specilly code related to promise
resolution. This could even cause indetermination if the tests
were expected to run correctly.
We think it is better to comment them out and find a more long
term solution that could involve submitting change requests to the
reference tests in the spec. This will be tackled in bug 143774.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-reader.html:
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/readable-stream-templated.html:
* streams/reference-implementation/readable-stream.html:
2015-04-16 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
streams/readablestream-reader.html test should really test collected stream case.
https://bugs.webkit.org/show_bug.cgi?id=143818
Reviewed by Darin Adler.
Making the test async so that the stream start async callback is made and the stream be collected.
* streams/readable-stream-reader.html:
2015-04-16 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/DOMContentLoaded-event.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143382
Reviewed by Chris Dumez.
* http/tests/misc/DOMContentLoaded-event-expected.txt:
* http/tests/misc/DOMContentLoaded-event.html:
Don't race with a timer, just check if some time passes between DOMContentLoaded and load events.
2015-04-16 Jordan Harband <ljharb@gmail.com>
Number.parseInt is not === global parseInt in nightly r182673
https://bugs.webkit.org/show_bug.cgi?id=143799
Reviewed by Darin Adler.
* js/number-constructor-expected.txt:
* js/parseInt-expected.txt:
* js/script-tests/number-constructor.js:
* js/script-tests/parseInt.js:
2015-04-16 Tim Horton <timothy_horton@apple.com>
Rebaseline mouse-cursor-image-set results after r182869
* fast/events/mouse-cursor-image-set-expected.txt:
* platform/win/fast/events/mouse-cursor-image-set-expected.txt:
* platform/mac/TestExpectations:
Un-skip and land new results.
2015-04-16 Beth Dakin <bdakin@apple.com>
I will be investigating this in the short term, but skip these failing test for
now.
* platform/mac-wk2/TestExpectations:
2015-04-16 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement Symbol.for and Symbol.keyFor
https://bugs.webkit.org/show_bug.cgi?id=143404
Reviewed by Geoffrey Garen.
Add tests to check Symbol's identity over different realms.
* js/dom/cross-frame-symbols-expected.txt: Added.
* js/dom/cross-frame-symbols.html: Added.
* js/dom/script-tests/cross-frame-symbols.js: Added.
2015-04-16 Beth Dakin <bdakin@apple.com>
Forgot to edit this TestExpectation file for
http://trac.webkit.org/changeset/182912
* platform/mac-wk1/TestExpectations:
2015-04-16 Beth Dakin <bdakin@apple.com>
Force mouse events should go through normal mouse event handling code paths
https://bugs.webkit.org/show_bug.cgi?id=143749
-and corresponding-
rdar://problem/20472895
Reviewed by Dean Jackson.
Just a few new tests. More to come.
* fast/events/mouse-force-changed-expected.txt: Added.
* fast/events/mouse-force-changed.html: Added.
* fast/events/mouse-force-down-expected.txt: Added.
* fast/events/mouse-force-down.html: Added.
* fast/events/mouse-force-up-expected.txt: Added.
* fast/events/mouse-force-up.html: Added.
Right now the new tests will only work on Mac 10.10.3 and beyond.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-mavericks/TestExpectations:
* platform/win/TestExpectations:
2015-04-16 Chris Dumez <cdumez@apple.com>
Regression(r182517): WebSocket::suspend() causes error event to be fired
https://bugs.webkit.org/show_bug.cgi?id=143806
<rdar://problem/20559812>
Reviewed by Alexey Proskuryakov.
* http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt:
* http/tests/websocket/tests/hybi/closed-when-entering-page-cache.html:
Extend WebSocket PageCache test to make sure that the error event is
fired after restoring the page from the PageCache and before the close
Event is fired.
* http/tests/websocket/tests/hybi/resources/page-cache-websocket.html: Added.
* http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler-expected.txt: Copied from LayoutTests/http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt.
* http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler.html: Copied from LayoutTests/http/tests/websocket/tests/hybi/closed-when-entering-page-cache.html.
Add layout test to cover the case where WebSocket::stop() is called
while firing the pending events upon restoring the page from PageCache.
2015-04-16 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Delete hardcoded font fallback tables
https://bugs.webkit.org/show_bug.cgi?id=143583
Reviewed by Darin Adler
Updating expected results.
* editing/selection/vertical-rl-rtl-extend-line-backward-br.html: Updating expected results
* editing/selection/vertical-rl-rtl-extend-line-backward-p.html: Updating expected results
* editing/selection/vertical-rl-rtl-extend-line-forward-br.html: Updating expected results
* editing/selection/vertical-rl-rtl-extend-line-forward-p.html: Updating expected results
* fast/text/international/danda-space.html: Updating expected results
* fast/text/international/thai-baht-space.html: Updating expected results
2015-04-16 Alexey Proskuryakov <ap@apple.com>
More flaky tests in http/tests/security/mixedContent
https://bugs.webkit.org/show_bug.cgi?id=143804
Reviewed by Csaba Osztrogonác.
Start secondary window loading in onload, so that it doesn't race with main document
finishing to load.
* http/tests/security/mixedContent/about-blank-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html:
* http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html:
* http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-iframe-in-main-frame.html:
* http/tests/security/mixedContent/insecure-image-in-main-frame.html:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame.html:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html:
2015-04-15 Chris Dumez <cdumez@apple.com>
Add a console message when a stylesheet is not parsed due to invalid MIME type
https://bugs.webkit.org/show_bug.cgi?id=143784
Reviewed by Joseph Pecoraro.
Update expectations for tests that are using stylesheets served with wrong
MIME type as we now display a console message in this case.
* http/tests/inspector/css/bad-mime-type-expected.txt:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension-expected.txt:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-expected.txt:
* http/tests/misc/css-accept-any-type-expected.txt:
* http/tests/misc/css-reject-any-type-in-strict-mode-expected.txt:
* http/tests/security/cross-origin-css-1-expected.txt: Added.
* http/tests/security/cross-origin-css-1.html: Added.
* http/tests/security/cross-origin-css-2-expected.txt: Added.
* http/tests/security/cross-origin-css-2.html: Added.
* http/tests/security/cross-origin-css-3-expected.txt: Added.
* http/tests/security/cross-origin-css-3.html: Added.
* http/tests/security/cross-origin-css-4-expected.txt: Added.
* http/tests/security/cross-origin-css-4.html: Added.
* http/tests/security/cross-origin-css-5-expected.txt: Added.
* http/tests/security/cross-origin-css-5.html: Added.
* http/tests/security/cross-origin-css-6-expected.txt: Added.
* http/tests/security/cross-origin-css-6.html: Added.
* http/tests/security/cross-origin-css-7-expected.txt: Added.
* http/tests/security/cross-origin-css-7.html: Added.
* http/tests/security/cross-origin-css-8-expected.txt: Added.
* http/tests/security/cross-origin-css-8.html: Added.
* http/tests/security/cross-origin-css-expected.txt: Removed.
* http/tests/security/cross-origin-css.html: Removed.
Split http/tests/security/cross-origin-css.html into several tests. The
test would be flaky otherwise as console messages could appear in
different order for every run.
* platform/mac/http/tests/misc/acid3-expected.txt:
2015-04-15 Said Abou-Hallawa <said@apple.com>
Minimum font size pref breaks SVG text very badly.
https://bugs.webkit.org/show_bug.cgi?id=143590.
Reviewed by Simon Fraser.
When enabling the minimum font size perf, the SVG text element should
apply the minimum font size rules on the scaled font.
* svg/text/font-small-enlarged-minimum-larger-expected.svg: Added.
* svg/text/font-small-enlarged-minimum-larger.svg: Added.
Minimum font size is larger than the scaled font size. Also the expected
file makes sure the minimum font size rules are still applied if no scaling
is applied.
* svg/text/font-small-enlarged-minimum-smaller-expected.svg: Added.
* svg/text/font-small-enlarged-minimum-smaller.svg: Added.
Minimum font size is smaller than the scaled font size. So the minimim font
size rule should not have any effect on the final computed font size.
2015-04-15 Jordan Harband <ljharb@gmail.com>
String.prototype.startsWith/endsWith/includes have wrong length in r182673
https://bugs.webkit.org/show_bug.cgi?id=143659
Reviewed by Benjamin Poulain.
* js/script-tests/string-includes.js:
* js/string-includes-expected.txt:
2015-04-15 Jordan Harband <ljharb@gmail.com>
Math.imul has wrong length in Safari 8.0.4
https://bugs.webkit.org/show_bug.cgi?id=143658
Reviewed by Benjamin Poulain.
* js/script-tests/math.js:
2015-04-15 Jordan Harband <ljharb@gmail.com>
Number.parseInt in nightly r182673 has wrong length
https://bugs.webkit.org/show_bug.cgi?id=143657
Reviewed by Benjamin Poulain.
* js/number-constructor-expected.txt:
* js/script-tests/number-constructor.js:
2015-04-15 Chris Dumez <cdumez@apple.com>
Unreviewed, skip http/tests/inspector/css/bad-mime-type.html on Windows
Skip http/tests/inspector/css/bad-mime-type.html on Windows as it times
out. This is already the case for a lot of inspector tests on Windows.
* platform/win/TestExpectations:
2015-04-15 Alexey Proskuryakov <ap@apple.com>
streams/reference-implementation/readable-stream.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143778
* TestExpectations: Marking as such.
2015-04-14 Alexey Proskuryakov <ap@apple.com>
inspector/console/console-api.html is very slow, frequently timing out
https://bugs.webkit.org/show_bug.cgi?id=143719
* TestExpectations: Further adjusted the expectations.
2015-04-14 Alexey Proskuryakov <ap@apple.com>
fast/dom/Window/timer-resume-on-navigation-back.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33685
Reviewed by Brady Eidson.
If the timer fired before navigation, the test passed without going down the code
path that it was supposed to test. If it fired when navigation was in provisional
state, then dumping results was delayed until the navigation was finished, and
thus the intermediate page got dumped, and the test failed.
* fast/dom/Window/timer-resume-on-navigation-back.html:
2015-04-14 Zalan Bujtas <zalan@apple.com>
Make inline continuation style change logic consistent.
https://bugs.webkit.org/show_bug.cgi?id=143737
rdar://problem/20486596
Reviewed by Simon Fraser.
Do not force RenderBlock type-casting on the first sibling of the continuation's container.
The first sibling of the container of a continuation should be handled as the rest of the siblings.
* fast/inline/inline-with-column-span-and-remove-block-child-crash-expected.txt: Added.
* fast/inline/inline-with-column-span-and-remove-block-child-crash.html: Added.
2015-04-14 Daniel Bates <dabates@apple.com>
Rename test LayoutTests/fast/events/drag-link.html to drag-and-drop-link-into-focused-contenteditable.html
https://bugs.webkit.org/show_bug.cgi?id=143683
Reviewed by Alexey Proskuryakov.
The name of the test LayoutTests/fast/events/drag-link.html is too generic given its purpose, which is
to test that we do not cause an assertion failure when dragging and dropping an HTML hyperlink into
a focused content editable element. We should come up with a more descriptive name for this test that
better describes what it tests.
* fast/events/drag-and-drop-link-into-focused-contenteditable-expected.txt: Renamed from LayoutTests/fast/events/drag-link-expected.txt.
* fast/events/drag-and-drop-link-into-focused-contenteditable.html: Renamed from LayoutTests/fast/events/drag-link.html.
* platform/efl/TestExpectations: Update file because of the rename.
* platform/gtk/TestExpectations: Ditto.
* platform/ios-simulator/TestExpectations: Ditto.
* platform/mac-wk2/TestExpectations: Ditto.
2015-04-14 Chris Dumez <cdumez@apple.com>
Regression(r180020): Web Inspector crashes on pages that have a stylesheet with an invalid MIME type
https://bugs.webkit.org/show_bug.cgi?id=143745
<rdar://problem/20243916>
Reviewed by Joseph Pecoraro.
Add layout test that shows the Web inspector on a page that has
a stylesheet with an invalid MIME type, to make sure we don't
crash.
* http/tests/inspector/css/bad-mime-type-expected.txt: Added.
* http/tests/inspector/css/bad-mime-type.html: Added.
* http/tests/misc/css-accept-any-type.html:
* http/tests/misc/css-reject-any-type-in-strict-mode.html:
* http/tests/misc/resources/stylesheet-bad-mime-type.php: Renamed from LayoutTests/http/tests/misc/resources/stylesheet.php.
2015-04-14 Brady Eidson <beidson@apple.com>
Make sure media element loads hit content filter extensions.
<rdar://problem/20014012> and https://bugs.webkit.org/show_bug.cgi?id=143731
Reviewed by Jer Noble.
* http/tests/contentextensions/media-filtered-expected.txt: Added.
* http/tests/contentextensions/media-filtered.html: Added.
* http/tests/contentextensions/media-filtered.html.json: Added.
* http/tests/contentextensions/text-track-blocked-expected.txt: Added.
* http/tests/contentextensions/text-track-blocked.html: Added.
* http/tests/contentextensions/text-track-blocked.html.json: Added.
2015-04-14 Brent Fulgham <bfulgham@apple.com>
[Win] Skip failling test due to list box scroll behavior.
https://bugs.webkit.org/show_bug.cgi?id=143739
* platform/win/TestExpectations:
2015-04-14 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test correction after r182737.
New test expectation was missing a newline at the end of the file.
* platform/win/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
2015-04-14 Simon Fraser <simon.fraser@apple.com>
Set the font size to 11px explicitly to try to fix this test on Windows.
* fast/forms/listbox-visible-size.html:
2015-04-14 Alexey Proskuryakov <ap@apple.com>
inspector/console/console-api.html is very slow, frequently timing out
https://bugs.webkit.org/show_bug.cgi?id=143719
* TestExpectations: Marking as slow.
2015-04-14 Alexey Proskuryakov <ap@apple.com>
fast/sub-pixel/input-caret-on-subpixel-bound.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143697
Reviewed by Anders Carlsson.
* fast/sub-pixel/input-caret-on-subpixel-bound.html: Don't wait for a timer to fire
after removing the last character.
2015-04-14 Alexey Proskuryakov <ap@apple.com>
Two flaky tests in http/tests/security/mixedContent
https://bugs.webkit.org/show_bug.cgi?id=143695
Reviewed by Csaba Osztrogonác.
Speculative fix. Do not start opening a secondary window until fully done with the
main document.
* http/tests/security/mixedContent/data-url-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/data-url-iframe-in-main-frame.html:
* http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-css-in-main-frame.html:
2015-04-13 Simon Fraser <simon.fraser@apple.com>
[iOS WK2] Interactive elements of developer.apple.com are broken
https://bugs.webkit.org/show_bug.cgi?id=143692
Reviewed by Sam Weinig.
* platform/ios-simulator-wk2/scrolling/remove-scrolling-role-expected.txt: Added.
* platform/ios-simulator-wk2/scrolling/remove-scrolling-role.html: Added.
2015-04-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182794.
https://bugs.webkit.org/show_bug.cgi?id=143714
readable-stream-templated.html fails on Debug bots (Requested
by youenn on #webkit).
Reverted changeset:
"[Streams API] ReadableStream constructor start function
should be able to close the stream"
https://bugs.webkit.org/show_bug.cgi?id=143363
http://trac.webkit.org/changeset/182794
2015-04-14 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableStream constructor start function should be able to close the stream
https://bugs.webkit.org/show_bug.cgi?id=143363
Reviewed by Benjamin Poulain.
Rebased tests as some are now passing.
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
2015-04-14 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 14th April
https://bugs.webkit.org/show_bug.cgi?id=143701
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
2015-04-14 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening: Rebaseline tests after r182620
https://bugs.webkit.org/show_bug.cgi?id=143700
Unreviewed.
This revision updates some tests after changing the way <br> is
rendered. We need to change the GTK+ expectations for these tests.
* platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/gtk/fast/dom/focus-contenteditable-expected.txt:
* platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.png:
* platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/gtk/fast/forms/range/slider-padding-expected.txt:
* platform/gtk/fast/forms/textarea-scroll-height-expected.txt:
* platform/gtk/fast/parser/open-comment-in-textarea-expected.txt:
* platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/gtk/http/tests/navigation/postredirect-basic-expected.txt:
* platform/gtk/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/gtk/svg/wicd/test-rightsizing-b-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug106795-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1224-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1430-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug16252-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug19599-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug20579-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug92143-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-14 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
Sync Streams API tests with spec
https://bugs.webkit.org/show_bug.cgi?id=143669
Reviewed by Darin Adler.
Some tests were moved from the spec tests to our custom ones
because they were not approved (yet, or they won't be).
Some nuances from the spec tests were also fixed.
* streams/readable-stream-expected.txt: Added.
* streams/readable-stream-reader-expected.txt: Added.
* streams/readable-stream-reader.html: Added.
* streams/readable-stream.html: Added.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-reader.html:
* streams/reference-implementation/readable-stream.html: Nuances
fixed and tests moved to custom.
2015-04-13 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Columns set in percentages collapse to auto width
https://bugs.webkit.org/show_bug.cgi?id=141435
Reviewed by David Hyatt.
Added new tests to check that percentage track breadths are properly
calculated under different sizing conditions.
Modified one test to include relative sizes too.
* fast/css-grid-layout/grid-item-with-percent-height-in-auto-height-grid-resolution-expected.txt:
* fast/css-grid-layout/grid-item-with-percent-height-in-auto-height-grid-resolution.html:
* fast/css-grid-layout/percent-intrinsic-track-breadth-expected.txt: Added.
* fast/css-grid-layout/percent-intrinsic-track-breadth.html: Added.
* fast/css-grid-layout/percent-track-breadths-regarding-container-size-expected.txt: Added.
* fast/css-grid-layout/percent-track-breadths-regarding-container-size.html: Added.
2015-04-10 Brent Fulgham <bfulgham@apple.com>
Expand test infrastructure to support scrolling tests
https://bugs.webkit.org/show_bug.cgi?id=143286
<rdar://problem/20375516>
Reviewed by Simon Fraser.
Correct a scrolling test that had not been issuing wheel events to a valid
view. This was found by some new logging in this patch.
* platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt:
* platform/mac/fast/scrolling/scroll-div-latched-div.html:
* platform/mac-wk1/scrollbars/scrollevent-iframe-no-scrolling-wheel-expected.txt: Added.*
2015-04-13 Said Abou-Hallawa <sabouhallawa@apple.com>
Fix LayoutTests/http/tests/canvas/canvas-tainted-after-draw-image.html on all bots
following http://trac.webkit.org/changeset/182750.
Reviewed by Daniel Bates.
* http/tests/canvas/canvas-tainted-after-draw-image-expected.txt:
* http/tests/canvas/canvas-tainted-after-draw-image.html:
Set window.jsTestIsAsync true and call finishJSTest() to make the test
asynchronous, so the "TEST COMPLETE" message will be output after all the
test messages. Also delete the synchronous tests for data url image and
same-domain image since they can't be reliably tested.
2015-04-13 Simon Fraser <simon.fraser@apple.com>
Fix compositing/geometry/fixed-transformed.html on Mavericks.
To get consistent results on Mavericks, call
internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true);
* compositing/geometry/fixed-transformed.html:
2015-04-08 Filip Pizlo <fpizlo@apple.com>
JSC should detect singleton functions
https://bugs.webkit.org/show_bug.cgi?id=143232
Reviewed by Geoffrey Garen and Michael Saboff.
* js/regress/create-lots-of-functions-expected.txt: Added.
* js/regress/create-lots-of-functions.html: Added.
* js/regress/no-inline-constructor-expected.txt: Added.
* js/regress/no-inline-constructor.html: Added.
* js/regress/script-tests/create-lots-of-functions.js: Added.
* js/regress/script-tests/no-inline-constructor.js: Added.
* js/regress/script-tests/singleton-scope.js: Added.
* js/regress/singleton-scope-expected.txt: Added.
* js/regress/singleton-scope.html: Added.
2015-04-13 Simon Fraser <simon.fraser@apple.com>
Add missing layout test result.
* compositing/geometry/fixed-transformed-expected.txt: Added.
2015-04-13 Said Abou-Hallawa <sabouhallawa@apple.com>
list-style-image with SVG image renders at incorrect size.
https://bugs.webkit.org/show_bug.cgi?id=141367.
Reviewed by Darin Adler.
Ensure the SVG image gets the correct size when used as an image list.
* svg/as-list-image: Added.
* svg/as-list-image/svg-list-image-intrinsic-size-1-expected.html: Added.
* svg/as-list-image/svg-list-image-intrinsic-size-1.html: Added.
2015-04-13 Said Abou-Hallawa <sabouhallawa@apple.com>
Canvas drawImage() has a security hole when the image isn't yet fully loaded.
https://bugs.webkit.org/show_bug.cgi?id=58681.
Reviewed by Darin Adler.
This test confirms when we load an image from a different origin and try
drawing it on a canvas, the canvas is tainted if the image is completely
loaded and drawn. Otherwise the image is not drawn.
* http/tests/canvas/canvas-tainted-after-draw-image-expected.txt: Added.
* http/tests/canvas/canvas-tainted-after-draw-image.html: Added.
* http/tests/canvas/resources: Added.
* http/tests/canvas/resources/100x100-lime-rect.svg: Added.
2015-04-13 Beth Dakin <bdakin@apple.com>
Add force property to MouseEvents
https://bugs.webkit.org/show_bug.cgi?id=143569
-and corresponding-
rdar://problem/20472954
Reviewed by Darin Adler.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-04-13 Simon Fraser <simon.fraser@apple.com>
Fixed position element is truncated if moved onscreen by a transform
https://bugs.webkit.org/show_bug.cgi?id=143655
Reviewed by Darin Adler.
Test that moves a position:fixed element on-screen using a transform.
* compositing/geometry/fixed-transformed.html: Added.
2015-04-13 Alexey Proskuryakov <ap@apple.com>
js/regress-141098.html often times out in debug builds.
This test is slow in debug, sometimes barely passing, and other times timing out.
* TestExpectations:
2015-04-13 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test correction after r182635.
Two Windows test expectation files were missing newlines at the end of the file.
* platform/win/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt:
* platform/win/fast/backgrounds/selection-background-color-of-list-style-expected.txt:
2015-04-13 Zalan Bujtas <zalan@apple.com>
[Win] Unreviewed gardening after r182620. (<br> updates mostly)
* platform/win/fast/dom/focus-contenteditable-expected.txt:
* platform/win/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/win/fast/forms/range/slider-padding-expected.txt:
* platform/win/fast/forms/textarea-scroll-height-expected.txt:
* platform/win/fast/parser/open-comment-in-textarea-expected.txt:
* platform/win/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/win/fast/text/svg-font-face-with-kerning-expected.txt: Added.
* platform/win/http/tests/navigation/postredirect-basic-expected.txt:
* platform/win/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/win/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/win/svg/wicd/test-rightsizing-b-expected.txt:
* platform/win/tables/mozilla/bugs/bug1224-expected.txt:
* platform/win/tables/mozilla/bugs/bug131020-expected.txt:
* platform/win/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/win/tables/mozilla/bugs/bug1430-expected.txt:
* platform/win/tables/mozilla/bugs/bug16252-expected.txt:
* platform/win/tables/mozilla/bugs/bug19599-expected.txt:
* platform/win/tables/mozilla/bugs/bug20579-expected.txt:
* platform/win/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/win/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/win/tables/mozilla/bugs/bug92143-expected.txt:
* platform/win/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/win/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/win/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Update table/mozilla expected files after r182620
https://bugs.webkit.org/show_bug.cgi?id=143626
Unreviewed gardening.
* platform/efl/TestExpectations:
* platform/efl/tables/mozilla/bugs/bug106795-expected.png:
* platform/efl/tables/mozilla/bugs/bug106795-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1224-expected.png:
* platform/efl/tables/mozilla/bugs/bug1224-expected.txt:
* platform/efl/tables/mozilla/bugs/bug131020-expected.png:
* platform/efl/tables/mozilla/bugs/bug131020-expected.txt:
* platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.png:
* platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1430-expected.png:
* platform/efl/tables/mozilla/bugs/bug1430-expected.txt:
* platform/efl/tables/mozilla/bugs/bug157890-expected.png:
* platform/efl/tables/mozilla/bugs/bug157890-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug16252-expected.png:
* platform/efl/tables/mozilla/bugs/bug16252-expected.txt:
* platform/efl/tables/mozilla/bugs/bug19599-expected.png:
* platform/efl/tables/mozilla/bugs/bug19599-expected.txt:
* platform/efl/tables/mozilla/bugs/bug20579-expected.png:
* platform/efl/tables/mozilla/bugs/bug20579-expected.txt:
* platform/efl/tables/mozilla/bugs/bug32205-3-expected.png:
* platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug82946-2-expected.png:
* platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug92143-expected.png:
* platform/efl/tables/mozilla/bugs/bug92143-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.png:
* platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.png:
* platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
* platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
* platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/efl/tables/mozilla_expected_failures/other/test4-expected.png:
* platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening, skip fast/attachment tests, there is
no reason to run these tests before enabling ATTACHMENT_ELEMENT.
* platform/efl/TestExpectations:
2015-04-10 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Support marking/unmarking tracks as infinitely growable
https://bugs.webkit.org/show_bug.cgi?id=141431
Reviewed by Darin Adler.
New test that to check that tracks whose growth limit changes from
infinite to finite when evaluating "intrinsic maximums" are marked
as infinitely growable for the "max-content maximums" step.
* fast/css-grid-layout/mark-as-infinitely-growable-expected.txt: Added.
* fast/css-grid-layout/mark-as-infinitely-growable.html: Added.
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening, update platform specifix expected files after r181889.
* platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/efl/plugins/npruntime/object-from-destroyed-plugin-expected.txt:
* platform/efl/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt:
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Rebaseline accessibility/aria-toggle-button-with-title.html
https://bugs.webkit.org/show_bug.cgi?id=143229
Unreviewed gardening after r182012.
* platform/efl/accessibility/aria-toggle-button-with-title-expected.txt: Added.
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] accessibility/plugin.html fails
https://bugs.webkit.org/show_bug.cgi?id=143663
Unreviewed gardening, mark accessibility/plugin.html as failing test.
* platform/efl/TestExpectations:
2015-04-12 Benjamin Poulain <benjamin@webkit.org> and Diego Perini <diego.perini@gmail.com>
Legacy scroll behavior on HTMLBodyElement should only apply to the first body element of a document
https://bugs.webkit.org/show_bug.cgi?id=143651
Reviewed by Sam Weinig.
* fast/dom/Element/body-scrollHeight-basics-quirks-expected.txt: Added.
* fast/dom/Element/body-scrollHeight-basics-quirks.html: Added.
* fast/dom/Element/body-scrollLeft-basics-quirks-expected.txt: Added.
* fast/dom/Element/body-scrollLeft-basics-quirks.html: Added.
* fast/dom/Element/body-scrollTop-basics-quirks-expected.txt: Added.
* fast/dom/Element/body-scrollTop-basics-quirks.html: Added.
* fast/dom/Element/body-scrollWidth-basics-quirks-expected.txt: Added.
* fast/dom/Element/body-scrollWidth-basics-quirks.html: Added.
Test the various behaviors.
* fast/dom/Element/detached-body-element-does-not-scroll-main-frame-with-scrollLeft-expected.txt: Added.
* fast/dom/Element/detached-body-element-does-not-scroll-main-frame-with-scrollLeft.html: Added.
* fast/dom/Element/detached-body-element-does-not-scroll-main-frame-with-scrollTop-expected.txt: Added.
* fast/dom/Element/detached-body-element-does-not-scroll-main-frame-with-scrollTop.html: Added.
Those tests target specifically the bug.
2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Enable Media Source
https://bugs.webkit.org/show_bug.cgi?id=143635
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations: Update failing tests.
2015-04-12 Sungmann Cho <sungmann.cho@navercorp.com>
Fix trival typos related to the word "coordinate".
https://bugs.webkit.org/show_bug.cgi?id=143644
Reviewed by Alexey Proskuryakov.
No new tests, no behavior change.
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt:
* css3/scroll-snap/scroll-snap-property-computed-style.js:
* platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.png: Removed.
* platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* platform/ios-simulator/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png: Removed.
* platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* platform/win/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* svg/custom/svg-curve-with-relative-cordinates.html: Removed.
2015-04-12 Simon Fraser <simon.fraser@apple.com>
Selects don't scroll at some aspect ratios
https://bugs.webkit.org/show_bug.cgi?id=143649
rdar://problem/19365694
Reviewed by Darin Adler.
* fast/forms/listbox-visible-size-expected.txt: Added.
* fast/forms/listbox-visible-size.html: Added.
2015-04-12 Simon Fraser <simon.fraser@apple.com>
Too much repainting on scrolling with fixed backgrounds
https://bugs.webkit.org/show_bug.cgi?id=143637
rdar://problem/20245243
Reviewed by Darin Adler.
Tests with various configurations of iframes and compositing, which dump layer trees with
repaint rectangles.
Also tiled-scrolling test that exercises the simple case.
Put WebKit1-specific results in platform/mac-wk1, since they are very different from
WK2 and other platforms, due to WK1-specific layer hosting and repaint behaviors.
* compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint-expected.txt: Added.
* compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint.html: Added.
* compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: Added.
* compositing/repaint/iframes/compositing-iframe-scroll-repaint.html: Added.
* compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint-expected.txt: Added.
* compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint.html: Added.
* compositing/repaint/iframes/resources/compositing-document.html: Added.
* compositing/repaint/iframes/resources/compositing-fixed-background-document.html: Added.
* compositing/repaint/iframes/resources/fixed-background-document.html: Added.
* platform/mac-wk1/compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint-expected.txt: Added.
* platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: Added.
* platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint-expected.txt: Added.
* platform/mac-wk2/compositing/repaint/fixed-background-scroll-expected.txt:
* platform/mac-wk2/tiled-drawing/fixed-background-scroll-repaint-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/fixed-background-scroll-repaint.html: Added.
2015-04-12 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement Array.prototype.values
https://bugs.webkit.org/show_bug.cgi?id=143633
Reviewed by Darin Adler.
* js/Object-getOwnPropertyNames-expected.txt:
* js/array-iterators-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/array-iterators.js:
2015-04-11 Alexey Proskuryakov <ap@apple.com>
editing/spelling/spelling-marker-description.html times out on Mac
https://bugs.webkit.org/show_bug.cgi?id=143639
Reviewed by Darin Adler.
* editing/spelling/spelling-marker-description-expected.txt:
* editing/spelling/spelling-marker-description.html:
Changed the test to match reality.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Removed expectations.
2015-04-11 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unskip media test on EFL port
Unreviewed, media tests are being passed except for 25 tests.
The failing tests need to be investigated by Bug 131044.
* platform/efl/TestExpectations:
2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed, EFL gardening on 11th April.
Mark 18 table/mozilla tests to failure. The tests have been failed since r182620.
* platform/efl/TestExpectations:
2015-04-10 Andy Estes <aestes@apple.com>
[Content Filtering] Support modifying request URLs
https://bugs.webkit.org/show_bug.cgi?id=143599
rdar://problem/20442560
Reviewed by Darin Adler.
* contentfiltering/allow-after-add-data-expected.html: Changed to use pass.html.
* contentfiltering/allow-after-finished-adding-data-expected.html: Ditto.
* contentfiltering/allow-after-response-expected.html: Ditto.
* contentfiltering/allow-after-will-send-request-expected.html: Ditto.
* contentfiltering/block-after-add-data-expected.html: Ditto.
* contentfiltering/block-after-add-data-then-allow-unblock-expected.html: Ditto.
* contentfiltering/block-after-add-data-then-deny-unblock-expected.html: Ditto.
* contentfiltering/block-after-finished-adding-data-expected.html: Ditto.
* contentfiltering/block-after-finished-adding-data-then-allow-unblock-expected.html: Ditto.
* contentfiltering/block-after-finished-adding-data-then-deny-unblock-expected.html: Ditto.
* contentfiltering/block-after-response-expected.html: Ditto.
* contentfiltering/block-after-response-then-allow-unblock-expected.html: Ditto.
* contentfiltering/block-after-response-then-deny-unblock-expected.html: Ditto.
* contentfiltering/block-after-will-send-request-expected.html: Ditto.
* contentfiltering/block-after-will-send-request-then-allow-unblock-expected.html: Ditto.
* contentfiltering/block-after-will-send-request-then-deny-unblock-expected.html: Ditto.
* contentfiltering/modify-request-url-expected.html: Added.
* contentfiltering/modify-request-url.html: Added.
* contentfiltering/resources/fail.html: Added.
* contentfiltering/resources/pass.html: Added.
* http/tests/contentfiltering/allow-after-redirect-expected.html: Removed the body tag.
* http/tests/contentfiltering/block-after-redirect-expected.html: Ditto.
* http/tests/contentfiltering/modify-redirect-request-url-expected.html: Added.
* http/tests/contentfiltering/modify-redirect-request-url.html: Added.
2015-04-10 ChangSeok Oh <changseok.oh@collabora.com>
[Win] Layout Test fast/backgrounds/selection-background-color-of-list-style.html is failing
https://bugs.webkit.org/show_bug.cgi?id=143543
Reviewed by Brent Fulgham.
Added missing test results after r182546 for windows.
* platform/win/TestExpectations:
* platform/win/fast/backgrounds/selection-background-color-of-image-list-style-expected.png: Added.
* platform/win/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt: Added.
* platform/win/fast/backgrounds/selection-background-color-of-list-style-expected.png: Added.
* platform/win/fast/backgrounds/selection-background-color-of-list-style-expected.txt: Added.
2015-04-10 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
Add total test test of Streams API
https://bugs.webkit.org/show_bug.cgi?id=142682
Unreviewed.
Increased the callbacks timeouts to make tests pass in slower bots
like Yosemite Debug.
* streams/reference-implementation/resources/streams-utils.js:
Created a standardTimeout variable with 100 as default.
* streams/reference-implementation/readable-stream-cancel.html:
* streams/reference-implementation/readable-stream-reader.html:
* streams/reference-implementation/readable-stream-templated.html:
* streams/reference-implementation/readable-stream.html: Used
standardTimeout for the test timeout callbacks.
2015-04-10 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
Add total test test of Streams API
https://bugs.webkit.org/show_bug.cgi?id=142682
Reviewed by Benjamin Poulain.
This is the full test set that we have for the implementation of
Streams API. When we add more features/code the number of passing
tests will increase.
We have the tests translated from the reference implementation at
streams/reference-implementation and our own tests for some other
things at the streams upper level.
We removed testharness stacktrace in case of failure because it
dumps the filenames with paths. You can activate it for a specific
test by setting its dumpStack attribute to true.
All our former custom tests were integrated in the spec so we they
are now in their appropriate places in the reference
implementation ones. Some of them were changed to match the actual
spec and they are failing now, but we only have to progressively
fix them.
* resources/testharnessreport.js: Avoid printing the stack in case
of test failure to be able to have failing tests as expected
unless commanded otherwise.
* streams/readablestream-constructor-expected.txt: Removed.
* streams/readablestream-constructor.html: Removed.
* streams/readablestream-start-expected.txt: Removed.
* streams/readablestream-start.html: Removed.
* streams/readablestreamreader-constructor-expected.txt: Removed.
* streams/readablestreamreader-constructor.html: Removed.
* streams/reference-implementation/bad-underlying-sources-expected.txt: Added.
* streams/reference-implementation/bad-underlying-sources.html: Added.
* streams/reference-implementation/brand-checks-expected.txt: Added.
* streams/reference-implementation/brand-checks.html: Added.
* streams/reference-implementation/count-queuing-strategy-expected.txt: Added.
* streams/reference-implementation/count-queuing-strategy.html: Added.
* streams/reference-implementation/readable-stream-cancel-expected.txt: Added.
* streams/reference-implementation/readable-stream-cancel.html: Added.
* streams/reference-implementation/readable-stream-expected.txt: Added.
* streams/reference-implementation/readable-stream-reader-expected.txt: Added.
* streams/reference-implementation/readable-stream-reader.html: Added.
* streams/reference-implementation/readable-stream-templated-expected.txt: Added.
* streams/reference-implementation/readable-stream-templated.html: Added.
* streams/reference-implementation/readable-stream.html: Added.
* streams/reference-implementation/resources/byte-length-queuing-strategy.js: Added.
* streams/reference-implementation/resources/count-queuing-strategy.js: Added.
* streams/reference-implementation/resources/streams-utils.js: Added.
2015-04-09 Zalan Bujtas <zalan@apple.com>
Simple line layout: Add <br> support.
https://bugs.webkit.org/show_bug.cgi?id=139012
This patch enables RenderBlockFlows to use simple line layout on text content when <br> is present.
Simple text with <br> is a fairly common pattern on discussion(forum)-like web pages. This patch reduces memory usage
and speeds up layout for such content.
Test output changes in 2 different ways:
1. Repositioned RenderLineBreak elements. (1px wide <br> is the result of integral pixel snapping)
2. Removed empty content (<br>).
Reviewed by Antti Koivisto.
* fast/text/simple-line-with-br-expected.html: Added.
* fast/text/simple-line-with-br.html: Added.
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/editing/pasteboard/5761530-1-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac/fast/dom/focus-contenteditable-expected.txt:
* platform/mac/fast/forms/range/slider-padding-expected.txt: Added.
* platform/mac/fast/forms/textarea-scroll-height-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/mac/fast/text/svg-font-face-with-kerning-expected.txt: Added.
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106795-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-09 Matthew Mirman <mmirman@apple.com>
Updated expectations on a few tests to account for error
info not being added at throw time anymore.
https://bugs.webkit.org/show_bug.cgi?id=143542
rdar://problem/20475871
Reviewed by Michael Saboff.
Because sourceURL is now being appended at error construction time rather than when thrown,
the tests now attempt to append it during the code run by InspectorTest.sendCommand which I assume uses an eval.
Because this code is generated on the fly, it has no URL and thus sourceURL makes no sense.
Also since they are generated in a new locations, they will have a new lines and columns.
* inspector-protocol/debugger/setPauseOnExceptions-all-expected.txt:
* inspector-protocol/debugger/setPauseOnExceptions-none-expected.txt:
* inspector-protocol/debugger/setPauseOnExceptions-uncaught-expected.txt:
* platform/win/TestExpectations: Enabled the above tests on windows.
2015-04-09 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Implement justify-self and justify-item css properties.
https://bugs.webkit.org/show_bug.cgi?id=133281
Reviewed by David Hyatt.
Implement the new property 'justify-items', defined in the CSS Box Alignment
specification to desribe the container's alignment behavior, in the same way
the 'align-items' property does.
* fast/css/parse-justify-items-expected.txt: Added.
* fast/css/parse-justify-items.html: Added.
* fast/css/resources/alignment-parsing-utils.js: Added.
(checkValues):
(checkBadValues):
(checkInitialValues):
(checkInheritValues):
(checkLegacyValues):
2015-04-09 Myles C. Maxfield <mmaxfield@apple.com>
Text-combine erroneously draws vertically after non-layout-causing style change
https://bugs.webkit.org/show_bug.cgi?id=143461
<rdar://problem/19285490>
Reviewed by Darin Adler.
* fast/text/text-combine-style-change-no-layout-expected.html: Added.
* fast/text/text-combine-style-change-no-layout.html: Added.
2015-04-09 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] fast/css/vertical-text-overflow-ellipsis-text-align-center.html is failing
https://bugs.webkit.org/show_bug.cgi?id=142571
Unreviewed EFL Gardening.
Rebaseline the fast/css/vertical-text-overflow-ellipsis-text-align-center.html.
* platform/efl/TestExpectations:
* platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
* platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
2015-04-09 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening. Added missing results after r182546.
https://bugs.webkit.org/show_bug.cgi?id=143557
* platform/efl/fast/backgrounds/selection-background-color-of-image-list-style-expected.png: Added.
* platform/efl/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt: Added.
* platform/efl/fast/backgrounds/selection-background-color-of-list-style-expected.png: Added.
* platform/efl/fast/backgrounds/selection-background-color-of-list-style-expected.txt: Added.
2015-04-09 Andy Estes <aestes@apple.com>
Skip http/tests/contentfiltering/ on all the platforms that skipped contentfiltering/
https://bugs.webkit.org/show_bug.cgi?id=143460
* platform/efl/TestExpectations:
* platform/win/TestExpectations:
2015-04-04 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Support the start function parameter in ReadableStream constructor
https://bugs.webkit.org/show_bug.cgi?id=141160
Reviewed by Benjamin Poulain.
Added tests to check that start JS function is called with the right parameters and can throw errors.
* streams/readablestream-start-expected.txt: Added.
* streams/readablestream-start.html: Added.
2015-04-08 Brent Fulgham <bfulgham@apple.com>
[Win] Layout Test inspector/console/console-api.html is failing
https://bugs.webkit.org/show_bug.cgi?id=143548
* platform/win/TestExpectations: Skipped new timeout.
2015-04-08 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Split ConsoleMessageImpl into the View and the Model
https://bugs.webkit.org/show_bug.cgi?id=142599
Reviewed by Timothy Hatcher.
* inspector/console/console-api-expected.txt: Added.
* inspector/console/console-api.html: Added.
Add a basic test for console APIs creating the new ConsoleMessage model objects.
2015-04-08 Brent Fulgham <bfulgham@apple.com>
[Win] Document some test failures.
https://bugs.webkit.org/show_bug.cgi?id=143542
https://bugs.webkit.org/show_bug.cgi?id=143543
* platform/win/TestExpectations: Mark as failing.
2015-04-08 Michael Catanzaro <mcatanzaro@igalia.com>
[GTK] Unreviewed, update more test expectations
Remove some expected failures from tests that are passing. Also, copypaste some
expectations to more appropriate locations in the expectations file.
* platform/gtk/TestExpectations:
2015-04-08 Filip Pizlo <fpizlo@apple.com>
JSArray::sortNumeric should handle ArrayWithUndecided
https://bugs.webkit.org/show_bug.cgi?id=143535
Reviewed by Geoffrey Garen.
Upload the original test that first spotted this. Shortened it a bit so that it runs fast enough.
* js/regress/script-tests/sorting-benchmark.js: Added.
(log):
(bottom_up_merge_sort):
(aMinusB):
(verify):
(benchmark):
(makeArrays):
* js/regress/sorting-benchmark-expected.txt: Added.
* js/regress/sorting-benchmark.html: Added.
2015-04-08 Alex Christensen <achristensen@webkit.org>
Block popups from content extensions.
https://bugs.webkit.org/show_bug.cgi?id=143497
Reviewed by Brady Eidson.
* http/tests/contentextensions/popups-expected.txt: Added.
* http/tests/contentextensions/popups.html: Added.
* http/tests/contentextensions/popups.html.json: Added.
2015-04-08 Michael Catanzaro <mcatanzaro@igalia.com>
[GTK] Unreviewed test expectation sanity-check
Remove duplicate expectation, and some expectations for tests that no longer exist.
* platform/gtk/TestExpectations:
2015-04-08 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Properly handle negative reference box widths and center coordinates
https://bugs.webkit.org/show_bug.cgi?id=142610
Reviewed by Rob Buis.
Tests for the cases that trigger asserts.
* fast/shapes/shape-outside-floats/shape-outside-floats-circle-negative-radius-crash-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-floats-circle-negative-radius-crash.html: Added.
* fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-negative-width-crash-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-negative-width-crash.html: Added.
2015-04-08 ChangSeok Oh <changseok.oh@collabora.com>
Fill list style background with same color with that of list background.
https://bugs.webkit.org/show_bug.cgi?id=143483
Reviewed by Simon Fraser.
* fast/backgrounds/selection-background-color-of-image-list-style.html: Added.
* fast/backgrounds/selection-background-color-of-list-style.html: Added.
* platform/gtk/fast/backgrounds/selection-background-color-of-image-list-style-expected.png: Added.
* platform/gtk/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt: Added.
* platform/gtk/fast/backgrounds/selection-background-color-of-list-style-expected.png: Added.
* platform/gtk/fast/backgrounds/selection-background-color-of-list-style-expected.txt: Added.
* platform/mac/fast/backgrounds/selection-background-color-of-image-list-style-expected.png: Added.
* platform/mac/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt: Added.
* platform/mac/fast/backgrounds/selection-background-color-of-list-style-expected.png: Added.
* platform/mac/fast/backgrounds/selection-background-color-of-list-style-expected.txt: Added.
2015-04-08 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182536.
https://bugs.webkit.org/show_bug.cgi?id=143523
Made accessibility/table-sections.html time out on debug bots
(Requested by ap on #webkit).
Reverted changeset:
"Simple line layout: Add <br> support."
https://bugs.webkit.org/show_bug.cgi?id=139012
http://trac.webkit.org/changeset/182536
2015-04-08 Zalan Bujtas <zalan@apple.com>
Simple line layout: Add <br> support.
https://bugs.webkit.org/show_bug.cgi?id=139012
This patch enables RenderBlockFlows to use simple line layout on text content when <br> is present.
Simple text with <br> is a fairly common pattern on discussion(forum)-like web pages. This patch reduces memory usage
and speeds up layout for such content.
Test output changes in 2 different ways:
1. Repositioned RenderLineBreak elements. (1px wide <br> is the result of integral pixel snapping)
2. Removed empty content (<br>).
Reviewed by Antti Koivisto.
* fast/text/simple-line-with-br-expected.html: Added.
* fast/text/simple-line-with-br.html: Added.
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac/fast/dom/focus-contenteditable-expected.txt:
* platform/mac/fast/forms/range/slider-padding-expected.txt: Added.
* platform/mac/fast/forms/textarea-scroll-height-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/mac/fast/text/svg-font-face-with-kerning-expected.txt: Added.
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106795-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-07 Michael Peechatt <mpeechatt@gmail.com>
Bug 142887 - role progress bar does not support indeterminate state
https://bugs.webkit.org/show_bug.cgi?id=142887
Reviewed by Chris Fleizach.
* platform/mac/accessibility/progressbar-indeterminate-expected.txt: Added.
* platform/mac/accessibility/progressbar-indeterminate.html: Added.
Test that checks if 0 is returned for indetermiate progress indicators when
aria min and max values are non zero.
2015-04-07 Chris Dumez <cdumez@apple.com>
Open WebSockets should not prevent a page from entering PageCache
https://bugs.webkit.org/show_bug.cgi?id=143505
<rdar://problem/19923085>
Reviewed by Alexey Proskuryakov.
Add a layout test to check that an open WebSocket does not prevent a
page from entering page cache and that a 'close' event is fired after
resuming (restoring from the page cache).
* http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt: Added.
* http/tests/websocket/tests/hybi/closed-when-entering-page-cache.html: Added.
2015-04-07 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182511.
https://bugs.webkit.org/show_bug.cgi?id=143507
caused debug test failures (Requested by alexchristensen on
#webkit).
Reverted changeset:
"Block popups from content extensions."
https://bugs.webkit.org/show_bug.cgi?id=143497
http://trac.webkit.org/changeset/182511
2015-04-07 Alex Christensen <achristensen@webkit.org>
Block popups from content extensions.
https://bugs.webkit.org/show_bug.cgi?id=143497
Reviewed by Brady Eidson.
* http/tests/contentextensions/popups-expected.txt: Added.
* http/tests/contentextensions/popups.html: Added.
* http/tests/contentextensions/popups.html.json: Added.
2015-04-07 Matthew Mirman <mmirman@apple.com>
Source and stack information should get appended only to native errors
and should be added after construction rather than when thrown.
This fixes frozen objects being unfrozen when thrown while conforming to
ecma script standard and other browser behavior.
rdar://problem/19927293
https://bugs.webkit.org/show_bug.cgi?id=141871
Reviewed by Geoffrey Garen.
Fixes tests to throw new Errors such that they will contain line, column, and stack information
as expected, and fixes the column in the error in the expected output.
* http/tests/w3c/resources/testharness.js: Other browsers don't expect stack information
with this test, but we do, and so the AssertionError should include stack information gathered from Error.
This could also have been fixed by changing expectations, but its a good idea to check the stack anyway.
* js/dom/exception-linenums-in-html-1.html: Throw "new Error()" rather than "{}".
* js/dom/exception-linenums-in-html-2.html: ditto.
* js/dom/exception-linenums-in-html-3.html: ditto.
* js/dom/script-tests/stack-trace.js: ditto.
(throwError): ditto.
(h): ditto.
(inlineableThrow): ditto.
(dfgThing.get willThrow): ditto.
(dfgThing.willThrowFunc): ditto.
* js/dom/stack-trace-expected.txt: fixed error column expectation.
* js/exception-properties-expected.txt: ditto.
* js/script-tests/exception-linenums.js:
(exceptionInFunction): throw "new Error()" rather than "{}".
(firstPropIsGetter.get getter): ditto
(secondPropIsGetter.get getter): ditto
(firstPropIsSetter.set setter): ditto
(secondPropIsSetter.set setter): ditto
* js/script-tests/exception-properties.js: now checking that column, line, and sourceURL are existant on a "new Error"
since we now add these at error construction rather than at error throwing.
* platform/mac/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt: fixed expectation to match.
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt: ditto.
2015-04-07 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Show Symbol properties on Objects
https://bugs.webkit.org/show_bug.cgi?id=141279
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
* inspector/model/remote-object.html:
Update tests to include objects with Symbol properties.
2015-02-25 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Update track sizes after distributing extra space
https://bugs.webkit.org/show_bug.cgi?id=141422
Reviewed by Antti Koivisto.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
* fast/css-grid-layout/grid-update-sizes-after-distributing-all-expected.txt: Added.
* fast/css-grid-layout/grid-update-sizes-after-distributing-all.html: Added.
2015-04-07 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 7th April
https://bugs.webkit.org/show_bug.cgi?id=143467
Unreviewed
* platform/gtk/TestExpectations:
* platform/gtk/editing/deleting/regional-indicators-expected.txt: Rebaselined after r182137.
* platform/gtk/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt: Rebaselined after r181889.
* platform/gtk/inspector-protocol/debugger/regress-133182-expected.txt: Added. Rebaselined after r181810.
2015-04-06 Chris Dumez <cdumez@apple.com>
Bing video search result pages are not PageCacheable
https://bugs.webkit.org/show_bug.cgi?id=143463
<rdar://problem/20440916>
Reviewed by Alexey Proskuryakov.
Add layout tests to confirm that a pending image load does not prevent
a page from entering the page cache. There are 2 tests, once that cover
the case where the request's cachePartion is empty (passing without the
fix), and another where the request's cachePartition is non-empty
(which only passes with the fix).
* http/tests/navigation/page-cache-pending-image-load-cache-partition-expected.txt: Added.
* http/tests/navigation/page-cache-pending-image-load-cache-partition.html: Added.
* http/tests/navigation/page-cache-pending-image-load-expected.txt: Added.
* http/tests/navigation/page-cache-pending-image-load.html: Added.
2015-04-06 Andy Estes <aestes@apple.com>
http/tests/contentfiltering/block-after-redirect.html fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=143460
* platform/win/TestExpectations: Marked test as ImageOnlyFailure.
2015-04-03 Alexey Proskuryakov <ap@apple.com>
Reduce the dependency on Flash in regression tests
https://bugs.webkit.org/show_bug.cgi?id=143391
Reviewed by Anders Carlsson.
* accessibility/inline-block-assertion.html:
* accessibility/plugin.html:
* compositing/geometry/empty-embed-rects.html:
* fast/history/resources/subframe-with-plugin.html:
* fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html:
* fast/loader/loadInProgress.html:
* fast/replaced/border-radius-clip.html:
* fast/replaced/embed-display-none.html:
* plugins/crash-restoring-plugin-page-from-page-cache.html:
* plugins/object-embed-plugin-scripting.html:
* plugins/resources/plugin-frame.html:
Use TestNetscapePlugin, as the tests don't appear to have any real need for Flash.
* plugins/iframe-shims.html: Removed. This was a test for a chromium only feature
that never existed in WebKit.
* platform/mac/TestExpectations:
* platform/wincairo/TestExpectations:
Removed the deleted plugins/iframe-shims.html.
* platform/mac-wk2/TestExpectations: Skip snapshotting tests that use Flash,
because they make WebKitTestRunner crash now. Marked all other snapshotting tests
as Pass/Failure, because they don't really make any sense, and are only useful for
finsing crashes.
* platform/wk2/TestExpectations: Skipped a few remaining tests that use Flash.
These tests still run (and pass) under WebKit1, regardless of whether Flash is
installed, so they don't seem like very accurate tests.
2015-04-06 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test update after r182369.
New test does not pass on Windows.
* platform/win/TestExpectations: Skip.
2015-04-05 Andy Estes <aestes@apple.com>
[Content Filtering] Add some additional unblock tests
https://bugs.webkit.org/show_bug.cgi?id=143435
Reviewed by Dan Bernstein.
* contentfiltering/block-after-add-data-then-allow-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-add-data-then-allow-unblock.html: Added.
* contentfiltering/block-after-add-data-then-deny-unblock-expected.html: Renamed from LayoutTests/contentfiltering/allow-after-unblock-request-expected.html.
* contentfiltering/block-after-add-data-then-deny-unblock.html: Added.
* contentfiltering/block-after-finished-adding-data-then-allow-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-finished-adding-data-then-allow-unblock.html: Renamed from LayoutTests/contentfiltering/allow-after-unblock-request.html.
* contentfiltering/block-after-finished-adding-data-then-deny-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-finished-adding-data-then-deny-unblock.html: Renamed from LayoutTests/contentfiltering/block-after-unblock-request.html.
* contentfiltering/block-after-response-then-allow-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-response-then-allow-unblock.html: Added.
* contentfiltering/block-after-response-then-deny-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-response-then-deny-unblock.html: Added.
* contentfiltering/block-after-will-send-request-then-allow-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-will-send-request-then-allow-unblock.html: Added.
* contentfiltering/block-after-will-send-request-then-deny-unblock-expected.html: Renamed from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-will-send-request-then-deny-unblock.html: Added.
2015-04-05 Andy Estes <aestes@apple.com>
[Content Filtering] Tell the filter about requests and redirects
https://bugs.webkit.org/show_bug.cgi?id=143414
rdar://problem/19239549
Reviewed by Darin Adler.
* contentfiltering/allow-after-will-send-request-expected.html: Added.
* contentfiltering/allow-after-will-send-request.html: Added.
* contentfiltering/block-after-will-send-request-expected.html: Added.
* contentfiltering/block-after-will-send-request.html: Added.
* http/tests/contentfiltering/allow-after-redirect-expected.html: Added.
* http/tests/contentfiltering/allow-after-redirect.html: Added.
* http/tests/contentfiltering/block-after-redirect-expected.html: Added.
* http/tests/contentfiltering/block-after-redirect.html: Added.
* http/tests/contentfiltering/resources/fail.html: Added.
* http/tests/contentfiltering/resources/pass.html: Added.
2015-04-05 Simon Fraser <simon.fraser@apple.com>
Skip fast/fixed-layout/fixed-layout.html on Windows.
* platform/win/TestExpectations:
2015-04-05 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Gardening on 5th April. Mark 2 tests to ImageOnlyFailure.
https://bugs.webkit.org/show_bug.cgi?id=143417
Unreviewed. Mark 2 tests to ImageOnlyFailure.
* platform/efl/TestExpectations:
2015-04-04 Andy Estes <aestes@apple.com>
[Content Filtering] Blocked page is not always displayed when it should be
https://bugs.webkit.org/show_bug.cgi?id=143410
Reviewed by Andreas Kling.
* TestExpectations: Unskipped block-after-add-data.html.
* contentfiltering/block-after-add-data-expected.html: Added a passing expectation.
* contentfiltering/block-after-response-expected.html: Ditto.
2015-04-04 Chris Fleizach <cfleizach@apple.com>
AX: Heuristic: Avoid exposing an element as clickable if mouse event delegation is handled on an AXElement with more than one descendant AXElement
https://bugs.webkit.org/show_bug.cgi?id=136247
Reviewed by Mario Sanchez Prada.
* platform/mac/accessibility/press-action-not-exposed-when-body-is-click-handler-expected.txt: Removed.
* platform/mac/accessibility/press-action-not-exposed-when-body-is-click-handler.html: Removed.
* platform/mac/accessibility/press-action-not-exposed-for-event-delegation-expected.txt: Added.
* platform/mac/accessibility/press-action-not-exposed-for-event-delegation.html: Added.
2015-04-04 Simon Fraser <simon.fraser@apple.com>
Fix some bad test results committed earlier.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt:
2015-04-02 Darin Adler <darin@apple.com>
Streamline icon-related code, mostly unused
https://bugs.webkit.org/show_bug.cgi?id=143306
Reviewed by Antti Koivisto.
* fast/dom/icon-url-list-apple-touch-expected.txt: Removed.
* fast/dom/icon-url-list-apple-touch.html: Removed. This tested code that was
not actually used in any WebKit port.
* fast/dom/icon-url-list.html: Updated to expect only a single icon URL;
the icon machinery in WebKit doesn't return arrays at this time. It's better to
test what we actually expose.
2015-04-04 Simon Fraser <simon.fraser@apple.com>
Crash under Document::absoluteRegionForEventTargets on build.webkit.org/dashboard
https://bugs.webkit.org/show_bug.cgi?id=143406
rdar://problem/20407080
Reviewed by Ryosuke Niwa.
Test configurations of elements with different parenting and event handlers adding orders, and multiple handlers on
the same node.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash.html: Added.
2015-04-04 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r182215): Feedly crashes when closing article
https://bugs.webkit.org/show_bug.cgi?id=143405
rdar://problem/20382734, rdar://problem/20395497
Reviewed by Tim Horton.
Test that triggers a crash without the fix (thanks to Zalan for the test).
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash.html: Added.
2015-04-04 Simon Fraser <simon.fraser@apple.com>
Differentiate between composited scrolling, and async scrolling
https://bugs.webkit.org/show_bug.cgi?id=143291
Reviewed by Sam Weinig.
Rebaseline tests that call setScrollingTreeIncludesFrames(true), where those subframes
are now excluded from the non-fast scrollable region.
* platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt:
2015-04-04 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Collecting a ReadableStreamReader should not unlock its stream
https://bugs.webkit.org/show_bug.cgi?id=143333
Reviewed by Benjamin Poulain.
* streams/readablestreamreader-constructor-expected.txt:
* streams/readablestreamreader-constructor.html:
2015-04-04 Yusuke Suzuki <utatane.tea@gmail.com>
Implement ES6 Object.getOwnPropertySymbols
https://bugs.webkit.org/show_bug.cgi?id=141106
Reviewed by Geoffrey Garen.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2015-04-03 Tim Horton <timothy_horton@apple.com>
fast/fixed-layout/fixed-layout.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143379
Reviewed by Simon Fraser.
* TestExpectations:
Un-flakify the fixed layout test.
* fast/css-grid-layout/flex-content-sized-columns-resize-expected.html:
Remove a mistaken line in the original test; this function doesn't exist in WebKit
and was presumably ported directly from the Blink test (and then never noticed because
JS exceptions thrown in -expected files go nowhere).
* fast/fixed-layout/fixed-layout.html:
Make the fixed layout test less racy by waiting for the resize event (which can be
very asynchronous). Also, force a layout before resizing to ensure that we
always do get a resize event.
2015-04-03 Chris Fleizach <cfleizach@apple.com>
AX: Toggling check box state not speaking using plain space, not VO space.
https://bugs.webkit.org/show_bug.cgi?id=143356
Reviewed by Darin Adler.
* platform/mac/accessibility/checkbox-posts-value-change-notification-after-activation-with-space-expected.txt: Added.
* platform/mac/accessibility/checkbox-posts-value-change-notification-after-activation-with-space.html: Added.
2015-04-03 Alexey Proskuryakov <ap@apple.com>
Re-skip tests that got recently enabled, but time out.
* platform/mac-wk2/TestExpectations:
2015-04-03 Alexey Proskuryakov <ap@apple.com>
fast/fixed-layout/fixed-layout.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143379
* TestExpectations: Marking it as such.
2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
[WK2] Unskip now passing tests after r135595
https://bugs.webkit.org/show_bug.cgi?id=127428
Unreviewed gardening.
* platform/mac-wk2/TestExpectations: Mark editing/selection/context-menu-text-selection.html as timeouting test.
* platform/wk2/TestExpectations: Unskip now passing tests.
2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Fix 18 crashing compositing tests after r182101
https://bugs.webkit.org/show_bug.cgi?id=143214
Unreviewed gardening, comment out the original expectations after r182311.
* platform/efl/TestExpectations:
2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Fix 18 crashing compositing tests after r182101
https://bugs.webkit.org/show_bug.cgi?id=143214
Unreviewed gardening, add crash expectations until proper fix.
* platform/efl/TestExpectations:
2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening. Skip fast/fixed-layout, because it made the following tests fail.
* platform/efl/TestExpectations:
2015-04-02 Timothy Horton <timothy_horton@apple.com>
Scrollbars are left in the wrong position when resizing a fixed layout view
https://bugs.webkit.org/show_bug.cgi?id=143360
Reviewed by Beth Dakin.
* fast/fixed-layout/fixed-layout-expected.png: Added.
* fast/fixed-layout/fixed-layout-expected.txt: Added.
* fast/fixed-layout/fixed-layout.html: Added.
Add a simple fixed layout test. We can add more (or recover some from
when the Qt tests were purged) now that it's testable again.
This test also happens to test the aforementioned setFrameRect change,
because without it, the RenderView's layer would be left at the wrong
size (800x600) because the scrollbars would be left behind in the resize.
2015-04-02 Brent Fulgham <bfulgham@apple.com>
New ruby tests are failing on all non-Mac platforms.
https://bugs.webkit.org/show_bug.cgi?id=143354
Add skip commands for these new tests.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-04-02 Alexey Proskuryakov <ap@apple.com>
http/tests/security/cross-frame-access-call.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143344
Reviewed by Anders Carlsson.
* TestExpectations:
* http/tests/security/cross-frame-access-call-expected.txt:
Correct the results. Not sure where I got the different results from.
2015-04-02 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening.
Unreviewed.
* fast/ruby/ruby-expansion-cjk-4-expected.html:
* fast/ruby/ruby-expansion-cjk-4.html:
2015-04-02 Anders Carlsson <andersca@apple.com>
http/tests/security/cross-frame-access-call.html is flaky.
* TestExpectations:
Skip this test for now. Fixing it is being tracked by webkit.org/b/143344.
2015-04-02 Myles C. Maxfield <mmaxfield@apple.com>
Disallow ruby base from having leading or trailing expansions
https://bugs.webkit.org/show_bug.cgi?id=142608
Reviewed by David Hyatt.
Test combinations of CJK, Latin, ruby-in-ruby, simple text codepath, complex
text codepath, RTL, and LTR codepaths.
* fast/ruby/positioned-ruby-text-expected.txt:
* fast/ruby/positioned-ruby-text.html:
* fast/ruby/resources/green.png: Added.
* fast/ruby/resources/ruby-expansion.svg: Added.
* fast/ruby/ruby-expansion-cjk-2-expected.html: Added.
* fast/ruby/ruby-expansion-cjk-2.html: Added.
* fast/ruby/ruby-expansion-cjk-3-expected.html: Added.
* fast/ruby/ruby-expansion-cjk-3.html: Added.
* fast/ruby/ruby-expansion-cjk-4-expected.html: Added.
* fast/ruby/ruby-expansion-cjk-4.html: Added.
* fast/ruby/ruby-expansion-cjk-5-expected.html: Added.
* fast/ruby/ruby-expansion-cjk-5.html: Added.
* fast/ruby/ruby-expansion-cjk-expected.html: Added.
* fast/ruby/ruby-expansion-cjk.html: Added.
* fast/ruby/ruby-justification-expected.html:
* fast/ruby/ruby-justification.html:
2015-04-02 Alexey Proskuryakov <ap@apple.com>
Clean up access checks in JSHistoryCustom.cpp
https://bugs.webkit.org/show_bug.cgi?id=143227
Reviewed by Sam Weinig.
* http/tests/security/cross-frame-access-call-expected.txt:
* http/tests/security/cross-frame-access-call.html:
2015-04-02 Alexey Proskuryakov <ap@apple.com>
media/track/track-forced-subtitles-in-band.html times out
* platform/mac/TestExpectations: Update the expectations - the test doens't only fail
flakily, it times out too.
2015-04-02 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Implement the correct paint order for blocks inside inlines.
https://bugs.webkit.org/show_bug.cgi?id=143320
Reviewed by Darin Adler.
* fast/block/inside-inlines/new-model/paint-order-expected.html: Added.
* fast/block/inside-inlines/new-model/paint-order.html: Added.
* fast/block/inside-inlines/opacity-on-inline-expected.html: Added.
* fast/block/inside-inlines/opacity-on-inline.html: Added.
* fast/block/inside-inlines/paint-order-expected.html: Added.
* fast/block/inside-inlines/paint-order.html: Added.
2015-04-02 Adam Bergkvist <adam.bergkvist@ericsson.com>
WebRTC: Add support for Promise-based MediaDevices.getUserMedia()
https://bugs.webkit.org/show_bug.cgi?id=143255
Reviewed by Eric Carlson.
Added test for new Promise-based getUserMedia() (on MediaDevices).
* fast/dom/navigator-detached-no-crash.html:
* fast/mediastream/MediaDevices-getUserMedia-expected.txt: Added.
* fast/mediastream/MediaDevices-getUserMedia.html: Added.
2015-04-02 Alexey Proskuryakov <ap@apple.com>
Reinstate expectations for fast/events/mouse-cursor-image-set.html now that r182247
was rolled out.
* platform/mac/TestExpectations:
2015-04-02 Joonghun Park <jh718.park@samsung.com>
[CSS MultiColumn] Parse "columns: auto <length>" shorthand property value properly
https://bugs.webkit.org/show_bug.cgi?id=143248
Reviewed by Darin Adler.
* fast/css/getPropertyValue-columns-expected.txt:
* fast/css/getPropertyValue-columns.html:
* fast/multicol/columns-shorthand-parsing-2-expected.txt: Added.
* fast/multicol/columns-shorthand-parsing-2.html: Added.
2015-04-01 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182247.
https://bugs.webkit.org/show_bug.cgi?id=143326
unfortunately broke some tests (Requested by dino on #webkit).
Reverted changeset:
"Async loading of image resources"
https://bugs.webkit.org/show_bug.cgi?id=134488
http://trac.webkit.org/changeset/182247
2015-04-01 Dean Jackson <dino@apple.com>
fast/events/mouse-cursor-image-set.html is timing out on Apple platforms
https://bugs.webkit.org/show_bug.cgi?id=143323
Removing old flakiness setting now that we should be skipping.
* platform/mac/TestExpectations:
2015-04-01 Dean Jackson <dino@apple.com>
fast/events/mouse-cursor-image-set.html is timing out on Apple platforms
https://bugs.webkit.org/show_bug.cgi?id=143323
The change r182247 has caused this test to timeout. Rather than rollout
the commit I'm skipping the test and will contact Yoav.
* platform/mac/TestExpectations:
2015-04-01 Dean Jackson <dino@apple.com>
accessibility/textarea-selected-text-range.html failing on Windows WK1 Release
https://bugs.webkit.org/show_bug.cgi?id=143315
Removing clashing entry but changing the old entry to Skip.
* platform/win/TestExpectations:
2015-04-01 Dean Jackson <dino@apple.com>
accessibility/textarea-selected-text-range.html failing on Windows WK1 Release
https://bugs.webkit.org/show_bug.cgi?id=143315
Skipping this on Windows.
* platform/win/TestExpectations:
2015-04-01 Yoav Weiss <yoav@yoav.ws>
Async loading of image resources
https://bugs.webkit.org/show_bug.cgi?id=134488
Reviewed by Dean Jackson.
* fast/dom/HTMLImageElement/image-load-post-onload-expected.txt: Added.
* fast/dom/HTMLImageElement/image-load-post-onload.html: Added.
* fast/dom/HTMLImageElement/image-loading-gc.html: Cosmetic changes.
* fast/dom/HTMLImageElement/sizes/image-sizes-js-change-reverse-expected.txt: Added.
* fast/dom/HTMLImageElement/sizes/image-sizes-js-change-reverse.html: Added.
* fast/dom/image-object.html: Cosmetic changes.
* http/tests/misc/image-blocked-src-change-expected.txt: Removed line numbers from console.
* http/tests/misc/image-blocked-src-no-change-expected.txt: Removed line numbers from console.
* http/tests/security/contentSecurityPolicy/report-blocked-file-uri-expected.txt: Removed line numbers from console.
* http/tests/security/frame-loading-via-document-write-expected.txt: Removed line numbers from console.
* http/tests/security/local-image-from-remote-expected.txt: Removed line numbers from console.
2015-03-31 Simon Fraser <simon.fraser@apple.com>
Make it possible to compute a region for elements on the page that have wheel event handlers
https://bugs.webkit.org/show_bug.cgi?id=142807
Reviewed by Beth Dakin.
Update results, since any handler with position:fixed now causes the region to cover the document.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt:
2015-04-01 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Floats need to be allowed to intrude into anonymous inline-blocks.
https://bugs.webkit.org/show_bug.cgi?id=143307
Reviewed by Dean Jackson.
* fast/block/inside-inlines/basic-float-intrusion-expected.html: Added.
* fast/block/inside-inlines/basic-float-intrusion.html: Added.
* fast/block/inside-inlines/new-model/basic-float-intrusion-expected.html: Added.
* fast/block/inside-inlines/new-model/basic-float-intrusion.html: Added.
2015-04-01 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening. Remove warning message in layoutTest.
https://bugs.webkit.org/show_bug.cgi?id=143268
* platform/efl/TestExpectations:
2015-04-01 Alexey Proskuryakov <ap@apple.com>
REGRESSION (r179820): accessibility/textarea-selected-text-range.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=142976
Reviewed by Chris Fleizach.
* platform/mac/TestExpectations: Removed an expectation.
* accessibility/textarea-selected-text-range-expected.txt:
* accessibility/textarea-selected-text-range.html:
Don't race a timer with an internal dispatch_async.
* platform/mac/accessibility/select-element-selection-with-optgroups-expected.txt:
* platform/mac/accessibility/select-element-selection-with-optgroups.html:
This test had the same issue.
2015-03-31 Ryosuke Niwa <rniwa@webkit.org>
ES6 class syntax should allow static setters and getters
https://bugs.webkit.org/show_bug.cgi?id=143180
Reviewed by Filip Pizlo.
Added test cases.
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
2015-03-31 Simon Fraser <simon.fraser@apple.com>
Make it possible to compute a region for elements on the page that have wheel event handlers
https://bugs.webkit.org/show_bug.cgi?id=142807
Reviewed by David Hyatt.
Tests that dump the non-fast-scrollable region, for various rendering configurations.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/gain-wheel-handler.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/lose-wheel-handler.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/wheel-handler-region-helper.js: Added.
(rectsAsString):
(dumpRegion):
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic.html: Added.
2015-03-31 Dean Jackson <dino@apple.com>
accessibility/aria-hidden-hides-all-elements.html fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=143275
Mark as Pass/Fail.
* platform/win/TestExpectations:
2015-03-31 Said Abou-Hallawa <sabouhallawa@apple.com>
border-image with 'fill' keyword does not fill the middle area unless the border width is greater than zero.
https://bugs.webkit.org/show_bug.cgi?id=142650.
Reviewed by Simon Fraser.
Add tests to ensure the middle area of a RenderBox is going to be drawn
even if the border width is not greater than zero.
* fast/borders/border-image-fill-inline-no-border-expected.html: Added.
* fast/borders/border-image-fill-inline-no-border.html: Added.
* fast/borders/border-image-fill-no-border-expected.html: Added.
* fast/borders/border-image-fill-no-border.html: Added.
* fast/borders/resources/button-border-cropped.svg: Added.
* fast/borders/resources/button-border.svg: Added.
* fast/borders/resources/svg-100x100-intrinsic.svg: Added.
2015-03-31 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Anonymous inline-blocks should size as though they are block-level.
https://bugs.webkit.org/show_bug.cgi?id=143271
Reviewed by Dean Jackson.
* fast/block/inside-inlines/block-width-check-expected.html: Added.
* fast/block/inside-inlines/block-width-check.html: Added.
* fast/block/inside-inlines/new-model/block-width-check-expected.html: Added.
* fast/block/inside-inlines/new-model/block-width-check.html: Added.
2015-03-31 Beth Dakin <bdakin@apple.com>
REGRESSION (r173484): Reducing content of scrollable region does not reset scroll
position
https://bugs.webkit.org/show_bug.cgi?id=138525
-and corresponding-
rdar://problem/18166043
Reviewed by Simon Fraser.
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-reduced-content-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-reduced-content.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events.html: Added.
2015-03-31 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Object type restrictions on a first parameter of several Object.* functions are relaxed
https://bugs.webkit.org/show_bug.cgi?id=142937
Reviewed by Darin Adler.
Several LayoutTests are updated with the new behavior.
Test cases in IETestCenter contain test for the outdated behavior.
But IETestCenter is brought from the external source, so instead of modifying it,
we mark them as Failure in TestExpectations.
* TestExpectations:
* js/dom/getOwnPropertyDescriptor-expected.txt:
* js/prototypes-expected.txt:
* js/resources/getOwnPropertyDescriptor.js:
* js/script-tests/prototypes.js:
2015-03-30 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Make sure line breaks occur before and after the anonymous inline-block.
https://bugs.webkit.org/show_bug.cgi?id=143238.
Reviewed by Dean Jackson.
* fast/block/inside-inlines/breaking-behavior-expected.html: Added.
* fast/block/inside-inlines/breaking-behavior.html: Added.
* fast/block/inside-inlines/new-model/breaking-behavior-expected.html: Added.
* fast/block/inside-inlines/new-model/breaking-behavior.html: Added.
* fast/block/inside-inlines/new-model/empty-block.html:
2015-03-31 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
GTK+ Gardening 30th March
https://bugs.webkit.org/show_bug.cgi?id=143220
Unreviewed.
* platform/gtk/TestExpectations:
2015-03-31 Antti Koivisto <antti@apple.com>
http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html failing on Mavericks wk2 debug
https://bugs.webkit.org/show_bug.cgi?id=143258
The test relies on resource priorities. Those don't roundtrip when serializing via NSURLRequest on Mavericks due
to ResourceRequest::resourcePrioritiesEnabled() returning false.
It is bit surprising it works on release but not on debug. I suspect some debug code forces NSURLRequest construction
and so we end up on the roundtrip code path.
* platform/mac-mavericks/TestExpectations: Added.
Skip the test on Mavericks.
2015-03-31 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement a barebone ReadableStreamReader interface
https://bugs.webkit.org/show_bug.cgi?id=142866
Reviewed by Benjamin Poulain.
Adding tests to check API, constructor and link with ReadableStream.getReader.
Rebasing of global-constructors-attributes.html to include ReadableStreamReader.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* streams/readablestreamreader-constructor-expected.txt: Added.
* streams/readablestreamreader-constructor.html: Added.
2015-03-30 Ryosuke Niwa <rniwa@webkit.org>
Extending null should set __proto__ to null
https://bugs.webkit.org/show_bug.cgi?id=142882
Reviewed by Geoffrey Garen and Benjamin Poulain.
Added more test cases for extending from null, and added checks for prototypes.
Also rebaselined existing tests.
* js/class-syntax-call-expected.txt:
* js/class-syntax-extends-expected.txt:
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-call.js:
* js/script-tests/class-syntax-extends.js:
* js/script-tests/class-syntax-super.js:
2015-03-30 Alex Christensen <achristensen@webkit.org>
[Content Extensions] Correctly handle regular expressions matching everything
https://bugs.webkit.org/show_bug.cgi?id=143235
Reviewed by Benjamin Poulain.
* http/tests/contentextensions/css-display-none.html:
* http/tests/contentextensions/css-display-none.html.json:
Test multiple selectors with triggers that match everything.
* http/tests/contentextensions/whitelist-expected.txt: Added.
* http/tests/contentextensions/whitelist.html: Added.
* http/tests/contentextensions/whitelist.html.json: Added.
2015-03-30 Mark Lam <mark.lam@apple.com>
REGRESSION (r181993): inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html crashes.
<https://webkit.org/b/143105>
Reviewed by Filip Pizlo.
* TestExpectations:
- Undid test skipped in r182072.
2015-03-30 Chris Dumez <cdumez@apple.com>
Cached "Expires" header is not updated upon successful resource revalidation
https://bugs.webkit.org/show_bug.cgi?id=143228
<rdar://problem/20348059>
Reviewed by Antti Koivisto.
Add layout test to check that a cached response's "Expires" header is
updated from the 304 response's headers upon successful revalidation.
* http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html: Added.
* http/tests/cache/disk-cache/resources/cache-test.js:
(generateTestURL):
(loadResource):
* http/tests/cache/disk-cache/resources/generate-response.cgi:
2015-03-30 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Regression: Preview for [[null]] shouldn't be []
https://bugs.webkit.org/show_bug.cgi?id=143208
Reviewed by Mark Lam.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
2015-03-30 Antti Koivisto <antti@apple.com>
Don't cache resources that are very unlikely to be reused
https://bugs.webkit.org/show_bug.cgi?id=143226
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt:
2015-03-30 Antti Koivisto <antti@apple.com>
Don't cache resources that are very unlikely to be reused
https://bugs.webkit.org/show_bug.cgi?id=143226
<rdar://problem/20347160>
Reviewed by Geoff Garen.
* http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.txt:
* http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.html:
Keep max-age: 0 cacheable in this test by adding a validation header.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html:
Rebase and expand to cover the high priority resource case.
2015-03-30 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Rebaseline accessibility/aria-toggle-button-with-title.html
https://bugs.webkit.org/show_bug.cgi?id=143229
Unreviewed.
Revision r182012 updates the way a role=button + aria-pressed object should be exposed as AXCheckbox. We need to create a new baseline.
* platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt: Added.
2015-03-30 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Upgrade align-self and align-items parsing to CSS 3
https://bugs.webkit.org/show_bug.cgi?id=133359
Reviewed by David Hyatt.
From Blink r164817 and r165264 by <jchaffraix@chromium.org>
Broaden justify-self's parsing name and upgrade align-self and
align-items parsing to CSS 3.
* TestExpectations:
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/parse-align-items-expected.txt: Added.
* css3/parse-align-items.html: Added.
* css3/parse-align-self-expected.txt: Added.
* css3/parse-align-self.html: Added.
* css3/resources/alignment-parsing-utils.js: Added.
(checkValues):
(checkBadValues):
(checkInitialValues):
(checkInheritValues):
(checkLegacyValues):
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* fast/css/parse-justify-self-expected.txt:
* fast/css/parse-justify-self.html:
* svg/css/getComputedStyle-basic-expected.txt:
2015-03-27 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Create anonymous inline blocks to hold blocks-inside-inlines.
https://bugs.webkit.org/show_bug.cgi?id=143145
Reviewed by Dean Jackson.
* fast/block/inside-inlines: Added.
* fast/block/inside-inlines/empty-block-expected.html: Added.
* fast/block/inside-inlines/empty-block.html: Added.
* fast/block/inside-inlines/new-model: Added.
* fast/block/inside-inlines/new-model/empty-block-expected.html: Added.
* fast/block/inside-inlines/new-model/empty-block.html: Added.
2015-03-30 Chris Dumez <cdumez@apple.com>
[WK2][NetworkCache] Add support for "Cache-Control: max-stale" request header
https://bugs.webkit.org/show_bug.cgi?id=143159
<rdar://problem/20333296>
Reviewed by Antti Koivisto.
Add layout test to cover support for "Cache-Control: max-stale" request
header.
* http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-request-max-stale.html: Added.
2015-03-30 Jer Noble <jer.noble@apple.com>
[iOS] When Web Audio is interrupted by a phone call, it cannot be restarted.
https://bugs.webkit.org/show_bug.cgi?id=143190
Reviewed by Darin Adler.
* webaudio/audiocontext-state-expected.txt: Added.
* webaudio/audiocontext-state-interrupted-expected.txt: Added.
* webaudio/audiocontext-state-interrupted.html: Added.
* webaudio/audiocontext-state.html: Added.
2015-03-30 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Update expectations for delete-emoji test since the bug is fixed now.
https://bugs.webkit.org/show_bug.cgi?id=141419
Reviewed by Gustavo Noronha Silva.
* platform/gtk/TestExpectations:
2015-03-29 Benjamin Poulain <benjamin@webkit.org>
`currentColor` computes to the same colour on all elements, even if 'color' is inherited differently
https://bugs.webkit.org/show_bug.cgi?id=133420
Reviewed by Darin Adler.
* fast/css/currentColor-on-before-after-pseudo-elements-expected.html: Added.
* fast/css/currentColor-on-before-after-pseudo-elements.html: Added.
* fast/css/currentColor-style-update-reftest-expected.html: Added.
* fast/css/currentColor-style-update-reftest.html: Added.
* fast/css/currentColor-value-style-update-expected.txt: Added.
* fast/css/currentColor-value-style-update.html: Added.
2015-03-29 Darin Adler <darin@apple.com>
HTMLCollection caches incorrect length if item(0) is called before length on an empty collection
https://bugs.webkit.org/show_bug.cgi?id=143203
Reviewed by Antti Koivisto.
* fast/dom/htmlcollection-length-after-item-2-expected.txt: Added.
* fast/dom/htmlcollection-length-after-item-2.html: Added.
2015-03-28 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Adopt Array.prototype.includes and String.prototype.includes
https://bugs.webkit.org/show_bug.cgi?id=143176
Reviewed by Timothy Hatcher.
* inspector/css/pseudo-element-matches.html:
2015-03-28 Csaba Osztrogonác <ossy@webkit.org>
REGRESSION(r181326): It made dfg-int16array.js and dfg-int8array.js fail on AArch64 Linux
https://bugs.webkit.org/show_bug.cgi?id=142629
Unreviewed gardening, unskip now passing tests after r182091.
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int8array.js:
2015-03-27 Saam Barati <saambarati1@gmail.com>
Deconstruction parameters are bound too late
https://bugs.webkit.org/show_bug.cgi?id=143148
Reviewed by Filip Pizlo.
* js/regress/deconstructing-parameters-overridden-by-function-expected.txt: Added.
* js/regress/deconstructing-parameters-overridden-by-function.html: Added.
* js/regress/script-tests/deconstructing-parameters-overridden-by-function.js: Added.
(f):
(test):
(.arg):
2015-03-27 Michael Saboff <msaboff@apple.com>
Fix flakey dfg-int8array.js and dfg-int16array.js tests for ARM64
https://bugs.webkit.org/show_bug.cgi?id=138390
Reviewed by Mark Lam.
Reenabled the tests for ARM64/iOS. Left the tests disabled for ARM64/linux and will let linux
developers test and reenable under existing but https://bugs.webkit.org/show_bug.cgi?id=142629.
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int8array.js:
2015-03-27 Jer Noble <jer.noble@apple.com>
[Mac] Safari fails to fire page "load" event with video[preload=none]
https://bugs.webkit.org/show_bug.cgi?id=143147
Reviewed by Simon Fraser.
* media/video-page-load-preload-none-expected.txt: Added.
* media/video-page-load-preload-none.html: Added.
2015-03-27 Brent Fulgham <bfulgham@apple.com>
Correct test results after r182012.
The test now produces identical results on all platforms, so update the root test result,
and remove custom non-matching expectations. This corrects Windows, GTK, and EFL builds, and
should not harm the Mac build.
* accessibility/aria-toggle-button-with-title-expected.txt:
* platform/mac/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
* platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
2015-03-27 Mark Lam <mark.lam@apple.com>
Gardening: skipping inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html until crash is fixed.
<https://webkit.org/b/143105>
Not reviewed.
* TestExpectations:
2015-03-27 Chris Dumez <cdumez@apple.com>
[WK2][NetworkCache] We only cache responses with status codes that are cacheable by default
https://bugs.webkit.org/show_bug.cgi?id=143125
<rdar://problem/20321172>
Reviewed by Antti Koivisto.
Add layout test to check that responses with status code 307 (which is not
cacheable by default) are cached if they have explicit expiration headers.
Also update a couple of other disk cache tests to cover heuristic
freshness (http://tools.ietf.org/html/rfc7234#section-4.2.2), relying on
'Last-Modified' header to estimate freshness if usual expiration headers
are not available.
* http/tests/cache/disk-cache/disk-cache-204-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-204-status-code.html:
* http/tests/cache/disk-cache/disk-cache-307-status-code-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-307-status-code.html: Added.
* http/tests/cache/disk-cache/disk-cache-404-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-404-status-code.html:
2015-03-27 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening.
* js/script-tests/array-length-shortening.js: Unskip, r182058 fixed it.
2015-03-27 Said Abou-Hallawa <sabouhallawa@apple.com>
FEMorphology::platformApplyGeneric() should bail out if the radius is less than or equal to zero.
https://bugs.webkit.org/show_bug.cgi?id=142885.
Reviewed by Dean Jackson.
* svg/filters/feMorphology-radius-cases-expected.svg: Added.
* svg/filters/feMorphology-radius-cases.svg: Added.
Test different cases for radius of the feMorphology filter. There are three
cases for the radius:
1. radius < 0: This is an error case, the source image should not be rendered.
2. radius = 0: This case is treated as if the filter never exists.
3. radius > 0: If the scaled radius is > 0, the filter is applied.
2015-03-26 Antti Koivisto <antti@apple.com>
Respect cache-control directives in request
https://bugs.webkit.org/show_bug.cgi?id=143121
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache/disk-cache-request-headers-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-request-headers.html: Added.
2015-03-27 Michael Saboff <msaboff@apple.com>
Objects with numeric properties intermittently get a phantom 'length' property
https://bugs.webkit.org/show_bug.cgi?id=142792
Reviewed by Csaba Osztrogonác.
New regression test.
* js/regress-142792-expected.txt: Added.
* js/regress-142792.html: Added.
* js/script-tests/regress-142792.js: Added.
(isArrayLike):
(filter):
2015-03-26 Zalan Bujtas <zalan@apple.com>
Inline continuation code should not take anonymous containing wrapper granted.
https://bugs.webkit.org/show_bug.cgi?id=133312
Reviewed by Dave Hyatt.
It's wrong to assume that when RenderInline is part of an inline continuation, its containing block
is an anonymous wrapper and its sibling might be a block level renderer.
When the inline continuation is no longer needed, for example when the block level renderer that initiated the continuation
is detached from the render tree, the inline renderes still continue to form continuation.(however they no longer require
anonymous wrappers)
* fast/inline/crash-when-position-property-is-changed-and-no-longer-in-continuation-expected.txt: Added.
* fast/inline/crash-when-position-property-is-changed-and-no-longer-in-continuation.html: Added.
2015-03-26 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Provide a better view for Classes in the console
https://bugs.webkit.org/show_bug.cgi?id=142999
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update the test to include coverage of the new "class" subtype of "function".
2015-03-26 Tim Horton <timothy_horton@apple.com>
REGRESSION (r181358 and r181507): Lots of sites think that we support touch events on OS X
https://bugs.webkit.org/show_bug.cgi?id=142888
<rdar://problem/20227304>
Reviewed by Beth Dakin.
* fast/dom/event-handler-attributes-expected.txt:
* fast/dom/event-handler-attributes.html:
* fast/events/event-attribute-expected.txt:
* platform/win/fast/events/event-attribute-expected.txt:
Revert some changes to these tests and their results.
2015-03-26 Roger Fong <roger_fong@apple.com>
Apply blur effect to media control background.
https://bugs.webkit.org/show_bug.cgi?id=143116.
<rdar://problem/20316964>.
Reviewed by Brent Fulgham.
* platform/mac/TestExpectations: Tests need rebaselining. Will do so with other previously skipped media tests.
2015-03-26 Geoffrey Garen <ggaren@apple.com>
Assertion firing in JavaScriptCore/parser/parser.h for statesman.com site
https://bugs.webkit.org/show_bug.cgi?id=142974
Reviewed by Joseph Pecoraro.
No test covering this ASSERT because I couldn't design a way to reproduce
it after trying for a few hours. Simply loading the original ASSERTing
content from disk is not enough to reproduce this bug.
* fast/profiler/dead-time-expected.txt:
* fast/profiler/inline-event-handler-expected.txt:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt: These are
progressions, where we used to get the line number wrong.
* fast/dom/attribute-event-listener-errors-expected.txt: Added.
* fast/dom/attribute-event-listener-errors.html: Added. This test covers
a subtle way in which the new mechanism for attribute event listener
line numbers is more accurate than the old one.
2015-03-26 Brady Eidson <beidson@apple.com>
Apply ContentExtension actions after redirects.
<rdar://problem/20062613> and https://bugs.webkit.org/show_bug.cgi?id=143055
Reviewed by Alex Christensen.
* http/tests/contentextensions/loading/main-resource-redirect-blocked-expected.txt: Added.
* http/tests/contentextensions/loading/main-resource-redirect-blocked.php: Added.
* http/tests/contentextensions/loading/main-resource-redirect-blocked.php.json: Added.
* http/tests/contentextensions/loading/resources/main-resource-redirect-blocked-target.html: Added.
* http/tests/contentextensions/resources/subresource-redirect.php: Added.
* http/tests/contentextensions/subresource-redirect-blocked-expected.txt: Added.
* http/tests/contentextensions/subresource-redirect-blocked.html: Added.
* http/tests/contentextensions/subresource-redirect-blocked.html.json: Added.
2015-03-26 Michael Saboff <msaboff@apple.com>
js/promises-tests/promises-tests-2-3-3.html sometimes crashes under DFG::SpeculativeJIT::compile
https://bugs.webkit.org/show_bug.cgi?id=139865
Reviewed by Alexey Proskuryakov.
It appears that r181993 fixed this test as it removed the code where the crash occurred.
* TestExpectations: Re-enabled js/promises-tests/promises-tests-2-3-3 including marking it as Slow.
2015-03-26 Chris Fleizach <cfleizach@apple.com>
AX: [role="button"][aria-pressed] should be exposed as AXCheckbox:AXToggleButton, with role description of "toggle button"
https://bugs.webkit.org/show_bug.cgi?id=115298
Reviewed by Mario Sanchez Prada.
* accessibility/aria-toggle-button-with-title.html:
Bad path for post test resources file, so that is fixed.
* platform/mac/accessibility/aria-pressed-button-attributes-expected.txt: Added.
* platform/mac/accessibility/aria-pressed-button-attributes.html: Added.
* platform/mac/accessibility/aria-toggle-button-with-title-expected.txt:
Updated to reflect the new role of this object.
2015-03-26 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening, skip failing tests on AArch64 Linux.
* js/script-tests/array-from.js:
* js/script-tests/array-length-shortening.js:
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int8array.js:
2015-03-25 Alexey Proskuryakov <ap@apple.com>
media/track/track-mode.html flakily times out
https://bugs.webkit.org/show_bug.cgi?id=143085
* TestExpectations: Added an expectation.
2015-03-25 Chris Fleizach <cfleizach@apple.com>
AX: table cells that use display:block render the table inaccessible to VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=143007
Unreviewed, layout test fix.
Skip associated accessibility/table-cell-display-block.html on failing platforms.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
Specific platform changes in children ordering need to be updated to make this test pass.
* platform/win/TestExpectations:
Need to implement cellForRowAndColumn.
2015-03-25 Filip Pizlo <fpizlo@apple.com>
Heap variables shouldn't end up in the stack frame
https://bugs.webkit.org/show_bug.cgi?id=141174
Reviewed by Geoffrey Garen.
* js/function-apply-aliased-expected.txt:
* js/function-dot-arguments-expected.txt:
* js/regress/arguments-expected.txt: Added.
* js/regress/arguments-named-and-reflective-expected.txt: Added.
* js/regress/arguments-named-and-reflective.html: Added.
* js/regress/arguments-strict-mode-expected.txt: Added.
* js/regress/arguments-strict-mode.html: Added.
* js/regress/arguments.html: Added.
* js/regress/script-tests/arguments-named-and-reflective.js: Added.
* js/regress/script-tests/arguments-strict-mode.js: Added.
* js/regress/script-tests/arguments.js: Added.
* js/regress/script-tests/try-catch-get-by-val-cloned-arguments.js: Added.
* js/regress/script-tests/try-catch-get-by-val-direct-arguments.js: Added.
* js/regress/script-tests/try-catch-get-by-val-scoped-arguments.js: Added.
* js/regress/script-tests/varargs-call.js: Added.
* js/regress/script-tests/varargs-construct-inline.js: Added.
* js/regress/script-tests/varargs-construct.js: Added.
* js/regress/script-tests/varargs-inline.js: Added.
* js/regress/script-tests/varargs-strict-mode.js: Added.
* js/regress/script-tests/varargs.js: Added.
* js/regress/try-catch-get-by-val-cloned-arguments-expected.txt: Added.
* js/regress/try-catch-get-by-val-cloned-arguments.html: Added.
* js/regress/try-catch-get-by-val-direct-arguments-expected.txt: Added.
* js/regress/try-catch-get-by-val-direct-arguments.html: Added.
* js/regress/try-catch-get-by-val-scoped-arguments-expected.txt: Added.
* js/regress/try-catch-get-by-val-scoped-arguments.html: Added.
* js/regress/varargs-call-expected.txt: Added.
* js/regress/varargs-call.html: Added.
* js/regress/varargs-construct-expected.txt: Added.
* js/regress/varargs-construct-inline-expected.txt: Added.
* js/regress/varargs-construct-inline.html: Added.
* js/regress/varargs-construct.html: Added.
* js/regress/varargs-expected.txt: Added.
* js/regress/varargs-inline-expected.txt: Added.
* js/regress/varargs-inline.html: Added.
* js/regress/varargs-strict-mode-expected.txt: Added.
* js/regress/varargs-strict-mode.html: Added.
* js/regress/varargs.html: Added.
* js/script-tests/function-apply-aliased.js:
* js/script-tests/function-dot-arguments.js:
2015-03-25 Chris Fleizach <cfleizach@apple.com>
AX: table cells that use display:block render the table inaccessible to VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=143007
Reviewed by Mario Sanchez Prada.
* accessibility/table-cell-display-block-expected.txt: Added.
* accessibility/table-cell-display-block.html: Added.
2015-03-25 Joseph Pecoraro <pecoraro@apple.com>
Add a few more tests for Class names
https://bugs.webkit.org/show_bug.cgi?id=143060
Reviewed by Ryosuke Niwa.
Add a few more class name tests:
- const class name binding inside class expression
- mutable class name binding from class statement
* js/script-tests/class-syntax-name.js:
2015-03-25 Joseph Pecoraro <pecoraro@apple.com>
ES6: Classes: Program level class statement throws exception in strict mode
https://bugs.webkit.org/show_bug.cgi?id=143038
Reviewed by Ryosuke Niwa.
This updates a number of existing tests that were relying on
poor behavior. `shouldBe` and friends use eval within a function
not at the global scope. This means `shouldBe('class X { ... }')`
behaves like `shouldBe('var x = ...')` not `shouldBe('x = ...')`.
This means `x` will not be available in the next `shouldBe` call.
Add a test specifically to cover the scoping of the class name
in regular and strict mode code. Currently we treat it like var
with one failing test that would pass when we treat it like let.
* js/class-syntax-name.html: Added.
* js/script-tests/class-syntax-name.js: Added.
(runTestShouldBe):
(runTestShouldBeTrue):
(runTestShouldThrow):
(runTestShouldNotThrow):
Test class name scoping.
* js/class-syntax-call-expected.txt:
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-default-constructor-expected.txt:
* js/class-syntax-name-expected.txt: Added.
* js/script-tests/class-syntax-call.js:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-default-constructor.js:
2015-03-25 Mark Lam <mark.lam@apple.com>
Gardening: rebaseline after r181907.
Not reviewed.
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-03-25 Dean Jackson <dino@apple.com>
MediaControls: Use font with fixed number width
https://bugs.webkit.org/show_bug.cgi?id=143018
<rdar://problem/20245415>
Reviewed by Eric Carlson.
Add some results for the new font family "-apple-system-font-monospaced-numbers".
* platform/mac/fast/text/systemFont.html:
* platform/mac/fast/text/systemFont-expected.txt:
2015-03-25 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
GTK+ Gardening 24th March
https://bugs.webkit.org/show_bug.cgi?id=143003
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Rebaselined after r181889.
* platform/gtk/css3/selectors3/xml/css3-modsel-15c-expected.txt: Rebaselined after r181889.
* platform/gtk/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Rebaselined after r181889.
* platform/gtk/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Rebaselined after r181889.
2015-03-24 Joseph Pecoraro <pecoraro@apple.com>
Setter should have a single formal parameter, Getter no parameters
https://bugs.webkit.org/show_bug.cgi?id=142903
Reviewed by Geoffrey Garen.
Correct a bunch of setters in existing tests and add
tests for good/bad getter and setter syntax.
* js/class-syntax-declaration-expected.txt:
* js/dom/exception-sequencing.html:
* js/dom/reserved-words-as-property-expected.txt:
* js/dom/script-tests/implicit-call-with-global-reentry.js:
(testObject.set setterTest):
* js/dom/script-tests/reserved-words-as-property.js:
(testWord):
* js/for-in-cached-expected.txt:
* js/object-literal-direct-put-expected.txt:
* js/object-literal-syntax-expected.txt:
* js/parser-syntax-check-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-super.js:
(class.Derived.extends.Base.set callBaseMethodInSetter):
(class.Derived.extends.Base.set baseMethodInGetterSetter):
* js/script-tests/for-in-cached.js:
* js/script-tests/object-literal-direct-put.js:
* js/script-tests/object-literal-syntax.js:
* js/script-tests/parser-syntax-check.js:
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] Responses with 302 HTTP Status Code should not be cached
https://bugs.webkit.org/show_bug.cgi?id=143028
<rdar://problem/19714040>
Reviewed by Antti Koivisto.
Add layout test to check that responses with 302 HTTP Status Code
are not cached.
* http/tests/cache/disk-cache/disk-cache-302-status-code-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-302-status-code.html: Added.
2015-03-24 Zhuo Li <zachli@apple.com>
Scripts running in isolated world should not subject to a page's CSP about 'eval'.
https://bugs.webkit.org/show_bug.cgi?id=141316.
Reviewed by Geoffrey Garen.
I added a new Content Security Policy directive, "script-src", so that we do not
allow 'unsafe-eval' in the main world.
Also I have to copy the whole function instead of using eval because
eval is subject to the main world Content Security Policy now.
* http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt:
* http/tests/security/isolatedWorld/bypass-main-world-csp.html:
2015-03-24 Joseph Pecoraro <pecoraro@apple.com>
ES6: Classes: Early return in sub-class constructor results in returning undefined instead of instance
https://bugs.webkit.org/show_bug.cgi?id=143012
Reviewed by Ryosuke Niwa.
* js/class-constructor-return-expected.txt: Added.
* js/class-constructor-return.html: Added.
* js/script-tests/class-constructor-return.js: Added.
New test covering different return values from constructors.
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-super.js:
Fix test. Returning undefined is the same as an implicit return
and should return `this`.
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] Responses with 204 HTTP Status Code should be cacheable by default
https://bugs.webkit.org/show_bug.cgi?id=143020
<rdar://problem/20281529>
Reviewed by Antti Koivisto.
Add test to make sure that responses with 204 HTTP Status Code are
cacheable by default.
* http/tests/cache/disk-cache/disk-cache-204-status-code-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-204-status-code.html: Added.
* http/tests/cache/disk-cache/resources/cache-test.js:
Re-introduce support for generating responses with only headers (no body).
This was mistakenly dropped when I rebased my patch for r181895.
2015-03-24 Beth Dakin <bdakin@apple.com>
Another attempted test fix after http://trac.webkit.org/changeset/181907
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-03-24 Beth Dakin <bdakin@apple.com>
Attempted test fix after http://trac.webkit.org/changeset/181907
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
2015-03-24 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening after r181901.
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt:
Update the expected results for platform specific results that include
a stringified function.
2015-03-24 Beth Dakin <bdakin@apple.com>
Add events related to force click gesture
https://bugs.webkit.org/show_bug.cgi?id=142836
-and corresponding-
rdar://problem/20210239
Reviewed by Dean Jackson.
* fast/dom/event-handler-attributes-expected.txt:
* fast/dom/event-handler-attributes.html:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] Responses with 404 HTTP Status Code should be cacheable by default
https://bugs.webkit.org/show_bug.cgi?id=143014
<rdar://problem/20280310>
Reviewed by Antti Koivisto.
Add test to make sure that responses with 404 HTTP Status Code are
cacheable by default.
* http/tests/cache/disk-cache/disk-cache-404-status-code-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-404-status-code.html: Added.
* http/tests/cache/disk-cache/resources/generate-response.cgi:
2015-03-24 Joseph Pecoraro <pecoraro@apple.com>
ES6: Object Literal Methods toString is missing method name
https://bugs.webkit.org/show_bug.cgi?id=142992
Reviewed by Geoffrey Garen.
* js/class-syntax-default-constructor-expected.txt:
This test was already failing, it now fails in a different way.
* js/object-literal-computed-methods-expected.txt:
* js/object-literal-methods-expected.txt:
These tests now pass.
* fast/dom/TreeWalker/acceptNode-filter-expected.txt:
* js/destructuring-assignment-expected.txt:
* js/dfg-redundant-load-of-captured-variable-proven-constant-expected.txt:
* js/dfg-resolve-global-specific-dictionary-expected.txt:
* js/dom/JSON-parse-expected.txt:
* js/dom/JSON-stringify-expected.txt:
* js/dom/dfg-strcat-over-objects-then-exit-on-it-expected.txt:
* js/dom/function-prototype-expected.txt:
* js/dom/toString-and-valueOf-override-expected.txt:
* js/kde/lval-exceptions-expected.txt:
* storage/domstorage/localstorage/string-conversion-expected.txt:
* storage/domstorage/sessionstorage/string-conversion-expected.txt:
* js/dom/script-tests/dfg-strcat-over-objects-then-exit-on-it.js:
* js/script-tests/dfg-redundant-load-of-captured-variable-proven-constant.js:
* js/script-tests/dfg-resolve-global-specific-dictionary.js:
* js/dom/function-prototype.html:
Update tests to add expected whitespace for stringifying a function
with no name.
2015-03-24 Benjamin Poulain <benjamin@webkit.org>
CSS Selectors Level 4: enable case-insensitive attribute matching by default
https://bugs.webkit.org/show_bug.cgi?id=142960
Reviewed by Andreas Kling.
This test is imported from blink. That's the only test
they have for this feature.
* fast/css/attribute-selector-case-insensitive-expected.txt: Added.
* fast/css/attribute-selector-case-insensitive.html: Added.
2015-03-24 Yoav Weiss <yoav@yoav.ws>
Stop image from displaying when src attribute is removed or emptied
https://bugs.webkit.org/show_bug.cgi?id=142677
Reviewed by Chris Dumez.
* fast/dom/HTMLImageElement/image-empty-src-expected.html: Added.
* fast/dom/HTMLImageElement/image-empty-src.html: Added.
* fast/dom/HTMLImageElement/image-remove-src-expected.html: Added.
* fast/dom/HTMLImageElement/image-remove-src.html: Added.
* fast/dom/HTMLImageElement/image-empty-srcset-expected.html: Added.
* fast/dom/HTMLImageElement/image-empty-srcset.html: Added.
* fast/dom/HTMLImageElement/image-remove-srcset-expected.html: Added.
* fast/dom/HTMLImageElement/image-remove-srcset.html: Added.
2015-03-24 Brent Fulgham <bfulgham@apple.com>
[Win] Update baselines after r181889.
https://bugs.webkit.org/show_bug.cgi?id=141869
* platform/win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/win/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/win/fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt:
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] NetworkCache retrievals fail for entries with no body
https://bugs.webkit.org/show_bug.cgi?id=142979
<rdar://problem/20264100>
Reviewed by Antti Koivisto.
Add network disk cache validation test for resources that have no body
(only headers).
* http/tests/cache/disk-cache/disk-cache-validation-no-body-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-validation-no-body.html: Added.
* http/tests/cache/disk-cache/resources/generate-response-no-body.cgi: Added.
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] The WebKit network cache does not cache responses with "Content-Disposition: attachment" header
https://bugs.webkit.org/show_bug.cgi?id=142989
<rdar://problem/20265992>
Reviewed by Antti Koivisto.
Add layout test to check that resources whose response has the
"Content-Disposition: attachment" header are cacheable.
Also move all disk cache layout tests to a disk-cache sub-folder to
facilitate skipping on platforms that don't have the WebKit network
disk cache.
* http/tests/cache/disk-cache/disk-cache-disable-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-disable-expected.txt.
* http/tests/cache/disk-cache/disk-cache-disable.html: Renamed from LayoutTests/http/tests/cache/disk-cache-disable.html.
* http/tests/cache/disk-cache/disk-cache-redirect-to-data-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-redirect-to-data-expected.txt.
* http/tests/cache/disk-cache/disk-cache-redirect-to-data.html: Renamed from LayoutTests/http/tests/cache/disk-cache-redirect-to-data.html.
* http/tests/cache/disk-cache/disk-cache-validation-attachment-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-validation-attachment.html: Added.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-validation-back-navigation-policy-expected.txt.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html: Renamed from LayoutTests/http/tests/cache/disk-cache-validation-back-navigation-policy.html.
* http/tests/cache/disk-cache/disk-cache-validation-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-validation-expected.txt.
* http/tests/cache/disk-cache/disk-cache-validation.html: Renamed from LayoutTests/http/tests/cache/disk-cache-validation.html.
* http/tests/cache/disk-cache/disk-cache-vary-cookie-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-vary-cookie-expected.txt.
* http/tests/cache/disk-cache/disk-cache-vary-cookie.html: Renamed from LayoutTests/http/tests/cache/disk-cache-vary-cookie.html.
* http/tests/cache/disk-cache/resources/cache-test.js: Renamed from LayoutTests/http/tests/cache/resources/cache-test.js.
* http/tests/cache/disk-cache/resources/generate-response.cgi: Renamed from LayoutTests/http/tests/cache/resources/generate-response.cgi.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2015-03-24 Michael Saboff <msaboff@apple.com>
REGRESSION (172175-172177): Change in for...in processing causes properties added in loop to be enumerated
https://bugs.webkit.org/show_bug.cgi?id=142856
Reviewed by Filip Pizlo.
New tests and rebased one test.
* js/for-in-modify-in-loop-expected.txt: Added.
* js/for-in-modify-in-loop.html: Added.
* js/script-tests/for-in-modify-in-loop.js: Added.
(haveSameProperties):
(each):
(testAdd):
(testAddDelete):
* http/tests/security/cross-frame-access-enumeration-expected.txt: Rebased.
2015-03-24 Saam Barati <saambarati1@gmail.com>
Improve error messages in JSC
https://bugs.webkit.org/show_bug.cgi?id=141869
Reviewed by Geoffrey Garen.
* fast/dom/NodeList/nodelist-item-call-as-function-expected.txt:
* fast/dom/call-a-constructor-as-a-function-expected.txt:
* fast/regex/dom/cross-frame-callable-expected.txt:
* fast/selectors/closest-general-expected.txt:
* http/tests/security/xss-DENIED-window-index-assign-expected.txt:
* js/dom/exception-thrown-from-new-expected.txt:
* js/exception-for-nonobject-expected.txt:
* js/exception-function-apply-expected.txt: Added.
* js/exception-function-apply.html: Added.
* js/exception-in-expected.txt: Added.
* js/exception-in.html: Added.
* js/exception-instanceof-expected.txt: Added.
* js/exception-instanceof.html: Added.
* js/instance-of-immediates-expected.txt:
* js/script-tests/exception-function-apply.js: Added.
* js/script-tests/exception-in.js: Added.
* js/script-tests/exception-instanceof.js: Added.
* js/typedarray-constructors-expected.txt:
* platform/mac-wk2/plugins/npruntime/object-from-destroyed-plugin-expected.txt:
* platform/mac-wk2/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* plugins/npruntime/object-from-destroyed-plugin-expected.txt:
* plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt:
* plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt:
* sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt:
* sputnik/Conformance/13_Function_Definition/S13_A17_T2-expected.txt:
* sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/S15.1_A2_T1-expected.txt:
* sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/S15.2.4_A3-expected.txt:
* svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
2015-03-23 Yoav Weiss <yoav@yoav.ws>
Update empty image canvas tests and fix a related bug
https://bugs.webkit.org/show_bug.cgi?id=142694
Reviewed by Chris Dumez.
Tests below imported from https://github.com/w3c/web-platform-tests/tree/master/2dcontext/drawing-images-to-the-canvas
* canvas/philip/tests/2d.drawImage.incomplete-expected.txt: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc-expected.txt: Added.
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html: Added.
* canvas/philip/tests/2d.drawImage.incomplete.html: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.nosrc-expected.txt: Added.
* canvas/philip/tests/2d.drawImage.incomplete.nosrc.html: Added.
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc-expected.txt: Added.
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html: Added.
Tests below imported from https://github.com/w3c/web-platform-tests/tree/master/2dcontext/fill-and-stroke-styles
* canvas/philip/tests/2d.pattern.image.incomplete-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.empty-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.empty.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc-expected.txt: Added.
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html: Added.
* canvas/philip/tests/2d.pattern.image.incomplete.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.omitted-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.omitted.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc-expected.txt: Added.
This test currently fails and will be fixed in https://bugs.webkit.org/show_bug.cgi?id=142677
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html: Added.
Test below imported from https://chromium.googlesource.com/chromium/blink/+/master/LayoutTests/fast/canvas/
* fast/canvas/canvas-empty-image-pattern.html: Aligned with spec/Chrome.
* fast/canvas/canvas-empty-image-pattern-expected.txt: Aligned with spec/Chrome.
* TestExpectations: Added 2d.pattern.image.incomplete.removedsrc.html as an expected failure.
2015-03-23 Filip Pizlo <fpizlo@apple.com>
Move the bulk of the js/dom/const test into js/const, so that run-jsc-stress-tests runs it.
Rubber stamped by Andreas Kling and Michael Saboff.
* js/const-expected.txt: Copied from LayoutTests/js/dom/const-expected.txt.
* js/const.html: Copied from LayoutTests/js/dom/const.html.
* js/dom/const-expected.txt: Replaced.
* js/dom/const.html: Replaced.
* js/resources/const.js: Removed.
* js/script-tests/const.js: Copied from LayoutTests/js/resources/const.js.
2015-03-23 Andy Estes <aestes@apple.com>
[Content Filtering] Fix up a few mistakes in LayoutTests/contentfiltering/
https://bugs.webkit.org/show_bug.cgi?id=142991
Reviewed by Andreas Kling.
* contentfiltering/allow-after-add-data-expected.html: Added HTML5 doctype.
* contentfiltering/allow-after-finished-adding-data-expected.html: Ditto.
* contentfiltering/allow-after-response-expected.html: Ditto.
* contentfiltering/allow-after-unblock-request-expected.html: Ditto.
* contentfiltering/block-after-add-data-expected.html: Ditto.
* contentfiltering/block-after-finished-adding-data-expected.html: Ditto.
* contentfiltering/block-after-response-expected.html: Ditto.
* contentfiltering/block-after-unblock-request-expected.html: Ditto.
* contentfiltering/resources/contentfiltering.js: Added a newline at the end of the file.
2015-03-23 Brady Eidson <beidson@apple.com>
Content extensions should apply css selectors
https://bugs.webkit.org/show_bug.cgi?id=142604
Reviewed by Alex Christensen.
* http/tests/contentextensions/css-display-none-expected.txt:
* http/tests/contentextensions/css-display-none.html:
* http/tests/contentextensions/css-display-none.html.json:
2015-03-23 Dean Jackson <dino@apple.com>
ES7: Implement Array.prototype.includes
https://bugs.webkit.org/show_bug.cgi?id=142707
Reviewed by Geoffrey Garen.
* js/array-includes-expected.txt: Added.
* js/array-includes.html: Added.
* js/script-tests/array-includes.js: Added.
* js/script-tests/Object-getOwnPropertyNames.js: Add 'includes'.
* js/Object-getOwnPropertyNames-expected.txt: Add 'includes'.
2015-03-23 Joseph Pecoraro <pecoraro@apple.com>
__defineGetter__/__defineSetter__ should throw exceptions
https://bugs.webkit.org/show_bug.cgi?id=142934
Reviewed by Geoffrey Garen.
* js/property-getters-and-setters-expected.txt:
* js/script-tests/property-getters-and-setters.js:
2015-03-23 Anders Carlsson <andersca@apple.com>
Make platform/mac-wk2/plugins/destroy-during-async-npp-new.html work again
https://bugs.webkit.org/show_bug.cgi?id=133692
rdar://problem/17255947
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
Unskip test.
2015-03-23 Alexey Proskuryakov <ap@apple.com>
accessibility/textarea-selected-text-range.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=142976
* platform/mac/TestExpectations: Marking as such.
2015-03-22 Benjamin Poulain <benjamin@webkit.org>
CSS Selectors: fix attribute case-insensitive matching of Contain and List
https://bugs.webkit.org/show_bug.cgi?id=142932
Reviewed by Darin Adler.
* fast/selectors/attribute-contains-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-contains-value-matching-is-ascii-case-insensitive.html: Added.
* fast/selectors/attribute-list-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-list-value-matching-is-ascii-case-insensitive.html: Added.
2015-03-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
[EFL] Update new flaky tests and remove duplicated failure test.
Unreviewed EFL gardening.
* platform/efl/TestExpectations:
Remove duplicted attachment tests, and add new flaky tests regarding svg clip-path, pattern scale.
2015-03-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
[EFL] Unreviewed EFL gradening on 23th Mar.
Skip attachment tests, unskip passing tests related with writing, webaudio.
Add new flaky tests.
* platform/efl/TestExpectations:
2015-03-21 Dean Jackson <dino@apple.com>
Remove the prefix for CSS Transforms
https://bugs.webkit.org/show_bug.cgi?id=142927
<rdar://problem/11568151>
Reviewed by Simon Fraser.
Convert the helper functions for transforms to use the unprefixed
form, and copy some tests to make sure the prefixed form still works.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* svg/css/getComputedStyle-basic-expected.txt:
* transforms/2d/computed-style-origin-expected.txt:
* transforms/2d/computed-style-origin.html:
* transforms/2d/resources/prefixed-transform-test-utils.js: Copied from LayoutTests/transforms/2d/resources/transform-test-utils.js.
(floatingPointEqual):
(compareMatrices):
(testTransforms):
* transforms/2d/resources/transform-test-utils.js:
(testTransforms):
* transforms/2d/transform-2d-prefixed-expected.txt: Added.
* transforms/2d/transform-2d-prefixed.html: Added.
* transforms/3d/general/prefixed-3dtransform-values-expected.txt: Added.
* transforms/3d/general/prefixed-3dtransform-values.html: Added.
* transitions/transition-end-event-multiple-04-expected.txt:
* transitions/transition-end-event-multiple-04.html:
* transitions/transition-end-event-transform-expected.txt:
* transitions/transition-end-event-transform.html:
2015-03-21 Joseph Pecoraro <pecoraro@apple.com>
Fix a typo in Parser error message
https://bugs.webkit.org/show_bug.cgi?id=142942
Reviewed by Alexey Proskuryakov.
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
* js/script-tests/class-syntax-super.js:
2015-03-21 Brent Fulgham <bfulgham@apple.com>
[Win] Try to get debug bots green.
* platform/win/TestExpectations:
2015-03-21 Joseph Pecoraro <pecoraro@apple.com>
Computed Property names should allow only AssignmentExpressions not any Expression
https://bugs.webkit.org/show_bug.cgi?id=142902
Reviewed by Ryosuke Niwa.
* js/basic-computed-property-name-expected.txt:
* js/object-literal-computed-methods-expected.txt:
* js/script-tests/basic-computed-property-name.js:
(runTest.runTest.runTest.runTest.runTest.runTest.runTest.runTestThrow):
* js/script-tests/object-literal-computed-methods.js:
Test that comma expressions are not allowed in computed property/method names.
2015-03-21 Benjamin Poulain <bpoulain@apple.com>
Import the blink test fast/css/currentcolor-strict-mode.html
https://bugs.webkit.org/show_bug.cgi?id=142838
Reviewed by Darin Adler.
* fast/css/currentcolor-strict-mode-expected.html: Added.
* fast/css/currentcolor-strict-mode.html: Added.
2015-03-21 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r181824.
https://bugs.webkit.org/show_bug.cgi?id=142935
Broke Windows build (Requested by ap on #webkit).
Reverted changeset:
"Remove the prefix for CSS Transforms"
https://bugs.webkit.org/show_bug.cgi?id=142927
http://trac.webkit.org/changeset/181824
2015-03-20 Dean Jackson <dino@apple.com>
Remove the prefix for CSS Transforms
https://bugs.webkit.org/show_bug.cgi?id=142927
<rdar://problem/11568151>
Reviewed by Simon Fraser.
Convert the helper functions for transforms to use the unprefixed
form, and copy some tests to make sure the prefixed form still works.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* svg/css/getComputedStyle-basic-expected.txt:
* transforms/2d/computed-style-origin-expected.txt:
* transforms/2d/computed-style-origin.html:
* transforms/2d/resources/prefixed-transform-test-utils.js: Copied from LayoutTests/transforms/2d/resources/transform-test-utils.js.
(floatingPointEqual):
(compareMatrices):
(testTransforms):
* transforms/2d/resources/transform-test-utils.js:
(testTransforms):
* transforms/2d/transform-2d-prefixed-expected.txt: Added.
* transforms/2d/transform-2d-prefixed.html: Added.
* transforms/3d/general/prefixed-3dtransform-values-expected.txt: Added.
* transforms/3d/general/prefixed-3dtransform-values.html: Added.
* transitions/transition-end-event-multiple-04-expected.txt:
* transitions/transition-end-event-multiple-04.html:
* transitions/transition-end-event-transform-expected.txt:
* transitions/transition-end-event-transform.html:
2015-03-20 Brent Fulgham <bfulgham@apple.com>
[Win] Additional debug assertion documentation.
* platform/win/TestExpectations:
2015-03-20 Brent Fulgham <bfulgham@apple.com>
[Win] More debug assertions. Almost there!
* platform/win/TestExpectations:
2015-03-20 Brent Fulgham <bfulgham@apple.com>
[Win] Attempting to get EWS green.
* platform/win/TestExpectations:
2015-03-19 Geoffrey Garen <ggaren@apple.com>
Function.prototype.toString should not decompile the AST
https://bugs.webkit.org/show_bug.cgi?id=142853
Reviewed by Sam Weinig.
Updated test results to match new rules for Function.prototype.toString.
* fast/dom/TreeWalker/acceptNode-filter-expected.txt: Removed a space
because it was not in the original source.
* fast/events/window-onerror2-expected.txt: Column number changed because
the event listener body starts on its own line now. This was a bit wrong
before and is still a bit wrong now in a different way.
* fast/profiler/dead-time-expected.txt:
* fast/profiler/inline-event-handler-expected.txt:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt: Line number
changed because WebCore shifts line nubmers on attribute event listeners
by one.
* js/class-syntax-default-constructor-expected.txt: Constructor name
is not present now because it is not present in the source text. This
test failed before and it still fails now in a slightly different way.
* js/destructuring-assignment-expected.txt: Destructuring arguments now
match their source text faithfully.
* js/dfg-redundant-load-of-captured-variable-proven-constant-expected.txt:
Removed a space because it was not present in the original source text.
* js/dfg-resolve-global-specific-dictionary-expected.txt: Ditto.
* js/function-toString-semicolon-insertion-expected.txt: Removed.
* js/script-tests/function-toString-semicolon-insertion.js: Removed.
* js/function-toString-semicolon-insertion.html: Removed. This test checked
for a work-around that I have removed.
* js/object-literal-computed-methods-expected.txt:
* js/object-literal-methods-expected.txt: These tests fail because object
literal methods do not register their function names appropriately. This
was a pre-existing failure that is now more explicit.
* js/dom/JSON-parse-expected.txt:
* js/dom/JSON-stringify-expected.txt: Whitespace removed because it was
not present in the original.
* js/dom/dfg-strcat-over-objects-then-exit-on-it-expected.txt: Ditto.
* js/dom/function-prototype-expected.txt:
* js/dom/function-prototype.html: Ditto.
* js/dom/parse-error-external-script-in-new-Function-expected.txt: Line
changed by one due to new extra newline.
* js/dom/script-start-end-locations-expected.txt: Lines and columns
changed due to new extra newline.
* js/dom/toString-and-valueOf-override-expected.txt: Whitespace removed
because it was not present in the original.
* js/dom/script-tests/dfg-strcat-over-objects-then-exit-on-it.js: Ditto.
* js/kde/lval-exceptions-expected.txt: Ditto.
* js/script-tests/dfg-redundant-load-of-captured-variable-proven-constant.js: Ditto.
* js/script-tests/dfg-resolve-global-specific-dictionary.js: Ditto.
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt: Ditto.
* storage/domstorage/localstorage/string-conversion-expected.txt: Ditto.
* storage/domstorage/sessionstorage/string-conversion-expected.txt: Ditto.
* userscripts/window-onerror-for-isolated-world-1-expected.txt:
* userscripts/window-onerror-for-isolated-world-2-expected.txt: Line numbers
changed because of new anonymous function formatting. These line numbers
were wrong before and they are still wrong now.
2015-03-20 Brent Fulgham <bfulgham@apple.com>
[Win] Add some skips to support EWS use.
* platform/win/TestExpectations:
2015-03-20 Joseph Pecoraro <pecoraro@apple.com>
SyntaxChecker assertion is trapped with computed property name and getter
https://bugs.webkit.org/show_bug.cgi?id=142863
Reviewed by Ryosuke Niwa.
* js/basic-computed-property-name-expected.txt:
* js/script-tests/basic-computed-property-name.js:
(a.string_appeared_here.runTest):
Add tests that wrap the expression in a function, this
will test the syntax checker.
2015-03-20 Alexey Proskuryakov <ap@apple.com>
platform/mac/fast/loader/file-url-mimetypes-3.html fails when MS Office is installed
https://bugs.webkit.org/show_bug.cgi?id=142884
Reviewed by Tim Horton.
Disable a test for .xls until rdar://problem/20232251 is fixed. It is not particularly
relevant to a web browser which MIME type local Excel files get anyway.
* platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
* platform/mac/fast/loader/file-url-mimetypes-3.html:
2015-03-20 Alexey Proskuryakov <ap@apple.com>
[Mac] svg/text/non-bmp-positioning-lists.svg fails when MS Office is installed
https://bugs.webkit.org/show_bug.cgi?id=142861
Reviewed by Tim Horton.
Converted into a reftest. It would be nice to make tests not depend on installed
fonts in general, but that doesn't seem very feasible (rdar://problem/20000350).
* platform/efl/svg/text/non-bmp-positioning-lists-expected.png: Removed.
* platform/efl/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/gtk/svg/text/non-bmp-positioning-lists-expected.png: Removed.
* platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/ios-simulator/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/mac/svg/text/non-bmp-positioning-lists-expected.png: Removed.
* platform/mac/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/win/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* svg/text/non-bmp-positioning-lists-expected.svg: Added.
2015-03-20 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening. Update attachment-foo tests to failure.
https://bugs.webkit.org/show_bug.cgi?id=142653
* platform/efl/TestExpectations:
2015-03-20 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening. Remove duplicate or ambiguous entry lines.
https://bugs.webkit.org/show_bug.cgi?id=142775
* platform/efl/TestExpectations:
2015-03-19 Andy Estes <aestes@apple.com>
[Content Filtering] Add tests for unblock requests
https://bugs.webkit.org/show_bug.cgi?id=142900
Reviewed by Andreas Kling.
Taught contentfiltering.js how to perform an unblock request test, and added tests for both allowed and blocked requests.
* contentfiltering/allow-after-unblock-request-expected.html: Added.
* contentfiltering/allow-after-unblock-request.html: Added.
* contentfiltering/block-after-unblock-request-expected.html: Added.
* contentfiltering/block-after-unblock-request.html: Added.
* contentfiltering/resources/contentfiltering.js:
(testContentFiltering): Added an argument specifying if the decision applies to the initial load or the unblock request.
(_doTest): When testing unblock handling, navigate the test iframe to settings.unblockRequestURL when the error page is displayed.
If the unblock is denied, the test harness will call window.unblockRequestDenied(). If the unblock is successful,
the iframe will reload, which we detect by listening for its load event.
2015-03-19 Andy Estes <aestes@apple.com>
[Content Filtering] Give contentfiltering tests a JavaScript harness
https://bugs.webkit.org/show_bug.cgi?id=142899
Reviewed by Andreas Kling.
Create a JavaScript function to run the contentfiltering/ tests. This consolidates shared logic and will make
it easier to write new tests.
* TestExpectations: Skipped a test that times out with the new harness (but it also failed before).
* contentfiltering/allow-after-add-data.html: Called testContentFiltering().
* contentfiltering/allow-after-finished-adding-data.html: Ditto.
* contentfiltering/allow-after-response.html: Ditto.
* contentfiltering/block-after-add-data.html: Ditto.
* contentfiltering/block-after-finished-adding-data.html: Ditto.
* contentfiltering/block-after-response.html: Ditto.
* contentfiltering/resources/contentfiltering.js: Added.
2015-03-19 Brent Fulgham <bfulgham@apple.com>
[Win] Try to get the Debug bots green.
* platform/win/TestExpectations:
2015-03-19 Brent Fulgham <bfulgham@apple.com>
[Win] Skip an <attachment> test that times out on Windows.
Also mark two flakes I noticed on the test bots.
* platform/win/TestExpectations:
2015-03-19 Dean Jackson <dino@apple.com>
CSS Animations with triggers should map scroll position to duration
https://bugs.webkit.org/show_bug.cgi?id=142870
<rdar://problem/20227244>
Reviewed by Simon Fraser.
Add a new test that exercises an animation trigger over a scroll
region, and a test of the boundary condition. Also, unskip a test that
was failing due to a bug fixed in this patch.
* animations/trigger-container-scroll-boundaries-expected.txt: Added.
* animations/trigger-container-scroll-boundaries.html: Added.
* animations/trigger-container-scroll-empty-expected.txt: Added.
* animations/trigger-container-scroll-empty.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2015-03-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Adopt ES6 Class Syntax for all Model Objects
https://bugs.webkit.org/show_bug.cgi?id=142858
Reviewed by Timothy Hatcher.
* inspector/model/parse-script-syntax-tree.html:
This test was calling a constructor without "new". Class
syntax enforces "new" and threw an exception.
2015-03-19 Enrica Casucci <enrica@apple.com>
REGRESSION (r109593): Clicking after last inline element could cause a crash.
https://bugs.webkit.org/show_bug.cgi?id=142880
rdar://problem/17222294
Reviewed by Ryosuke Niwa.
* editing/selection/click-after-last-inline-crash-expected.txt: Added.
* editing/selection/click-after-last-inline-crash.html: Added.
2015-03-19 Enrica Casucci <enrica@apple.com>
<attachment> should put URLs on the pasteboard so that Finder can accept drops.
https://bugs.webkit.org/show_bug.cgi?id=142801
rdar://problem/19982527
Reviewed by Tim Horton.
* editing/pasteboard/drag-and-drop-attachment-contenteditable-expected.txt: Added.
* editing/pasteboard/drag-and-drop-attachment-contenteditable.html: Added.
* platform/mac-wk2/TestExpectations: Skipping new test on WK2 since it uses eventSender.
2015-03-19 Dean Jackson <dino@apple.com>
http://webkit.org/b/142790
Temporarily skip animations/trigger-container-scroll-simple.html
while it is crashing.
* platform/mac/TestExpectations:
2015-03-19 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening.
* platform/win/TestExpectations:
2015-03-19 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Skip Legacy WebNotifications test
https://bugs.webkit.org/show_bug.cgi?id=141962
The revision r177073 skips all legacy tests for notifications except from
http/tests/notifications/legacy/notification-request-permission-then-navigate.html
which was failing. We skip this test now too.
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations:
2015-03-19 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Update ReadableStream API according new version of the specification
https://bugs.webkit.org/show_bug.cgi?id=142822
Reviewed by Benjamin Poulain.
Removing tests checking ready and closed.
Removing assertions checking read(), ready, closed and state.
Adding assertions to test getReader() and parameters of remaining methods.
* streams/readablestream-constructor-expected.txt:
* streams/readablestream-constructor.html:
2015-03-19 Chris Dumez <cdumez@apple.com>
The network cache should ignore "cache-control: no-cache, must-revalidate" on history navigation
https://bugs.webkit.org/show_bug.cgi?id=142831
<rdar://problem/20209957>
Reviewed by Antti Koivisto.
Rebaseline disk-cache-validation-back-navigation-policy.html test now
that we ignore "cache-control: no-cache, must-revalidate" on history
navigation. This is a progression.
* http/tests/cache/disk-cache-validation-back-navigation-policy-expected.txt:
2015-03-18 Brent Fulgham <bfulgham@apple.com>
[Win] Windows gardening for debug bots.
* platform/win/TestExpectations:
2015-03-18 Antti Koivisto <antti@apple.com>
Test disk cache behavior when using back navigation cache policy
https://bugs.webkit.org/show_bug.cgi?id=142848
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache-validation-back-navigation-policy-expected.txt: Added.
* http/tests/cache/disk-cache-validation-back-navigation-policy.html: Added.
Test permutations of cache headers on reload including Cache-control: must-revalidate.
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2015-03-18 Joseph Pecoraro <pecoraro@apple.com>
ES6 Classes: Extends should accept an expression without parenthesis
https://bugs.webkit.org/show_bug.cgi?id=142840
Reviewed by Ryosuke Niwa.
* js/class-syntax-extends-expected.txt:
* js/script-tests/class-syntax-extends.js:
Extend the test to test cases of extends with different types of expressions.
2015-03-18 Said Abou-Hallawa <sabouhallawa@apple.com>
Switching between two SVG images with no intrinsic sizes causes them to get the default SVG size instead of the container size.
https://bugs.webkit.org/show_bug.cgi?id=142805.
Reviewed by Darin Adler.
* svg/as-image/svg-no-intrinsic-size-switching-expected.html: Added.
* svg/as-image/svg-no-intrinsic-size-switching.html: Added.
Ensure that switching the source of an <img> element between two SVG images,
which have no intrinsic sizes, gets the image the size of the container and
not the default SVG intrinsic size which is 300x150 pixels.
2015-03-18 Alexey Proskuryakov <ap@apple.com>
webaudio/convolution-mono-mono.html fails on some machines
rdar://problem/19996807
Rubber-stampted by Jer Noble.
* webaudio/resources/convolution-testing.js: (checkTriangularPulse): Slightly increase
the tolerance. It's still extremely low.
2015-03-18 Simon Fraser <simon.fraser@apple.com>
Avoid repaints when changing transform on an element with multiple background images
https://bugs.webkit.org/show_bug.cgi?id=142841
Reviewed by Zalan Bujtas.
Test that changes transform on a composited element with 2 background images,
and tests for no repaints.
* fast/repaint/multiple-backgrounds-style-change-expected.txt: Added.
* fast/repaint/multiple-backgrounds-style-change.html: Added.
2015-03-18 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK Gardening 18th March
https://bugs.webkit.org/show_bug.cgi?id=142824
Unreviewed.
* platform/gtk/TestExpectations:
2015-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
Use filterRootId in SelectorQuery even if CSS JIT is not enabled
https://bugs.webkit.org/show_bug.cgi?id=142703
Reviewed by Benjamin Poulain.
This is covered by the following layout-tests.
CompilableSingleWithRootFilter and CompilableSingle are covered by them.
- fast/selectors/filter-root-node-with-selector-contains-adjacents.html
- fast/selectors/querySelector-id-filtering.html
- fast/selectors/querySelector-scope-filtered-root.html
And add tests to cover the following cases.
- Failures on selectorForIdLookup()'s rootNode.inDocument().
- Failures on selectorForIdLookup()'s rootNode.document().inQuirksMode().
* fast/selectors/querySelector-with-id-for-detached-element-expected.txt: Added.
* fast/selectors/querySelector-with-id-for-detached-element.html: Added.
* fast/selectors/querySelector-with-id-in-quirks-mode-expected.txt: Added.
* fast/selectors/querySelector-with-id-in-quirks-mode.html: Added.
2015-03-18 Zalan Bujtas <zalan@apple.com>
Simple line layout: Split fragments on renderer boundary on the fly.
https://bugs.webkit.org/show_bug.cgi?id=142579
Reviewed by Antti Koivisto.
Fragment splitting at renderers' boundary at the end of the line is no longer needed.
This patch ensures that TextFragmentIterator::nextTextFragment() does not concatenate
fragments across renderer boundary.
* fast/text/simple-line-with-multiple-renderers-expected.html: Added.
* fast/text/simple-line-with-multiple-renderers.html: Added.
2015-03-18 Manuel Rego Casasnovas <rego@igalia.com>
Flex and grid items should be painted as inline-blocks
https://bugs.webkit.org/show_bug.cgi?id=142266
Reviewed by Darin Adler.
* css3/flexbox/flex-item-text-background-not-interleaved-expected.html: Added.
* css3/flexbox/flex-item-text-background-not-interleaved.html: Added.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item-expected.html:
Add some vertical space to avoid issues with backgrounds.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item.html:
Ditto.
* fast/css-grid-layout/grid-item-text-background-not-interleaved-expected.html: Added.
* fast/css-grid-layout/grid-item-text-background-not-interleaved.html: Added.
2015-03-17 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r181667, r181682, and r181683.
https://bugs.webkit.org/show_bug.cgi?id=142812
Broke multiple tests with ASan, plus dependent commits
(Requested by ap on #webkit).
Reverted changesets:
"Simple line layout: Split fragments on renderer boundary on
the fly."
https://bugs.webkit.org/show_bug.cgi?id=142579
http://trac.webkit.org/changeset/181667
"Simple line layout: Change FlowContents::segmentForPosition()
to segmentForRun()."
https://bugs.webkit.org/show_bug.cgi?id=142785
http://trac.webkit.org/changeset/181682
"Simple line layout: Use Vector<>::const_iterator instead of
custom FlowContents::Iterator."
https://bugs.webkit.org/show_bug.cgi?id=142809
http://trac.webkit.org/changeset/181683
2015-03-17 Alexey Proskuryakov <ap@apple.com>
fast/images/animated-png.html is crashing / failing on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=142726
Further tweaked test expectations.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-03-17 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Tracked down the tests that were leaving the page cache in a bad state.
By skipping those tests, we can run all the others. These bugs are being
investigated in Bug 140871.
* platform/win/TestExpectations:
2015-03-17 Geoffrey Garen <ggaren@apple.com>
Function bodies should always include braces
https://bugs.webkit.org/show_bug.cgi?id=142795
Reviewed by Michael Saboff.
Updated these test results to reflect the fact that JavaScriptCore now
honors the source code text positions provided by WebCore, even for
attribute event handlers.
Unfortunately, the column numbers we used to report were wrong, and they
are still wrong now. The old column numbers were wrong because we would
always pretend that they started on column 1. The new column numbers
are wrong because WebCore records the column number after it finishes
parsing the element, rather than while it is parsing the event listener
attribute.
* fast/events/window-onerror2-expected.txt:
* fast/profiler/dead-time-expected.txt:
* fast/profiler/inline-event-handler-expected.txt:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt:
* js/dom/script-start-end-locations-expected.txt:
2015-03-17 Zalan Bujtas <zalan@apple.com>
Simple line layout: Split fragments on renderer boundary on the fly.
https://bugs.webkit.org/show_bug.cgi?id=142579
Reviewed by Antti Koivisto.
Fragment splitting at renderers' boundary at the end of the line is no longer needed.
This patch ensures that TextFragmentIterator::nextTextFragment() does not concatenate
fragments across renderer boundary.
* fast/text/simple-line-with-multiple-renderers-expected.html: Added.
* fast/text/simple-line-with-multiple-renderers.html: Added.
2015-03-17 Dean Jackson <dino@apple.com>
Implement Scroll Container Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142732
Unreviewed attempt to make the test reproducible. Also skip the tests
on the platforms that do not support animation triggers.
* animations/trigger-container-scroll-simple.html: Add a step-start timing
function so the animation instantly moves to the end position.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-03-17 Timothy Horton <timothy_horton@apple.com>
Reproducible null deref under ScriptedAnimationController::createDisplayRefreshMonitor
https://bugs.webkit.org/show_bug.cgi?id=142776
<rdar://problem/18921338>
Reviewed by Alexey Proskuryakov.
* fast/animation/request-animation-frame-unparented-iframe-crash-expected.txt: Added.
* fast/animation/request-animation-frame-unparented-iframe-crash.html: Added.
Add a test that ensures that calling requestAnimationFrame on a recently-unparented
frame doesn't crash.
2015-03-17 Dean Jackson <dino@apple.com>
Implement Scroll Container Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142732
Reviewed by Simon Fraser.
Test that checks if an animation only triggers when the page
is scrolled.
* animations/trigger-container-scroll-simple-expected.txt: Added.
* animations/trigger-container-scroll-simple.html: Added.
2015-03-17 Brent Fulgham <bfulgham@apple.com>
[Win] Skip some IndexDB tests that don't apply on Windows.
* platform/win/TestExpectations:
2015-03-17 Antti Koivisto <antti@apple.com>
Disk cache should support Vary: Cookie
https://bugs.webkit.org/show_bug.cgi?id=142770
Reviewed by Anders Carlsson.
* http/tests/cache/disk-cache-vary-cookie-expected.txt: Added.
* http/tests/cache/disk-cache-vary-cookie.html: Added.
2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
Enable ES6 classes by default
https://bugs.webkit.org/show_bug.cgi?id=142774
Reviewed by Gavin Barraclough.
Unskipped tests and also fixed tests so that they can run under run-javascript-tests.
* TestExpectations: Unskipped tests.
* js/class-syntax-call-expected.txt:
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-default-constructor-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/class-syntax-extends-expected.txt:
* js/class-syntax-super-expected.txt:
* js/dom/reserved-words-as-property-expected.txt: Rebaselined now that "class" is a non-reserved keyword.
* js/script-tests/class-syntax-call.js: Don't refer to "window" object as it doesn't exit when ran inside jsc.
* js/script-tests/class-syntax-declaration.js: Rebaselined after r181611, which added default constructor support.
* js/script-tests/class-syntax-default-constructor.js: Don't refer to "window" object. Also replaced shouldNotBe
by an explicit !== check as the former is not supported when ran inside jsc.
* js/script-tests/class-syntax-expression.js: Rebaselined after r181611.
* js/script-tests/class-syntax-extends.js: Ditto. Also replaced evalAndLog by shouldNotThrow as the former is not
supported inside jsc.
* js/script-tests/class-syntax-super.js: Don't refer to "window" object as it doesn't exist inside jsc.
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5-expected.txt:
2015-03-16 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Better Console Previews for Arrays / Small Objects
https://bugs.webkit.org/show_bug.cgi?id=142322
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Include a test with cyclic values, and update
results which now have sub-previews.
2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
Implement default constructor
Add support for default constructor
https://bugs.webkit.org/show_bug.cgi?id=142388
Reviewed by Filip Pizlo.
Added tests for default constructors.
* TestExpectations: Skipped the test since ES6 class syntax isn't enabled by default.
* js/class-syntax-default-constructor-expected.txt: Added.
* js/class-syntax-default-constructor.html: Added.
* js/script-tests/class-syntax-default-constructor.js: Added.
2015-03-16 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] fast/css/outline-auto-empty-rects.html is failing
https://bugs.webkit.org/show_bug.cgi?id=142570
Unreviewed EFL Gardening. Rebaseline the fast/css/outline-auto-empty-rects.html.
* platform/efl/TestExpectations:
* platform/efl/fast/css/outline-auto-empty-rects-expected.txt: Added.
2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
[EFL] Unreviewed EFL gardening on 17th Mar.
Register new crash, flaky, and timeout tests to EFL TestExpectations files.
Additionally some test related to video, form, accessibility tests are marked as failure.
* platform/efl/TestExpectations:
2015-03-16 Dean Jackson <dino@apple.com>
Parsing and Style Resolution of Container-based Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142687
<rdar://problem/20170007>
Reviewed by Simon Fraser.
Take 2.
New tests that exercise the parser and computed style
of -webkit-animation-trigger.
* animations/script-tests/trigger-computed-style.js: Added.
(testComputedTriggerRule):
* animations/script-tests/trigger-parsing.js: Added.
(testTriggerRule):
* animations/trigger-computed-style-expected.txt: Added.
* animations/trigger-computed-style.html: Added.
* animations/trigger-parsing-expected.txt: Added.
* animations/trigger-parsing.html: Added.
2015-03-16 Joanmarie Diggs <jdiggs@igalia.com>
AX: Crash viewing http://www.last.fm/
https://bugs.webkit.org/show_bug.cgi?id=142309
Reviewed by Chris Fleizach.
This test doesn't verify the absence of the crash because the crash seems
to require that an assistive technology is listening for events, and that
AT-SPI2 is caching the tree for that assistive technology -- something we
cannot count on being the case on our bots. (I suspect that the reason non-
assistive technology users of Epiphany were getting hit by this is because
Caribou was listening for events in the background, thus they were AT users
without realizing it. That Caribou issue is in theory now resolved.) What
this test does verify is the absence of children-changed:add accessibility
signals for non-rendered objects, which is the source of the crash given
the aforementioned environment.
* platform/gtk/accessibility/no-notification-for-unrendered-iframe-children-expected.txt: Added.
* platform/gtk/accessibility/no-notification-for-unrendered-iframe-children.html: Added.
2015-03-16 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r181572.
https://bugs.webkit.org/show_bug.cgi?id=142755
Caused weird test failures in transitions and animations
(Requested by dino on #webkit).
Reverted changeset:
"Parsing and Style Resolution of Container-based Animation
Triggers"
https://bugs.webkit.org/show_bug.cgi?id=142687
http://trac.webkit.org/changeset/181572
2015-03-16 Chris Dumez <cdumez@apple.com>
Unreviewed, unskip inspector-protocol/dom-debugger/node-removed.html.
It looks like it was an actual failure caused by a patch being
processed by EWS.
* TestExpectations:
2015-03-16 Alexey Proskuryakov <ap@apple.com>
inspector-protocol/dom-debugger/node-removed.html crashes on EWS
https://bugs.webkit.org/show_bug.cgi?id=142753
* TestExpectations: Skiped it.
2015-03-16 Alexey Proskuryakov <ap@apple.com>
Update results of fast/text/international/bidi-mirror-he-ar.html after <http://trac.webkit.org/changeset/181569>
Yosemite results now match Mavericks. I'm not 100% sure why the results changed
(probably different order of font fallback), but the test clearly still passes.
* platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
2015-03-16 Alexey Proskuryakov <ap@apple.com>
Add tolerance to WebAudio tests
https://bugs.webkit.org/show_bug.cgi?id=142676
Reviewed by Tim Horton.
* fast/harness/results.html: Display a diff link for audio tests, as we now have the diff.
* platform/mac/TestExpectations: Unmark tests that should now pass everywhere.
2015-03-16 Chris Dumez <cdumez@apple.com>
Make DatabaseContext suspendable if there is no pending database activity
https://bugs.webkit.org/show_bug.cgi?id=142716
<rdar://problem/19923085>
Reviewed by Andreas Kling.
Add layout tests to check page-cacheability when WebSQL is used,
depending if there is pending database activity or not.
* fast/history/page-cache-webdatabase-no-transaction-db-expected.txt: Added.
* fast/history/page-cache-webdatabase-no-transaction-db.html: Copied from LayoutTests/fast/history/page-cache-webdatabase-opened-db.html.
* fast/history/page-cache-webdatabase-pending-transaction-expected.txt: Renamed from LayoutTests/fast/history/page-cache-webdatabase-opened-db-expected.txt.
* fast/history/page-cache-webdatabase-pending-transaction.html: Renamed from LayoutTests/fast/history/page-cache-webdatabase-opened-db.html.
2015-03-16 Dean Jackson <dino@apple.com>
Parsing and Style Resolution of Container-based Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142687
<rdar://problem/20170007>
Reviewed by Simon Fraser.
New tests that exercise the parser and computed style
of -webkit-animation-trigger.
* animations/script-tests/trigger-computed-style.js: Added.
(testComputedTriggerRule):
* animations/script-tests/trigger-parsing.js: Added.
(testTriggerRule):
* animations/trigger-computed-style-expected.txt: Added.
* animations/trigger-computed-style.html: Added.
* animations/trigger-parsing-expected.txt: Added.
* animations/trigger-parsing.html: Added.
2015-03-16 Alexey Proskuryakov <ap@apple.com>
[Mac] fast/forms/text-control-intrinsic-widths.html fails when MS Office is installed
https://bugs.webkit.org/show_bug.cgi?id=142720
Reviewed by Myles C. Maxfield.
* platform/mac-mavericks/fast/forms/text-control-intrinsic-widths-expected.txt: Removed.
Mavericks result is no different from Yosemite.
2015-03-16 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions.
* platform/win/TestExpectations:
2015-03-16 Brent Fulgham <bfulgham@apple.com>
[Win] APNG is not supported on Windows (but it IS supported on WinCairo)
* platform/win/TestExpectations:
2015-03-16 Chris Dumez <cdumez@apple.com>
Mark fast/images/animated-png.html as [ Crash ImageOnlyFailure ]
It seems to fail instead of crash on Yosemite WK1.
* platform/mac/TestExpectations:
2015-03-16 Chris Dumez <cdumez@apple.com>
Unreviewed, mark fast/images/animated-png.html as crashing
Mark fast/images/animated-png.html as crashing on Yosemite. This test
was introduced in r181553.
* platform/mac/TestExpectations:
2015-03-16 Joseph Pecoraro <pecoraro@apple.com>
Update Map/Set to treat -0 and 0 as the same value
https://bugs.webkit.org/show_bug.cgi?id=142709
Reviewed by Csaba Osztrogonác.
* js/basic-map-expected.txt:
* js/basic-set-expected.txt:
* js/script-tests/basic-map.js:
* js/script-tests/basic-set.js:
Update tests now that -0 and 0 are treated the same.
2015-03-16 Max Stepin <maxstepin@gmail.com>
Add APNG support
https://bugs.webkit.org/show_bug.cgi?id=17022
Reviewed by Carlos Garcia Campos.
* fast/images/animated-png-expected.html: Added.
* fast/images/animated-png.html: Added.
* fast/images/resources/apng00-ref.png: Added.
* fast/images/resources/apng00.png: Added.
* fast/images/resources/apng01-ref.png: Added.
* fast/images/resources/apng01.png: Added.
* fast/images/resources/apng02-ref.png: Added.
* fast/images/resources/apng02.png: Added.
* fast/images/resources/apng04-ref.png: Added.
* fast/images/resources/apng04.png: Added.
* fast/images/resources/apng08-ref.png: Added.
* fast/images/resources/apng08.png: Added.
* fast/images/resources/apng10-ref.png: Added.
* fast/images/resources/apng10.png: Added.
* fast/images/resources/apng11-ref.png: Added.
* fast/images/resources/apng11.png: Added.
* fast/images/resources/apng12-ref.png: Added.
* fast/images/resources/apng12.png: Added.
* fast/images/resources/apng14-ref.png: Added.
* fast/images/resources/apng14.png: Added.
* fast/images/resources/apng18-ref.png: Added.
* fast/images/resources/apng18.png: Added.
* fast/images/resources/apng24-ref.png: Added.
* fast/images/resources/apng24.png: Added.
* fast/images/resources/apng26-ref.png: Added.
* fast/images/resources/apng26.png: Added.
* platform/mac/TestExpectations:
2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
[EFL] Unreviewed EFL gardening on 16th Mar.
Mark attachment tests to missing, Set writing mode tests to failure.
Unskip fast/forms/textfield-overflow-by-value-update.html which is
passing on EFL bot.
* platform/efl/TestExpectations:
2015-03-15 Benjamin Poulain <benjamin@webkit.org>
CSS: fix the case-insensitive matching of the attribute selectors Begin, End and Hyphen
https://bugs.webkit.org/show_bug.cgi?id=142715
Reviewed by Brent Fulgham.
* fast/selectors/attribute-endswith-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-endswith-value-matching-is-ascii-case-insensitive.html: Added.
* fast/selectors/attribute-hyphen-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-hyphen-value-matching-is-ascii-case-insensitive.html: Added.
* fast/selectors/attribute-startswith-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-startswith-value-matching-is-ascii-case-insensitive.html: Added.
2015-03-15 Brent Fulgham <bfulgham@apple.com>
Scroll snap points are not supported on iframe content
https://bugs.webkit.org/show_bug.cgi?id=142582
<rdar://problem/20121319>
Reviewed by Simon Fraser.
* css3/scroll-snap/resources: Added.
* css3/scroll-snap/resources/iframe-content.html: Added.
* css3/scroll-snap/scroll-snap-iframe-expected.txt: Added.
* css3/scroll-snap/scroll-snap-iframe.html: Added.
2015-03-15 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Better handle displaying -0
https://bugs.webkit.org/show_bug.cgi?id=142708
Reviewed by Timothy Hatcher.
Add tests for -0 in different places.
I don't understand yet why the test says "0" for
the property previews of "-0". Everything behaves
correctly, but I can't see to make the test show
the right value appear in the test. That is worth
investigating separately though.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
2015-03-15 Simon Fraser <simon.fraser@apple.com>
Reduce the side-effects of animations turning off overlap testing
https://bugs.webkit.org/show_bug.cgi?id=92791
Reviewed by Dean Jackson.
These test overlay an animated element with a grid of position: relative squares.
These reveal the overlap area by selectively getting composited.
* compositing/layer-creation/animation-overlap-with-children-expected.txt:
* compositing/layer-creation/mismatched-rotated-transform-animation-overlap-expected.txt: Added.
* compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html: Added.
* compositing/layer-creation/mismatched-rotated-transform-transition-overlap-expected.txt: Added.
* compositing/layer-creation/mismatched-rotated-transform-transition-overlap.html: Added.
* compositing/layer-creation/mismatched-transform-transition-overlap-expected.txt: Added.
* compositing/layer-creation/mismatched-transform-transition-overlap.html: Added.
* compositing/layer-creation/multiple-keyframes-animation-overlap-expected.txt: Added.
* compositing/layer-creation/multiple-keyframes-animation-overlap.html: Added.
* compositing/layer-creation/scale-rotation-animation-overlap-expected.txt: Added.
* compositing/layer-creation/scale-rotation-animation-overlap.html: Added.
* compositing/layer-creation/scale-rotation-transition-overlap-expected.txt: Added.
* compositing/layer-creation/scale-rotation-transition-overlap.html: Added.
* compositing/layer-creation/translate-animation-overlap-expected.txt: Added.
* compositing/layer-creation/translate-animation-overlap.html: Added.
* compositing/layer-creation/translate-scale-animation-overlap-expected.txt: Added.
* compositing/layer-creation/translate-scale-animation-overlap.html: Added.
* compositing/layer-creation/translate-scale-transition-overlap-expected.txt: Added.
* compositing/layer-creation/translate-scale-transition-overlap.html: Added.
* compositing/layer-creation/translate-transition-overlap-expected.txt: Added.
* compositing/layer-creation/translate-transition-overlap.html: Added.
2015-03-15 Benjamin Poulain <bpoulain@apple.com>
Change the exact attribute matching to be ASCII case-insensitive
https://bugs.webkit.org/show_bug.cgi?id=142609
Reviewed by Darin Adler.
* fast/selectors/attribute-exact-value-match-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-exact-value-match-is-ascii-case-insensitive.html: Added.
2015-03-15 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions for later review.
* platform/win/TestExpectations:
2015-03-14 Darin Adler <darin@apple.com>
More event handler improvements
https://bugs.webkit.org/show_bug.cgi?id=142701
Reviewed by Anders Carlsson.
* fast/dom/event-handler-attributes-expected.txt: Updated to expect more passing tests,
and to accomodate some changes to what's tested and expected.
* fast/dom/event-handler-attributes.html: Update test to cover more events since we
no longer compile the event handlers conditionally; it's OK to have some handlers for
events even if the features in question aren't turned on.
2015-03-15 David Kilzer <ddkilzer@apple.com>
[iOS] REGRESSION (r181191): Add results for css3/blending/svg-blend-plus-lighter.html
Regressed with:
Support "plus-lighter" in mix-blend mode
<https://bugs.webkit.org/show_bug.cgi?id=142416>
<rdar://problem/19993979>
* platform/ios-simulator/css3/blending/svg-blend-plus-lighter-expected.txt: Add.
2015-03-14 Ryosuke Niwa <rniwa@webkit.org>
parseClass should popScope after pushScope
https://bugs.webkit.org/show_bug.cgi?id=142689
Reviewed by Benjamin Poulain.
Added a regression test for the test case that caught this bug.
* TestExpectations: Skipped the test since ES6 class syntax isn't enabled by default.
* js/class-syntax-scoping-expected.txt: Added.
* js/class-syntax-scoping.html: Added.
* js/script-tests/class-syntax-scoping.js: Added.
(test):
2015-03-14 Michael Saboff <msaboff@apple.com>
ES6: Add binary and octal literal support
https://bugs.webkit.org/show_bug.cgi?id=142681
Reviewed by Ryosuke Niwa.
New tests.
* js/binary-literals-expected.txt: Added.
* js/binary-literals.html: Added.
* js/octal-literals-expected.txt: Added.
* js/octal-literals.html: Added.
* js/script-tests/binary-literals.js: Added.
* js/script-tests/octal-literals.js: Added.
2015-03-13 Ryosuke Niwa <rniwa@webkit.org>
Class constructor should throw TypeError when "called"
https://bugs.webkit.org/show_bug.cgi?id=142566
Reviewed by Michael Saboff.
Added tests for calling class constructors.
* TestExpectations: Skipped the test since ES6 class syntax isn't enabled by default.
* js/class-syntax-call-expected.txt: Added.
* js/class-syntax-call.html: Added.
* js/script-tests/class-syntax-call.js: Added.
2015-03-13 Doug Russell <d_russell@apple.com>
AX: Provide API for assistive tech to ignore DOM key event handlers
https://bugs.webkit.org/show_bug.cgi?id=142059
Reviewed by Beth Dakin.
Assistive technology applications on the desktop are heavily dependent on keyboard navigation being reliable. This is greatly hindered by sites that handle key events without updating keyboard selection and then consume the event. It is important for assistive technology apps to allow users to decide to ignore these handlers that are incorrect for their purposes.
This can be fixed by exposing, via a new accessibility attribute, a way to decide, for a given WebCore::Frame, to pre-empt DOM dispatch and instead let accessibility caret browsing take place.
* accessibility/parent-delete-expected.txt:
* platform/mac/accessibility/document-attributes-expected.txt:
* platform/mac/accessibility/prevent-keyboard-event-dispatch-expected.txt: Added.
* platform/mac/accessibility/prevent-keyboard-event-dispatch.html: Added.
2015-03-13 Chris Dumez <cdumez@apple.com>
XMLHttpRequests should not prevent a page from entering PageCache
https://bugs.webkit.org/show_bug.cgi?id=142612
<rdar://problem/19923085>
Reviewed by Alexey Proskuryakov.
Add a tests to make sure that loading XMLHttpRequests do not prevent a
page from entering PageCache.
* http/tests/navigation/page-cache-xhr-expected.txt: Added.
* http/tests/navigation/page-cache-xhr.html: Added.
* http/tests/navigation/resources/page-cache-helper.html: Added.
2015-03-13 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed Gardening 13th March.
https://bugs.webkit.org/show_bug.cgi?id=142665
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/fast/borders/mixed-border-style2-expected.txt: Added. The result was missing.
2015-03-13 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Rebaseline accessibility/color-well.html
https://bugs.webkit.org/show_bug.cgi?id=141697
Reviewed by Chris Fleizach.
The revision (r179922) which makes this test fail, implements a color
picker for GTK+ platform. So now we have different accessibility
information for a color input and we could update the expected file.
TestExpectations has also been updated.
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/color-well-expected.txt:
2015-03-13 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed GTK+ Gardening
https://bugs.webkit.org/show_bug.cgi?id=142620
Rebaseline the missing test result
* platform/gtk/fast/borders/mixed-border-style2-expected.png: Added.
* platform/gtk/fast/css/css2-system-fonts-expected.txt: Added.
* platform/gtk/fast/text/tatechuyoko-expected.txt: Added.
2015-03-12 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r180726): Removing an empty line at the end of textarea clears the entire texture
https://bugs.webkit.org/show_bug.cgi?id=142646
Reviewed by Darin Adler.
Added a regression test for deleting empty lines at the end of a textarea element.
* editing/deleting/delete-empty-line-breaks-at-end-of-textarea-expected.txt: Added.
* editing/deleting/delete-empty-line-breaks-at-end-of-textarea.html: Added.
2015-03-12 Yusuke Suzuki <utatane.tea@gmail.com>
Integrate MapData into JSMap and JSSet
https://bugs.webkit.org/show_bug.cgi?id=142556
Reviewed by Filip Pizlo.
Test structure-clone implementation that becomes aware of the difference between Map and Set.
* fast/storage/serialized-script-value.html:
2015-03-12 Simon Fraser <simon.fraser@apple.com>
These hidpi filter tests pass sometimes.
* platform/mac/TestExpectations:
2015-03-12 Alexey Proskuryakov <ap@apple.com>
testRunner.setAlwaysAcceptCookies does not work with NetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=138687
Unreviewed (only code changes were reviewed).
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
Unskip tests that used to be affected.
2015-03-12 Simon Fraser <simon.fraser@apple.com>
Clean up after JoePeck.
* http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt:
2015-03-12 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening on 13th Mar.
https://bugs.webkit.org/show_bug.cgi?id=142624
Rebaseline the missing test result.
* platform/efl/TestExpectations:
* platform/efl/editing/inserting/before-after-input-element-expected.png: Added.
* platform/efl/editing/inserting/before-after-input-element-expected.txt: Added.
* platform/efl/fast/css/css2-system-fonts-expected.txt: Added.
* platform/efl/fast/text/tatechuyoko-expected.png: Added.
* platform/efl/fast/text/tatechuyoko-expected.txt: Added.
2015-03-11 Brent Fulgham <bfulgham@apple.com>
[Win] Update test expectations after r181408.
Also update with more debug assertions.
* platform/win/TestExpectations:
* platform/win/fast/forms/input-auto-fill-button-expected.txt: Added.
2015-03-11 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: CSS parser errors in the console should include column numbers
https://bugs.webkit.org/show_bug.cgi?id=114313
Reviewed by Darin Adler.
Test errors in both external and inline CSS and Scripts to ensure they have
expected line:column information.
* inspector-protocol/console/warnings-errors-expected.txt: Added.
* inspector-protocol/console/warnings-errors.html: Added.
* inspector-protocol/resources/errors.css: Added.
* inspector-protocol/resources/errors.js: Added.
2015-03-11 Simon Fraser <simon.fraser@apple.com>
Rename the Mavericks result for input-auto-fill-button.html to use the
correct name.
* platform/mac-mavericks/fast/forms/input-auto-fill-button-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/fast/forms/input-auto-fill-button.txt.
2015-03-11 Simon Fraser <simon.fraser@apple.com>
Mark compositing/backgrounds/background-image-with-negative-zindex.html as
an image failure, since r179871 was rolled out.
* platform/mac/TestExpectations:
2015-03-11 Timothy Horton <timothy_horton@apple.com>
<attachment> shouldn't use "user-select: all"
https://bugs.webkit.org/show_bug.cgi?id=142453
Reviewed by Darin Adler.
* fast/attachment/attachment-select-on-click-inside-user-select-all.html: Added.
* fast/attachment/attachment-select-on-click.html: Added.
* platform/mac/fast/attachment/attachment-select-on-click-expected.png: Added.
* platform/mac/fast/attachment/attachment-select-on-click-expected.txt: Added.
* platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.png: Added.
* platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
* platform/mac-mavericks/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
* platform/mac-mavericks/fast/attachment/attachment-select-on-click-expected.txt: Added.
Add two tests. One, for the basic functionality of clicking on an
<attachment> to select it. The second, to test that clicking on an
<attachment> inside a larger "user-select: all" element still selects
the whole "user-select: all" element.
2015-03-11 Matthew Mirman <mmirman@apple.com>
Update windows test results
Unreviewed followup to r181353
* platform/win/fast/events/event-attribute-expected.txt: update windows test results.
2015-03-10 Andy Estes <aestes@apple.com>
REGRESSION (r180985): contentfiltering/block-after-add-data.html crashes with GuardMalloc
https://bugs.webkit.org/show_bug.cgi?id=142526
Reviewed by Darin Adler.
* TestExpectations: Un-skipped contentfiltering/block-after-add-data.html.
2015-03-10 Sam Weinig <sam@webkit.org>
Allow adding a button in input elements for auto fill related functionality
<rdar://problem/19782066>
https://bugs.webkit.org/show_bug.cgi?id=142564
Reviewed by Anders Carlsson.
* fast/forms/input-auto-fill-button-expected.txt: Added.
* fast/forms/input-auto-fill-button.html: Added.
2015-03-11 Ryosuke Niwa <rniwa@webkit.org>
Calling super() in a base class results in a crash
https://bugs.webkit.org/show_bug.cgi?id=142563
Reviewed by Filip Pizlo.
Added more test cases to an existing test.
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-super.js:
2015-03-11 Said Abou-Hallawa <sabouhallawa@apple.com>
svg/animations/smil-leak-*.svg tests are flaky.
https://bugs.webkit.org/show_bug.cgi?id=114280
Unreviewed.
Some svg tests were flaky on mac only but they became flaky on all ports
after r181345. They pass locally and on EWS but not on bots. Mark them to
be flaky on all ports till we figure out the problem with these tests.
* TestExpectations:
* platform/mac/TestExpectations:
2015-03-11 Tim Horton <timothy_horton@apple.com>
<attachment>s should be created when dropping files onto contentEditable areas
https://bugs.webkit.org/show_bug.cgi?id=142494
<rdar://problem/19982553>
Reviewed by Anders Carlsson.
* editing/pasteboard/drag-files-to-editable-element-expected.txt:
* editing/pasteboard/drag-files-to-editable-element.html:
Update the test to expect <attachment>s instead of filenames.
2015-03-11 David Hyatt <hyatt@apple.com>
Optimize offsetWidth and offsetHeight to avoid doing layouts.
https://bugs.webkit.org/show_bug.cgi?id=142544
Reviewed by Beth Dakin.
* fast/images/repaint-subrect-grid.html:
Patch this test to use the window.internals update layout method rather than
relying on document.body.offsetWidth.
2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
[Win] Test gardening after r181260
Unreviewed.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening after r181278
Unreviewed.
Until Windows adopts the SVG -> OTF Converter, we should mark this test as Mac-only.
* platform/mac/svg/fonts/resources/svg-font-general.svg: Renamed from LayoutTests/svg/fonts/resources/svg-font-general.svg.
* platform/mac/svg/fonts/svg-font-general-expected.html: Renamed from LayoutTests/svg/fonts/svg-font-general-expected.html.
* platform/mac/svg/fonts/svg-font-general.html: Renamed from LayoutTests/svg/fonts/svg-font-general.html.
2015-03-11 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r181367.
https://bugs.webkit.org/show_bug.cgi?id=142581
Caused crashes on the debug bots (Requested by cdumez on
#webkit).
Reverted changeset:
"Web Inspector: CSS parser errors in the console should
include column numbers"
https://bugs.webkit.org/show_bug.cgi?id=114313
http://trac.webkit.org/changeset/181367
2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
Inline block children do not have correct baselines if their children are also block elements
https://bugs.webkit.org/show_bug.cgi?id=142559
Reviewed by Darin Adler.
* fast/text/baseline-inline-block-block-children-expected.html: Added.
* fast/text/baseline-inline-block-block-children.html: Added.
2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: CSS parser errors in the console should include column numbers
https://bugs.webkit.org/show_bug.cgi?id=114313
Reviewed by Benjamin Poulain.
Test errors in both external and inline CSS and Scripts to ensure they have
expected line:column information.
* inspector-protocol/console/warnings-errors-expected.txt: Added.
* inspector-protocol/console/warnings-errors.html: Added.
* inspector-protocol/resources/errors.css: Added.
* inspector-protocol/resources/errors.js: Added.
2015-03-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 10th Mar.
Mark smil-leak-foo tests, 3 tests of fast/css to failure.
* platform/efl/TestExpectations:
2015-03-09 Darin Adler <darin@apple.com>
Some event handler fixes
https://bugs.webkit.org/show_bug.cgi?id=142474
Reviewed by Anders Carlsson.
* fast/dom/event-handler-attributes-expected.txt: Updated for new tests and to
expect more tests to pass.
* fast/dom/event-handler-attributes.html: Added testing of event handlers on
non-HTML, non-SVG elements, and on SVG elements. Also removed
webkitpresentationmodechanged from the test, for now at least.
* fast/events/event-attribute-expected.txt: Updated to expect more tests to pass.
2015-03-10 Brent Fulgham <bfulgham@apple.com>
CSS scroll-snap-destination and scroll-snap-coordinate are not honoring position values
https://bugs.webkit.org/show_bug.cgi?id=142411
Reviewed by Simon Fraser.
Add a test for <position> types in scroll snap operations. Also update the test expectations
for computed styles now that double-precision math is being used for calculated values.
* css3/scroll-snap/scroll-snap-position-values-expected.txt: Added.
* css3/scroll-snap/scroll-snap-position-values.html: Added.
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Updated
* css3/scroll-snap/scroll-snap-property-computed-style.js: Updated
2015-03-10 Enrica Casucci <enrica@apple.com>
Add support for more emoji with variation.
https://bugs.webkit.org/show_bug.cgi?id=142548
rdar://problem/20105008
Reviewed by Tim Horton.
* editing/selection/extend-by-character-007-expected.txt: Added.
* editing/selection/extend-by-character-007.html: Added.
2015-03-10 Eric Carlson <eric.carlson@apple.com>
[Mac] Refactor media controls code
https://bugs.webkit.org/show_bug.cgi?id=142455
Reviewed by Dean Jackson.
* platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt:
2015-03-10 Yusuke Suzuki <utatane.tea@gmail.com>
Upgrade Map, Set and WeakMap constructor interface
https://bugs.webkit.org/show_bug.cgi?id=142348
Reviewed by Filip Pizlo.
Constructor semantics is changed.
* js/basic-map-expected.txt:
* js/basic-set-expected.txt:
* js/dom/basic-weakmap-expected.txt:
* js/script-tests/basic-map.js:
* js/script-tests/basic-set.js:
(set new):
2015-03-10 Gabor Rapcsanyi <rgabor@webkit.org>
Too large plugins are crashing.
https://bugs.webkit.org/show_bug.cgi?id=139856
Reviewed by Darin Adler.
Add layout test to cover this crash.
* plugins/large-plugin-crash-expected.txt: Added.
* plugins/large-plugin-crash.html: Added.
2015-03-09 Alexey Proskuryakov <ap@apple.com>
Skip contentfiltering/block-after-add-data.html for now.
https://bugs.webkit.org/show_bug.cgi?id=142526
* TestExpectations:
2015-03-09 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline tests afer r181292.
* platform/win/TestExpectations:
* platform/win/fast/forms/search-vertical-alignment-expected.txt:
* platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt:
2015-03-09 Ryosuke Niwa <rniwa@webkit.org>
Support extends and super keywords
https://bugs.webkit.org/show_bug.cgi?id=142200
Reviewed by Filip Pizlo.
Added tests for "extends" and "super" keywords.
* TestExpectations:
* js/class-syntax-extends-expected.txt: Added.
* js/class-syntax-extends.html: Added.
* js/class-syntax-super-expected.txt: Added.
* js/class-syntax-super.html: Added.
* js/script-tests/class-syntax-extends.js: Added.
* js/script-tests/class-syntax-super.js: Added.
2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(r176978): Inline-blocks with overflowing contents have ascents that are too large
https://bugs.webkit.org/show_bug.cgi?id=141783
Reviewed by David Hyatt.
Update expected results.
* css3/flexbox/child-overflow-expected.html:
* css3/flexbox/child-overflow.html:
* fast/css/inline-block-tricky-baselines-expected.html: Added.
* fast/css/inline-block-tricky-baselines.html: Added.
* fast/forms/textfield-overflow-by-value-update-expected.txt:
* fast/text/baseline-inline-block-expected.html: Added.
* fast/text/baseline-inline-block.html: Added.
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
2015-03-09 Andy Estes <aestes@apple.com>
[Content Filtering] Add tests
https://bugs.webkit.org/show_bug.cgi?id=142475
Reviewed by Andreas Kling.
* contentfiltering/allow-after-add-data-expected.html: Added.
* contentfiltering/allow-after-add-data.html: Added.
* contentfiltering/allow-after-finished-adding-data-expected.html: Added.
* contentfiltering/allow-after-finished-adding-data.html: Added.
* contentfiltering/allow-after-response-expected.html: Added.
* contentfiltering/allow-after-response.html: Added.
* contentfiltering/block-after-add-data-expected.html: Added.
* contentfiltering/block-after-add-data.html: Added.
* contentfiltering/block-after-finished-adding-data-expected.html: Added.
* contentfiltering/block-after-finished-adding-data.html: Added.
* contentfiltering/block-after-response-expected.html: Added.
* contentfiltering/block-after-response.html: Added.
2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
svg/custom/svg-fonts-without-missing-glyph.xhtml fails after fonts/font-fallback-prefers-pictographs.html
https://bugs.webkit.org/show_bug.cgi?id=142470
Reviewed by Anders Carlsson.
* platform/mac/TestExpectations:
2015-03-09 Benjamin Poulain <benjamin@webkit.org>
CSS JIT: add aliases between :nth-child()/:nth-last-child() and :first-child/:last-child
https://bugs.webkit.org/show_bug.cgi?id=142472
Reviewed by Andreas Kling.
* fast/selectors/nth-child-matching-first-expected.txt: Added.
* fast/selectors/nth-child-matching-first-on-root-expected.txt: Added.
* fast/selectors/nth-child-matching-first-on-root.html: Added.
* fast/selectors/nth-child-matching-first.html: Added.
* fast/selectors/nth-last-child-matching-first-expected.txt: Added.
* fast/selectors/nth-last-child-matching-first-on-root-expected.txt: Added.
* fast/selectors/nth-last-child-matching-first-on-root.html: Added.
* fast/selectors/nth-last-child-matching-first.html: Added.
2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
Work around a Cocoa font parsing bug
https://bugs.webkit.org/show_bug.cgi?id=142446
Reviewed by Simon Fraser.
Adding a few extra tests for bits of SVG fonts that could use some more tests.
* svg/fonts/resources/svg-font-general.svg: Updated and moved from svg-font-horiz-origin-font.svg
* svg/fonts/svg-font-general.html: Updated and moved from svg-font-horiz-origin.html
* svg/fonts/svg-font-general-expected.html: Updated and moved from svg-font-horiz-origin-expected.html
2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
[SVG -> OTF Converter] x-height cannot be specified
https://bugs.webkit.org/show_bug.cgi?id=142465
Reviewed by Simon Fraser.
For all non-system fonts, OS X disregards the font's reported x-height. Therefore,
it is impossible to satisfy this test.
* fast/css/ex-unit-with-no-x-height-expected.txt: Removed.
* fast/css/ex-unit-with-no-x-height.html: Removed.
* platform/mac/TestExpectations:
2015-03-09 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK+ Gardening
https://bugs.webkit.org/show_bug.cgi?id=142499
* platform/gtk/TestExpectations:
2015-03-09 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 9th Mar.
Mark svg/text/select-textLength-spacingAndGlyphs-foo.html to failure.
Update new failling tests to existing bugs.
* platform/efl/TestExpectations:
2015-03-08 Myles C. Maxfield <mmaxfield@apple.com>
Last test gardening after r177774 (for reals this time)
https://bugs.webkit.org/show_bug.cgi?id=139968
Unreviewed.
* platform/mac/TestExpectations:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
* svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg:
* svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg:
* svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg:
* svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg:
* svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg:
* svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg:
* svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg:
2015-03-08 Benjamin Poulain <benjamin@webkit.org>
Fix the tests for the new double-child descendant in css-set-selector-text
https://bugs.webkit.org/show_bug.cgi?id=141882
Reviewed by Andreas Kling.
In 178592, I copied the rules from css-selector-text.html without removing
the declarations.
Kudos to Dhi Aurrahman for catching this.
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
2015-03-08 Myles C. Maxfield <mmaxfield@apple.com>
Change bug number for svg/custom/svg-fonts-without-missing-glyph.xhtml
Unreviewed.
* platform/mac/TestExpectations:
2015-03-08 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening to skip new tests, rebaseline existing tests
* platform/ios-simulator-wk1/TestExpectations:
- Mark test as flakey.
* platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt: Remove.
* platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt: Remove.
* platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt: Remove.
* platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt: Remove.
- Superceded by new platform/ios-simulator results.
* platform/ios-simulator/TestExpectations:
- Skip two tests that will always time out on iOS.
- Mark two tests as ImageOnlyFailure that fail consistently.
* platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt: Add.
- Add result for new test from r180965.
* platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-progress-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-title-expected.txt: Add.
- Add results for new attachment tests.
* platform/ios-simulator/fast/css/text-overflow-input-expected.txt: Update.
* platform/ios-simulator/fast/forms/input-disabled-color-expected.txt: Update.
* platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt: Update.
* platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt: Update.
* platform/ios-simulator/fast/forms/minWidthPercent-expected.txt: Update.
* platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt: Update.
* platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt: Update.
* platform/ios-simulator/tables/mozilla/other/move_row-expected.txt: Update.
- Rebaseline after other bug fixes like r180815.
2015-03-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 8th Mar.
Mark emphasis text test, writing mode test, whitespace test to failure.
Besides update new failure tests to existing bugs.
* platform/efl/TestExpectations:
2015-03-07 Darin Adler <darin@apple.com>
Improve the event handler test
https://bugs.webkit.org/show_bug.cgi?id=142439
Reviewed by Ryosuke Niwa.
* fast/dom/event-handler-attributes-expected.txt: Renamed from legacy-event-handler-attributes-expected.txt.
Also updated to reflect changes in the test.
* fast/dom/event-handler-attributes.html: Renamed from legacy-event-handler-attributes.html.
Fixed bug in the test that was making document event handler tests falsely report failure.
Removed testing of some HTMLMediaElement attributes that are conditionally present; this test
is intended to test only unconditionally available event handler attributes at this time.
* platform/win/fast/dom/legacy-event-handler-attributes-expected.txt: Removed. The conditional HTMLMediaElement
attributes are the reason the Windows-specific results were needed.
2015-03-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 7th Mar.
Remove duplicated css nap scroll skip.
Mark printing, compositing mask, svg pattern, and webgl visibility tests to failures.
* platform/efl/TestExpectations:
2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Improved Support for Iterator Objects
https://bugs.webkit.org/show_bug.cgi?id=142420
Reviewed by Timothy Hatcher.
* inspector/model/remote-object.html:
Update tests to include iterator objects.
2015-03-06 Brent Fulgham <bfulgham@apple.com>
[Win] Mark svg/fonts/svg-font-horiz-orig.html as Image-only failing.
* platform/win/TestExpectations:
2015-03-06 Brent Fulgham <bfulgham@apple.com>
[Win] Mark svg/fonts/svg-font-horiz-orig.html as failing.
https://bugs.webkit.org/show_bug.cgi?id=142423
* platform/win/TestExpectations:
2015-03-06 Brent Fulgham <bfulgham@apple.com>
Add inherit support from scroll snap CSS properties
https://bugs.webkit.org/show_bug.cgi?id=136344
<rdar://problem/18162329>
Reviewed by Dean Jackson.
* css3/scroll-snap/scroll-snap-inherit.html: Added.
* css3/scroll-snap/scroll-snap-inherit-expected.txt: Added.
2015-03-06 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r180595): construct varargs fails in FTL
https://bugs.webkit.org/show_bug.cgi?id=142030
Reviewed by Michael Saboff.
Re-enable the test on 64-bit iOS.
* js/regress/script-tests/deltablue-varargs.js:
2015-03-06 Brent Fulgham <bfulgham@apple.com>
Setting scroll-snap-desination to (100% 100%) locks up WebKit
https://bugs.webkit.org/show_bug.cgi?id=142414
<rdar://problem/20077275>
Reviewed by Dean Jackson.
* css3/scroll-snap/scroll-snap-desination-lock-up.html: Added.
* css3/scroll-snap/scroll-snap-desination-lock-up-expected.txt: Added.
2015-03-06 Dean Jackson <dino@apple.com>
Support "plus-lighter" in mix-blend mode
https://bugs.webkit.org/show_bug.cgi?id=142416
<rdar://problem/19993979>
Reviewed by Darin Adler and Sam Weinig.
Add tests and new expected results for plus-lighter.
* css3/blending/blend-mode-property-parsing-expected.txt:
* css3/blending/blend-mode-simple-composited.html:
* css3/blending/blend-mode-simple.html:
* css3/blending/script-tests/blend-mode-property-parsing.js:
* css3/blending/svg-blend-plus-lighter.html: Added.
* platform/mac/css3/blending/blend-mode-simple-composited-expected.png:
* platform/mac/css3/blending/blend-mode-simple-composited-expected.txt:
* platform/mac/css3/blending/blend-mode-simple-expected.png:
* platform/mac/css3/blending/blend-mode-simple-expected.txt:
* platform/mac/css3/blending/svg-blend-plus-lighter-expected.txt: Added.
2015-03-06 Brent Fulgham <bfulgham@apple.com>
Add 'initial' keyword support for scroll snap CSS properties
https://bugs.webkit.org/show_bug.cgi?id=136345
<rdar://problem/18162325>
Reviewed by Dean Jackson.
* css3/scroll-snap/scroll-snap-property-computed-style.js: Update for corrected 'initial' behavior.
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Rebaselined.
* css3/scroll-snap/scroll-snap-initial.html: Added.
* css3/scroll-snap/scroll-snap-initial-expected.txt: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
ES6: Object Literal Extensions - Methods
https://bugs.webkit.org/show_bug.cgi?id=142390
Reviewed by Geoffrey Garen.
* js/object-literal-computed-methods-expected.txt: Added.
* js/object-literal-computed-methods.html: Added.
* js/object-literal-methods-expected.txt: Added.
* js/object-literal-methods.html: Added.
* js/script-tests/object-literal-computed-methods.js: Added.
* js/script-tests/object-literal-methods.js: Added.
2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
__proto__ shorthand property should not modify prototype in Object Literal construction
https://bugs.webkit.org/show_bug.cgi?id=142382
Reviewed by Geoffrey Garen.
* js/object-literal-shorthand-construction-expected.txt:
* js/script-tests/object-literal-shorthand-construction.js:
Update test to cover the __proto__ shorthand case which is
different from longhand case.
2015-03-06 Antti Koivisto <antti@apple.com>
Enable disk cache validation test on iOS
https://bugs.webkit.org/show_bug.cgi?id=142405
Reviewed by Andreas Kling.
The features is enabled.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-03-06 Jer Noble <jer.noble@apple.com>
[Web Audio] Decoding specific .m4a file crashes tab
https://bugs.webkit.org/show_bug.cgi?id=139545
Reviewed by Eric Carlson.
* webaudio/decode-audio-data-too-short-expected.txt: Added.
* webaudio/decode-audio-data-too-short.html: Added.
* webaudio/resources/media/too-short.m4a: Added.
2015-03-06 Myles C. Maxfield <mmaxfield@apple.com>
Crash in -[WebCascadeList objectAtIndex:] + 195
https://bugs.webkit.org/show_bug.cgi?id=141274
Reviewed by David Kilzer.
* platform/mac/fast/text/crash-complextextcontroller-custom-cascade-list-expected.txt: Added.
* platform/mac/fast/text/crash-complextextcontroller-custom-cascade-list.html: Added.
2015-03-06 Said Abou-Hallawa <sabouhallawa@apple.com>
Setting any of the <object> element plugin controlling attributes does not have any affect.
https://bugs.webkit.org/show_bug.cgi?id=141936.
Reviewed by Simon Fraser.
* fast/css/image-object-hover-inherit-expected.html: Added.
* fast/css/image-object-hover-inherit.html: Added.
A guarding test to catch the case of reconstructing the image <object>
renderer while performing a synchronous resolveTree() followed by page
rendering or dump render tree.
* svg/as-object/resources/lime100x100.html: Added.
* svg/as-object/resources/lime100x100.png: Added.
* svg/as-object/resources/lime100x100.svg: Added.
* svg/as-object/resources/red100x100.svg: Added.
* svg/as-object/svg-in-object-dynamic-attribute-change-expected.html: Added.
* svg/as-object/svg-in-object-dynamic-attribute-change.html: Added.
Ensure that changing the 'type' and the 'data' attributes of the <object>
element will have the expected outcome. Also make sure that the <object>
element renderer falls back correctly when setting any of the attributes
to some unexpected value.
2015-03-06 Myles C. Maxfield <mmaxfield@apple.com>
Test horiz-origin-x and horiz-origin-y in SVG fonts
https://bugs.webkit.org/show_bug.cgi?id=142403
Simply moving to the origin in glyph-space at the beginning
of path parsing won't work if subsequent coordinates are absolute.
Reviewed by Simon Fraser.
* svg/fonts/resources/svg-font-horiz-origin-font.svg: Added.
* svg/fonts/svg-font-horiz-origin-expected.html: Added.
* svg/fonts/svg-font-horiz-origin.html: Added.
2015-03-06 Said Abou-Hallawa <sabouhallawa@apple.com>
An SVG element without intrinsic size inherits the container size as its viewport instead of inheriting the container viewport.
https://bugs.webkit.org/show_bug.cgi?id=141725.
Reviewed by Darin Adler.
* svg/css/svg-css-different-intrinsic-sizes-expected.html: Added.
* svg/css/svg-css-different-intrinsic-sizes.html: Added.
The intrinsic size of the <svg> element is overridden by CSS. The elements
inside the <svg> should consider the css size (which is equal to the <svg>
element viewport) instead of the <svg> element intrinsic size.
2015-03-06 Simon Fraser <simon.fraser@apple.com>
Allow composited clip-path to be updated without a layer repaint
https://bugs.webkit.org/show_bug.cgi?id=142384
Reviewed by Zalan Bujtas.
Test repaint with a clip-path change.
* compositing/masks/compositing-clip-path-change-no-repaint-expected.txt: Added.
* compositing/masks/compositing-clip-path-change-no-repaint.html: Added.
2015-03-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 6th Mar.
Skip tests regardening attachment download progress and unskip a passing test.
* platform/efl/TestExpectations:
2015-03-06 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] ASSERTION FAILED !track.growthLimitIsInfinite() in RenderGrid::computeUsedBreadthOfGridTracks
https://bugs.webkit.org/show_bug.cgi?id=142265
Reviewed by Darin Adler.
New test that crashes on Debug builds if we don't handle the case
of computeUsedBreadthOfGridTracks() returning -1.
* fast/css-grid-layout/grid-indefinite-calculated-height-crash-expected.txt: Added.
* fast/css-grid-layout/grid-indefinite-calculated-height-crash.html: Added.
2015-03-05 Brent Fulgham <bfulgham@apple.com>
[Win] Give up on Attachment testing.
Just skip Attachments until they settle down. Also document more debug assertions.
* platform/win/TestExpectations:
2015-03-05 Oliver Hunt <oliver@apple.com>
Block mixed mode content
https://bugs.webkit.org/show_bug.cgi?id=142378
Reviewed by Darin Adler.
Update test results to reflect the new reality.
* 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-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame.html:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html:
* http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html:
* http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/resources/frame-with-insecure-frame.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-frame.html:
* http/tests/xmlhttprequest/access-control-response-with-body.html:
2015-03-05 Benjamin Poulain <bpoulain@apple.com>
new layout test http/tests/usercontentfilter/character-set-basic-support.html fails
https://bugs.webkit.org/show_bug.cgi?id=142376
* http/tests/contentextensions/character-set-basic-support-expected.txt: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support-expected.txt.
* http/tests/contentextensions/character-set-basic-support.html: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support.html.
* http/tests/contentextensions/character-set-basic-support.html.json: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support.html.json.
* http/tests/contentextensions/resources: Copied from LayoutTests/http/tests/usercontentfilter/resources.
* http/tests/usercontentfilter: Removed.
* http/tests/usercontentfilter/character-set-basic-support-expected.txt: Removed.
* http/tests/usercontentfilter/character-set-basic-support.html: Removed.
* http/tests/usercontentfilter/character-set-basic-support.html.json: Removed.
* http/tests/usercontentfilter/resources: Removed.
* http/tests/usercontentfilter/resources/url-blocking-test.js: Removed.
2015-03-05 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed Test Fix: Remove unnecessary reference to "window" causing test failure.
* js/object-literal-shorthand-construction-expected.txt:
* js/script-tests/object-literal-shorthand-construction.js:
2015-03-05 Stephanie Lewis <slewis@apple.com>
Mark http/tests/usercontentfilter/character-set-basic-support.html as failing.
https://bugs.webkit.org/show_bug.cgi?id=142376
Unreviewed.
* TestExpectations:
2015-03-05 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Follow-up fixes to ObjectTreeBaseTreeElement
https://bugs.webkit.org/show_bug.cgi?id=142367
Reviewed by Geoffrey Garen.
* js/object-literal-shorthand-construction-expected.txt: Added.
* js/object-literal-shorthand-construction.html: Added.
* js/script-tests/object-literal-shorthand-construction.js: Added.
(equivalent):
(testShorthandConstructionEquivalent):
(testShorthandConstructionNotEquivalent):
Tests specifically for new literal construction with shorthands.
* sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt:
* sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T2-expected.txt:
* sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15-expected.txt:
These tests use object literal shorthand construction syntax and expected
failures. The tests now fail differently, so just rebase their results.
2015-03-05 Timothy Horton <timothy_horton@apple.com>
<attachment> should allow the title property to override its title
https://bugs.webkit.org/show_bug.cgi?id=142369
Reviewed by Anders Carlsson.
* fast/attachment/attachment-title.html: Added.
* platform/mac/fast/attachment/attachment-title-expected.png: Added.
* platform/mac/fast/attachment/attachment-title-expected.txt: Added.
Add a test for the title property.
2015-03-05 Timothy Horton <timothy_horton@apple.com>
<attachment> should support indication of download progress
https://bugs.webkit.org/show_bug.cgi?id=142336
<rdar://problem/19982504>
Reviewed by Anders Carlsson.
* fast/attachment/attachment-progress.html: Added.
* platform/mac/fast/attachment/attachment-progress-expected.png: Added.
* platform/mac/fast/attachment/attachment-progress-expected.txt: Added.
* platform/mac-mavericks/fast/attachment/attachment-progress-expected.txt: Added.
Add a test for the <attachment> progress attribute.
* platform/mac/fast/attachment/attachment-rendering-expected.png:
Rebaseline a test that changed in r181058 (and will change again!), but
which didn't start failing because the pixel test tolerance is such that
it only fails the hash check and not the test itself.
2015-03-05 Benjamin Poulain <bpoulain@apple.com>
Add basic support for character sets to the URL Filter parser
https://bugs.webkit.org/show_bug.cgi?id=142257
Reviewed by Alex Christensen.
* http/tests/usercontentfilter/character-set-basic-support-expected.txt: Added.
* http/tests/usercontentfilter/character-set-basic-support.html: Added.
* http/tests/usercontentfilter/character-set-basic-support.html.json: Added.
* http/tests/usercontentfilter/resources/url-blocking-test.js: Added.
2015-03-05 Chris Dumez <cdumez@apple.com>
Regression(r173761): ASSERTION FAILED: !is8Bit() in StringImpl::characters16()
https://bugs.webkit.org/show_bug.cgi?id=142350
Reviewed by Michael Saboff and Benjamin Poulain.
Update String.startsWith() / endsWith() test to cover cases where the
input string is 8-bit and the pattern is 16-bit, and vice-versa.
* js/script-tests/string-includes.js:
* js/string-includes-expected.txt:
2015-03-05 Roger Fong <roger_fong@apple.com>
Update inline media control icons for OSX.
https://bugs.webkit.org/show_bug.cgi?id=142305.
<rdar://problem/19997484>
Reviewed by Dean Jackson.
* platform/mac/TestExpectations: Skip two failing tests caused by this patch.
See https://bugs.webkit.org/show_bug.cgi?id=142142
2015-03-05 Brent Fulgham <bfulgham@apple.com>
[Win] Reneable aria 'switch' tests after r18078.
Add a Windows rebaseline. Also document another batch of debug assertions.
* platform/win/TestExpectations:
* platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Added.
* platform/win/fast/attachment/attachment-subtitle-expected.txt: Added.
2015-03-04 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening after r181013
Unreviewed.
* platform/mac/fast/text/trailing-word-expected.html: Renamed from LayoutTests/fast/text/trailing-word-expected.html.
* platform/mac/fast/text/trailing-word.html: Renamed from LayoutTests/fast/text/trailing-word.html.
2015-03-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Array/Collection Sizes should be visible and distinct
https://bugs.webkit.org/show_bug.cgi?id=142254
Reviewed by Timothy Hatcher.
* inspector-protocol/runtime/getProperties-expected.txt:
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update tests now that RemoteObjects and Previews may have an explicit size.
2015-03-04 Timothy Horton <timothy_horton@apple.com>
<attachment> should show the file size as detail text below the icon
https://bugs.webkit.org/show_bug.cgi?id=142261
<rdar://problem/20009570>
Reviewed by Dean Jackson.
* fast/attachment/attachment-subtitle.html: Added.
* platform/mac/fast/attachment/attachment-subtitle-expected.png: Added.
* platform/mac/fast/attachment/attachment-subtitle-expected.txt: Added.
Add a test of the rendering of attachment subtitles, and results for Mac.
* platform/mac-mavericks/fast/attachment/attachment-subtitle-expected.txt: Added.
Add Mavericks baselines.
2015-03-04 Alex Christensen <achristensen@webkit.org>
Unreviewed gardening.
* http/tests/contentextensions/basic-filter.html.hson: Removed.
* http/tests/contentextensions/basic-filter.html.json: Copied from http/tests/contentextensions/basic-filter.html.hson.
Spell json correctly. Does not start with h.
2015-03-04 Alex Christensen <achristensen@webkit.org>
Move content extensions test to properly named directory.
https://bugs.webkit.org/show_bug.cgi?id=142299
Reviewed by Tim Horton.
* TestExpectations:
* http/tests/contentextensions: Added.
* http/tests/contentextensions/basic-filter-expected.txt: Copied from platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt.
* http/tests/contentextensions/basic-filter.html: Copied from http/tests/usercontentfilter/basic-filter.html.
* http/tests/contentextensions/basic-filter.html.hson: Copied from http/tests/usercontentfilter/basic-filter.html.json.
* http/tests/contentextensions/block-cookies-basic-expected.txt: Copied from http/tests/usercontentfilter/block-cookies-basic-expected.txt.
* http/tests/contentextensions/block-cookies-basic.html: Copied from http/tests/usercontentfilter/block-cookies-basic.html.
* http/tests/contentextensions/block-cookies-basic.html.json: Copied from http/tests/usercontentfilter/block-cookies-basic.html.json.
* http/tests/contentextensions/block-cookies-send-expected.txt: Copied from http/tests/usercontentfilter/block-cookies-send-expected.txt.
* http/tests/contentextensions/block-cookies-send.html: Copied from http/tests/usercontentfilter/block-cookies-send.html.
* http/tests/contentextensions/block-cookies-send.html.json: Copied from http/tests/usercontentfilter/block-cookies-send.html.json.
* http/tests/contentextensions/css-display-none-expected.txt: Copied from http/tests/usercontentfilter/css-display-none-expected.txt.
* http/tests/contentextensions/css-display-none.html: Copied from http/tests/usercontentfilter/css-display-none.html.
* http/tests/contentextensions/css-display-none.html.json: Copied from http/tests/usercontentfilter/css-display-none.html.json.
* http/tests/usercontentfilter/basic-filter.html: Removed.
* http/tests/usercontentfilter/basic-filter.html.json: Removed.
* http/tests/usercontentfilter/block-cookies-basic-expected.txt: Removed.
* http/tests/usercontentfilter/block-cookies-basic.html: Removed.
* http/tests/usercontentfilter/block-cookies-basic.html.json: Removed.
* http/tests/usercontentfilter/block-cookies-send-expected.txt: Removed.
* http/tests/usercontentfilter/block-cookies-send.html: Removed.
* http/tests/usercontentfilter/block-cookies-send.html.json: Removed.
* http/tests/usercontentfilter/css-display-none-expected.txt: Removed.
* http/tests/usercontentfilter/css-display-none.html: Removed.
* http/tests/usercontentfilter/css-display-none.html.json: Removed.
* platform/mac-wk2/TestExpectations:
* platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt: Removed.
2015-03-04 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline a few tests. Mark some failures.
* platform/win/TestExpectations:
* platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-03-04 Myles C. Maxfield <mmaxfield@apple.com>
Implement -apple-trailing-word: -apple-partially-balanced
https://bugs.webkit.org/show_bug.cgi?id=142253
Reviewed by David Hyatt.
* fast/text/trailing-word-expected.html: Added.
* fast/text/trailing-word.html: Added.
2015-03-04 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed Gardening 4th March
https://bugs.webkit.org/show_bug.cgi?id=142271
* platform/gtk/TestExpectations:
2015-03-03 Yoav Weiss <yoav@yoav.ws>
Add a microtask abstraction
https://bugs.webkit.org/show_bug.cgi?id=137496
Reviewed by Sam Weinig.
Adding a test for microtask abstraction.
A similar patch was rolled back in r180914.
* fast/dom/microtask-detach.html: Added.
* fast/dom/microtask-detach-expected.txt: Added.
* fast/dom/microtask-inorder.html: Added.
* fast/dom/microtask-inorder-expected.txt: Added.
* fast/dom/microtask-reverse.html: Added.
* fast/dom/microtask-reverse-expected.txt: Added.
2015-03-03 Simon Fraser <simon.fraser@apple.com>
Mark fast/css/object-fit/object-fit-canvas.html as a flakey
image failure, since it keeps breaking EWS.
* platform/mac/TestExpectations:
2015-03-03 Brent Fulgham <bfulgham@apple.com>
[Win] [Attachment] New Tests fail on Windows
https://bugs.webkit.org/show_bug.cgi?id=142017
Unreviewed. Rebaseline tests for Windows display metrics.
* platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
* platform/win/fast/attachment/attachment-rendering-expected.txt:
2015-03-03 Stephanie Lewis <slewis@apple.com>
Update TestExpectations after http://trac.webkit.org/changeset/180965 to skip new test on Mavericks.
Unreviewed.
* platform/mac/TestExpectations:
2015-03-03 Alexey Proskuryakov <ap@apple.com>
[Mac] Track localized name follows locale instead of primary language
https://bugs.webkit.org/show_bug.cgi?id=142242
rdar://problem/20000365
Reviewed by Eric Carlson.
* platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: This
test now successfully switches to Japanese, as originally intended.
2015-03-03 Alex Christensen <achristensen@webkit.org>
Prepare to use CSS selectors in content extensions.
https://bugs.webkit.org/show_bug.cgi?id=142227
Reviewed by Benjamin Poulain.
* http/tests/usercontentfilter/css-display-none-expected.txt: Added.
* http/tests/usercontentfilter/css-display-none.html: Added.
* http/tests/usercontentfilter/css-display-none.html.json: Added.
2015-03-03 Brent Fulgham <bfulgham@apple.com>
[Win] Add baseline for new legacy-event-handler test.
* platform/win/fast/dom/legacy-event-handler-attributes-expected.txt: Added.
2015-03-03 Timothy Horton <timothy_horton@apple.com>
<attachment> label can get very wide, doesn't wrap/truncate
https://bugs.webkit.org/show_bug.cgi?id=142214
<rdar://problem/19982499>
* fast/attachment/attachment-label-highlight-expected.png: Added.
* fast/attachment/attachment-label-highlight-expected.txt: Added.
Add (empty) platform independent baselines.
2015-03-03 Brent Fulgham <bfulgham@apple.com>
Move scroll animating functions from ScrollAnimator to ScrollController
https://bugs.webkit.org/show_bug.cgi?id=142102
<rdar://problem/20007161>
Reviewed by Simon Fraser.
Add a new test that confirms that rubberband snap animations work properly when combined
with text zooming.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html: Added.
2015-03-03 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r180683.
https://bugs.webkit.org/show_bug.cgi?id=142249
Broke fast/css/acid2-pixel.html (Requested by ap on #webkit).
Reverted changeset:
"Setting any of the <object> element plugin controlling
attributes does not have any affect."
https://bugs.webkit.org/show_bug.cgi?id=141936
http://trac.webkit.org/changeset/180683
2015-03-03 Dean Jackson <dino@apple.com>
Controls panel should have system blurry background
https://bugs.webkit.org/show_bug.cgi?id=142154
<rdar://problem/20000964>
Reviewed by Simon Fraser.
Make sure content with a -webkit-appearance of
media-controls-light-bar-background or
media-controls-dark-bar-background doesn't get composited
unless explicitly requested. This avoids a
performance hit for a rarely used feature.
* compositing/media-controls-bar-appearance-expected.txt: Added.
* compositing/media-controls-bar-appearance.html: Added.
2015-03-03 Daniel Bates <dabates@apple.com>
Convert ManualTests/svg-tooltip.svg to a DRT test
https://bugs.webkit.org/show_bug.cgi?id=140480
Reviewed by Alex Christensen.
* svg/hittest/svg-tooltip-expected.txt: Added.
* svg/hittest/svg-tooltip.svg: Added.
2015-03-03 Timothy Horton <timothy_horton@apple.com>
<attachment> label can get very wide, doesn't wrap/truncate
https://bugs.webkit.org/show_bug.cgi?id=142214
<rdar://problem/19982499>
* platform/mac-mavericks/fast/attachment: Added.
* platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt: Added.
Add a Mavericks result because text metrics differ.
2015-03-03 Darin Adler <darin@apple.com>
Test legacy event handler attributes (ones with names like "onclick")
https://bugs.webkit.org/show_bug.cgi?id=142221
Reviewed by Anders Carlsson.
* fast/dom/legacy-event-handler-attributes-expected.txt: Added.
* fast/dom/legacy-event-handler-attributes.html: Added.
2015-03-03 Timothy Horton <timothy_horton@apple.com>
<attachment> label can get very wide, doesn't wrap/truncate
https://bugs.webkit.org/show_bug.cgi?id=142214
<rdar://problem/19982499>
Reviewed by Simon Fraser.
* fast/attachment/attachment-label-highlight.html: Added.
* platform/mac/fast/attachment/attachment-label-highlight-expected.png: Added.
* platform/mac/fast/attachment/attachment-label-highlight-expected.txt: Added.
Add a test for various <attachment> highlight cases.
* platform/mac/fast/attachment/attachment-rendering-expected.txt:
Update expected result for attachment-rendering, which changed size
because we now bail from text layout if we don't have any text.
2015-03-03 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions.
* platform/win/TestExpectations:
2015-03-03 Chris Dumez <cdumez@apple.com>
Make AudioContext suspendable when it is not rendering
https://bugs.webkit.org/show_bug.cgi?id=142210
<rdar://problem/19923085>
Reviewed by Eric Carlson.
Add layout tests to check cases where an AudioContext should or should
not prevent pages from entering the page cache.
* fast/history/page-cache-closed-audiocontext-expected.txt: Added.
* fast/history/page-cache-closed-audiocontext.html: Added.
* fast/history/page-cache-running-audiocontext-expected.txt: Added.
* fast/history/page-cache-running-audiocontext.html: Added.
* fast/history/page-cache-suspended-audiocontext-expected.txt: Added.
* fast/history/page-cache-suspended-audiocontext.html: Added.
2015-03-02 Mark Lam <mark.lam@apple.com>
Gardening: skipping inspector/timeline tests since they are still flaky.
<https://webkit.org/b/142208>
Not reviewed.
* TestExpectations:
- Restore skipping of inspector/timeline tests.
* platform/win/TestExpectations:
- Removing the skipping here since the general TestExpectations has it covered.
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] inspector/timeline always times out.
https://bugs.webkit.org/show_bug.cgi?id=142208
* platform/win/TestExpectations: Skipping.)
2015-03-02 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r180911.
https://bugs.webkit.org/show_bug.cgi?id=142204
The tests it added are crashing (Requested by bdash on
#webkit).
Reverted changeset:
"Add a microtask abstraction"
https://bugs.webkit.org/show_bug.cgi?id=137496
http://trac.webkit.org/changeset/180911
2015-03-02 Yoav Weiss <yoav@yoav.ws>
Add a microtask abstraction
https://bugs.webkit.org/show_bug.cgi?id=137496
Reviewed by Sam Weinig.
Adding a test for microtask abstraction.
* fast/dom/microtask-detach.html: Added.
* fast/dom/microtask-detach-expected.txt: Added.
* fast/dom/microtask-inorder.html: Added.
* fast/dom/microtask-inorder-expected.txt: Added.
* fast/dom/microtask-reverse.html: Added.
* fast/dom/microtask-reverse-expected.txt: Added.
2015-03-02 Myles C. Maxfield <mmaxfield@apple.com>
Last gardening after r177774
Unreviewed.
* fast/text/font-kerning-expected.html:
* fast/text/font-variant-ligatures-expected.html:
* fast/text/whitespace/inline-whitespace-wrapping-7-expected.html:
* fast/text/whitespace/inline-whitespace-wrapping-7.html:
* mathml/presentation/scripts-subsup-expected.html:
* mathml/presentation/scripts-subsup.html:
* platform/mac/TestExpectations:
* platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html:
* platform/mac/fast/text/multiple-codeunit-vertical-upright.html:
* platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Removed.
* svg/text/svg-font-word-rounding-hacks-spaces-expected.html:
* svg/text/svg-font-word-rounding-hacks-spaces.html:
* svg/text/tspan-outline-expected.svg:
* svg/text/tspan-outline.html:
2015-03-02 Mark Lam <mark.lam@apple.com>
Exception stack unwinding in JSC hangs while the Timeline Profiler is enabled.
<https://webkit.org/b/142191>
Reviewed by Geoffrey Garen.
* inspector/timeline/exception-in-injected-script-while-recording-expected.txt: Added.
* inspector/timeline/exception-in-injected-script-while-recording.html: Added.
2015-03-02 Mark Lam <mark.lam@apple.com>
The InspectorTimelineAgent should gracefully handle attempts to start more than once.
<https://webkit.org/b/142189>
Reviewed by Joseph Pecoraro.
* TestExpectations:
- Unskipped inspector/timeline tests.
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] Skip media control test after r180893.
* platform/win/TestExpectations:
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions.
* platform/win/TestExpectations:
2015-02-28 Roger Fong <roger_fong@apple.com>
Skip media control tests for now while new look is being finalized.
https://bugs.webkit.org/show_bug.cgi?id=142138.
Reviewed by Dean Jackson.
* platform/mac/TestExpectations:
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline canvas-ellipse-zero-lineto test.
Rebaseline this test since this is due to differences in the drawing libraries used on the
Windows and reference Mac platforms, and is not due to a bug in WebKit itself.
* platform/win/TestExpectations:
* platform/win/fast/canvas/canvas-ellipse-zero-lineto-expected.txt: Added.
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions.
* platform/win/TestExpectations:
2015-03-02 Alexey Proskuryakov <ap@apple.com>
Fix a typo in TestExpectations.
* platform/mac/TestExpectations: Faiure - > Failure.
2015-03-02 Alexey Proskuryakov <ap@apple.com>
js/promises-tests/promises-tests-2-1-2.html sometimes times out
https://bugs.webkit.org/show_bug.cgi?id=142175
* TestExpectations: Marking as flaky.
2015-03-01 Simon Fraser <simon.fraser@apple.com>
Make clip-path work on <video>, <canvas> etc.
https://bugs.webkit.org/show_bug.cgi?id=138684
Reviewed by Darin Adler.
Tests for various combinations of clip-path and mask, and dynamic changes
thereof.
* compositing/masks/compositing-clip-path-and-mask-expected.html: Added.
* compositing/masks/compositing-clip-path-and-mask.html: Added.
* compositing/masks/compositing-clip-path-expected.html: Added.
* compositing/masks/compositing-clip-path-mask-change-expected.html: Added.
* compositing/masks/compositing-clip-path-mask-change.html: Added.
* compositing/masks/compositing-clip-path.html: Added.
* compositing/masks/reference-clip-path-on-composited-expected.html: Added.
* compositing/masks/reference-clip-path-on-composited.html: Added.
2015-03-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Mark crash tests of webgl to CRASH.
WebGL isn't supported by EFL port now.
* platform/efl/TestExpectations:
2015-03-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 2nd March.
Mark css3 shape tests to flaky. Unskip passing tests and so on.
* platform/efl/TestExpectations:
2015-03-01 Chris Dumez <cdumez@apple.com>
Make NotificationCenter / Notification suspendable
https://bugs.webkit.org/show_bug.cgi?id=142117
<rdar://problem/19923085>
Reviewed by Andreas Kling.
Add layout tests to cover cases where notifications should prevent
entering the PageCache or not.
* fast/history/page-cache-notification-non-suspendable-expected.txt: Added.
* fast/history/page-cache-notification-non-suspendable.html: Added.
* fast/history/page-cache-notification-suspendable-expected.txt: Added.
* fast/history/page-cache-notification-suspendable.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
2015-03-01 Ryosuke Niwa <rniwa@webkit.org>
EFL, GTK+, and Windows rebaselines after r180867.
* platform/efl/TestExpectations:
* platform/efl/editing/execCommand/5142012-1-expected.txt:
* platform/efl/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/efl/editing/inserting/insert-at-end-02-expected.txt:
* platform/gtk/editing/execCommand/5142012-1-expected.txt:
* platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
* platform/gtk/editing/pasteboard/4989774-expected.txt:
* platform/win/editing/execCommand/5142012-1-expected.txt:
* platform/win/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/win/editing/inserting/insert-at-end-02-expected.txt:
2015-03-01 Alexey Proskuryakov <ap@apple.com>
media/track/track-in-band-cues-added-once.html flakily fails
https://bugs.webkit.org/show_bug.cgi?id=142152
* platform/mac/TestExpectations: Marked it as such.
2015-03-01 Ryosuke Niwa <rniwa@webkit.org>
isContentEditable shouldn't trigger synchronous style recalc in most cases
https://bugs.webkit.org/show_bug.cgi?id=129034
Reviewed by Antti Koivisto.
Added a regression test to update the editability of elements dynamically. Also rebaselined
tests per style recalc timing changes.
* fast/dom/HTMLElement/dynamic-editability-change-expected.txt: Added.
* fast/dom/HTMLElement/dynamic-editability-change.html: Added.
* platform/mac/editing/execCommand/5142012-1-expected.txt: anonymous render block differences.
* platform/mac/editing/execCommand/nsresponder-outdent-expected.txt: Ditto.
* platform/mac/editing/inserting/insert-at-end-02-expected.txt: Empty render text differences.
* platform/mac/editing/pasteboard/4989774-expected.txt: Ditto.
2015-03-01 Brent Fulgham <bfulgham@apple.com>
[Win] Document some more debug assertions.
* platform/win/TestExpectations:
2015-02-28 Csaba Osztrogonác <ossy@webkit.org>
REGRESSION(r85798): Lists of crashing/timeouting/stderr tests aren't sorted
https://bugs.webkit.org/show_bug.cgi?id=142081
Reviewed by Ryosuke Niwa.
* fast/harness/results.html:
2015-02-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening 1st Mar.
* platform/efl/TestExpectations:
- Unskip tests which have been passed since r180672.
- Skip compositing/webgl.
2015-02-27 Zalan Bujtas <zalan@apple.com>
Subpixel-layout: width: max-content; property might cause unnecessary scrollbar.
https://bugs.webkit.org/show_bug.cgi?id=142065
Reviewed by Simon Fraser.
Rebaseline. Scroll layer shrinks in certain cases.
* platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac-mavericks/fast/css/text-overflow-input-expected.txt:
* platform/mac-mavericks/fast/forms/basic-inputs-expected.txt:
* platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt:
* platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/input-appearance-selection-expected.txt:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac/fast/forms/minWidthPercent-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
2015-02-27 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: rebaseline fast/attachment results
* platform/ios-simulator/fast/attachment/attachment-disabled-dom-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Update.
* platform/ios-simulator/fast/attachment/attachment-dom-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Update.
2015-02-27 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Unskip fast/history/page-cache-webdatabase-opened-db.html
* platform/ios-simulator/TestExpectations: Unskip test. It
passes on iOS WK1 and WK2 because WebSQL != IndexedDB.
2015-02-27 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Skip some new page-cache tests
* platform/ios-simulator/TestExpectations:
- Skip MediaSource tests:
fast/history/page-cache-media-source-closed-2.html
fast/history/page-cache-media-source-closed.html
fast/history/page-cache-media-source-opened.html
- Skip test that uses drag-and-drop:
fast/history/page-cache-createObjectURL.html
2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening for Windows after r180796.
Unreviewed.
* platform/win/TestExpectations:
2015-02-27 Dean Jackson <dino@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=142119
Unreviewed. Add fast/canvas/canvas-ellipse-zero-lineto.html
to list of failing tests on Windows.
* platform/win/TestExpectations:
2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
Updating more tests after r177774
Unreviewed.
Most of these tests simply need to be updated. However, I found two real bugs while
going through these!
* fast/css-generated-content/after-with-inline-continuation-expected.html:
* fast/css-generated-content/after-with-inline-continuation.html:
* fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html:
* fast/inline/hidpi-select-inline-on-subpixel-position-expected.html:
* fast/inline/hidpi-select-inline-on-subpixel-position.html:
* fast/lists/rtl-marker-expected.html:
* fast/lists/rtl-marker.html:
* fast/multicol/cell-shrinkback-expected.html:
* fast/multicol/cell-shrinkback.html:
* fast/multicol/newmulticol/breaks-3-columns-3-expected.html:
* fast/multicol/newmulticol/breaks-3-columns-3.html:
* fast/regions/last-region-border-radius-expected.html:
* fast/regions/last-region-border-radius.html:
* fast/regions/overflow/overflow-first-and-last-regions.html:
* fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html:
* fast/regions/overflow/overflow-in-uniform-regions-dynamic.html:
* fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html:
* fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html:
* fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html:
* fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html:
* fast/table/td-width-fifty-percent-regression-expected.html:
* fast/table/td-width-fifty-percent-regression.html:
* fast/text/complex-initial-advance-expected.html:
* fast/text/complex-initial-advance.html:
* platform/mac/TestExpectations:
2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
[Subpixel] Subpixelize RenderListMarker
https://bugs.webkit.org/show_bug.cgi?id=142093
Reviewed by Zalan Bujtas.
* platform/mac/TestExpectations: Unskip fast/lists/rtl-marker.html
2015-02-27 Alexey Proskuryakov <ap@apple.com>
Test gardening, unmark now passing tests.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Some MathML tests crash in RenderMathMLOperator::advanceForGlyph() or boundsForGlyph()
https://bugs.webkit.org/show_bug.cgi?id=141371
Reviewed by David Kilzer.
Updating expected results and TestExpectations
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt:
* platform/ios-simulator/mathml/opentype/large-operators-expected.txt:
* platform/ios-simulator/mathml/opentype/vertical-expected.txt:
2015-02-27 Chris Dumez <cdumez@apple.com>
Make SourceBuffer ActiveDOMObject suspendable
https://bugs.webkit.org/show_bug.cgi?id=142108
<rdar://problem/19923085>
Reviewed by Jer Noble.
Add a layout tests to check that a SourceBuffer removed from its
MediaSource does not prevent a Page from entering PageCache.
* fast/history/page-cache-removed-source-buffer-expected.txt: Added.
* fast/history/page-cache-removed-source-buffer.html: Added.
2015-02-26 Sam Weinig <sam@webkit.org>
Add support for canvas ellipse method
https://bugs.webkit.org/show_bug.cgi?id=82791
<rdar://problem/11159172>
Reviewed by Dirk Schulze.
* fast/canvas/canvas-ellipse-360-winding-expected.txt: Added.
* fast/canvas/canvas-ellipse-360-winding.html: Added.
* fast/canvas/canvas-ellipse-circumference-expected.txt: Added.
* fast/canvas/canvas-ellipse-circumference-fill-expected.txt: Added.
* fast/canvas/canvas-ellipse-circumference-fill.html: Added.
* fast/canvas/canvas-ellipse-circumference.html: Added.
* fast/canvas/canvas-ellipse-connecting-line-expected.html: Added.
* fast/canvas/canvas-ellipse-connecting-line.html: Added.
* fast/canvas/canvas-ellipse-expected.txt: Added.
* fast/canvas/canvas-ellipse-negative-radius-expected.txt: Added.
* fast/canvas/canvas-ellipse-negative-radius.html: Added.
* fast/canvas/canvas-ellipse-zero-lineto-expected.txt: Added.
* fast/canvas/canvas-ellipse-zero-lineto.html: Added.
* fast/canvas/canvas-ellipse.html: Added.
* fast/canvas/script-tests/canvas-ellipse-360-winding.js: Added.
* fast/canvas/script-tests/canvas-ellipse.js: Added.
* fast/canvas/script-tests/js-ellipse-implementation.js: Added.
* platform/mac/fast/canvas/canvas-ellipse-circumference-expected.png: Added.
* platform/mac/fast/canvas/canvas-ellipse-circumference-fill-expected.png: Added.
2015-02-27 Alex Christensen <achristensen@webkit.org>
Test more features of content extensions.
https://bugs.webkit.org/show_bug.cgi?id=142100
Reviewed by Brady Eidson.
* http/tests/usercontentfilter/basic-filter.html:
* http/tests/usercontentfilter/basic-filter.html.json:
* platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt:
2015-02-27 Alexey Proskuryakov <ap@apple.com>
Some WebGL tests fail on ATI hardware
https://bugs.webkit.org/show_bug.cgi?id=93560
rdar://problem/19991477
* platform/mac/TestExpectations: Updating expectations, as this is not limited to
Mavericks.
2015-02-27 Enrica Casucci <enrica@apple.com>
Adding support for serializing HTMLAttachment elements.
https://bugs.webkit.org/show_bug.cgi?id=142026
Reviewed by Tim Horton.
* editing/pasteboard/copy-paste-attachment-expected.txt: Added.
* editing/pasteboard/copy-paste-attachment.html: Added.
2015-02-27 Brady Eidson <beidson@apple.com>
Add a "block-cookies" rule to the user content filter.
https://bugs.webkit.org/show_bug.cgi?id=142105
Reviewed by Alex Christensen.
* http/tests/cookies/resources/echo-cookies.php: Added.
* http/tests/usercontentfilter/block-cookies-basic-expected.txt: Added.
* http/tests/usercontentfilter/block-cookies-basic.html: Added.
* http/tests/usercontentfilter/block-cookies-basic.html.json: Added.
* http/tests/usercontentfilter/block-cookies-send-expected.txt: Added.
* http/tests/usercontentfilter/block-cookies-send.html: Added.
* http/tests/usercontentfilter/block-cookies-send.html.json: Added.
2015-02-27 Ryosuke Niwa <rniwa@webkit.org>
iOS, GTK, and EFL rebaselines after r180726.
* platform/efl/editing/inserting/5058163-1-expected.txt:
* platform/gtk/editing/inserting/5058163-1-expected.txt:
* platform/ios-simulator-wk2/editing/inserting/5058163-1-expected.txt:
2015-02-27 Chris Dumez <cdumez@apple.com>
Unreviewed, skip tests added in r180771 on platforms that don't support IndexedDB.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
2015-02-27 Brent Fulgham <bfulgham@apple.com>
[Win] Skip IndexDB tests on Windows since it's not implemented.
* platform/win/TestExpectations:
2015-02-27 Chris Dumez <cdumez@apple.com>
MediaSource should be suspendable when closed
https://bugs.webkit.org/show_bug.cgi?id=142089
<rdar://problem/19923085>
Reviewed by Jer Noble.
Add layout tests to check that:
- Pages with an open MediaSource do not enter the PageCache
- Pages with an initially closed MediaSource enter the PageCache
- Pages with a MediaSource that changed state from opened to closed
enter the PageCache.
2015-02-27 Chris Dumez <cdumez@apple.com>
Make IDBDatabase / IDBRequest suspendable
https://bugs.webkit.org/show_bug.cgi?id=142076
<rdar://problem/19923085>
Reviewed by Andreas Kling.
Add layout tests to make sure that:
- A page with an open indexeddb database is not page-cacheable
- A page with a closed indexeddb database is page-cacheable
* fast/history/page-cache-indexed-closed-db-expected.txt: Added.
* fast/history/page-cache-indexed-closed-db.html: Added.
* fast/history/page-cache-indexed-opened-db-expected.txt: Added.
* fast/history/page-cache-indexed-opened-db.html: Added.
2015-02-27 Chris Dumez <cdumez@apple.com>
Drop unnecessary DatabaseManager::hasOpenDatabases() in PageCache::canCachePageContainingThisFrame()
https://bugs.webkit.org/show_bug.cgi?id=142052
Reviewed by Andreas Kling.
Add a layout test to check that a page with an open WebDatabase does
not enter the PageCache.
* fast/history/page-cache-webdatabase-opened-db-expected.txt: Added.
* fast/history/page-cache-webdatabase-opened-db.html: Added.
2015-02-27 Zalan Bujtas <zalan@apple.com>
Use after free in WebCore::RenderNamedFlowFragment::restoreRegionObjectsOriginalStyle
https://bugs.webkit.org/show_bug.cgi?id=138366
Reviewed by Dave Hyatt.
This patch ensures that we clean up RenderNamedFlowFragment::m_renderObjectRegionStyle when embedded flow content is getting destroyed.
In m_renderObjectRegionStyle hash map, we store style information about the named flow's descendant children.
When a child is being detached from the tree, it removes itself from this hashmap.
We do it by traversing up on the ancestor chain and call removeFlowChildInfo() on the parent flow.
However in case of embedded flows (for example multicolumn content inside a region), we need to check whether the parent flow
is inside a flow too and continue the cleanup accordingly.
* fast/regions/region-with-multicolumn-embedded-crash-expected.txt: Added.
* fast/regions/region-with-multicolumn-embedded-crash.html: Added.
2015-02-27 Brent Fulgham <bfulgham@apple.com>
[Win] Add another batch of debug assert failures.
* platform/win/TestExpectations:
2015-02-27 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline test after r180726.
* platform/win/TestExpectations: Mark a flaky test.
* platform/win/editing/inserting/5058163-1-expected.txt:
2015-02-26 Ryosuke Niwa <rniwa@webkit.org>
isEditablePosition and related functions shouldn't move position out of table
https://bugs.webkit.org/show_bug.cgi?id=129200
Reviewed by Darin Adler.
Rebaselined a test. There is no visual difference.
* platform/mac/editing/inserting/5058163-1-expected.txt:
2015-02-26 Brent Fulgham <bfulgham@apple.com>
[Win] More test expectation updates.
* platform/win/TestExpectations:
2015-02-26 Timothy Horton <timothy_horton@apple.com>
Implement <attachment> element appearance on Mac
https://bugs.webkit.org/show_bug.cgi?id=142023
Reviewed by Dean Jackson.
* fast/attachment/attachment-rendering-expected.txt:
* platform/mac/fast/attachment/attachment-disabled-rendering-expected.png: Added.
* platform/mac/fast/attachment/attachment-rendering-expected.png: Added.
* platform/mac/fast/attachment/attachment-rendering-expected.txt: Added.
Add Mac overrides for <attachment> tests (and pixel results).
2015-02-26 Doug Russell <d_russell@apple.com>
AX: Expose caret browsing preference to accessibility API
https://bugs.webkit.org/show_bug.cgi?id=141862
Reviewed by Chris Fleizach.
Exposing the caret browsing setting on WebCore::Frame via the accessibility API would allow assistive tech apps to enable it contextually (for example, when the assistive tech app is running).
Enabling caret browsing when assistive tech apps are running greatly improves the reliability of keyboard navigation on the web. Most especially in cases where selection would be disrupted by focus events.
* accessibility/parent-delete-expected.txt:
* platform/mac/accessibility/caret-browsing-arrow-nav-expected.txt: Added.
* platform/mac/accessibility/caret-browsing-arrow-nav.html: Added.
* platform/mac/accessibility/caret-browsing-attribute-expected.txt: Added.
* platform/mac/accessibility/caret-browsing-attribute.html: Added.
* platform/mac/accessibility/caret-browsing-tab-selection-expected.txt: Added.
* platform/mac/accessibility/caret-browsing-tab-selection.html: Added.
* platform/mac/accessibility/document-attributes-expected.txt:
* platform/mac/accessibility/resources/accessibility-helper.js: Added.
(clearSelectionAndFocusOnWebArea):
(elementAtStartMarkerOfSelectedTextMarkerRange):
(caretBrowsingEnabled):
(setCaretBrowsingEnabled):
2015-02-26 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Save Console Evaluations into Command Line variables $1-$99 ($n)
https://bugs.webkit.org/show_bug.cgi?id=142061
Reviewed by Timothy Hatcher.
* inspector/debugger/command-line-api-exception-nested-catch.html:
* inspector/debugger/command-line-api-exception.html:
* inspector/model/remote-object-get-properties.html:
* inspector/model/remote-object-weak-collection.html:
* inspector/model/remote-object.html:
Update evaluateInInspectedWindow call sites for new parameter.
2015-02-26 Brent Fulgham <bfulgham@apple.com>
[Win] More Debug assertion updates.
* platform/win/TestExpectations:
2015-02-26 Filip Pizlo <fpizlo@apple.com>
Various array access corner cases should take OSR exit feedback
https://bugs.webkit.org/show_bug.cgi?id=142056
Reviewed by Geoffrey Garen.
* js/regress/arguments-out-of-bounds-expected.txt: Added.
* js/regress/arguments-out-of-bounds.html: Added.
* js/regress/exit-length-on-plain-object-expected.txt: Added.
* js/regress/exit-length-on-plain-object.html: Added.
* js/regress/script-tests/arguments-out-of-bounds.js: Added.
(foo):
(bar):
* js/regress/script-tests/exit-length-on-plain-object.js: Added.
(foo):
* js/regress/script-tests/string-out-of-bounds.js: Added.
(bar):
* js/regress/string-out-of-bounds-expected.txt: Added.
* js/regress/string-out-of-bounds.html: Added.
2015-02-26 Mark Lam <mark.lam@apple.com>
Rolling out r180602, r180608, r180613, r180617, r180671.
<https://webkit.org/b/141990>
Not reviewed.
The r180602 solution does result in more work for GC when worker
threads are in use. Filip is uncomfortable with that.
The EFL and GTK ports also seem to be unhappy with this change.
Rolling out while we investigate.
* platform/efl/TestExpectations:
2015-02-26 Myles C. Maxfield <mmaxfield@apple.com>
Parsing support for -webkit-trailing-word
https://bugs.webkit.org/show_bug.cgi?id=141939
Reviewed by Andreas Kling.
Test parsing using getComputedStyle().
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Updated.
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: Updated.
* platform/mac/fast/text/trailing-word-parse-expected.txt: Added.
* platform/mac/fast/text/trailing-word-parse.html: Added.
2015-02-26 Brady Eidson <beidson@apple.com>
Make WKPageGroupRemoveAllUserContentFilters actually remove all user content filters
https://bugs.webkit.org/show_bug.cgi?id=142047
Reviewed by Geoff Garen.
* platform/mac-wk2/TestExpectations: Renable content filter tests, as they should no longer interfere with others.
2015-02-26 Said Abou-Hallawa <sabouhallawa@apple.com>
Cleanup RenderSVGResourceClipper class.
https://bugs.webkit.org/show_bug.cgi?id=142032.
Reviewed by Darin Adler.
* svg/clip-path/clip-path-line-use-before-defined-expected.svg:
* svg/clip-path/clip-path-line-use-before-defined.svg: Simplify the test
and make separate drawings for different cases.
2015-02-26 Said Abou-Hallawa <sabouhallawa@apple.com>
Setting any of the <object> element plugin controlling attributes does not have any affect.
https://bugs.webkit.org/show_bug.cgi?id=141936.
Reviewed by Zalan Bujtas.
* svg/as-object/resources/lime100x100.html: Added.
* svg/as-object/resources/lime100x100.png: Added.
* svg/as-object/resources/lime100x100.svg: Added.
* svg/as-object/resources/red100x100.svg: Added.
* svg/as-object/svg-in-object-dynamic-attribute-change-expected.html: Added.
* svg/as-object/svg-in-object-dynamic-attribute-change.html: Added.
Ensure that changing the 'type' and the 'data' attributes of the <object>
element will have the expected outcome. Also make sure that the <object>
element renderer falls back correctly when setting any of the attributes
to some unexpected value.
2015-02-26 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test updates for Debug bots.
* platform/win/TestExpectations:
2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
[WK2] Unreviewed gardening, skip failing tests related to missing
EventSender.beginDragWithFiles implementation in wk2/TestExpectations.
There is no good reason to wait for 30 seconds timeout, let's skip them everywhere.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/wk2/TestExpectations:
2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening, skip fast/workers tests to unbreak the buildbot.
https://bugs.webkit.org/show_bug.cgi?id=142041
* platform/efl/TestExpectations:
2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening, comment out old expectations
of WebGL tests to really skip them as we expected.
* platform/efl/TestExpectations:
2015-02-26 Sergio Villar Senin <svillar@igalia.com>
ASSERTION FAILED: !length.isUndefined() in WebCore::GridLength::GridLength
https://bugs.webkit.org/show_bug.cgi?id=141645
Reviewed by Chris Dumez.
* fast/css-grid-layout/grid-with-relative-font-length-crash-expected.txt: Added.
* fast/css-grid-layout/grid-with-relative-font-length-crash.html: Added.
2015-02-25 Zalan Bujtas <zalan@apple.com>
Black line across screen on Adobe Illustrator detail page (non-retina only)
https://bugs.webkit.org/show_bug.cgi?id=141866
Reviewed by Simon Fraser.
Phase is relative to the destination origin. We need to take location information into account
while snapping so that the result is inline with the snapped destination rect.
(location affects the snapped size.)
* fast/backgrounds/gradient-background-on-subpixel-position-expected.html: Added.
* fast/backgrounds/gradient-background-on-subpixel-position.html: Added.
2015-02-25 Michael Saboff <msaboff@apple.com>
Web Inspector: CRASH when debugger pauses inside a Promise handler
https://bugs.webkit.org/show_bug.cgi?id=141396
Reviewed by Mark Lam.
New test.
* inspector/debugger/breakpoint-scope-expected.txt: Added.
* inspector/debugger/breakpoint-scope.html: Added.
* inspector/debugger/resources/scope.js: Added.
2015-02-25 Brent Fulgham <bfulgham@apple.com>
[Win] Make Windows green again after r180654.
* platform/win/TestExpectations:
2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/regions/region-overflow-break.html after r177774
Unreviewed.
* fast/regions/region-overflow-break-expected.html:
* platform/mac/TestExpectations:
2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
Update 3 more tests after r177774
Unreviewed.
* fast/multicol/newmulticol/spanner-table-expected.html:
* fast/multicol/newmulticol/spanner-table.html:
* fast/regions/scrolling/wheel-scroll-abspos-expected.html:
* fast/regions/scrolling/wheel-scroll-expected.html:
* platform/mac/TestExpectations:
2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
Update css3/flexbox/csswg/flexbox_direction-row-reverse.html after r177774
Unreviewed.
* css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html:
* css3/flexbox/csswg/flexbox_direction-row-reverse.html:
* platform/mac/TestExpectations:
2015-02-25 Brent Fulgham <bfulgham@apple.com>
[Win] Skip timing-out test after r180646.
* platform/win/TestExpectations:
2015-02-25 Chris Dumez <cdumez@apple.com>
Make PublicURLManager suspendable
https://bugs.webkit.org/show_bug.cgi?id=141977
<rdar://problem/19923085>
Reviewed by Andreas Kling.
Add a layout test to check that a page using URL.createObjectURL() API
can enter the PageCache.
* fast/history/page-cache-createObjectURL-expected.txt: Added.
* fast/history/page-cache-createObjectURL.html: Added.
* platform/wk2/TestExpectations:
The new test is skipped on WK2 because WKTR does not support
eventSender.beginDragWithFiles().
2015-02-25 Said Abou-Hallawa <sabouhallawa@apple.com>
Horizontal and vertical lines are clipped completely if clip-path is included in the tag but the referenced element is defined later.
https://bugs.webkit.org/show_bug.cgi?id=141776.
Reviewed by Dean Jackson.
New test cases for SVG lines which are clipped to a <clipPath>. The <clipPath>
is referenced before it is defined.
* svg/clip-path/clip-path-line-use-before-defined-expected.svg: Added.
* svg/clip-path/clip-path-line-use-before-defined.svg: Added.
2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening
Unreviewed.
Getting the bots green after r180633 until Brady fixes the underlying issue.
* platform/mac-wk2/TestExpectations:
2015-02-25 Brady Eidson <beidson@apple.com>
Layout test support for user content filters
https://bugs.webkit.org/show_bug.cgi?id=142018
Reviewed by Tim Horton.
* TestExpectations:
* http/tests/usercontentfilter/basic-filter.html: Added.
* http/tests/usercontentfilter/basic-filter.html.json: Added.
* platform/mac-wk2/TestExpectations:
2015-02-25 Brent Fulgham <bfulgham@apple.com>
[Win] Skip new <attachment> test since it's not working on Windows.
* platform/win/TestExpectations:
2015-02-25 Brent Fulgham <bfulgham@apple.com>
[Win] Skip ARIA 1.1 tests for unsupported feature.
* platform/win/TestExpectations:
2015-02-25 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Tracks growing beyond limits when they should not
https://bugs.webkit.org/show_bug.cgi?id=140883
Reviewed by Darin Adler.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
2015-02-25 Joanmarie Diggs <jdiggs@igalia.com>
AX: Implement support for ARIA 1.1 'searchbox' role
https://bugs.webkit.org/show_bug.cgi?id=142004
Reviewed by Chris Fleizach.
* accessibility/roles-computedRoleString-expected.txt: Updated for new role.
* accessibility/roles-computedRoleString.html: Updated for new role.
* accessibility/roles-exposed.html: New test case added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test case.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test case.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test case.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test case.
2015-02-24 Alexey Proskuryakov <ap@apple.com>
Updating js/dom/global-constructors-attributes.html results for HTMLAttachmentElement.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-02-24 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r180599.
https://bugs.webkit.org/show_bug.cgi?id=141998
Lots of new test failures (Requested by smfr on #webkit).
Reverted changeset:
"Parsing support for -webkit-trailing-word"
https://bugs.webkit.org/show_bug.cgi?id=141939
http://trac.webkit.org/changeset/180599
2015-02-24 Sam Weinig <sam@webkit.org>
[Attachment] Give <attachment> elements an underlying File
https://bugs.webkit.org/show_bug.cgi?id=141993
Reviewed by Tim Horton.
Update attachment-dom.html to test setting and getting the
underlying file.
* fast/attachment/attachment-dom-expected.txt:
* fast/attachment/attachment-dom.html:
* fast/attachment/resources: Added.
* fast/attachment/resources/test-file.txt: Added.
2015-02-24 Joanmarie Diggs <jdiggs@igalia.com>
AX: Implement support for ARIA 1.1 'switch' role
https://bugs.webkit.org/show_bug.cgi?id=141986
Reviewed by Chris Fleizach.
* accessibility/aria-switch-checked-expected.txt: Added.
* accessibility/aria-switch-checked.html: Added.
* accessibility/aria-switch-sends-notification-expected.txt: Added.
* accessibility/aria-switch-sends-notification.html: Added.
* accessibility/aria-switch-text.html: Added.
* accessibility/roles-exposed.html: Added a test case for the new role.
* platform/efl/accessibility/aria-fallback-roles-expected.txt: Added.
* platform/efl/accessibility/aria-switch-text-expected.txt: Added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for the new role.
* platform/gtk/accessibility/aria-fallback-roles-expected.txt: Added.
* platform/gtk/accessibility/aria-switch-text-expected.txt: Added.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for the new role.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for the new role.
* platform/mac/TestExpectations: Skip the 'checked' notifcation as the Mac doesn't have it.
* platform/mac/accessibility/aria-switch-text-expected.txt: Added.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for the new role.
2015-02-24 Myles C. Maxfield <mmaxfield@apple.com>
Parsing support for -webkit-trailing-word
https://bugs.webkit.org/show_bug.cgi?id=141939
Reviewed by Andreas Kling.
Test parsing using getComputedStyle().
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Updated.
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: Updated.
* platform/mac/fast/text/trailing-word-parse-expected.txt: Added.
* platform/mac/fast/text/trailing-word-parse.html: Added.
2015-02-24 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Make Getter/Setter RemoteObject property and ObjectPreview handling consistent
https://bugs.webkit.org/show_bug.cgi?id=141587
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
2015-02-24 Yusuke Suzuki <utatane.tea@gmail.com>
Constructor returning null should construct an object instead of null
https://bugs.webkit.org/show_bug.cgi?id=141640
Reviewed by Filip Pizlo.
Follow the old ret_object_or_this semantics.
When constructor returns an object that masquerades as undefined, we see it as an object.
* js/dom/constructor-with-return-masquerades-expected.txt: Added.
* js/dom/constructor-with-return-masquerades.html: Added.
* js/dom/script-tests/constructor-with-return-masquerades.js: Added.
(Constructor):
2015-02-24 Dean Jackson <dino@apple.com>
Temporarily skip this test on iOS 64-bit.
Rubber-stamped by Michael Saboff.
* js/script-tests/array-from.js:
2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
Unreviewed GTK+ gardening.
This was introduced in r180555, but the test has been generalized in
r180562 and we don't need a particular expectation anymore.
* platform/gtk/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Removed.
2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Support "sparse" in auto-placed items locked to a row/column
https://bugs.webkit.org/show_bug.cgi?id=141748
Reviewed by Sergio Villar Senin.
New test to check "sparse" and "dense" packing mode behavior in
auto-placed items locked to a given row (or column).
* fast/css-grid-layout/grid-item-auto-placement-definite-span.html:
Extract some common styles to resources/grid.css.
* fast/css-grid-layout/grid-item-auto-placement-fixed-row-column-expected.txt: Added.
* fast/css-grid-layout/grid-item-auto-placement-fixed-row-column.html: Added.
* fast/css-grid-layout/resources/grid.css: Modified generic CSS file to
add common styles.
2015-02-24 Joanmarie Diggs <jdiggs@igalia.com>
[GTK] Layout Test accessibility/roles-exposed.html is failing
https://bugs.webkit.org/show_bug.cgi?id=141960
Reviewed by Martin Robinson.
* platform/gtk/TestExpectations: Unskip the failing test.
* platform/gtk/accessibility/roles-exposed-expected.txt: Update the expectations.
2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Use Ahem in grid-item-order-in-content-sized-columns-resolution.html
https://bugs.webkit.org/show_bug.cgi?id=141970
Reviewed by Sergio Villar Senin.
Without using Ahem we were having different results depending on the
platform.
* fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt:
Update results to the new values.
* fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution.html:
Use Ahem.
2015-02-24 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Mark svg/canvas/canvas-global-alpha-svg.html as ImageOnlyFailure
* platform/ios-simulator/TestExpectations:
2015-02-24 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Reading ReadableStream ready and closed attributes should not always create a new promise
https://bugs.webkit.org/show_bug.cgi?id=141650
Reviewed by Benjamin Poulain.
* streams/readablestream-constructor-expected.txt:
* streams/readablestream-constructor.html: Added test to ensure ready and closed always return the same promise object.
2015-02-24 Dhi Aurrahman <diorahman@rockybars.com>
Always serialize :lang()'s arguments to strings
https://bugs.webkit.org/show_bug.cgi?id=141944
Reviewed by Benjamin Poulain.
Some tests results are updated to reflect the always serialize
:lang()'s arguments to strings.
* fast/css/css-lang-selector-with-string-arguments-text-expected.txt:
* fast/css/css-lang-selector-with-string-arguments-text.html:
* fast/css/parsing-css-lang-expected.txt:
* fast/css/parsing-css-lang.html:
* 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/dom/css-selectorText-expected.txt:
2015-02-24 David Kilzer <ddkilzer@apple.com>
[iOS] Implement WTR::activateFonts() to fix missing fonts in WebKit2 test runs
<http://webkit.org/b/141900>
Rebaseline ios-simulator-wk2 results after fixing font
registration for WebKitTestRunner.app.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
- Shuffle css2.1 test expectations to make tests pass.
* platform/ios-simulator/TestExpectations:
- Shuffle css2.1 test expectations to make tests pass.
- Mark a few ref tests as image-only failures via platform/mac.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-height-005-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-height-006-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-width-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/block-replaced-width-006-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/empty-inline-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-006-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-008-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-009-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-010-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-011-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-012-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t040303-c62-percent-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t040306-c63-color-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-02-f-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t09-c5526c-display-00-e-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t090204-display-change-01-b-ao-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t090501-c414-flt-01-b-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t090501-c414-flt-03-b-g-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-01-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-02-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-03-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-04-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-05-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-06-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-07-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-08-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-09-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t100303-c412-blockw-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-leadin-00-d-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1202-counter-08-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counter-13-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counter-14-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counters-08-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counters-13-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counters-14-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgre-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgre-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-01-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-00-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-01-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-02-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-03-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-04-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-05-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-06-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-07-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-08-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-09-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-10-c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1601-c547-indent-00-b-a-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1602-c43-center-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/basic/010-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/004-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/005-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/006-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/block-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/block-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/font-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/glyphs-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-vertical-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/none-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/006-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/030-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/031-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/037-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/038-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/055-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/block-inside-inline/006-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/positioning/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/positioning/vertical-lr/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/positioning/vertical-rl/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/compact/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/font-face-unicode-range-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/font-weight-1-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/line-after-floating-div-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/dynamic/first-letter-display-change-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/inline-block/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/inline/continuation-outlines-with-layers-2-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/inline/justify-emphasis-inline-box-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/line-grid/line-align-left-edges-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/line-grid/line-align-right-edges-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/line-grid/line-grid-into-columns-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/client-rects-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/client-rects-spanners-complex-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/client-rects-spanners-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/newmulticol/client-rects-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/span/clone-flexbox-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/span/clone-summary-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/ruby/select-ruby-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/international/text-spliced-font-expected.txt: Updated.
* platform/ios-simulator-wk2/fast/text/whitespace/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/003-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/004-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/005-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/006-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/007-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/008-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/009-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/010-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/011-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/012-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/015-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/016-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/018-expected.txt: Removed.
- Add, update or remove platform-specific results as needed.
2015-02-24 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Clean up some failing WK2 tests
* platform/ios-simulator/TestExpectations:
- svg/as-image/svg-image-with-data-uri-from-canvas.html: Mark as
ImageOnlyFailure since it has the same difference of 0.02% on
every run.
* platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Add.
* platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Update.
- Add or update platform-specific results.
2015-02-24 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK+ Gardening 24th February
https://bugs.webkit.org/show_bug.cgi?id=141964
* platform/gtk/TestExpectations:
* platform/gtk/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Added. Rebaselined after r180107. (This revision updates expectations on mac platform but it doesn't do it in any other platform).
2015-02-24 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL daily gardening 24th Feb.
* platform/efl/TestExpectations:
2015-02-23 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r180547 and r180550.
https://bugs.webkit.org/show_bug.cgi?id=141957
Broke 10 Windows tests. (Requested by bfulgham_ on #webkit).
Reverted changesets:
"REGRESSION(r179429): Can't type comments in Facebook"
https://bugs.webkit.org/show_bug.cgi?id=141859
http://trac.webkit.org/changeset/180547
"Constructor returning null should construct an object instead
of null"
https://bugs.webkit.org/show_bug.cgi?id=141640
http://trac.webkit.org/changeset/180550
2015-02-23 Yusuke Suzuki <utatane.tea@gmail.com>
Constructor returning null should construct an object instead of null
https://bugs.webkit.org/show_bug.cgi?id=141640
Reviewed by Geoffrey Garen.
* js/dfg-to-primitive-pass-symbol-expected.txt: Added.
* js/dfg-to-primitive-pass-symbol.html: Added.
* js/dom/constructor-with-return-masquerades-expected.txt: Added.
* js/dom/constructor-with-return-masquerades.html: Added.
* js/dom/script-tests/constructor-with-return-masquerades.js: Added.
(Constructor):
Follow the old ret_object_or_this semantics.
When constructor returns an object that masquerades as undefined, we see it as an object.
* js/regress/constructor-with-return-expected.txt: Added.
* js/regress/constructor-with-return.html: Added.
* js/regress/script-tests/constructor-with-return.js: Added.
(Test):
When constructor doesn't return an object, `this` should be returned instead.
In this test, we check all primitives. And test object, array and wrappers.
* js/script-tests/dfg-to-primitive-pass-symbol.js: Added.
(toPrimitiveTarget):
(doToPrimitive):
op_to_primitive operation passes Symbol in fast path.
2015-02-23 Ryosuke Niwa <rniwa@webkit.org>
Disable font loading events until our implementation gets updated to match the latest spec
https://bugs.webkit.org/show_bug.cgi?id=141938
Reviewed by Andreas Kling.
* TestExpectations:
* platform/mac/TestExpectations:
2015-02-23 Benjamin Poulain <benjamin@webkit.org>
CSS JIT: add support for case-insensitive attribute matching
https://bugs.webkit.org/show_bug.cgi?id=141880
Reviewed by Andreas Kling.
* fast/css/case-insensitive-attribute-with-svg-expected.html:
* fast/css/case-insensitive-attribute-with-svg.html:
* fast/css/implicitly-case-insensitive-attribute-with-svg-expected.html: Copied from LayoutTests/fast/css/case-insensitive-attribute-with-svg-expected.html.
* fast/css/implicitly-case-insensitive-attribute-with-svg.html: Copied from LayoutTests/fast/css/case-insensitive-attribute-with-svg.html.
I renamed the HTML legacy case-insensitive behavior to separate
it from the new selector.
* fast/selectors/querySelector-explicit-case-insensitive-attribute-match-with-svg-expected.txt: Added.
* fast/selectors/querySelector-explicit-case-insensitive-attribute-match-with-svg.html: Added.
Mixing explicit case-insensitive with implicit.
* fast/selectors/case-insensitive-attribute-register-requirement-1-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-register-requirement-1.html: Added.
* fast/selectors/case-insensitive-attribute-register-requirement-2-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-register-requirement-2.html: Added.
The usual register allocation stress tests.
2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark webgl tests to crash.
Skip khmer-lao-font.html because EFL port doesn't support it.
* platform/efl/TestExpectations:
2015-02-23 Shivakumar JM <shiva.jm@samsung.com>
Default value of HTMLSelectElement size IDL attribute should be 0.
https://bugs.webkit.org/show_bug.cgi?id=141795
Reviewed by Andreas Kling.
* fast/dom/select-size-expected.txt: Added.
* fast/dom/select-size.html: Added.
2015-02-23 Said Abou-Hallawa <sabouhallawa@apple.com>
Drawing an SVG image into a canvas using drawImage() ignores globalAlpha.
https://bugs.webkit.org/show_bug.cgi?id=141729.
Reviewed by Simon Fraser.
Add a new test which draws an SVG image on a canvas after setting its
globalAlpha to a value less than 1.
* svg/canvas/canvas-global-alpha-svg-expected.html: Added.
* svg/canvas/canvas-global-alpha-svg.html: Added.
2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Mark tests of css3 overflow, border to ImageOnlyFailure.
* platform/efl/TestExpectations:
2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Add new failure tests related to attachment, editing, and compositing.
* platform/efl/TestExpectations:
2015-02-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark sub-pixel and disk cache tests to failure.
* platform/efl/TestExpectations:
2015-02-22 Dean Jackson <dino@apple.com>
Print a console warning when HTMLCanvasElement exceeds the maximum size
https://bugs.webkit.org/show_bug.cgi?id=141861
<rdar://problem/19729145>
Reviewed by Simon Fraser.
Add error message to expected results.
* fast/canvas/canvas-toDataURL-crash-expected.txt:
* fast/canvas/pattern-too-large-to-create-expected.txt:
2015-02-22 Sam Weinig <sam@webkit.org>
Update results for Mac Yosemite.
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2015-02-21 Sam Weinig <sam@webkit.org>
Convert the caps lock indicator to be implemented using the shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=141868
Reviewed by Dan Bernstein.
* fast/css/appearance-caps-lock-indicator-expected.txt:
* fast/css/appearance-caps-lock-indicator.html:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/input-appearance-height-expected.txt:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/validation-message-appearance-expected.txt:
2015-02-22 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Clean up timeout test for ios-simulator-{wk1,wk2}
Changes for WK1 results:
* inspector/css/stylesheet-with-mutations.html
- Skip for both WK1 and WK2. Already marked as Skip on mac.
* fast/events/dispatch-message-string-data.html
- Marked as Slow for both WK1 and WK2. Previously marked as
Skip via override on WK2 and marked as Failure on both.
Changes for WK2:
* inspector/css/selector-dynamic-specificity.html
- Skip on WK1 and WK2. Already marked as Skip on mac and win.
Updated bug number for win TestExpectations.
* inspector/css/stylesheet-with-mutations.html
- See above.
* fast/dynamic/window-resize-scrollbars-test.html
- Skip on WK1 and WK2 since iOS does not support window
resizing and test always times out. Remove old test results.
* fast/images/animated-gif-window-resizing.html
- Skip on WK1 and WK2 since iOS does not support window
resizing and test always times out. Previously skipped on WK1
only.
* fast/events/autoscroll-should-not-stop-on-keypress.html
- Skip on WK1 and WK2 due to always timing out. Previously
skipped on WK1 only.
* http/tests/cache/history-navigation-no-resource-revalidation.html
- Skip on WK2 due to always timing out. Does not timeout on
WK1.
* http/tests/navigation/target-blank-opener-post.html
- Ditto.
* svg/animations/use-animate-width-and-height.html
- Ditto.
* platform/ios-sim-deprecated/fast/dynamic/window-resize-scrollbars-test-expected.txt: Removed.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/win/TestExpectations:
2015-02-22 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Add missing results for WK2 tests
In all cases, WK1 and WK2 results were the same.
* platform/ios-simulator/fast/block/positioning/vertical-rl/001-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/block/positioning/vertical-rl/001-expected.txt.
* platform/ios-simulator/fast/body-propagation/background-color/001-xhtml-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/body-propagation/background-color/001-xhtml-expected.txt.
* platform/ios-simulator/fast/body-propagation/background-image/001-xhtml-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/body-propagation/background-image/001-xhtml-expected.txt.
* platform/ios-simulator/fast/body-propagation/overflow/001-xhtml-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/body-propagation/overflow/001-xhtml-expected.txt.
* platform/ios-simulator/fast/repaint/body-background-image-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/repaint/body-background-image-expected.txt.
2015-02-22 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Add missing results for WK1 tests
* platform/ios-simulator/fast/css/css2-system-fonts-expected.txt: Rename from LayoutTests/platform/ios-simulator-wk2/fast/css/css2-system-fonts-expected.txt.
- Platform-specific results are the same for WK1 and WK2.
Regressed in r179196: shared ios-simulator results should not
have been removed.
* platform/ios-simulator/fast/css/focus-ring-exists-for-search-field-expected.txt: Add.
- Platform-specific results were missing for both WK1 and WK2.
Regressed in r179796: no ios-simulator results landed.
2015-02-21 Youenn Fablet <youenn.fablet@crf.canon.fr>
Tests don't work on some bots: Failed to stop wptwk
https://bugs.webkit.org/show_bug.cgi?id=141235
Reviewed by Ryosuke Niwa.
* TestExpectations: Marking web-platform-tests as failed or passed until wpt server proves to be stable.
2015-02-21 Alexey Proskuryakov <ap@apple.com>
Flaky media tests due to various CoreMedia issues.
https://bugs.webkit.org/show_bug.cgi?id=141534
* platform/mac/TestExpectations: Added media/video-load-networkState.html.
2015-02-19 Alexey Proskuryakov <ap@apple.com>
Array.from test fix.
Unreviewed.
Remove document.querySelectorAll use, as there is no DOM when running js tests
in run-javascriptcore-tests.
* js/array-from-expected.txt:
* js/script-tests/array-from.js:
2015-02-20 Zalan Bujtas <zalan@apple.com>
Invalid assert in CompositeEditCommand::insertNodeAfter/insertNodeBefore
https://bugs.webkit.org/show_bug.cgi?id=141854
Reviewed by Ryosuke Niwa.
Inserting content before/after the body as the result of editing is a valid operation.
This assert was originally introduced to cover cases where edited content would get moved
out of body. However, asserting such operation properly is not possible atm.
* editing/inserting/insert-as-body-sibling-expected.txt: Added.
* editing/inserting/insert-as-body-sibling.html: Added.
2015-02-20 Alexey Proskuryakov <ap@apple.com>
svg/animations/animateMotion-additive-2a.svg and svg/animations/animateMotion-additive-2b.svg
sometimes fail with a very small difference
https://bugs.webkit.org/show_bug.cgi?id=139828
* platform/mac-wk2/TestExpectations: Adding a test expectation.
2015-02-20 Michael Saboff <msaboff@apple.com>
Layout Test js/regress-141098.html is failing on 32-bit Machines
https://bugs.webkit.org/show_bug.cgi?id=141848
Reviewed by Geoffrey Garen.
It appears that different control flow paths in probeAndRecurse() allowed the second time
through the test to recurse deeper before getting to the point of overflowing the stack.
Restructured the test so that the exact same control flow in probeAndRecurse() is used
both times we call it, including probing the depth of the stack. Now we pass a flag that
indicates whether or not we should try ever expanding eval strings or reuse the most
recent eval string.
* js/script-tests/regress-141098.js:
(testEval):
(probeAndRecurse):
2015-02-20 Brent Fulgham <bfulgham@apple.com>
Skip failing JSC stress test to get bots green.
https://bugs.webkit.org/show_bug.cgi?id=141848
* js/script-tests/regress-141098.js:
2015-02-20 Brent Fulgham <bfulgham@apple.com>
[Win] Document some failures due to a JSC regression.
https://bugs.webkit.org/show_bug.cgi?id=141848
* platform/win/TestExpectations:
2015-02-20 Alexey Proskuryakov <ap@apple.com>
Remove svn:keywords property.
As far as I can tell, the property had no effect on any of these files, but also,
when it has effect it's likely harmful.
* accessibility/svg-remote-element-expected.txt: Removed property svn:keywords.
* animations/3d/replace-filling-transform-expected.txt: Removed property svn:keywords.
* animations/3d/replace-filling-transform.html: Removed property svn:keywords.
* animations/added-while-suspended-expected.txt: Removed property svn:keywords.
* animations/added-while-suspended.html: Removed property svn:keywords.
* animations/additive-transform-animations.html: Removed property svn:keywords.
* animations/animation-direction-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-fill-mode-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-fill-mode-hardware-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-fill-mode-hardware.html: Removed property svn:keywords.
* animations/animation-direction-reverse-fill-mode.html: Removed property svn:keywords.
* animations/animation-direction-reverse-hardware-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-hardware-opacity-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-hardware-opacity.html: Removed property svn:keywords.
* animations/animation-direction-reverse-hardware.html: Removed property svn:keywords.
* animations/animation-direction-reverse-non-hardware-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-non-hardware.html: Removed property svn:keywords.
* animations/animation-direction-reverse-timing-functions-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-timing-functions-hardware-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-timing-functions-hardware.html: Removed property svn:keywords.
* animations/animation-direction-reverse-timing-functions.html: Removed property svn:keywords.
* animations/animation-direction.html: Removed property svn:keywords.
* animations/animation-on-inline-crash-expected.txt: Removed property svn:keywords.
* animations/animation-on-inline-crash.html: Removed property svn:keywords.
* animations/animation-shorthand-expected.txt: Removed property svn:keywords.
* animations/animation-shorthand-name-order-expected.txt: Removed property svn:keywords.
* animations/animation-shorthand-name-order.html: Removed property svn:keywords.
* animations/animation-shorthand-removed-expected.txt: Removed property svn:keywords.
* animations/animation-shorthand-removed.html: Removed property svn:keywords.
* animations/animation-shorthand.html: Removed property svn:keywords.
* animations/body-removal-crash-expected.txt: Removed property svn:keywords.
* animations/body-removal-crash.html: Removed property svn:keywords.
* animations/fill-mode-expected.txt: Removed property svn:keywords.
* animations/fill-mode-missing-from-to-keyframes-expected.txt: Removed property svn:keywords.
* animations/fill-mode-missing-from-to-keyframes.html: Removed property svn:keywords.
* animations/fill-mode-multiple-keyframes-expected.txt: Removed property svn:keywords.
* animations/fill-mode-multiple-keyframes.html: Removed property svn:keywords.
* animations/fill-mode-removed-expected.txt: Removed property svn:keywords.
* animations/fill-mode-removed.html: Removed property svn:keywords.
* animations/fill-mode-transform-expected.txt: Removed property svn:keywords.
* animations/fill-mode-transform.html: Removed property svn:keywords.
* animations/fill-mode.html: Removed property svn:keywords.
* animations/missing-from-to-expected.txt: Removed property svn:keywords.
* animations/missing-from-to-transforms-expected.txt: Removed property svn:keywords.
* animations/missing-from-to-transforms.html: Removed property svn:keywords.
* animations/missing-from-to.html: Removed property svn:keywords.
* animations/opacity-transform-animation-expected.txt: Removed property svn:keywords.
* animations/opacity-transform-animation.html: Removed property svn:keywords.
* animations/resources/page-cache-helper.html: Removed property svn:keywords.
* animations/resume-after-page-cache-expected.txt: Removed property svn:keywords.
* animations/resume-after-page-cache.html: Removed property svn:keywords.
* animations/suspend-transform-animation-expected.txt: Removed property svn:keywords.
* animations/suspend-transform-animation.html: Removed property svn:keywords.
* animations/timing-functions-expected.txt: Removed property svn:keywords.
* animations/timing-functions.html: Removed property svn:keywords.
* animations/transform-non-accelerated-expected.txt: Removed property svn:keywords.
* animations/transform-non-accelerated.html: Removed property svn:keywords.
* animations/unprefixed-events-expected.txt: Removed property svn:keywords.
* animations/unprefixed-events-mixed-with-prefixed-expected.txt: Removed property svn:keywords.
* animations/unprefixed-events-mixed-with-prefixed.html: Removed property svn:keywords.
* animations/unprefixed-events.html: Removed property svn:keywords.
* animations/unprefixed-keyframes-expected.txt: Removed property svn:keywords.
* animations/unprefixed-keyframes-rule-expected.txt: Removed property svn:keywords.
* animations/unprefixed-keyframes-rule.html: Removed property svn:keywords.
* animations/unprefixed-keyframes.html: Removed property svn:keywords.
* animations/unprefixed-properties-expected.txt: Removed property svn:keywords.
* animations/unprefixed-properties.html: Removed property svn:keywords.
* animations/unprefixed-shorthand-expected.txt: Removed property svn:keywords.
* animations/unprefixed-shorthand.html: Removed property svn:keywords.
* compositing/animation/animation-compositing-expected.txt: Removed property svn:keywords.
* compositing/animation/animation-compositing.html: Removed property svn:keywords.
* compositing/animation/filling-animation-overlap-at-end-expected.txt: Removed property svn:keywords.
* compositing/animation/filling-animation-overlap-at-end.html: Removed property svn:keywords.
* compositing/animation/filling-animation-overlap-expected.txt: Removed property svn:keywords.
* compositing/animation/filling-animation-overlap.html: Removed property svn:keywords.
* compositing/animation/layer-for-filling-animation-expected.txt: Removed property svn:keywords.
* compositing/animation/layer-for-filling-animation.html: Removed property svn:keywords.
* compositing/animation/matrix-animation-expected.html: Removed property svn:keywords.
* compositing/animation/matrix-animation.html: Removed property svn:keywords.
* compositing/background-color/no-composited-background-color-when-perspective-expected.html: Removed property svn:keywords.
* compositing/background-color/no-composited-background-color-when-perspective.html: Removed property svn:keywords.
* compositing/backing/no-backing-for-clip-expected.txt: Removed property svn:keywords.
* compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed property svn:keywords.
* compositing/backing/no-backing-for-clip-overlap.html: Removed property svn:keywords.
* compositing/backing/no-backing-for-clip.html: Removed property svn:keywords.
* compositing/backing/no-backing-for-perspective-expected.txt: Removed property svn:keywords.
* compositing/backing/no-backing-for-perspective.html: Removed property svn:keywords.
* compositing/columns/ancestor-clipped-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/ancestor-clipped-in-paginated.html: Removed property svn:keywords.
* compositing/columns/clipped-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/clipped-in-paginated.html: Removed property svn:keywords.
* compositing/columns/composited-columns-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-columns-vertical-rl-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-columns-vertical-rl.html: Removed property svn:keywords.
* compositing/columns/composited-columns.html: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-rl-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-rl.html: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-writing-mode-rl.html: Removed property svn:keywords.
* compositing/columns/composited-in-paginated.html: Removed property svn:keywords.
* compositing/columns/composited-lr-paginated-repaint-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-lr-paginated-repaint.html: Removed property svn:keywords.
* compositing/columns/composited-nested-columns-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-nested-columns.html: Removed property svn:keywords.
* compositing/columns/composited-rl-paginated-repaint-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-rl-paginated-repaint.html: Removed property svn:keywords.
* compositing/columns/geometry-map-paginated-assert-expected.txt: Removed property svn:keywords.
* compositing/columns/geometry-map-paginated-assert.html: Removed property svn:keywords.
* compositing/columns/hittest-composited-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/hittest-composited-in-paginated.html: Removed property svn:keywords.
* compositing/columns/rotated-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/rotated-in-paginated.html: Removed property svn:keywords.
* compositing/columns/untransformed-composited-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/untransformed-composited-in-paginated.html: Removed property svn:keywords.
* compositing/contents-opaque/background-clip-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/background-color-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/fixed-to-nonfixed-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/fixed-to-nonfixed.html: Removed property svn:keywords.
* compositing/contents-opaque/hidden-with-visible-child-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/hidden-with-visible-child.html: Removed property svn:keywords.
* compositing/contents-opaque/hidden-with-visible-text-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/hidden-with-visible-text.html: Removed property svn:keywords.
* compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/overflow-hidden-child-layers.html: Removed property svn:keywords.
* compositing/contents-opaque/visibility-hidden-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/visibility-hidden.html: Removed property svn:keywords.
* compositing/contents-scale/animating-expected.txt: Removed property svn:keywords.
* compositing/contents-scale/animating.html: Removed property svn:keywords.
* compositing/contents-scale/scaled-ancestor-expected.txt: Removed property svn:keywords.
* compositing/contents-scale/scaled-ancestor.html: Removed property svn:keywords.
* compositing/contents-scale/simple-scale-expected.txt: Removed property svn:keywords.
* compositing/contents-scale/simple-scale.html: Removed property svn:keywords.
* compositing/contents-scale/z-translate-expected.txt: Removed property svn:keywords.
* compositing/contents-scale/z-translate.html: Removed property svn:keywords.
* compositing/document-background-color-expected.html: Removed property svn:keywords.
* compositing/document-background-color.html: Removed property svn:keywords.
* compositing/geometry/clip-expected.txt: Removed property svn:keywords.
* compositing/geometry/clip-inside-expected.txt: Removed property svn:keywords.
* compositing/geometry/clip.html: Removed property svn:keywords.
* compositing/geometry/composited-html-size.html: Removed property svn:keywords.
* compositing/geometry/composited-in-columns-expected.txt: Removed property svn:keywords.
* compositing/geometry/composited-in-columns.html: Removed property svn:keywords.
* compositing/geometry/flipped-writing-mode-expected.txt: Removed property svn:keywords.
* compositing/geometry/flipped-writing-mode.html: Removed property svn:keywords.
* compositing/geometry/foreground-layer-expected.txt: Removed property svn:keywords.
* compositing/geometry/foreground-layer.html: Removed property svn:keywords.
* compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Removed property svn:keywords.
* compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Removed property svn:keywords.
* compositing/geometry/huge-layer-expected.txt: Removed property svn:keywords.
* compositing/geometry/huge-layer.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-clipping-ancestor.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-fixed-positioned.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-opacity-transition.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-overflow-repaint.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-overflow-root.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-positioned-transition.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-positioned.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-transformed-overflow.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-transformed.html: Removed property svn:keywords.
* compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt: Removed property svn:keywords.
* compositing/geometry/negative-text-indent-with-overflow-hidden-layer.html: Removed property svn:keywords.
* compositing/geometry/repaint-foreground-layer-expected.txt: Removed property svn:keywords.
* compositing/geometry/repaint-foreground-layer.html: Removed property svn:keywords.
* compositing/geometry/tall-page-composited-expected.txt: Removed property svn:keywords.
* compositing/geometry/tall-page-composited.html: Removed property svn:keywords.
* compositing/iframes/become-composited-nested-iframes-expected.txt: Removed property svn:keywords.
* compositing/iframes/become-composited-nested-iframes.html: Removed property svn:keywords.
* compositing/iframes/become-overlapped-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/become-overlapped-iframe.html: Removed property svn:keywords.
* compositing/iframes/composited-iframe-scroll-expected.txt: Removed property svn:keywords.
* compositing/iframes/composited-iframe-scroll.html: Removed property svn:keywords.
* compositing/iframes/composited-parent-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe.html: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe2-expected.txt: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe2.html: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe3-expected.txt: Removed property svn:keywords.
* compositing/iframes/enter-compositing-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/enter-compositing-iframe.html: Removed property svn:keywords.
* compositing/iframes/iframe-content-flipping-expected.txt: Removed property svn:keywords.
* compositing/iframes/iframe-content-flipping.html: Removed property svn:keywords.
* compositing/iframes/iframe-copy-on-scroll.html: Removed property svn:keywords.
* compositing/iframes/iframe-resize-expected.txt: Removed property svn:keywords.
* compositing/iframes/iframe-size-from-zero-expected.txt: Removed property svn:keywords.
* compositing/iframes/iframe-size-from-zero.html: Removed property svn:keywords.
* compositing/iframes/iframe-size-to-zero-expected.txt: Removed property svn:keywords.
* compositing/iframes/iframe-size-to-zero.html: Removed property svn:keywords.
* compositing/iframes/layout-on-compositing-change-expected.txt: Removed property svn:keywords.
* compositing/iframes/layout-on-compositing-change.html: Removed property svn:keywords.
* compositing/iframes/leave-compositing-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/leave-compositing-iframe.html: Removed property svn:keywords.
* compositing/iframes/nested-iframe-scrolling-expected.txt: Removed property svn:keywords.
* compositing/iframes/nested-iframe-scrolling.html: Removed property svn:keywords.
* compositing/iframes/overlapped-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/overlapped-iframe.html: Removed property svn:keywords.
* compositing/iframes/overlapped-nested-iframes-expected.txt: Removed property svn:keywords.
* compositing/iframes/overlapped-nested-iframes.html: Removed property svn:keywords.
* compositing/iframes/remove-iframe-crash-expected.txt: Removed property svn:keywords.
* compositing/iframes/remove-iframe-crash.html: Removed property svn:keywords.
* compositing/iframes/resources/enter-compositing-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/green-red-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/intermediate-frame.html: Removed property svn:keywords.
* compositing/iframes/resources/large-composited-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/leave-compositing-subframe-click.html: Removed property svn:keywords.
* compositing/iframes/resources/leave-compositing-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/nested-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/red-green-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/subsubframe.html: Removed property svn:keywords.
* compositing/iframes/scrolling-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/scrolling-iframe.html: Removed property svn:keywords.
* compositing/images/content-image-expected.txt: Removed property svn:keywords.
* compositing/images/content-image.html: Removed property svn:keywords.
* compositing/images/direct-pdf-image-expected.txt: Removed property svn:keywords.
* compositing/images/direct-pdf-image.html: Removed property svn:keywords.
* compositing/images/direct-svg-image.html: Removed property svn:keywords.
* compositing/layer-creation/animation-overlap-with-children-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/animation-overlap-with-children.html: Removed property svn:keywords.
* compositing/layer-creation/deep-tree-expected.html: Removed property svn:keywords.
* compositing/layer-creation/deep-tree.html: Removed property svn:keywords.
* compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/no-compositing-for-preserve-3d.html: Removed property svn:keywords.
* compositing/layer-creation/overlap-animation-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/overlap-animation.html: Removed property svn:keywords.
* compositing/layer-creation/overlap-transforms-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/overlap-transforms.html: Removed property svn:keywords.
* compositing/layer-creation/rotate3d-overlap-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/rotate3d-overlap.html: Removed property svn:keywords.
* compositing/layer-creation/scroll-partial-update-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/scroll-partial-update.html: Removed property svn:keywords.
* compositing/layer-creation/translatez-overlap-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/translatez-overlap.html: Removed property svn:keywords.
* compositing/masks/mask-layer-size-expected.txt: Removed property svn:keywords.
* compositing/masks/mask-layer-size.html: Removed property svn:keywords.
* compositing/overflow-trumps-transform-style-expected.txt: Removed property svn:keywords.
* compositing/overflow-trumps-transform-style.html: Removed property svn:keywords.
* compositing/overflow/clip-descendents-expected.txt: Removed property svn:keywords.
* compositing/overflow/clip-descendents.html: Removed property svn:keywords.
* compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Removed property svn:keywords.
* compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Removed property svn:keywords.
* compositing/plugins/1x1-composited-plugin-expected.txt: Removed property svn:keywords.
* compositing/plugins/1x1-composited-plugin.html: Removed property svn:keywords.
* compositing/plugins/composited-plugin.html: Removed property svn:keywords.
* compositing/plugins/large-to-small-composited-plugin-expected.txt: Removed property svn:keywords.
* compositing/plugins/large-to-small-composited-plugin.html: Removed property svn:keywords.
* compositing/plugins/no-backing-store-expected.txt: Removed property svn:keywords.
* compositing/plugins/no-backing-store.html: Removed property svn:keywords.
* compositing/plugins/small-to-large-composited-plugin-expected.txt: Removed property svn:keywords.
* compositing/plugins/small-to-large-composited-plugin.html: Removed property svn:keywords.
* compositing/reflections/backface-hidden-reflection-expected.txt: Removed property svn:keywords.
* compositing/reflections/backface-hidden-reflection.html: Removed property svn:keywords.
* compositing/reflections/become-simple-composited-reflection-expected.txt: Removed property svn:keywords.
* compositing/reflections/become-simple-composited-reflection.html: Removed property svn:keywords.
* compositing/reflections/remove-add-reflection-expected.txt: Removed property svn:keywords.
* compositing/reflections/remove-add-reflection.html: Removed property svn:keywords.
* compositing/repaint/foreground-layer-change-expected.html: Removed property svn:keywords.
* compositing/repaint/foreground-layer-change.html: Removed property svn:keywords.
* compositing/repaint/repaint-on-layer-grouping-change-expected.txt: Removed property svn:keywords.
* compositing/repaint/repaint-on-layer-grouping-change.html: Removed property svn:keywords.
* compositing/repaint/requires-backing-repaint-expected.txt: Removed property svn:keywords.
* compositing/repaint/requires-backing-repaint.html: Removed property svn:keywords.
* compositing/repaint/resize-repaint-expected.txt: Removed property svn:keywords.
* compositing/repaint/resize-repaint.html: Removed property svn:keywords.
* compositing/scaling/tiled-layer-recursion-expected.txt: Removed property svn:keywords.
* compositing/scaling/tiled-layer-recursion.html: Removed property svn:keywords.
* compositing/tile-cache-must-flatten-expected.html: Removed property svn:keywords.
* compositing/tile-cache-must-flatten.html: Removed property svn:keywords.
* compositing/tiled-layers-hidpi-expected.txt: Removed property svn:keywords.
* compositing/tiled-layers-hidpi.html: Removed property svn:keywords.
* compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed property svn:keywords.
* compositing/tiling/backface-preserve-3d-tiled.html: Removed property svn:keywords.
* compositing/tiling/empty-to-tiled-expected.html: Removed property svn:keywords.
* compositing/tiling/empty-to-tiled.html: Removed property svn:keywords.
* compositing/tiling/huge-layer-add-remove-child.html: Removed property svn:keywords.
* compositing/tiling/huge-layer-img.html: Removed property svn:keywords.
* compositing/tiling/huge-layer-with-layer-children-resize.html: Removed property svn:keywords.
* compositing/tiling/huge-layer-with-layer-children.html: Removed property svn:keywords.
* compositing/tiling/preserve3d-tiled-expected.txt: Removed property svn:keywords.
* compositing/tiling/preserve3d-tiled.html: Removed property svn:keywords.
* compositing/tiling/reflected-tiled-expected.txt: Removed property svn:keywords.
* compositing/tiling/reflected-tiled.html: Removed property svn:keywords.
* compositing/tiling/resources/tiled-layer-tall.html: Removed property svn:keywords.
* compositing/tiling/rotated-tiled-clamped.html: Removed property svn:keywords.
* compositing/tiling/rotated-tiled-preserve3d-clamped.html: Removed property svn:keywords.
* compositing/tiling/tile-cache-zoomed-expected.txt: Removed property svn:keywords.
* compositing/tiling/tile-cache-zoomed.html: Removed property svn:keywords.
* compositing/tiling/tiled-in-iframe-expected.txt: Removed property svn:keywords.
* compositing/tiling/tiled-in-iframe.html: Removed property svn:keywords.
* compositing/tiling/tiled-layer-resize-expected.txt: Removed property svn:keywords.
* compositing/tiling/tiled-layer-resize.html: Removed property svn:keywords.
* compositing/toggle-compositing-expected.txt: Removed property svn:keywords.
* compositing/toggle-compositing.html: Removed property svn:keywords.
* compositing/visibility/layer-visible-content-expected.txt: Removed property svn:keywords.
* compositing/visibility/layer-visible-content.html: Removed property svn:keywords.
* compositing/visibility/visibility-composited-transforms.html: Removed property svn:keywords.
* compositing/visibility/visibility-composited.html: Removed property svn:keywords.
* compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed property svn:keywords.
* compositing/visibility/visibility-image-layers-dynamic.html: Removed property svn:keywords.
* compositing/visibility/visibility-image-layers-expected.txt: Removed property svn:keywords.
* compositing/visibility/visibility-image-layers.html: Removed property svn:keywords.
* compositing/visible-rect/2d-transformed-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/2d-transformed.html: Removed property svn:keywords.
* compositing/visible-rect/3d-transform-style-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/3d-transform-style.html: Removed property svn:keywords.
* compositing/visible-rect/3d-transformed-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/3d-transformed.html: Removed property svn:keywords.
* compositing/visible-rect/animated-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/animated-from-none-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/animated-from-none.html: Removed property svn:keywords.
* compositing/visible-rect/animated.html: Removed property svn:keywords.
* compositing/visible-rect/clipped-by-viewport-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/clipped-by-viewport.html: Removed property svn:keywords.
* compositing/visible-rect/clipped-visible-rect-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/clipped-visible-rect.html: Removed property svn:keywords.
* compositing/visible-rect/iframe-and-layers-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/iframe-and-layers.html: Removed property svn:keywords.
* compositing/visible-rect/iframe-no-layers-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/iframe-no-layers.html: Removed property svn:keywords.
* compositing/visible-rect/nested-transform-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/nested-transform.html: Removed property svn:keywords.
* compositing/visible-rect/resources/subframe-with-layers.html: Removed property svn:keywords.
* compositing/visible-rect/scrolled-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/scrolled.html: Removed property svn:keywords.
* compositing/z-order/negative-z-index-expected.txt: Removed property svn:keywords.
* compositing/z-order/negative-z-index.html: Removed property svn:keywords.
* css3/blending/svg-blend-plus-darker.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-001-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-001.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-002-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-002.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-003-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-003.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-004-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-004.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-005-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-005.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-006-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-006.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-007-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-007.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-008-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-008.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-009-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-009.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-010-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-010.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-011-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-011.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-012-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-012.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-013-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-013.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-014-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-014.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-015-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-015.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-016-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-016.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-017-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-017.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-018-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-018.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-019-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-019.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-020-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-020.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-021-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-021.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-022-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-022.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-023-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-023.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-024-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-024.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-025-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-025.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-026-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-026.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-027-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-027.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-028-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-028.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-029-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-029.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-030-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-030.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-031-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-031.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-032-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-032.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-033-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-033.html: Removed property svn:keywords.
* css3/filters/add-filter-rendering-expected.txt: Removed property svn:keywords.
* css3/filters/add-filter-rendering.html: Removed property svn:keywords.
* css3/filters/animation-from-initial-values-with-color-matrix-expected.html: Removed property svn:keywords.
* css3/filters/animation-from-initial-values-with-color-matrix.html: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-computed-style.html: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-expected.txt: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-parsing.html: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property.html: Removed property svn:keywords.
* css3/filters/backdrop/effect-hw-expected.html: Removed property svn:keywords.
* css3/filters/backdrop/effect-hw.html: Removed property svn:keywords.
* css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Removed property svn:keywords.
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Removed property svn:keywords.
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Removed property svn:keywords.
* css3/filters/backdrop/script-tests/backdropfilter-property.js: Removed property svn:keywords.
* css3/filters/composited-during-animation-layertree.html: Removed property svn:keywords.
* css3/filters/composited-during-animation.html: Removed property svn:keywords.
* css3/filters/composited-during-transition-layertree.html: Removed property svn:keywords.
* css3/filters/effect-blur-expected.txt: Removed property svn:keywords.
* css3/filters/effect-blur.html: Removed property svn:keywords.
* css3/filters/effect-brightness-expected.txt: Removed property svn:keywords.
* css3/filters/effect-brightness.html: Removed property svn:keywords.
* css3/filters/effect-combined-expected.txt: Removed property svn:keywords.
* css3/filters/effect-combined.html: Removed property svn:keywords.
* css3/filters/effect-contrast-expected.txt: Removed property svn:keywords.
* css3/filters/effect-contrast.html: Removed property svn:keywords.
* css3/filters/effect-drop-shadow-expected.txt: Removed property svn:keywords.
* css3/filters/effect-drop-shadow.html: Removed property svn:keywords.
* css3/filters/effect-grayscale-expected.txt: Removed property svn:keywords.
* css3/filters/effect-grayscale.html: Removed property svn:keywords.
* css3/filters/effect-hue-rotate-expected.txt: Removed property svn:keywords.
* css3/filters/effect-hue-rotate.html: Removed property svn:keywords.
* css3/filters/effect-invert-expected.txt: Removed property svn:keywords.
* css3/filters/effect-invert.html: Removed property svn:keywords.
* css3/filters/effect-opacity-expected.txt: Removed property svn:keywords.
* css3/filters/effect-opacity.html: Removed property svn:keywords.
* css3/filters/effect-saturate-expected.txt: Removed property svn:keywords.
* css3/filters/effect-saturate.html: Removed property svn:keywords.
* css3/filters/effect-sepia-expected.txt: Removed property svn:keywords.
* css3/filters/effect-sepia.html: Removed property svn:keywords.
* css3/filters/filter-animation-expected.txt: Removed property svn:keywords.
* css3/filters/filter-animation-from-none-expected.txt: Removed property svn:keywords.
* css3/filters/filter-animation-from-none.html: Removed property svn:keywords.
* css3/filters/filter-animation.html: Removed property svn:keywords.
* css3/filters/filter-property-computed-style-expected.txt: Removed property svn:keywords.
* css3/filters/filter-property-computed-style.html: Removed property svn:keywords.
* css3/filters/filter-property-expected.txt: Removed property svn:keywords.
* css3/filters/filter-property-parsing-expected.txt: Removed property svn:keywords.
* css3/filters/filter-property-parsing-invalid-expected.txt: Removed property svn:keywords.
* css3/filters/filter-property-parsing-invalid.html: Removed property svn:keywords.
* css3/filters/filter-property-parsing.html: Removed property svn:keywords.
* css3/filters/filter-property.html: Removed property svn:keywords.
* css3/filters/filter-region-expected.txt: Removed property svn:keywords.
* css3/filters/filter-region.html: Removed property svn:keywords.
* css3/filters/filter-with-opacity-and-children-expected.txt: Removed property svn:keywords.
* css3/filters/filter-with-opacity-and-children.html: Removed property svn:keywords.
* css3/filters/filtered-compositing-descendant-expected.txt: Removed property svn:keywords.
* css3/filters/filtered-compositing-descendant.html: Removed property svn:keywords.
* css3/filters/huge-blur-value.html: Removed property svn:keywords.
* css3/filters/huge-region-composited-expected.txt: Removed property svn:keywords.
* css3/filters/huge-region-composited.html: Removed property svn:keywords.
* css3/filters/huge-region-expected.txt: Removed property svn:keywords.
* css3/filters/huge-region.html: Removed property svn:keywords.
* css3/filters/nested-filters-expected.txt: Removed property svn:keywords.
* css3/filters/nested-filters.html: Removed property svn:keywords.
* css3/filters/regions-expanding-expected.txt: Removed property svn:keywords.
* css3/filters/regions-expanding.html: Removed property svn:keywords.
* css3/filters/remove-filter-rendering-expected.txt: Removed property svn:keywords.
* css3/filters/remove-filter-rendering.html: Removed property svn:keywords.
* css3/filters/remove-filter-repaint-expected.html: Removed property svn:keywords.
* css3/filters/remove-filter-repaint.html: Removed property svn:keywords.
* css3/filters/script-tests/TEMPLATE.html: Removed property svn:keywords.
* css3/filters/script-tests/filter-property-computed-style.js: Removed property svn:keywords.
* css3/filters/script-tests/filter-property-parsing-invalid.js: Removed property svn:keywords.
* css3/filters/script-tests/filter-property-parsing.js: Removed property svn:keywords.
* css3/filters/script-tests/filter-property.js: Removed property svn:keywords.
* css3/filters/simple-filter-rendering-expected.txt: Removed property svn:keywords.
* css3/filters/simple-filter-rendering.html: Removed property svn:keywords.
* css3/flexbox/csswg/Flexible-order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/Flexible-order.html: Removed property svn:keywords.
* css3/flexbox/csswg/align-content-001-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/align-content-001.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-box-justify-content-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-box-justify-content.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-column-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-column.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-height-animation-stretch-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-height-animation-stretch.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-img-expand-evenly-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-img-expand-evenly.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-row-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-row.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-test1-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-test1.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-align-items-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-align-items-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-box-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-box-wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-container-margin-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-container-margin.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-modify-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-modify.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-with-element-insert-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-with-element-insert.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-with-element-insert.html-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction.html-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flexitem-childmargin-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flexitem-childmargin.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flexitem-percentage-prescation-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flexitem-percentage-prescation.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-001-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-001.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-002-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-002.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-007-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-007.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-items-flexibility-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-items-flexibility.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-items-flexibility.html-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-margin-no-collapse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-margin-no-collapse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-order.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-vertical-align-effect-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-vertical-align-effect.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-vertical-align-effect.html-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox-flex-wrap-flexing-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox-flex-wrap-flexing.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox-flex-wrap-nowrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox-flex-wrap-nowrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_absolute-atomic-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_absolute-atomic.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-flexend-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-flexend.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-flexstart-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-flexstart.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-spacearound-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-spacearound.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-spacebetween-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-spacebetween.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-stretch-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-stretch-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-stretch-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-stretch.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-baseline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-baseline.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-center-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-center-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexend-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexend-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexend-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexend.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexstart-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexstart-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexstart-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexstart.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-stretch-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-stretch-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-stretch-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-stretch.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-baseline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-baseline.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-flexend-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-flexend.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-flexstart-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-flexstart.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-stretch-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-stretch.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_box-clear-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_box-clear.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-flexitems-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-flexitems-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-flexitems-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-flexitems.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-column-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-column.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_display-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_display.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_empty-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_fbfc-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_fbfc.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_fbfc2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_fbfc2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_first-line-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_first-line.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-basis-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-basis-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-basis.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-formatting-interop-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-formatting-interop.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-initial-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-initial-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-initial-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-initial.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-mixed-basis.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-none-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-none.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-unitless-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-reverse-wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-row-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-row-wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-row-wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-row-wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-container-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-container.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-flex-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-flex.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_inline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_inline.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-bottom-float-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-bottom-float.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-clear-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-clear.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-float-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-float.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-top-float-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-top-float.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-vertical-align-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-vertical-align.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-center-overflow-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-flex-end-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-flex-end.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-flex-start-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-flex-start.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-negative-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-negative.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-only-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-only.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-negative-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-negative.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-only-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-only.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-overflow-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-overflow-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-overflow-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-overflow.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-collapse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-collapse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-left-ex-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-left-ex.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_min-height-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_min-height-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_min-width-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_min-width-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_object-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_object.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-abspos-space-around-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-abspos-space-around.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-box-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-box.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rowspan-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rowspan.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-direction-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-direction.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-flow-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-flow-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-flow-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-flow.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-order.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_stf-table-singleline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_stf-table-singleline.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_visibility-collapse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_visibility-collapse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-long-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-long.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html: Removed property svn:keywords.
* css3/flexbox/csswg/justify-content-001-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/justify-content-001.html: Removed property svn:keywords.
* css3/flexbox/csswg/order/order-with-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/order/order-with-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/order/order-with-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/order/order-with-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/ref-filled-green-100px-square-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ref-filled-green-100px-square.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-end-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-end.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-space-between-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-space-between.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-start-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-start.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-base-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-base.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-column-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-column.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-inline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-inline.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-order.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-wrap.html: Removed property svn:keywords.
* css3/masking/clip-path-root-relative-bounds-expected.html: Removed property svn:keywords.
* css3/masking/clip-path-root-relative-bounds.html: Removed property svn:keywords.
* fast/animation/request-animation-frame-callback-id-expected.txt: Removed property svn:keywords.
* fast/animation/request-animation-frame-callback-id.html: Removed property svn:keywords.
* fast/animation/request-animation-frame-detach-element2-expected.txt: Removed property svn:keywords.
* fast/animation/request-animation-frame-detach-element2.html: Removed property svn:keywords.
* fast/animation/request-animation-frame-disabled-expected.txt: Removed property svn:keywords.
* fast/animation/request-animation-frame-disabled.html: Removed property svn:keywords.
* fast/animation/request-animation-frame-remove-client-expected.txt: Removed property svn:keywords.
* fast/animation/request-animation-frame-remove-client.html: Removed property svn:keywords.
* fast/animation/script-tests/request-animation-frame-disabled.js: Removed property svn:keywords.
* fast/backgrounds/background-clip-text-on-body-expected.txt: Removed property svn:keywords.
* fast/backgrounds/background-clip-text-on-body.html: Removed property svn:keywords.
* fast/backgrounds/background-leakage.html: Removed property svn:keywords.
* fast/backgrounds/border-radius-split-background-image.html: Removed property svn:keywords.
* fast/backgrounds/border-radius-split-background.html: Removed property svn:keywords.
* fast/backgrounds/gradient-background-leakage.html: Removed property svn:keywords.
* fast/backgrounds/mask-box-image.html: Removed property svn:keywords.
* fast/backgrounds/multiple-backgrounds-computed-style-expected.txt: Removed property svn:keywords.
* fast/backgrounds/multiple-backgrounds-computed-style.html: Removed property svn:keywords.
* fast/backgrounds/root-background-propagation-expected.txt: Removed property svn:keywords.
* fast/backgrounds/root-background-propagation.html: Removed property svn:keywords.
* fast/backgrounds/root-background-propagation2-expected.txt: Removed property svn:keywords.
* fast/backgrounds/root-background-propagation2.html: Removed property svn:keywords.
* fast/backgrounds/script-tests/TEMPLATE.html: Removed property svn:keywords.
* fast/backgrounds/script-tests/multiple-backgrounds-computed-style.js: Removed property svn:keywords.
* fast/backgrounds/transformed-body-background-expected.txt: Removed property svn:keywords.
* fast/backgrounds/transformed-body-background.html: Removed property svn:keywords.
* fast/backgrounds/transformed-body-html-background-expected.txt: Removed property svn:keywords.
* fast/backgrounds/transformed-body-html-background.html: Removed property svn:keywords.
* fast/backgrounds/transformed-html-body-background-expected.txt: Removed property svn:keywords.
* fast/backgrounds/transformed-html-body-background.html: Removed property svn:keywords.
* fast/borders/border-image-slice-constrained.html: Removed property svn:keywords.
* fast/borders/border-radius-different-width-001.html: Removed property svn:keywords.
* fast/borders/border-radius-inset-outset.html: Removed property svn:keywords.
* fast/borders/border-styles-split.html: Removed property svn:keywords.
* fast/borders/mixed-border-styles-radius.html: Removed property svn:keywords.
* fast/borders/mixed-border-styles-radius2.html: Removed property svn:keywords.
* fast/borders/mixed-border-styles.html: Removed property svn:keywords.
* fast/borders/table-borders.html: Removed property svn:keywords.
* fast/box-shadow/box-shadow-obscured-backgrounds-expected.html: Removed property svn:keywords.
* fast/box-shadow/box-shadow-obscured-backgrounds.html: Removed property svn:keywords.
* fast/box-shadow/shadow-repaint-expected.txt: Removed property svn:keywords.
* fast/box-shadow/shadow-repaint.html: Removed property svn:keywords.
* fast/canvas/image-potential-subsample-expected.txt: Removed property svn:keywords.
* fast/canvas/image-potential-subsample.html: Removed property svn:keywords.
* fast/canvas/invalid-set-font-crash-expected.txt: Removed property svn:keywords.
* fast/canvas/invalid-set-font-crash.html: Removed property svn:keywords.
* fast/canvas/pattern-too-large-to-create-expected.txt: Removed property svn:keywords.
* fast/canvas/pattern-too-large-to-create.html: Removed property svn:keywords.
* fast/canvas/toDataURL-not-empty-expected.txt: Removed property svn:keywords.
* fast/canvas/toDataURL-not-empty.html: Removed property svn:keywords.
* fast/canvas/webgl/angle-instanced-arrays-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds.html: Removed property svn:keywords.
* fast/canvas/webgl/angle-instanced-arrays.html: Removed property svn:keywords.
* fast/canvas/webgl/array-bounds-clamping-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/array-bounds-clamping.html: Removed property svn:keywords.
* fast/canvas/webgl/gl-bind-attrib-mapped-names-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/gl-bind-attrib-mapped-names.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-float-linear-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-float-linear.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-linear-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-linear.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-canvas-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-canvas.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-image-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-image.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-video-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-video.html: Removed property svn:keywords.
* fast/canvas/webgl/resources/oes-texture-float-and-half-float-linear.js: Removed property svn:keywords.
* fast/canvas/webgl/resources/out-of-bounds-test.js: Removed property svn:keywords.
* fast/canvas/webgl/resources/red-green.svg: Removed property svn:keywords.
* fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-potentially-subsampled-image.js: Removed property svn:keywords.
* fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-svg-image.js: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-potentially-subsampled-image-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-potentially-subsampled-image.html: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image.html: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-with-greyscale-image-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-with-greyscale-image.html: Removed property svn:keywords.
* fast/canvas/webgl/unprefixed-context-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/unprefixed-context.html: Removed property svn:keywords.
* fast/css/aspect-ratio/columns-expected.html: Removed property svn:keywords.
* fast/css/aspect-ratio/columns.html: Removed property svn:keywords.
* fast/css/aspect-ratio/containers-expected.html: Removed property svn:keywords.
* fast/css/aspect-ratio/containers.html: Removed property svn:keywords.
* fast/css/aspect-ratio/simple-expected.html: Removed property svn:keywords.
* fast/css/aspect-ratio/simple.html: Removed property svn:keywords.
* fast/css/computed-clip-with-auto-rect-expected.txt: Removed property svn:keywords.
* fast/css/computed-clip-with-auto-rect.html: Removed property svn:keywords.
* fast/css/first-letter-punctuation.html: Removed property svn:keywords.
* fast/css/getComputedStyle/computed-style-border-image-expected.txt: Removed property svn:keywords.
* fast/css/getComputedStyle/computed-style-border-image.html: Removed property svn:keywords.
* fast/css/large-value-csstext-expected.txt: Removed property svn:keywords.
* fast/css/large-value-csstext.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-canvas-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-canvas.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-embed-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-embed.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-grow-landscape-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-grow-landscape.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-grow-portrait-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-grow-portrait.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-svg-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-svg.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-svg2-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-svg2.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-input-image-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-input-image.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-object-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-object.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-shrink-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-shrink.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-video-poster-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-video-poster.html: Removed property svn:keywords.
* fast/css/parsing-object-fit-expected.txt: Removed property svn:keywords.
* fast/css/parsing-object-fit.html: Removed property svn:keywords.
* fast/css/pending-images-crash-expected.txt: Removed property svn:keywords.
* fast/css/pending-images-crash.html: Removed property svn:keywords.
* fast/css/remove-fixed-resizer-crash-expected.txt: Removed property svn:keywords.
* fast/css/remove-fixed-resizer-crash.html: Removed property svn:keywords.
* fast/css/resources/circle.svg: Removed property svn:keywords.
* fast/css/resources/circle2.svg: Removed property svn:keywords.
* fast/css/sticky/inflow-sticky-expected.html: Removed property svn:keywords.
* fast/css/sticky/inflow-sticky.html: Removed property svn:keywords.
* fast/css/sticky/inline-sticky-abspos-child-expected.html: Removed property svn:keywords.
* fast/css/sticky/inline-sticky-abspos-child.html: Removed property svn:keywords.
* fast/css/sticky/inline-sticky-expected.html: Removed property svn:keywords.
* fast/css/sticky/inline-sticky.html: Removed property svn:keywords.
* fast/css/sticky/parsing-position-sticky-expected.txt: Removed property svn:keywords.
* fast/css/sticky/parsing-position-sticky.html: Removed property svn:keywords.
* fast/css/sticky/remove-sticky-crash-expected.txt: Removed property svn:keywords.
* fast/css/sticky/remove-sticky-crash.html: Removed property svn:keywords.
* fast/css/sticky/replaced-sticky-expected.html: Removed property svn:keywords.
* fast/css/sticky/replaced-sticky.html: Removed property svn:keywords.
* fast/css/sticky/resources/parsing-position-sticky.js: Removed property svn:keywords.
* fast/css/sticky/sticky-as-positioning-container-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-as-positioning-container.html: Removed property svn:keywords.
* fast/css/sticky/sticky-both-sides-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-both-sides.html: Removed property svn:keywords.
* fast/css/sticky/sticky-left-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-left-percentage-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-left-percentage.html: Removed property svn:keywords.
* fast/css/sticky/sticky-left.html: Removed property svn:keywords.
* fast/css/sticky/sticky-margins-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-margins.html: Removed property svn:keywords.
* fast/css/sticky/sticky-overflowing-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-overflowing.html: Removed property svn:keywords.
* fast/css/sticky/sticky-side-margins-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-side-margins.html: Removed property svn:keywords.
* fast/css/sticky/sticky-stacking-context-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-stacking-context.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-margins-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-margins.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-overflow-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-overflow.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-horizontal-bt-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-horizontal-bt.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-vertical-lr-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-vertical-lr.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-vertical-rl-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-vertical-rl.html: Removed property svn:keywords.
* fast/css/transformed-mask.html: Removed property svn:keywords.
* fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand-expected.txt: Removed property svn:keywords.
* fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand-ordering-expected.txt: Removed property svn:keywords.
* fast/dom/DeviceMotion/create-event-expected.txt: Removed property svn:keywords.
* fast/dom/DeviceMotion/create-event.html: Removed property svn:keywords.
* fast/dom/DeviceMotion/optional-event-properties-expected.txt: Removed property svn:keywords.
* fast/dom/DeviceMotion/optional-event-properties.html: Removed property svn:keywords.
* fast/dom/DeviceMotion/script-tests/TEMPLATE.html: Removed property svn:keywords.
* fast/dom/DeviceMotion/script-tests/create-event.js: Removed property svn:keywords.
* fast/dom/DeviceMotion/script-tests/optional-event-properties.js: Removed property svn:keywords.
* fast/dom/DeviceMotion/script-tests/window-property.js: Removed property svn:keywords.
* fast/dom/DeviceMotion/window-property-expected.txt: Removed property svn:keywords.
* fast/dom/DeviceMotion/window-property.html: Removed property svn:keywords.
* fast/dom/TreeWalker/acceptNode-filter-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/acceptNode-filter.html: Removed property svn:keywords.
* fast/dom/TreeWalker/filter-throw-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/filter-throw.html: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/acceptNode-filter.js: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/filter-throw.js: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/traversal-reject.js: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/traversal-skip-most.js: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/traversal-skip.js: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-reject-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-reject.html: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-skip-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-skip-most-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-skip-most.html: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-skip.html: Removed property svn:keywords.
* fast/frames/layout-after-destruction-expected.txt: Removed property svn:keywords.
* fast/frames/layout-after-destruction.html: Removed property svn:keywords.
* fast/frames/resources/layout-after-destruction-subframe.html: Removed property svn:keywords.
* fast/gradients/css3-color-stop-units-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-color-stop-units.html: Removed property svn:keywords.
* fast/gradients/css3-color-stops-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-color-stops.html: Removed property svn:keywords.
* fast/gradients/css3-gradient-parsing-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-gradient-parsing.html: Removed property svn:keywords.
* fast/gradients/css3-linear-angle-gradients-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-linear-angle-gradients.html: Removed property svn:keywords.
* fast/gradients/css3-radial-gradient-crash-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-radial-gradient-crash.html: Removed property svn:keywords.
* fast/gradients/css3-radial-gradients-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-radial-gradients.html: Removed property svn:keywords.
* fast/gradients/css3-radial-gradients2-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-radial-gradients2.html: Removed property svn:keywords.
* fast/gradients/css3-repeating-linear-gradients-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-repeating-linear-gradients.html: Removed property svn:keywords.
* fast/gradients/css3-repeating-radial-gradients-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-repeating-radial-gradients.html: Removed property svn:keywords.
* fast/gradients/zero-range-repeating-gradient-hang-expected.txt: Removed property svn:keywords.
* fast/gradients/zero-range-repeating-gradient-hang.html: Removed property svn:keywords.
* fast/hidpi/filters-blur-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-blur.html: Removed property svn:keywords.
* fast/hidpi/filters-hue-rotate-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-hue-rotate.html: Removed property svn:keywords.
* fast/hidpi/filters-invert-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-invert.html: Removed property svn:keywords.
* fast/hidpi/filters-multiple-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-multiple.html: Removed property svn:keywords.
* fast/hidpi/filters-reference-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-reference.html: Removed property svn:keywords.
* fast/hidpi/filters-shadow-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-shadow.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-data-src.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-data-srcset.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-invalid-inputs-except-one.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-invalid-inputs.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-nomodifier.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-only-src-attribute.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-remove-dynamically-from-js.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-same-alternative-for-both-attributes.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-space-left-nomodifier.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-viewport-modifiers.html: Removed property svn:keywords.
* fast/hidpi/resources/ensure-hidpi.js: Removed property svn:keywords.
* fast/images/color-jpeg-with-color-profile-expected.txt: Removed property svn:keywords.
* fast/images/exif-orientation-image-document-expected.txt: Removed property svn:keywords.
* fast/layers/negative-scroll-positions-expected.txt: Removed property svn:keywords.
* fast/layers/negative-scroll-positions.html: Removed property svn:keywords.
* fast/layers/script-tests/TEMPLATE.html: Removed property svn:keywords.
* fast/layers/script-tests/negative-scroll-positions.js: Removed property svn:keywords.
* fast/media/mq-inverted-colors-expected.html: Removed property svn:keywords.
* fast/media/mq-inverted-colors.html: Removed property svn:keywords.
* fast/media/mq-monochrome-expected.html: Removed property svn:keywords.
* fast/media/mq-monochrome.html: Removed property svn:keywords.
* fast/multicol/clip-in-columns-expected.html: Removed property svn:keywords.
* fast/multicol/clip-in-columns.html: Removed property svn:keywords.
* fast/multicol/column-box-alignment-rtl-expected.html: Removed property svn:keywords.
* fast/multicol/column-box-alignment-rtl.html: Removed property svn:keywords.
* fast/multicol/filter-in-columns-expected.html: Removed property svn:keywords.
* fast/multicol/filter-in-columns.html: Removed property svn:keywords.
* fast/multicol/huge-column-count.html: Removed property svn:keywords.
* fast/multicol/multicol-aliases-expected.html: Removed property svn:keywords.
* fast/multicol/multicol-aliases.html: Removed property svn:keywords.
* fast/multicol/nested-filter-in-columns-expected.html: Removed property svn:keywords.
* fast/multicol/nested-filter-in-columns.html: Removed property svn:keywords.
* fast/multicol/widows-and-orphans-expected.txt: Removed property svn:keywords.
* fast/multicol/widows-and-orphans.html: Removed property svn:keywords.
* fast/overflow/overflow-update-transform.html: Removed property svn:keywords.
* fast/preloader/image-srcset-expected.txt: Removed property svn:keywords.
* fast/preloader/image-srcset.html: Removed property svn:keywords.
* fast/reflections/pending-reflection-mask-crash-expected.txt: Removed property svn:keywords.
* fast/reflections/pending-reflection-mask-crash.html: Removed property svn:keywords.
* fast/repaint/multicol-repaint.html: Removed property svn:keywords.
* fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt: Removed property svn:keywords.
* fast/repaint/negative-text-indent-with-overflow-hidden.html: Removed property svn:keywords.
* fast/replaced/table-percent-height-text-controls-expected.txt: Removed property svn:keywords.
* fast/text/international/synthesized-italic-vertical-expected.html: Removed property svn:keywords.
* fast/text/international/synthesized-italic-vertical-latin.html: Removed property svn:keywords.
* fast/text/international/synthesized-italic-vertical.html: Removed property svn:keywords.
* fast/text/word-space-with-kerning-3-expected.html: Removed property svn:keywords.
* fast/text/word-space-with-kerning-3.html: Removed property svn:keywords.
* fast/text/word-space-with-kerning-4-expected.html: Removed property svn:keywords.
* fast/text/word-space-with-kerning-4.html: Removed property svn:keywords.
* fast/transforms/scrollIntoView-transformed-expected.txt: Removed property svn:keywords.
* fast/transforms/scrollIntoView-transformed.html: Removed property svn:keywords.
* fast/writing-mode/border-styles-vertical-lr.html: Removed property svn:keywords.
* fast/writing-mode/border-styles-vertical-rl.html: Removed property svn:keywords.
* http/tests/css/border-image-loading-expected.txt: Removed property svn:keywords.
* http/tests/css/border-image-loading.html: Removed property svn:keywords.
* http/tests/css/css-image-loading-expected.txt: Removed property svn:keywords.
* http/tests/css/css-image-loading.html: Removed property svn:keywords.
* http/tests/css/mask-image-loading-expected.txt: Removed property svn:keywords.
* http/tests/css/mask-image-loading.html: Removed property svn:keywords.
* http/tests/css/object-fit-delayed-img-svg-expected.html: Removed property svn:keywords.
* http/tests/css/object-fit-delayed-img-svg.html: Removed property svn:keywords.
* http/tests/css/reflection-mask-image-loading-expected.txt: Removed property svn:keywords.
* http/tests/css/reflection-mask-image-loading.html: Removed property svn:keywords.
* http/tests/css/resources/request-logging.js: Removed property svn:keywords.
* js/array-from-expected.txt: Removed property svn:keywords.
* js/array-from.html: Removed property svn:keywords.
* js/array-of-expected.txt: Removed property svn:keywords.
* js/array-of.html: Removed property svn:keywords.
* js/script-tests/array-from.js: Removed property svn:keywords.
* js/script-tests/array-of.js: Removed property svn:keywords.
* mathml/opentype/munderover-layout-resize.html: Removed property svn:keywords.
* media/audio-as-video-fullscreen-expected.txt: Removed property svn:keywords.
* media/audio-as-video-fullscreen.html: Removed property svn:keywords.
* media/media-controls-timeline-updates-expected.txt: Removed property svn:keywords.
* media/media-controls-timeline-updates.html: Removed property svn:keywords.
* media/track/opera/idl/media-idl-tests.html: Removed property svn:keywords.
* media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html: Removed property svn:keywords.
* media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html: Removed property svn:keywords.
* media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrack/activeCues.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/line.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/onenter.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/onexit.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/snapToLines.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/text.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/vertical.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCueList/getter.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackList/getter.html: Removed property svn:keywords.
* media/track/opera/interfaces/TrackEvent/constructor.html: Removed property svn:keywords.
* media/track/opera/interfaces/TrackEvent/createEvent.html: Removed property svn:keywords.
* media/track/opera/resources/WebIDLParser.js: Removed property svn:keywords.
* media/track/opera/resources/idlharness.js: Removed property svn:keywords.
* media/track/opera/track/track-element/cloneNode.html: Removed property svn:keywords.
* media/track/opera/track/track-element/src-clear-cues.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/common.js: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing/001.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/3_tracks-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/3_tracks.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/cue_too_long-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/cue_too_long.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/single_quote-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/single_quote.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/size_90-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/size_90.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/size_99-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/size_99.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_0_is_top-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_0_is_top.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_50_percent-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_50_percent.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/media_with_controls-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/media_with_controls.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/repaint-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/repaint.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/too_many_cues-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/too_many_cues.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLMediaElement/addTextTrack.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLMediaElement/textTracks-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLMediaElement/textTracks.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/default-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/default.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/label-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/label.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/readyState-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/readyState.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/srclang-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/srclang.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/track-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/track.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/addCue.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/constants-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/constants.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/cues.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/kind.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/label-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/label.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/language-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/language.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/mode-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/mode.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/oncuechange-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/oncuechange.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/removeCue.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/align.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/endTime.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/id.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/pauseOnExit.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/startTime.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/track.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCueList/getCueById-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCueList/getCueById.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCueList/length-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCueList/length.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/length-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/length.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/onaddtrack-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/onaddtrack.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/onremovetrack.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/2_tracks-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/2_tracks.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_end-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_end.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_50-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_50.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_gt_50-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_gt_50.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_lt_50-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_lt_50.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_lt_50_size_gt_maximum_size-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_lt_50_size_gt_maximum_size.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_start-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_start.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/audio_has_no_subtitles-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/audio_has_no_subtitles.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/basic-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/basic.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/decode_escaped_entities-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/decode_escaped_entities.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_align_position_line_size-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_align_position_line_size.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_align_position_line_size_while_paused-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_align_position_line_size_while_paused.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_text-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_text.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_text_while_paused-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_text_while_paused.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_remove_cue_while_paused-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_remove_cue_while_paused.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/one_line_cue_plus_wrapped_cue-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/one_line_cue_plus_wrapped_cue.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/size_50-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/size_50.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/support/refTestWait.js: Removed property svn:keywords.
* media/trackmenu-test.js: Removed property svn:keywords.
* media/video-canvas-drawing-expected.txt: Removed property svn:keywords.
* media/video-canvas-drawing-output-expected.txt: Removed property svn:keywords.
* media/video-canvas-drawing-output.html: Removed property svn:keywords.
* media/video-canvas-drawing.html: Removed property svn:keywords.
* media/video-controls-captions-trackmenu-hide-on-click.html: Removed property svn:keywords.
* media/video-controls-captions-trackmenu-localized.html: Removed property svn:keywords.
* media/video-controls-captions-trackmenu-sorted.html: Removed property svn:keywords.
* media/video-controls-captions-trackmenu.html: Removed property svn:keywords.
* media/video-object-fit-change-expected.html: Removed property svn:keywords.
* media/video-object-fit-change.html: Removed property svn:keywords.
* media/video-object-fit-expected.html: Removed property svn:keywords.
* media/video-object-fit.html: Removed property svn:keywords.
* platform/ios-sim-deprecated/media/media-document-controls-size-expected.txt: Removed property svn:keywords.
* platform/ios-sim-deprecated/media/media-document-controls-size.html: Removed property svn:keywords.
* platform/mac-mavericks/accessibility/aria-readonly-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/forms/input-baseline-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/forms/placeholder-position-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/repaint/search-field-cancel-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/fast/frames/flattening/frameset-flattening-simple-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/plugins/snapshotting/autoplay-similar-to-dominant-after-delay-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/plugins/snapshotting/autoplay-similar-to-dominant-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/plugins/snapshotting/restart-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/plugins/snapshotting/simple-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/null-parent-back-crash-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html: Removed property svn:keywords.
* platform/mac/accessibility/aria-readonly-expected.txt: Removed property svn:keywords.
* platform/mac/animations/additive-transform-animations-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/backing/paint-into-ancestor-clip-rects-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/geometry/composited-html-size-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/plugins/composited-plugin-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/tiled-layer-resize-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visibility/visibility-composited-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visibility/visibility-composited-transforms-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/2d-transformed-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/3d-transform-style-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/3d-transformed-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/animated-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/animated-from-none-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/clipped-by-viewport-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/clipped-visible-rect-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/iframe-and-layers-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/nested-transform-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/scrolled-expected.txt: Removed property svn:keywords.
* platform/mac/css3/blending/svg-blend-plus-darker-expected.txt: Removed property svn:keywords.
* platform/mac/css3/filters/composited-during-animation-layertree-expected.txt: Removed property svn:keywords.
* platform/mac/css3/filters/composited-during-transition-layertree-expected.txt: Removed property svn:keywords.
* platform/mac/editing/selection/mixed-editability-10-expected.txt: Removed property svn:keywords.
* platform/mac/fast/backgrounds/background-leakage-expected.txt: Removed property svn:keywords.
* platform/mac/fast/backgrounds/border-radius-split-background-expected.txt: Removed property svn:keywords.
* platform/mac/fast/backgrounds/border-radius-split-background-image-expected.txt: Removed property svn:keywords.
* platform/mac/fast/backgrounds/mask-box-image-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/border-image-slice-constrained-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/border-radius-inset-outset-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/border-styles-split-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/mixed-border-styles-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/mixed-border-styles-radius-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/mixed-border-styles-radius2-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/table-borders-expected.txt: Removed property svn:keywords.
* platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt: Removed property svn:keywords.
* platform/mac/fast/css/first-letter-punctuation-expected.txt: Removed property svn:keywords.
* platform/mac/fast/css/sticky/nested-sticky-expected.txt: Removed property svn:keywords.
* platform/mac/fast/css/sticky/sticky-in-transform-expected.txt: Removed property svn:keywords.
* platform/mac/fast/css/transformed-mask-expected.txt: Removed property svn:keywords.
* platform/mac/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Removed property svn:keywords.
* platform/mac/fast/forms/input-baseline-expected.txt: Removed property svn:keywords.
* platform/mac/fast/forms/placeholder-position-expected.txt: Removed property svn:keywords.
* platform/mac/fast/forms/range/slider-mouse-events-expected.txt: Removed property svn:keywords.
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt: Removed property svn:keywords.
* platform/mac/fast/gradients/radial-centered-expected.txt: Removed property svn:keywords.
* platform/mac/fast/html/details-marker-style-expected.txt: Removed property svn:keywords.
* platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed property svn:keywords.
* platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed property svn:keywords.
* platform/mac/fast/loader/javascript-url-in-embed-expected.txt: Removed property svn:keywords.
* platform/mac/fast/multicol/span/clone-flexbox-expected.txt: Removed property svn:keywords.
* platform/mac/fast/multicol/span/clone-summary-expected.txt: Removed property svn:keywords.
* platform/mac/fast/repaint/multicol-repaint-expected.txt: Removed property svn:keywords.
* platform/mac/fast/repaint/search-field-cancel-expected.txt: Removed property svn:keywords.
* platform/mac/fast/replaced/table-percent-height-expected.txt: Removed property svn:keywords.
* platform/mac/fast/text/international/cjk-segmentation-expected.txt: Removed property svn:keywords.
* platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Removed property svn:keywords.
* platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Removed property svn:keywords.
* platform/mac/fast/writing-mode/border-styles-vertical-lr-expected.txt: Removed property svn:keywords.
* platform/mac/fast/writing-mode/border-styles-vertical-rl-expected.txt: Removed property svn:keywords.
* platform/mac/http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt: Removed property svn:keywords.
* platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Removed property svn:keywords.
* platform/mac/http/tests/webarchive/test-preload-resources-expected.txt: Removed property svn:keywords.
* platform/mac/inspector/device-orientation-success-expected.txt: Removed property svn:keywords.
* platform/mac/js/dom/global-constructors-attributes-expected.txt: Removed property svn:keywords.
* platform/mac/media/video-controls-captions-trackmenu-expected.txt: Removed property svn:keywords.
* platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Removed property svn:keywords.
* platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt: Removed property svn:keywords.
* platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Removed property svn:keywords.
* platform/mac/platform/mac/accessibility/press-action-is-first-expected.txt: Removed property svn:keywords.
* platform/mac/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Removed property svn:keywords.
* platform/mac/plugins/testplugin-onnew-onpaint-expected.txt: Removed property svn:keywords.
* platform/mac/plugins/testplugin-onnew-onpaint.html: Removed property svn:keywords.
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.txt: Removed property svn:keywords.
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt: Removed property svn:keywords.
* platform/mac/svg/webarchive/svg-feimage-subresources-expected.txt: Removed property svn:keywords.
* platform/mac/svg/webarchive/svg-script-subresouces-expected.txt: Removed property svn:keywords.
* platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed property svn:keywords.
* platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed property svn:keywords.
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed property svn:keywords.
* platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed property svn:keywords.
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-opacity-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/archive-empty-frame-dom-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/archive-empty-frame-source-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/archive-with-unencoded-url-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/css-page-rule-crash-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/doctype-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-body-background-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-css-import-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-duplicate-resources-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-frameset-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-img-src-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-input-src-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-link-href-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-link-rel-icon-beforeload-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-object-data-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-script-src-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-table-background-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-td-background-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-xml-stylesheet-expected.txt: Removed property svn:keywords.
* platform/win-future/accessibility/svg-remote-element-expected.txt: Removed property svn:keywords.
* platform/win/animations/additive-transform-animations-expected.txt: Removed property svn:keywords.
* platform/win/compositing/geometry/composited-html-size-expected.txt: Removed property svn:keywords.
* platform/win/compositing/iframes/iframe-copy-on-scroll-expected.txt: Removed property svn:keywords.
* platform/win/fast/canvas/webgl/angle-instanced-arrays-expected.txt: Removed property svn:keywords.
* platform/win/fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt: Removed property svn:keywords.
* platform/win/fast/css/first-letter-punctuation-expected.txt: Removed property svn:keywords.
* platform/win/fast/css/transformed-mask-expected.txt: Removed property svn:keywords.
* platform/win/fast/forms/input-set-composition-scroll-expected.txt: Removed property svn:keywords.
* platform/win/fast/forms/select/popup-closes-on-blur-expected.txt: Removed property svn:keywords.
* platform/win/fast/gradients/radial-centered-expected.txt: Removed property svn:keywords.
* platform/win/fast/html/details-marker-style-expected.txt: Removed property svn:keywords.
* platform/win/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed property svn:keywords.
* platform/win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed property svn:keywords.
* platform/win/fast/repaint/multicol-repaint-expected.txt: Removed property svn:keywords.
* platform/win/fast/repaint/search-field-cancel-expected.txt: Removed property svn:keywords.
* platform/win/fast/text/international/cjk-segmentation-expected.txt: Removed property svn:keywords.
* platform/win/fast/transforms/transforms-with-zoom-expected.txt: Removed property svn:keywords.
* platform/win/http/tests/navigation/javascriptlink-frame-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/accessibility/form-control-value-settable-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/accessibility/press-action-is-first-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/attributed-strings-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/indeterminate-progress-inline-height-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/input-appearance-spinbutton-size-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/input-number-click-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Removed property svn:keywords.
* platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed property svn:keywords.
* platform/win/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed property svn:keywords.
* platform/win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed property svn:keywords.
* platform/win/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed property svn:keywords.
* plugins/frameset-with-plugin-frame-expected.txt: Removed property svn:keywords.
* plugins/frameset-with-plugin-frame.html: Removed property svn:keywords.
* plugins/resources/frame-with-plugin-subframe.html: Removed property svn:keywords.
* plugins/resources/plugin-frame.html: Removed property svn:keywords.
* plugins/resources/plugin-page.html: Removed property svn:keywords.
* plugins/resources/target-frameset-frame.html: Removed property svn:keywords.
* plugins/resources/target-frameset.html: Removed property svn:keywords.
* plugins/snapshot-appearance-expected.html: Removed property svn:keywords.
* plugins/snapshot-appearance.html: Removed property svn:keywords.
* plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html: Removed property svn:keywords.
* plugins/snapshotting/autoplay-similar-to-dominant.html: Removed property svn:keywords.
* plugins/snapshotting/restart.html: Removed property svn:keywords.
* plugins/snapshotting/simple.html: Removed property svn:keywords.
* scrollbars/scrollbar-parts-opacity-expected.html: Removed property svn:keywords.
* scrollbars/scrollbar-parts-opacity.html: Removed property svn:keywords.
* svg/animations/unsupported-animate-element-attributes-expected.svg: Removed property svn:keywords.
* svg/animations/unsupported-animate-element-attributes.svg: Removed property svn:keywords.
* svg/text/text-style-invalid-expected.txt: Removed property svn:keywords.
* svg/text/text-style-invalid.svg: Removed property svn:keywords.
* transforms/3d/general/3dtransform-values-expected.txt: Removed property svn:keywords.
* transforms/3d/general/3dtransform-values.html: Removed property svn:keywords.
* transforms/3d/general/background-visibility-layers.html: Removed property svn:keywords.
* transforms/3d/hit-testing/composited-hit-test-expected.txt: Removed property svn:keywords.
* transforms/3d/hit-testing/composited-hit-test.html: Removed property svn:keywords.
* transforms/3d/hit-testing/resources/hit-test-utils.js: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test-expected.txt: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test-with-child-expected.txt: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test-with-child.html: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test2-expected.txt: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test2.html: Removed property svn:keywords.
* transitions/3d/interrupted-transition-expected.txt: Removed property svn:keywords.
* transitions/3d/interrupted-transition.html: Removed property svn:keywords.
* transitions/border-radius-transition-expected.txt: Removed property svn:keywords.
* transitions/border-radius-transition.html: Removed property svn:keywords.
* transitions/clip-transition-expected.txt: Removed property svn:keywords.
* transitions/clip-transition.html: Removed property svn:keywords.
* transitions/created-while-suspended-expected.txt: Removed property svn:keywords.
* transitions/created-while-suspended.html: Removed property svn:keywords.
* transitions/longhand-vs-shorthand-initial-expected.txt: Removed property svn:keywords.
* transitions/longhand-vs-shorthand-initial.html: Removed property svn:keywords.
* transitions/mismatched-shadow-transitions-expected.txt: Removed property svn:keywords.
* transitions/mismatched-shadow-transitions.html: Removed property svn:keywords.
* transitions/multiple-text-shadow-transition-expected.txt: Removed property svn:keywords.
* transitions/multiple-text-shadow-transition.html: Removed property svn:keywords.
* transitions/started-while-suspended-expected.txt: Removed property svn:keywords.
* transitions/started-while-suspended.html: Removed property svn:keywords.
* transitions/steps-timing-function-expected.txt: Removed property svn:keywords.
* transitions/steps-timing-function.html: Removed property svn:keywords.
* transitions/suspend-transform-transition-expected.txt: Removed property svn:keywords.
* transitions/suspend-transform-transition.html: Removed property svn:keywords.
* transitions/svg-transitions-expected.txt: Removed property svn:keywords.
* transitions/svg-transitions.html: Removed property svn:keywords.
* transitions/transition-on-element-with-content-expected.txt: Removed property svn:keywords.
* transitions/transition-on-element-with-content.html: Removed property svn:keywords.
* webaudio/realtimeanalyser-fft-scaling-expected.txt: Removed property svn:keywords.
* webaudio/realtimeanalyser-fft-scaling.html: Removed property svn:keywords.
2015-02-20 Michael Saboff <msaboff@apple.com>
DFG JIT needs to check for stack overflow at the start of Program and Eval execution
https://bugs.webkit.org/show_bug.cgi?id=141676
Reviewed by Filip Pizlo.
Updated the check for out of stack at eval entry test from using a fixed number of frame to
back track to now adjust the amount of back tracking up the stack based on where we can run a
simple eval(). At that point in the stack we try to cause an out of stack exception.
Also added a second pass of the test that takes the originally failing eval and tiers that
eval expression up to the DFG when used with the agreessive options of run-jsc-stress-tests.
This was done to reduce the amount of time the test takes to run in debug builds.
* js/regress-141098-expected.txt:
* js/script-tests/regress-141098.js:
(testEval):
(probeAndRecurse):
2015-02-20 Brent Fulgham <bfulgham@apple.com>
[Win] Media tests are still failing. Turning back off.
* platform/win/TestExpectations:
2015-02-20 Brent Fulgham <bfulgham@apple.com>
[Win] Test results gardening.
* platform/win/TestExpectations:
* platform/win/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
* platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
* platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2015-02-20 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK+ Gardening 20th February
https://bugs.webkit.org/show_bug.cgi?id=141840
* platform/gtk/TestExpectations:
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Rebaselined after r177770 (This revision adds a new comment line and so it modifies the test stack trace lines number).
* platform/gtk/tables/mozilla/bugs/bug157890-expected.txt: Added. Rebaselined after r177773.
2015-02-20 Brent Fulgham <bfulgham@apple.com>
[Win] Reactivate media tests to see if updates fixed the problem.
* platform/win/TestExpectations:
2015-02-20 Dhi Aurrahman <diorahman@rockybars.com>
Language ranges containing asterisks must be quoted as strings
https://bugs.webkit.org/show_bug.cgi?id=141659
Reviewed by Benjamin Poulain.
Ensure language ranges containing asterisks are quoted as strings.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/parsing-css-lang-expected.txt:
* fast/css/parsing-css-lang.html:
* fast/selectors/lang-extended-filtering-expected.txt:
* fast/selectors/lang-extended-filtering.html:
* fast/selectors/lang-valid-extended-filtering-expected.txt:
* fast/selectors/lang-valid-extended-filtering.html:
2015-02-19 Alexey Proskuryakov <ap@apple.com>
Array.from test fix.
Unreviewed.
Remove document.querySelectorAll use, as there is no DOM when running js tests
in run-javascriptcore-tests.
* js/array-from-expected.txt:
* js/script-tests/array-from.js:
2015-02-19 Saam Barati <saambarati1@gmail.com>
Web Inspector: merge in upstream Esprima to support parsing more of ES6
https://bugs.webkit.org/show_bug.cgi?id=141215
Reviewed by Timothy Hatcher.
* inspector/model/parse-script-syntax-tree-expected.txt:
* inspector/model/parse-script-syntax-tree.html:
2015-02-19 Myles C. Maxfield <mmaxfield@apple.com>
Updating more tests after r177774
https://bugs.webkit.org/show_bug.cgi?id=141817
Reviewed by NOBODY (As per ap's request).
These tests aren't actually flakey, and simply need updated results.
Some of the SVG tests were actually flakey, but for a different reason.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-161-expected.txt: Added.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Added.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-161-expected.txt: Added.
* platform/mac-mavericks/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added
* platform/mac-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
* platform/mac/media/controls-after-reload-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
2015-02-19 Dean Jackson <dino@apple.com>
ES6: Implement Array.from()
https://bugs.webkit.org/show_bug.cgi?id=141054
<rdar://problem/19654521>
Reviewed by Filip Pizlo.
Test for Array.from(). The test has
one expected failure: using from() on a
Set object, which will be addressed in
a followup:
https://bugs.webkit.org/show_bug.cgi?id=141055
* js/array-from-expected.txt: Added.
* js/array-from.html: Added.
* js/script-tests/array-from.js: Added.
* js/Object-getOwnPropertyNames.html: Update results for the new value on the constructor.
2015-02-19 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/text/glyph-reordering.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141775
Reviewed by Dan Bernstein.
* fast/text/glyph-reordering.html:
* platform/mac/TestExpectations:
2015-02-19 David Hyatt <hyatt@apple.com>
Columns are splitting unsplittable content.
https://bugs.webkit.org/show_bug.cgi?id=141807
<rdar://problem/18387659>
Reviewed by Dean Jackson.
* fast/multicol/inline-table-dynamic-movement-expected.html: Added.
* fast/multicol/inline-table-dynamic-movement.html: Added.
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
2015-02-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Create Separate Model and View Objects for RemoteObjects / ObjectPreview / PropertyDescriptor
https://bugs.webkit.org/show_bug.cgi?id=141696
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
* inspector/model/remote-object-weak-collection-expected.txt:
* inspector/model/remote-object-weak-collection.html:
Update tests and results to use our Model objects and not
raw protocol types.
2015-02-19 Brent Fulgham <bfulgham@apple.com>
[Win] Disable media tests due to bot failures.
* platform/win/TestExpectations:
2015-02-18 Chris Dumez <cdumez@apple.com>
Clean up / modernize test introduced in r180337.
https://bugs.webkit.org/show_bug.cgi?id=141788
Reviewed by Andreas Kling.
* fast/history/page-cache-clearing-expected.txt:
* fast/history/page-cache-clearing.html:
2015-02-18 Andreas Kling <akling@apple.com>
REGRESSION(r179347): Clearing the PageCache no longer clears the PageCache.
<https://webkit.org/b/141788>
Reviewed by Anders Carlsson.
Add a simple test that navigates to a temporary page which immediately does a history.back
navigation. Upon returning to the first page, check that the page cache now has 1 entry,
and that clearing the page cache makes that entry go away.
* fast/history/page-cache-clearing-expected.txt: Added.
* fast/history/page-cache-clearing.html: Added.
2015-02-18 Alexey Proskuryakov <ap@apple.com>
Update expected result of fast/forms/text-control-intrinsic-widths.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141685
Updating Yosemite results to match bots.
* platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
2015-02-18 Zalan Bujtas <zalan@apple.com>
REGRESSION(r174761) Dangling spanner pointer in RenderMultiColumnSpannerPlaceholder.
https://bugs.webkit.org/show_bug.cgi?id=138224
Reviewed by Dave Hyatt.
It's wrong to call flowThreadRelativeWillBeRemoved(child).
RenderMultiColumnFlowThread::removeFlowChildInfo() does not mean that the child is actually about to be removed.
Should this introduce any regressions, we need to deal with those separately.
* fast/multicol/crash-when-spanner-gets-moved-around-expected.txt: Added.
* fast/multicol/crash-when-spanner-gets-moved-around.html: Added.
2015-02-18 Myles C. Maxfield <mmaxfield@apple.com>
Many flakey tests for webkit.org/b/139968 do not appear to be flakey
https://bugs.webkit.org/show_bug.cgi?id=141762
Reviewed by Jer Noble.
Removing them from TestExpectations.
* platform/mac/TestExpectations:
2015-02-18 Myles C. Maxfield <mmaxfield@apple.com>
Update expected result of fast/forms/text-control-intrinsic-widths.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141685
Reviewed by Alexey Proskuryakov.
Text metrics have changed.
* platform/mac/TestExpectations:
* platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/mac-mavericks/fast/forms/text-control-intrinsic-widths-expected.txt:
2015-02-18 Brent Fulgham <bfulgham@apple.com>
[Win] More unreviewed Windows gardening.
* platform/win/TestExpectations:
* platform/win/accessibility/press-targets-center-point-expected.txt: Added.
* platform/win/fast/frames/frame-scrolling-attribute-exepected.txt: Removed.
* platform/win/fast/frames/frame-scrolling-attribute-expected.txt: Copied from platform/win/fast/frames/frame-scrolling-attribute-exepected.txt.
* platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
2015-02-18 Jer Noble <jer.noble@apple.com>
Unreviewed gardening; add expectation for WK2-only failing test.
* platform/mac-wk2/TestExpectations:
2015-02-18 Brent Fulgham <bfulgham@apple.com>
[Win] More gardening (Unreviewed).
* platform/win/TestExpectations:
* platform/win/fast/frames/frame-scrolling-attribute-exepected.txt:
* platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
* platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
2015-02-18 Filip Pizlo <fpizlo@apple.com>
DFG should really support varargs
https://bugs.webkit.org/show_bug.cgi?id=141332
Reviewed by Oliver Hunt.
Adds a version of deltablue that uses rest arguments profusely. This speeds up by 20% with this
patch. I believe that the machinery that this patch puts in place will allow us to ultimately
run deltablue-varargs at the same steady-state performance as normal deltablue.
* js/regress/deltablue-varargs-expected.txt: Added.
* js/regress/deltablue-varargs.html: Added.
* js/regress/script-tests/deltablue-varargs.js: Added.
(args):
(Object.prototype.inheritsFrom):
(OrderedCollection):
(OrderedCollection.prototype.add):
(OrderedCollection.prototype.at):
(OrderedCollection.prototype.size):
(OrderedCollection.prototype.removeFirst):
(OrderedCollection.prototype.remove):
(Strength):
(Strength.stronger):
(Strength.weaker):
(Strength.weakestOf):
(Strength.strongest):
(Strength.prototype.nextWeaker):
(Constraint):
(Constraint.prototype.addConstraint):
(Constraint.prototype.satisfy):
(Constraint.prototype.destroyConstraint):
(Constraint.prototype.isInput):
(UnaryConstraint):
(UnaryConstraint.prototype.addToGraph):
(UnaryConstraint.prototype.chooseMethod):
(UnaryConstraint.prototype.isSatisfied):
(UnaryConstraint.prototype.markInputs):
(UnaryConstraint.prototype.output):
(UnaryConstraint.prototype.recalculate):
(UnaryConstraint.prototype.markUnsatisfied):
(UnaryConstraint.prototype.inputsKnown):
(UnaryConstraint.prototype.removeFromGraph):
(StayConstraint):
(StayConstraint.prototype.execute):
(EditConstraint.prototype.isInput):
(EditConstraint.prototype.execute):
(BinaryConstraint):
(BinaryConstraint.prototype.chooseMethod):
(BinaryConstraint.prototype.addToGraph):
(BinaryConstraint.prototype.isSatisfied):
(BinaryConstraint.prototype.markInputs):
(BinaryConstraint.prototype.input):
(BinaryConstraint.prototype.output):
(BinaryConstraint.prototype.recalculate):
(BinaryConstraint.prototype.markUnsatisfied):
(BinaryConstraint.prototype.inputsKnown):
(BinaryConstraint.prototype.removeFromGraph):
(ScaleConstraint):
(ScaleConstraint.prototype.addToGraph):
(ScaleConstraint.prototype.removeFromGraph):
(ScaleConstraint.prototype.markInputs):
(ScaleConstraint.prototype.execute):
(ScaleConstraint.prototype.recalculate):
(EqualityConstraint):
(EqualityConstraint.prototype.execute):
(Variable):
(Variable.prototype.addConstraint):
(Variable.prototype.removeConstraint):
(Planner):
(Planner.prototype.incrementalAdd):
(Planner.prototype.incrementalRemove):
(Planner.prototype.newMark):
(Planner.prototype.makePlan):
(Planner.prototype.extractPlanFromConstraints):
(Planner.prototype.addPropagate):
(Planner.prototype.removePropagateFrom):
(Planner.prototype.addConstraintsConsumingTo):
(Plan):
(Plan.prototype.addConstraint):
(Plan.prototype.size):
(Plan.prototype.constraintAt):
(Plan.prototype.execute):
(chainTest):
(projectionTest):
(change):
(deltaBlue):
2015-02-18 Myles C. Maxfield <mmaxfield@apple.com>
Justified ruby can cause lines to grow beyond their container
https://bugs.webkit.org/show_bug.cgi?id=141732
Reviewed by David Hyatt.
Make sure that the right edge of a justified ruby line matches up with
the same line without ruby.
* fast/text/ruby-justification-flush-expected.html: Added.
* fast/text/ruby-justification-flush.html: Added.
2015-02-18 Eric Carlson <eric.carlson@apple.com>
[iOS] pause video when a tab moves to the background on some devices
https://bugs.webkit.org/show_bug.cgi?id=141753
<rdar://problem/19814562>
Reviewed by Jer Noble.
* media/video-background-playback-expected.txt: BackgroundPlaybackNotPermitted -> BackgroundProcessPlaybackRestricted.
* media/video-background-playback.html: Ditto.
* media/video-background-tab-playback-expected.txt: Added.
* media/video-background-tab-playback.html: Added.
2015-02-16 David Hyatt <hyatt@apple.com>
Wrong element's style is used for text-decoration-style.
https://bugs.webkit.org/show_bug.cgi?id=141673
<rdar://problem/19876774>
Reviewed by Dean Jackson.
* fast/text/text-underline-style-expected.html: Added.
* fast/text/text-underline-style.html: Added.
2015-02-18 Myles C. Maxfield <mmaxfield@apple.com>
Update more test expected results after r177774
https://bugs.webkit.org/show_bug.cgi?id=141743
Reviewed by Brent Fulgham.
* platform/mac/TestExpectations:
* platform/mac/fast/dom/character-index-for-point-expected.txt:
* platform/mac/fast/forms/select-initial-position-expected.txt:
* platform/mac/fast/replaced/width100percent-textarea-expected.txt:
* platform/mac/fast/text/atsui-rtl-override-selection-expected.txt:
* platform/mac/fast/text/international/text-combine-image-test-expected.txt:
* platform/mac-mavericks/fast/forms/select-initial-position-expected.txt:
* platform/mac-mavericks/fast/replaced/width100percent-textarea-expected.txt:
* platform/mac-mavericks/fast/text/international/text-combine-image-test-expected.txt:
* svg/text/lengthAdjust-text-metrics-expected.txt:
* svg/text/script-tests/lengthAdjust-text-metrics.js:
* svg/text/text-rect-precision.html:
2015-02-18 Brent Fulgham <bfulgham@apple.com>
[Win] Gardening: Update baselines on Windows bots after removing mac-mountainlion
* platform/win/TestExpectations:
* platform/win/editing/selection/5057506-2-expected.png: Added.
* platform/win/editing/selection/5057506-2-expected.txt: Added.
* platform/win/fast/attachment: Added.
* platform/win/fast/attachment/attachment-disabled-rendering-expected.txt: Added.
* platform/win/fast/attachment/attachment-rendering-expected.txt: Added.
* platform/win/fast/frames/frame-scrolling-attribute-exepected.txt: Added.
* platform/win/fast/repaint/selection-ruby-rl-expected.txt: Added.
* platform/win/http/tests/security/XFrameOptions: Added.
* platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.
* platform/win/http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt: Added.
* platform/win/svg/batik/text/textEffect2-expected.txt: Added.
* platform/win/svg/batik/text/textEffect3-expected.txt: Added.
* platform/win/svg/batik/text/textProperties-expected.txt: Added.
* platform/win/svg/custom/text-filter-expected.txt: Added.
* platform/win/svg/filters/feColorMatrix-values-expected.png:
* platform/win/svg/filters/feColorMatrix-values-expected.txt: Added.
* platform/win/svg/filters/filter-on-filter-for-text-expected.txt: Added.
* platform/win/svg/filters/filter-on-tspan-expected.txt: Added.
* platform/win/svg/filters/sourceAlpha-expected.txt: Added.
* platform/win/svg/repaint/text-mask-update-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug131020-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug131020-expected.txt: Added.
2015-02-18 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Remove some leftovers related to "stack" removal
https://bugs.webkit.org/show_bug.cgi?id=141722
Reviewed by Sergio Villar Senin.
In r177858 "stack" packing mode was removed from grid-auto-flow syntax.
This patch removes some missing cases, where "stack" was still used in
the layout tests.
* fast/css-grid-layout/grid-auto-flow-resolution.html: Remove
gridAutoFlowStack usage.
* fast/css-grid-layout/resources/grid.css:
(.gridAutoFlowStack): Deleted.
2015-02-17 Myles C. Maxfield <mmaxfield@apple.com>
Update editing/selection/fake-drag.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141605
Reviewed by Alexey Proskuryakov.
Text metrics changed, so the locations where the "user" interacts with the page should
change accordingly.
* editing/selection/fake-drag.html:
* platform/mac/TestExpectations:
2015-02-17 Alexey Proskuryakov <ap@apple.com>
inspector/css/stylesheet-with-mutations.html is a flaky timeout/crash
https://bugs.webkit.org/show_bug.cgi?id=141601
Skipping the test; it's flaky in such a way that I'm concerned about it breaking
subsequent tests.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-16 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Improved Console Support for Bound Functions
https://bugs.webkit.org/show_bug.cgi?id=141635
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
Show that boundFunction has extra properties (targetFunction, boundThis, boundArgs).
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Include a bound function. Much different from a function now though.
2015-02-16 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Improved Console Support for Promise Objects
https://bugs.webkit.org/show_bug.cgi?id=141634
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Include more tests for Promises.
2015-02-17 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK Gardening 17th February.
https://bugs.webkit.org/show_bug.cgi?id=141712
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/press-targets-center-point-expected.txt: Added. Rebaselined after r180107.
* platform/gtk/svg/custom/glyph-selection-non-bmp-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/svg/text/textPathBoundsBug-expected.txt: Added. Rebaselined after r177774.
2015-02-17 Brent Fulgham <bfulgham@apple.com>
[Win] Document some accessibility and animation debug assertions (Unreviewed)
* platform/win/TestExpectations:
2015-02-17 Brent Fulgham <bfulgham@apple.com>
Document some debug assertions in Accessibility tests (Unreviewed)
* platform/win/TestExpectations:
2015-02-17 Myles C. Maxfield <mmaxfield@apple.com>
Update svg/animations/animate-text-nested-transforms.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141686
Reviewed by Andreas Kling.
Text metrics are expected to change.
* platform/mac/TestExpectations:
* svg/animations/animate-text-nested-transforms-expected.txt:
* svg/animations/script-tests/animate-text-nested-transforms.js:
(text.appendChild.rootSVGElement.appendChild.startSample):
2015-02-17 Myles C. Maxfield <mmaxfield@apple.com>
Update expected result of fast/forms/cursor-at-editable-content-boundary.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141684
Reviewed by Andreas Kling.
One check no longer fails, and another fails in the same way it did before (but with 1-different
measurement values)
* platform/mac/TestExpectations:
* platform/mac/fast/forms/cursor-at-editable-content-boundary-expected.txt:
2015-02-17 Alexey Proskuryakov <ap@apple.com>
fast/selectors/nth-last-child-of-register-requirement.html is extremely slow in debug builds
https://bugs.webkit.org/show_bug.cgi?id=141695
* TestExpectations: Fixed a copy/paste mistake.
2015-02-16 Alexey Proskuryakov <ap@apple.com>
REGRESSION(?): inspector/css/selector-dynamic-specificity.html sometimes crashes
https://bugs.webkit.org/show_bug.cgi?id=141118
This happens on WK1 too.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-16 Alexey Proskuryakov <ap@apple.com>
fast/selectors/nth-last-child-of-register-requirement.html is extremely slow in debug builds
https://bugs.webkit.org/show_bug.cgi?id=141695
* TestExpectations: Marked as slow.
2015-02-16 Benjamin Poulain <benjamin@webkit.org>
CSS JIT: finish :nth-last-child()
https://bugs.webkit.org/show_bug.cgi?id=141629
Reviewed by Andreas Kling.
* fast/selectors/nth-last-child-cannot-match-during-parsing-1-expected.txt: Added.
* fast/selectors/nth-last-child-cannot-match-during-parsing-1.html: Added.
* fast/selectors/nth-last-child-cannot-match-during-parsing-2-expected.txt: Added.
* fast/selectors/nth-last-child-cannot-match-during-parsing-2.html: Added.
* fast/selectors/nth-last-child-of-cannot-match-during-parsing-1-expected.txt: Added.
* fast/selectors/nth-last-child-of-cannot-match-during-parsing-1.html: Added.
* fast/selectors/nth-last-child-of-cannot-match-during-parsing-2-expected.txt: Added.
* fast/selectors/nth-last-child-of-cannot-match-during-parsing-2.html: Added.
Those test cover the bugs related to IsParsingChildrenFinished and style update.
I had to duplicate the tests to have a simple selector because :nth-last-child(n)
and :nth-last-child(2n) are optimized differently.
* fast/selectors/nth-last-child-of-register-requirement-expected.txt: Added.
* fast/selectors/nth-last-child-of-register-requirement.html: Added.
The ususal register pressure tests. This one is taken directly from
the :nth-child() tests, I just changed the expected values.
* fast/selectors/several-nth-last-child.html:
Due to the changes with IsParsingChildrenFinished, this test can no longer
use body:nth-last-child() during parsing. I changed it to an async test.
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update cross-frame http tests after r177774
https://bugs.webkit.org/show_bug.cgi?id=141679
Reviewed by Alexey Proskuryakov.
Simply a spacing change
* http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
* http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt:
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update accessibility/table-cells.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141680
Reviewed by Chris Fleizach.
Simply needs a rebaseline.
* platform/mac/TestExpectations:
* platform/mac/accessibility/table-cells-expected.txt:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Reordering TestExpectations
Unreviewed.
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
fast/text/glyph-reordering.html no longer fails
https://bugs.webkit.org/show_bug.cgi?id=141678
Reviewed by Sam Weinig.
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/text/decomposed-after-stacked-diacritics.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141677
Reviewed by Dan Bernstein.
Apply kerning to both spans in the same way.
* fast/text/decomposed-after-stacked-diacritics-expected.txt:
* fast/text/decomposed-after-stacked-diacritics.html:
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/regions/cssom/get-regions-by-content-horiz-*.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141674
Reviewed by Zalan Bujtas.
Text metrics changed, so the text ended up no longer spanning a region boundary.
* fast/regions/cssom/get-regions-by-content-horiz-bt.html:
* fast/regions/cssom/get-regions-by-content-horiz-tb.html:
* platform/mac/TestExpectations:
2015-02-15 Sam Weinig <sam@webkit.org>
Add experimental <attachment> element support
https://bugs.webkit.org/show_bug.cgi?id=141626
Reviewed by Tim Horton.
* fast/attachment: Added.
* fast/attachment/attachment-disabled-dom-expected.txt: Added.
* fast/attachment/attachment-disabled-dom.html: Added.
* fast/attachment/attachment-disabled-rendering-expected.txt: Added.
* fast/attachment/attachment-disabled-rendering.html: Added.
* fast/attachment/attachment-dom-expected.txt: Added.
* fast/attachment/attachment-dom.html: Added.
* fast/attachment/attachment-rendering-expected.txt: Added.
* fast/attachment/attachment-rendering.html: Added.
2015-02-16 Enrica Casucci <enrica@apple.com>
Emoji sequences do not render properly.
https://bugs.webkit.org/show_bug.cgi?id=141661
rdar://problem/19820463
Reviewed by Sam Weinig.
* TestExpectations:
* fast/text/emoji-expected.txt: Added.
* fast/text/emoji.html: Added.
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/dom/{Element,Range}/getClientRects.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141665
Reviewed by Alexey Proskuryakov.
Line breaking is different due to different text metrics.
* fast/dom/Element/getClientRects-expected.txt:
* fast/dom/Element/getClientRects.html:
* fast/dom/Range/getClientRects-expected.txt:
* fast/dom/Range/getClientRects.html:
* platform/mac/TestExpectations:
2015-02-13 Myles C. Maxfield <mmaxfield@apple.com>
Delete LayoutTests/platform/mac-mountainlion directory
Rubber-stamped by Brent Fulgham.
The Win port falls back to mac-mountainlion, so this patch moves all files in
platform/mac-mountainlion that aren't already in platform/win into platform/win. It then deletes
the remaining files in platform/mac-mountainlion.
* platform/mac-mountainlion: Deleted.
* platform/win/{many files}: Moved from platform/mac-mountainlion
2015-02-16 Zalan Bujtas <zalan@apple.com>
RenderTableCell can't access its parent while in detached state.
https://bugs.webkit.org/show_bug.cgi?id=141639
rdar://problem/19850760
Reviewed by Simon Fraser.
Null check against ancestor chain so that certain methods in RenderTableCell can
be called even if the renderer is not yet attached.
* fast/table/table-cell-crash-when-detached-state-expected.txt: Added.
* fast/table/table-cell-crash-when-detached-state.html: Added.
2015-02-16 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Scope details sidebar should label objects with constructor names
https://bugs.webkit.org/show_bug.cgi?id=139449
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Improve the test to include Objects where previously
we would have had poorer class name descriptions.
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update expected result for editing/pasteboard/5761530-1.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141603
Reviewed by Alexey Proskuryakov.
The test used to have incorrect expected output, but the new results are correct.
* LayoutTests/editing/pasteboard/5761530-1-expected.txt:
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/css/css3-ch-unit.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141657
Reviewed by Zalan Bujtas.
The alphabet is not expected to have the same width as 26 times the average character width.
* fast/css/css3-ch-unit-expected.txt:
* fast/css/css3-ch-unit.html:
* platform/mac/TestExpectations:
2015-02-16 Alexey Proskuryakov <ap@apple.com>
fullscreen/full-screen-plugin.html is very flaky on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=141364
* platform/mac-wk2/TestExpectations: Marking as such.
2015-02-16 Alexey Proskuryakov <ap@apple.com>
inspector/css/stylesheet-with-mutations.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=141601
* platform/mac-wk2/TestExpectations: Marking as such.
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/css/content/content-quotes-*.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141654
Reviewed by Zalan Bujtas.
Because of printer fonts and LayoutUnits, putting text inside an anonymous renderer
has different metrics than the raw text itself.
* fast/css/content/content-quotes-01.html:
* fast/css/content/content-quotes-02.html:
* fast/css/content/content-quotes-03.html:
* fast/css/content/content-quotes-04.html:
* fast/css/content/content-quotes-05.html:
* fast/css/content/content-quotes-06.html:
* fast/css/content/content-quotes-07.html:
* platform/mac/TestExpectations:
2015-02-16 Alexey Proskuryakov <ap@apple.com>
Update expectations for css2.1/t1202-counter-04-b.html and css2.1/t1202-counters-04-b.html
rdar://problem/19848737
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update expected result for compositing/fixed-positioned-pseudo-content-no-compositing.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141602
Reviewed by Simon Fraser.
Not sure if the change to contentsOpaque is right, so CC'ing smfr to see what he thinks.
* compositing/fixed-positioned-pseudo-content-no-compositing-expected.txt:
* platform/mac/TestExpectations:
2015-02-16 Daniel Bates <dabates@apple.com>
[iOS] Gardening; update test expectations
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update editing/selection/move-by-word-visually-mac.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141609
Reviewed by Alexey Proskuryakov.
Line break occurs in a different place, so option-left and option-right
have slightly different behavior.
* editing/selection/move-by-word-visually-mac.html:
* editing/selection/move-by-word-visually-mac-expected.txt:
* platform/mac/TestExpectations:
2015-02-12 David Hyatt <hyatt@apple.com>
text-underline-position:under has multiple correctness issues
https://bugs.webkit.org/show_bug.cgi?id=141528
Reviewed by Dean Jackson.
* fast/text/text-underline-first-line-decoration-expected.html: Added.
* fast/text/text-underline-first-line-decoration.html: Added.
* fast/text/text-underline-position-mixed-fonts-expected.html: Added.
* fast/text/text-underline-position-mixed-fonts.html: Added.
* fast/text/text-underline-position-subscript-expected.html: Added.
* fast/text/text-underline-position-subscript.html: Added.
* fast/text/text-underline-vertical-first-line-decoration-expected.html: Added.
* fast/text/text-underline-vertical-first-line-decoration.html: Added.
2015-02-16 Antti Koivisto <antti@apple.com>
Develop/Disable Caches does not properly disable disk cache
https://bugs.webkit.org/show_bug.cgi?id=141636
Reviewed by Anders Carlsson.
* http/tests/cache/disk-cache-disable-expected.txt: Added.
* http/tests/cache/disk-cache-disable.html: Added.
* http/tests/cache/resources/cache-test.js:
(runTests): Add optional completion handler.
2015-02-16 Antti Koivisto <antti@apple.com>
Assertion in disk cache code with redirect to a non-http resource
https://bugs.webkit.org/show_bug.cgi?id=141644
Reviewed by Anders Carlsson.
* http/tests/cache/disk-cache-redirect-to-data-expected.txt: Added.
* http/tests/cache/disk-cache-redirect-to-data.html: Added.
* http/tests/cache/resources/redirect-to-data.php: Added.
2015-02-16 Sergio Villar Senin <svillar@igalia.com>
Unreviewed. Uploading a new test that should have been uploaded as
part of r180142.
* fast/css-grid-layout/grid-initialize-span-one-items-expected.txt: Added.
* fast/css-grid-layout/grid-initialize-span-one-items.html: Added.
2015-02-13 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Invalid initialization of track sizes with non spanning grid items
https://bugs.webkit.org/show_bug.cgi?id=140763
Reviewed by Antti Koivisto.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
* fast/css-grid-layout/grid-initialize-span-one-items-expected.txt: Added.
* fast/css-grid-layout/grid-initialize-span-one-items.html: Added.
2015-02-15 Filip Pizlo <fpizlo@apple.com>
js/regress/script-tests/elidable-new-object-roflcopter.js should tier up sooner so that it's more likely to test things
https://bugs.webkit.org/show_bug.cgi?id=141633
Reviewed by Michael Saboff.
More function invocations, fewer loop iterations, but otherwise keep the number of
allocations the same.
* js/regress/script-tests/elidable-new-object-roflcopter.js:
2015-02-15 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark 5 form tests and an accessibility test to failure.
* platform/efl/TestExpectations:
2015-02-15 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark fixed position tests to failure.
* platform/efl/TestExpectations: Rearrange tests order as well.
2015-02-15 Said Abou-Hallawa <sabouhallawa@apple.com>
Crash when accessing an item in SVGTransformList and then removing a previous item from this list.
https://bugs.webkit.org/show_bug.cgi?id=141550.
Reviewed by Darin Adler.
* svg/dom/SVGTransformList-basics-expected.txt:
* svg/dom/SVGTransformList-basics.xhtml: Add a new test case to this test. Have a
reference to an SVGMatrix of the last SVGTransform of an SVGTransformList and then
remove the items of this list from the beginning till the end.
2015-02-15 Said Abou-Hallawa <sabouhallawa@apple.com>
Crash when accessing an item in SVGLengthList and then replacing it with a previous item in the list.
https://bugs.webkit.org/show_bug.cgi?id=141552.
Reviewed by Darin Adler.
* svg/dom/SVGLengthList-basics-expected.txt:
* svg/dom/SVGLengthList-basics.xhtml: Add a new test case to this test. Have a
reference to an SVGLength in an SVGLengthList and then replace this SVGLength
with another one which comes before it in the SVGLengthList.
2015-02-14 Benjamin Poulain <benjamin@webkit.org>
Add the initial matching implementation for attribute selectors with case-insensitive value
https://bugs.webkit.org/show_bug.cgi?id=141615
Reviewed by Andreas Kling.
This covers the basics. I will add some more cases as I do the follow up patches.
I avoided the problem of non-ASCII characters, this will need its own follow up
patch that fixes all attribute matching.
* fast/css/case-insensitive-attribute-selector-specificity-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-specificity.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-1-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-1.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-2-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-2.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-3-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-3.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-1-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-1.xhtml: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-2-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-2.xhtml: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-3-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-3.xhtml: Added.
* fast/selectors/case-insensitive-attribute-bascis-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-bascis.html: Added.
* fast/selectors/case-insensitive-attribute-matching-style-attribute-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-matching-style-attribute.html: Added.
* fast/selectors/case-insensitive-attribute-style-update-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-style-update.html: Added.
* fast/selectors/case-insensitive-attribute-with-case-sensitive-name-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-with-case-sensitive-name.html: Added.
2015-02-14 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Symbol RemoteObject should not send sub-type
https://bugs.webkit.org/show_bug.cgi?id=141604
Reviewed by Brian Burg.
* inspector/model/remote-object-expected.txt:
2015-02-14 Alexey Proskuryakov <ap@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
Re-adding the test to expectations, it fails flakily (perhaps it's order dependent).
* platform/mac/TestExpectations:
2015-02-14 Alexey Proskuryakov <ap@apple.com>
rel="noreferrer" should make window.opener null
https://bugs.webkit.org/show_bug.cgi?id=141579
Reviewed by Darin Adler.
Unfortunately, these tests are not quite real, because they pass even without the
fix. There reason is that delegates respond synchronously in WKTR and DRT.
But if there is any large refactoring, there is a non-zero chance that the tests
will catch future mistakes.
* http/tests/navigation/resources/target-blank-opener-post-window.php: Added.
* http/tests/navigation/resources/target-blank-opener-window.php: Added.
* http/tests/navigation/target-blank-opener-expected.txt: Added.
* http/tests/navigation/target-blank-opener-post-expected.txt: Added.
* http/tests/navigation/target-blank-opener-post.html: Added.
* http/tests/navigation/target-blank-opener.html: Added.
2015-02-14 Myles C. Maxfield <mmaxfield@apple.com>
Re-ordering expectations.
Unreviewed.
* platform/mac/TestExpectations:
2015-02-14 Myles C. Maxfield <mmaxfield@apple.com>
[Mac] Cleanup after r177774
https://bugs.webkit.org/show_bug.cgi?id=141590
Reviewed by Zalan Bujtas.
Test expected results simply need to be updated.
* platform/mac/TestExpectations:
* platform/mac/accessibility/content-editable-as-textarea-expected.txt:
* platform/mac/accessibility/press-targets-center-point-expected.txt: Added.
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-cell-spans-expected.txt:
* platform/mac/accessibility/table-detection-expected.txt:
* platform/mac/accessibility/table-one-cell-expected.txt:
* platform/mac/accessibility/table-sections-expected.txt:
* platform/mac/accessibility/table-with-rules-expected.txt:
* platform/mac/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
* platform/mac/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
* platform/mac/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
* platform/mac/css1/box_properties/acid_test-expected.txt:
* platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/mac/editing/selection/5057506-2-expected.txt:
* platform/mac/editing/selection/5057506-expected.txt:
* platform/mac/editing/selection/5825350-2-expected.txt:
* platform/mac/editing/selection/mixed-editability-10-expected.txt:
* platform/mac/fast/block/basic/011-expected.txt:
* platform/mac/fast/block/basic/minheight-expected.txt:
* platform/mac/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Added.
* platform/mac/fast/css/002-expected.txt:
* platform/mac/fast/forms/basic-textareas-expected.txt:
* platform/mac/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/mac/fast/invalid/008-expected.txt:
* platform/mac/fast/overflow/003-expected.txt:
* platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/mac/fast/repaint/selection-rl-expected.txt:
* platform/mac/fast/repaint/selection-ruby-rl-expected.txt: Added.
* platform/mac/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
* platform/mac/fast/table/col-and-colgroup-offsets-expected.txt: Added.
* platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt:
* platform/mac/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac/fast/text/international/vertical-text-metrics-test-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/js/dom/dom-static-property-for-in-iteration-expected.txt: Added.
* platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Added.
* platform/mac/platform/mac/accessibility/aria-columnrowheaders-expected.txt: Copied from LayoutTests/platform/mac/accessibility/table-cell-spans-expected.txt.
* platform/mac/platform/mac/accessibility/bounds-for-range-expected.txt: Added.
* platform/mac/platform/mac/accessibility/document-links-expected.txt: Added.
* platform/mac/platform/mac/accessibility/internal-link-anchors-expected.txt: Added.
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
* platform/mac/svg/batik/text/textEffect2-expected.txt:
* platform/mac/svg/batik/text/textEffect3-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.txt:
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac/svg/custom/text-filter-expected.txt:
* platform/mac/svg/filters/feColorMatrix-values-expected.txt: Added.
* platform/mac/svg/filters/filter-on-filter-for-text-expected.txt:
* platform/mac/svg/filters/filter-on-tspan-expected.txt:
* platform/mac/svg/filters/sourceAlpha-expected.txt:
* platform/mac/svg/repaint/text-mask-update-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
2015-02-13 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Reviewed by Darin Adler.
Instead of using a zero delay timer, which can be legitimately delayed for dozens
of milliseconds, perform the collection in a second load event handler. GC code
has changed so much that I cannot confirm that the test still verifies the fix,
however we collect after returning for the function and unwinding the stack, so it should.
Also, clear the JS variable for a good measure.
* http/tests/xmlhttprequest/event-listener-gc.html:
2015-02-13 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/canvas/canvas-measureText-ideographicSpace.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141595
Reviewed by Zalan Bujtas.
* fast/canvas/canvas-measureText-ideographicSpace.html:
* platform/mac/TestExpectations:
2015-02-13 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark font & text tests to failure.
* platform/efl/TestExpectations:
2015-02-13 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. 3 inspector tests are marked to failure.
* platform/efl/TestExpectations:
2015-02-13 Chris Dumez <cdumez@apple.com>
RenderListItem resets its marker's style on style change even if the diff is StyleDifferenceEqual
https://bugs.webkit.org/show_bug.cgi?id=141572
<rdar://problem/19759818>
Reviewed by Simon Fraser.
Add a layout test to make sure that an animation causing a style change
with StyleDifferenceEqual diff does not cause a repaint.
* fast/repaint/list-item-equal-style-change-no-repaint-expected.txt: Added.
* fast/repaint/list-item-equal-style-change-no-repaint.html: Added.
2015-02-12 Enrica Casucci <enrica@apple.com>
Additional emoji group support.
https://bugs.webkit.org/show_bug.cgi?id=141539
rdar://problem/19727527
Reviewed by Sam Weinig.
Updating test to reflect the new emoji ligatures supported.
* editing/deleting/delete-emoji-expected.txt:
* editing/deleting/delete-emoji.html:
2015-02-13 Brent Fulgham <bfulgham@apple.com>
[Win] Document some debug asserts in Accessibility (Windows) tests.
* platform/win/TestExpectations:
2015-02-13 Zalan Bujtas <zalan@apple.com>
REGRESSION (r174761): Invalid cast in WebCore::lastRubyRun / WebCore::RenderRubyAsBlock::addChild
https://bugs.webkit.org/show_bug.cgi?id=137929
rdar://problem/18723492
Reviewed by Chris Dumez.
Ensure that the child renderer is a RenderRubyRun.
* fast/ruby/crash-with-before-after-on-ruby-expected.txt: Added.
* fast/ruby/crash-with-before-after-on-ruby.html: Added.
2015-02-13 Michael Saboff <msaboff@apple.com>
Google doc spreadsheet reproducibly crashes when sorting
https://bugs.webkit.org/show_bug.cgi?id=141098
Reviewed by Oliver Hunt.
New test.
* js/regress-141098-expected.txt: Added.
* js/regress-141098.html: Added.
* js/script-tests/regress-141098.js: Added.
(probeAndRecurse):
2015-02-13 ChangSeok Oh <changseok.oh@collabora.com>
Div having contentEditable and display:grid cannot be edited if it is empty.
https://bugs.webkit.org/show_bug.cgi?id=141465
Reviewed by Ryosuke Niwa.
This tests if an editable grid box can be reedited after erasing all texts in it.
* fast/events/key-events-in-editable-gridbox-expected.txt: Added.
* fast/events/key-events-in-editable-gridbox.html: Added.
2015-02-13 Brent Fulgham <bfulgham@apple.com>
[Win] Skip accessibility tests failing due to debug assertions.
* platform/win/TestExpectations:
2015-02-12 Zalan Bujtas <zalan@apple.com>
REGRESSION (r176262): Invalid cast in WebCore`WebCore::RootInlineBox::selectionTop
https://bugs.webkit.org/show_bug.cgi?id=138992
Reviewed by Dave Hyatt.
RenderRubyText requires the ancestor chain to be (RenderRubyAsInline | RenderRubyAsBlock) -> RenderRubyRun -> RenderRubyText.
This patch ensures that we create RenderRubyText for an <rt> element only when
the expected ancestor chain is guaranteed.
* fast/ruby/crash-when-ruby-is-set-to-inline-block-expected.txt: Added.
* fast/ruby/crash-when-ruby-is-set-to-inline-block.html: Added.
2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed, remove empty directories.
* fast/forms/date-multiple-fields: Removed.
* fast/forms/datetimelocal-multiple-fields: Removed.
* fast/forms/month-multiple-fields: Removed.
* fast/forms/time-multiple-fields: Removed.
* fast/forms/week-multiple-fields: Removed.
* fast/js: Removed.
* http/tests/inspector-enabled: Removed.
* http/tests/inspector-enabled/resources: Removed.
* http/tests/inspector/appcache: Removed.
* http/tests/inspector/appcache/resources: Removed.
* http/tests/inspector/audits: Removed.
* http/tests/inspector/audits/resources: Removed.
* http/tests/inspector/indexeddb: Removed.
* http/tests/inspector/indexeddb/resources: Removed.
* http/tests/inspector/network: Removed.
* http/tests/inspector/network/resources: Removed.
* http/tests/inspector/resource-tree: Removed.
* http/tests/inspector/resource-tree/resources: Removed.
* http/tests/inspector/resources: Removed.
* http/tests/inspector/search: Removed.
* http/tests/inspector/search/resources: Removed.
* http/tests/inspector/stacktraces: Removed.
* http/tests/inspector/stacktraces/resources: Removed.
* http/tests/inspector/styles: Removed.
* http/tests/inspector/styles/resources: Removed.
* http/tests/inspector/websocket: Removed.
* http/tests/webgl/1.0.1: Removed.
* inspector-protocol/heap-profiler: Removed.
* inspector-protocol/heap-profiler/resources: Removed.
* inspector/console: Removed.
* inspector/console/resources: Removed.
* inspector/elements: Removed.
* inspector/elements/resources: Removed.
* inspector/profiler: Removed.
* inspector/runtime: Removed.
* inspector/styles: Removed.
* inspector/styles/resources: Removed.
* js/regress/resources: Removed.
* media/track/opera/track/webvtt/rendering/reftest/media: Removed.
* networkinformation: Removed.
* networkinformation/resources: Removed.
* networkinformation/script-tests: Removed.
* platform/efl-wk2/dom: Removed.
* platform/efl-wk2/dom/xhtml: Removed.
* platform/efl-wk2/inspector: Removed.
* platform/efl-wk2/tables: Removed.
* platform/efl-wk2/tables/mozilla: Removed.
* platform/gtk-wk1: Removed.
* platform/gtk-wk1/fast: Removed.
* platform/gtk-wk1/fast/css: Removed.
* platform/gtk-wk1/fast/loader: Removed.
* platform/gtk-wk1/fast/media: Removed.
* platform/gtk-wk1/fast/writing-mode: Removed.
* platform/gtk-wk1/http: Removed.
* platform/gtk-wk1/http/tests: Removed.
* platform/gtk-wk1/http/tests/cache: Removed.
* platform/gtk-wk1/http/tests/security: Removed.
* platform/gtk-wk1/http/tests/security/contentSecurityPolicy: Removed.
* platform/gtk-wk1/js: Removed.
* platform/gtk-wk1/js/dom: Removed.
* platform/gtk-wk1/loader: Removed.
* platform/gtk-wk1/scrollingcoordinator: Removed.
* platform/gtk-wk2/accessibility: Removed.
* platform/gtk-wk2/fast: Removed.
* platform/gtk-wk2/fast/events: Removed.
* platform/gtk-wk2/http: Removed.
* platform/gtk-wk2/http/tests: Removed.
* platform/gtk-wk2/http/tests/loading: Removed.
* platform/gtk-wk2/http/tests/misc: Removed.
* platform/gtk-wk2/http/tests/misc/authentication-redirect-1: Removed.
* platform/gtk-wk2/http/tests/misc/authentication-redirect-2: Removed.
* platform/gtk-wk2/http/tests/misc/authentication-redirect-4: Removed.
* platform/gtk-wk2/http/tests/security: Removed.
* platform/gtk-wk2/http/tests/security/401-logout: Removed.
* platform/gtk-wk2/http/tests/xmlhttprequest: Removed.
* platform/gtk-wk2/js: Removed.
* platform/gtk-wk2/js/dom: Removed.
* platform/gtk-wk2/plugins: Removed.
* platform/gtk-wk2/plugins/npruntime: Removed.
* platform/gtk/platform: Removed.
* platform/ios-simulator/editing/editability: Removed.
* platform/ios-simulator/editing/input: Removed.
* platform/ios-simulator/editing/secure-input: Removed.
* platform/ios-simulator/editing/shadow: Removed.
* platform/ios-simulator/editing/spelling: Removed.
* platform/ios-simulator/editing/text-iterator: Removed.
* platform/ios-simulator/editing/undo: Removed.
* platform/ios-simulator/editing/unsupported-content: Removed.
* platform/ios-simulator/fast/canvas/webgl: Removed.
* platform/ios-simulator/fast/css-grid-layout: Removed.
* platform/ios-simulator/fast/css/content: Removed.
* platform/ios-simulator/fast/css/image-orientation: Removed.
* platform/ios-simulator/fast/css/image-resolution: Removed.
* platform/ios-simulator/fast/css/style-scoped: Removed.
* platform/ios-simulator/fast/css3-text/css3-text-indent: Removed.
* platform/ios-simulator/fast/css3-text/css3-text-indent/getComputedStyle: Removed.
* platform/ios-simulator/fast/dom/Document: Removed.
* platform/ios-simulator/fast/dom/Document/CaretRangeFromPoint: Removed.
* platform/ios-simulator/fast/dom/Geolocation: Removed.
* platform/ios-simulator/fast/dom/HTMLAnchorElement: Removed.
* platform/ios-simulator/fast/dom/HTMLImageElement/sizes: Removed.
* platform/ios-simulator/fast/dom/MutationObserver: Removed.
* platform/ios-simulator/fast/dom/NavigatorContentUtils: Removed.
* platform/ios-simulator/fast/dom/Orientation: Removed.
* platform/ios-simulator/fast/dom/custom: Removed.
* platform/ios-simulator/fast/events/constructors: Removed.
* platform/ios-simulator/fast/events/scoped: Removed.
* platform/iphone-simulator: Removed.
* platform/iphone-simulator/fast: Removed.
* platform/iphone-simulator/fast/events: Removed.
* platform/mac-mavericks/fast/borders: Removed.
* platform/mac-wk2/fast/writing-mode: Removed.
* platform/mac-wk2/http/tests/plugins: Removed.
* platform/mac-wk2/js: Removed.
* platform/mac-wk2/js/dom: Removed.
* platform/mac-wk2/tiled-drawing/fixed: Removed.
* platform/mac-wk2/tiled-drawing/fixed-background: Removed.
* platform/mac-wk2/tiled-drawing/sticky: Removed.
* platform/mac/dom: Removed.
* platform/mac/dom/xhtml: Removed.
* platform/mac/fast/backgrounds/resources: Removed.
* platform/mac/media/W3C/audio: Removed.
* platform/mac/media/W3C/audio/canPlayType: Removed.
* platform/mac/platform/mac-wk2: Removed.
* platform/mac/platform/mac/editing/spelling: Removed.
* platform/mac/platform/mac/fast/forms: Removed.
* platform/win-wk2: Removed.
* platform/win-wk2/fast: Removed.
* platform/win-wk2/http: Removed.
* platform/win-wk2/platform: Removed.
* platform/win-wk2/svg: Removed.
* platform/win/canvas: Removed.
* platform/win/fast/xmlhttprequest: Removed.
* platform/win/loader: Removed.
* platform/wk2/tables: Removed.
2015-02-12 Brent Fulgham <bfulgham@apple.com>
[Win] Mark some debug assertions.
* platform/win/TestExpectations: Mark several debug assertions so
we don't end testing early.
2015-02-12 Brent Fulgham <bfulgham@apple.com>
[Win] More media rebaselining.
* platform/win/TestExpectations:
* platform/win/fast/css/focus-ring-exists-for-search-field-expected.png: Added.
* platform/win/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
2015-02-12 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] Need to have new baseline for some tests of fast/ruby since r172874
https://bugs.webkit.org/show_bug.cgi?id=141462
Unreviewed, EFL gardening. Rebaseline after r172874
* platform/efl/TestExpectations:
* platform/efl/fast/ruby/bopomofo-expected.png: Added.
* platform/efl/fast/ruby/bopomofo-expected.txt:
* platform/efl/fast/ruby/bopomofo-letter-spacing-expected.png: Added.
* platform/efl/fast/ruby/bopomofo-letter-spacing-expected.txt:
* platform/efl/fast/ruby/bopomofo-rl-expected.png: Added.
* platform/efl/fast/ruby/bopomofo-rl-expected.txt:
* platform/efl/fast/ruby/ruby-beforeafter-expected.png:
* platform/efl/fast/ruby/ruby-beforeafter-expected.txt:
* platform/efl/fast/ruby/ruby-length-expected.png:
* platform/efl/fast/ruby/ruby-length-expected.txt:
* platform/efl/fast/ruby/ruby-run-break-expected.png:
* platform/efl/fast/ruby/ruby-run-break-expected.txt:
* platform/efl/fast/ruby/ruby-runs-expected.png:
* platform/efl/fast/ruby/ruby-runs-expected.txt:
* platform/efl/fast/ruby/ruby-runs-spans-expected.png:
* platform/efl/fast/ruby/ruby-runs-spans-expected.txt:
* platform/efl/fast/ruby/ruby-trailing-expected.png:
* platform/efl/fast/ruby/ruby-trailing-expected.txt:
* platform/efl/fast/ruby/rubyDOM-insert-rt-expected.png:
* platform/efl/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/efl/fast/ruby/rubyDOM-insert-text1-expected.png:
* platform/efl/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/efl/fast/ruby/rubyDOM-insert-text2-expected.png:
* platform/efl/fast/ruby/rubyDOM-insert-text2-expected.txt:
* platform/efl/fast/ruby/rubyDOM-insert-text3-expected.png:
* platform/efl/fast/ruby/rubyDOM-insert-text3-expected.txt:
* platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.png:
* platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.txt:
* platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.png:
* platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.txt:
* platform/efl/fast/ruby/rubyDOM-remove-text1-expected.png:
* platform/efl/fast/ruby/rubyDOM-remove-text1-expected.txt:
2015-02-12 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed updates to test expectations to reduce failures on Windows bots.
* platform/win/TestExpectations: Mark a number of time-outs for Media tests.
2015-02-12 Beth Dakin <bdakin@apple.com>
Re-baselines after http://trac.webkit.org/changeset/180018
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
2015-02-12 Chris Dumez <cdumez@apple.com>
Drop the quirks-mode exception for CSS MIME types
https://bugs.webkit.org/show_bug.cgi?id=141501
Reviewed by Alexey Proskuryakov.
Update a couple of layout tests now that we dropped the quirks-mode
exception for CSS MIME types.
* http/tests/misc/css-accept-any-type-expected.txt:
* http/tests/misc/css-accept-any-type.html:
* http/tests/security/cross-origin-css-expected.txt:
* http/tests/security/cross-origin-css.html:
2015-02-12 Beth Dakin <bdakin@apple.com>
REGRESSION: Should not send wheel events with a delta of 0
https://bugs.webkit.org/show_bug.cgi?id=141537
-and corresponding-
rdar://problem/18903118
Reviewed by Simon Fraser.
* platform/mac-wk2/tiled-drawing/scrolling/wheel-events-with-no-delta-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/wheel-events-with-no-delta.html: Added.
2015-02-12 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Crash inspecting styles of element with mutated stylesheet
https://bugs.webkit.org/show_bug.cgi?id=141451
Reviewed by Timothy Hatcher.
* inspector/css/stylesheet-with-mutations-expected.txt: Added.
* inspector/css/stylesheet-with-mutations.html: Added.
Previously this test would crash, or in debug builds show one
of the two selectors in the rule.
2015-02-12 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179987.
https://bugs.webkit.org/show_bug.cgi?id=141525
caused debug tests to fail (Requested by alexchristensen on
#webkit).
Reverted changeset:
"[CSS Grid Layout] Invalid initialization of track sizes with
non spanning grid items"
https://bugs.webkit.org/show_bug.cgi?id=140763
http://trac.webkit.org/changeset/179987
2015-02-12 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Two tests have been failing since r148090.
* platform/efl/TestExpectations: Skip 2 failure tests.
2015-02-12 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening.
* platform/efl/TestExpectations: Mark two tests failing since r177664.
2015-01-23 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Invalid initialization of track sizes with non spanning grid items
https://bugs.webkit.org/show_bug.cgi?id=140763
Reviewed by Antti Koivisto.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
* fast/css-grid-layout/grid-initialize-span-one-items-expected.txt: Added.
* fast/css-grid-layout/grid-initialize-span-one-items.html: Added.
2015-02-11 Chris Fleizach <cfleizach@apple.com>
AX: Undeprecate ios-simulator accessibility tests
https://bugs.webkit.org/show_bug.cgi?id=141407
Reviewed by Daniel Bates.
Undeprecate ios accessibility tests.
Modified one failing test (svg-group-element-with-title.html) slightly to get it to pass.
* platform/ios-sim-deprecated/accessibility: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-aria-table-children-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-aria-table-children.html: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-crash-in-axcontainer-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-crash-in-axcontainer.html: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-hint-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-hint.html: Removed.
* platform/ios-sim-deprecated/accessibility/aria-label-with-internal-text-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/aria-label-with-internal-text.html: Removed.
* platform/ios-sim-deprecated/accessibility/aria-pressed-state-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/aria-pressed-state.html: Removed.
* platform/ios-sim-deprecated/accessibility/centerpoint-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/centerpoint.html: Removed.
* platform/ios-sim-deprecated/accessibility/disabled-states-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/disabled-states.html: Removed.
* platform/ios-sim-deprecated/accessibility/dom-focus-fires-on-correct-element-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/dom-focus-fires-on-correct-element.html: Removed.
* platform/ios-sim-deprecated/accessibility/element-paths-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/element-paths.html: Removed.
* platform/ios-sim-deprecated/accessibility/file-upload-button-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/file-upload-button.html: Removed.
* platform/ios-sim-deprecated/accessibility/focus-change-notifications-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/focus-change-notifications.html: Removed.
* platform/ios-sim-deprecated/accessibility/header-elements-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/header-elements.html: Removed.
* platform/ios-sim-deprecated/accessibility/identifier-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/identifier.html: Removed.
* platform/ios-sim-deprecated/accessibility/internal-link-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/internal-link.html: Removed.
* platform/ios-sim-deprecated/accessibility/landmark-type-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/landmark-type.html: Removed.
* platform/ios-sim-deprecated/accessibility/link-with-images-text-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/link-with-images-text.html: Removed.
* platform/ios-sim-deprecated/accessibility/link-with-only-image-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/link-with-only-image.html: Removed.
* platform/ios-sim-deprecated/accessibility/math-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/math.html: Removed.
* platform/ios-sim-deprecated/accessibility/mixed-checkboxes-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/mixed-checkboxes.html: Removed.
* platform/ios-sim-deprecated/accessibility/no-child-link-header-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/no-child-link-header.html: Removed.
* platform/ios-sim-deprecated/accessibility/non-contiguous-link-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/non-contiguous-link.html: Removed.
* platform/ios-sim-deprecated/accessibility/out-of-bounds-child-access-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/out-of-bounds-child-access.html: Removed.
* platform/ios-sim-deprecated/accessibility/password-value-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/password-value.html: Removed.
* platform/ios-sim-deprecated/accessibility/placeholder-value-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/placeholder-value.html: Removed.
* platform/ios-sim-deprecated/accessibility/popup-button-value-label-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/popup-button-value-label.html: Removed.
* platform/ios-sim-deprecated/accessibility/progressbar-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/progressbar.html: Removed.
* platform/ios-sim-deprecated/accessibility/radio-button-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/radio-button.html: Removed.
* platform/ios-sim-deprecated/accessibility/secure-text-field-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/secure-text-field.html: Removed.
* platform/ios-sim-deprecated/accessibility/selected-buttons-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/selected-buttons.html: Removed.
* platform/ios-sim-deprecated/accessibility/selected-text-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/selected-text.html: Removed.
* platform/ios-sim-deprecated/accessibility/svg-group-element-with-title-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/svg-group-element-with-title.html: Removed.
* platform/ios-sim-deprecated/accessibility/svg-path-crash-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/svg-path-crash.html: Removed.
* platform/ios-sim-deprecated/accessibility/tab-role-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/tab-role.html: Removed.
* platform/ios-sim-deprecated/accessibility/table-cell-for-row-col-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/table-cell-for-row-col.html: Removed.
* platform/ios-sim-deprecated/accessibility/table-cell-ranges-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/table-cell-ranges.html: Removed.
* platform/ios-sim-deprecated/accessibility/table-with-mismatch-column-count-in-initial-section-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/tables-lists-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/tables-lists.html: Removed.
* platform/ios-sim-deprecated/accessibility/text-line-no-ignored-elements-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/text-line-no-ignored-elements.html: Removed.
* platform/ios-sim-deprecated/accessibility/text-marker-list-item-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/text-marker-list-item.html: Removed.
* platform/ios-sim-deprecated/accessibility/text-marker-validation-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/text-marker-validation.html: Removed.
* platform/ios-sim-deprecated/accessibility/text-role-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/text-role.html: Removed.
* platform/ios-sim-deprecated/accessibility/textfield-in-axvalue-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/textfield-in-axvalue.html: Removed.
* platform/ios-sim-deprecated/accessibility/toggle-button-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/toggle-button.html: Removed.
* platform/ios-sim-deprecated/accessibility/url-test-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/url-test.html: Removed.
* platform/ios-simulator/accessibility: Copied from LayoutTests/platform/ios-sim-deprecated/accessibility.
* platform/ios-simulator/accessibility/svg-group-element-with-title.html:
2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardenging. Need to mark pointer/hover media query tests as failure.
These tests have been failed since r179055.
* platform/efl/TestExpectations:
2015-02-11 Darin Adler <darin@apple.com>
SVGUseElement follow-up improvements
https://bugs.webkit.org/show_bug.cgi?id=141382
Reviewed by Antti Koivisto.
Modified some tests to be reference tests since the change in implementation slightly changed
the behavior, but not in a way that matters. Other similar updates.
* TestExpectations: Expect a progression in imported/mozilla/svg/dynamic-use-02.svg.
* platform/gtk/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Removed.
* platform/gtk/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/gtk/svg/custom/use-property-synchronization-crash-expected.png: Removed.
* platform/ios-sim-deprecated/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/ios-simulator/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Removed.
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/mac/svg/custom/use-property-synchronization-crash-expected.png: Removed.
* svg/animations/use-animate-width-and-height-expected.txt: Updated to expect the new expression
name from the modified test.
* svg/animations/use-animate-width-and-height.html: THe state of the shadow root now depends on
layout, so force layout before inspecting it.
* svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.xhtml: Added.
* svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml: Made this no longer be a
repaint test. Not sure why we are using those in so many cases. Also made it be a reference test.
* svg/custom/use-property-synchronization-crash-expected.svg: Added.
* svg/custom/use-property-synchronization-crash-expected.txt: Removed.
2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark multi-column failing tests to Failure.
Those tests have been failing since r167808.
* platform/efl/TestExpectations:
2015-02-11 Dhi Aurrahman <diorahman@rockybars.com>
CSS selector JIT compilation support for :lang()
https://bugs.webkit.org/show_bug.cgi?id=140818
Reviewed by Benjamin Poulain.
* fast/selectors/lang-chained-multiple-expected.txt: Added.
* fast/selectors/lang-chained-multiple.html: Added.
2015-02-11 Sam Weinig <sam@webkit.org>
REGRESSION(r179166): Crash when accessing document.dir on a document with no elements
<rdar://problem/19804351>
https://bugs.webkit.org/show_bug.cgi?id=141480
Reviewed by Chris Dumez.
* fast/dom/document-dir-empty-document-crash-expected.txt: Added.
* fast/dom/document-dir-empty-document-crash.html: Added.
2015-02-11 Tim Horton <timothy_horton@apple.com>
REGRESSION (iOS 8): PDFs embedded in <object>/<embed> tag don't load at all
https://bugs.webkit.org/show_bug.cgi?id=141457
<rdar://problem/18221851>
Reviewed by Alexey Proskuryakov.
* TestExpectations:
* fast/replaced/pdf-as-object-and-embed-expected.html: Added.
* fast/replaced/pdf-as-object-and-embed.html: Added.
* platform/ios-simulator-wk2/TestExpectations:
Add a test that ensures that WebKit2 on iOS treats <object>, <embed>,
and <img> the same when rendering a PDF.
2015-02-11 ChangSeok Oh <changseok.oh@collabora.com>
Div having contentEditable and display:flex cannot be edited if it is empty.
https://bugs.webkit.org/show_bug.cgi?id=141218
Reviewed by Ryosuke Niwa.
This tests if an editable flexbox can be reedited after erasing all texts in it.
* fast/events/key-events-in-editable-flexbox-expected.txt: Added.
* fast/events/key-events-in-editable-flexbox.html: Added.
2015-02-11 Sam Weinig <sam@webkit.org>
performance.now can crash if accessed from a window that has navigated
<rdar://problem/16892506>
https://bugs.webkit.org/show_bug.cgi?id=141478
Reviewed by Alexey Proskuryakov.
* fast/performance/performance-now-crash-on-navigated-window-expected.txt: Added.
* fast/performance/performance-now-crash-on-navigated-window.html: Added.
* fast/performance/resources: Added.
* fast/performance/resources/initialFrame.html: Added.
* fast/performance/resources/secondFrame.html: Added.
Add test for calling performance.now() on from a navigated window.
2015-02-10 Alexey Proskuryakov <ap@apple.com>
URL::setUser and URL::setPass don't percent encode
https://bugs.webkit.org/show_bug.cgi?id=141453
rdar://problem/14844503&16551802&19623145
Reviewed by Darin Adler.
* fast/url/url-credentials-escaping-expected.txt: Added.
* fast/url/url-credentials-escaping.html: Added.
This change is most directly testable via URL API.
* http/tests/xmlhttprequest/basic-auth-credentials-escaping-expected.txt: Added.
* http/tests/xmlhttprequest/basic-auth-credentials-escaping.html: Added.
Verify that this doesn't break XMLHttpRequest authentication.
* fast/dom/DOMURL/invalid-url-getters-expected.txt: Removed.
* fast/dom/DOMURL/invalid-url-getters.html: Removed.
* fast/dom/DOMURL/url-origin-expected.txt:
* fast/dom/DOMURL/url-origin.html:
Removed tests for invalid URLs, there is no such thing with URL API.
2015-02-11 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179921.
https://bugs.webkit.org/show_bug.cgi?id=141473
caused about 30 test failures on yosemite and mavericks
(Requested by alexchristensen on #webkit).
Reverted changeset:
"Div having contentEditable and display:flex cannot be edited
if it is empty."
https://bugs.webkit.org/show_bug.cgi?id=141218
http://trac.webkit.org/changeset/179921
2015-02-11 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK+ Gardening 11 February.
* platform/gtk/TestExpectations:
* platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt: Rebaselined after r179168.
* platform/gtk/fast/css/outline-auto-empty-rects-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/css/pseudo-invalid-form-invalidation-optimization-expected.txt: Added. Rebaselined after r177664.
* platform/gtk/fast/css/pseudo-valid-form-invalidation-optimization-expected.txt: Added. Rebaselined after r177664.
* platform/gtk/fast/forms/basic-buttons-expected.txt: Rebaselined after r178078.
* platform/gtk/fast/line-grid/line-align-right-edges-expected.txt: Rebaselined after r177128.
* platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/table/022-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/text/wbr-pre-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/text/whitespace/019-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/text/whitespace/023-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added. Rebaselined after r177490.
* platform/gtk/svg/custom/glyph-selection-arabic-forms-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/svg/custom/glyph-selection-lang-attribute-expected.txt: Rebaselined after r177490.
2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Add default color chooser implementation using GtkColorChooserDialog
https://bugs.webkit.org/show_bug.cgi?id=141392
Reviewed by Gustavo Noronha Silva.
Unskip input color tests.
* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/color/input-appearance-color-expected.txt: Added.
2015-02-11 ChangSeok Oh <changseok.oh@collabora.com>
Div having contentEditable and display:flex cannot be edited if it is empty.
https://bugs.webkit.org/show_bug.cgi?id=141218
Reviewed by Ryosuke Niwa.
This tests if an editable flexbox can be reedited after erasing all texts in it.
* fast/events/key-events-in-editable-flexbox-expected.txt: Added.
* fast/events/key-events-in-editable-flexbox.html: Added.
2015-02-11 Dana Burkart <dburkart@apple.com>
http/tests/cache/disk-cache-validation.html generates a lot of Perl errors
https://bugs.webkit.org/show_bug.cgi?id=141393
Reviewed by Darin Adler.
* http/tests/cache/resources/generate-response.cgi:
2015-02-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Tests of fast/ruby needs to have new baseline since r172874.
* platform/efl/TestExpectations:
2015-02-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Some tests of imported/mozilla/svg/ have been failed since r177330.
Mark those tests to ImageOnlyFailure.
* platform/efl/TestExpectations:
2015-02-10 Alexey Proskuryakov <ap@apple.com>
REGRESSION(?): inspector/css/selector-dynamic-specificity.html sometimes crashes
https://bugs.webkit.org/show_bug.cgi?id=141118
* platform/mac-wk2/TestExpectations: Skpping the test, I'm concerned that it may
be affecting other tests.
2015-02-09 David Hyatt <hyatt@apple.com>
text-underline-position: under is broken
https://bugs.webkit.org/show_bug.cgi?id=141400
<rdar://problem/18569583>
Reviewed by Simon Fraser.
* fast/text/text-underline-position-under-expected.html: Added.
* fast/text/text-underline-position-under.html: Added.
2015-02-07 Zalan Bujtas <zalan@apple.com>
REGRESSION (r168046): Crash in WebCore::InlineBox::renderer / WebCore::RenderFlowThread::checkLinesConsistency
https://bugs.webkit.org/show_bug.cgi?id=133462
Reviewed by David Hyatt.
RenderFlowThread::m_lineToRegionMap stores pointers to the root inlineboxes in the block flow.
Normally root inlineboxes remove themselves from this map in their dtors. However when collapsing an anonymous block,
we detach the inline tree first and destroy them after. The detached root boxes can't access
the flowthread containing block and we end up with dangling pointers in this map.
Call removeFlowChildInfo() before detaching the subtree to ensure proper pointer removal.
* fast/multicol/newmulticol/crash-when-switching-to-floating-expected.txt: Added.
* fast/multicol/newmulticol/crash-when-switching-to-floating.html: Added.
2015-02-10 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: fast/loader/subframe-navigate-during-main-frame-load.html crashes running all tests
* platform/ios-simulator-wk2/TestExpectations: Mark
fast/loader/subframe-navigate-during-main-frame-load.html as
flakey.
2015-02-10 Julien Isorce <j.isorce@samsung.com>
Render: properly update body's background image
https://bugs.webkit.org/show_bug.cgi?id=140183
When HTML and BODY renderers are both composited the
skipBodyBackground condition should also take into account
if the HTML's layer can draw its contents.
Reviewed by Darin Adler.
* compositing/backgrounds/background-image-with-negative-zindex-expected.html: Added.
* compositing/backgrounds/background-image-with-negative-zindex.html: Added.
2015-02-10 Eric Carlson <eric.carlson@apple.com>
[iOS] don't get out of sync when interrupt/resume calls are not balanced
https://bugs.webkit.org/show_bug.cgi?id=141310
Reviewed by Jer Noble.
* media/video-interruption-with-resume-allowing-play-expected.txt:
* media/video-interruption-with-resume-allowing-play.html: Updated to test unbalanced calls
to begin/end interruption.
2015-02-10 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK Gardening.
* platform/gtk/TestExpectations:
* platform/gtk/fast/css/font-face-in-media-rule-expected.txt: Added. Rebaselined after r177774.
2015-02-09 Brent Fulgham <bfulgham@apple.com>
[Win] Activate media tests. (Unreviewed)
* platform/win/TestExpectations: Activate tests.
2015-02-09 Roger Fong <roger_fong@apple.com>
WebGL: Update 1.0.2 conformance layout tests and address new failure.
https://bugs.webkit.org/show_bug.cgi?id=141408.
<rdar://problem/19773236>
Reviewed by Dean Jackson.
* fast/canvas/webgl/bad-arguments-test-expected.txt: Removed.
* fast/canvas/webgl/bad-arguments-test.html: Removed. Redundant test case.
* webgl/1.0.2/resources/webgl_test_files/README.md:
* webgl/1.0.2/resources/webgl_test_files/conformance/attribs/gl-disabled-vertex-attrib.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/misc/bad-arguments-test.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/misc/webgl-specific.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/more/unit.js:
* webgl/1.0.2/resources/webgl_test_files/conformance/more/util.js:
(VBO.prototype.use):
* webgl/1.0.2/resources/webgl_test_files/conformance/rendering/multisample-corruption.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/resources/fragmentShader.frag:
* webgl/1.0.2/resources/webgl_test_files/conformance/resources/glsl-generator.js:
* webgl/1.0.2/resources/webgl_test_files/conformance/resources/vertexShader.vert:
* webgl/1.0.2/resources/webgl_test_files/conformance/resources/webgl-test-utils.js:
(WebGLTestUtils):
* webgl/1.0.2/resources/webgl_test_files/test-guidelines.md:
* webgl/1.0.2/resources/webgl_test_files/webgl-conformance-tests.html:
2015-02-09 Jer Noble <jer.noble@apple.com>
[WebAudio] AudioBufferSourceNodes should accurately play backwards if given a negative playbackRate.
https://bugs.webkit.org/show_bug.cgi?id=140955
Reviewed by Eric Carlson.
* webaudio/audiobuffersource-negative-playbackrate-expected.txt: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated-expected.txt: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated-loop-expected.txt: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated-loop.html: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated.html:
* webaudio/audiobuffersource-negative-playbackrate-loop-expected.txt: Added.
* webaudio/audiobuffersource-negative-playbackrate-loop.html: Added.
* webaudio/audiobuffersource-negative-playbackrate.html:
* webaudio/resources/audiobuffersource-testing.js:
(createRamp):
Get rid of extra HRTF padding as it's now unnecessary.
* webaudio/resources/note-grain-on-testing.js:
(createSignalBuffer):
(verifyStartAndEndFrames):
2015-02-09 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: css3/masking/mask-repeat-space-padding.html
* platform/ios-simulator-wk2/TestExpectations: Remove
expectation since this is covered in
platform/ios-simulator/TestExpectations as an ImageOnlyFailure.
2015-02-09 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening for editing/execCommand/remove-list-item-1.html
* platform/ios-simulator-wk1/TestExpectations:
(editing/execCommand/remove-list-item-1.html): Mark as flakey.
When run (with or without --run-singly), this test always passes
the first time, but fails all subsequent times due to
EDITING DELEGATE: shouldChangeSelectedDOMRange:range
running in a different order.
* platform/ios-simulator-wk2/editing/execCommand/remove-list-item-1-expected.txt: Update.
2015-02-09 David Kilzer <ddkilzer@apple.com>
REGRESSION (r179771): [iOS] Gardening for compositing/layer-creation/subpixel-adjacent-layers-overlap.html
Test recently added for:
Convert the compositing overlap map to use LayoutRects
<http://webkit.org/b/141346>
* platform/ios-simulator/compositing/layer-creation/subpixel-adjacent-layers-overlap-expected.txt:
Add platform-specific results for ios-simulator.
2015-02-09 Carlos Alberto Lopez Perez <clopez@igalia.com>
Unreviewed GTK Gardening.
* platform/gtk/TestExpectations: Mark new test failing
* platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt: Added. Rebaseline after r177774.
2015-01-22 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Tracks' growth limits must be >= base sizes
https://bugs.webkit.org/show_bug.cgi?id=140540
Reviewed by Antti Koivisto.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
2015-02-09 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, add new baseline since r179796.
New baseline was added by r179796. EFL port supports the test as well.
This patch adds new baseline based on EFL port.
* platform/efl/fast/css/focus-ring-exists-for-search-field-expected.png: Added.
* platform/efl/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
2015-02-08 Chris Fleizach <cfleizach@apple.com>
AX: VoiceOver appears unresponsive when JavaScript alerts are triggered via focus or blur events
https://bugs.webkit.org/show_bug.cgi?id=140485
Reviewed by Anders Carlsson.
Modify tests that relied on setting behavior and immediately checking results. Those
tests now need to retrieve results after a short timeout.
* accessibility/textarea-selected-text-range-expected.txt:
* accessibility/textarea-selected-text-range.html:
* platform/mac/accessibility/select-element-selection-with-optgroups.html:
* platform/mac/accessibility/setting-attributes-is-asynchronous-expected.txt: Added.
* platform/mac/accessibility/setting-attributes-is-asynchronous.html: Added.
2015-02-08 Benjamin Poulain <benjamin@webkit.org>
Add parsing support for CSS Selector L4's case-insensitive attribute
https://bugs.webkit.org/show_bug.cgi?id=141373
Reviewed by Darin Adler.
* 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:
Basic round-trip serialization through CSSOM.
* fast/css/parsing-css-attribute-case-insensitive-value-1-expected.txt: Added.
* fast/css/parsing-css-attribute-case-insensitive-value-1.html: Added.
Simple cases by themself and used in complex selectors.
* fast/css/parsing-css-attribute-case-insensitive-value-2-expected.txt: Added.
* fast/css/parsing-css-attribute-case-insensitive-value-2.html: Added.
Less simple cases, all kinds of valid syntax for case-insensitive attributes.
* fast/css/parsing-css-attribute-case-insensitive-value-3-expected.txt: Added.
* fast/css/parsing-css-attribute-case-insensitive-value-3.html: Added.
Cases that must be treated as invalid selectors.
* fast/css/parsing-css-attribute-case-insensitive-value-4-expected.txt: Added.
* fast/css/parsing-css-attribute-case-insensitive-value-4.html: Added.
Verify that invalid rules do not affect surrounding valid rules.
2015-02-08 David Kilzer <ddkilzer@apple.com>
[iOS] Skip js/dom/create-lots-of-workers.html on ios-simulator
Already skipped on mac; marked as flakey on efl and gtk.
Fix tracked by:
REGRESSION: js/dom/create-lots-of-workers.html frequently crashes (sometimes in js/dom/cross-frame-bad-time.html)
<http://webkit.org/b/129758>
<rdar://problem/19760988>
* platform/ios-simulator/TestExpectations: Skip test.
* platform/mac/TestExpectations: Add comment about skipping on
ios-simulator.
2015-02-08 Alexey Proskuryakov <ap@apple.com>
fullscreen/full-screen-plugin.html is very flaky on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=141364
Reviewed by Sam Weinig.
Make the test wait for the plug-in to become available.
* fullscreen/full-screen-plugin.html:
2015-02-08 Darin Adler <darin@apple.com>
Remove the SVG instance tree
https://bugs.webkit.org/show_bug.cgi?id=140602
Reviewed by Dean Jackson.
Last step: Remove SVGElementInstance class itself.
* js/dom/global-constructors-attributes-expected.txt: Removed SVGElementInstance.
* platform/efl/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/gtk/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/ios-sim-deprecated/fast/dom/Window/window-property-descriptors-expected.txt: Ditto.
* platform/ios-sim-deprecated/fast/js/global-constructors-expected.txt: Ditto.
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/mac/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/win/js/dom/global-constructors-attributes-expected.txt: Ditto.
* svg/custom/global-constructors-expected.txt: Ditto.
* svg/custom/script-tests/global-constructors.js: Ditto.
* svg/dom/svg2-inheritance-expected.txt: Ditto.
* svg/dom/svg2-inheritance.html: Ditto.
2015-02-08 Darin Adler <darin@apple.com>
Make SVGUseElement work without creating any SVGElementInstance objects
https://bugs.webkit.org/show_bug.cgi?id=141374
Reviewed by Sam Weinig.
Results changed on some tests that expected the old "remove all content if a cycle is detected"
behavior from the <use> element. The new behavior is to inhibit cycles, but render everything
else, which is much easier to implement correctly and also makes logical sense. Changed all
those tests to be reference tests, which makes sense since they are focusing on what gets
rendered in these complex cases, and the expected results are a lot easier to understand in
SVG form than they were in txt/png form. This also means we can remove a lot of platform-specific
results since reference tests aren't sensitive to small platform differences in rendering.
* platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Removed.
* platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Removed.
* platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Removed.
* platform/efl/svg/hixie/error/017-expected.png: Removed.
* platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Removed.
* platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Removed.
* platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Removed.
* platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Removed.
* platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/gtk/svg/custom/use-recursion-1-expected.png: Removed.
* platform/gtk/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/gtk/svg/custom/use-recursion-2-expected.png: Removed.
* platform/gtk/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/gtk/svg/custom/use-recursion-3-expected.png: Removed.
* platform/gtk/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/gtk/svg/custom/use-recursion-4-expected.png: Removed.
* platform/gtk/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/gtk/svg/hixie/error/017-expected.png: Removed.
* platform/ios-sim-deprecated/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/hixie/error/017-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/mac-mountainlion/svg/hixie/error/017-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-1-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-2-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-3-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-4-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/mac/svg/hixie/error/017-expected.png: Removed.
* platform/mac/svg/hixie/error/017-expected.txt: Removed.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.svg: Added. Made this be a reference test,
and made it expect more of the recursion to work.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.svg: Added. More of the same.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.svg: Added. More of the same.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
* svg/custom/use-on-disallowed-foreign-object-3-expected.svg: Added. More of the same.
* svg/custom/use-recursion-1-expected.svg: Added. More of the same.
* svg/custom/use-recursion-2-expected.svg: Added. More of the same.
* svg/custom/use-recursion-3-expected.svg: Added. More of the same.
* svg/custom/use-recursion-4-expected.svg: Added. More of the same.
* svg/hixie/error/017-expected.txt: Removed.
* svg/hixie/error/017-expected.xml: Added. More of the same.
* svg/in-html/defs-after-use.html: Updated incorrect bug number in this test.
2015-02-08 David Kilzer <ddkilzer@apple.com>
Skip fast/parser/document-open-in-unload.html on all WK2 platforms
Tracked by:
[WK2] fast/parser/document-open-in-unload.html makes the following test crash
<http://webkit.org/b/98345>
* platform/mac-wk2/TestExpectations: Move Skip expectation from here...
* platform/wk2/TestExpectations: ...to here with updated bug number.
2015-02-08 David Kilzer <ddkilzer@apple.com>
Update section headers for mac-wk2/TestExpectations
* platform/mac-wk2/TestExpectations:
2015-02-08 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Some MathML tests crash in RenderMathMLOperator::advanceForGlyph() or boundsForGlyph()
Tracked by: <http://webkit.org/b/141371>
* platform/ios-simulator-wk2/TestExpectations: Mark tests as
crashing.
2015-02-08 David Kilzer <ddkilzer@apple.com>
REGRESSION (r179391): Remove references to deleted SVG tests
Fixes the following lint warnings:
--lint-test-files warnings:
LayoutTests/platform/ios-simulator-wk2/TestExpectations:412 Path does not exist. svg/custom/use-elementInstance-event-target.svg
LayoutTests/platform/ios-simulator-wk2/TestExpectations:413 Path does not exist. svg/custom/use-elementInstance-methods.svg
LayoutTests/platform/ios-simulator-wk2/TestExpectations:417 Path does not exist. svg/custom/use-instanceRoot-event-listeners.xhtml
* platform/ios-simulator-wk2/TestExpectations: Remove deleted
tests.
2015-02-08 Alexey Proskuryakov <ap@apple.com>
AX: The input element with type="search" has no default focus outline
https://bugs.webkit.org/show_bug.cgi?id=140326
Adding results for Mavericks.
* platform/mac-mavericks/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
2015-02-08 Alexey Proskuryakov <ap@apple.com>
http/tests/security/appcache-in-private-browsing.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141370
* TestExpectations: Marking as such.
2015-02-08 Alexey Proskuryakov <ap@apple.com>
Application cache abort() tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=87633
Moved expectations form Efl to root TestExpectations file. Also, removed Crash
expectation, as no bot hits that now.
Removed an erroneously added expectation for abort-cache-onchecking-resource-404.html -
this test doesn't happen to fail on the bots, although it also doesn't appear to
be very robust.
* TestExpectations:
* platform/efl/TestExpectations:
2015-02-08 Alexey Proskuryakov <ap@apple.com>
http/tests/appcache/abort-cache-onchecking-resource-404.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141368
* TestExpectations: This test is intrinsically unreliable, but at least it checks
that there is no crash is any of the code paths that it takes.
2015-02-07 Chris Fleizach <cfleizach@apple.com>
AX: The input element with type="search" has no default focus outline
https://bugs.webkit.org/show_bug.cgi?id=140326
Reviewed by Darin Adler.
* fast/css/focus-ring-exists-for-search-field.html: Added.
* platform/mac/fast/css/focus-ring-exists-for-search-field-expected.png: Added.
* platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
2015-02-07 Alexey Proskuryakov <ap@apple.com>
fullscreen/full-screen-plugin.html is very flaky on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=141364
Reviewed by Zalan Bujtas.
Speculative fix. Make sure that the plug-in has loaded before using it.
* fullscreen/full-screen-plugin.html:
2015-02-07 Tim Horton <timothy_horton@apple.com>
Add some dictionary lookup tests
https://bugs.webkit.org/show_bug.cgi?id=141355
Reviewed by Darin Adler.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-input-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-input.html: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-inside-selection-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-inside-selection.html: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-outside-selection-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-outside-selection.html: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-rtl-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-rtl.html: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup.html: Added.
* platform/mac/editing/dictionary-lookup/lookup-test.js: Added.
(runTest):
Add tests for various cases that we've had trouble with in the past.
2015-02-07 Zalan Bujtas <zalan@apple.com>
Unreviewed gardening.
Remove svg/custom/use-events-crash.svg. It has no value anymore.
See webkit.org/b/141108
* platform/gtk/svg/custom/use-events-crash-expected.png: Removed.
* platform/gtk/svg/custom/use-events-crash-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-events-crash-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-events-crash-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-events-crash-expected.txt: Removed.
* platform/mac/svg/custom/use-events-crash-expected.png: Removed.
* platform/mac/svg/custom/use-events-crash-expected.txt: Removed.
* svg/custom/use-events-crash.svg: Removed.
2015-02-07 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Reviewed by Darin Adler.
This test relies on a zero-delay timer being a lot faster than fetching from network.
Force a layout before starting the test, because otherwise, the layout can significantly
delay the timer (I've seen 50-60 milliseconds being a common delay in debug builds).
Also, changed the resource URL to avoid Apache error log spew.
* http/tests/xmlhttprequest/event-listener-gc.html:
2015-02-07 Chris Dumez <cdumez@apple.com>
fast/images/animated-gif-iframe-webkit-transform.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141323
Reviewed by Alexey Proskuryakov.
Use shouldBecomeEqual() instead of shouldBe() to check for initial test
conditions. This should address the flakiness.
* fast/images/animated-gif-iframe-webkit-transform-expected.txt:
* fast/images/animated-gif-iframe-webkit-transform.html:
* platform/mac/TestExpectations:
2015-02-07 Darin Adler <darin@apple.com>
Stop dispatching events with SVGElementInstance objects as their targets
https://bugs.webkit.org/show_bug.cgi?id=141108
Reviewed by Anders Carlsson.
Many tests are no longer relevant once we aren't doing this any more.
* platform/gtk/svg/custom/use-instanceRoot-event-bubbling-expected.png: Removed.
* platform/gtk/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
* platform/gtk/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* svg/custom/use-instanceRoot-modifications.svg: Removed.
* svg/custom/use-instanceRoot-with-use-removed-expected.txt: Removed.
* svg/custom/use-instanceRoot-with-use-removed.svg: Removed.
* svg/custom/resources/use-instanceRoot-event-bubbling.js: Updated this test to expect
the events to be dispatched with the SVGUseElement as the target. I talked this over with
Sam Weinig and we decided this is good behavior for now, and it almost matches what the
spec says. Might be worth refining later.
* svg/custom/use-instanceRoot-event-bubbling-expected.txt: Updated expected results.
* svg/custom/use-instanceRoot-event-bubbling.xhtml: Tweaked the test a little. It still
could use improvement; it's like half a "repaint test", which is strange.
* svg/custom/use-event-retargeting-expected.txt: Added. Got this test from Blink.
* svg/custom/use-event-retargeting.html: Added. Ditto.
* svg/custom/use-events-crash.svg: Added some more events, a second click, so that we
don't hang with the context menu up when running this. Also converted line endings to
use LF instead of CRLF.
2015-02-07 Alexey Proskuryakov <ap@apple.com>
REGRESSION (OS X 10.10.2): http/tests/media/video-query-url.html frequently times out
https://bugs.webkit.org/show_bug.cgi?id=141085
* platform/mac-wk2/TestExpectations: Added an expectation.
2015-02-06 Zalan Bujtas <zalan@apple.com>
ASSERT repaintContainer->hasLayer() in WebCore::RenderObject::repaintUsingContainer
https://bugs.webkit.org/show_bug.cgi?id=140750
Reviewed by Simon Fraser.
There's a short period of time when RenderObject::layer() still returns a valid pointer
even though we already cleared the hasLayer() flag.
Do not use the layer as repaint container in such cases.
* compositing/repaint-container-assertion-when-toggling-compositing-expected.txt: Added.
* compositing/repaint-container-assertion-when-toggling-compositing.html: Added.
2015-02-06 Said Abou-Hallawa <sabouhallawa@apple.com>
Invalid cast in WebCore::SVGAnimateElement::calculateAnimatedValue.
https://bugs.webkit.org/show_bug.cgi?id=135171.
Reviewed by Dean Jackson.
* svg/animations/animate-montion-invalid-attribute-expected.svg: Added.
* svg/animations/animate-montion-invalid-attribute.svg: Added.
Make sure that adding the same attribute to <animateMotion> and <animate>, which both
animate the same target element, will be ignored and we won't crash.
2015-02-06 Simon Fraser <simon.fraser@apple.com>
Convert the compositing overlap map to use LayoutRects
https://bugs.webkit.org/show_bug.cgi?id=141346
Reviewed by Zalan Bujtas.
Test with adjacent layers on non-pixel boundaries.
* compositing/layer-creation/subpixel-adjacent-layers-overlap-expected.txt: Added.
* compositing/layer-creation/subpixel-adjacent-layers-overlap.html: Added.
2015-02-06 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement Append Error algorithm.
https://bugs.webkit.org/show_bug.cgi?id=139439
Reviewed by Jer Noble.
If Source Buffer has not received first init segment, then it shall call endOfStream after receiving
Media Segment, as per Media Source spec. (from 17 July 2014) in paragraph 3.5.1 point 6.1.
Added test which after creating SourceBuffer sends media sample, without any init segments.
Updated existing tests, so they correctly expect updateend and error as per Append Error algorithm.
* media/media-source/media-source-append-failed-expected.txt:
* media/media-source/media-source-append-failed.html:
* media/media-source/media-source-append-media-segment-without-init-expected.txt: Added.
* media/media-source/media-source-append-media-segment-without-init.html: Added.
* media/media-source/media-source-multiple-initialization-segments-expected.txt:
* media/media-source/media-source-multiple-initialization-segments.html:
2015-02-06 Alexey Proskuryakov <ap@apple.com>
Correct expectations for inspector/css/selector-dynamic-specificity.html.
"Slow Pass Timeout" is not currently valid - if we expect a flaky timeout, we need
to expect it within the regular period of time with "Pass Timeout".
* platform/mac-wk2/TestExpectations:
2015-02-06 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Tweaked test output a little, hopefully this will shed some light on what happens in failure case.
* http/tests/xmlhttprequest/event-listener-gc-expected.txt:
* http/tests/xmlhttprequest/event-listener-gc.html:
2015-02-06 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141325
* platform/mac-wk2/TestExpectations: Mark it as such.
2015-02-06 Alexey Proskuryakov <ap@apple.com>
inspector/css/selector-dynamic-specificity.html is very slow on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=141252
* platform/mac-wk2/TestExpectations: Add weaker expectations for debug builds.
2015-02-05 Alexey Proskuryakov <ap@apple.com>
Test gardening for issues uncovered by disabling retries on debug bots.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-05 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179725.
https://bugs.webkit.org/show_bug.cgi?id=141320
caused 2 layout tests to fail (Requested by zalan on #webkit).
Reverted changeset:
"[MSE] Implement Append Error algorithm."
https://bugs.webkit.org/show_bug.cgi?id=139439
http://trac.webkit.org/changeset/179725
2015-02-05 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Unskip 4 passing tests regarding webgl.
Those tests were marked with *CRASH* on r179465 though, it looks
wrong.
* platform/efl/TestExpectations:
2015-02-05 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement Append Error algorithm.
https://bugs.webkit.org/show_bug.cgi?id=139439
Reviewed by Jer Noble.
If Source Buffer has not received first init segment, then it shall call endOfStream after receiving
Media Segment, as per Media Source spec. (from 17 July 2014) in paragraph 3.5.1 point 6.1.
Added test which after creating SourceBuffer sends media sample, without any init segments.
* media/media-source/media-source-append-media-segment-without-init-expected.txt: Added.
* media/media-source/media-source-append-media-segment-without-init.html: Added.
2015-02-05 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Mark inspector/css/selector-specificity.html flaky with Crash too (already marked with Timeout).
* platform/mac/TestExpectations:
2015-02-05 Alexey Proskuryakov <ap@apple.com>
TestExpectations gardening.
* platform/win/TestExpectations: These two canvas tests fail on Windows only.
2015-02-05 Alexey Proskuryakov <ap@apple.com>
TestExpectations gardening.
* TestExpectations: Updated expectations for tests that pass.
2015-02-05 Alexey Proskuryakov <ap@apple.com>
TestExpectations gardening.
* platform/mac/TestExpectations: Updated expectatiosn for tests that sometimes pass.
2015-02-05 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/18216390> ASSERTION FAILED: !m_visibleDescendantStatusDirty in WebCore::RenderLayer::isVisuallyNonEmpty()
fullscreen/full-screen-iframe-legacy.html is another affected test.
* TestExpectations: Marked it as flakily crashing.
2015-02-05 Maciej Stachowiak <mjs@apple.com>
Crash due to failing to dirty a removed text node's line box
https://bugs.webkit.org/show_bug.cgi?id=136544
Reviewed by David Hyatt.
* fast/text/remove-text-node-linebox-not-dirty-crash-expected.txt: Added.
* fast/text/remove-text-node-linebox-not-dirty-crash.html: Added.
2015-02-05 Brent Fulgham <bfulgham@apple.com>
[Win] Mark another group of assertion failures.
* platform/win/TestExpectations:
2015-02-05 Jer Noble <jer.noble@apple.com>
[Mac] HLS <video> will not fire 'progress' events, only 'stalled'.
https://bugs.webkit.org/show_bug.cgi?id=141284
Reviewed by Brent Fulgham.
* http/tests/media/hls/hls-progress-expected.txt: Added.
* http/tests/media/hls/hls-progress.html: Added.
2015-02-05 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Mark compositing/reflections/masked-reflection-on-composited.html flaky.
* platform/mac/TestExpectations:
2015-02-05 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Reviewed by Anders Carlsson.
Speculative fix.
* http/tests/xmlhttprequest/print-content-type.cgi: Make the resource uncacheable,
so that it doesn't load too quickly.
2015-02-05 Brent Fulgham <bfulgham@apple.com>
[Win] More Unreviewed gardening.
* platform/win/TestExpectations:
2015-02-05 Zalan Bujtas <zalan@apple.com>
Do not destroy RenderQuote's text fragment child when quotation mark string is changing.
https://bugs.webkit.org/show_bug.cgi?id=141271
rdar://problem/18169375
Reviewed by Antti Koivisto.
Similar approach as https://codereview.chromium.org/679593004/
This patch ensures that laying out a RenderQuote does not force a sibling RenderQuote's
child renderer(RenderText) to be destroyed.
BreakingContext holds a pointer to the next renderer on the line (BreakingContext::m_nextObject).
While laying out the line, initiated by BreakingContext, placing the current renderer could end up destroying the "next" renderer.
This happens when the pseudo after quotation mark(RenderQuote) becomes floated, the sibling <q>'s pseudo
before text needs to be changed (from " to ') so that we don't end up with 2 sets of the same opening
strings.
The fix is to reuse the RenderTextFragment object instead of destroy/recreate it.
* fast/css/content/quote-crash-when-floating-expected.txt: Added.
* fast/css/content/quote-crash-when-floating.html: Added.
2015-02-05 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Set all tests of svg/W3C-SVG-1.1 and svg/W3C-SVG-1.1-SE to flaky.
Because all tests looks like flaky now. This will be handled on Bug 137138. Additionally
duplicated tests are removed.
* platform/efl/TestExpectations:
2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Implement a barebone ReadableStream interface
https://bugs.webkit.org/show_bug.cgi?id=141045
Reviewed by Benjamin Poulain.
Added readablestream-constructor test that checks ReadableStream properties and state.
Rebased global-constructor-attributes.html expectations to add ReadableStream description.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* streams/readablestream-constructor-expected.txt: Added.
* streams/readablestream-constructor.html: Added.
2015-02-05 Csaba Osztrogonác <ossy@webkit.org>
Remove Mountain Lion specific test expectations
https://bugs.webkit.org/show_bug.cgi?id=141243
Reviewed by Alexey Proskuryakov.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-05 Saam Barati <saambarati1@gmail.com>
Crash in uninitialized deconstructing variable.
https://bugs.webkit.org/show_bug.cgi?id=141070
Reviewed by Michael Saboff.
* js/parser-syntax-check-expected.txt:
* js/script-tests/parser-syntax-check.js:
2015-02-04 Brent Fulgham <bfulgham@apple.com>
[Win] Reactive (some) Media tests. Test results gardening.
* platform/win/TestExpectations:
2015-02-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Improved Console Support for Symbol Objects
https://bugs.webkit.org/show_bug.cgi?id=141173
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update the RemoteObject test to include Symbols.
2015-02-04 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/detached-frame-console.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141267
* TestExpectations: Mark it as such.
2015-02-04 Jer Noble <jer.noble@apple.com>
[Mac][EME] Support ClearKey encryption with AES128-encrypted HLS
https://bugs.webkit.org/show_bug.cgi?id=140825
Reviewed by Eric Carlson.
* http/tests/media/clearkey/clear-key-hls-aes128-expected.txt: Added.
* http/tests/media/clearkey/clear-key-hls-aes128.html: Added.
* http/tests/media/clearkey/support.js: Added.
(stringToUInt8Array):
(uInt8ArrayToString):
(base64EncodeUint8Array):
* http/tests/media/resources/hls/clearkey/crypt0.key: Added.
* http/tests/media/resources/hls/clearkey/iframe_index.m3u8: Added.
* http/tests/media/resources/hls/clearkey/main0.ts: Added.
* http/tests/media/resources/hls/clearkey/prog_index.m3u8: Added.
* media/video-test.js:
(waitForEventOnceOn):
2015-02-04 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179618.
https://bugs.webkit.org/show_bug.cgi?id=141263
Off-by-one error causing flaky behavior in webaudio
/audiobuffersource-negative-playbackrate.html (Requested by
jernoble_ on #webkit).
Reverted changeset:
"[WebAudio] AudioBufferSourceNodes should accurately play
backwards if given a negative playbackRate."
https://bugs.webkit.org/show_bug.cgi?id=140955
http://trac.webkit.org/changeset/179618
2015-02-03 David Hyatt <hyatt@apple.com>
Tables don't repaginate properly when the pagination height changes or the pagination offset changes.
https://bugs.webkit.org/show_bug.cgi?id=141207
<rdar://problem/18387659>
Reviewed by Dean Jackson.
* fast/multicol/table-dynamic-movement-expected.html: Added.
* fast/multicol/table-dynamic-movement.html: Added.
2015-02-04 Said Abou-Hallawa <sabouhallawa@apple.com>
When using SVG as an image, we should load datauri images when these images are not in the image cache.
https://bugs.webkit.org/show_bug.cgi?id=99677.
Reviewed by Darin Adler.
* svg/as-image/resources/image-with-nested-data-uri-images.svg: Added.
This SVG has a tree of depth = 5 of nested data URI images. All the data URI images are
SVG images expect the innermost one which is a png data URI image.
* svg/as-image/resources/image-with-nested-rects.svg: Added.
This SVG produces the same drawing as image-with-nested-data-uri-images.svg does but
it uses <rect> SVG elements instead.
* svg/as-image/svg-image-with-data-uri-background-expected.html: Added.
* svg/as-image/svg-image-with-data-uri-background.html: Added.
Test the data URI SVG as a css background image.
* svg/as-image/svg-image-with-data-uri-from-canvas-expected.html: Added.
* svg/as-image/svg-image-with-data-uri-from-canvas.html: Added.
Test the data URI image when it is the result of drawing an SVG image on a canvas object.
* svg/as-image/svg-image-with-data-uri-images-disabled-expected.html: Added.
* svg/as-image/svg-image-with-data-uri-images-disabled.html: Added.
Ensure the data uri images are not loaded if imagesEnabled is turned off.
* svg/as-image/svg-image-with-data-uri-reloading-expected.html: Added.
* svg/as-image/svg-image-with-data-uri-reloading.html: Added.
Test the data URI SVG when reloading the page.
* svg/as-image/svg-image-with-data-uri-use-data-uri-expected.svg: Added.
* svg/as-image/svg-image-with-data-uri-use-data-uri.svg: Added.
Test the data URI image when it is referenced from an SVG <use> tag.
* svg/as-image/svg-image-with-svg-data-uri-expected.html: Added.
* svg/as-image/svg-image-with-svg-data-uri.html: Added.
Test the data URI image when it is referenced from an HTML <img> tag.
2015-02-04 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Mark http/tests/media/video-preload.html flaky.
* platform/mac/TestExpectations:
2015-02-04 Jer Noble <jer.noble@apple.com>
[WebAudio] AudioBufferSourceNodes should accurately play backwards if given a negative playbackRate.
https://bugs.webkit.org/show_bug.cgi?id=140955
Reviewed by Eric Carlson.
* webaudio/audiobuffersource-negative-playbackrate-expected.wav: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated-expected.wav: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated.html: Added.
* webaudio/audiobuffersource-negative-playbackrate.html: Added.
Get rid of extra HRTF padding as it's now unnecessary.
* webaudio/resources/note-grain-on-testing.js:
(createSignalBuffer):
(verifyStartAndEndFrames):
2015-02-04 Eric Carlson <eric.carlson@apple.com>
video.attribute should not return true just because of fullscreen
https://bugs.webkit.org/show_bug.cgi?id=141219
Reviewed by Dean Jackson.
* media/video-fullscreeen-only-controls-expected.txt: Update.
* media/video-fullscreeen-only-controls.html: Ditto.
2015-02-04 Alexey Proskuryakov <ap@apple.com>
inspector/css/selector-dynamic-specificity.html is very slow on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=141252
* platform/mac-wk2/TestExpectations: Added an expectation.
2015-02-03 Youenn Fablet <youenn.fablet@crf.canon.fr>
Unreviewed. Marking web-platform-tests as Skip to stop running wpt server.
* LayoutTests/TestExpectations:
2015-02-03 Youenn Fablet <youenn.fablet@crf.canon.fr>
Unreviewed. Marking web-platform-tests as failed until wpt server can be properly relaunched.
* LayoutTests/TestExpectations:
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[Win] More test results gardening.
* platform/win/TestExpectations:
2015-02-03 Maciej Stachowiak <mjs@apple.com>
Crash when printing snapshotted plugins
https://bugs.webkit.org/show_bug.cgi?id=141212
Reviewed by Simon Fraser.
This test would crash without the fix due to a bad cast to RenderBox. <object>
is not prepared to have rendered inline children when rendering a plugin.
* plugins/snapshotting/print-snapshotted-plugin-expected.txt: Added.
* plugins/snapshotting/print-snapshotted-plugin.html: Added.
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed. Activate more tests.
* platform/win/TestExpectations: Unskip the DOM4 constructor and cursor visibility
tests (since they work).
2015-02-03 Ryosuke Niwa <rniwa@webkit.org>
Commit the forgotten expected result supposed to be added in r179569.
* editing/inserting/smart-quote-with-all-configurations-expected.txt: Added.
2015-02-03 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Reviewed by Zalan Bujtas.
This failure means that the GC timer fires after readystatechange event. As a
speculative fix, start the timer before starting the load, so that it's certain to
finish earlier.
* http/tests/xmlhttprequest/event-listener-gc.html:
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[Win] Mark some debug assertion failures to be skipped.
* platform/win/TestExpectations:
2015-02-03 Ryosuke Niwa <rniwa@webkit.org>
Smart quoting could move the caret backwards in some configurations
https://bugs.webkit.org/show_bug.cgi?id=141203
Reviewed by Enrica Casucci.
Added a regression test for smart quote under all combinations of
spellchecking and substitution configurations.
* editing/inserting/smart-quote-with-all-configurations-expected.txt: Added.
* editing/inserting/smart-quote-with-all-configurations.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/win/TestExpectations:
* platform/wk2/TestExpectations:
2015-02-02 Enrica Casucci <enrica@apple.com>
Additional emoji support.
https://bugs.webkit.org/show_bug.cgi?id=141047
rdar://problem/19045135
Reviewed by Darin Adler.
* editing/deleting/delete-emoji.html: Added.
* editing/deleting/delete-emoji-expected.txt: Added.
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[Win] Lint cleanup of Windows TestExpectations (Unreviewed)
* platform/win/TestExpectations:
2015-02-03 Jer Noble <jer.noble@apple.com>
Passing invalid values to OfflineAudioContext's constructor should not crash.
https://bugs.webkit.org/show_bug.cgi?id=141197
Reviewed by Darin Adler.
* webaudio/offlineaudiocontext-constructor-expected.txt: Added.
* webaudio/offlineaudiocontext-constructor.html: Added.
2015-02-03 Jer Noble <jer.noble@apple.com>
[MSE] Setting timestampOffset does not change the timestamps in the actual sample, leading to visual and audible errors.
https://bugs.webkit.org/show_bug.cgi?id=140929
Reviewed by Darin Adler.
* media/media-source/media-source-timeoffset-expected.txt: Added.
* media/media-source/media-source-timeoffset.html: Added.
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[WIn] Unreviewed test updates.
* platform/win/TestExpectations:
2015-02-03 Jer Noble <jer.noble@apple.com>
[Mac] HLS audio is not correctly selected according to system language
https://bugs.webkit.org/show_bug.cgi?id=140398
rdar://problem/19218487
Reviewed by Darin Adler.
* http/tests/media/hls/hls-audio-tracks-locale-selection-expected.txt: Added.
* http/tests/media/hls/hls-audio-tracks-locale-selection.html: Added.
* http/tests/media/resources/hls/audio-tracks.m3u8:
2015-02-03 Piotr Krysiewicz <p.krysiewicz@samsung.com>
[EFL] fast/borders/mixed-border-style2.html fails due to missing -expected.txt
https://bugs.webkit.org/show_bug.cgi?id=141080
Unreviewed EFL gardening
Wrong: Test has no expected result
Right: Test has an expected result as well as an image showing
the correct page render
* platform/efl/fast/borders/mixed-border-style2-expected.png: Added.
* platform/efl/fast/borders/mixed-border-style2-expected.txt: Added.
2015-02-02 Brent Fulgham <bfulgham@apple.com>
[Win] Activate HTTP tests
* platform/win/TestExpectations:
* platform/win/fast/dom/adopt-node-crash-2-expected.txt:
2015-02-02 Benjamin Poulain <benjamin@webkit.org>
JIT Compile simple cases of :nth-last-child()
https://bugs.webkit.org/show_bug.cgi?id=141053
Reviewed by Andreas Kling.
There was almost no test coverage for :nth-last-child(). I copied the main tests
from :nth-child() and updated the expected results.
This is not ideal because we should have style update tests targetting
backward invalidation... Still better than nothing :)
* fast/selectors/nth-last-child-as-first-simple-selector-style-update-expected.txt: Added.
* fast/selectors/nth-last-child-as-first-simple-selector-style-update.html: Added.
* fast/selectors/nth-last-child-basics-expected.txt: Added.
* fast/selectors/nth-last-child-basics.html: Added.
* fast/selectors/nth-last-child-bounds-expected.txt: Added.
* fast/selectors/nth-last-child-bounds.html: Added.
* fast/selectors/nth-last-child-chained-expected.txt: Added.
* fast/selectors/nth-last-child-chained.html: Added.
* fast/selectors/nth-last-child-on-root-expected.txt: Added.
* fast/selectors/nth-last-child-on-root.html: Added.
* fast/selectors/nth-last-child-style-update-expected.txt: Added.
* fast/selectors/nth-last-child-style-update.html: Added.
* fast/selectors/nth-last-child-with-backtracking-expected.txt: Added.
* fast/selectors/nth-last-child-with-backtracking.html: Added.
* fast/selectors/several-nth-last-child-expected.txt: Added.
* fast/selectors/several-nth-last-child.html: Added.
2015-02-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Update flakiness tests on W3C SVG 1.1 tests.
* platform/efl/TestExpectations:
2015-02-02 Benjamin Poulain <bpoulain@apple.com>
Clean up attribute handling: part 2 - attributeNode
https://bugs.webkit.org/show_bug.cgi?id=141109
Reviewed by Andreas Kling.
Improve the coverage a little.
Not everything is right yet: some getters return an empty string when they
should return null.
* fast/dom/Element/attribute-ascii-case-insensitive-1-expected.txt:
This is now fixed :)
* fast/dom/Element/attribute-ascii-case-insensitive-3-expected.txt: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-3.html: Added.
Test prefixed-like attribute defined through the parser.
* fast/dom/Element/attribute-setAttributeNode-multiple-times-expected.txt: Added.
* fast/dom/Element/attribute-setAttributeNode-multiple-times.html: Added.
Make sure we don't accumulate nodes.
* fast/dom/Element/attribute-setAttributeNodeNS-multiple-times-expected.txt: Added.
* fast/dom/Element/attribute-setAttributeNodeNS-multiple-times.html: Added.
Same without the crazy setter.
* fast/dom/Element/script-tests/getAttribute-check-case-sensitivity.js:
* fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt:
With the latest spec, getting a node with any uppercase character through
getAttributeNode() always fails. Update the test to use .getAttributeNodeNS()
were needed.
* fast/dom/Element/mozilla-dom-base-tests/test_bug1075702-expected.txt: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug1075702.html: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug339494-expected.txt: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug339494.html: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug364092-expected.txt: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug364092.xhtml: Added.
(testGetAttributeNodeMixedCase):
(testAttribNodeNamePreservesCaseGetNode):
(testAttribNodeNamePreservesCaseGetNode2):
Some related tests from Gecko, for completeness.
* fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt:
* fast/dom/Element/setAttributeNode-case-insensitivity.html:
Test that the getAttribute part of setAttributeNode() do not ignore the prefix. The spec
says to use the name, not the localname.
* fast/dom/Element/setAttributeNode-for-existing-attribute-expected.txt:
* fast/dom/Element/setAttributeNode-for-existing-attribute.html:
This test was for legacy behavior that came from Firefox. Firefox does not do that anymore.
Keep the test around for regression catching, but add a sentence explaining the 'incorrect'
behavior.
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-1-expected.txt: Added.
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-1.html: Added.
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-2-expected.txt: Added.
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-2.html: Added.
Some coverage for the name overriding craziness.
2015-02-02 Joseph Pecoraro <pecoraro@apple.com>
Rebaseline test with new expected results.
* http/tests/inspector-protocol/access-inspected-object-expected.txt:
2015-02-02 Benjamin Poulain <benjamin@webkit.org>
Multiple CSS plus selector not working after checkbox:checked
https://bugs.webkit.org/show_bug.cgi?id=110594
Reviewed by Darin Adler.
I fixed the bug not so long ago.
This patch adds coverage for :checked since internal states
tend to have tricky update behaviors.
* fast/selectors/checked-direct-adjacent-style-update-1-expected.txt: Added.
* fast/selectors/checked-direct-adjacent-style-update-1.html: Added.
* fast/selectors/checked-direct-adjacent-style-update-2-expected.txt: Added.
* fast/selectors/checked-direct-adjacent-style-update-2.html: Added.
* fast/selectors/checked-direct-adjacent-style-update-3-expected.txt: Added.
* fast/selectors/checked-direct-adjacent-style-update-3.html: Added.
* fast/selectors/checked-direct-adjacent-style-update-4-expected.txt: Added.
* fast/selectors/checked-direct-adjacent-style-update-4.html: Added.
2015-01-30 Roger Fong <roger_fong@apple.com>
WebGL2: Implement spec section 3.7.1 Setting and getting state (Part 1).
https://bugs.webkit.org/show_bug.cgi?id=141096
<rdar://problem/15002469>
Reviewed by Brent Fulgham.
Two read format parameters were moved from the WebGL2 spec to the WebGL1 spec. Update tests accordingly.
* fast/canvas/webgl/constants.html:
* fast/canvas/webgl/webgl-specific-expected.txt:
* fast/canvas/webgl/webgl-specific.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/misc/webgl-specific.html:
2015-02-02 Daniel Bates <dabates@apple.com>
[iOS] ASSERTION FAILED: m_scriptExecutionContext->isContextThread() in ContextDestructionObserver::observeContext
https://bugs.webkit.org/show_bug.cgi?id=141057
<rdar://problem/19068790>
Reviewed by Alexey Proskuryakov.
Un-skip crypto tests. Also, group skip entries for tests crypto/subtle/{rsa-indexeddb, rsa-indexeddb-non-exportable}.html
with other skipped IndexedDB tests.
* platform/ios-simulator/TestExpectations:
2015-02-01 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179467 and r179470.
https://bugs.webkit.org/show_bug.cgi?id=141144
Broke svg/custom/use-events-crash.svg (Requested by ap on
#webkit).
Reverted changesets:
"Stop dispatching events with SVGElementInstance objects as
their targets"
https://bugs.webkit.org/show_bug.cgi?id=141108
http://trac.webkit.org/changeset/179467
"REGRESSION(r179467): svg/custom/use-events-crash.svg times
out"
http://trac.webkit.org/changeset/179470
2015-02-01 Alexey Proskuryakov <ap@apple.com>
REGRESSION(r179467): svg/custom/use-events-crash.svg times out
Looks like the new test (svg/custom/use-event-retargeting.html) somehow breaks
subsequent one, let's try skipping it for now.
* TestExpectations:
2015-01-31 Darin Adler <darin@apple.com>
Stop dispatching events with SVGElementInstance objects as their targets
https://bugs.webkit.org/show_bug.cgi?id=141108
Reviewed by Anders Carlsson.
Many tests are no longer relevant once we aren't doing this any more.
* platform/gtk/svg/custom/use-instanceRoot-event-bubbling-expected.png: Removed.
* platform/gtk/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
* platform/gtk/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* svg/custom/use-instanceRoot-modifications.svg: Removed.
* svg/custom/use-instanceRoot-with-use-removed-expected.txt: Removed.
* svg/custom/use-instanceRoot-with-use-removed.svg: Removed.
* svg/custom/resources/use-instanceRoot-event-bubbling.js: Updated this test to expect
the events to be dispatched with the SVGUseElement as the target. I talked this over with
Sam Weinig and we decided this is good behavior for now, and it almost matches what the
spec says. Might be worth refining later.
* svg/custom/use-instanceRoot-event-bubbling-expected.txt: Updated expected results.
* svg/custom/use-instanceRoot-event-bubbling.xhtml: Tweaked the test a little. It still
could use improvement; it's like half a "repaint test", which is strange.
* svg/custom/use-event-retargeting-expected.txt: Added. Got this test from Blink.
* svg/custom/use-event-retargeting.html: Added. Ditto.
2015-02-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewd EFL gardening. Add new failing tests related to W3C SVG 1.1.
* platform/efl/TestExpectations:
2015-02-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Update crash tests related to webgl because
webgl isn't supported by EFL port at the moment.
* platform/efl/TestExpectations:
2015-02-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Update tests which don't have expectation result yet.
* platform/efl/TestExpectations:
2015-01-31 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Update flaky tests regarding W3C SVG 1.1 tests.
* platform/efl/TestExpectations:
2015-01-31 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test machine configuration change.
* http/conf/apache2.4-httpd-win.conf: Provide reasonable default PidFile location for xampp-based install.
2015-01-31 Myles C. Maxfield <litherum@gmail.com>
REGRESSION (r177689): Emoji variation sequences rendered incorrectly (as characters from other non-emoji font)
https://bugs.webkit.org/show_bug.cgi?id=141112
Reviewed by Sam Weinig.
* platform/mac/fast/text/combining-mark-paint-expected.html: Added.
* platform/mac/fast/text/combining-mark-paint.html: Added.
2015-01-31 Michael Saboff <msaboff@apple.com>
Crash (DFG assertion) beneath AbstractInterpreter::verifyEdge() @ http://experilous.com/1/planet-generator/2014-09-28/version-1
https://bugs.webkit.org/show_bug.cgi?id=141111
Reviewed by Filip Pizlo.
New tests.
* js/regress-141111-expected.txt: Added.
* js/regress-141111.html: Added.
* js/script-tests/regress-141111.js: Added.
(MyObject):
(foo):
(.result):
(bar):
2015-01-31 Antti Koivisto <antti@apple.com>
Enable WebKit disk cache on OS X
https://bugs.webkit.org/show_bug.cgi?id=141022
Reviewed by Gavin Barraclough.
* TestExpectations: Enable the test for cache functionality.
2015-01-31 Youenn Fablet <youenn.fablet@crf.canon.fr>
Import W3C web platform tests infrastructure
https://bugs.webkit.org/show_bug.cgi?id=140934
Reviewed by Ryosuke Niwa.
* TestExpectations: added lines to skip web-platform-tests
infrastructure folders. Added one line for a partially passing test.
2015-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
Implement ES6 Symbol
https://bugs.webkit.org/show_bug.cgi?id=140435
Reviewed by Geoffrey Garen.
* js/script-tests/symbol-abstract-equality-comparison.js: Added.
(Pair):
(relationalOperators.forEach):
* js/script-tests/symbol-abstract-relational-comparison.js: Added.
(relationalOperators.forEach):
* js/script-tests/symbol-in-map.js: Added.
(set shouldBe):
* js/script-tests/symbol-object.js: Added.
* js/script-tests/symbol-prototype-is-ordinary-object.js: Added.
* js/script-tests/symbol-strict-equality-comparison.js: Added.
(Pair):
(relationalOperators.forEach):
* js/script-tests/symbol-tostring.js: Added.
* js/script-tests/symbols.js: Renamed from LayoutTests/js/script-tests/names.js.
(forIn):
* js/symbol-abstract-equality-comparison-expected.txt: Added.
* js/symbol-abstract-equality-comparison.html: Copied from LayoutTests/js/names.html.
* js/symbol-abstract-relational-comparison-expected.txt: Added.
* js/symbol-abstract-relational-comparison.html: Copied from LayoutTests/js/names.html.
* js/symbol-in-map-expected.txt: Added.
* js/symbol-in-map.html: Copied from LayoutTests/js/names.html.
* js/symbol-object-expected.txt: Added.
* js/symbol-object.html: Copied from LayoutTests/js/names.html.
* js/symbol-prototype-is-ordinary-object-expected.txt: Added.
* js/symbol-prototype-is-ordinary-object.html: Copied from LayoutTests/js/names.html.
* js/symbol-strict-equality-comparison-expected.txt: Added.
* js/symbol-strict-equality-comparison.html: Copied from LayoutTests/js/names.html.
* js/symbol-tostring-expected.txt: Added.
* js/symbol-tostring.html: Copied from LayoutTests/js/names.html.
* js/symbols-expected.txt: Renamed from LayoutTests/js/names-expected.txt.
* js/symbols.html: Renamed from LayoutTests/js/names.html.
2015-01-30 Dariusz Frankiewicz <d.frankiewic@samsung.com>
[EFL] Gardening: update some accessibility tests as failed
https://bugs.webkit.org/show_bug.cgi?id=141034
Unreviewed EFL gardening.
* platform/efl/TestExpectations:
* platform/efl/accessibility/roles-exposed-expected.txt:
update expectation after bumping ATK to 2.15.2
2015-01-30 Piotr Pajak <p.pajak@samsung.com>
[EFL] Mark test css3/masking/mask-repeat-space-padding.html as passing
https://bugs.webkit.org/show_bug.cgi?id=141077
Unreviewed EFL gardening.
* platform/efl/TestExpectations:
2015-01-30 Karol Pawlowski <k.pawlowski@samsung.com>
[EFL] Rebaseline efl/js/dom/global-constructors-attributes-expected.txt
https://bugs.webkit.org/show_bug.cgi?id=141029
Unreviewed EFL gardening
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
2015-01-30 Chris Dumez <cdumez@apple.com>
When no background-size is specified on the 2nd background layer, it takes the first instead of the initial value
https://bugs.webkit.org/show_bug.cgi?id=141059
Reviewed by Antti Koivisto.
Add layout test to cover the case where we have 2 background layers, with an explicit
size only for the first one.
* fast/css/background-layers-initial-size-expected.txt: Added.
* fast/css/background-layers-initial-size.html: Added.
2015-01-30 Matthew Mirman <mmirman@apple.com>
Added a test for JSON.stringify on ClientRect.
https://bugs.webkit.org/show_bug.cgi?id=141063
<rdar://problem/18437653>
Reviewed by Oliver Hunt.
* js/resources/JSON-stringify.js:
(createTests.var):
(createTests.result):
* js/resources/JSON-stringify-expected.txt:
2015-01-30 Brent Fulgham <bfulgham@apple.com>
[Win] Switch to Apache on Windows
https://bugs.webkit.org/show_bug.cgi?id=141060
Reviewed by Alexey Proskuryakov.
Add a new Windows XAMPP Apache configuration file for running
the http test suite on Windows.
Reviewed by Alexey Proskuryakov.
* http/conf/apache2.4-httpd-win.conf: Added.
2015-01-29 Chris Dumez <cdumez@apple.com>
Unreviewed. Further rebaselining after r179368.
* platform/mac-mavericks/fast/forms/select-visual-hebrew-expected.txt: Added.
2015-01-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, gardening on EFL port. some tests aren't flaky anymore.
Unskip those tests on EFL port.
* platform/efl/TestExpectations:
2015-01-29 Darin Adler <darin@apple.com>
Remove SVGUseElement.instanceRoot and all tests that depend on it
https://bugs.webkit.org/show_bug.cgi?id=141025
Reviewed by Anders Carlsson.
* platform/gtk/TestExpectations: Removed expected failure for now-removed test.
* platform/ios-simulator-wk2/TestExpectations: Ditto.
* platform/mac/TestExpectations: Ditto.
* platform/gtk/svg/custom/use-elementInstance-event-target-expected.png: Removed.
* platform/gtk/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/gtk/svg/custom/use-elementInstance-methods-expected.png: Removed.
* platform/gtk/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/mac/svg/custom/use-elementInstance-event-target-expected.png: Removed.
* platform/mac/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/mac/svg/custom/use-elementInstance-methods-expected.png: Removed.
* platform/mac/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* svg/custom/element-instance-held-by-js-crash-expected.txt: Removed.
* svg/custom/element-instance-held-by-js-crash.svg: Removed.
* svg/custom/resources/use-instanceRoot-event-bubbling.js: Find element by id instead
of using use.instanceRoot.correspondingElement.
* svg/custom/resources/use-instanceRoot-event-listeners.js: Removed.
* svg/custom/use-crash-using-children-before-destroy.svg: Removed a line of code that
got at the instanceRoot. It's possible this test no longer has value, and if so, then
we could later delete it, but it does no harm.
* svg/custom/use-elementInstance-event-target.svg: Removed.
* svg/custom/use-elementInstance-methods.svg: Removed.
* svg/custom/use-instanceRoot-as-event-target-expected.txt: Removed.
* svg/custom/use-instanceRoot-as-event-target.xhtml: Removed.
* svg/custom/use-instanceRoot-event-listener-liveness-expected.txt: Removed.
* svg/custom/use-instanceRoot-event-listener-liveness.xhtml: Removed.
* svg/custom/use-instanceRoot-event-listeners-expected.txt: Removed.
* svg/custom/use-instanceRoot-event-listeners.xhtml: Removed.
* svg/custom/use-instanceRoot-modifications.svg: Removed the part of this that involved
the instanceRoot property. It's possible this test now has reduced value, and if so, we
could later delete it but it does no harm.
* svg/custom/use-instanceRoot-with-use-removed.svg: Removed the use of instanceRoot
and correspondingUseElement. Not certain this remains a useful test. Also converted line
endings to LF instead of CRLF.
* svg/custom/use-listener-append-crash.html: Get elements by id instead of instanceRoot.
* svg/custom/use-modify-target-container.svg: Ditto.
* svg/custom/use-modify-target-symbol.svg: Ditto.
* svg/custom/use-on-use-with-child-expected.txt: Updated since we don't dump an instance
tree any more.
* svg/custom/use-on-use-with-child.svg: Removed the part about dumping the instance tree,
and added in the part about dragging to make sure it doesn't crash.
* svg/dom/use-transform.svg: Get element by id instead of instanceRoot.
2015-01-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL port gardening. Some tests have been passed since r172999 though,
those have marked with "Failure".
* platform/efl/TestExpectations:
2015-01-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, gardening on EFL port. Unskip tests which don't come to crash or
timeout anymore.
* platform/efl/TestExpectations:
2015-01-29 Sam Weinig <sam@webkit.org>
More follow up to https://bugs.webkit.org/show_bug.cgi?id=141038
* platform/mac-mavericks/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
2015-01-29 Sam Weinig <sam@webkit.org>
Follow up to https://bugs.webkit.org/show_bug.cgi?id=141038
Update test results on Yosemite now that we don't use the screen font
in controls.
* platform/mac/fast/css/rtl-ordering-expected.png:
* platform/mac/fast/css/rtl-ordering-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.png:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/select-visual-hebrew-expected.png:
* platform/mac/fast/forms/select-visual-hebrew-expected.txt:
* platform/mac/fast/forms/select-writing-direction-natural-expected.png:
* platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
2015-01-29 Ryosuke Niwa <rniwa@webkit.org>
Skip these two tests in the stress testing since the feature isn't enabled.
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
2015-01-29 Eric Carlson <eric.carlson@apple.com>
media/track/track-in-band-cues-added-once.html fails sometimes
https://bugs.webkit.org/show_bug.cgi?id=138806
Reviewed by Brent Fulgham.
* media/track/track-in-band-cues-added-once-expected.txt: Update results.
* media/track/track-in-band-cues-added-once.html: Seek before beginning playback so
the media engine is more likely to buffer and process the initial cue.
* platform/mac/TestExpectations: Unskip track-in-band-cues-added-once.html.
2015-01-29 Eric Carlson <eric.carlson@apple.com>
REGRESSION (OS X 10.10.2): media/track/track-in-band-style.html frequently times out
https://bugs.webkit.org/show_bug.cgi?id=140974
Reviewed by Brent Fulgham.
* media/track/track-in-band-style-expected.txt: Updated.
* media/track/track-in-band-style.html: Introduce a brief pause between receiving the 'seeked'
event and checking caption style to allow for media engine latency. Add additional logging
when the test fails to make future failure diagnosis easier.
* platform/mac/TestExpectations: Remove track-in-band-style.html.
2015-01-29 Ryosuke Niwa <rniwa@webkit.org>
Implement ES6 class syntax without inheritance support
https://bugs.webkit.org/show_bug.cgi?id=140918
Reviewed by Geoffrey Garen.
Added two tests for class declarations and class expressions.
* TestExpectations:
* js/class-syntax-declaration-expected.txt: Added.
* js/class-syntax-declaration.html: Added.
* js/class-syntax-expression-expected.txt: Added.
* js/class-syntax-expression.html: Added.
* js/script-tests/class-syntax-declaration.js: Added.
* js/script-tests/class-syntax-expression.js: Added.
2015-01-29 Simon Fraser <simon.fraser@apple.com>
Border-radius clipping on a stacking context causes descendants to not render
https://bugs.webkit.org/show_bug.cgi?id=140536
Reviewed by Zalan Bujtas.
Ref test that clips out the middle of a composited rounded-rect overflow element,
and also tests reflections.
* compositing/clipping/border-radius-stacking-context-clip-expected.html: Added.
* compositing/clipping/border-radius-stacking-context-clip.html: Added.
2015-01-29 Sam Weinig <sam@webkit.org>
Remove support for screen font substitution
https://bugs.webkit.org/show_bug.cgi?id=141038
Reviewed by Tim Horton.
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
Update results now that buttons always use printer fonts. We were accidentally
allowing buttons to use screen fonts, which usually didn't make a difference,
but does with some fallback fonts.
2015-01-20 David Hyatt <hyatt@apple.com>
Japanese line breaking rules need to be respected before and after Ruby.
https://bugs.webkit.org/show_bug.cgi?id=91588
<rdar://problem/17306535>
Reviewed by Dean Jackson.
* fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt:
* fast/ruby/ruby-block-style-not-updated-with-before-after-content.html:
* fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt:
* fast/ruby/ruby-inline-style-not-updated-with-before-after-content.html:
* fast/ruby/ruby-punctuation-avoid-breaking-expected.html: Added.
* fast/ruby/ruby-punctuation-avoid-breaking.html: Added.
2015-01-29 Alexey Proskuryakov <ap@apple.com>
Mark more tests as slow in debug.
* TestExpectations:
2015-01-29 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Improved Console Format for Set and Map Objects (like Arrays)
https://bugs.webkit.org/show_bug.cgi?id=122867
Reviewed by Timothy Hatcher.
* TestExpectations:
Inspector tests are still flakey on bots, so skip the test.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update based on Runtime.ObjectPreview changes.
* inspector/model/remote-object-weak-collection-expected.txt: Added.
* inspector/model/remote-object-weak-collection.html: Added.
New test for weak collection handling.
2015-01-28 Michael Catanzaro <mcatanzaro@igalia.com>
security/mixedContent/redirect-https-to-http-iframe-in-main-frame test is the same as security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html
https://bugs.webkit.org/show_bug.cgi?id=140876
Reviewed by Darin Adler.
Fix the test so it's not identical to the redirect-http-to-https-iframe-in-main-frame
test, and update the expected results.
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html:
2015-01-28 Benjamin Poulain <bpoulain@apple.com>
Start fixing the handling of Element's attributes when they contain non-ASCII characters
https://bugs.webkit.org/show_bug.cgi?id=141016
Reviewed by Ryosuke Niwa.
Start some basic testing.
Some tests are failing due to the more complicated case being handled incorrectly, this will
be fixed in follow ups.
* fast/css/attribute-ascii-case-insensitive-html-expected.html: Added.
* fast/css/attribute-ascii-case-insensitive-html.html: Added.
* fast/css/attribute-ascii-case-insensitive-xhtml-expected.xhtml: Added.
* fast/css/attribute-ascii-case-insensitive-xhtml.xhtml: Added.
* fast/css/attribute-ascii-case-insensitive-xml-in-html-expected.html: Added.
* fast/css/attribute-ascii-case-insensitive-xml-in-html.html: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-1-expected.txt: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-1.html: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-2-expected.txt: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-2.html: Added.
* fast/selectors/attribute-ascii-case-insensitive-style-update-expected.txt: Added.
* fast/selectors/attribute-ascii-case-insensitive-style-update.html: Added.
* fast/selectors/element-matches-attribute-ascii-case-insensitive-html-expected.txt: Added.
* fast/selectors/element-matches-attribute-ascii-case-insensitive-html.html: Added.
* fast/selectors/querySelector-attribute-ascii-case-insensitive-html-expected.txt: Added.
* fast/selectors/querySelector-attribute-ascii-case-insensitive-html.html: Added.
2015-01-28 Brent Fulgham <bfulgham@apple.com>
[Win] Actually delete the file!
* platform/win/fast/events/ondrop-text-htmlt-expected.txt: Removed.
2015-01-28 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening. Get rid of misspelled expected file.
Get rid of the 'ondrop-text-htmlt-expected.txt' file, and commit a new baseline
from the test system.
* platform/win/fast/events/ondrop-text-htmlt-expected.txt: Removed.
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
2015-01-28 Chris Dumez <cdumez@apple.com>
Regression(r177494): Bad cast to WebKitCSSResourceValue in StyleBuilderConverter::convertMaskImageOperations()
https://bugs.webkit.org/show_bug.cgi?id=140991
<rdar://problem/19625305>
Reviewed by Antti Koivisto.
Add layout test to cover the case where a CSSValue is incorrectly casted to
a WebKitCSSResourceValue in StyleBuilderConverter::convertMaskImageOperations(),
thus hitting an assertion in downcast<>() on debug builds.
* css3/masking/mask-image-initial-value-crash-expected.txt: Added.
* css3/masking/mask-image-initial-value-crash.html: Added.
2015-01-28 Brent Fulgham <bfulgham@apple.com>
[Win] More gardening to get the bot green.
* css3/scroll-snap/resources: Added.
* platform/win/TestExpectations:
* platform/win/fast/events/ondrop-text-html-expected.txt: Copied from platform/win/fast/events/ondrop-text-htmlt-expected.txt.
* platform/win/fast/events/ondrop-text-htmlt-expected.txt: Removed.
* platform/win/fast/html/marquee-scrollamount-expected.txt: Added.
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/win/fast/text/fallback-traits-fixup-expected.txt:
* platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
2015-01-28 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening. Reskip some region tests.
* platform/win/TestExpectations:
2015-01-28 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Implement support for new AtkRole types for MathML
https://bugs.webkit.org/show_bug.cgi?id=140916
Reviewed by Chris Fleizach.
* accessibility/math-multiscript-attributes.html: Added.
* accessibility/roles-exposed.html: New test cases added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/gtk/accessibility/math-multiscript-attributes-expected.txt: Added.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac/accessibility/math-multiscript-attributes-expected.txt: Added.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test cases.
2015-01-28 Brent Fulgham <bfulgham@apple.com>
REGRESSION: Re-skip media tests. (Unreviewed)
https://bugs.webkit.org/show_bug.cgi?id=140995
* platform/win/TestExpectations: Re-skip the tests.
2015-01-27 Alexey Proskuryakov <ap@apple.com>
REGRESSION (OS X 10.10.2): media/track/track-in-band-style.html frequently times out
https://bugs.webkit.org/show_bug.cgi?id=140974
* platform/mac/TestExpectations: Added an expectation.
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] Re-enable Sputnik.
* platform/win/TestExpectations:
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
2015-01-27 Roger Fong <roger_fong@apple.com>
WebGL2: Disable various extensions on WebGL2 context that have been promoted to core.
https://bugs.webkit.org/show_bug.cgi?id=140907.
<rdar://problem/19545857>
Reviewed by Brent Fulgham.
* fast/canvas/webgl/constants.html:
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] More Windows rebaselines.
* platform/win/fast/events/ondrop-text-htmlt-expected.txt: Added.
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/win/fast/text/fallback-traits-fixup-expected.txt:
* platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
2015-01-27 Eric Carlson <eric.carlson@apple.com>
Simplify http/tests/media/video-play-stall.html
https://bugs.webkit.org/show_bug.cgi?id=140630
Reviewed by Brent Fulgham.
* http/tests/media/video-play-stall-expected.txt:
* http/tests/media/video-play-stall.html:
* http/tests/media/video-play-waiting-expected.txt: Added.
* http/tests/media/video-play-waiting.html: Added.
* media/content/long-test.mp4: Added. New media file with 30 second duration.
* media/content/long-test.ogv: Ditto.
* platform/mac/TestExpectations: Remove video-play-stall.html from the skip list. Mark
video-play-waiting.html as flakey as it sometimes times out.
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] Another round of bug filing and expectation updates.
* platform/win/TestExpectations:
* platform/win/fast/selectors: Added.
* platform/win/fast/selectors/064-expected.txt: Added.
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/win/fast/text/backslash-to-yen-sign-expected.png: Added.
* platform/win/fast/text/drawBidiText-expected.txt: Added.
* platform/win/fast/text/fallback-traits-fixup-expected.txt:
* platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/win/fast/text/international/hindi-spacing-expected.txt: Added.
* platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Removed property svn:executable.
* platform/win/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
* platform/win/fast/text/unicode-variation-selector-expected.txt:
* platform/win/fast/text/whitespace: Added.
* platform/win/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: Added.
* platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/win/fast/writing-mode/fieldsets-expected.txt: Added.
* platform/win/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: Removed.
* platform/win/printing/iframe-print-expected.txt: Added.
* platform/win/transforms/2d/zoom-menulist-expected.txt: Added.
2015-01-27 Benjamin Poulain <benjamin@webkit.org>
Import the layout test style-sharing-type-and-readonly.html from blink
https://bugs.webkit.org/show_bug.cgi?id=125280
Reviewed by Sergio Villar Senin.
I fixed the bug a while ago but having one more test seems valuable.
This test is from blink: https://codereview.chromium.org/27033011
by Elliott Sprehn.
* fast/css/style-sharing-type-and-readonly-expected.txt: Added.
* fast/css/style-sharing-type-and-readonly.html: Added.
2015-01-27 Benjamin Poulain <benjamin@webkit.org>
Import some extra tests for r179132
https://bugs.webkit.org/show_bug.cgi?id=140930
Reviewed by Sam Weinig.
Add some tests that were done from previous attempts at fixing
the bug.
* fast/dom/SelectorAPI/tag-case-insensitive-expected.txt: Added.
* fast/dom/SelectorAPI/tag-case-insensitive.html: Added.
* fast/dom/SelectorAPI/tag-case-sensitive-expected.txt: Added.
* fast/dom/SelectorAPI/tag-case-sensitive.xhtml: Added.
* svg/css/case-sensitive-tags-expected.txt: Added.
* svg/css/case-sensitive-tags.html: Added.
* svg/dom/tag-case-sensitive-svg-in-html-expected.txt: Added.
* svg/dom/tag-case-sensitive-svg-in-html.html: Added.
Those tests were created by Alexandru Chiculita for
https://bugs.webkit.org/show_bug.cgi?id=83438
The patch was rejected at the time due to the perf impact.
That has been solved since then by the CSS JIT.
* svg/css/foreignObject-case-styling-expected.html: Added.
* svg/css/foreignObject-case-styling.html: Added.
This test is from Boris Zbarsky when he reported
https://bugs.webkit.org/show_bug.cgi?id=79444.
2015-01-27 Daniel Bates <dabates@apple.com>
[iOS] Update test results and test expectations
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/css3/blending/blend-mode-simple-composited-expected.txt:
* platform/ios-simulator/css3/blending/blend-mode-simple-expected.txt:
2015-01-26 Sylvain Galineau <galineau@adobe.com>
CSSKeyframesRule::findRule() and deleteRule() should delete the last matching rule, not the first
https://bugs.webkit.org/show_bug.cgi?id=139732
Reviewed by Dean Jackson and Darin Adler.
Update existing keyframes OM tests to check for findRule/deleteRule matching order i.e. find/delete last specified rule.
* animations/keyframes-rule-expected.txt:
* animations/keyframes-rule.html:
* animations/unprefixed-keyframes-rule-expected.txt:
* animations/unprefixed-keyframes-rule.html:
2015-01-27 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline fast/css/css2-system-fonts.html on iOS.
Rebaseline fast/css/css2-system-fonts.html on iOS after r179168.
* platform/ios-sim-deprecated/fast/css/css2-system-fonts-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/css2-system-fonts-expected.txt:
* platform/ios-simulator/fast/css/css2-system-fonts-expected.txt: Removed.
2015-01-27 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/16801814> Media controls do not appear in 2 DRT tests
This doesn't appear to happen any more, although the tests are still flaky due to
flaky font metrics.
* platform/mac/TestExpectations:
* platform/mac/media/controls-without-preload-expected.txt:
2015-01-27 Chris Dumez <cdumez@apple.com>
Unreviewed. Rebaseline several editing tests on Mac after r179168.
* platform/mac/editing/attributed-string/font-size-expected.txt:
* platform/mac/editing/attributed-string/vertical-align-expected.txt:
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] Unskip tests now that r179170 is in place.
* platform/win/TestExpectations:
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] Adjust some expectations based on test bot display metrics.
* platform/win/TestExpectations:
* platform/win/fast/dom/adopt-node-crash-2-expected.txt:
* platform/win/fast/ondrop-text-html-expected.txt: Added.
2015-01-27 Chris Dumez <cdumez@apple.com>
HTMLElement.dir should only return known values
https://bugs.webkit.org/show_bug.cgi?id=140925
Reviewed by Darin Adler.
Update fast/dom/document-dir-property.html to make sure HTMLDocument.dir
and HTMLElement.dir only return known values, as per the HTML
specification.
* fast/dom/document-dir-property-expected.txt:
* fast/dom/document-dir-property.html:
2015-01-27 Michal Poteralski <m.poteralski@samsung.com>
[EFL] AX: Update test expectations for test related with AXRole.
https://bugs.webkit.org/show_bug.cgi?id=140933
Unreviewed EFL gardening.
roles-exposed.html's test expectation changed: for specified elements
AXRole value should NOT be equal AXUnknown but AXStatic because for ATK
version 2.15.2 there is new ATK_ROLE_STATIC role which should be used
instead of ATK_ROLE_UNKNOWN.
* platform/efl/accessibility/roles-exposed-expected.txt:
2015-01-26 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline several CSS tests after r179168.
Computed line-height is no longer 'normal' but the font's line
spacing.
* fast/css/font-shorthand-line-height-expected.txt:
* fast/css/font-shorthand-line-height.html:
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt:
* platform/mac/fast/css/css2-system-fonts-expected.txt:
2015-01-26 Brent Fulgham <bfulgham@apple.com>
[Win] Unskipping more tests after correcting baselines for Windows widgets.
* platform/win/TestExpectations:
* platform/win/fast/events/context-no-deselect-expected.png: Added.
* platform/win/fast/events/context-no-deselect-expected.txt: Added.
* platform/win/fast/events/dropzone-005-expected.txt: Added.
* platform/win/fast/events/ime-composition-events-001-expected.txt:
* platform/win/fast/events/key-events-in-input-button-expected.txt: Added.
* platform/win/fast/events/mouseup-from-button2-expected.txt: Added.
* platform/win/fast/flexbox: Added.
* platform/win/fast/flexbox/clear-overflow-before-scroll-update-expected.txt: Added.
* platform/win/fast/frames/flattening: Added.
* platform/win/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added.
* platform/win/fast/multicol/client-rects-expected.png: Added.
* platform/win/fast/multicol/client-rects-expected.txt: Added.
* platform/win/fast/multicol/client-rects-spanners-complex-expected.png: Added.
* platform/win/fast/multicol/client-rects-spanners-complex-expected.txt: Added.
* platform/win/fast/multicol/client-rects-spanners-expected.png: Added.
* platform/win/fast/multicol/client-rects-spanners-expected.txt: Added.
* platform/win/fast/multicol/newmulticol: Added.
* platform/win/fast/multicol/newmulticol/client-rects-expected.png: Added.
* platform/win/fast/multicol/newmulticol/client-rects-expected.txt: Added.
* platform/win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/win/fast/overflow/scrollRevealButton-expected.txt:
* platform/win/fast/parser/bad-xml-slash-expected.txt: Added.
* platform/win/fast/parser/document-write-option-expected.txt: Added.
* platform/win/fast/repaint/control-clip-expected.txt:
* platform/win/fast/replaced/object-with-embed-url-param-expected.txt: Added.
* platform/win/fast/replaced/replaced-breaking-expected.txt: Added.
* platform/win/fast/replaced/replaced-breaking-mixture-expected.txt: Added.
* platform/win/fast/replaced/width100percent-button-expected.txt:
* platform/win/fast/replaced/width100percent-checkbox-expected.txt: Added.
* platform/win/fast/replaced/width100percent-menulist-expected.txt: Added.
* platform/win/fast/replaced/width100percent-radio-expected.txt: Added.
2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
Apply feTurbulence spec change to fix zero length vector generation
https://bugs.webkit.org/show_bug.cgi?id=140812
Reviewed by Darin Adler.
Ref test that generates a turbulence image which is then coloured black
and alpha min/maxxed (>0 becomes 1, 0 stays zero). This allows holes
caused by zero length vectors to be easily identified.
* svg/filters/feTurbulence_bad_seeds-expected.html: Added.
* svg/filters/feTurbulence_bad_seeds.html: Added.
2015-01-26 Sylvain Galineau <galineau@adobe.com>
The computed value of line-height:normal is incorrect
https://bugs.webkit.org/show_bug.cgi?id=133744
Reviewed by Dean Jackson.
line-height:normal now computes to a length value.
This patch updates the tests to reflect the new computed value, as needed.
* css3/calc/line-height-expected.txt:
* editing/pasteboard/simplfiying-markup-should-not-strip-content-expected.txt:
* fast/css/font-calculated-value-expected.txt:
* fast/css/font-calculated-value.html:
* fast/css/font-shorthand-from-longhands-expected.txt:
* fast/css/font-shorthand-from-longhands.html:
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-font-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/script-tests/computed-style-font.js:
* fast/css/line-height-text-autosizing-expected.txt:
* fast/css/line-height-text-autosizing.html:
* fast/ruby/ruby-line-height-expected.txt:
* fast/ruby/script-tests/ruby-line-height.js:
* media/track/track-cue-rendering-on-resize-expected.txt:
* media/track/track-cue-rendering-on-resize.html:
* platform/mac-mavericks/platform/mac/editing/attributed-string/anchor-element-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/basic-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-size-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-weight-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/letter-spacing-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/text-decorations-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/vertical-align-expected.txt:
* platform/mac/editing/attributed-string/anchor-element-expected.txt:
* platform/mac/editing/attributed-string/basic-expected.txt:
* platform/mac/editing/attributed-string/font-size-expected.txt:
* platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt:
* platform/mac/editing/attributed-string/font-weight-expected.txt:
* platform/mac/editing/attributed-string/letter-spacing-expected.txt:
* platform/mac/editing/attributed-string/text-decorations-expected.txt:
* platform/mac/editing/attributed-string/vertical-align-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2015-01-26 Brent Fulgham <bfulgham@apple.com>
[Win] Windows gardening (removing more skips).
* platform/win/TestExpectations:
* platform/win/fast/block/basic/011-expected.png: Added.
* platform/win/fast/block/basic/011-expected.txt: Added.
* platform/win/fast/block/float/overhanging-tall-block-expected.png: Added.
* platform/win/fast/block/float/overhanging-tall-block-expected.txt: Added.
* platform/win/fast/borders/bidi-002-expected.png: Added.
* platform/win/fast/borders/bidi-002-expected.txt: Added.
* platform/win/fast/borders/bidi-009a-expected.png: Added.
* platform/win/fast/borders/bidi-009a-expected.txt: Added.
* platform/win/fast/borders/border-fit-expected.txt: Added.
* platform/win/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
* platform/win/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Added.
* platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed property svn:executable.
* platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed property svn:executable.
* platform/win/fast/dom/HTMLTableColElement: Added.
* platform/win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
* platform/win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Added.
* platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
2015-01-26 Chris Dumez <cdumez@apple.com>
Document.dir should reflect the 'dir' attribute of the root html element
https://bugs.webkit.org/show_bug.cgi?id=140922
Reviewed by Darin Adler.
Update fast/dom/document-dir-property.html to reflect the behavior
change.
* fast/dom/document-dir-property-expected.txt:
* fast/dom/document-dir-property.html:
2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
[Win] Enable JSC stress tests by default
https://bugs.webkit.org/show_bug.cgi?id=128307
Reviewed by Brent Fulgham.
* js/script-tests/date-constructor.js: Skipped on Windows.
* js/script-tests/sort-stability.js: Skipped on Windows.
2015-01-26 Brent Fulgham <bfulgham@apple.com>
[Win] More test gardening.
* platform/win/TestExpectations:
2015-01-26 Byungseon Shin <sun.shin@lge.com>
Fix Border-radius clipping issue on a composited descendants
https://bugs.webkit.org/show_bug.cgi?id=138551
Reviewed by Simon Fraser.
Ref test that clips composited descendant by stacking context with border-radius and overflow hidden element.
* compositing/clipping/border-radius-overflow-hidden-stacking-context-expected.txt: Added.
* compositing/clipping/border-radius-overflow-hidden-stacking-context.html: Added.
2015-01-26 Benjamin Poulain <benjamin@webkit.org>
Fix CSS Selector's tag name matching when mixing HTML and XML
https://bugs.webkit.org/show_bug.cgi?id=140878
Reviewed by Darin Adler.
We had very little coverage for XHTML and XML in HTML.
I added lots of new tests to cover the basics.
* fast/dom/css-dom-read-2-expected.txt:
* fast/dom/css-dom-read-expected.txt:
CSSOM now provide the tagname in the original case instead of lowercase,
which is actually what the spec defines:
"If the character is not handled by one of the above rules and is greater
than or equal to U+0080, is "-" (U+002D) or "_" (U+005F), or is in one
of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to U+005A),
or [a-z] (U+0061 to U+007A), then the character itself."
* fast/css/tagname-and-namespace-case-sensitivity-xml-in-html-expected.html: Added.
* fast/css/tagname-and-namespace-case-sensitivity-xml-in-html.html: Added.
* fast/css/tagname-and-namespace-case-sensitivity-xml-in-xhtml-expected.xhtml: Added.
* fast/css/tagname-and-namespace-case-sensitivity-xml-in-xhtml.xhtml: Added.
* fast/css/tagname-case-sensitivity-svg-in-html-expected.html: Added.
* fast/css/tagname-case-sensitivity-svg-in-html.html: Added.
* fast/css/tagname-case-sensitivity-svg-in-xhtml-expected.xhtml: Added.
* fast/css/tagname-case-sensitivity-svg-in-xhtml.xhtml: Added.
* fast/css/tagname-case-sensitivity-xml-in-html-expected.html: Added.
* fast/css/tagname-case-sensitivity-xml-in-html.html: Added.
* fast/css/tagname-case-sensitivity-xml-in-xhtml-expected.xhtml: Added.
* fast/css/tagname-case-sensitivity-xml-in-xhtml.xhtml: Added.
* fast/selectors/element-closest-tagname-case-sensitivity-svg-in-html-expected.txt: Added.
* fast/selectors/element-closest-tagname-case-sensitivity-svg-in-html.html: Added.
* fast/selectors/element-closest-tagname-case-sensitivity-svg-in-xhtml-expected.txt: Added.
* fast/selectors/element-closest-tagname-case-sensitivity-svg-in-xhtml.xhtml: Added.
* fast/selectors/element-matches-tagname-case-sensitivity-svg-in-html-expected.txt: Added.
* fast/selectors/element-matches-tagname-case-sensitivity-svg-in-html.html: Added.
* fast/selectors/element-matches-tagname-case-sensitivity-svg-in-xhtml-expected.txt: Added.
* fast/selectors/element-matches-tagname-case-sensitivity-svg-in-xhtml.xhtml: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-svg-in-html-expected.txt: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-svg-in-html.html: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-svg-in-xhtml-expected.txt: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-svg-in-xhtml.xhtml: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-xml-in-html-expected.txt: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-xml-in-html.html: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-xml-in-xhtml-expected.txt: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-xml-in-xhtml.xhtml: Added.
* fast/selectors/tagname-adjacent-backtracking-case-sensitivity-html-expected.txt: Added.
* fast/selectors/tagname-adjacent-backtracking-case-sensitivity-html.html: Added.
* fast/selectors/tagname-descendant-backtracking-case-sensitivity-html-expected.txt: Added.
* fast/selectors/tagname-descendant-backtracking-case-sensitivity-html.html: Added.
2015-01-26 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. Remove references to removed tests from GTK+ TestExpectations.
Shared workers are no longer supported and the layout tests were
removed.
* platform/gtk/TestExpectations:
2015-01-26 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179107.
https://bugs.webkit.org/show_bug.cgi?id=140880
The GCC in the bots doesn't support the AsyncTask
implementation (Requested by KaL on #webkit).
Reverted changeset:
"[GTK] Enable IndexedDB"
https://bugs.webkit.org/show_bug.cgi?id=98932
http://trac.webkit.org/changeset/179107
2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Enable IndexedDB
https://bugs.webkit.org/show_bug.cgi?id=98932
Reviewed by Žan Doberšek.
* platform/gtk/TestExpectations: Update IndexedDB test expectations.
2015-01-25 Daniel Bates <dabates@apple.com>
[iOS] Update expected results and test expectations
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
[...]
2015-01-25 Alexey Proskuryakov <ap@apple.com>
fast/html/marquee-scrollamount.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140851
Reviewed by Darin Adler.
Updated the test to not have a zero delay timer race. Added many comments, because
what is being tested here is quite subtle.
* fast/html/marquee-scrollamount.html:
* platform/efl/fast/html/marquee-scrollamount-expected.txt:
* platform/gtk/fast/html/marquee-scrollamount-expected.txt:
* platform/ios-simulator-wk2/fast/html/marquee-scrollamount-expected.txt:
* platform/mac/fast/html/marquee-scrollamount-expected.txt:
The DOM changed slightly, because we now insert the marquee after load event.
2015-01-25 Alexey Proskuryakov <ap@apple.com>
Setting HTMLMarqueeElement.trueSpeed doesn't work
https://bugs.webkit.org/show_bug.cgi?id=140863
Reviewed by Darin Adler.
Verify that setting scrollDelay to a value under 60 actually works when trueSpeed is set.
* fast/html/marquee-set-truespeed-expected.html: Added.
* fast/html/marquee-set-truespeed.html: Added.
2015-01-25 Chris Dumez <cdumez@apple.com>
Remove 'font' shorthand property special casing
https://bugs.webkit.org/show_bug.cgi?id=140577
Reviewed by Darin Adler.
* fast/css/CSSPrimitiveValue-font-family-primitiveType-expected.txt: Added.
* fast/css/CSSPrimitiveValue-font-family-primitiveType.html: Added.
Add layout test to make sure that the font-family is still exposed to the
Web as a CSSValueList of CSSPrimitiveValues whose primitiveType is
CSS_STRING. This is useful because we now use a slightly different
representation internally.
* fast/css/font-shorthand-line-height-expected.txt:
* fast/css/font-shorthand-line-height.html:
Rebaseline the test. This is a progression. Setting the 'font' property
to a system font ID is supposed to reset the line-height property to
'normal'. It previously did not because system font IDs were not
expanded at parsing time. The new behavior is consistent with Chrome and
Firefox as well.
* fast/css/font-systemFontID-parsing-expected.txt: Added.
* fast/css/font-systemFontID-parsing.html: Added.
Add a layout test to make sure that the CSS parser is rejecting a 'font'
property with more than one system font id.
2015-01-25 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Document a few more failures in the expectations file.
* platform/win/TestExpectations:
2015-01-25 Brent Fulgham <bfulgham@apple.com>
[Win] Document some Debug crashes in Accessibility code.
* platform/win/TestExpectations:
2015-01-25 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Skip crashes and timeouts to speed up test runs.
* platform/win/TestExpectations:
2015-01-25 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, gardening for EFL port.
* platform/efl/TestExpectations: media/media-fullscreen-inline.html has been passed since r19100.
2015-01-24 Brent Fulgham <bfulgham@apple.com>
[Win] More rebaselines. (Tables)
* platform/win/tables/mozilla/bugs/bug1188-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug1188-expected.txt:
* platform/win/tables/mozilla/bugs/bug18359-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug18359-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-3-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-4-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/win/tables/mozilla/bugs/bug29326-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug29326-expected.txt:
* platform/win/tables/mozilla/bugs/bug33855-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug33855-expected.txt:
* platform/win/tables/mozilla/bugs/bug4382-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug4382-expected.txt:
* platform/win/tables/mozilla/bugs/bug4527-expected.txt:
* platform/win/tables/mozilla/bugs/bug96334-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug96334-expected.txt:
* platform/win/tables/mozilla/core/margins-expected.png: Added.
* platform/win/tables/mozilla/core/margins-expected.txt:
* platform/win/tables/mozilla/dom/tableDom-expected.png: Added.
* 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.png: Added.
* platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/win/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
* platform/win/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/win/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
* platform/win/tables/mozilla_expected_failures/core/captions2-expected.txt:
2015-01-24 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed rebaselining.
Second batch: Fast
* platform/win/fast/block/float/float-avoidance-expected.png: Added.
* platform/win/fast/block/margin-collapse/103-expected.png: Added.
* platform/win/fast/canvas/fallback-content-expected.txt:
* platform/win/fast/css/non-standard-checkbox-size-expected.png: Added.
* platform/win/fast/css/non-standard-checkbox-size-expected.txt:
* platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
* platform/win/fast/forms/001-expected.png:
* platform/win/fast/forms/001-expected.txt:
* platform/win/fast/forms/003-expected.png: Added.
* platform/win/fast/forms/003-expected.txt:
* platform/win/fast/forms/004-expected.png: Added.
* platform/win/fast/forms/004-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label01-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label02-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label03-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label03-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label04-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/win/fast/forms/basic-inputs-expected.png:
* platform/win/fast/forms/basic-inputs-expected.txt:
* platform/win/fast/forms/basic-selects-expected.png:
* platform/win/fast/forms/basic-selects-expected.txt:
* platform/win/fast/forms/basic-textareas-quirks-expected.png: Added.
* platform/win/fast/forms/box-shadow-override-expected.png:
* platform/win/fast/forms/box-shadow-override-expected.txt:
* platform/win/fast/forms/control-clip-overflow-expected.png: Added.
* platform/win/fast/forms/control-clip-overflow-expected.txt:
* platform/win/fast/forms/control-restrict-line-height-expected.png: Added.
* platform/win/fast/forms/control-restrict-line-height-expected.txt:
* platform/win/fast/forms/disabled-select-change-index-expected.png: Added.
* platform/win/fast/forms/disabled-select-change-index-expected.txt:
* platform/win/fast/forms/file/file-input-disabled-expected.png:
* platform/win/fast/forms/file/file-input-disabled-expected.txt:
* platform/win/fast/forms/form-element-geometry-expected.png: Added.
* platform/win/fast/forms/form-element-geometry-expected.txt:
* platform/win/fast/forms/formmove-expected.png: Added.
* platform/win/fast/forms/formmove-expected.txt:
* platform/win/fast/forms/indeterminate-expected.png: Added.
* platform/win/fast/forms/indeterminate-expected.txt:
* platform/win/fast/forms/input-appearance-height-expected.png: Added.
* platform/win/fast/forms/input-appearance-height-expected.txt:
* platform/win/fast/forms/input-appearance-selection-expected.png: Added.
* platform/win/fast/forms/input-appearance-selection-expected.txt: Added.
* platform/win/fast/forms/menulist-deselect-update-expected.txt:
* platform/win/fast/forms/menulist-no-overflow-expected.png: Added.
* platform/win/fast/forms/menulist-no-overflow-expected.txt:
* platform/win/fast/forms/menulist-restrict-line-height-expected.png: Added.
* platform/win/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/win/fast/forms/menulist-separator-painting-expected.txt:
* platform/win/fast/forms/menulist-style-color-expected.png:
* platform/win/fast/forms/menulist-style-color-expected.txt:
* platform/win/fast/forms/menulist-width-change-expected.txt:
* platform/win/fast/forms/option-script-expected.txt:
* platform/win/fast/forms/option-strip-whitespace-expected.png: Added.
* platform/win/fast/forms/option-strip-whitespace-expected.txt:
* platform/win/fast/forms/option-text-clip-expected.png:
* platform/win/fast/forms/option-text-clip-expected.txt:
* platform/win/fast/forms/range/input-appearance-range-expected.png: Added.
* platform/win/fast/forms/range/input-appearance-range-expected.txt:
* platform/win/fast/forms/range/slider-delete-while-dragging-thumb-expected.txt: Added.
* platform/win/fast/forms/range/slider-mouse-events-expected.txt:
* platform/win/fast/forms/range/slider-onchange-event-expected.txt: Added.
* platform/win/fast/forms/range/slider-padding-expected.txt:
* platform/win/fast/forms/range/slider-thumb-shared-style-expected.png: Added.
* platform/win/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/win/fast/forms/range/slider-zoomed-expected.txt: Added.
* platform/win/fast/forms/select-align-expected.png: Added.
* platform/win/fast/forms/select-align-expected.txt:
* platform/win/fast/forms/select-background-none-expected.txt:
* platform/win/fast/forms/select-baseline-expected.png: Added.
* platform/win/fast/forms/select-baseline-expected.txt:
* platform/win/fast/forms/select-change-listbox-to-popup-expected.png: Added.
* platform/win/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/win/fast/forms/select-change-popup-to-listbox-expected.png: Added.
* platform/win/fast/forms/select-change-popup-to-listbox-expected.txt: Added.
* platform/win/fast/forms/select-disabled-appearance-expected.png: Added.
* platform/win/fast/forms/select-disabled-appearance-expected.txt:
* platform/win/fast/forms/select-initial-position-expected.png: Added.
* platform/win/fast/forms/select-initial-position-expected.txt:
* platform/win/fast/forms/select-selected-expected.png: Added.
* platform/win/fast/forms/select-selected-expected.txt:
* platform/win/fast/forms/select-size-expected.txt:
* platform/win/fast/forms/select-style-expected.png: Added.
* platform/win/fast/forms/select-style-expected.txt:
* platform/win/fast/forms/select-visual-hebrew-expected.txt:
* platform/win/fast/forms/select-writing-direction-natural-expected.png:
* platform/win/fast/forms/select-writing-direction-natural-expected.txt:
* platform/win/fast/forms/select/optgroup-rendering-expected.png:
* platform/win/fast/forms/select/optgroup-rendering-expected.txt:
* platform/win/fast/forms/selectlist-minsize-expected.txt:
* platform/win/fast/forms/stuff-on-my-optgroup-expected.png: Added.
* platform/win/fast/forms/stuff-on-my-optgroup-expected.txt:
* platform/win/fast/invalid: Added.
* platform/win/fast/invalid/014-expected.txt: Added.
* platform/win/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt:
* platform/win/fast/parser: Added.
* platform/win/fast/parser/entity-comment-in-textarea-expected.txt: Added.
* platform/win/fast/parser/open-comment-in-textarea-expected.txt: Added.
* platform/win/fast/repaint/slider-thumb-drag-release-expected.txt:
* platform/win/fast/replaced/three-selects-break-expected.txt:
* platform/win/fast/text/international/bidi-menulist-expected.txt:
* platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/win/fast/text/textIteratorNilRenderer-expected.txt:
2015-01-24 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed baseline update.
First batch: CSS updates.
* platform/win/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/win/css3/selectors3/html/css3-modsel-161-expected.png:
* platform/win/css3/selectors3/html/css3-modsel-161-expected.txt:
* platform/win/css3/selectors3/html/css3-modsel-25-expected.png:
* platform/win/css3/selectors3/html/css3-modsel-25-expected.txt:
* platform/win/css3/selectors3/html/css3-modsel-70-expected.png:
* platform/win/css3/selectors3/html/css3-modsel-70-expected.txt:
* platform/win/css3/selectors3/xhtml/css3-modsel-161-expected.png:
* platform/win/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
* platform/win/css3/selectors3/xhtml/css3-modsel-25-expected.png:
* platform/win/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
* platform/win/css3/selectors3/xhtml/css3-modsel-70-expected.png:
* platform/win/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
* platform/win/css3/selectors3/xml/css3-modsel-161-expected.png:
* platform/win/css3/selectors3/xml/css3-modsel-161-expected.txt:
* platform/win/css3/selectors3/xml/css3-modsel-25-expected.png:
* platform/win/css3/selectors3/xml/css3-modsel-25-expected.txt:
* platform/win/css3/selectors3/xml/css3-modsel-70-expected.png:
* platform/win/css3/selectors3/xml/css3-modsel-70-expected.txt:
* platform/win/fast/block/float/float-avoidance-expected.txt:
* platform/win/fast/block/margin-collapse/103-expected.txt:
2015-01-24 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening. Reactivating tests.
Re-enable a series of tests that work properly on Windows. New baselines will be needed.
* platform/win/TestExpectations:
* platform/win/css1/box_properties/acid_test-expected.png: Added.
* platform/win/css1/box_properties/acid_test-expected.txt:
* platform/win/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/win/fast/block/float/float-avoidance-expected.txt:
* platform/win/fast/block/margin-collapse/103-expected.txt:
* platform/win/fast/css/box-shadow-and-border-radius-expected.png:
* platform/win/fast/dynamic/008-expected.txt: Added.
* platform/win/fast/forms/001-expected.png: Added.
* platform/win/fast/forms/001-expected.txt:
* platform/win/fast/forms/003-expected.txt:
* platform/win/fast/forms/004-expected.txt:
* platform/win/fast/forms/006-expected.png: Added.
* platform/win/fast/forms/007-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label01-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label02-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label03-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label04-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label05-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label06-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/HTMLOptionElement_label07-expected.txt: Added.
* platform/win/fast/forms/basic-buttons-expected.png: Added.
* platform/win/fast/forms/basic-buttons-expected.txt: Added.
* platform/win/fast/forms/basic-inputs-expected.png: Added.
* platform/win/fast/forms/basic-selects-expected.txt:
* platform/win/fast/forms/basic-textareas-expected.png: Added.
* platform/win/fast/forms/box-shadow-override-expected.png: Added.
* platform/win/fast/forms/box-shadow-override-expected.txt: Added.
* platform/win/fast/forms/button-positioned-expected.txt: Added.
* platform/win/fast/forms/button-sizes-expected.txt: Added.
* platform/win/fast/forms/button-style-color-expected.txt: Added.
* platform/win/fast/forms/button-text-transform-expected.txt: Added.
* platform/win/fast/forms/control-clip-overflow-expected.txt: Added.
* platform/win/fast/forms/control-restrict-line-height-expected.txt:
* platform/win/fast/forms/disabled-select-change-index-expected.txt: Added.
* platform/win/fast/forms/form-element-geometry-expected.txt: Added.
* platform/win/fast/forms/hidden-listbox-expected.txt: Added.
* platform/win/fast/forms/input-appearance-focus-expected.txt: Added.
* platform/win/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
* platform/win/fast/forms/input-readonly-autoscroll-expected.txt: Added.
* platform/win/fast/forms/input-text-double-click-expected.txt: Added.
* platform/win/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
* platform/win/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Added.
* platform/win/fast/forms/listbox-width-change-expected.txt: Added.
* platform/win/fast/forms/menulist-deselect-update-expected.txt:
* platform/win/fast/forms/menulist-no-overflow-expected.txt: Added.
* platform/win/fast/forms/number/number-appearance-rtl-expected.txt: Added.
* platform/win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Added.
* platform/win/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Added.
* platform/win/fast/forms/option-strip-whitespace-expected.txt: Added.
* platform/win/fast/forms/plaintext-mode-2-expected.txt: Added.
* platform/win/fast/forms/search: Added.
* platform/win/fast/forms/search/search-size-with-decorations-expected.txt: Added.
* platform/win/fast/forms/select-align-expected.txt: Added.
* platform/win/fast/forms/select-baseline-expected.txt: Added.
* platform/win/fast/forms/select-block-background-expected.txt: Added.
* platform/win/fast/forms/select-change-listbox-size-expected.txt: Added.
* platform/win/fast/forms/select-change-listbox-to-popup-expected.txt: Added.
* platform/win/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
* platform/win/fast/forms/select-disabled-appearance-expected.txt: Added.
* platform/win/fast/forms/select-initial-position-expected.txt: Added.
* platform/win/fast/forms/select-item-background-clip-expected.txt: Added.
* platform/win/fast/forms/select-list-box-with-height-expected.txt: Added.
* platform/win/fast/forms/select-selected-expected.txt: Added.
* platform/win/fast/forms/select/optgroup-rendering-expected.txt:
* platform/win/fast/forms/tabbing-input-iframe-expected.txt: Added.
* platform/win/fast/frames: Added.
* platform/win/fast/frames/take-focus-from-iframe-expected.txt: Added.
* platform/win/fast/multicol/pagination: Added.
* platform/win/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt: Added.
* platform/win/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt: Added.
* platform/win/fast/overflow/entity-comment-in-textarea-expected.txt: Added.
* platform/win/fast/overflow/open-comment-in-textarea-expected.txt: Added.
* platform/win/fast/overflow/overflow-x-y-expected.txt: Added.
* platform/win/fast/table/003-expected.txt: Added.
* platform/win/fast/table/colspanMinWidth-expected.txt: Added.
* platform/win/fast/table/colspanMinWidth-vertical-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug103533-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug1188-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug12384-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug1318-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug18359-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug26178-expected.txt:
* platform/win/tables/mozilla/bugs/bug28928-expected.txt:
* platform/win/tables/mozilla/bugs/bug29326-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug30559-expected.txt:
* platform/win/tables/mozilla/bugs/bug30692-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug33855-expected.txt:
* platform/win/tables/mozilla/bugs/bug4382-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug4429-expected.txt:
* platform/win/tables/mozilla/bugs/bug44505-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug51037-expected.txt:
* platform/win/tables/mozilla/bugs/bug55545-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug92647-2-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug96334-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug99948-expected.txt: Added.
* platform/win/tables/mozilla/core: Added.
* platform/win/tables/mozilla/core/bloomberg-expected.txt: Added.
* platform/win/tables/mozilla/core/margins-expected.txt: Added.
* platform/win/tables/mozilla/dom/tableDom-expected.txt:
* platform/win/tables/mozilla/marvin/x_col_align_justify-expected.png: Added.
* platform/win/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
* platform/win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2015-01-24 Darin Adler <darin@apple.com>
Move height/width implementation for use element from RenderSVGViewportContainer to SVGUseElement
https://bugs.webkit.org/show_bug.cgi?id=140826
Reviewed by Anders Carlsson.
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Old test
result was expecting failure. New one expects success.
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Ditto.
* svg/animations/use-animate-width-and-height-expected.txt: Added.
* svg/animations/use-animate-width-and-height.html: Added.
* svg/custom/use-attribute-invalidations-expected.html: Added.
* svg/custom/use-attribute-invalidations.html: Added.
* svg/custom/use-dynamic-attribute-setting-expected.html: Added.
* svg/custom/use-dynamic-attribute-setting.html: Added.
2015-01-23 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening. Add Windows baseline for
mouse-cursor-image-set.
* platform/win/fast/events/mouse-cursor-image-set-expected.txt: Added.
2015-01-23 Benjamin Poulain <bpoulain@apple.com>
Add pointer/hover media queries
https://bugs.webkit.org/show_bug.cgi?id=134822
Reviewed by Antti Koivisto.
* fast/media/mq-any-hover-cssom-expected.txt: Added.
* fast/media/mq-any-hover-cssom.html: Added.
* fast/media/mq-any-hover-invalid-expected.txt: Added.
* fast/media/mq-any-hover-invalid.html: Added.
* fast/media/mq-any-hover-matchMedia-expected.txt: Added.
* fast/media/mq-any-hover-matchMedia.html: Added.
* fast/media/mq-any-hover-styling-expected.txt: Added.
* fast/media/mq-any-hover-styling.html: Added.
* fast/media/mq-any-pointer-cssom-expected.txt: Added.
* fast/media/mq-any-pointer-cssom.html: Added.
* fast/media/mq-any-pointer-invalid-expected.txt: Added.
* fast/media/mq-any-pointer-invalid.html: Added.
* fast/media/mq-any-pointer-matchMedia-expected.txt: Added.
* fast/media/mq-any-pointer-matchMedia.html: Added.
* fast/media/mq-any-pointer-styling-expected.txt: Added.
* fast/media/mq-any-pointer-styling.html: Added.
* fast/media/mq-hover-cssom-expected.txt: Added.
* fast/media/mq-hover-cssom.html: Added.
* fast/media/mq-hover-invalid-expected.txt: Added.
* fast/media/mq-hover-invalid.html: Added.
* fast/media/mq-hover-matchMedia-expected.txt: Added.
* fast/media/mq-hover-matchMedia.html: Added.
* fast/media/mq-hover-styling-expected.txt: Added.
* fast/media/mq-hover-styling.html: Added.
* fast/media/mq-pointer-cssom-expected.txt: Added.
* fast/media/mq-pointer-cssom.html: Added.
* fast/media/mq-pointer-expected.txt:
* fast/media/mq-pointer-invalid-expected.txt: Added.
* fast/media/mq-pointer-invalid.html: Added.
* fast/media/mq-pointer-matchMedia-expected.txt: Added.
* fast/media/mq-pointer-matchMedia.html: Added.
* fast/media/mq-pointer-styling-expected.txt: Added.
* fast/media/mq-pointer-styling.html: Added.
* fast/media/mq-pointer.html:
* platform/ios-simulator/fast/media/mq-any-hover-matchMedia-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-any-hover-styling-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-any-pointer-matchMedia-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-any-pointer-styling-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-hover-matchMedia-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-hover-styling-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-pointer-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-pointer-matchMedia-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-pointer-styling-expected.txt: Added.
2015-01-23 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179051.
https://bugs.webkit.org/show_bug.cgi?id=140850
broke the 32-bit build (Requested by thorton on #webkit).
Reverted changeset:
"[Mac][EME] Support ClearKey encryption with AES128-encrypted
HLS"
https://bugs.webkit.org/show_bug.cgi?id=140825
http://trac.webkit.org/changeset/179051
2015-01-23 Jer Noble <jer.noble@apple.com>
[Mac][EME] Support ClearKey encryption with AES128-encrypted HLS
https://bugs.webkit.org/show_bug.cgi?id=140825
Reviewed by Eric Carlson.
* http/tests/media/clearkey/clear-key-hls-aes128-expected.txt: Added.
* http/tests/media/clearkey/clear-key-hls-aes128.html: Added.
* http/tests/media/clearkey/support.js: Added.
(stringToUInt8Array):
(uInt8ArrayToString):
(base64EncodeUint8Array):
* http/tests/media/resources/hls/clearkey/crypt0.key: Added.
* http/tests/media/resources/hls/clearkey/iframe_index.m3u8: Added.
* http/tests/media/resources/hls/clearkey/main0.ts: Added.
* http/tests/media/resources/hls/clearkey/prog_index.m3u8: Added.
* media/video-test.js:
(waitForEventOnceOn):
2015-01-23 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening: Correct some typos in Failure entries.
* platform/win/TestExpectations:
2015-01-23 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement Range Removal algorithm.
https://bugs.webkit.org/show_bug.cgi?id=140622.
Reviewed by Jer Noble.
Added short test to check whether endOfStream incorrectly switches back
to 'open' state.
* media/media-source/media-source-end-of-stream-readyState.html: Added.
* media/media-source/media-source-end-of-stream-readyState-expected.txt: Added.
2015-01-23 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening. Mark a few failures after filing bugs.
Also rebaseline a few tests.
* platform/win/TestExpectations:
* platform/win/accessibility/parent-element-expected.txt:
* platform/win/editing/input/caret-at-the-edge-of-input-expected.png: Added.
* platform/win/editing/input/caret-at-the-edge-of-input-expected.txt: Added.
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-01-23 Enrica Casucci <enrica@apple.com>
Hit test returns incorrect results when performed in paginated content over the page gaps.
https://bugs.webkit.org/show_bug.cgi?id=140837
rdar://problem/17494390
Reviewed by Dave Hyatt.
* fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt: Added.
* fast/multicol/pagination/LeftToRight-tb-hittest.html: Added.
* fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt: Added.
* fast/multicol/pagination/RightToLeft-rl-hittest.html: Added.
2015-01-23 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening after landing r179024.
Update Windows-specific accessibility tests and test expectations after making Windows AX output match Mac.
This allows us to share more Mac results.
* platform/win/TestExpectations:
* platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt:
* platform/win/accessibility/aria-checkbox-text-expected.txt: Removed.
* platform/win/accessibility/aria-combobox-expected.txt:
* platform/win/accessibility/aria-fallback-roles-expected.txt: Removed.
* platform/win/accessibility/aria-hidden-expected.txt: Removed.
* platform/win/accessibility/aria-labelledby-on-input-expected.txt: Removed.
* platform/win/accessibility/aria-labelledby-overrides-aria-label-expected.txt:
* platform/win/accessibility/aria-labelledby-overrides-label-expected.txt: Removed.
* platform/win/accessibility/aria-list-and-listitem-expected.txt:
* platform/win/accessibility/aria-mappings-expected.txt: Added.
* platform/win/accessibility/aria-menubar-menuitems-expected.txt:
* platform/win/accessibility/aria-option-role-expected.txt:
* platform/win/accessibility/aria-presentational-role-expected.txt: Removed.
* platform/win/accessibility/aria-roles-expected.txt:
* platform/win/accessibility/aria-tab-role-on-buttons-expected.txt:
* platform/win/accessibility/aria-tab-roles-expected.txt:
* platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
* platform/win/accessibility/canvas-description-and-role-expected.txt:
* platform/win/accessibility/canvas-fallback-content-expected.txt:
* platform/win/accessibility/css-content-attribute-expected.txt: Added.
* platform/win/accessibility/deleting-iframe-destroys-axcache-expected.txt:
* platform/win/accessibility/div-within-anchors-causes-crash-expected.txt:
* platform/win/accessibility/document-enabled-state-expected.txt:
* platform/win/accessibility/document-enabled-state.html:
* platform/win/accessibility/document-role-expected.txt:
* platform/win/accessibility/heading-elements-expected.txt:
* platform/win/accessibility/heading-elements.html:
* platform/win/accessibility/image-map1-expected.txt: Added.
* platform/win/accessibility/image-with-alt-and-map-expected.txt: Added.
* platform/win/accessibility/img-alt-attribute-expected.txt:
* platform/win/accessibility/img-alt-attribute.html:
* platform/win/accessibility/img-alt-tag-only-whitespace-expected.txt: Removed.
* platform/win/accessibility/img-aria-button-alt-tag-expected.txt: Removed.
* platform/win/accessibility/img-fallsback-to-title-expected.txt: Removed.
* platform/win/accessibility/input-image-alt-expected.txt: Removed.
* platform/win/accessibility/linked-elements-expected.txt:
* platform/win/accessibility/linked-elements.html:
* platform/win/accessibility/list-item-role-expected.txt:
* platform/win/accessibility/list-item-role.html:
* platform/win/accessibility/list-marker-role-expected.txt:
* platform/win/accessibility/list-marker-role.html:
* platform/win/accessibility/list-role-expected.txt:
* platform/win/accessibility/list-role.html:
* platform/win/accessibility/multiple-select-element-role-expected.txt:
* platform/win/accessibility/multiple-select-element-role.html:
* platform/win/accessibility/parent-element-expected.txt:
* platform/win/accessibility/parent-element.html:
* platform/win/accessibility/select-element-role-expected.txt:
* platform/win/accessibility/select-element-role.html:
* platform/win/accessibility/selection-and-focus-expected.txt:
* platform/win/accessibility/selection-and-focus.html:
* platform/win/accessibility/single-select-children.html:
* platform/win/accessibility/svg-image-expected.txt: Removed.
* platform/win/accessibility/text-role-expected.txt:
* platform/win/aria-labelledby-overrides-aria-label-actual.txt: Added.
2015-01-23 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Object Previews in the Console
https://bugs.webkit.org/show_bug.cgi?id=129204
Reviewed by Timothy Hatcher.
* inspector/debugger/command-line-api-exception-nested-catch.html:
* inspector/debugger/command-line-api-exception.html:
* inspector/model/remote-object-get-properties.html:
Update RuntimeManager callsites to not ask for previews when evaluating.
* inspector/model/remote-object-expected.txt: Added.
* inspector/model/remote-object.html: Added.
Add a test specifically for Remote Object. This test can also be
opened in a browser. It attempts to run the gamut of all different
types of objects and shows the RemoteObject constructed for it.
2015-01-23 Eric Carlson <eric.carlson@apple.com>
Create a "load and stall" cgi that support byte ranges.
https://bugs.webkit.org/show_bug.cgi?id=140628
Reviewed by Jer Noble.
* http/tests/media/resources/serve-video.php: Add support for "stallOffset", "stallDuration",
and "chunkSize" parameters.
2015-01-23 Alexey Proskuryakov <ap@apple.com>
svg-resource-fragment-identifier-img-src.html is a hidpi reftest, but its -expected.html
counterpart isn't hidpi
https://bugs.webkit.org/show_bug.cgi?id=140815
Reviewed by Simon Fraser.
* svg/css/svg-resource-fragment-identifier-img-src-expected.html: Make the expectation
match its test.
2015-01-23 Chris Dumez <cdumez@apple.com>
Rewrite the fast/css/css2-system-fonts.html test to be more useful on all platforms
https://bugs.webkit.org/show_bug.cgi?id=140810
Reviewed by Andreas Kling.
Make the fast/css/css2-system-fonts.html explicit about the font styles
expected on each platform instead of just Mac.
It also converts the test to be text only as the style information is
now displayed in text format.
This change is in preparation for a refactor of system font handling.
This change is based on the following Blink revision by
<alancutter@chromium.org>:
http://src.chromium.org/viewvc/blink?view=revision&revision=169612
* fast/css/css2-system-fonts.html:
* platform/efl/fast/css/css2-system-fonts-expected.png: Removed.
* platform/efl/fast/css/css2-system-fonts-expected.txt: Removed.
* platform/gtk/fast/css/css2-system-fonts-expected.png: Removed.
* platform/gtk/fast/css/css2-system-fonts-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/css2-system-fonts-expected.txt:
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.png: Removed.
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt:
* platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt: Removed.
* platform/mac/fast/css/css2-system-fonts-expected.png: Removed.
* platform/mac/fast/css/css2-system-fonts-expected.txt:
2015-01-22 Chris Dumez <cdumez@apple.com>
Import fast/css/font-shorthand-line-height.html layout test from Blink
https://bugs.webkit.org/show_bug.cgi?id=140801
Reviewed by Andreas Kling.
Import fast/css/font-shorthand-line-height.html layout test from Blink
to get better test coverage for 'line-height' font shorthands cascades:
https://src.chromium.org/viewvc/blink?view=rev&revision=184346
I am working on expanding the font shorthand at parsing time (like
other shorthands) via Bug 140577 and I want to make sure I don't break
line-height in the process.
* fast/css/font-shorthand-line-height-expected.txt: Added.
* fast/css/font-shorthand-line-height.html: Added.
2015-01-22 Michael Saboff <msaboff@apple.com>
REGRESSION (174847): can't view NHK(Japan's national public broadcasting organization)s news pages
https://bugs.webkit.org/show_bug.cgi?id=140794
Reviewed by Anders Carlsson.
* js/dom/document-overwrite-open-expected.txt: Added.
* js/dom/document-overwrite-open.html: Added.
2015-01-22 Roger Fong <roger_fong@apple.com>
[WebGL2] Create empty interface files for new WebGL2 objects.
https://bugs.webkit.org/show_bug.cgi?id=140779.
<rdar://problem/15002288>
Reviewed by Dean Jackson.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-01-22 Alexey Proskuryakov <ap@apple.com>
Skip another copy of oes-vertex-array-object test, because it has the same problems
as the old one.
* platform/mac/TestExpectations:
2015-01-22 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
Clean up editing-related tests and rebaseline some output.
* platform/win/TestExpectations:
* platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/win/editing/inserting/4960120-1-expected.txt:
* platform/win/editing/inserting/break-blockquote-after-delete-expected.txt:
* platform/win/editing/inserting/insert-3907422-fix-expected.txt: Removed.
* platform/win/editing/pasteboard/4641033-expected.txt: Added.
* platform/win/editing/pasteboard/4944770-1-expected.txt: Added.
* platform/win/editing/pasteboard/4944770-2-expected.txt: Added.
* platform/win/editing/pasteboard/drop-text-without-selection-expected.txt: Added.
* platform/win/editing/selection/3690703-2-expected.txt:
* platform/win/editing/selection/3690703-expected.txt:
* platform/win/editing/selection/3690719-expected.txt:
* platform/win/editing/selection/4975120-expected.txt: Added.
* platform/win/editing/selection/5240265-expected.txt:
* platform/win/editing/selection/caret-before-select-expected.txt: Added.
* platform/win/editing/selection/caret-rtl-2-expected.txt: Added.
* platform/win/editing/selection/caret-rtl-2-left-expected.txt:
* platform/win/editing/selection/caret-rtl-expected.txt: Added.
* platform/win/editing/selection/caret-rtl-right-expected.txt:
* platform/win/editing/selection/drag-select-1-expected.txt: Added.
* platform/win/editing/selection/mixed-editability-10-expected.txt:
* platform/win/editing/selection/replaced-boundaries-3-expected.txt: Added.
* platform/win/editing/selection/select-box-expected.txt: Added.
* platform/win/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
* platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/win/editing/selection/selection-button-text-expected.txt:
* platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
2015-01-22 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed, skip flakey inspector test.
* TestExpectations:
2015-01-22 Alexey Proskuryakov <ap@apple.com>
Crash in URL::protocol() after appcache load fails
https://bugs.webkit.org/show_bug.cgi?id=140755
rdar://problem/7881290
* http/tests/appcache/404-resource-with-slow-main-resource.php: Try updating the
tiemout, as it's not sufficient for appcache load to fail on some bots.
2015-01-22 Alexey Proskuryakov <ap@apple.com>
Crash in URL::protocol() after appcache load fails
https://bugs.webkit.org/show_bug.cgi?id=140755
rdar://problem/7881290
Reviewed by Dan Bates.
* http/tests/appcache/404-resource-with-slow-main-resource-expected.txt: Added.
* http/tests/appcache/404-resource-with-slow-main-resource.php: Added.
2015-01-22 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178894.
https://bugs.webkit.org/show_bug.cgi?id=140775
Broke JSC and bindings tests (Requested by ap_ on #webkit).
Reverted changeset:
"put_by_val_direct need to check the property is index or not
for using putDirect / putDirectIndex"
https://bugs.webkit.org/show_bug.cgi?id=140426
http://trac.webkit.org/changeset/178894
2015-01-22 Mark Lam <mark.lam@apple.com>
BytecodeGenerator::initializeCapturedVariable() sets a misleading value for the 5th operand of op_put_to_scope.
<https://webkit.org/b/140743>
Reviewed by Oliver Hunt.
* js/dfg-osr-exit-between-create-and-tearoff-arguments-expected.txt: Added.
* js/dfg-osr-exit-between-create-and-tearoff-arguments.html: Added.
* js/script-tests/dfg-osr-exit-between-create-and-tearoff-arguments.js: Added.
(foo):
2015-01-22 Brent Fulgham <bfulgham@apple.com>
[Win] More unskips and rebaselines.
* platform/win/TestExpectations:
* platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
* platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
* platform/win/inspector-protocol: Added.
* platform/win/inspector-protocol/debugger: Added.
* platform/win/inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt: Added.
* platform/win/inspector-protocol/debugger/setBreakpoint-actions-expected.txt: Added.
* platform/win/inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local-expected.txt: Added.
* platform/win/svg/text/kerning-expected.txt:
* platform/win/svg/text/multichar-glyph-expected.txt:
* platform/win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
* platform/win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
2015-01-22 Andrzej Badowski <a.badowski@samsung.com>
AX: [ATK] Mark accessibility/list-detection.html as a suitable test for EFL and GTK.
https://bugs.webkit.org/show_bug.cgi?id=140721
Reviewed by Chris Fleizach.
The test checks the heuristic to determine if a 'list' is really a list.
In the area of ATK a role for description list has been separated from the role AXList.
This made the test stopped giving positive results for ports EFL and GTK.
The proposed amendment restores test for these ports.
* accessibility/list-detection.html:
* platform/efl/TestExpectations:
* platform/efl/accessibility/list-detection-expected.txt: Added.
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/list-detection-expected.txt: Added.
2015-01-21 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Skip items spanning flex tracks when sizing content based tracks
https://bugs.webkit.org/show_bug.cgi?id=140720
Reviewed by David Hyatt.
* fast/css-grid-layout/flex-and-content-sized-resolution-columns-expected.txt: Added.
* fast/css-grid-layout/flex-and-content-sized-resolution-columns.html: Added.
2015-01-22 Yusuke Suzuki <utatane.tea@gmail.com>
put_by_val_direct need to check the property is index or not for using putDirect / putDirectIndex
https://bugs.webkit.org/show_bug.cgi?id=140426
Reviewed by Geoffrey Garen.
* js/dfg-put-by-val-direct-with-edge-numbers-expected.txt: Added.
* js/dfg-put-by-val-direct-with-edge-numbers.html: Added.
* js/script-tests/dfg-put-by-val-direct-with-edge-numbers.js: Added.
(lookupWithKey):
(dfgShouldThrow):
(lookupWithKey2):
(toStringThrowsError.toString):
2015-01-19 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Size tracks using a list of all items sorted by span
https://bugs.webkit.org/show_bug.cgi?id=140615
Reviewed by Andreas Kling.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
Added tons of new test cases.
* fast/css-grid-layout/grid-content-sized-columns-resolution.html: Ditto.
* fast/css-grid-layout/grid-preferred-logical-widths.html:
Adjusted results.
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline SVG results from test machine.
* platform/win/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
* platform/win/css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
* platform/win/css2.1/20110323/replaced-elements-001-expected.png: Added.
* platform/win/css2.1/20110323/replaced-elements-001-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Update expectations file for failures on test machine.
* platform/win/TestExpectations:
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Add more tests and baselines.
Stop skipping a number of tests that are fully functional. Add some
Windows baselines.
* platform/win/TestExpectations:
* platform/win/printing/setPrinting-expected.txt: Added.
* platform/win/printing/width-overflow-expected.txt: Added.
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] More gardening.
Unskip the flexbox tests. These have been functional in Windows for YEARS!
* platform/win/TestExpectations:
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Gardening pass over file.
Convert Skips to Failure wherever possible. Try to delete unnecessary skips/failures.
* platform/win/TestExpectations:
2015-01-21 Tim Horton <timothy_horton@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
* platform/mac/TestExpectations:
Mark svg/custom/svg-fonts-without-missing-glyph.xhtml as flaky.
2015-01-21 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ASSERT expanding objects in console PrimitiveBindingTraits<T>::assertValueHasExpectedType
https://bugs.webkit.org/show_bug.cgi?id=140746
Reviewed by Timothy Hatcher.
* TestExpectations:
Unskip the test now that is doesn't ASSERT in debug builds.
2015-01-21 Daniel Bates <dabates@apple.com>
Update iOS WebKit2 expected results for compositing tests
Following the patch for bug #140742, <https://bugs.webkit.org/show_bug.cgi?id=140742>, we can remove
all iOS WebKit2-specific expected results that are identical to the platform-independent results.
* platform/ios-simulator-wk2/TestExpectations: Add WebKit2-specific failures: compositing/reflections/nested-reflection-on-overflow.html
and compositing/repaint/invalidations-on-composited-layers.html.
* platform/ios-simulator-wk2/compositing/absolute-inside-out-of-view-fixed-expected.txt: Removed.
[...]
* platform/ios-simulator-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed.
* platform/ios-simulator-wk2/compositing/visibility/layer-visible-content-expected.txt: Removed.
* platform/ios-simulator-wk2/compositing/visible-rect/3d-transform-style-expected.txt: Removed.
* platform/ios-simulator/TestExpectations: Remove tests that now pass in both iOS WebKit1 and WebKit2.
2015-01-21 Daniel Bates <dabates@apple.com>
Update iOS WebKit test expectations for compositing tests
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-01-21 Daniel Bates <dabates@apple.com>
[iOS] Many compositing tests fail in DumpRenderTree due to contentsOpaque difference
https://bugs.webkit.org/show_bug.cgi?id=140742
Reviewed by Simon Fraser.
Update test expectations and remove an unnecessary test result.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt: Removed.
2015-01-21 Daniel Bates <dabates@apple.com>
Add iOS WebKit1 TestExpectation file
https://bugs.webkit.org/show_bug.cgi?id=140739
Reviewed by David Kilzer.
iOS WebKit1 is different enough from iOS WebKit2 that it would benefit from having its
own TestExpectation file. We can work to reduce such differences over time.
* platform/ios-simulator-wk1/TestExpectations: Added.
* platform/ios-simulator/TestExpectations: Move iOS WebKit1-specific test expectation from here
to file LayoutTests/platform/ios-simulator-wk1/TestExpectations.
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening based on TestBot runs.
Update a few failure cass with bug reports. Rebaseline a handful of tests.
* platform/win/TestExpectations: Update based on bug reports.
* platform/win/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] eventSender does not support scalePageBy
https://bugs.webkit.org/show_bug.cgi?id=140726
<rdar://problem/19549865>
Reviewed by Dean Jackson.
* platform/win/TestExpectations: Unskip test.
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening after reactivating some tests.
* platform/win/TestExpectations: Add failure entries for a few tests with bug reports.
2015-01-21 Manuel Rego Casasnovas <rego@igalia.com>
first-letter pseudo-element from ancestors is not being ignored in grids and flexboxes
https://bugs.webkit.org/show_bug.cgi?id=138424
Reviewed by Benjamin Poulain.
Modified current tests to check that first-letter from ancestors is
ignored too.
Added 2 new tests to increase coverage.
* css3/flexbox/flexbox-ignore-container-firstLetter-expected.txt:
* css3/flexbox/flexbox-ignore-container-firstLetter.html:
* fast/css-grid-layout/grid-container-ignore-first-letter-expected.txt:
* fast/css-grid-layout/grid-container-ignore-first-letter.html:
* fast/css/first-letter-from-ancestors-not-apply-inline-elements-expected.html: Added.
* fast/css/first-letter-from-ancestors-not-apply-inline-elements.html: Added.
* fast/css/first-letter-ignores-display-property-expected.html: Added.
* fast/css/first-letter-ignores-display-property.html: Added.
2015-01-20 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Rebaseline and clean-up of skipped files.
* platform/win/TestExpectations:
* platform/win/css2.1/20110323: Added.
* platform/win/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
* platform/win/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
* platform/win/css2.1/20110323/border-conflict-style-079-expected.png: Added.
* platform/win/css2.1/20110323/border-conflict-style-088-expected.png: Added.
* platform/win/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added.
* platform/win/css2.1/20110323/dynamic-top-change-001-expected.png: Added.
* platform/win/css2.1/20110323/dynamic-top-change-002-expected.png: Added.
* platform/win/css2.1/20110323/dynamic-top-change-003-expected.png: Added.
* platform/win/css2.1/20110323/dynamic-top-change-004-expected.png: Added.
* platform/win/css2.1/20110323/floating-replaced-height-008-expected.png: Added.
* platform/win/css2.1/20110323/height-width-inline-table-001-expected.png: Added.
* platform/win/css2.1/20110323/height-width-table-001-expected.png: Added.
* platform/win/css2.1/20110323/inline-block-replaced-height-008-expected.png: Added.
* platform/win/css2.1/20110323/inline-replaced-height-008-expected.png: Added.
* platform/win/css2.1/20110323/inline-table-001-expected.png: Added.
* platform/win/css2.1/20110323/inline-table-002a-expected.png: Added.
* platform/win/css2.1/20110323/inline-table-003-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-001-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-002-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-003-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-004-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-005-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-006-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-007-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-008-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-009-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-010-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-012-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-013-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-014-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-015-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-001-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-002-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-margins-001-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-optional-001-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-optional-002-expected.png: Added.
* platform/win/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
* platform/win/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
* platform/win/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
* platform/win/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Added.
* platform/win/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
* platform/win/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Added.
* platform/win/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added.
* platform/win/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/win/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
* platform/win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Added.
* platform/win/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
* platform/win/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Added.
* platform/win/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added.
* platform/win/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/win/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
* platform/win/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Added.
* platform/win/css2.1/t09-c5526c-display-00-e-expected.png: Added.
* platform/win/css2.1/t09-c5526c-display-00-e-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-01-b-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-01-b-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-02-c-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-02-c-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-03-c-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-03-c-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-04-c-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-04-c-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/win/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
* platform/win/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/win/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
* platform/win/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Added.
* platform/win/css2.1/t090501-c414-flt-01-b-expected.png: Added.
* platform/win/css2.1/t090501-c414-flt-01-b-expected.txt: Added.
* platform/win/css2.1/t090501-c414-flt-03-b-g-expected.png: Added.
* platform/win/css2.1/t090501-c414-flt-03-b-g-expected.txt: Added.
* platform/win/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Added.
* platform/win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
* platform/win/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: Added.
* platform/win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
* platform/win/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: Added.
* platform/win/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: Added.
* platform/win/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: Added.
* platform/win/css2.1/t1202-counter-03-b-expected.txt: Added.
* platform/win/css2.1/t1202-counter-04-b-expected.png: Added.
* platform/win/css2.1/t1202-counter-04-b-expected.txt:
* platform/win/css2.1/t1202-counters-03-b-expected.png: Added.
* platform/win/css2.1/t1202-counters-03-b-expected.txt: Added.
* platform/win/css2.1/t1202-counters-04-b-expected.png: Added.
* platform/win/css2.1/t1202-counters-04-b-expected.txt:
* platform/win/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
* platform/win/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added.
* platform/win/css3/selectors3: Added.
* platform/win/css3/selectors3/html: Added.
* platform/win/css3/selectors3/html/css3-modsel-161-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-161-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-19b-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-23-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-23-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-24-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-24-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-25-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-25-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-64-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-64-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-68-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-68-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-69-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-69-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-70-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-70-expected.txt: Added.
* platform/win/css3/selectors3/xhtml: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-25-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-68-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-70-expected.txt: Added.
* platform/win/css3/selectors3/xml: Added.
* platform/win/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-161-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-19b-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-23-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-23-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-24-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-24-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-25-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-64-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-68-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-68-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-69-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-69-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-70-expected.txt: Added.
* platform/win/fast/block/float/016-expected.png: Added.
* platform/win/fast/block/float/016-expected.txt: Added.
* platform/win/fast/css/non-standard-checkbox-size-expected.txt: Added.
* platform/win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
* platform/win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
* platform/win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
2015-01-20 Alexey Proskuryakov <ap@apple.com>
inspector/model/remote-object-get-properties.html asserts
* TestExpectations: Skip the test for now.
2015-01-20 Alexey Proskuryakov <ap@apple.com>
REGRESSION (Yosemite): HTTP tests time out waiting for subresources
https://bugs.webkit.org/show_bug.cgi?id=140715
Rubber-stamped by Mark Rowe.
Enable Apache performance logging to better isolate the issue.
* http/conf/apache2.4-httpd.conf:
2015-01-20 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Remove variable objectId from output.
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
2015-01-20 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline a test, unskip some working tests.
* platform/win/TestExpectations:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-01-20 Brent Fulgham <bfulgham@apple.com>
[Win] More test gardening.
* platform/win/TestExpectations: Mark several tests as failing now that bug
reports have been filed for them.
2015-01-20 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
Now that Mac has switched to new SVG font results, commit the old Mac output for
use with Windows tests until they are also cut over.
* platform/win/TestExpectations:
* platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
* platform/win/svg/custom/glyph-setting-d-attribute-expected.png: Added.
* platform/win/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
* platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
* platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
* platform/win/svg/foreignObject: Added.
* platform/win/svg/foreignObject/text-tref-02-b-expected.png: Added.
* platform/win/svg/foreignObject/text-tref-02-b-expected.txt: Added.
* platform/win/svg/text/kerning-expected.png: Added.
* platform/win/svg/text/kerning-expected.txt: Added.
* platform/win/svg/text/multichar-glyph-expected.png: Added.
* platform/win/svg/text/multichar-glyph-expected.txt: Added.
* platform/win/svg/transforms: Added.
* platform/win/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
* platform/win/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
2015-01-20 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Expanding event objects in console shows undefined for most values, it should have real values
https://bugs.webkit.org/show_bug.cgi?id=137306
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-get-properties-expected.txt: Added.
* inspector/model/remote-object-get-properties.html: Added.
2015-01-20 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Should show dynamic specificity values
https://bugs.webkit.org/show_bug.cgi?id=140647
Reviewed by Benjamin Poulain.
* inspector/css/selector-dynamic-specificity-expected.txt: Added.
* inspector/css/selector-dynamic-specificity.html: Added.
2015-01-20 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/xmlhttprequest-responseURL.html uses an incorrect resource path
https://bugs.webkit.org/show_bug.cgi?id=140689
Reviewed by Tim Horton.
* http/tests/xmlhttprequest/xmlhttprequest-responseURL-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-responseURL.html:
2015-01-20 Alexey Proskuryakov <ap@apple.com>
Noise about undefined $ENV{"HTTP_ORIGIN"} in Apache logs on several tests
https://bugs.webkit.org/show_bug.cgi?id=140690
Reviewed by Tim Horton.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2015-01-20 Alexey Proskuryakov <ap@apple.com>
malformed header from script 'noContentLength.asis': Bad header
https://bugs.webkit.org/show_bug.cgi?id=140693
Reviewed by Tim Horton.
Changed the resource to actually have no Content-Length, and adjusted incorrect test
expectations.
* http/tests/xmlhttprequest/resources/noContentLength.asis: Removed.
* http/tests/xmlhttprequest/resources/noContentLength.cgi: Copied from LayoutTests/http/tests/xmlhttprequest/resources/noContentLength.asis.
* http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html:
2015-01-20 Alexey Proskuryakov <ap@apple.com>
Apache logs a warning in http/tests/resources/post-and-verify-hybrid.cgi
https://bugs.webkit.org/show_bug.cgi?id=140680
Reviewed by Tim Horton.
* http/tests/resources/post-and-verify-hybrid.cgi: Fix a "useless use of a variable
in void context".
2015-01-20 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178751.
https://bugs.webkit.org/show_bug.cgi?id=140694
Caused 32-bit JSC test failures (Requested by JoePeck on
#webkit).
Reverted changeset:
"put_by_val_direct need to check the property is index or not
for using putDirect / putDirectIndex"
https://bugs.webkit.org/show_bug.cgi?id=140426
http://trac.webkit.org/changeset/178751
2015-01-20 Yusuke Suzuki <utatane.tea@gmail.com>
put_by_val_direct need to check the property is index or not for using putDirect / putDirectIndex
https://bugs.webkit.org/show_bug.cgi?id=140426
Reviewed by Geoffrey Garen.
* js/dfg-put-by-val-direct-with-edge-numbers-expected.txt: Added.
* js/dfg-put-by-val-direct-with-edge-numbers.html: Added.
* js/script-tests/dfg-put-by-val-direct-with-edge-numbers.js: Added.
(lookupWithKey):
(lookupWithKey2):
(toStringThrowsError.toString):
* resources/js-test-pre.js:
2015-01-20 Jeremy Jones <jeremyj@apple.com>
[mac] Fix test expectations after r178188
https://bugs.webkit.org/show_bug.cgi?id=140641
Reviewed by Alexey Proskuryakov.
Remove references to removed tests.
* platform/mac/TestExpectations:
removed reference to fast/workers/storage/use-same-database-in-page-and-workers.html
2015-01-20 Alexey Proskuryakov <ap@apple.com>
fast/hidpi/image-srcset-change-dynamically-from-js-2x.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140649
fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html is failing on some bots
https://bugs.webkit.org/show_bug.cgi?id=134769
Reviewed by Darin Adler.
Streamline resources/srcset-helper.js and remove races.
* TestExpectations: Unskip fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html.
* fast/hidpi/resources/srcset-helper.js: Deleted. We aleady had a copy in /resources,
no need for two copies.
* resources/srcset-helper.js: This script used to depend on setBackingScaleFactor
invoke its callback really fast, which is not guaranteed. Also, it had broken logic
that used non-existent window.deviceScaleFactor.
* fast/dom/HTMLImageElement/sizes/image-sizes-2x.html:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-change-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-innerhtml-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-innerhtml.html:
Updated to run the tests from runTest() function, not a load event handler.
Where appropriate, changed from testRunner.dumpResourceLoadCallbacks() to
testRunner.dumpResourceResponseMIMETypes(), because the latter doesn't unnecessarily
include reloaded scripts. It feels somewhat hacky, but the hack is already used in
fast/hidpi, and it improves output.
* fast/hidpi/image-srcset-change-dynamically-from-js-1x.html:
* fast/hidpi/image-srcset-change-dynamically-from-js-2x.html:
* fast/hidpi/image-srcset-fraction-1.5x.html:
* fast/hidpi/image-srcset-fraction.html:
* fast/hidpi/image-srcset-intrinsic-size.html:
* fast/hidpi/image-srcset-invalid-descriptor.html:
* fast/hidpi/image-srcset-invalid-inputs-except-one.html:
* fast/hidpi/image-srcset-nomodifier.html:
* fast/hidpi/image-srcset-only-src-attribute.html:
* fast/hidpi/image-srcset-remove-dynamically-from-js.html:
* fast/hidpi/image-srcset-same-alternative-for-both-attributes.html:
* fast/hidpi/image-srcset-simple-1x.html:
* fast/hidpi/image-srcset-simple-2x.html:
* fast/hidpi/image-srcset-space-left-nomodifier.html:
* fast/hidpi/image-srcset-space-prefix-nomodifier.html:
* fast/hidpi/image-srcset-space-suffix-nomodifier.html:
* fast/hidpi/image-srcset-space-surrounded-nomodifier.html:
* fast/hidpi/image-srcset-src-selection-1x-both.html:
* fast/hidpi/image-srcset-src-selection-1x.html:
* fast/hidpi/image-srcset-src-selection-2x.html:
* fast/hidpi/image-srcset-viewport-modifiers.html:
Updated to run the tests from runTest() function, not a load event handler.
* http/tests/loading/sizes/preload-image-sizes-2x-expected.txt: Updated results
for srcset-helper.js now always starting the redirect after the load is fully finished.
* svg/css/svg-resource-fragment-identifier-img-src.html: Updated for the unified
location of the script.
2015-01-20 Darin Adler <darin@apple.com>
Remove SVGElementInstanceList, m_instanceUnderMouse, DUMP_INSTANCE_TREE, DUMP_SHADOW_TREE
https://bugs.webkit.org/show_bug.cgi?id=140679
Reviewed by Anders Carlsson.
* fast/dom/script-tests/non-numeric-values-numeric-parameters.js:
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/ios-sim-deprecated/fast/js/global-constructors-expected.txt:
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* svg/custom/global-constructors-expected.txt:
* svg/custom/script-tests/global-constructors.js:
* svg/dom/svg2-inheritance-expected.txt:
* svg/dom/svg2-inheritance.html:
Removed all tests and results referencing SVGElementInstanceList.
2015-01-19 Dean Jackson <dino@apple.com>
Support "plus-darker" in mix-blend mode
https://bugs.webkit.org/show_bug.cgi?id=140646
<rdar://problem/19523370>
Reviewed by Simon Fraser.
Add tests and new expected results for plus-darker.
* css3/blending/blend-mode-property-parsing-expected.txt:
* css3/blending/blend-mode-simple-composited.html:
* css3/blending/blend-mode-simple.html:
* css3/blending/script-tests/blend-mode-property-parsing.js:
* css3/blending/svg-blend-plus-darker.html: Added.
* platform/mac/css3/blending/blend-mode-simple-composited-expected.png:
* platform/mac/css3/blending/blend-mode-simple-composited-expected.txt:
* platform/mac/css3/blending/blend-mode-simple-expected.png:
* platform/mac/css3/blending/blend-mode-simple-expected.txt:
* platform/mac/css3/blending/svg-blend-plus-darker-expected.txt: Added.
2015-01-20 Andrzej Badowski <a.badowski@samsung.com>
[EFL] [GTK] Change/supplement expectations for two accessibility layout tests.
https://bugs.webkit.org/show_bug.cgi?id=140620
Unreviewed EFL gardening.
* platform/efl/TestExpectations:
* platform/efl/accessibility/media-element-expected.txt:
Currently, accessibility/media-element.html is positive for EFL with a new, richer description.
* platform/efl/accessibility/render-counter-text-expected.txt: Added.
Omitted file by r178508.
* platform/gtk/accessibility/render-counter-text-expected.txt: Added.
Omitted file by r178508.
2015-01-19 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Wrong arguments passed to computeNormalizedFractionBreadth
https://bugs.webkit.org/show_bug.cgi?id=139058
Reviewed by Andreas Kling.
* TestExpectations: Removed the test added in r148643 (missing
from r148642) as the test works as expected now.
* fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html:
2015-01-19 Michael Saboff <msaboff@apple.com>
Re-enable js/dom/string-replace-exception-crash.html as root problem is fixed.
https://bugs.webkit.org/show_bug.cgi?id=140666
Rubber Stamped by Filip Pizlo.
* platform/mac/TestExpectations:
Re-enabled js/dom/string-replace-exception-crash.html.
2015-01-19 Michael Saboff <msaboff@apple.com>
A "cached" null setter should throw a TypeException when called in strict mode and doesn't
https://bugs.webkit.org/show_bug.cgi?id=139418
Reviewed by Filip Pizlo.
New regression test.
* js/regress-139418-expected.txt: Added.
* js/regress-139418.html: Added.
* js/script-tests/regress-139418.js: Added.
(InnerObjectNoSetter):
(InnerObjectNoSetter.prototype.get enabled):
(StrictOuterObject):
(StrictOuterObject.prototype.get enabled):
(StrictOuterObject.prototype.set enabled):
2015-01-19 Myles C. Maxfield <mmaxfield@apple.com>
[SVG -> OTF Converter] Flip the switch on
https://bugs.webkit.org/show_bug.cgi?id=140592
Updating test expected results.
svg/W3C-SVG-1.1/fonts-glyph-04-t.svg tests something which isn't spec'ed
and is impossible to perform with the converter, so I have deleted that
test.
svg/custom/skip-underline-missing-glyph-expected.html was testing
incorrect behavior, so I have updated the test.
The getStartPositionOfChar() calls in svg/text/kerning.svg and
svg/text/multichar-glyph.svg are currently impossible to be implemented
correctly with the converter, so I have updated the expected results to
test for the updated results of those calls.
Reviewed by Antti Koivisto.
* platform/mac/TestExpectations:
* platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/mac/svg/custom/glyph-setting-d-attribute-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/multichar-glyph-expected.txt:
* platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/mac-mountainlion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac-mountainlion/svg/text/kerning-expected.txt:
* platform/mac-mountainlion/svg/text/multichar-glyph-expected.txt:
* platform/mac-mountainlion/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
* svg/W3C-SVG-1.1/fonts-glyph-04-t-w3c.png: Removed.
* svg/W3C-SVG-1.1/fonts-glyph-04-t.svg: Removed.
* svg/custom/skip-underline-missing-glyph-expected.html: Removed.
* svg/custom/skip-underline-missing-glyph-expected.txt: Added.
* svg/custom/skip-underline-missing-glyph.html:
2015-01-19 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed Windows gardening.
Rebaseline a few tests based on current bot output.
* platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
* platform/win/fast/regions/region-dynamic-after-before-expected.txt:
* platform/win/fast/regions/region-generated-content-before-after-expected.txt:
* platform/win/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/win/fast/text/international/thai-baht-space-expected.txt:
2015-01-19 Roger Fong <roger_fong@apple.com>
[Mac] Test fix after r178674.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
2015-01-19 Dhi Aurrahman <diorahman@rockybars.com>
Canonicalization of :lang() should preserve the :lang()'s arguments representations
https://bugs.webkit.org/show_bug.cgi?id=139928
Reviewed by Benjamin Poulain.
* fast/css/css-lang-selector-with-string-arguments-text-expected.txt:
* fast/css/css-lang-selector-with-string-arguments-text.html:
2015-01-16 Roger Fong <roger_fong@apple.com>
WebGL2: Support webgl2 context creation.
https://bugs.webkit.org/show_bug.cgi?id=126408
<rdar://problem/15002170>
Reviewed by Dean Jackson.
* fast/canvas/webgl/bad-arguments-test-expected.txt:
* fast/canvas/webgl/null-object-behaviour-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-01-19 Alexey Proskuryakov <ap@apple.com>
Update expectations for media/track/track-forced-subtitles-in-band.html.
This test was marked as flaky on Yosemite, but the bug that tracked that was already
fixed. The test is flaky on Mavericks and above for some other reason.
* platform/mac/TestExpectations:
2015-01-19 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178653.
https://bugs.webkit.org/show_bug.cgi?id=140634
Broke multiple SVG tests on Mountain Lion (Requested by ap on
#webkit).
Reverted changeset:
"[SVG -> OTF Converter] Flip the switch on"
https://bugs.webkit.org/show_bug.cgi?id=140592
http://trac.webkit.org/changeset/178653
2015-01-18 Dean Jackson <dino@apple.com>
ES6: Support Array.of construction
https://bugs.webkit.org/show_bug.cgi?id=140605
<rdar://problem/19513655>
Reviewed by Geoffrey Garen.
Add 'of' to the Array properties, and a
test for Array.of().
* js/Object-getOwnPropertyNames-expected.txt:
* js/array-of-expected.txt: Added.
* js/array-of.html: Added.
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/array-of.js: Added.
2015-01-16 Ada Chan <adachan@apple.com>
HTMLMediaElement::isPlayingAudio() should return false if the element is explicitly muted by script.
https://bugs.webkit.org/show_bug.cgi?id=140524
Reviewed by Andreas Kling.
The test contains a looping video. It makes sure initially Page::isPlayingAudio() returns true.
It should return false after the video is muted, and true again after the video is unmuted.
* media/muted-video-is-playing-audio-expected.txt: Added.
* media/muted-video-is-playing-audio.html: Added.
2015-01-19 Myles C. Maxfield <mmaxfield@apple.com>
[SVG -> OTF Converter] Flip the switch on
https://bugs.webkit.org/show_bug.cgi?id=140592
Updating test expected results.
svg/W3C-SVG-1.1/fonts-glyph-04-t.svg tests something which isn't spec'ed
and is impossible to perform with the converter, so I have deleted that
test.
svg/custom/skip-underline-missing-glyph-expected.html was testing
incorrect behavior, so I have updated the test.
The getStartPositionOfChar() calls in svg/text/kerning.svg and
svg/text/multichar-glyph.svg are currently impossible to be implemented
correctly with the converter, so I have updated the expected results to
test for the updated results of those calls.
Reviewed by Antti Koivisto.
* platform/mac/TestExpectations:
* platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/mac/svg/custom/glyph-setting-d-attribute-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/multichar-glyph-expected.txt:
* platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
* svg/W3C-SVG-1.1/fonts-glyph-04-t-w3c.png: Removed.
* svg/W3C-SVG-1.1/fonts-glyph-04-t.svg: Removed.
* svg/custom/skip-underline-missing-glyph-expected.html: Removed.
* svg/custom/skip-underline-missing-glyph-expected.txt: Added.
* svg/custom/skip-underline-missing-glyph.html:
2015-01-19 Alexey Proskuryakov <ap@apple.com>
Mark a couple slow tests as such.
* TestExpectations:
2015-01-19 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening: Remove unneeded win-specific result.
At one point, Windows error messages did not include line numbers and needed its own results.
This is no longer the case, and any such results should be removed
* platform/win/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt: Removed.
2015-01-19 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening: Mark some passing tests appropriately.
* platform/win/TestExpectations:
2015-01-16 Alexey Proskuryakov <ap@apple.com>
Console log sometimes prefixed with line number
https://bugs.webkit.org/show_bug.cgi?id=105280
Reviewed by Darin Adler.
Some messages lost line numbers now. Some of these were definitely wrong, others
were roughly right. Unfortunately, it is not currently possible to figure out whether
ScriptController actually executes a script after passing control to it. So the cases
where it refuses to execute the script and logs a message are handled like those
where it does.
I think that it shouldn't be a big obstacle in practice, it is easy enough to find
a script in a page when Web Inspector tells you that scripts were not allowed.
* 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-attribute-parsing-14-expected.txt:
* fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
* fast/frames/sandboxed-iframe-scripting-04-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
* http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
* http/tests/security/no-javascript-refresh-expected.txt:
* http/tests/security/no-javascript-refresh-spaces-expected.txt:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
Unmark tests that were broken by this.
2015-01-19 Csaba Osztrogonác <ossy@webkit.org>
[Win] REGRESSION(r177542 or r177613): svg/W3C tests are broken
https://bugs.webkit.org/show_bug.cgi?id=139972
Unreviewed gardening, unskip now passing tests after r178139.
* platform/win/TestExpectations:
2015-01-19 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, when committing r178642 I forgot to add the
TestExpectations change.
* TestExpectations: Added
fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html.
2015-01-19 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Tracks shrink sometimes with indefinite remaining space
https://bugs.webkit.org/show_bug.cgi?id=139059
Reviewed by David Hyatt.
The third step of the grid track sizing algorithm (method
ComputeUsedBreadthOfGridTracks in the old specs version of the
algorithm) tries to grow all grid tracks until the remaining space
is exhausted. Should the remaining space is undefined we should fill
the tracks up to their limits. This is specified in pseudocode like
this:
For each Grid track t in GridTracks
t.UsedBreadth = t.MaxBreadth
That's correct for most of the cases, but it becomes
wrong whenever t.UsedBreadth > t.MaxBreadth something that is not
incorrect. What we actually want to do is to grow the track to its
maximum if and only if the used breadth is smaller than the maximum.
* TestExpectations: Added a test which is correct but starts to fail
due to another bug (wkb.ug/139058).
* fast/css-grid-layout/grid-auto-columns-rows-update.html:
* fast/css-grid-layout/grid-grow-tracks-to-their-max-expected.txt: Added.
* fast/css-grid-layout/grid-grow-tracks-to-their-max.html: Added.
* fast/css-grid-layout/grid-item-removal-track-breadth-update.html:
* fast/css-grid-layout/minmax-max-content-resolution-rows.html:
* fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
* fast/css-grid-layout/percent-of-indefinite-track-size-in-auto.html:
* fast/css-grid-layout/percent-of-indefinite-track-size.html:
2015-01-18 Alexey Proskuryakov <ap@apple.com>
http/tests/navigation/navigation-interrupted-by-fragment.html frequently times out
https://bugs.webkit.org/show_bug.cgi?id=140607
* platform/mac-wk2/TestExpectations: Added an expectation.
2015-01-18 Dean Jackson <dino@apple.com>
Out of bounds write in canvas.toDataURL
https://bugs.webkit.org/show_bug.cgi?id=140594
<rdar://problem/19449135>
Reviewed by Alexey Proskuryakov.
Creates a WebGL context that does not have
premultiplied alpha, fills it with 50% transparent white,
and attempts to convert the canvas to a JPEG data URL. This
exercises the code path that was not accurately
allocating data (to flatten the alpha).
* fast/canvas/webgl/toDataURL-unpremultipliedAlpha-expected.txt: Added.
* fast/canvas/webgl/toDataURL-unpremultipliedAlpha.html: Added.
2015-01-17 Michael Saboff <msaboff@apple.com>
Crash in JSScope::resolve() on tools.ups.com
https://bugs.webkit.org/show_bug.cgi?id=140579
Reviewed by Geoffrey Garen.
New regression test.
* js/regress-140579-expected.txt: Added.
* js/regress-140579.html: Added.
* js/script-tests/regress-140579.js: Added.
(Test.this.isString):
(Test.this.test):
(Test):
2015-01-17 Chris Dumez <cdumez@apple.com>
Converting time, angle and frequency units in CSS calc() function
https://bugs.webkit.org/show_bug.cgi?id=138356
Reviewed by Darin Adler.
Update fast/css/calc-with-angle-time-frequency.html to include more
test cases and actually validate the result of the calculation,
instead of merely setting the CSS property and being happy if we don't
crash.
* fast/css/calc-with-angle-time-frequency-expected.txt:
* fast/css/calc-with-angle-time-frequency.html:
2015-01-16 Daniel Bates <dabates@apple.com>
Update some expected results for iOS
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/ios-simulator-wk2/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/ios-simulator/TestExpectations:
[...]
2015-01-16 Michael Saboff <msaboff@apple.com>
REGRESSION(178591): js/slow-stress/call-spread.html & js/slow-stress/new-spread.html
https://bugs.webkit.org/show_bug.cgi?id=140574
Rubber stamped by Oliver Hunt.
Changed the loop counts in the test to lower values to speed up the tests.
* js/slow-stress/script-tests/call-spread.js:
(test2):
(test3):
* js/slow-stress/script-tests/new-spread.js:
(test2):
(test3):
2015-01-16 Zalan Bujtas <zalan@apple.com>
When border-radius is present, inset/outset/groove/ridge border color changes.
https://bugs.webkit.org/show_bug.cgi?id=140551
Reviewed by Simon Fraser.
This patch applies the same color lighten/darken adjustment on the radius borders
that we use for non-radius border.
* fast/borders/wrong-border-color-when-radius-is-present-expected.html: Added.
* fast/borders/wrong-border-color-when-radius-is-present.html: Added.
2015-01-16 Benjamin Poulain <bpoulain@apple.com>
Add the alternative syntax for CSS Selector's descendant combinator (">>")
https://bugs.webkit.org/show_bug.cgi?id=140525
Reviewed by Antti Koivisto.
* 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/descendant-combinator-doubled-child-syntax-styling-expected.html: Added.
* fast/css/descendant-combinator-doubled-child-syntax-styling.html: Added.
* fast/css/parsing-css-descendant-combinator-doubled-child-syntax-expected.txt: Added.
* fast/css/parsing-css-descendant-combinator-doubled-child-syntax.html: Added.
* fast/selectors/element-closest-descendant-combinator-doubled-child-syntax-expected.txt: Added.
* fast/selectors/element-closest-descendant-combinator-doubled-child-syntax.html: Added.
* fast/selectors/element-matches-descendant-combinator-doubled-child-syntax-expected.txt: Added.
* fast/selectors/element-matches-descendant-combinator-doubled-child-syntax.html: Added.
* fast/selectors/querySelector-descendant-combinator-doubled-child-syntax-expected.txt: Added.
* fast/selectors/querySelector-descendant-combinator-doubled-child-syntax.html: Added.
2015-01-16 Michael Saboff <msaboff@apple.com>
REGRESSION (r174226): Header on huffingtonpost.com is too large
https://bugs.webkit.org/show_bug.cgi?id=140306
Reviewed by Filip Pizlo.
Updated js/arguments-iterator to test changing argument to array values.
Removed tests that changed arguments to a string and an object as they were
bogus and didn't test what the appeared to test.
for .. of works on iterable objects only.
Added new regression test, js/regress-140306.
* js/arguments-iterator-expected.txt:
* js/regress-140306-expected.txt: Added.
* js/regress-140306.html: Added.
* js/script-tests/arguments-iterator.js:
(testEmptyArrayArguments):
(testArrayArguments):
(testOverwrittenArguments): Deleted.
(testNullArguments): Deleted.
(testNonArrayLikeArguments): Deleted.
* js/script-tests/regress-140306.js: Added.
(checkArgs):
(applyToArgs):
2015-01-16 Jeremy Jones <jeremyj@apple.com>
[mac] Fix test expectations after r178310.
https://bugs.webkit.org/show_bug.cgi?id=140503
Reviewed by Alexey Proskuryakov.
Remove references to removed tests.
* platform/mac-wk2/TestExpectations:
removed reference to storage/indexeddb/basics-shared-workers.html
removed reference to js/dom/global-constructors-attributes-shared-worker.html
* platform/mac/TestExpectations:
removed reference to fast/workers/shared-worker-storagequota-query-usage.html
2015-01-16 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178532.
https://bugs.webkit.org/show_bug.cgi?id=140548
Broke fast/css/parsing-css-lang.html on some bots (Requested
by ap on #webkit).
Reverted changeset:
"Canonicalization of :lang() should preserve the :lang()'s
arguments representations"
https://bugs.webkit.org/show_bug.cgi?id=139928
http://trac.webkit.org/changeset/178532
2015-01-16 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178577.
https://bugs.webkit.org/show_bug.cgi?id=140546
Broke fast/css-grid-layout/grid-content-sized-columns-
resolution.html (Requested by ap on #webkit).
Reverted changeset:
"[CSS Grid Layout] Tracks shrink sometimes with indefinite
remaining space"
https://bugs.webkit.org/show_bug.cgi?id=139059
http://trac.webkit.org/changeset/178577
2014-11-26 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Tracks shrink sometimes with indefinite remaining space
https://bugs.webkit.org/show_bug.cgi?id=139059
Reviewed by David Hyatt.
The third step of the grid track sizing algorithm (method
ComputeUsedBreadthOfGridTracks in the old specs version of the
algorithm) tries to grow all grid tracks until the remaining space
is exhausted. Should the remaining space is undefined we should fill
the tracks up to their limits. This is specified in pseudocode like
this:
For each Grid track t in GridTracks
t.UsedBreadth = t.MaxBreadth
That's correct for most of the cases, but it becomes
wrong whenever t.UsedBreadth > t.MaxBreadth something that is not
incorrect. What we actually want to do is to grow the track to its
maximum if and only if the used breadth is smaller than the maximum.
* TestExpectations: Added a test which is correct but starts to fail
due to another bug (wkb.ug/139058).
* fast/css-grid-layout/grid-auto-columns-rows-update.html:
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
* fast/css-grid-layout/grid-grow-tracks-to-their-max-expected.txt: Added.
* fast/css-grid-layout/grid-grow-tracks-to-their-max.html: Added.
* fast/css-grid-layout/grid-item-removal-track-breadth-update.html:
* fast/css-grid-layout/minmax-max-content-resolution-rows.html:
* fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
* fast/css-grid-layout/percent-of-indefinite-track-size-in-auto.html:
* fast/css-grid-layout/percent-of-indefinite-track-size.html:
2015-01-15 Zalan Bujtas <zalan@apple.com>
Element appears correctly but does not receive event with a large translation.
https://bugs.webkit.org/show_bug.cgi?id=139815
Reviewed by Simon Fraser.
When the hit point gets translated beyond the min/max value of LayoutRect (infiniteRect()),
we fail to find the corresponding layer.
When there's no clipping on a layer, we use min/max values to represent infiniteness.
However it does not work well across types. With IntPoint(hittest) we can address a point that's outside
of LayoutRect's boundary(clipping).
This patch addresses the immediate issue of not being able to hittest transformed layers properly.
Fixing the representation of infiniteness is tracked here: webkit.org/b/140533
* transforms/hittest-translated-content-off-to-infinity-and-back-expected.html: Added.
* transforms/hittest-translated-content-off-to-infinity-and-back.html: Added.
2015-01-15 Myles C. Maxfield <mmaxfield@apple.com>
tables/mozilla/bugs/bug10633.html is flakey on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=140487
Reviewed by Simon Fraser.
Mark tests as not flakey any more.
* platform/mac/TestExpectations:
2015-01-15 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed Windows gardening.
Remove a bunch of out-of-date entries, and try to properly mark tests so we get
proper coverage.
* platform/win-xp/TestExpectations:
* platform/win/TestExpectations:
2015-01-15 Alexey Proskuryakov <ap@apple.com>
Update Mountain Lion results for fast/canvas/webgl/angle-instanced-arrays.html
after r178527.
* platform/mac-mountainlion/fast/canvas/webgl/angle-instanced-arrays-expected.txt:
2015-01-15 Dhi Aurrahman <diorahman@rockybars.com>
Canonicalization of :lang() should preserve the :lang()'s arguments representations
https://bugs.webkit.org/show_bug.cgi?id=139928
Reviewed by Benjamin Poulain.
* fast/css/css-lang-selector-with-string-arguments-text-expected.txt: Updated.
* fast/css/css-lang-selector-with-string-arguments-text.html: Updated.
2015-01-14 Alexey Proskuryakov <ap@apple.com>
Web Inspector and regular console use different source code locations for messages
https://bugs.webkit.org/show_bug.cgi?id=140478
Reviewed by Brian Burg.
A lot of tests now get line numbers in console messages. These lines are calculated
by Inspector::ConsoleMessage based on JavaScript call stack.
One note of interest is that DumpRenderTree only dumps the line, which can be
confusing if it is a line in a subresource. We can change the format in a separate
patch one day.
* http/tests/security/drag-drop-local-file-expected.txt:
* platform/wk2/http/tests/security/drag-drop-local-file-expected.txt:
With WebKit1, a console message is logged when EventSender releases the mouse button,
and with WebKit2, it is logged on hover. This is not quite expected, but probably
not too harmful. In any case, it's not a new problem introduced by this patch.
* http/tests/security/xss-DENIED-iframe-src-alias.html:
* http/tests/security/xss-DENIED-iframe-src-alias-expected.txt:
Run the subtests sequentially to ensure consistent order of results.
* animations/change-keyframes-expected.txt:
* crypto/subtle/unwrapKey-check-usage-expected.txt:
* crypto/subtle/wrapKey-check-usage-expected.txt:
* fast/canvas/webgl/angle-instanced-arrays-expected.txt:
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt:
* fast/canvas/webgl/oes-texture-float-linear-expected.txt:
* fast/canvas/webgl/oes-texture-half-float-expected.txt:
* fast/canvas/webgl/oes-texture-half-float-linear-expected.txt:
* fast/dom/Window/open-invalid-url-expected.txt:
* fast/dom/assign-to-prototype-accessor-on-prototype-should-be-silent-expected.txt:
* fast/forms/interactive-validation-prevented-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-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/loader/page-dismissal-modal-dialogs-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
* fast/xpath/nsresolver-bad-object-expected.txt:
* html5lib/generated/run-tests11-write-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-resource-404-expected.txt:
* http/tests/appcache/abort-cache-onprogress-expected.txt:
* http/tests/appcache/local-content-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/history/cross-origin-replace-history-object-child-expected.txt:
* http/tests/history/cross-origin-replace-history-object-expected.txt:
* http/tests/inspector-protocol/access-inspected-object-expected.txt:
* http/tests/misc/image-blocked-src-no-change-expected.txt:
* http/tests/misc/unloadable-script-expected.txt:
* http/tests/plugins/cross-frame-object-access-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-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/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/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-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/cross-frame-access-call-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-delete-expected.txt:
* http/tests/security/cross-frame-access-enumeration-expected.txt:
* http/tests/security/cross-frame-access-first-time-expected.txt:
* http/tests/security/cross-frame-access-frameelement-expected.txt:
* http/tests/security/cross-frame-access-get-custom-property-cached-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-put-expected.txt:
* http/tests/security/cross-frame-access-location-get-expected.txt:
* http/tests/security/cross-frame-access-location-put-expected.txt:
* http/tests/security/cross-frame-access-name-getter-expected.txt:
* http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt:
* http/tests/security/cross-frame-access-object-prototype-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-frame-access-selection-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/document-all-expected.txt:
* http/tests/security/frameNavigation/not-opener-expected.txt:
* http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-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/insecure-plugin-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt:
* http/tests/security/no-popup-from-sandbox-expected.txt:
* http/tests/security/no-popup-from-sandbox-top-expected.txt:
* http/tests/security/popup-allowed-by-sandbox-is-sandboxed-expected.txt:
* http/tests/security/referrer-policy-invalid-expected.txt:
* http/tests/security/sandbox-inherit-to-initial-document-2-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-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/srcdoc-in-sandbox-cannot-access-parent-expected.txt:
* http/tests/security/window-named-proto-expected.txt:
* http/tests/security/window-named-valueOf-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-defineProperty-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-htmlelelment-with-iframe-proto-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-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-xsl-document-securityOrigin-expected.txt:
* http/tests/security/xss-eval-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/block-does-not-leak-location-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
* http/tests/security/xssAuditor/dom-write-URL-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/full-block-base-href-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
* http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
* http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
* http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-04-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/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-event-target-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-basic-whitelist-response-headers-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-response-with-expose-headers-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/get-dangerous-headers-expected.txt:
* http/tests/xmlhttprequest/getResponseHeader-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/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/timeout/xmlhttprequest-timeout-synconmain-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
* js/dom/dom-as-prototype-assignment-exception-expected.txt:
* js/dom/dom-attributes-on-mismatch-type-expected.txt:
* js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt:
* plugins/get-user-agent-with-null-npp-from-npp-new-expected.txt:
* plugins/netscape-plugin-map-data-to-src-expected.txt:
* plugins/no-mime-with-valid-extension-expected.txt:
* storage/websql/open-database-creation-callback-expected.txt:
* storage/websql/open-database-set-empty-version-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/invalid-length-units-expected.txt:
* svg/custom/poly-parsing-error-expected.txt:
* svg/custom/polyline-setattribute-points-null-expected.txt:
* svg/dom/fuzz-path-parser-expected.txt:
* svg/dom/path-parser-expected.txt:
* svg/dom/points-parser-expected.txt:
* webaudio/audionode-expected.txt:
2015-01-15 Mark Lam <mark.lam@apple.com>
[Part 2] Argument object created by "Function dot arguments" should use a clone of argument values.
<https://webkit.org/b/140093>
Reviewed by Geoffrey Garen.
* js/function-dot-arguments-expected.txt:
* js/script-tests/function-dot-arguments.js:
(arrayify):
(indirectCall):
(.inner):
(tearOffTest3):
(tearOffTest3b):
(tearOffTest3c):
(tearOffTest4External):
(tearOffTest4):
(tearOffTest4aExternal):
(tearOffTest4bExternal):
(tearOffTest4b):
(tearOffTest4cExternal):
(tearOffTest4c):
(tearOffTest5):
(tearOffTest5b):
(tearOffTest5c):
(tearOffTest6External):
(tearOffTest6):
(tearOffTest6aExternal):
(tearOffTest6bExternal):
(tearOffTest6b):
(tearOffTest6cExternal):
(tearOffTest6c):
(tearOffTest7):
(tearOffTest7b):
(tearOffTest7c):
(tearOffTest8External):
(tearOffTest8):
(tearOffTest8aExternal):
(tearOffTest8bExternal):
(tearOffTest8b):
(tearOffTest8cExternal):
(tearOffTest8c):
(tearOffTest9b):
(tearOffTest9c):
(tearOffTest10External):
(tearOffTest10):
(tearOffTest10aExternal):
(tearOffTest10bExternal):
(tearOffTest10b):
(tearOffTest10cExternal):
(tearOffTest10c):
2015-01-15 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Mark some debug crashes as being caused by Bug 135514.
* platform/win/TestExpectations:
2015-01-15 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Mark fast/dynamic/layer-no-longer-paginated.html as crashing on Windows
now that https://bugs.webkit.org/show_bug.cgi?id=140455 has been filed.
* platform/win/TestExpectations:
2015-01-15 Myles C. Maxfield <mmaxfield@apple.com>
http/tests/misc/acid3.html is flakey on Mavericks
https://bugs.webkit.org/show_bug.cgi?id=140253
Reviewed by Alexey Proskuryakov.
Remove flakey mark.
* platform/mac/TestExpectations:
2015-01-15 Andrzej Badowski <a.badowski@samsung.com>
AX: [ATK] Mark accessibility/render-counter-text.html as a suitable test for EFL and GTK.
https://bugs.webkit.org/show_bug.cgi?id=140438
Reviewed by Chris Fleizach.
The test shows the text contents of the <li> element with the counter inside <ol> using three childAtIndex().stringValue methods.
In the case of ATK childAtIndex(0) returns a non-empty object, but it is not the ATK_OBJECT,
so the stringValue produces an empty string.
To avoid this, the text content is obtained by direct reading of stringValue of <li> AccessibilityUIElement which is ATK_TEXT.
* accessibility/render-counter-text.html:
This test is also suitable for EFL and GTK port.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2015-01-14 Simon Fraser <simon.fraser@apple.com>
Graphics corruption after Find on some pages
https://bugs.webkit.org/show_bug.cgi?id=140489
Reviewed by Zalan Bujtas.
Two new tests. The first one just reports that we have an opaque compositing
layer. The second one tests the the user-visible symptom of the missing
background.
* compositing/contents-opaque/opaque-with-scrolled-expected.txt: Added.
* compositing/contents-opaque/opaque-with-scrolled.html: Added.
* fast/backgrounds/opaque-scrolled-paint-background-expected.html: Added.
* fast/backgrounds/opaque-scrolled-paint-background.html: Added.
2015-01-14 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/17748495> Multiple compositing tests fail to repaint on WK1
* platform/mac/TestExpectations: These tests pass now, unmarking.
2015-01-14 Alexey Proskuryakov <ap@apple.com>
Update expectations for what we see on upgraded EWS machines.
* platform/mac/TestExpectations:
2015-01-14 Jer Noble <jer.noble@apple.com>
[Mac][MSE] Stalled YouTube playback does not allow display to sleep.
https://bugs.webkit.org/show_bug.cgi?id=140468
rdar://problem/19171162
Reviewed by Eric Carlson.
* media/media-source/content/test-fragmented-manifest.json: Added.
* media/media-source/content/test-fragmented.mp4: Added.
* media/media-source/media-source-loader.js: Added.
(MediaSourceLoader):
(MediaSourceLoader.prototype.loadManifest):
(MediaSourceLoader.prototype.loadManifestSucceeded):
(MediaSourceLoader.prototype.loadManifestFailed):
(MediaSourceLoader.prototype.loadMediaData):
(MediaSourceLoader.prototype.loadMediaDataSucceeded):
(MediaSourceLoader.prototype.loadMediaDataFailed):
(MediaSourceLoader.prototype.type):
(MediaSourceLoader.prototype.duration):
(MediaSourceLoader.prototype.initSegment):
(MediaSourceLoader.prototype.mediaSegmentsLength):
(MediaSourceLoader.prototype.mediaSegment):
* media/media-source/media-source-stalled-holds-sleep-assertion-expected.txt: Added.
* media/media-source/media-source-stalled-holds-sleep-assertion.html: Added.
2015-01-14 Andrzej Badowski <a.badowski@samsung.com>
[EFL] Change expectations for two layout tests.
https://bugs.webkit.org/show_bug.cgi?id=140391
Reviewed by Chris Fleizach.
Currently, two layout tests produce positive results for EFL:
- accessibility/fieldset-element-expected.html
- accessibility/negative-tabindex-does-not-expose-label.html.
* accessibility/fieldset-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/fieldset-element-expected.txt.
* accessibility/negative-tabindex-does-not-expose-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/negative-tabindex-does-not-expose-label-expected.txt.
* platform/efl/TestExpectations:
Missing markings removed.
2015-01-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178438.
https://bugs.webkit.org/show_bug.cgi?id=140484
Broke a few MediaSource tests (Requested by JoePeck on
#webkit).
Reverted changeset:
"[MSE] Implement per TrackBuffer buffered."
https://bugs.webkit.org/show_bug.cgi?id=139813
http://trac.webkit.org/changeset/178438
2015-01-14 Enrica Casucci <enrica@apple.com>
REGRESSION (r165385): Crash when applying autocorrection exceeds maximum text area length.
https://bugs.webkit.org/show_bug.cgi?id=137902
rdar://problem/18568864
Reviewed by Darin Adler.
* editing/text-iterator/invalid-subrange-expected.txt: Added.
* editing/text-iterator/invalid-subrange.html: Added.
2015-01-14 Said Abou-Hallawa <sabouhallawa@apple.com>
REGRESSION (r154769): Wrong <title> taken as a tooltip for SVG element.
https://bugs.webkit.org/show_bug.cgi?id=139690.
Reviewed by Daniel Bates.
* svg/hittest/resources: Added.
* svg/hittest/resources/svg-tooltip.svg: Added.
Shared resources to be used by the tests.
* svg/hittest/resources/svg-tooltip.js: Added.
This code mimics the C++ tooltip calculation and compares its result with what the C++
code returns.
* svg/hittest/svg-embedded-tooltip-expected.txt: Added.
* svg/hittest/svg-embedded-tooltip.html: Added.
This test ensures that the tooltip text for SVG elements is calculated correctly when
the SVG is embedded in an HTML either through inline <svg> tag or through an <embed>
tag. In both cases, the rootmost SVG element should return the SVG document title.
* svg/hittest/svg-standalone-tooltip-expected.txt: Added.
* svg/hittest/svg-standalone-tooltip.svg: Added.
This test ensures that for stand-alone SVG documents, the tooltip text for SVG elements
is calculated correctly. In this case, the rootmost SVG element should not return a
title since the SVG document title will be displayed in the browser chrome.
2015-01-14 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement per TrackBuffer buffered.
https://bugs.webkit.org/show_bug.cgi?id=139813.
Reviewed by Jer Noble.
Added tests which checks how buffered behaves for two trackBuffers in single SourceBuffer
after appends, and with MediaSource readyState switching to ended and back to open.
* media/media-source/media-source-multiple-trackBuffers-buffered-expected.txt: Added.
* media/media-source/media-source-multiple-trackBuffers-buffered-in-ended-state-expected.txt: Added.
* media/media-source/media-source-multiple-trackBuffers-buffered-in-ended-state.html: Added.
* media/media-source/media-source-multiple-trackBuffers-buffered.html: Added.
2015-01-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178432.
https://bugs.webkit.org/show_bug.cgi?id=140460
Caused 20 JSC Test Failures (Requested by JoePeck on #webkit).
Reverted changeset:
"REGRESSION (r174226): Header on huffingtonpost.com is too
large"
https://bugs.webkit.org/show_bug.cgi?id=140306
http://trac.webkit.org/changeset/178432
2015-01-14 Michael Saboff <msaboff@apple.com>
REGRESSION (r174226): Header on huffingtonpost.com is too large
https://bugs.webkit.org/show_bug.cgi?id=140306
Reviewed by Geoffrey Garen.
Updated js/arguments-iterator to test changing argument to array values.
Removed tests that changed arguments to a string and an object as they were
bogus and didn't test what the appeared to test.
for .. of works on iterable objects only.
Added new regression test, js/regress-140306.
* js/arguments-iterator-expected.txt:
* js/regress-140306-expected.txt: Added.
* js/regress-140306.html: Added.
* js/script-tests/arguments-iterator.js:
(testEmptyArrayArguments):
(testArrayArguments):
(testOverwrittenArguments): Deleted.
(testNullArguments): Deleted.
(testNonArrayLikeArguments): Deleted.
* js/script-tests/regress-140306.js: Added.
(checkArgs):
(applyToArgs):
2015-01-14 Michael Saboff <msaboff@apple.com>
JavaScript identifier incorrectly parsed if the prefix before an escape sequence is a keyword
https://bugs.webkit.org/show_bug.cgi?id=140420
Reviewed by Oliver Hunt.
New regression test.
* js/regress-140420-expected.txt: Added.
* js/regress-140420.html: Added.
* js/script-tests/regress-140420.js: Added.
(with):
(this):
2015-01-14 Jer Noble <jer.noble@apple.com>
Null-deref crash when seeking immediately before looping.
https://bugs.webkit.org/show_bug.cgi?id=140394
Reviewed by Eric Carlson.
* media/video-ended-seek-crash-expected.txt: Added.
* media/video-ended-seek-crash.html: Added.
2015-01-14 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
* platform/win/TestExpectations: Add a Crash expectation now that
https://bugs.webkit.org/show_bug.cgi?id=140444 has been filed.
2015-01-13 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178390, r178392, r178398, r178400,
r178402, and r178410.
https://bugs.webkit.org/show_bug.cgi?id=140431
Way too many failures to skip (Requested by ap_ on #webkit).
Reverted changesets:
"WebGL2: Support webgl2 context creation."
https://bugs.webkit.org/show_bug.cgi?id=126408
http://trac.webkit.org/changeset/178390
"Unreviewed iOS build fix after r178390."
http://trac.webkit.org/changeset/178392
"[Unreviewed] Windows build fix after r178390."
http://trac.webkit.org/changeset/178398
"[Unreviewed] Speculative test fix after r178390."
http://trac.webkit.org/changeset/178400
"[Unreviewed] Skip webgl tests for temporarily."
https://bugs.webkit.org/show_bug.cgi?id=140423
http://trac.webkit.org/changeset/178402
"[EFL] Fix build after r178390"
https://bugs.webkit.org/show_bug.cgi?id=140424
http://trac.webkit.org/changeset/178410
2015-01-13 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
* platform/win/TestExpectations: Add Debug Crash documentation now that Bug 140425 has been filed.
2015-01-13 Chris Dumez <cdumez@apple.com>
Only throttle DOM timers if they change CSS properties that cannot cause non-descendant elements to become visible
https://bugs.webkit.org/show_bug.cgi?id=140142
Reviewed by Daniel Bates.
Fix layout test introduced in r178014. I forgot to remove a
setTimeout() call.
* fast/dom/timer-height-change-no-throttling.html:
2015-01-13 Roger Fong <roger_fong@apple.com>
[Unreviewed] Skip webgl tests for temporarily.
https://bugs.webkit.org/show_bug.cgi?id=140423
* platform/mac/TestExpectations:
2015-01-13 Said Abou-Hallawa <sabouhallawa@apple.com>
Missed images and missed new lines in the expected results of the imported w3c canvas layout tests.
https://bugs.webkit.org/show_bug.cgi?id=140409.
Reviewed by Dean Jackson.
Fix some failures in the imported W3C canvas tests. These failures were happening because
of missing images or missing new lines at the end of the expected results.
* TestExpectations:
2015-01-13 Dean Jackson <dino@apple.com>
Filters aren't applied to elements in columns after the first
https://bugs.webkit.org/show_bug.cgi?id=140331
<rdar://problem/19313858>
Unreviewed followup after discussion with Simon Fraser.
Add a new test that exercises nested blocks inside columns. Also
use valid properties in my existing tests :)
* fast/multicol/clip-in-columns-expected.html:
* fast/multicol/clip-in-columns.html:
* fast/multicol/filter-in-columns-expected.html:
* fast/multicol/filter-in-columns.html:
* fast/multicol/nested-filter-in-columns-expected.html: Copied from LayoutTests/fast/multicol/filter-in-columns-expected.html.
* fast/multicol/nested-filter-in-columns.html: Copied from LayoutTests/fast/multicol/filter-in-columns.html.
2015-01-13 Dean Jackson <dino@apple.com>
Filters aren't applied to elements in columns after the first
https://bugs.webkit.org/show_bug.cgi?id=140331
<rdar://problem/19313858>
Reviewed by Simon Fraser.
Tests for filters and clipping on a column other
than the first.
* fast/multicol/clip-in-columns-expected.html: Added.
* fast/multicol/clip-in-columns.html: Added.
* fast/multicol/filter-in-columns-expected.html: Added.
* fast/multicol/filter-in-columns.html: Added.
2015-01-13 Yusuke Suzuki <utatane.tea@gmail.com>
DFG can call PutByValDirect for generic arrays
https://bugs.webkit.org/show_bug.cgi?id=140389
Reviewed by Geoffrey Garen.
* js/dfg-put-by-val-direct-to-generic-array-expected.txt: Added.
* js/dfg-put-by-val-direct-to-generic-array.html: Added.
* js/script-tests/dfg-put-by-val-direct-to-generic-array.js: Added.
(foo1):
(foo2):
2015-01-13 Jer Noble <jer.noble@apple.com>
defaultPlaybackRate not respected when set before source is loaded
https://bugs.webkit.org/show_bug.cgi?id=140282
Reviewed by Eric Carlson.
* media/video-defaultplaybackrate-before-load-expected.txt: Added.
* media/video-defaultplaybackrate-before-load.html: Added.
2015-01-13 Andreas Kling <akling@apple.com>
Element::normalizeAttributes() needs to handle arbitrary JS executing between loop iterations.
<https://webkit.org/b/140379>
<rdar://problem/19446901>
Reviewed by Benjamin Poulain.
* fast/dom/Element/normalize-crash2-expected.txt: Added.
* fast/dom/Element/normalize-crash2.html: Added.
2015-01-13 Andrzej Badowski <a.badowski@samsung.com>
AX: [ATK] Mark accessibility/table-with-footer-section-above-body.html as a suitable test for EFL and GTK
https://bugs.webkit.org/show_bug.cgi?id=140355
Reviewed by Chris Fleizach.
The test shows the text contents of an AccessibilityTableCell object using tableCell.childAtIndex(0).stringValue.
In the case of ATK childAtIndex(0) returns a non-empty object, but it is not the ATK_OBJECT,
so the stringValue produces an empty string.
To avoid this, the cell text content is obtained by direct reading of stringValue of TableCell.
* accessibility/table-with-footer-section-above-body.html:
This test is also suitable for EFL and GTK port.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2015-01-13 Bartlomiej Gajda <b.gajda@samsung.com>
[EFL] Fix test expectations after r178310.
https://bugs.webkit.org/show_bug.cgi?id=140387.
Reviewed by Gyuyoung Kim.
Clean reference to SharedWorkers in test expecations since they were removed.
* platform/efl/TestExpectations:
2015-01-11 Sam Weinig <sam@webkit.org>
Remove support for SharedWorkers
https://bugs.webkit.org/show_bug.cgi?id=140344
Reviewed by Anders Carlsson.
Remove shared worker specific tests and update others to remove references to shared workers.
* fast/constructors/constructor-as-function-crash-expected.txt:
* fast/constructors/constructor-as-function-crash.html:
* fast/dom/call-a-constructor-as-a-function-expected.txt:
* fast/dom/call-a-constructor-as-a-function.html:
* fast/workers/resources/create-shared-worker-frame.html: Removed.
* fast/workers/resources/shared-worker-common.js: Removed.
* fast/workers/resources/shared-worker-count-connections.js: Removed.
* fast/workers/resources/shared-worker-create-common.js: Removed.
* fast/workers/resources/shared-worker-exception.js: Removed.
* fast/workers/resources/shared-worker-iframe.html: Removed.
* fast/workers/resources/shared-worker-lifecycle.js: Removed.
* fast/workers/resources/shared-worker-name.js: Removed.
* fast/workers/resources/shared-worker-script-error.js: Removed.
* fast/workers/shared-worker-constructor-expected.txt: Removed.
* fast/workers/shared-worker-constructor.html: Removed.
* fast/workers/shared-worker-context-gc-expected.txt: Removed.
* fast/workers/shared-worker-context-gc.html: Removed.
* fast/workers/shared-worker-event-listener-expected.txt: Removed.
* fast/workers/shared-worker-event-listener.html: Removed.
* fast/workers/shared-worker-exception-expected.txt: Removed.
* fast/workers/shared-worker-exception.html: Removed.
* fast/workers/shared-worker-frame-lifecycle-expected.txt: Removed.
* fast/workers/shared-worker-frame-lifecycle.html: Removed.
* fast/workers/shared-worker-gc-expected.txt: Removed.
* fast/workers/shared-worker-gc.html: Removed.
* fast/workers/shared-worker-in-iframe-expected.txt: Removed.
* fast/workers/shared-worker-in-iframe.html: Removed.
* fast/workers/shared-worker-lifecycle-expected.txt: Removed.
* fast/workers/shared-worker-lifecycle.html: Removed.
* fast/workers/shared-worker-load-error-expected.txt: Removed.
* fast/workers/shared-worker-load-error.html: Removed.
* fast/workers/shared-worker-location-expected.txt: Removed.
* fast/workers/shared-worker-location.html: Removed.
* fast/workers/shared-worker-messageevent-source-expected.txt: Removed.
* fast/workers/shared-worker-messageevent-source.html: Removed.
* fast/workers/shared-worker-name-expected.txt: Removed.
* fast/workers/shared-worker-name.html: Removed.
* fast/workers/shared-worker-navigator-expected.txt: Removed.
* fast/workers/shared-worker-navigator.html: Removed.
* fast/workers/shared-worker-replace-global-constructor-expected.txt: Removed.
* fast/workers/shared-worker-replace-global-constructor.html: Removed.
* fast/workers/shared-worker-replace-self-expected.txt: Removed.
* fast/workers/shared-worker-replace-self.html: Removed.
* fast/workers/shared-worker-script-error-expected.txt: Removed.
* fast/workers/shared-worker-script-error.html: Removed.
* fast/workers/shared-worker-shared-expected.txt: Removed.
* fast/workers/shared-worker-shared.html: Removed.
* fast/workers/shared-worker-simple-expected.txt: Removed.
* fast/workers/shared-worker-simple.html: Removed.
* fast/workers/shared-worker-storagequota-query-usage-expected.txt: Removed.
* fast/workers/shared-worker-storagequota-query-usage.html: Removed.
* fast/workers/worker-crash-with-invalid-location-expected.txt:
* fast/workers/worker-crash-with-invalid-location.html:
* http/tests/resources/js-test-pre.js:
(startWorker):
(.worker.port.onmessage): Deleted.
(.self.onconnect.workerPort.onmessage): Deleted.
(.self.onconnect): Deleted.
* http/tests/security/contentSecurityPolicy/resources/shared-worker-make-xhr.js: Removed.
* http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html: Removed.
* http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html: Removed.
* http/tests/security/cross-origin-shared-worker-allowed-expected.txt: Removed.
* http/tests/security/cross-origin-shared-worker-allowed.html: Removed.
* http/tests/security/cross-origin-shared-worker-expected.txt: Removed.
* http/tests/security/cross-origin-shared-worker.html: Removed.
* http/tests/security/resources/cross-origin-iframe-for-shared-worker.html: Removed.
* http/tests/security/resources/iframe-for-storage-blocking-changed-shared-worker.html: Removed.
* http/tests/security/resources/shared-worker.js: Removed.
* http/tests/security/same-origin-shared-worker-blocked-expected.txt: Removed.
* http/tests/security/same-origin-shared-worker-blocked.html: Removed.
* http/tests/security/storage-blocking-loosened-shared-worker-expected.txt: Removed.
* http/tests/security/storage-blocking-loosened-shared-worker.html: Removed.
* http/tests/security/storage-blocking-strengthened-shared-worker-expected.txt: Removed.
* http/tests/security/storage-blocking-strengthened-shared-worker.html: Removed.
* http/tests/websocket/tests/hybi/workers/close-in-shared-worker-expected.txt: Removed.
* http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html: Removed.
* http/tests/websocket/tests/hybi/workers/shared-worker-simple-expected.txt: Removed.
* http/tests/websocket/tests/hybi/workers/shared-worker-simple.html: Removed.
* http/tests/workers/shared-worker-importScripts-expected.txt: Removed.
* http/tests/workers/shared-worker-importScripts.html: Removed.
* http/tests/workers/shared-worker-invalid-url-expected.txt: Removed.
* http/tests/workers/shared-worker-invalid-url.html: Removed.
* http/tests/workers/shared-worker-redirect-expected.txt: Removed.
* http/tests/workers/shared-worker-redirect.html: Removed.
* http/tests/xmlhttprequest/workers/resources/shared-worker-create.js: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-close-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-close.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-methods-async.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-methods.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-referer-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-referer.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-xhr-file-not-found-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-xhr-file-not-found.html: Removed.
* js/dom/constructor-length.html:
* js/dom/global-constructors-attributes-expected.txt:
* js/dom/global-constructors-attributes-shared-worker-expected.txt: Removed.
* js/dom/global-constructors-attributes-shared-worker.html: Removed.
* platform/efl/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Removed.
* platform/efl/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Removed.
* platform/efl/js/dom/constructor-length-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-shared-worker-expected.txt: Removed.
* platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Removed.
* platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Removed.
* platform/gtk/js/dom/constructor-length-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/ios-sim-deprecated/fast/js/constructor-length-expected.txt:
* platform/ios-sim-deprecated/fast/js/global-constructors-expected.txt:
* platform/ios-sim-deprecated/fast/workers/shared-worker-storagequota-query-usage-expected.txt: Removed.
* platform/ios-sim-deprecated/http/tests/security/cross-origin-shared-worker-allowed-expected.txt: Removed.
* platform/ios-sim-deprecated/http/tests/security/cross-origin-shared-worker-expected.txt: Removed.
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/storage/indexeddb/basics-shared-workers-expected.txt: Removed.
* platform/ios-simulator/js/dom/constructor-length-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-wk2/TestExpectations:
* platform/mac/js/dom/constructor-length-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-shared-worker-expected.txt: Removed.
* resources/js-test-pre.js:
(startWorker):
(.worker.port.onmessage): Deleted.
(.self.onconnect.workerPort.onmessage): Deleted.
(.self.onconnect): Deleted.
* resources/js-test.js:
(startWorker):
(.worker.port.onmessage): Deleted.
(.self.onconnect.workerPort.onmessage): Deleted.
(.self.onconnect): Deleted.
* storage/indexeddb/basics-shared-workers-expected.txt: Removed.
* storage/indexeddb/basics-shared-workers.html: Removed.
2015-01-12 Andreas Kling <akling@apple.com>
Geolocation objects shouldn't prevent page caching.
<https://webkit.org/b/140369>
Reviewed by Joseph Pecoraro.
Take the existing test for this and make it not-specific-to-iOS.
Also remove a test whose only purpose was confirming that we don't cache these pages.
* fast/dom/Geolocation/no-page-cache-expected.txt: Removed.
* fast/dom/Geolocation/no-page-cache.html: Removed.
* fast/dom/Geolocation/script-tests/no-page-cache.js: Removed.
* fast/history/page-cache-geolocation-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/history/page-cache-geolocation-expected.txt.
* fast/history/page-cache-geolocation.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/history/script-tests/page-cache-geolocation.js.
* fast/history/resources/page-cache-helper.html: Added.
* platform/ios-sim-deprecated/iphone/fast/history/page-cache-geolocation-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/history/page-cache-geolocation.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/history/script-tests/page-cache-geolocation.js: Removed.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/ios/fast/history/page-cache-geolocation.html: Removed.
2015-01-12 Manuel Rego Casasnovas <rego@igalia.com>
Make fast/css/first-letter-skip-out-of-flow.html a ref-test
https://bugs.webkit.org/show_bug.cgi?id=140324
Reviewed by Andreas Kling.
* fast/css/first-letter-skip-out-of-flow-expected.html: Added.
* platform/efl/fast/css/first-letter-skip-out-of-flow-expected.png: Removed.
* platform/efl/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/gtk/fast/css/first-letter-skip-out-of-flow-expected.png: Removed.
* platform/gtk/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/ios-sim-deprecated/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/mac-mountainlion/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/mac/fast/css/first-letter-skip-out-of-flow-expected.png: Removed.
* platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
2015-01-12 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178281.
https://bugs.webkit.org/show_bug.cgi?id=140366
Broke many media tests (Requested by ap on #webkit).
Reverted changeset:
"defaultPlaybackRate not respected when set before source is
loaded"
https://bugs.webkit.org/show_bug.cgi?id=140282
http://trac.webkit.org/changeset/178281
2015-01-12 Jer Noble <jer.noble@apple.com>
defaultPlaybackRate not respected when set before source is loaded
https://bugs.webkit.org/show_bug.cgi?id=140282
Reviewed by Eric Carlson.
* media/video-defaultplaybackrate-before-load-expected.txt: Added.
* media/video-defaultplaybackrate-before-load.html: Added.
2015-01-12 Andrzej Badowski <a.badowski@samsung.com>
AX: [ATK] Whether to show the title attribute, if there is a label with the attribute for?
https://bugs.webkit.org/show_bug.cgi?id=139986
Reviewed by Chris Fleizach.
* accessibility/radio-button-title-label.html:
This test is also suitable for EFL and GTK port.
* platform/efl/TestExpectations:
* platform/efl/accessibility/radio-button-title-label-expected.txt: Added.
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/radio-button-title-label-expected.txt: Added.
2015-01-12 Shivakumar JM <shiva.jm@samsung.com>
Fix lint-test-files warnings in TestExpectations files.
https://bugs.webkit.org/show_bug.cgi?id=140351
Unreviewed gardening.
Removed the test cases from TestExpectations files.
* platform/efl/TestExpectations:
* platform/wk2/TestExpectations:
2015-01-11 Alexey Proskuryakov <ap@apple.com>
editing/spelling/grammar-paste.html is flaky in debug after r177682
https://bugs.webkit.org/show_bug.cgi?id=139903
* TestExpectations: The test if flaky on release bots too, updating expectations.
2015-01-09 Michael Saboff <msaboff@apple.com>
Breakpoint doesn't fire in this HTML5 game
https://bugs.webkit.org/show_bug.cgi?id=140269
Reviewed by Mark Lam.
New tests that set breakpoints in functions with various line split
combinations.
* inspector/debugger/breakpoint-columns-expected.txt: Added.
* inspector/debugger/breakpoint-columns.html: Added.
* inspector/debugger/resources/column-breakpoints-1.js: Added.
(columnTest1.x):
(columnTest1):
(columnTest2.x):
(columnTest2.f):
(columnTest3.x):
(columnTest3.f):
(runColumnTest1):
(runColumnTest2):
(runColumnTest3):
* inspector/debugger/resources/column-breakpoints-2.js: Added.
(columnTest4.x):
(columnTest4.f):
(columnTest5.x):
(columnTest5):
(runColumnTest4):
(runColumnTest5):
2015-01-09 Zalan Bujtas <zalan@apple.com>
Calling clearSelection on a detached RenderObject leads to segfault.
https://bugs.webkit.org/show_bug.cgi?id=140275
Reviewed by Simon Fraser.
We collect selection rects and compute selection gaps in order to
paint/clear selection. With certain content, we need to be able
to walk the tree up to a particular container to compute the selection rect.
However this container might not be available when the selection is part of a detached tree.
This is a null-check fix to ensure we don't crash in such cases, but in the long run
selection gaps and rect should be cached between two layouts so that we don't need to
keep collecting/recomputing them. Tracked here: webkit.org/b/140321
* editing/selection/clearselection-on-detached-subtree-crash-expected.txt: Added.
* editing/selection/clearselection-on-detached-subtree-crash.html: Added.
2015-01-09 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Uncaught Exception in ProbeManager deleting breakpoint
https://bugs.webkit.org/show_bug.cgi?id=140279
rdar://problem/19422299
Reviewed by Oliver Hunt.
* js/map-repack-with-object-keys-expected.txt: Added.
* js/map-repack-with-object-keys.html: Added.
* js/script-tests/map-repack-with-object-keys.js: Added.
2015-01-09 Chris Dumez <cdumez@apple.com>
plugins/crash-restoring-plugin-page-from-page-cache.html and plugins/netscape-plugin-page-cache-works.html timing out on Intel Debug WebKit2 testers
https://bugs.webkit.org/show_bug.cgi?id=81392
Reviewed by Alexey Proskuryakov.
Unskip those 2 plugins / page cache tests as they seem to be passing on
WK2 nowadays.
* platform/wk2/TestExpectations:
2015-01-09 Enrica Casucci <enrica@apple.com>
[iOS] Support additional text styles.
https://bugs.webkit.org/show_bug.cgi?id=140310
rdar://problem/18568864
Reviewed by Joseph Pecoraro.
Updates the existing test to include the new text styles.
* platform/ios-simulator/ios/fast/text/opticalFontWithTextStyle-expected.txt:
* platform/ios-simulator/ios/fast/text/opticalFontWithTextStyle.html:
2015-01-09 Eric Carlson <eric.carlson@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
* platform/mac/TestExpectations: Add more flaky tests.
2015-01-09 Daniel Bates <dabates@apple.com>
[iOS] Add iOS-specific tests and consolidate iOS-specific accessibility tests
Copied iOS-specific tests from directory LayoutTests/platform/ios-sim-deprecated/iphone
to LayoutTests/platform/ios-simulator/ios and fixed references to external JavaScript
scripts and external style sheets. Moved iOS-specific tests in directories LayoutTests/platform/ios-sim/accessibility
and LayoutTests/platform/ios-simulator/ios-accessibility into LayoutTests/platform/ios-simulator/ios/accessibility.
I will remove directory LayoutTests/platform/ios-sim-deprecated, including
LayoutTests/platform/ios-sim-deprecated/iphone, in a subsequent commit.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/ios/accessibility/press-fires-touch-events-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios-accessibility/press-fires-touch-events-expected.txt.
* platform/ios-simulator/ios/accessibility/press-fires-touch-events.html: Renamed from LayoutTests/platform/ios-simulator/ios-accessibility/press-fires-touch-events.html.
* platform/ios-simulator/ios/accessibility/set-value-expected.txt: Copied from LayoutTests/platform/ios-sim/accessibility/set-value-expected.txt.
* platform/ios-simulator/ios/accessibility/set-value.html: Renamed from LayoutTests/platform/ios-sim/accessibility/set-value.html.
* platform/ios-simulator/ios/compositing/overlap-page-scale-expected.txt: Added.
[...]
2015-01-09 Andreas Kling <akling@apple.com>
Mark css3/background/background-repeat-space-content.html as ImgaeOnlyFailure
This test is failing with a subtle pixel difference, need to figure out what's
going on, but results are not visually wrong.
* TestExpectations:
2015-01-09 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] content inside second shape area when two floats interact
https://bugs.webkit.org/show_bug.cgi?id=137702
Reviewed by Zalan Bujtas.
* fast/shapes/shape-outside-floats/shape-outside-text-overlap-float-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-outside-text-overlap-float.html: Added.
2015-01-09 Chris Dumez <cdumez@apple.com>
Allow HTTPS + 'Cache-control: no-store' sub-frames into the page cache
https://bugs.webkit.org/show_bug.cgi?id=140302
Reviewed by Andreas Kling.
Add a layout test to make sure a page is restored from the page cache
on history navigation, even though its has an HTTPS sub-frame with
"cache-control: no-cache".
* http/tests/navigation/https-no-store-subframe-in-page-cache-expected.txt: Added.
* http/tests/navigation/https-no-store-subframe-in-page-cache.html: Added.
* http/tests/navigation/resources/https-no-store-subframe-in-page-cache.html: Added.
* http/tests/navigation/resources/no-store-frame.php: Added.
2015-01-08 Anders Carlsson <andersca@apple.com>
Start removing Web Database support from workers
https://bugs.webkit.org/show_bug.cgi?id=140271
Reviewed by Sam Weinig.
Remove Web Database worker tests.
* fast/workers/storage/change-version-handle-reuse-sync-expected.txt: Removed.
* fast/workers/storage/change-version-handle-reuse-sync.html: Removed.
* fast/workers/storage/change-version-handle-reuse-worker-expected.txt: Removed.
* fast/workers/storage/change-version-handle-reuse-worker.html: Removed.
* fast/workers/storage/change-version-sync-expected.txt: Removed.
* fast/workers/storage/change-version-sync.html: Removed.
* fast/workers/storage/empty-statement-sync-expected.txt: Removed.
* fast/workers/storage/empty-statement-sync.html: Removed.
* fast/workers/storage/execute-sql-args-sync-expected.txt: Removed.
* fast/workers/storage/execute-sql-args-sync.html: Removed.
* fast/workers/storage/execute-sql-args-worker-expected.txt: Removed.
* fast/workers/storage/execute-sql-args-worker.html: Removed.
* fast/workers/storage/executesql-accepts-only-one-statement-sync-expected.txt: Removed.
* fast/workers/storage/executesql-accepts-only-one-statement-sync.html: Removed.
* fast/workers/storage/interrupt-database-expected.txt: Removed.
* fast/workers/storage/interrupt-database-sync-expected.txt: Removed.
* fast/workers/storage/interrupt-database-sync.html-disabled: Removed.
* fast/workers/storage/interrupt-database.html: Removed.
* fast/workers/storage/multiple-databases-garbage-collection-expected.txt: Removed.
* fast/workers/storage/multiple-databases-garbage-collection.html: Removed.
* fast/workers/storage/multiple-transactions-expected.txt: Removed.
* fast/workers/storage/multiple-transactions-on-different-handles-expected.txt: Removed.
* fast/workers/storage/multiple-transactions-on-different-handles-sync-expected.txt: Removed.
* fast/workers/storage/multiple-transactions-on-different-handles-sync.html: Removed.
* fast/workers/storage/multiple-transactions-on-different-handles.html: Removed.
* fast/workers/storage/multiple-transactions.html: Removed.
* fast/workers/storage/open-database-creation-callback-sync-expected.txt: Removed.
* fast/workers/storage/open-database-creation-callback-sync.html: Removed.
* fast/workers/storage/open-database-empty-version-sync-expected.txt: Removed.
* fast/workers/storage/open-database-empty-version-sync.html: Removed.
* fast/workers/storage/open-database-inputs-sync-expected.txt: Removed.
* fast/workers/storage/open-database-inputs-sync.html: Removed.
* fast/workers/storage/open-database-set-empty-version-sync-expected.txt: Removed.
* fast/workers/storage/open-database-set-empty-version-sync.html: Removed.
* fast/workers/storage/open-database-while-transaction-in-progress-expected.txt: Removed.
* fast/workers/storage/open-database-while-transaction-in-progress-sync-expected.txt: Removed.
* fast/workers/storage/open-database-while-transaction-in-progress-sync.html: Removed.
* fast/workers/storage/open-database-while-transaction-in-progress.html: Removed.
* fast/workers/storage/read-and-write-transactions-dont-run-together-expected.txt: Removed.
* fast/workers/storage/read-and-write-transactions-dont-run-together.html: Removed.
* fast/workers/storage/resources/change-version-handle-reuse-sync.js: Removed.
* fast/workers/storage/resources/change-version-sync-1.js: Removed.
* fast/workers/storage/resources/change-version-sync-2.js: Removed.
* fast/workers/storage/resources/database-worker-controller.js: Removed.
* fast/workers/storage/resources/database-worker.js: Removed.
* fast/workers/storage/resources/empty-statement-sync.js: Removed.
* fast/workers/storage/resources/execute-sql-args-sync.js: Removed.
* fast/workers/storage/resources/executesql-accepts-only-one-statement-sync.js: Removed.
* fast/workers/storage/resources/interrupt-database-sync.js: Removed.
* fast/workers/storage/resources/interrupt-database.js: Removed.
* fast/workers/storage/resources/multiple-transactions-on-different-handles-sync.js: Removed.
* fast/workers/storage/resources/multiple-transactions-sync.js: Removed.
* fast/workers/storage/resources/open-database-creation-callback-sync.js: Removed.
* fast/workers/storage/resources/open-database-empty-version-sync.js: Removed.
* fast/workers/storage/resources/open-database-inputs-sync.js: Removed.
* fast/workers/storage/resources/open-database-set-empty-version-sync.js: Removed.
* fast/workers/storage/resources/open-database-while-transaction-in-progress-sync.js: Removed.
* fast/workers/storage/resources/sql-data-types-sync.js: Removed.
* fast/workers/storage/resources/sql-exception-codes-sync.js: Removed.
* fast/workers/storage/resources/test-authorizer-sync.js: Removed.
* fast/workers/storage/resources/test-inputs-common.js: Removed.
* fast/workers/storage/resources/transaction-in-transaction-sync.js: Removed.
* fast/workers/storage/resources/use-same-database-in-page-and-workers.js: Removed.
* fast/workers/storage/sql-data-types-sync-expected.txt: Removed.
* fast/workers/storage/sql-data-types-sync.html: Removed.
* fast/workers/storage/sql-exception-codes-sync-expected.txt: Removed.
* fast/workers/storage/sql-exception-codes-sync.html: Removed.
* fast/workers/storage/test-authorizer-expected.txt: Removed.
* fast/workers/storage/test-authorizer-sync-expected.txt: Removed.
* fast/workers/storage/test-authorizer-sync.html: Removed.
* fast/workers/storage/test-authorizer.html: Removed.
* fast/workers/storage/transaction-in-transaction-sync-expected.txt: Removed.
* fast/workers/storage/transaction-in-transaction-sync.html: Removed.
* fast/workers/storage/use-same-database-in-page-and-workers-expected.txt: Removed.
* fast/workers/storage/use-same-database-in-page-and-workers.html: Removed.
* http/tests/security/cross-origin-worker-websql-allowed-expected.txt: Removed.
* http/tests/security/cross-origin-worker-websql-allowed.html: Removed.
* http/tests/security/cross-origin-worker-websql-expected.txt: Removed.
* http/tests/security/cross-origin-worker-websql.html: Removed.
2015-01-09 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
* platform/win/TestExpectations: Unskip fast/canvas/canvas-path-addPath.html now
that it doesn't crash anymore.
2015-01-09 Brent Fulgham <bfulgham@apple.com>
[Win] Temporarily disable all media tests.
* platform/win/TestExpectations:
2015-01-09 Alexey Proskuryakov <ap@apple.com>
Update expectations for fast/text/atsui-rtl-override-selection.html, which also
fails on Mountain Lion after enabling kerning and ligatures.
* platform/mac/TestExpectations:
2015-01-09 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement Append Window support.
https://bugs.webkit.org/show_bug.cgi?id=139861
Reviewed by Jer Noble.
Added test which checks whether correct samples from contiguous range of samples are added
when manipulating appendWindow.
* media/media-source/media-source-append-buffer-with-append-window-expected.txt: Added.
* media/media-source/media-source-append-buffer-with-append-window.html: Added.
2015-01-08 Chris Dumez <cdumez@apple.com>
ASSERTION FAILED: !valueWithCalculation.calculation() in WebCore::CSSParser::validateCalculationUnit
https://bugs.webkit.org/show_bug.cgi?id=140251
Reviewed by Darin Adler.
Add a layout test to check that using calculated values for
'text-shadow' CSS doesn't crash and works as intended. Also check
that the CSS parser is correctly validating the blur-radius, which
is supposed to be non-negative, as per the specification:
- http://dev.w3.org/csswg/css-text-decor-3/#text-shadow-property
- http://dev.w3.org/csswg/css-backgrounds-3/#shadow
* fast/css/text-shadow-calc-value-expected.txt: Added.
* fast/css/text-shadow-calc-value.html: Added.
2015-01-08 Benjamin Poulain <bpoulain@apple.com>
Make better use of the stack when compiling selectors
https://bugs.webkit.org/show_bug.cgi?id=139615
rdar://problem/19226482
Reviewed by Andreas Kling.
Those tests are checking the tail behavior of the various loop, just in case.
* fast/selectors/matches-selector-list-ending-with-never-matching-selectors-expected.txt: Added.
* fast/selectors/matches-selector-list-ending-with-never-matching-selectors.html: Added.
* fast/selectors/not-selector-list-ending-with-never-matching-selectors-expected.txt: Added.
* fast/selectors/not-selector-list-ending-with-never-matching-selectors.html: Added.
* fast/selectors/nth-child-of-selector-list-ending-with-never-matching-selectors-expected.txt: Added.
* fast/selectors/nth-child-of-selector-list-ending-with-never-matching-selectors.html: Added.
* fast/selectors/nth-last-child-of-selector-list-ending-with-never-matching-selectors-expected.txt: Added.
* fast/selectors/nth-last-child-of-selector-list-ending-with-never-matching-selectors.html: Added.
2015-01-08 Alexey Proskuryakov <ap@apple.com>
Further twek the results for kerning and ligature related failures:
1. Added Mavericks+ to all expectations, because Mountain Kion is fine.
2. Changed some expectations from [ Failure ] to [ Pass Failure ] to silence annoying
"unexpectedly passed" output. We need to do more of this.
3. Added a few tests that failed locally.
* platform/mac/TestExpectations:
2015-01-08 Brent Fulgham <bfulgham@apple.com>
[Win] DumpRenderTree always using 800x600 size even if test needs other size
https://bugs.webkit.org/show_bug.cgi?id=140256
Reviewed by Anders Carlsson.
* platform/win/TestExpectations: Take out the skips now that this works properly.
2015-01-08 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Pause Reason Improvements (Breakpoint, Debugger Statement, Pause on Next Statement)
https://bugs.webkit.org/show_bug.cgi?id=138991
Reviewed by Timothy Hatcher.
Test that the frontend receives expected pause reasons for different kinds of pauses.
* inspector/debugger/pause-reason-expected.txt: Added.
* inspector/debugger/pause-reason.html: Added.
* inspector/debugger/resources/pause-reasons.js: Added.
(triggerBreakpoint):
(triggerException):
(triggerDebuggerStatement):
(triggerAssert):
2015-01-08 Darin Adler <darin@apple.com>
ASSERTION FAILED: character != kEndOfFileMarker in WebCore::HTMLTokenizer::bufferCharacter
https://bugs.webkit.org/show_bug.cgi?id=140179
Reviewed by Anders Carlsson.
* fast/parser/numeric-entities-expected.txt: Added.
* fast/parser/numeric-entities.html: Added.
2015-01-08 Eric Carlson <eric.carlson@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
* platform/mac/TestExpectations: Mark Mavericks-only failures as Mavericks+ because some of them
also fail Yosemite. Add more tests that are sometimes flaky after r177774.
2015-01-08 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed Win gardening to get bots green.
Provide new baselines for a number of tests, and add new expectations for a number of bugs I've filed
documenting failures on the Windows platform.
* platform/win/TestExpectations:
* platform/win/fast/forms/search-vertical-alignment-expected.txt:
* platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt:
* platform/win/fast/regions: Added.
* platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
* platform/win/fast/regions/region-dynamic-after-before-expected.txt: Added.
* platform/win/fast/regions/region-generated-content-before-after-expected.txt: Added.
* platform/win/fast/regions/repaint: Added.
* platform/win/fast/regions/repaint/region-painting-invalidation-expected.txt: Added.
* platform/win/fast/regions/text-region-split-small-pagination-expected.txt: Added.
* platform/win/fast/text/international/danda-space-expected.txt:
* platform/win/fast/text/international/thai-baht-space-expected.txt:
* platform/win/media/audio-constructor-preload-expected.txt: Added.
* platform/win/media/encrypted-media: Added.
* platform/win/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
2015-01-08 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening after r178115.
* platform/gtk/TestExpectations: Update expected failures.
* platform/gtk/fast/ruby/bopomofo-expected.png: Added. Add image baseline as expected (generated before r177637).
* platform/gtk/fast/ruby/bopomofo-letter-spacing-expected.png: Added. Add image baseline as expected (generated before r177637).
* platform/gtk/fast/ruby/bopomofo-rl-expected.png: Added. Add image baseline as expected (generated before r177637).
* platform/gtk/fast/text/khmer-lao-font-expected.png: Added. Add image baseline as expected (generated before r177637).
2015-01-08 Alexey Proskuryakov <ap@apple.com>
Two tests, which include data uri images, need to be changed and rebaselined since the expected results are incorrect
https://bugs.webkit.org/show_bug.cgi?id=140199
Revert unneeded changes landed in this patch, and update results on Mavericks
to make bots green
* fast/forms/basic-buttons.html:
2015-01-08 Carlos Garcia Campos <cgarcia@igalia.com>
REGRESSION(r177637) [HarfBuzz][GTK][EFL] It made 3 performance tests crash and +24 layout tests crashes/failures
https://bugs.webkit.org/show_bug.cgi?id=139905
Reviewed by Antti Koivisto.
* platform/gtk/TestExpectations: Remove crashing/failing tests
that should pass now.
2015-01-08 Myles C. Maxfield <mmaxfield@apple.com>
Borders inside box-decoration-break: clone after a br do not contribute to line breaking
https://bugs.webkit.org/show_bug.cgi?id=140238
Reviewed by Darin Adler.
* fast/box-decoration-break/box-decoration-break-clone-line-break-expected.html: Added.
* fast/box-decoration-break/box-decoration-break-clone-line-break.html: Added.
* platform/mac/TestExpectations:
2015-01-08 Bartlomiej Gajda <b.gajda@samsung.com>
[EFL] Clean typos in tests expectations after r177492.
https://bugs.webkit.org/show_bug.cgi?id=140242.
Reviewed by Csaba Osztrogonác.
There were few missing spaces, which made expectations not correctly recognized as tokens.
* platform/efl/TestExpectations:
2015-01-07 Chris Dumez <cdumez@apple.com>
Assert should never be reached hit in WebCore::CSSCalcPrimitiveValue::doubleValue
https://bugs.webkit.org/show_bug.cgi?id=140180
Reviewed by Darin Adler.
Add a layout test to make sure that using float-point angles with 'turn' unit
does not crash and behaves as intended. Also cover the case where calc() is
used.
* fast/css/turn-angle-double-expected.txt: Added.
* fast/css/turn-angle-double.html: Added.
2015-01-07 Said Abou-Hallawa <sabouhallawa@apple.com>
The ASCII decoding for non ASCII character is incorrect if this character comes after going through the fast decoding code path and before the end of the text by less than a machine word size of characters.
https://bugs.webkit.org/show_bug.cgi?id=140173.
Reviewed by Darin Adler.
* fast/encoding/char-after-fast-path-ascii-decoding-expected.txt: Added.
* fast/encoding/char-after-fast-path-ascii-decoding.html: Added.
Ensures when an non ASCII character comes after a machine word, whose bytes are all
ASCII characters, is decoded correctly.
2015-01-07 Shivakumar JM <shiva.jm@samsung.com>
HTMLSelectElement and HTMLOptionsCollection add() method should support index as second argument.
https://bugs.webkit.org/show_bug.cgi?id=139179
Reviewed by Darin Adler.
* fast/dom/HTMLSelectElement/add-expected.txt: Added.
* fast/dom/HTMLSelectElement/add.html: Added.
* fast/dom/HTMLSelectElement/options-collection-add-expected.txt: Added.
* fast/dom/HTMLSelectElement/options-collection-add.html: Added.
* fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt:
* fast/dom/HTMLSelectElement/select-add-optgroup.html:
* fast/dom/incompatible-operations-expected.txt:
* fast/dom/incompatible-operations.html:
* js/dom/script-tests/select-options-add.js:
* js/dom/select-options-add-expected.txt:
2015-01-07 Said Abou-Hallawa <sabouhallawa@apple.com>
Two tests, which include data uri images, need to be changed and rebaselined since the expected results are incorrect.
https://bugs.webkit.org/show_bug.cgi?id=140199.
Reviewed by Simon Fraser.
* compositing/tiling/huge-layer-img-expected.txt:
* compositing/tiling/huge-layer-img.html:
* platform/mac/compositing/tiling/huge-layer-img-expected.txt:
This test draws a huge image on a canvas and then gets the data uri from the canvas and
set it as the source of an <img> tag. We need to rebaseline the expected results since
the original ones were incorrect. The test was getting the layer tree too early. Before
the image data was loaded, a tiled layer was created. After the image data is loaded, we
could have figured out that the image is a simple one and we could have removed the tiling.
The fix is to change the test to delay capturing the layer tree only after making sure
that the image data is loaded.
* fast/forms/basic-buttons.html:
* platform/mac-mountainlion/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.png:
* platform/mac/fast/forms/basic-buttons-expected.txt:
This test includes a data uri image just to not include a file for the image by itself.
We need to rebaseline the expected results since the original ones were incorrect. The
test was assuming that after the <img> tag is added to the HTML body, the image size can
be retrieved immediately. Because this assumption is incorrect in general, we were getting
empty sizes for all the the data uri images. The fix is to change the test such that it
prints the sizes of the images only after making sure that all the images are loaded.
2015-01-07 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline windows fast/text tests.
Most of these work properly, but have different DRT output because the font rendering
on Windows is different than Mac.
* platform/win/TestExpectations:
* platform/win/fast/text/atsui-pointoffset-calls-cg-expected.txt: Added.
* platform/win/fast/text/bidi-embedding-pop-and-push-same-expected.txt: Added.
* platform/win/fast/text/cg-vs-atsui-expected.txt: Added.
* platform/win/fast/text/complex-text-opacity-expected.txt: Added.
* platform/win/fast/text/international/001-expected.txt: Added.
* platform/win/fast/text/international/bidi-linebreak-001-expected.txt: Added.
* platform/win/fast/text/international/bidi-linebreak-002-expected.txt: Added.
* platform/win/fast/text/international/bidi-linebreak-003-expected.txt: Added.
* platform/win/fast/text/international/bidi-listbox-atsui-expected.txt: Added.
* platform/win/fast/text/international/bidi-listbox-expected.txt: Added.
* platform/win/fast/text/international/bidi-menulist-expected.txt:
* platform/win/fast/text/international/danda-space-expected.txt: Added.
* platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Removed.
* platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Removed.
* platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
* platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Added.
* platform/win/fast/text/international/thai-baht-space-expected.txt: Added.
* platform/win/fast/text/shaping: Added.
* platform/win/fast/text/shaping/shaping-script-order-expected.txt: Added.
* platform/win/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
* platform/win/fast/text/updateNewFont-expected.txt: Added.
* platform/win/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
2015-01-07 Jaehun Lim <ljaehun.lim@samsung.com>
ASSERTION FAILED: !lengthOrPercentageValue.isUndefined() in WebCore::ApplyPropertyTextIndent::applyValue
https://bugs.webkit.org/show_bug.cgi?id=130341
Reviewed by Chris Dumez.
Replace ASSERT() with 'if' statement because 'ex' unit length in <title> is not defined.
* fast/css3-text/css3-text-indent/text-indent-crash-in-title-expected.txt: Added.
* fast/css3-text/css3-text-indent/text-indent-crash-in-title.html: Added.
2015-01-07 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Add a vertical-rl test for shapes affecting a box that shrinks to avoid the float
https://bugs.webkit.org/show_bug.cgi?id=140189
Reviewed by David Hyatt.
These are just straightforward vertical writing mode versions of the
existing tests.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-vertical-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-vertical.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-vertical-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-vertical.html: Added.
2015-01-07 Myles C. Maxfield <litherum@gmail.com>
Update css3/flexbox/auto-margins.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=139975
Reviewed by Darin Adler.
This is a subpixel problem. Flexbox uses SimpleLineLayout for the entire
box and therefore does all its math in floating point, while the
-expected uses the regular renderer hierarchy and therefore fixed-point
math. This patch updates the test to use Ahem so that the character
widths divide the same way in both cases.
* css3/flexbox/auto-margins-expected.html:
* css3/flexbox/auto-margins.html:
* platform/mac/TestExpectations:
2015-01-07 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening (writing-mode).
Rebaseline some of the writing-mode tests based on current WebKit behavior.
* platform/win/TestExpectations:
* platform/win/fast/writing-mode/fallback-orientation-expected.txt:
* platform/win/fast/writing-mode/vertical-font-fallback-expected.txt:
2015-01-07 Eric Carlson <eric.carlson@apple.com>
Layout Test http/tests/navigation/forward-and-cancel.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140217
* platform/mac-wk2/TestExpectations: Mark it as flaky.
2015-01-07 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
Provide a correct baseline for the one failing XSL test.
* platform/win/TestExpectations: Clean up the XSL declarations.
* platform/win/fast/xsl: Added.
* platform/win/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Added.
2015-01-07 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Negative raster shape height leads to crash
https://bugs.webkit.org/show_bug.cgi?id=136087
Reviewed by Zoltan Horvath.
* fast/shapes/shape-outside-floats/shape-outside-negative-height-crash-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-negative-height-crash.html: Added.
2015-01-07 Chris Dumez <cdumez@apple.com>
Add layout test for animated GIFs in iframes moved in and out of the viewport using -webkit-transform
https://bugs.webkit.org/show_bug.cgi?id=139701
Reviewed by Simon Fraser.
Add layout test for animated GIFs in iframes moved in and out of the
viewport using '-webkit-transform' CSS property.
* fast/images/animated-gif-iframe-webkit-transform-expected.txt: Added.
* fast/images/animated-gif-iframe-webkit-transform.html: Added.
* fast/images/resources/iframe-with-animated-gif.html: Added.
* fast/images/resources/iframe-with-animated-gif2.html: Added.
2015-01-07 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening. Clean up lint errors on Windows file.
* platform/win/TestExpectations:
2015-01-07 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Content does not wrap with overflow: hidden and reference box different from margin-box
https://bugs.webkit.org/show_bug.cgi?id=138139
Reviewed by David Hyatt.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden.html: Added.
2015-01-07 Eric Carlson <eric.carlson@apple.com>
mathml/mathml-in-dashboard.html results are different on mac-mountainlion.
* platform/mac-mountainlion/mathml/mathml-in-dashboard-expected.png: Added.
* platform/mac-mountainlion/mathml/mathml-in-dashboard-expected.txt: Added.
2015-01-07 Chris Fleizach <cfleizach@apple.com>
AX: Crash: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::AXObjectCache::clearTextMarkerNodesInUse + 149
https://bugs.webkit.org/show_bug.cgi?id=139929
Reviewed by Darin Adler.
* accessibility/frame-disconnect-textmarker-cache-crash-expected.txt: Added.
* accessibility/frame-disconnect-textmarker-cache-crash.html: Added.
* accessibility/resources/frameset.html: Added.
* accessibility/resources/inform-parent-of-load.html: Added.
* accessibility/resources/text.html: Added.
2015-01-07 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening after r177637.
* platform/gtk/TestExpectations: Mark new crashing/failing tests after r177637.
2015-01-07 Mihnea Ovidenie <mihnea@adobe.com>
ASSERTION FAILED: rareData->m_flowThreadContainingBlock.value() == RenderBox::locateFlowThreadContainingBlock() in WebCore::RenderBlock::locateFlowThreadContainingBlock
https://bugs.webkit.org/show_bug.cgi?id=139390
Reviewed by Andrei Bucur.
* fast/multicol/newmulticol/block-split-inline-in-multicol-expected.txt: Added.
* fast/multicol/newmulticol/block-split-inline-in-multicol.html: Added.
2015-01-06 Alexey Proskuryakov <ap@apple.com>
mathml/mathml-in-dashboard.html fails on WebKit2 testers.
* platform/wk2/TestExpectations: Skip the test, setUseDashboardCompatibilityMode
is not implemented in WebKitTestRunner.
2015-01-06 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Masking][CSS Shapes] Large corner radii use with inset() clip-path are not properly constrained
https://bugs.webkit.org/show_bug.cgi?id=140127
Reviewed by Darin Adler.
* fast/masking/clip-path-inset-large-radii-expected.html: Added.
* fast/masking/clip-path-inset-large-radii.html: Added.
2015-01-06 Chris Dumez <cdumez@apple.com>
Only throttle DOM timers if they change CSS properties that cannot cause non-descendant elements to become visible
https://bugs.webkit.org/show_bug.cgi?id=140142
Reviewed by Darin Adler.
Add a layout test to make sure that a DOM timer changing the 'height'
property of an element outside the viewport does not get throttled.
* fast/dom/timer-height-change-no-throttling-expected.txt: Added.
* fast/dom/timer-height-change-no-throttling.html: Added.
2015-01-06 Chris Dumez <cdumez@apple.com>
Do not attempt to revalidate cached main resource on back/forward navigation
https://bugs.webkit.org/show_bug.cgi?id=139263
Reviewed by Darin Adler.
Add layout test to make sure we don't attempt to revalidate a cached
main resource on back/forward navigation.
* http/tests/cache/history-navigation-no-resource-revalidation-expected.txt: Added.
* http/tests/cache/history-navigation-no-resource-revalidation.html: Added.
* http/tests/cache/resources/history-back.html: Renamed from LayoutTests/http/tests/cache/resources/no-store-resource-forward.html.
* http/tests/cache/resources/max-age-resource-forward.html: Removed.
* http/tests/cache/resources/max-age-resource.html:
* http/tests/cache/resources/no-cache-main-resource-next.php: Added.
* http/tests/cache/resources/no-cache-main-resource.php: Copied from LayoutTests/http/tests/cache/resources/no-store-resource.html.
2015-01-06 Chris Dumez <cdumez@apple.com>
Setting '-webkit-filter' to 'brightness(calc(10% * 2))' does not work
https://bugs.webkit.org/show_bug.cgi?id=140149
Reviewed by Darin Adler.
Update the -webkit-filter calculated value test to cover brightness()
function as well.
* fast/css/webkit-filter-calc-expected.txt:
* fast/css/webkit-filter-calc.html:
2015-01-06 Zalan Bujtas <zalan@apple.com>
Assertion in RenderGeometryMap::mapToContainer with LayoutUnit overflow.
https://bugs.webkit.org/show_bug.cgi?id=108619
rdar://problem/19391214
Use only FloatQuad in RenderGeometryMap::mapToContainer.
Due to the difference in the internal representation of FloatRect and FloatQuad,
with certain float values, converting FloatRect to FloatQuad and back
to FloatRect could produce a slightly different rect.
Reviewed by Simon Fraser.
* fast/block/geometry-map-assertion-with-tall-content-expected.txt: Added.
* fast/block/geometry-map-assertion-with-tall-content.html: Added.
2015-01-06 Sam Weinig <sam@webkit.org>
Allow MathML in dashboard compatibility mode
https://bugs.webkit.org/show_bug.cgi?id=140153
Reviewed by Alexey Proskuryakov.
* mathml/mathml-in-dashboard-expected.txt: Added.
* mathml/mathml-in-dashboard.html: Added.
* platform/mac/mathml/mathml-in-dashboard-expected.png: Added.
2015-01-06 Simon Fraser <simon.fraser@apple.com>
Fix this test to wait for the load event before dumping. Expected image
changes.
* compositing/images/content-image-change.html:
* platform/mac/compositing/images/content-image-change-expected.png:
2015-01-06 Simon Fraser <simon.fraser@apple.com>
Some composting reflections tests are broken
https://bugs.webkit.org/show_bug.cgi?id=139889
Reviewed by Tim Horton.
New image baselines.
* platform/mac/compositing/reflections/animation-inside-reflection-expected.png:
* platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
* platform/mac/compositing/reflections/masked-reflection-on-composited-expected.png:
* platform/mac/compositing/reflections/reflection-opacity-expected.png:
* platform/mac/compositing/reflections/transform-inside-reflection-expected.png:
2015-01-06 Simon Fraser <simon.fraser@apple.com>
Replace some pixel results that were generated on Linux with no alpha with images
having alpha, generated on Mac, since the canonical expected image format should have alpha.
* compositing/absolute-position-changed-in-composited-layer-expected.png:
* compositing/absolute-position-changed-with-composited-parent-layer-expected.png:
* compositing/backface-visibility/backface-visibility-image-expected.png:
* compositing/backface-visibility/backface-visibility-simple-expected.png:
* compositing/backface-visibility/backface-visibility-webgl-expected.png:
* compositing/checkerboard-expected.png:
* compositing/clip-change-expected.png: Removed.
* compositing/culling/clear-fixed-iframe-expected.png:
* compositing/culling/filter-occlusion-alpha-expected.png:
* compositing/culling/filter-occlusion-alpha-large-expected.png:
* compositing/culling/scrolled-within-boxshadow-expected.png:
* compositing/culling/tile-occlusion-boundaries-expected.png:
* compositing/culling/translated-boxshadow-expected.png:
* compositing/culling/unscrolled-within-boxshadow-expected.png:
* compositing/fixed-position-changed-in-composited-layer-expected.png:
* compositing/fixed-position-changed-within-composited-parent-layer-expected.png:
* compositing/geometry/foreground-offset-change-expected.png: Removed.
* compositing/iframes/fixed-position-iframe-expected.png: Removed.
* compositing/iframes/invisible-iframe-expected.png:
* compositing/iframes/invisible-nested-iframe-expected.png:
* compositing/iframes/nested-composited-iframe-expected.png:
* compositing/iframes/scroll-grandchild-iframe-expected.png: Removed.
* compositing/layer-creation/overlap-child-layer-expected.png:
* compositing/layer-creation/overlap-transformed-layer-expected.png:
* compositing/overflow/image-load-overflow-scrollbars-expected.png:
* compositing/overflow/scrollbars-with-clipped-owner-expected.png:
* compositing/overflow/transform-in-empty-container-expected.png:
* compositing/preserve-3d-toggle-expected.png:
* compositing/repaint/page-scale-repaint-expected.png: Removed.
* compositing/repaint/shrink-layer-expected.png: Removed.
* compositing/repaint/transform-style-change-expected.png: Removed.
* compositing/rtl/rtl-absolute-expected.png:
* compositing/rtl/rtl-absolute-overflow-expected.png:
* compositing/rtl/rtl-absolute-overflow-scrolled-expected.png: Removed.
* compositing/rtl/rtl-fixed-expected.png:
* compositing/rtl/rtl-fixed-overflow-expected.png:
* compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Removed.
* compositing/rtl/rtl-iframe-absolute-expected.png:
* compositing/rtl/rtl-iframe-absolute-overflow-expected.png:
* compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Removed.
* compositing/rtl/rtl-iframe-fixed-expected.png: Removed.
* compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Removed.
* compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Removed.
* compositing/rtl/rtl-iframe-relative-expected.png: Removed.
* compositing/rtl/rtl-overflow-invalidation-expected.png: Removed.
* compositing/rtl/rtl-overflow-scrolling-expected.png: Removed.
* compositing/rtl/rtl-relative-expected.png: Removed.
* compositing/scrollbar-painting-expected.png:
* compositing/tiling/huge-layer-img-expected.png:
* compositing/video-page-visibility-expected.png: Removed.
* compositing/video/video-reflection-expected.png:
* compositing/visibility/visibility-composited-animation-expected.png:
* compositing/webgl/webgl-repaint-expected.png:
* platform/mac/compositing/video/video-controls-layer-creation-expected.png:
2015-01-06 Simon Fraser <simon.fraser@apple.com>
Update pixel results for some compositing tests.
* compositing/images/direct-pdf-image-expected.png:
* compositing/layer-creation/fixed-position-and-transform-expected.png:
* compositing/layer-creation/fixed-position-under-transform-expected.png:
* compositing/overflow/clip-content-under-overflow-controls-expected.png:
* platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
* platform/mac/compositing/color-matching/image-color-matching-expected.png:
* platform/mac/compositing/color-matching/pdf-image-match-expected.png:
* platform/mac/compositing/compositing-visible-descendant-expected.png:
* platform/mac/compositing/culling/filter-occlusion-blur-expected.png: Added.
* platform/mac/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
* platform/mac/compositing/direct-image-compositing-expected.png:
* platform/mac/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
* platform/mac/compositing/generated-content-expected.png:
* platform/mac/compositing/geometry/abs-position-inside-opacity-expected.png:
* platform/mac/compositing/geometry/clipping-foreground-expected.png:
* platform/mac/compositing/geometry/composited-html-size-expected.png:
* platform/mac/compositing/geometry/fixed-in-composited-expected.png:
* platform/mac/compositing/geometry/fixed-position-expected.png:
* platform/mac/compositing/geometry/foreground-layer-expected.png:
* platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
* platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png:
* platform/mac/compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.png: Added.
* platform/mac/compositing/geometry/outline-change-expected.png:
* platform/mac/compositing/geometry/partial-layout-update-expected.png:
* platform/mac/compositing/geometry/root-layer-update-expected.png:
* platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
* platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
* platform/mac/compositing/geometry/video-opacity-overlay-expected.png:
* platform/mac/compositing/iframes/composited-iframe-alignment-expected.png:
* platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
* platform/mac/compositing/images/direct-image-background-color-expected.png:
* platform/mac/compositing/layers-inside-overflow-scroll-expected.png:
* platform/mac/compositing/masks/direct-image-mask-expected.png:
* platform/mac/compositing/masks/masked-ancestor-expected.png:
* platform/mac/compositing/masks/multiple-masks-expected.png:
* platform/mac/compositing/masks/simple-composited-mask-expected.png:
* platform/mac/compositing/overflow/ancestor-overflow-expected.png:
* platform/mac/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
* platform/mac/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
* platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/mac/compositing/overflow/nested-scrolling-expected.png: Added.
* platform/mac/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
* platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png:
* platform/mac/compositing/overflow/overflow-positioning-expected.png:
* platform/mac/compositing/overflow/overflow-scroll-expected.png:
* platform/mac/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
* platform/mac/compositing/overflow/parent-overflow-expected.png:
* platform/mac/compositing/overflow/remove-overflow-crash2-expected.png: Added.
* platform/mac/compositing/overflow/scroll-ancestor-update-expected.png:
* platform/mac/compositing/overflow/scrollbar-painting-expected.png:
* platform/mac/compositing/plugins/composited-plugin-expected.png:
* platform/mac/compositing/reflections/deeply-nested-reflections-expected.png:
* platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
* platform/mac/compositing/reflections/nested-reflection-animated-expected.png:
* platform/mac/compositing/reflections/nested-reflection-expected.png:
* platform/mac/compositing/reflections/nested-reflection-mask-change-expected.png:
* platform/mac/compositing/reflections/nested-reflection-opacity-expected.png:
* platform/mac/compositing/reflections/nested-reflection-size-change-expected.png:
* platform/mac/compositing/reflections/nested-reflection-transformed-expected.png:
* platform/mac/compositing/reflections/nested-reflection-transformed2-expected.png:
* platform/mac/compositing/reflections/nested-reflection-transition-expected.png:
* platform/mac/compositing/reflections/reflection-in-composited-expected.png:
* platform/mac/compositing/reflections/reflection-on-composited-expected.png:
* platform/mac/compositing/reflections/reflection-ordering-expected.png:
* platform/mac/compositing/reflections/reflection-positioning-expected.png:
* platform/mac/compositing/reflections/reflection-positioning2-expected.png:
* platform/mac/compositing/reflections/simple-composited-reflections-expected.png:
* platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png:
* platform/mac/compositing/repaint/composited-document-element-expected.png:
* platform/mac/compositing/repaint/layer-repaint-expected.png:
* platform/mac/compositing/repaint/layer-repaint-rects-expected.png:
* platform/mac/compositing/repaint/opacity-between-absolute-expected.png:
* platform/mac/compositing/repaint/opacity-between-absolute2-expected.png:
* platform/mac/compositing/repaint/repaint-on-layer-grouping-change-expected.png: Added.
* platform/mac/compositing/self-painting-layers-expected.png:
* platform/mac/compositing/shadows/shadow-drawing-expected.png:
* platform/mac/compositing/sibling-positioning-expected.png:
* platform/mac/compositing/text-on-large-layer-expected.png:
* platform/mac/compositing/transitions/scale-transition-no-start-expected.png:
* platform/mac/compositing/transitions/singular-scale-transition-expected.png:
* platform/mac/compositing/webgl/webgl-background-color-expected.png:
* platform/mac/compositing/webgl/webgl-no-alpha-expected.png:
2015-01-06 Yusuke Suzuki <utatane.tea@gmail.com>
Implement ES6 String.prototype.repeat(count)
https://bugs.webkit.org/show_bug.cgi?id=140047
Reviewed by Darin Adler.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/string-repeat.js: Added.
(stringRepeated.toString):
(count.valueOf):
* js/string-repeat-expected.txt: Added.
* js/string-repeat.html: Added.
2015-01-06 Chris Dumez <cdumez@apple.com>
Regression(r176212): Carousel on mbusa.com is choppy
https://bugs.webkit.org/show_bug.cgi?id=139543
<rdar://problem/19209406>
Reviewed by Antti Koivisto.
Add a layout test to cover the case where a repeating DOM timer is
changing the style of an element which has overflowing content that
is visible and has its own layer. In such case, the DOM timer should
not be throttled. Also add a layout test to make sure we still throttle
if the element clips its overflow.
* fast/dom/repeating-timer-element-overflow-hidden-throttling-expected.txt: Added.
* fast/dom/repeating-timer-element-overflow-hidden-throttling.html: Added.
* fast/dom/repeating-timer-element-overflowing-child-own-layer-throttling-expected.txt: Added.
* fast/dom/repeating-timer-element-overflowing-child-own-layer-throttling.html: Added.
New tests.
* fast/dom/timer-unthrottle-on-layout-expected.txt:
* fast/dom/timer-unthrottle-on-layout.html:
* fast/dom/timer-unthrottle-on-scroll-expected.txt:
* fast/dom/timer-unthrottle-on-scroll.html:
Stop using <input> test elements as it appears one of the descendants
in its shadow tree has its own layer.
2015-01-06 Alexey Proskuryakov <ap@apple.com>
fast/events/before-unload-adopt-subframe-to-outside.html is flaky with ASan
https://bugs.webkit.org/show_bug.cgi?id=140061
Reviewed by Darin Adler.
Hide frames before dumping results. Something was making layout timing dependent,
hopefully this will make results consistent.
* fast/events/before-unload-adopt-subframe-to-outside-expected.txt:
* fast/events/before-unload-adopt-subframe-to-outside.html:
2015-01-05 Darin Adler <darin@apple.com>
Modernize and streamline HTMLToken and AtomicHTMLToken
https://bugs.webkit.org/show_bug.cgi?id=140046
Reviewed by Andreas Kling.
* resources/dump-as-markup.js:
(Markup._get): Add code to handle null systemId and publicId,
dumping them as empty strings for now.
2015-01-05 Darin Adler <darin@apple.com>
* TestExpectations: Re-enabled the test I broke yesterday,
editing/pasteboard/drag-and-drop-objectimage-contenteditable.html,
now that it's fixed.
2015-01-05 Chris Dumez <cdumez@apple.com>
Using calc() for -webkit-filter does not work
https://bugs.webkit.org/show_bug.cgi?id=140106
Reviewed by Darin Adler.
Add a layout test to make sure using calc() for -webkit-filter CSS
property is working as intended.
* fast/css/webkit-filter-calc-expected.txt: Added.
* fast/css/webkit-filter-calc.html: Added.
2015-01-05 Chris Dumez <cdumez@apple.com>
Allow HTTPS + 'Cache-control: no-cache' pages into the page cache
https://bugs.webkit.org/show_bug.cgi?id=139251
Reviewed by Darin Adler.
Update http/tests/navigation/https-in-page-cache.html layout test so that it
expects HTTPS + 'Cache-control: no-cache' pages to go into the page cache.
* http/tests/navigation/https-in-page-cache-expected.txt:
* http/tests/navigation/resources/https-in-page-cache-2.php:
2015-01-05 Chris Dumez <cdumez@apple.com>
Using calc() in repeat() for -webkit-grid-template-rows does not work
https://bugs.webkit.org/show_bug.cgi?id=140094
Reviewed by Darin Adler.
* fast/css-grid-layout/grid-repeat-calc-expected.txt: Added.
* fast/css-grid-layout/grid-repeat-calc.html: Added.
2015-01-05 Chris Dumez <cdumez@apple.com>
calc() cannot be used in steps() for -webkit-animation-timing-function
https://bugs.webkit.org/show_bug.cgi?id=140091
Reviewed by Darin Adler.
Add a layout test to make sure that calc() can be used in steps() for
-webkit-animation-timing-function CSS property.
* fast/css/animation-steps-calculated-value-expected.txt: Added.
* fast/css/animation-steps-calculated-value.html: Added.
2015-01-05 Chris Dumez <cdumez@apple.com>
Regression(r163928): Animated images are not resumed on window resizing
https://bugs.webkit.org/show_bug.cgi?id=139714
<rdar://problem/18855285>
Reviewed by Darin Adler.
Add a layout test to make sure animated images are correctly paused /
resumed when resizing the window.
Also add another test to make sure animated images are correctly paused
/ resumed when zooming in and out.
* fast/images/animated-gif-window-resizing-expected.txt: Added.
* fast/images/animated-gif-window-resizing.html: Added.
* fast/images/animated-gif-zooming-expected.txt: Added.
* fast/images/animated-gif-zooming.html: Added.
* fast/images/resources/animated-gif-window-resize.html: Added.
* platform/mac-wk1/TestExpectations:
2015-01-05 Alexey Proskuryakov <ap@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
* platform/mac/TestExpectations: Adding more flaky tests.
2015-01-05 Alexey Proskuryakov <ap@apple.com>
js/dom/dfg-inline-resolve.html flakily times out
https://bugs.webkit.org/show_bug.cgi?id=140084
* platform/mac-wk2/TestExpectations: Added an expectation.
2015-01-05 Alexey Proskuryakov <ap@apple.com>
editing/pasteboard/drag-and-drop-objectimage-contenteditable.html times out after r177883.
* TestExpectations: Skip the test while Darin is working on a fix.
2014-12-23 Brent Fulgham <bfulgham@apple.com>
[Mac] Cannot scroll when a non-scrollable iframe is contained inside a scrollable iframe
https://bugs.webkit.org/show_bug.cgi?id=139914
<rdar://problem/18750910>
Reviewed by Darin Adler.
* platform/mac/fast/scrolling/scroll-nested-iframe-expected.txt: Added.
* platform/mac/fast/scrolling/scroll-nested-iframe.html: Added.
* platform/mac/fast/scrolling/resources/scroll_nested_iframe_test_inner.html: Added.
* platform/mac/fast/scrolling/resources/scroll_nested_iframe_test_outer.html: Added.
2015-01-05 peavo@outlook.com <peavo@outlook.com>
[WinCairo] Crash when font data pointer is null.
https://bugs.webkit.org/show_bug.cgi?id=139969
Reviewed by Darin Adler.
* fonts/unicode-character-font-crash-expected.txt: Added.
* fonts/unicode-character-font-crash.html: Added.
2015-01-04 Alexey Proskuryakov <ap@apple.com>
fast/events/autoscroll-should-not-stop-on-keypress.html is flaky in debug builds
https://bugs.webkit.org/show_bug.cgi?id=140060
Reviewed by Darin Adler.
* fast/events/autoscroll-should-not-stop-on-keypress.html: Instead of waiting a
fixed amount of time, check if the test succeeded every 100ms. In addition to making
the test more reliable on slow builds, it makes the test faster in release mode.
2015-01-04 Alexey Proskuryakov <ap@apple.com>
http/tests/security/cross-frame-access-put.html is racy
https://bugs.webkit.org/show_bug.cgi?id=140059
Reviewed by Darin Adler.
This test used to run some code in a subframe on a zero delay timer, and some more
code in a main frame in onload. The order was undefined.
* http/tests/security/cross-frame-access-put-expected.txt:
* http/tests/security/cross-frame-access-put.html:
* http/tests/security/resources/cross-frame-iframe-for-put-test.html:
2015-01-04 Alexey Proskuryakov <ap@apple.com>
REGRESSION: plugins/plugin-remove-readystatechange.html is failing on debug bots
https://bugs.webkit.org/show_bug.cgi?id=126169
Reviewed by Antti Koivisto.
* plugins/plugin-remove-readystatechange.html: Move the embed so that it's not the
last rendered element in the test. It's only a workaround, not a real fix - if
anyone is interested in fixing the issue for real, please file a new bug.
Also, demystified the test by using readyState instead of counting readystatechange
events.
2015-01-03 Michael Saboff <msaboff@apple.com>
Crash in operationNewFunction when scrolling on Google+
https://bugs.webkit.org/show_bug.cgi?id=140033
Reviewed by Oliver Hunt.
New regerssion test.
* js/regress-140033-expected.txt: Added.
* js/regress-140033.html: Added.
* js/script-tests/regress-140033.js: Added.
(.unused):
(defineADeadFunction):
2015-01-02 Anders Carlsson <andersca@apple.com>
Get rid of storage tracker layout tests
https://bugs.webkit.org/show_bug.cgi?id=140044
Reviewed by Darin Adler.
These tests are very flaky since they expect to be run in order. Furthermore, they were testing a WebKit Mac SPI
that is pretty hard to test reliably, due to its "design". It's not worth trying to make these tests work
or to rewrite them in Objective-C (which would be the right thing to do), so just get rid of them.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wk2/TestExpectations:
* storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-2-create-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-4-create-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-6-create-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html: Removed.
2015-01-02 Alexey Proskuryakov <ap@apple.com>
js/dom/Promise.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140043
* TestExpectations: Mark it as such.
2015-01-02 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Remove stack from grid-auto-flow syntax
https://bugs.webkit.org/show_bug.cgi?id=134842
Reviewed by Sergio Villar Senin.
Update layout tests in order to adapt the results to the new behavior.
* fast/css-grid-layout/grid-auto-flow-get-set-expected.txt:
* fast/css-grid-layout/grid-auto-flow-get-set.html:
* fast/css-grid-layout/grid-auto-flow-update.html:
* fast/css-grid-layout/grid-item-named-grid-area-resolution.html:
* fast/css-grid-layout/grid-item-z-index-change-repaint.html:
* fast/css-grid-layout/grid-item-z-index-stacking-context.html:
* fast/css-grid-layout/grid-shorthand-get-set-expected.txt:
* fast/css-grid-layout/grid-shorthand-get-set.html:
* fast/css-grid-layout/named-grid-lines-with-named-grid-areas-dynamic-get-set.html:
* fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html:
* ietestcenter/css3/grid/grid-column-001.htm:
* ietestcenter/css3/grid/grid-column-002.htm:
* ietestcenter/css3/grid/grid-column-003.htm:
2015-01-01 Yusuke Suzuki <utatane.tea@gmail.com>
String includes methods perform toString on searchString before toInteger on a offset
https://bugs.webkit.org/show_bug.cgi?id=140031
Reviewed by Darin Adler.
As per the latest ES6 draft, String.prototype.{startsWith, endsWith, includes}
perform toString on searchString (argument 0) before performing toInteger on offset (argument 1).
* js/script-tests/string-includes.js:
(searchString.toString):
(startOffset.valueOf):
(endOffset.valueOf):
(matchString.toString): Deleted.
* js/string-includes-expected.txt:
2015-01-01 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/send-on-abort.html is flaky in debug builds
https://bugs.webkit.org/show_bug.cgi?id=140020
Reviewed by Darin Adler.
1. XHR loads are aborted when a page load starts, not when it's committed (which
is a known bug in WebKit). This gave the failure timer an opportunity to fire between
these events. Fixed by extending the delay.
2. Starting the test while parsing had a potential for a race with loading - we
could run it before all data was loaded. While this probably didn't happen in
practice here, it's better to run navigation tests under 100% reproducible conditions,
like during onload.
* http/tests/xmlhttprequest/send-on-abort.html:
2014-12-31 Alexey Proskuryakov <ap@apple.com>
http/tests/notifications/legacy/show.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140023
http/tests/notifications/window-show-on-click.html is failing
https://bugs.webkit.org/show_bug.cgi?id=112499
Reviewed by Darin Adler.
Remove 100 ms timeouts from notification tests. If they become broken, it will
be detected as timeout.
* http/tests/notifications/events-in-dictionary.html:
* http/tests/notifications/events.html:
* http/tests/notifications/legacy/double-show.html:
* http/tests/notifications/legacy/events.html:
* http/tests/notifications/legacy/request-no-callback.html:
* http/tests/notifications/legacy/request.html:
* http/tests/notifications/legacy/show.html:
* http/tests/notifications/legacy/window-show-on-click.html:
* http/tests/notifications/request.html:
* http/tests/notifications/window-show-on-click.html:
* platform/mac/TestExpectations: window-show-on-click.html should pass now.
2014-12-31 Alexey Proskuryakov <ap@apple.com>
fast/ruby/ruby-svg-crash.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=135610
Reviewed by Darin Adler.
* fast/ruby/ruby-svg-crash.html: Streamline the test to avoid timer races. I
verified that it still crashes without the original fix (it gets an
ASSERT_WITH_SECURITY_IMPILICATIONS).
* platform/mac/TestExpectations: Removed the expectation.
2014-12-31 Alexey Proskuryakov <ap@apple.com>
execDeleteCommand() does not update spellchecker sometimes
https://bugs.webkit.org/show_bug.cgi?id=139862
Updated test expectation for a test that always crashes on WK1 (it was already
skipped on mac-wk2, efl and gtk).
* TestExpectations:
* platform/mac-wk1/TestExpectations:
2014-12-31 Alexey Proskuryakov <ap@apple.com>
Test expectation gardening.
Add expectations for test that became flaky after enabling kerning and ligatures,
plus a few more that were mis-characterized.
* platform/efl/TestExpectations:
* platform/mac/TestExpectations:
2014-12-31 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r177824 and r177826.
https://bugs.webkit.org/show_bug.cgi?id=140011
The new test crashes (Requested by ap on #webkit).
Reverted changesets:
"Too large plugins are crashing."
https://bugs.webkit.org/show_bug.cgi?id=139856
http://trac.webkit.org/changeset/177824
"Fix bug number typo in the previous commit."
http://trac.webkit.org/changeset/177826
2014-12-31 Alexey Proskuryakov <ap@apple.com>
Update storage tracker test expectations after r177814.
* platform/mac/TestExpectations:
2014-12-31 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more timeouting tests.
* platform/win/TestExpectations:
2014-12-30 Gabor Rapcsanyi <rgabor@webkit.org>
Fix bug number typo in the previous commit.
* plugins/large-plugin-crash-expected.txt:
* plugins/large-plugin-crash.html:
2014-12-30 Gabor Rapcsanyi <rgabor@webkit.org>
Too large plugins are crashing.
https://bugs.webkit.org/show_bug.cgi?id=139868
Reviewed by Darin Adler.
Add layout test to cover this crash.
* plugins/large-plugin-crash-expected.txt: Added.
* plugins/large-plugin-crash.html: Added.
2014-12-29 Sebastian Dröge <sebastian@centricular.com>
Enable MediaSource tests for the GTK port
https://bugs.webkit.org/show_bug.cgi?id=139441
Reviewed by Philippe Normand.
* platform/gtk/TestExpectations:
Enable MediaSource tests that are actually succeeding for
the GTK port.
2014-12-28 Alexey Proskuryakov <ap@apple.com>
fast/regions/layers/region-removed-during-animation.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139979
* platform/mac-wk2/TestExpectations: Marking as such.
2014-12-28 Alexey Proskuryakov <ap@apple.com>
Update Mac test results after r177770.
Line numbers in error messages changed.
* platform/mac/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt:
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt:
2014-12-28 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more failing tests.
* platform/win/TestExpectations:
2014-12-28 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more timeouting and crashing tests.
* platform/win/TestExpectations:
2014-12-28 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark failing tests.
* platform/win/TestExpectations:
2014-12-28 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, typo fix.
* platform/win/TestExpectations:
2014-12-27 Myles C. Maxfield <mmaxfield@apple.com>
[Mac] Enable kerning, ligatures, and printer fonts
https://bugs.webkit.org/show_bug.cgi?id=139970
Rubber stamped by Simon Fraser.
Update test results.
* css2.1/20110323/c543-txt-decor-000-expected.txt:
* css2.1/t1508-c527-font-00-b-expected.txt:
* css2.1/t1508-c527-font-06-b-expected.txt:
* css3/blending/blend-mode-isolation-turn-off-self-painting-layer-expected.txt:
* css3/blending/blend-mode-isolation-turn-off-self-painting-layer1-expected.txt:
* css3/blending/blend-mode-isolation-turn-off-self-painting-layer2-expected.txt:
* css3/blending/blend-mode-isolation-turn-on-self-painting-layer-expected.txt:
* editing/deleting/delete-3608445-fix-expected.txt:
* editing/deleting/delete-3800834-fix-expected.txt:
* editing/deleting/delete-br-002-expected.txt:
* editing/deleting/delete-br-004-expected.txt:
* editing/deleting/delete-br-005-expected.txt:
* editing/deleting/delete-br-006-expected.txt:
* editing/deleting/delete-br-009-expected.txt:
* editing/deleting/delete-leading-ws-001-expected.txt:
* editing/deleting/delete-line-011-expected.txt:
* editing/deleting/smart-delete-002-expected.txt:
* editing/execCommand/selectAll-expected.txt:
* editing/inserting/insert-3800346-fix-expected.txt:
* editing/inserting/insert-br-001-expected.txt:
* editing/inserting/insert-br-002-expected.txt:
* editing/inserting/insert-br-003-expected.txt:
* editing/inserting/insert-br-004-expected.txt:
* editing/inserting/insert-br-005-expected.txt:
* editing/inserting/insert-br-007-expected.txt:
* editing/inserting/insert-tab-002-expected.txt:
* editing/inserting/typing-001-expected.txt:
* editing/inserting/typing-around-br-001-expected.txt:
* editing/selection/doubleclick-crash-expected.txt:
* editing/selection/extend-by-sentence-001-expected.txt:
* editing/selection/extend-by-word-001-expected.txt:
* editing/selection/extend-inside-transforms-backward-expected.txt:
* editing/selection/extend-inside-transforms-forward-expected.txt:
* editing/selection/extend-selection-bidi-expected.txt:
* editing/spelling/centering-misspelling-dots-expected.txt:
* editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt:
* editing/style/smoosh-styles-003-expected.txt:
* editing/style/style-3681552-fix-001-expected.txt:
* editing/style/style-boundary-002-expected.txt:
* editing/style/style-boundary-003-expected.txt:
* editing/style/typing-style-001-expected.txt:
* editing/style/typing-style-002-expected.txt:
* editing/undo/redo-typing-001-expected.txt:
* editing/undo/undo-typing-001-expected.txt:
* fast/borders/border-image-outset-split-inline-expected.txt:
* fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt:
* fast/borders/inline-mask-overlay-image-outset-expected.txt:
* fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt:
* fast/css/empty-generated-content-expected.txt:
* fast/css/font-face-default-font-expected.txt:
* fast/css/font-face-in-media-rule-expected.txt:
* fast/css/font-face-woff-expected.txt:
* fast/css/image-rendering-expected.txt:
* fast/css/outline-auto-empty-rects-expected.txt:
* fast/forms/button-inner-block-reuse-expected.txt:
* fast/forms/range/slider-padding-expected.txt:
* fast/invalid/017-expected.txt:
* fast/invalid/018-expected.txt:
* fast/multicol/single-line-expected.txt:
* fast/repaint/caret-with-transformation-expected.txt:
* fast/repaint/transform-absolute-in-positioned-container-expected.txt:
* fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt:
* fast/table/022-expected.txt:
* fast/table/025-expected.txt:
* fast/table/giantRowspan2-expected.txt:
* fast/text/wbr-pre-expected.txt:
* fast/text/whitespace/019-expected.txt:
* fast/text/whitespace/023-expected.txt:
* http/tests/security/dataTransfer-set-data-file-url-expected.txt:
* media/video-frame-accurate-seek-expected.txt:
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.txt:
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.txt:
* platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac-mavericks/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac-mavericks/editing/inserting/4960120-1-expected.txt:
* platform/mac-mavericks/editing/inserting/before-after-input-element-expected.txt:
* platform/mac-mavericks/editing/pasteboard/4806874-expected.txt:
* platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/mac-mavericks/editing/pasteboard/input-field-1-expected.txt:
* platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac-mavericks/editing/selection/3690703-2-expected.txt:
* platform/mac-mavericks/editing/selection/3690703-expected.txt:
* platform/mac-mavericks/editing/selection/3690719-expected.txt:
* platform/mac-mavericks/editing/selection/4397952-expected.txt:
* platform/mac-mavericks/editing/selection/4895428-3-expected.txt:
* platform/mac-mavericks/editing/selection/4975120-expected.txt:
* platform/mac-mavericks/editing/selection/drag-select-1-expected.txt:
* platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac-mavericks/editing/selection/selection-button-text-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/mac-mavericks/fast/block/margin-collapse/103-expected.txt:
* platform/mac-mavericks/fast/css/continuationCrash-expected.txt:
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt:
* platform/mac-mavericks/fast/css/line-height-expected.txt:
* platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/mac-mavericks/fast/css/rtl-ordering-expected.txt:
* platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac-mavericks/fast/css/text-overflow-input-expected.txt:
* platform/mac-mavericks/fast/css/text-transform-select-expected.txt:
* platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac-mavericks/fast/dom/isindex-001-expected.txt:
* platform/mac-mavericks/fast/dom/isindex-002-expected.txt:
* platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/mac-mavericks/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/mac-mavericks/fast/forms/001-expected.txt:
* platform/mac-mavericks/fast/forms/003-expected.txt:
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt:
* platform/mac-mavericks/fast/forms/basic-buttons-expected.txt:
* platform/mac-mavericks/fast/forms/basic-inputs-expected.txt:
* platform/mac-mavericks/fast/forms/basic-selects-expected.txt:
* platform/mac-mavericks/fast/forms/basic-textareas-expected.txt:
* platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.txt:
* platform/mac-mavericks/fast/forms/box-shadow-override-expected.txt:
* platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.txt:
* platform/mac-mavericks/fast/forms/button-default-title-expected.txt:
* platform/mac-mavericks/fast/forms/button-generated-content-expected.txt:
* platform/mac-mavericks/fast/forms/button-sizes-expected.txt:
* platform/mac-mavericks/fast/forms/button-style-color-expected.txt:
* platform/mac-mavericks/fast/forms/button-table-styles-expected.txt:
* platform/mac-mavericks/fast/forms/button-text-transform-expected.txt:
* platform/mac-mavericks/fast/forms/button-white-space-expected.txt:
* platform/mac-mavericks/fast/forms/control-clip-expected.txt:
* platform/mac-mavericks/fast/forms/control-clip-overflow-expected.txt:
* platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.txt:
* platform/mac-mavericks/fast/forms/encoding-test-expected.txt:
* platform/mac-mavericks/fast/forms/fieldset-align-expected.txt:
* platform/mac-mavericks/fast/forms/file/file-input-direction-expected.txt:
* platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.txt:
* platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.txt:
* platform/mac-mavericks/fast/forms/form-element-geometry-expected.txt:
* platform/mac-mavericks/fast/forms/formmove3-expected.txt:
* platform/mac-mavericks/fast/forms/hidden-listbox-expected.txt:
* platform/mac-mavericks/fast/forms/input-align-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-focus-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-height-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-selection-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-width-expected.txt:
* platform/mac-mavericks/fast/forms/input-baseline-expected.txt:
* platform/mac-mavericks/fast/forms/input-button-sizes-expected.txt:
* platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt:
* platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.txt:
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.txt:
* platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac-mavericks/fast/forms/input-readonly-empty-expected.txt:
* platform/mac-mavericks/fast/forms/input-spaces-expected.txt:
* platform/mac-mavericks/fast/forms/input-table-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-click-inside-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-click-outside-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-double-click-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-drag-down-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-option-delete-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac-mavericks/fast/forms/input-value-expected.txt:
* platform/mac-mavericks/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac-mavericks/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/mac-mavericks/fast/forms/listbox-width-change-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-clip-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-width-change-expected.txt:
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac-mavericks/fast/forms/option-script-expected.txt:
* platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.txt:
* platform/mac-mavericks/fast/forms/option-text-clip-expected.txt:
* platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/mac-mavericks/fast/forms/search-rtl-expected.txt:
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac-mavericks/fast/forms/searchfield-heights-expected.txt:
* platform/mac-mavericks/fast/forms/select-align-expected.txt:
* platform/mac-mavericks/fast/forms/select-baseline-expected.txt:
* platform/mac-mavericks/fast/forms/select-block-background-expected.txt:
* platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.txt:
* platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.txt:
* platform/mac-mavericks/fast/forms/select-item-background-clip-expected.txt:
* platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.txt:
* platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac-mavericks/fast/forms/text-style-color-expected.txt:
* platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-align-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.txt:
* platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.txt:
* platform/mac-mavericks/fast/forms/textfield-outline-expected.txt:
* platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.txt:
* platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/mac-mavericks/fast/html/details-no-summary4-expected.txt:
* platform/mac-mavericks/fast/html/details-open-javascript-expected.txt:
* platform/mac-mavericks/fast/html/details-open2-expected.txt:
* platform/mac-mavericks/fast/html/details-open4-expected.txt:
* platform/mac-mavericks/fast/html/details-replace-summary-child-expected.txt:
* platform/mac-mavericks/fast/html/details-replace-text-expected.txt:
* platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.txt:
* platform/mac-mavericks/fast/overflow/overflow-x-y-expected.txt:
* platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac-mavericks/fast/repaint/control-clip-expected.txt:
* platform/mac-mavericks/fast/repaint/search-field-cancel-expected.txt:
* platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.txt:
* platform/mac-mavericks/fast/replaced/width100percent-button-expected.txt:
* platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac-mavericks/fast/selectors/064-expected.txt:
* platform/mac-mavericks/fast/table/003-expected.txt:
* platform/mac-mavericks/fast/table/append-cells2-expected.txt:
* platform/mac-mavericks/fast/table/remove-td-display-none-expected.txt:
* platform/mac-mavericks/fast/table/text-field-baseline-expected.txt:
* platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.txt:
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-expected.txt:
* platform/mac-mavericks/fast/text/complex-text-opacity-expected.txt:
* platform/mac-mavericks/fast/text/drawBidiText-expected.txt:
* platform/mac-mavericks/fast/text/emphasis-expected.txt:
* platform/mac-mavericks/fast/text/fallback-traits-fixup-expected.txt:
* platform/mac-mavericks/fast/text/indic-expected.txt:
* platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac-mavericks/fast/text/international/bidi-listbox-expected.txt:
* platform/mac-mavericks/fast/text/international/bidi-menulist-expected.txt:
* platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac-mavericks/fast/text/international/bold-bengali-expected.txt:
* platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac-mavericks/fast/text/international/danda-space-expected.txt:
* platform/mac-mavericks/fast/text/international/hindi-spacing-expected.txt:
* platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.txt:
* platform/mac-mavericks/fast/text/international/khmer-selection-expected.txt:
* platform/mac-mavericks/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac-mavericks/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
* platform/mac-mavericks/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/mac-mavericks/fast/text/international/wrap-CJK-001-expected.txt:
* platform/mac-mavericks/fast/text/khmer-lao-font-expected.txt:
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac-mavericks/media/audio-controls-rendering-expected.txt:
* platform/mac-mavericks/media/controls-after-reload-expected.txt:
* platform/mac-mavericks/media/controls-strict-expected.txt:
* platform/mac-mavericks/media/controls-styling-expected.txt:
* platform/mac-mavericks/media/controls-without-preload-expected.txt:
* platform/mac-mavericks/media/video-controls-rendering-expected.txt:
* platform/mac-mavericks/media/video-display-toggle-expected.txt:
* platform/mac-mavericks/media/video-empty-source-expected.txt:
* platform/mac-mavericks/media/video-no-audio-expected.txt:
* platform/mac-mavericks/media/video-volume-slider-expected.txt:
* platform/mac-mavericks/media/video-zoom-controls-expected.txt:
* platform/mac-mavericks/platform/mac/editing/input/devanagari-ligature-expected.txt:
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
* platform/mac-mavericks/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
* platform/mac-mavericks/platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac-mavericks/svg/hixie/mixed/003-expected.txt:
* platform/mac-mavericks/svg/text/bidi-text-query-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug12384-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug138725-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug18359-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug24200-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug28928-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug4382-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug51037-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug51727-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug59354-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug60749-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug68912-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug99948-expected.txt:
* platform/mac-mavericks/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/mac-mavericks/tables/mozilla/core/margins-expected.txt:
* platform/mac-mavericks/tables/mozilla/dom/tableDom-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/mac-mavericks/transforms/2d/hindi-rotated-expected.txt:
* platform/mac-mavericks/transforms/2d/zoom-menulist-expected.txt:
* platform/mac-mountainlion/animations/3d/change-transform-in-end-event-expected.txt:
* platform/mac-mountainlion/animations/3d/matrix-transform-type-animation-expected.txt:
* platform/mac-mountainlion/animations/3d/state-at-end-event-transform-expected.txt:
* platform/mac-mountainlion/animations/additive-transform-animations-expected.txt:
* platform/mac-mountainlion/animations/cross-fade-border-image-source-expected.txt:
* platform/mac-mountainlion/animations/cross-fade-list-style-image-expected.txt:
* platform/mac-mountainlion/animations/cross-fade-webkit-mask-box-image-expected.txt:
* platform/mac-mountainlion/animations/missing-values-first-keyframe-expected.txt:
* platform/mac-mountainlion/animations/missing-values-last-keyframe-expected.txt:
* platform/mac-mountainlion/animations/state-at-end-event-expected.txt:
* platform/mac-mountainlion/compositing/animation/state-at-end-event-transform-layer-expected.txt:
* platform/mac-mountainlion/compositing/color-matching/image-color-matching-expected.txt:
* platform/mac-mountainlion/compositing/color-matching/pdf-image-match-expected.txt:
* platform/mac-mountainlion/compositing/direct-image-compositing-expected.txt:
* platform/mac-mountainlion/compositing/generated-content-expected.txt:
* platform/mac-mountainlion/compositing/geometry/clipping-foreground-expected.txt:
* platform/mac-mountainlion/compositing/geometry/composited-html-size-expected.txt:
* platform/mac-mountainlion/compositing/geometry/fixed-position-expected.txt:
* platform/mac-mountainlion/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
* platform/mac-mountainlion/compositing/geometry/layer-due-to-layer-children-expected.txt:
* platform/mac-mountainlion/compositing/geometry/outline-change-expected.txt:
* platform/mac-mountainlion/compositing/geometry/partial-layout-update-expected.txt:
* platform/mac-mountainlion/compositing/geometry/root-layer-update-expected.txt:
* platform/mac-mountainlion/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
* platform/mac-mountainlion/compositing/geometry/video-fixed-scrolling-expected.txt:
* platform/mac-mountainlion/compositing/geometry/video-opacity-overlay-expected.txt:
* platform/mac-mountainlion/compositing/iframes/composited-iframe-alignment-expected.txt:
* platform/mac-mountainlion/compositing/iframes/iframe-copy-on-scroll-expected.txt:
* platform/mac-mountainlion/compositing/images/direct-image-background-color-expected.txt:
* platform/mac-mountainlion/compositing/layers-inside-overflow-scroll-expected.txt:
* platform/mac-mountainlion/compositing/masks/direct-image-mask-expected.txt:
* platform/mac-mountainlion/compositing/masks/masked-ancestor-expected.txt:
* platform/mac-mountainlion/compositing/masks/multiple-masks-expected.txt:
* platform/mac-mountainlion/compositing/masks/simple-composited-mask-expected.txt:
* platform/mac-mountainlion/compositing/overflow/ancestor-overflow-expected.txt:
* platform/mac-mountainlion/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
* platform/mac-mountainlion/compositing/overflow/nested-scrolling-expected.txt:
* platform/mac-mountainlion/compositing/overflow/overflow-compositing-descendant-expected.txt:
* platform/mac-mountainlion/compositing/overflow/overflow-positioning-expected.txt:
* platform/mac-mountainlion/compositing/overflow/overflow-scroll-expected.txt:
* platform/mac-mountainlion/compositing/overflow/parent-overflow-expected.txt:
* platform/mac-mountainlion/compositing/overflow/remove-overflow-crash2-expected.txt:
* platform/mac-mountainlion/compositing/overflow/scroll-ancestor-update-expected.txt:
* platform/mac-mountainlion/compositing/overflow/scrollbar-painting-expected.txt:
* platform/mac-mountainlion/compositing/reflections/animation-inside-reflection-expected.txt:
* platform/mac-mountainlion/compositing/reflections/compositing-change-inside-reflection-expected.txt:
* platform/mac-mountainlion/compositing/reflections/deeply-nested-reflections-expected.txt:
* platform/mac-mountainlion/compositing/reflections/masked-reflection-on-composited-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-anchor-point-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-animated-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-mask-change-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-on-overflow-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-opacity-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-size-change-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-transformed-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-transformed2-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-transition-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-in-composited-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-on-composited-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-opacity-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-ordering-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-positioning-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-positioning2-expected.txt:
* platform/mac-mountainlion/compositing/reflections/simple-composited-reflections-expected.txt:
* platform/mac-mountainlion/compositing/reflections/transform-inside-reflection-expected.txt:
* platform/mac-mountainlion/compositing/repaint/become-overlay-composited-layer-expected.txt:
* platform/mac-mountainlion/compositing/repaint/composited-document-element-expected.txt:
* platform/mac-mountainlion/compositing/repaint/layer-repaint-expected.txt:
* platform/mac-mountainlion/compositing/repaint/layer-repaint-rects-expected.txt:
* platform/mac-mountainlion/compositing/repaint/opacity-between-absolute-expected.txt:
* platform/mac-mountainlion/compositing/repaint/opacity-between-absolute2-expected.txt:
* platform/mac-mountainlion/compositing/self-painting-layers-expected.txt:
* platform/mac-mountainlion/compositing/shadows/shadow-drawing-expected.txt:
* platform/mac-mountainlion/compositing/sibling-positioning-expected.txt:
* platform/mac-mountainlion/compositing/text-on-large-layer-expected.txt:
* platform/mac-mountainlion/compositing/transitions/scale-transition-no-start-expected.txt:
* platform/mac-mountainlion/compositing/transitions/singular-scale-transition-expected.txt:
* platform/mac-mountainlion/compositing/webgl/webgl-background-color-expected.txt:
* platform/mac-mountainlion/compositing/webgl/webgl-reflection-expected.txt:
* platform/mac-mountainlion/css1/basic/containment-expected.txt:
* platform/mac-mountainlion/css1/basic/contextual_selectors-expected.txt:
* platform/mac-mountainlion/css1/basic/grouping-expected.txt:
* platform/mac-mountainlion/css1/basic/id_as_selector-expected.txt:
* platform/mac-mountainlion/css1/basic/inheritance-expected.txt:
* platform/mac-mountainlion/css1/box_properties/acid_test-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_bottom-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_bottom_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_bottom_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_color-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_color_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_left-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_left_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_left_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_left_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_right-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_right_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_right_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_right_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_style-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_style_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_top-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_top_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_top_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_top_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/clear-expected.txt:
* platform/mac-mountainlion/css1/box_properties/clear_float-expected.txt:
* platform/mac-mountainlion/css1/box_properties/float-expected.txt:
* platform/mac-mountainlion/css1/box_properties/float_elements_in_series-expected.txt:
* platform/mac-mountainlion/css1/box_properties/float_margin-expected.txt:
* platform/mac-mountainlion/css1/box_properties/float_on_text_elements-expected.txt:
* platform/mac-mountainlion/css1/box_properties/height-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_bottom-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_left-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_left_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_right-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_right_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_top-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_top_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_bottom-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_left-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_left_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_right-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_right_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_top-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_top_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/width-expected.txt:
* platform/mac-mountainlion/css1/cascade/cascade_order-expected.txt:
* platform/mac-mountainlion/css1/cascade/important-expected.txt:
* platform/mac-mountainlion/css1/classification/display-expected.txt:
* platform/mac-mountainlion/css1/classification/list_style-expected.txt:
* platform/mac-mountainlion/css1/classification/list_style_image-expected.txt:
* platform/mac-mountainlion/css1/classification/list_style_position-expected.txt:
* platform/mac-mountainlion/css1/classification/list_style_type-expected.txt:
* platform/mac-mountainlion/css1/classification/white_space-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_attachment-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_color-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_image-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_position-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_repeat-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/color-expected.txt:
* platform/mac-mountainlion/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_family-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_size-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_style-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_variant-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_weight-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/canvas-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/floating_elements-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/height_of_lines-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/horizontal_formatting-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/inline_elements-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/replaced_elements-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/vertical_formatting-expected.txt:
* platform/mac-mountainlion/css1/pseudo/anchor-expected.txt:
* platform/mac-mountainlion/css1/pseudo/firstletter-expected.txt:
* platform/mac-mountainlion/css1/pseudo/firstline-expected.txt:
* platform/mac-mountainlion/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/mac-mountainlion/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/mac-mountainlion/css1/text_properties/letter_spacing-expected.txt:
* platform/mac-mountainlion/css1/text_properties/line_height-expected.txt:
* platform/mac-mountainlion/css1/text_properties/text_align-expected.txt:
* platform/mac-mountainlion/css1/text_properties/text_decoration-expected.txt:
* platform/mac-mountainlion/css1/text_properties/text_indent-expected.txt:
* platform/mac-mountainlion/css1/text_properties/text_transform-expected.txt:
* platform/mac-mountainlion/css1/text_properties/vertical_align-expected.txt:
* platform/mac-mountainlion/css1/text_properties/word_spacing-expected.txt:
* platform/mac-mountainlion/css1/units/color_units-expected.txt:
* platform/mac-mountainlion/css1/units/length_units-expected.txt:
* platform/mac-mountainlion/css1/units/percentage_units-expected.txt:
* platform/mac-mountainlion/css1/units/urls-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-016-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-017-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-018-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-019-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-021-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-022-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-023-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-024-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-025-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-026-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-028-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-029-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-030-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-031-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-032-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-033-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-035-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-036-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-020-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-022-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-027-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-029-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-034-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-036-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-041-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-043-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-048-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-050-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-055-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-057-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-062-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-064-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-069-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-071-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-076-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-016-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/c543-txt-decor-000-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/dynamic-top-change-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/dynamic-top-change-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/empty-inline-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/empty-inline-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/empty-inline-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/floating-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/height-width-inline-table-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/height-width-table-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-table-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-table-002a-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-table-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/outline-color-applies-to-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-elements-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-intrinsic-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-intrinsic-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-intrinsic-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-min-max-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-margins-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-height-algorithm-023-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-height-algorithm-024-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/width-replaced-element-001-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-border-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-font-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-font-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-font-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-font-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040102-keywords-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040102-keywords-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-case-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-case-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-02-d-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-05-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-04-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-05-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-06-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-07-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-08-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-09-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-10-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-11-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-12-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-13-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atkeyw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atkeyw-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atkeyw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-import-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-import-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-import-10-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040109-c17-comments-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040109-c17-comments-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-01-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-03-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-04-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-05-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-06-f-expected.txt:
* platform/mac-mountainlion/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t040302-c61-phys-len-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t040304-c64-uri-00-a-g-expected.txt:
* platform/mac-mountainlion/css2.1/t040306-c63-color-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t040306-syntax-01-f-expected.txt:
* platform/mac-mountainlion/css2.1/t040307-syntax-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t050201-c12-grouping-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0505-c16-descendant-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0505-c16-descendant-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0505-c16-descendant-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t050803-c14-classes-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0509-c15-ids-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0509-c15-ids-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-dom-hover-01-c-io-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-dom-hover-02-c-io-expected.txt:
* platform/mac-mountainlion/css2.1/t051201-c23-first-line-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0602-c13-inheritance-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
* platform/mac-mountainlion/css2.1/t0603-c11-import-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t060401-c32-cascading-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t060402-c31-important-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5510-padn-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5522-brdr-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5522-brdr-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t090204-display-change-01-b-ao-expected.txt:
* platform/mac-mountainlion/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-04-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-02-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-03-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1002-c5523-width-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1002-c5523-width-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1002-c5523-width-02-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1004-c5524-width-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1005-c5524-width-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1005-c5524-width-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-05-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-09-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-11-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-12-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-13-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-14-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-15-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-16-f-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-05-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-09-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-11-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-12-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-13-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-14-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-15-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-16-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-17-d-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-18-f-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-implied-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-implied-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-implied-02-d-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-multiple-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-multiple-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-order-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-order-01-d-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-root-e-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-04-d-expected.txt:
* platform/mac-mountainlion/css2.1/t120403-content-none-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120403-display-none-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120403-visibility-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c561-list-displ-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c563-list-type-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c563-list-type-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c565-list-pos-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1401-c531-color-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c533-bgimage-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1503-c522-font-family-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1504-c523-font-style-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1505-c524-font-var-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1506-c525-font-wt-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1507-c526-font-sz-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-05-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-09-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-10-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1601-c547-indent-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1601-c547-indent-01-d-expected.txt:
* platform/mac-mountainlion/css2.1/t1602-c43-center-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-isolation-turn-off-self-painting-layer-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-isolation-turn-off-self-painting-layer1-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-isolation-turn-off-self-painting-layer2-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-isolation-turn-on-self-painting-layer-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-overflow-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-blend-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-clip-path-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-filter-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-mask-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-opacity-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-shadow-expected.txt:
* platform/mac-mountainlion/css3/css3-modsel-33-expected.txt:
* platform/mac-mountainlion/css3/css3-modsel-35-expected.txt:
* platform/mac-mountainlion/css3/css3-modsel-36-expected.txt:
* platform/mac-mountainlion/css3/css3-modsel-37-expected.txt:
* platform/mac-mountainlion/css3/flexbox/button-expected.txt:
* platform/mac-mountainlion/css3/flexbox/flexbox-baseline-expected.txt:
* platform/mac-mountainlion/css3/flexbox/flexbox-baseline-margins-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-10-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-11-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-13-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-144-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-148-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-149-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-149b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-15-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-150-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-151-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-152-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-154-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-156-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-156b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-156c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-157-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-158-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-159-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-15b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-16-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-160-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-166-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-166a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-167-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-167a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-168-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-168a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-169-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-169a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-17-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-175a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-175b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-175c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-176-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-177a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-177b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-178-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-179-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-179a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-18-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-180a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-181-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-183-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184f-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-18a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-18b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-18c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-20-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-21-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-21b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-21c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-22-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-25-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-27-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-27a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-27b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-28-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-28b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-30-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-31-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-32-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-34-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-35-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-36-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-37-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-38-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-39-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-39a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-39b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-39c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-3a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-41-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-41a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-42-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-42a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-43-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-43b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-44-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-44b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-44c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-44d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-45-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-45b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-45c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-46-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-46b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-5-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-54-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-55-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-56-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-59-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-6-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-60-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-61-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-62-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-63-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-65-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-66-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-66b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-67-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-7-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-70-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-72-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-72b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-74-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-74b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-75-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-75b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-76-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-76b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-78-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-78b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-79-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-7b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-8-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-80-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-81-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-81b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-82-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-82b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-83-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-86-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-87-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-87b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-88-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-88b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-89-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-9-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-90-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-90b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-d1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-d1b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-d2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-d4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-10-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-100-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-100b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-101-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-101b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-102-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-102b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-103-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-103b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-104-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-104b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-105-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-105b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-106-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-106b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-107-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-107b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-108-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-108b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-109-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-109b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-11-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-110-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-110b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-111-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-111b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-112-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-112b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-113-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-113b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-114-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-114b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-115-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-115b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-116-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-116b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-117-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-117b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-118-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-119-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-120-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-121-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-122-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-123-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-123b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-124-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-124b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-125-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-125b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-126-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-126b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-127-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-127b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-128-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-128b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-129-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-129b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-13-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-130-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-130b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-131-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-131b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-132-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-132b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-133-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-133b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-134-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-134b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-135-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-135b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-136-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-136b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-137-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-137b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-138-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-138b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-139-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-139b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-140-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-140b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-141-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-141b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-142-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-142b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-143-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-143b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-144-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-145a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-145b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-146a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-146b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-147a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-147b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-148-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-149-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-149b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-15-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-150-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-151-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-152-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-153-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-154-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-156-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-156b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-156c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-157-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-158-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-159-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-15b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-16-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-160-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-166-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-166a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-167-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-167a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-168-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-168a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-169-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-169a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-17-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-171-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-172a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-172b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-173a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-173b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-174a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-174b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-175a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-175b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-175c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-176-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-177a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-177b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-178-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-179-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-179a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-18-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-180a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-181-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-182-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-183-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184f-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-18a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-18b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-18c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-20-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-21-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-21b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-21c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-22-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-25-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-27-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-27a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-27b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-28-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-28b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-3-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-30-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-31-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-32-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-34-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-35-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-36-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-37-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-38-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-39-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-39a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-39b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-39c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-3a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-41-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-41a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-42-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-42a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-43-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-43b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-44-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-44b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-44c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-44d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-45-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-45b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-45c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-46-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-46b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-47-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-48-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-49-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-5-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-50-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-51-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-52-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-53-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-54-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-55-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-56-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-57-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-57b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-59-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-6-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-60-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-61-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-62-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-63-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-65-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-66-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-66b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-67-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-7-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-70-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-72-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-72b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-74-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-74b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-75-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-75b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-76-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-76b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-78-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-78b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-79-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-7b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-8-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-80-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-81-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-81b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-82-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-82b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-83-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-86-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-87-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-87b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-88-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-88b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-89-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-9-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-90-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-90b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-91-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-92-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-93-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-94-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-94b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-95-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-96-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-96b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-97-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-97b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-98-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-98b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-99-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-99b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d3-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d4-expected.txt:
* platform/mac-mountainlion/css3/unicode-bidi-isolate-basic-expected.txt:
* platform/mac-mountainlion/editing/caret/caret-color-expected.txt:
* platform/mac-mountainlion/editing/deleting/4922367-expected.txt:
* platform/mac-mountainlion/editing/deleting/5099303-expected.txt:
* platform/mac-mountainlion/editing/deleting/5126166-expected.txt:
* platform/mac-mountainlion/editing/deleting/5144139-2-expected.txt:
* platform/mac-mountainlion/editing/deleting/5206311-1-expected.txt:
* platform/mac-mountainlion/editing/deleting/5272440-expected.txt:
* platform/mac-mountainlion/editing/deleting/5369009-expected.txt:
* platform/mac-mountainlion/editing/deleting/5433862-2-expected.txt:
* platform/mac-mountainlion/editing/deleting/5483370-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3608445-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3608462-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3800834-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3857753-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3865854-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3928305-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-4083333-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-and-undo-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-contents-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-005-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-008-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-011-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-017-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-023-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-024-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-005-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-006-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-007-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-008-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-009-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-010-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-013-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-character-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-first-list-item-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-hr-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-image-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-image-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-image-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-005-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-006-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-007-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-008-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-009-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-010-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-011-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-012-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-013-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-014-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-015-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-016-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-017-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-listitem-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-listitem-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-selection-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-tab-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-tab-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-to-select-table-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-ws-fixup-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-ws-fixup-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-ws-fixup-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/forward-delete-expected.txt:
* platform/mac-mountainlion/editing/deleting/list-item-1-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-different-styles-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-no-br-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-unrendered-space-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-whitespace-pre-expected.txt:
* platform/mac-mountainlion/editing/deleting/move-nodes-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/non-smart-delete-expected.txt:
* platform/mac-mountainlion/editing/deleting/pruning-after-merge-2-expected.txt:
* platform/mac-mountainlion/editing/deleting/smart-delete-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/smart-delete-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/smart-delete-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/smart-delete-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/table-cells-expected.txt:
* platform/mac-mountainlion/editing/deleting/type-delete-after-quote-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4580583-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4580583-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4641880-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4641880-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4747450-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4916402-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4916541-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4924441-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5080333-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5080333-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5136770-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5138441-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5142012-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5142012-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5190926-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5481523-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5482023-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5569741-expected.txt:
* platform/mac-mountainlion/editing/execCommand/create-list-with-hr-expected.txt:
* platform/mac-mountainlion/editing/execCommand/find-after-replace-expected.txt:
* platform/mac-mountainlion/editing/execCommand/findString-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/findString-expected.txt:
* platform/mac-mountainlion/editing/execCommand/indent-empty-root-expected.txt:
* platform/mac-mountainlion/editing/execCommand/indent-list-item-expected.txt:
* platform/mac-mountainlion/editing/execCommand/indent-selection-expected.txt:
* platform/mac-mountainlion/editing/execCommand/insert-list-and-stitch-expected.txt:
* platform/mac-mountainlion/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/mac-mountainlion/editing/execCommand/insertImage-expected.txt:
* platform/mac-mountainlion/editing/execCommand/nsresponder-indent-expected.txt:
* platform/mac-mountainlion/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/mac-mountainlion/editing/execCommand/paste-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/print-expected.txt:
* platform/mac-mountainlion/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/mac-mountainlion/editing/execCommand/remove-list-item-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/selectAll-expected.txt:
* platform/mac-mountainlion/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/mac-mountainlion/editing/input/emacs-ctrl-o-expected.txt:
* platform/mac-mountainlion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/mac-mountainlion/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac-mountainlion/editing/inserting/12882-expected.txt:
* platform/mac-mountainlion/editing/inserting/4278698-expected.txt:
* platform/mac-mountainlion/editing/inserting/4840662-expected.txt:
* platform/mac-mountainlion/editing/inserting/4875189-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/4875189-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/4959067-expected.txt:
* platform/mac-mountainlion/editing/inserting/4960120-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/4960120-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/5002441-expected.txt:
* platform/mac-mountainlion/editing/inserting/5058163-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/5058163-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/5156401-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/5418891-expected.txt:
* platform/mac-mountainlion/editing/inserting/5510537-expected.txt:
* platform/mac-mountainlion/editing/inserting/5549929-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/5549929-3-expected.txt:
* platform/mac-mountainlion/editing/inserting/6703873-expected.txt:
* platform/mac-mountainlion/editing/inserting/break-blockquote-after-delete-expected.txt:
* platform/mac-mountainlion/editing/inserting/editable-html-element-expected.txt:
* platform/mac-mountainlion/editing/inserting/editable-inline-element-expected.txt:
* platform/mac-mountainlion/editing/inserting/edited-whitespace-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/editing-empty-divs-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-3778059-fix-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-3800346-fix-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-at-end-01-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-at-end-02-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-004-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-005-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-007-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-009-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-at-tabspan-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-004-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-005-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-006-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-009-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-011-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-012-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-013-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-014-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-015-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-016-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-017-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-018-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-019-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-020-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-022-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-023-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-024-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-025-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-026-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-027-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-01-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-02-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-03-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-04-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-05-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-tab-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-tab-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-text-at-tabspan-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-text-at-tabspan-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/mac-mountainlion/editing/inserting/line-break-expected.txt:
* platform/mac-mountainlion/editing/inserting/multiple-lines-selected-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-01-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-02-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-03-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/redo-expected.txt:
* platform/mac-mountainlion/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/typing-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/typing-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/typing-around-br-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/typing-at-end-of-line-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/3976872-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4076267-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4076267-3-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4076267-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4242293-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4631972-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4641033-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4944770-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4944770-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4947130-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4989774-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5006779-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5028447-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5032095-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5071074-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5071074-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5075944-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5134759-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5156401-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5387578-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5601583-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/7955-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/8145-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/8145-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/8145-3-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/bad-placeholder-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/copy-standalone-image-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/displaced-generic-placeholder-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/displaced-placeholder-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/drag-drop-dead-frame-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/drag-drop-modifies-page-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/innerText-inline-table-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-after-delete-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-end-borders-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-start-blockquote-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-start-list-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-4038267-fix-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-RTFD-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-002-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-003-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-004-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-005-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-007-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-008-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-009-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-010-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-004-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-008-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-009-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-013-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-014-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-016-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-019-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/pasting-object-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/quirks-mode-br-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/smart-drag-drop-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/smart-paste-007-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/smart-paste-008-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/styled-element-markup-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/undoable-fragment-removes-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/unrendered-br-expected.txt:
* platform/mac-mountainlion/editing/selection/14971-expected.txt:
* platform/mac-mountainlion/editing/selection/4397952-expected.txt:
* platform/mac-mountainlion/editing/selection/4402375-expected.txt:
* platform/mac-mountainlion/editing/selection/4776665-expected.txt:
* platform/mac-mountainlion/editing/selection/4818145-expected.txt:
* platform/mac-mountainlion/editing/selection/4866671-expected.txt:
* platform/mac-mountainlion/editing/selection/4889598-expected.txt:
* platform/mac-mountainlion/editing/selection/4895428-2-expected.txt:
* platform/mac-mountainlion/editing/selection/4932260-1-expected.txt:
* platform/mac-mountainlion/editing/selection/4932260-2-expected.txt:
* platform/mac-mountainlion/editing/selection/4932260-3-expected.txt:
* platform/mac-mountainlion/editing/selection/4947387-expected.txt:
* platform/mac-mountainlion/editing/selection/4960116-expected.txt:
* platform/mac-mountainlion/editing/selection/4960137-expected.txt:
* platform/mac-mountainlion/editing/selection/4983858-expected.txt:
* platform/mac-mountainlion/editing/selection/5007143-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5007143-expected.txt:
* platform/mac-mountainlion/editing/selection/5076323-1-expected.txt:
* platform/mac-mountainlion/editing/selection/5076323-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5076323-3-expected.txt:
* platform/mac-mountainlion/editing/selection/5081257-1-expected.txt:
* platform/mac-mountainlion/editing/selection/5081257-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5099303-expected.txt:
* platform/mac-mountainlion/editing/selection/5131716-1-expected.txt:
* platform/mac-mountainlion/editing/selection/5131716-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5131716-3-expected.txt:
* platform/mac-mountainlion/editing/selection/5131716-4-expected.txt:
* platform/mac-mountainlion/editing/selection/5195166-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5232159-expected.txt:
* platform/mac-mountainlion/editing/selection/5234383-1-expected.txt:
* platform/mac-mountainlion/editing/selection/5234383-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5240265-expected.txt:
* platform/mac-mountainlion/editing/selection/5354455-2-expected.txt:
* platform/mac-mountainlion/editing/selection/6476-expected.txt:
* platform/mac-mountainlion/editing/selection/7152-1-expected.txt:
* platform/mac-mountainlion/editing/selection/7152-2-expected.txt:
* platform/mac-mountainlion/editing/selection/addRange-expected.txt:
* platform/mac-mountainlion/editing/selection/after-line-wrap-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-and-focus-ring-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-before-select-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-ltr-2-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-ltr-2-left-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-ltr-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-ltr-right-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-rtl-2-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-rtl-2-left-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-rtl-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-rtl-right-expected.txt:
* platform/mac-mountainlion/editing/selection/clear-selection-expected.txt:
* platform/mac-mountainlion/editing/selection/click-start-of-line-expected.txt:
* platform/mac-mountainlion/editing/selection/contains-boundaries-expected.txt:
* platform/mac-mountainlion/editing/selection/contenteditable-click-inside-expected.txt:
* platform/mac-mountainlion/editing/selection/designmode-no-caret-expected.txt:
* platform/mac-mountainlion/editing/selection/display-table-text-expected.txt:
* platform/mac-mountainlion/editing/selection/doubleclick-crash-expected.txt:
* platform/mac-mountainlion/editing/selection/drag-in-iframe-expected.txt:
* platform/mac-mountainlion/editing/selection/drag-to-contenteditable-iframe-expected.txt:
* platform/mac-mountainlion/editing/selection/editable-html-element-expected.txt:
* platform/mac-mountainlion/editing/selection/editable-links-expected.txt:
* platform/mac-mountainlion/editing/selection/editable-non-editable-crash-expected.txt:
* platform/mac-mountainlion/editing/selection/end-of-document-expected.txt:
* platform/mac-mountainlion/editing/selection/expanding-selections-expected.txt:
* platform/mac-mountainlion/editing/selection/expanding-selections2-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-001-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-002-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-003-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-004-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-005-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-sentence-001-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-word-001-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-word-002-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-inside-transforms-backward-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-inside-transforms-forward-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-selection-bidi-expected.txt:
* platform/mac-mountainlion/editing/selection/fake-doubleclick-expected.txt:
* platform/mac-mountainlion/editing/selection/focus-body-expected.txt:
* platform/mac-mountainlion/editing/selection/focus_editable_html-expected.txt:
* platform/mac-mountainlion/editing/selection/iframe-expected.txt:
* platform/mac-mountainlion/editing/selection/image-before-linebreak-expected.txt:
* platform/mac-mountainlion/editing/selection/inline-closest-leaf-child-expected.txt:
* platform/mac-mountainlion/editing/selection/inline-table-expected.txt:
* platform/mac-mountainlion/editing/selection/leave-requested-block-expected.txt:
* platform/mac-mountainlion/editing/selection/line-wrap-1-expected.txt:
* platform/mac-mountainlion/editing/selection/line-wrap-2-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-1-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-2-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-3-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-4-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-5-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-6-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-7-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-8-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-9-expected.txt:
* platform/mac-mountainlion/editing/selection/move-3875618-fix-expected.txt:
* platform/mac-mountainlion/editing/selection/move-3875641-fix-expected.txt:
* platform/mac-mountainlion/editing/selection/move-backwords-by-word-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-between-blocks-yes-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-002-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-003-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-004-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-005-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-6-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-line-002-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-sentence-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/mac-mountainlion/editing/selection/node-removal-1-expected.txt:
* platform/mac-mountainlion/editing/selection/node-removal-2-expected.txt:
* platform/mac-mountainlion/editing/selection/paragraph-granularity-expected.txt:
* platform/mac-mountainlion/editing/selection/previous-line-position-expected.txt:
* platform/mac-mountainlion/editing/selection/range-between-block-and-inline-expected.txt:
* platform/mac-mountainlion/editing/selection/replace-selection-1-expected.txt:
* platform/mac-mountainlion/editing/selection/replaced-boundaries-1-expected.txt:
* platform/mac-mountainlion/editing/selection/replaced-boundaries-2-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-001-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-002-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-003-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-005-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-006-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-iframe-expected.txt:
* platform/mac-mountainlion/editing/selection/select-box-expected.txt:
* platform/mac-mountainlion/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/mac-mountainlion/editing/selection/select-text-overflow-ellipsis-expected.txt:
* platform/mac-mountainlion/editing/selection/selectNode-expected.txt:
* platform/mac-mountainlion/editing/selection/selectNodeContents-expected.txt:
* platform/mac-mountainlion/editing/selection/selection-actions-expected.txt:
* platform/mac-mountainlion/editing/selection/selection-background-expected.txt:
* platform/mac-mountainlion/editing/selection/selection-button-text-expected.txt:
* platform/mac-mountainlion/editing/selection/table-caret-1-expected.txt:
* platform/mac-mountainlion/editing/selection/table-caret-2-expected.txt:
* platform/mac-mountainlion/editing/selection/table-caret-3-expected.txt:
* platform/mac-mountainlion/editing/selection/transformed-selection-rects-expected.txt:
* platform/mac-mountainlion/editing/selection/triple-click-in-pre-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-001-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-002-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-003-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-004-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-005-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-space-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
* platform/mac-mountainlion/editing/selection/word-granularity-expected.txt:
* platform/mac-mountainlion/editing/selection/wrapped-line-caret-1-expected.txt:
* platform/mac-mountainlion/editing/selection/wrapped-line-caret-2-expected.txt:
* platform/mac-mountainlion/editing/spelling/centering-misspelling-dots-expected.txt:
* platform/mac-mountainlion/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt:
* platform/mac-mountainlion/editing/spelling/spelling-expected.txt:
* platform/mac-mountainlion/editing/style/4916887-expected.txt:
* platform/mac-mountainlion/editing/style/5017613-1-expected.txt:
* platform/mac-mountainlion/editing/style/5017613-2-expected.txt:
* platform/mac-mountainlion/editing/style/5046875-1-expected.txt:
* platform/mac-mountainlion/editing/style/5046875-2-expected.txt:
* platform/mac-mountainlion/editing/style/5065910-expected.txt:
* platform/mac-mountainlion/editing/style/5084241-expected.txt:
* platform/mac-mountainlion/editing/style/5228141-expected.txt:
* platform/mac-mountainlion/editing/style/5279521-expected.txt:
* platform/mac-mountainlion/editing/style/apple-style-editable-mix-expected.txt:
* platform/mac-mountainlion/editing/style/block-style-001-expected.txt:
* platform/mac-mountainlion/editing/style/block-style-002-expected.txt:
* platform/mac-mountainlion/editing/style/block-style-003-expected.txt:
* platform/mac-mountainlion/editing/style/block-styles-007-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-001-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-002-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-003-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-004-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-005-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-006-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-007-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-008-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-009-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-010-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-011-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-012-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-013-expected.txt:
* platform/mac-mountainlion/editing/style/designmode-expected.txt:
* platform/mac-mountainlion/editing/style/font-family-with-space-expected.txt:
* platform/mac-mountainlion/editing/style/highlight-expected.txt:
* platform/mac-mountainlion/editing/style/relative-font-size-change-001-expected.txt:
* platform/mac-mountainlion/editing/style/relative-font-size-change-002-expected.txt:
* platform/mac-mountainlion/editing/style/relative-font-size-change-003-expected.txt:
* platform/mac-mountainlion/editing/style/relative-font-size-change-004-expected.txt:
* platform/mac-mountainlion/editing/style/smoosh-styles-001-expected.txt:
* platform/mac-mountainlion/editing/style/smoosh-styles-003-expected.txt:
* platform/mac-mountainlion/editing/style/style-3681552-fix-001-expected.txt:
* platform/mac-mountainlion/editing/style/style-3681552-fix-002-expected.txt:
* platform/mac-mountainlion/editing/style/style-3998892-fix-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-001-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-002-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-003-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-004-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-005-expected.txt:
* platform/mac-mountainlion/editing/style/table-selection-expected.txt:
* platform/mac-mountainlion/editing/style/typing-style-001-expected.txt:
* platform/mac-mountainlion/editing/style/typing-style-002-expected.txt:
* platform/mac-mountainlion/editing/undo/4063751-expected.txt:
* platform/mac-mountainlion/editing/undo/redo-typing-001-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-combined-delete-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-delete-boundary-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-delete-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-forward-delete-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-typing-001-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/list-delete-001-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/list-delete-003-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/list-type-after-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/list-type-before-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/table-delete-002-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/table-type-after-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/table-type-before-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/001-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/animated-gif-as-background-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-clip-text-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-inherit-color-bug-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-origin-root-element-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-position-1-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-position-parsing-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-position-rounding-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/mask-composite-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/opacity-on-document-element-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/size/backgroundSize16-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/size/zero-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/solid-color-context-restore-expected.txt:
* platform/mac-mountainlion/fast/block/basic/001-expected.txt:
* platform/mac-mountainlion/fast/block/basic/002-expected.txt:
* platform/mac-mountainlion/fast/block/basic/003-expected.txt:
* platform/mac-mountainlion/fast/block/basic/004-expected.txt:
* platform/mac-mountainlion/fast/block/basic/005-expected.txt:
* platform/mac-mountainlion/fast/block/basic/006-expected.txt:
* platform/mac-mountainlion/fast/block/basic/007-expected.txt:
* platform/mac-mountainlion/fast/block/basic/008-expected.txt:
* platform/mac-mountainlion/fast/block/basic/009-expected.txt:
* platform/mac-mountainlion/fast/block/basic/011-expected.txt:
* platform/mac-mountainlion/fast/block/basic/012-expected.txt:
* platform/mac-mountainlion/fast/block/basic/013-expected.txt:
* platform/mac-mountainlion/fast/block/basic/014-expected.txt:
* platform/mac-mountainlion/fast/block/basic/015-expected.txt:
* platform/mac-mountainlion/fast/block/basic/016-expected.txt:
* platform/mac-mountainlion/fast/block/basic/018-expected.txt:
* platform/mac-mountainlion/fast/block/basic/019-expected.txt:
* platform/mac-mountainlion/fast/block/basic/020-expected.txt:
* platform/mac-mountainlion/fast/block/basic/021-expected.txt:
* platform/mac-mountainlion/fast/block/basic/adding-near-anonymous-block-expected.txt:
* platform/mac-mountainlion/fast/block/basic/minheight-expected.txt:
* platform/mac-mountainlion/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
* platform/mac-mountainlion/fast/block/basic/quirk-height-expected.txt:
* platform/mac-mountainlion/fast/block/basic/text-indent-rtl-expected.txt:
* platform/mac-mountainlion/fast/block/basic/truncation-rtl-expected.txt:
* platform/mac-mountainlion/fast/block/basic/white-space-pre-wraps-expected.txt:
* platform/mac-mountainlion/fast/block/float/001-expected.txt:
* platform/mac-mountainlion/fast/block/float/002-expected.txt:
* platform/mac-mountainlion/fast/block/float/003-expected.txt:
* platform/mac-mountainlion/fast/block/float/004-expected.txt:
* platform/mac-mountainlion/fast/block/float/005-expected.txt:
* platform/mac-mountainlion/fast/block/float/006-expected.txt:
* platform/mac-mountainlion/fast/block/float/007-expected.txt:
* platform/mac-mountainlion/fast/block/float/010-expected.txt:
* platform/mac-mountainlion/fast/block/float/011-expected.txt:
* platform/mac-mountainlion/fast/block/float/012-expected.txt:
* platform/mac-mountainlion/fast/block/float/013-expected.txt:
* platform/mac-mountainlion/fast/block/float/014-expected.txt:
* platform/mac-mountainlion/fast/block/float/015-expected.txt:
* platform/mac-mountainlion/fast/block/float/017-expected.txt:
* platform/mac-mountainlion/fast/block/float/018-expected.txt:
* platform/mac-mountainlion/fast/block/float/020-expected.txt:
* platform/mac-mountainlion/fast/block/float/021-expected.txt:
* platform/mac-mountainlion/fast/block/float/022-expected.txt:
* platform/mac-mountainlion/fast/block/float/023-expected.txt:
* platform/mac-mountainlion/fast/block/float/024-expected.txt:
* platform/mac-mountainlion/fast/block/float/025-expected.txt:
* platform/mac-mountainlion/fast/block/float/026-expected.txt:
* platform/mac-mountainlion/fast/block/float/027-expected.txt:
* platform/mac-mountainlion/fast/block/float/028-expected.txt:
* platform/mac-mountainlion/fast/block/float/029-expected.txt:
* platform/mac-mountainlion/fast/block/float/030-expected.txt:
* platform/mac-mountainlion/fast/block/float/031-expected.txt:
* platform/mac-mountainlion/fast/block/float/avoidance-percent-width-compat-expected.txt:
* platform/mac-mountainlion/fast/block/float/avoidance-percent-width-strict-expected.txt:
* platform/mac-mountainlion/fast/block/float/avoiding-float-centered-expected.txt:
* platform/mac-mountainlion/fast/block/float/centered-float-avoidance-complexity-expected.txt:
* platform/mac-mountainlion/fast/block/float/clamped-right-float-expected.txt:
* platform/mac-mountainlion/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
* platform/mac-mountainlion/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
* platform/mac-mountainlion/fast/block/float/editable-text-overlapping-float-expected.txt:
* platform/mac-mountainlion/fast/block/float/fit_line_below_floats-expected.txt:
* platform/mac-mountainlion/fast/block/float/float-avoidance-expected.txt:
* platform/mac-mountainlion/fast/block/float/float-in-float-hit-testing-expected.txt:
* platform/mac-mountainlion/fast/block/float/float-in-float-painting-expected.txt:
* platform/mac-mountainlion/fast/block/float/floats-and-text-indent-expected.txt:
* platform/mac-mountainlion/fast/block/float/floats-and-text-indent-rl-expected.txt:
* platform/mac-mountainlion/fast/block/float/independent-align-positioning-expected.txt:
* platform/mac-mountainlion/fast/block/float/intruding-painted-twice-expected.txt:
* platform/mac-mountainlion/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
* platform/mac-mountainlion/fast/block/float/multiple-float-positioning-expected.txt:
* platform/mac-mountainlion/fast/block/float/nestedAnonymousBlocks-expected.txt:
* platform/mac-mountainlion/fast/block/float/nestedAnonymousBlocks2-expected.txt:
* platform/mac-mountainlion/fast/block/float/nopaint-after-layer-destruction-expected.txt:
* platform/mac-mountainlion/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
* platform/mac-mountainlion/fast/block/float/overhanging-after-height-decrease-expected.txt:
* platform/mac-mountainlion/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
* platform/mac-mountainlion/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
* platform/mac-mountainlion/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
* platform/mac-mountainlion/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
* platform/mac-mountainlion/fast/block/float/shrink-to-fit-width-expected.txt:
* platform/mac-mountainlion/fast/block/float/table-relayout-expected.txt:
* platform/mac-mountainlion/fast/block/float/vertical-move-relayout-expected.txt:
* platform/mac-mountainlion/fast/block/float/width-update-after-clear-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-font-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-glyphs-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/font-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/font-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/glyphs-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-box-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/none-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/parsing-invalid-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/replaced-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/001-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/002-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/003-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/004-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/005-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/006-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/010-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/011-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/012-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/015-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/016-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/017-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/018-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/019-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/020-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/021-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/022-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/025-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/026-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/027-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/028-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/029-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/030-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/031-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/032-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/033-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/034-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/035-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/037-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/038-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/039-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/040-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/041-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/042-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/043-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/044-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/045-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/055-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/056-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/057-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/058-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/059-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/062-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/063-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/100-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/101-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/102-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/104-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/negative-margins-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/047-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/051-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/052-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/053-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/054-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/055-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/056-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/057-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/058-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/059-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/060-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/abs-inside-inline-rel-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-position-direction-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/002-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/003-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/004-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/005-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/006-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/007-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/002-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/003-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/004-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/005-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/006-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/007-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/002-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/003-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/004-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/005-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/006-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/007-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/differing-writing-modes-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/height-change-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/leftmargin-topmargin-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/negative-right-pos-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/padding-percent-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/pref-width-change-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/relative-overflow-block-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/relative-overflow-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/relayout-on-position-change-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/rtl-static-positioning-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/table-cell-static-position-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/trailing-space-test-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/vertical-lr/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/vertical-rl/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/window-height-change-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/001-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/001-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/002-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/002-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/003-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/003-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/003-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/004-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/004-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/004-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/005-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/005-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/005-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/006-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/006-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/006-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/007-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/007-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/007-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/008-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/008-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/001-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/001-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/002-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/002-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/003-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/003-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/003-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/004-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/004-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/004-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/005-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/005-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/005-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/006-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/006-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/006-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/007-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/007-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/007-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/008-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/008-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/009-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/009-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/010-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/010-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/001-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/001-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/002-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/002-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/003-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/003-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/003-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/004-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/004-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/004-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/005-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/005-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/005-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/006-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/006-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/006-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/007-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/007-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/007-xhtml-expected.txt:
* platform/mac-mountainlion/fast/borders/bidi-002-expected.txt:
* platform/mac-mountainlion/fast/borders/bidi-009a-expected.txt:
* platform/mac-mountainlion/fast/borders/bidi-012-expected.txt:
* platform/mac-mountainlion/fast/borders/block-mask-overlay-image-expected.txt:
* platform/mac-mountainlion/fast/borders/block-mask-overlay-image-outset-expected.txt:
* platform/mac-mountainlion/fast/borders/border-antialiasing-expected.txt:
* platform/mac-mountainlion/fast/borders/border-color-inherit-expected.txt:
* platform/mac-mountainlion/fast/borders/border-image-border-radius-expected.txt:
* platform/mac-mountainlion/fast/borders/border-image-outset-split-inline-expected.txt:
* platform/mac-mountainlion/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt:
* platform/mac-mountainlion/fast/borders/border-image-scaled-expected.txt:
* platform/mac-mountainlion/fast/borders/border-radius-constraints-expected.txt:
* platform/mac-mountainlion/fast/borders/border-radius-huge-assert-expected.txt:
* platform/mac-mountainlion/fast/borders/border-radius-inline-flow-expected.txt:
* platform/mac-mountainlion/fast/borders/border-radius-split-inline-expected.txt:
* platform/mac-mountainlion/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
* platform/mac-mountainlion/fast/borders/borderRadiusInvalidColor-expected.txt:
* platform/mac-mountainlion/fast/borders/different-color-borders-expected.txt:
* platform/mac-mountainlion/fast/borders/inline-mask-overlay-image-expected.txt:
* platform/mac-mountainlion/fast/borders/inline-mask-overlay-image-outset-expected.txt:
* platform/mac-mountainlion/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-01-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-02-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-03-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-04-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-05-expected.txt:
* platform/mac-mountainlion/fast/borders/scaled-border-image-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/basic-shadows-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/border-radius-big-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/box-shadow-transformed-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/inset-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/transform-fringing-expected.txt:
* platform/mac-mountainlion/fast/box-sizing/box-sizing-expected.txt:
* platform/mac-mountainlion/fast/box-sizing/panels-one-expected.txt:
* platform/mac-mountainlion/fast/box-sizing/panels-two-expected.txt:
* platform/mac-mountainlion/fast/box-sizing/percentage-height-expected.txt:
* platform/mac-mountainlion/fast/canvas/canvas-size-change-after-layout-expected.txt:
* platform/mac-mountainlion/fast/canvas/canvas-zoom-expected.txt:
* platform/mac-mountainlion/fast/clip/001-expected.txt:
* platform/mac-mountainlion/fast/clip/002-expected.txt:
* platform/mac-mountainlion/fast/clip/003-expected.txt:
* platform/mac-mountainlion/fast/clip/004-expected.txt:
* platform/mac-mountainlion/fast/clip/005-expected.txt:
* platform/mac-mountainlion/fast/clip/006-expected.txt:
* platform/mac-mountainlion/fast/clip/007-expected.txt:
* platform/mac-mountainlion/fast/clip/008-expected.txt:
* platform/mac-mountainlion/fast/clip/009-expected.txt:
* platform/mac-mountainlion/fast/clip/010-expected.txt:
* platform/mac-mountainlion/fast/clip/011-expected.txt:
* platform/mac-mountainlion/fast/clip/012-expected.txt:
* platform/mac-mountainlion/fast/clip/013-expected.txt:
* platform/mac-mountainlion/fast/clip/014-expected.txt:
* platform/mac-mountainlion/fast/clip/015-expected.txt:
* platform/mac-mountainlion/fast/clip/nestedTransparencyClip-expected.txt:
* platform/mac-mountainlion/fast/clip/outline-overflowClip-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-clip-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-fixed-position-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/mac-mountainlion/fast/compact/001-expected.txt:
* platform/mac-mountainlion/fast/compact/002-expected.txt:
* platform/mac-mountainlion/fast/compact/003-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/001-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/002-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/003-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/004-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/005-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/007-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/008-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/009-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/010-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/011-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/012-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/013-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/014-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/015-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/016-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/after-duplicated-after-split-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/after-order-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/before-with-first-letter-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/hover-style-change-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-basic-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-border-padding-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-clearance-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-descender-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-raised-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-sunken-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/inline-display-types-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/no-openclose-quote-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-before-after-child-add-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-cell-before-content-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-before-after-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-group-to-inline-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-with-before-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/wbr-with-before-content-expected.txt:
* platform/mac-mountainlion/fast/css/001-expected.txt:
* platform/mac-mountainlion/fast/css/002-expected.txt:
* platform/mac-mountainlion/fast/css/003-expected.txt:
* platform/mac-mountainlion/fast/css/004-expected.txt:
* platform/mac-mountainlion/fast/css/005-expected.txt:
* platform/mac-mountainlion/fast/css/007-expected.txt:
* platform/mac-mountainlion/fast/css/008-expected.txt:
* platform/mac-mountainlion/fast/css/ZeroOpacityLayers-expected.txt:
* platform/mac-mountainlion/fast/css/ZeroOpacityLayers2-expected.txt:
* platform/mac-mountainlion/fast/css/absolute-poition-in-rtl-parent-expected.txt:
* platform/mac-mountainlion/fast/css/acid2-expected.txt:
* platform/mac-mountainlion/fast/css/acid2-pixel-expected.txt:
* platform/mac-mountainlion/fast/css/attribute-selector-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/attribute-selector-empty-value-expected.txt:
* platform/mac-mountainlion/fast/css/background-image-with-baseurl-expected.txt:
* platform/mac-mountainlion/fast/css/background-shorthand-invalid-url-expected.txt:
* platform/mac-mountainlion/fast/css/beforeSelectorOnCodeElement-expected.txt:
* platform/mac-mountainlion/fast/css/begin-end-contain-selector-empty-value-expected.txt:
* platform/mac-mountainlion/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/mac-mountainlion/fast/css/border-height-expected.txt:
* platform/mac-mountainlion/fast/css/border-radius-outline-offset-expected.txt:
* platform/mac-mountainlion/fast/css/child-style-can-override-visited-style-expected.txt:
* platform/mac-mountainlion/fast/css/clip-text-in-scaled-div-expected.txt:
* platform/mac-mountainlion/fast/css/clip-zooming-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-backgrounds-and-text-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-background-image-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-backgrounds-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-box-shadow-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-text-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-text-shadow-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-untagged-images-expected.txt:
* platform/mac-mountainlion/fast/css/color-quirk-expected.txt:
* platform/mac-mountainlion/fast/css/color-strict-expected.txt:
* platform/mac-mountainlion/fast/css/compare-content-style-expected.txt:
* platform/mac-mountainlion/fast/css/counters/counter-text-security-expected.txt:
* platform/mac-mountainlion/fast/css/counters/counter-text-transform-expected.txt:
* platform/mac-mountainlion/fast/css/create_element_align-expected.txt:
* platform/mac-mountainlion/fast/css/css-imports-expected.txt:
* platform/mac-mountainlion/fast/css/css1_forward_compatible_parsing-expected.txt:
* platform/mac-mountainlion/fast/css/css3-modsel-22-expected.txt:
* platform/mac-mountainlion/fast/css/css3-nth-child-expected.txt:
* platform/mac-mountainlion/fast/css/css3-space-in-nth-and-lang-expected.txt:
* platform/mac-mountainlion/fast/css/disabled-author-styles-expected.txt:
* platform/mac-mountainlion/fast/css/dynamic-sibling-selector-expected.txt:
* platform/mac-mountainlion/fast/css/empty-body-test-expected.txt:
* platform/mac-mountainlion/fast/css/empty-generated-content-expected.txt:
* platform/mac-mountainlion/fast/css/empty-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/error-in-last-decl-expected.txt:
* platform/mac-mountainlion/fast/css/ex-after-font-variant-expected.txt:
* platform/mac-mountainlion/fast/css/fieldset-display-row-expected.txt:
* platform/mac-mountainlion/fast/css/find-next-layer-expected.txt:
* platform/mac-mountainlion/fast/css/first-child-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-capitalized-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-detach-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-first-line-hover-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-float-after-float-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-float-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-hover-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-punctuation-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-recalculation-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-skip-out-of-flow-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-visibility-expected.txt:
* platform/mac-mountainlion/fast/css/first-line-text-decoration-expected.txt:
* platform/mac-mountainlion/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/mac-mountainlion/fast/css/first-of-type-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-detached-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-multiline-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-outline-color-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-outline-offset-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-outline-width-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-default-font-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-implicit-local-font-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-in-media-rule-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-locally-installed-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-multiple-faces-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-opentype-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-synthetic-bold-italic-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-unicode-range-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-weight-matching-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-woff-expected.txt:
* platform/mac-mountainlion/fast/css/font-shorthand-weight-only-expected.txt:
* platform/mac-mountainlion/fast/css/font-size-negative-expected.txt:
* platform/mac-mountainlion/fast/css/font-smoothing-expected.txt:
* platform/mac-mountainlion/fast/css/font-weight-1-expected.txt:
* platform/mac-mountainlion/fast/css/font_property_normal-expected.txt:
* platform/mac-mountainlion/fast/css/h1-in-section-elements-expected.txt:
* platform/mac-mountainlion/fast/css/hover-subselector-expected.txt:
* platform/mac-mountainlion/fast/css/hsl-color-expected.txt:
* platform/mac-mountainlion/fast/css/image-rendering-expected.txt:
* platform/mac-mountainlion/fast/css/import-rule-regression-11590-expected.txt:
* platform/mac-mountainlion/fast/css/import_with_baseurl-expected.txt:
* platform/mac-mountainlion/fast/css/inline-element-line-break-expected.txt:
* platform/mac-mountainlion/fast/css/inline-properties-important-expected.txt:
* platform/mac-mountainlion/fast/css/invalid-percentage-property-expected.txt:
* platform/mac-mountainlion/fast/css/invalid-pseudo-classes-expected.txt:
* platform/mac-mountainlion/fast/css/invalidation-errors-2-expected.txt:
* platform/mac-mountainlion/fast/css/invalidation-errors-3-expected.txt:
* platform/mac-mountainlion/fast/css/invalidation-errors-expected.txt:
* platform/mac-mountainlion/fast/css/last-child-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/last-of-type-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/layerZOrderCrash-expected.txt:
* platform/mac-mountainlion/fast/css/line-after-floating-div-expected.txt:
* platform/mac-mountainlion/fast/css/line-height-determined-by-primary-font-expected.txt:
* platform/mac-mountainlion/fast/css/line-height-font-order-expected.txt:
* platform/mac-mountainlion/fast/css/line-height-negative-expected.txt:
* platform/mac-mountainlion/fast/css/line-height-overflow-expected.txt:
* platform/mac-mountainlion/fast/css/link-outside-head-expected.txt:
* platform/mac-mountainlion/fast/css/list-outline-expected.txt:
* platform/mac-mountainlion/fast/css/live-cssrules-expected.txt:
* platform/mac-mountainlion/fast/css/margin-bottom-form-element-quirk-expected.txt:
* platform/mac-mountainlion/fast/css/margin-bottom-form-element-strict-expected.txt:
* platform/mac-mountainlion/fast/css/max-height-none-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/001-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/002-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/003-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/004-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/005-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/006-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/007-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/namespaces-comments-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/namespaces-empty-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/namespaces-escapes-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/namespaces-invalid-at-expected.txt:
* platform/mac-mountainlion/fast/css/negative-leading-expected.txt:
* platform/mac-mountainlion/fast/css/negative-nth-child-expected.txt:
* platform/mac-mountainlion/fast/css/nested-floating-relative-position-percentages-expected.txt:
* platform/mac-mountainlion/fast/css/non-empty-span-expected.txt:
* platform/mac-mountainlion/fast/css/non-standard-checkbox-size-expected.txt:
* platform/mac-mountainlion/fast/css/nth-child-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/only-child-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/only-of-type-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/outline-auto-empty-rects-expected.txt:
* platform/mac-mountainlion/fast/css/outline-auto-location-expected.txt:
* platform/mac-mountainlion/fast/css/pendingStylesheetFontSize-expected.txt:
* platform/mac-mountainlion/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
* platform/mac-mountainlion/fast/css/percent-top-value-with-relative-position-expected.txt:
* platform/mac-mountainlion/fast/css/position-negative-top-margin-expected.txt:
* platform/mac-mountainlion/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
* platform/mac-mountainlion/fast/css/pseudo-element-line-break-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
* platform/mac-mountainlion/fast/css/rem-dynamic-scaling-expected.txt:
* platform/mac-mountainlion/fast/css/rem-units-on-root-expected.txt:
* platform/mac-mountainlion/fast/css/resize-corner-tracking-transformed-expected.txt:
* platform/mac-mountainlion/fast/css/resize-corner-tracking-transformed-iframe-expected.txt:
* platform/mac-mountainlion/fast/css/rtl-ordering-expected.txt:
* platform/mac-mountainlion/fast/css/rtl-to-viewport-expected.txt:
* platform/mac-mountainlion/fast/css/selector-set-attribute-expected.txt:
* platform/mac-mountainlion/fast/css/simple-selector-chain-parsing-expected.txt:
* platform/mac-mountainlion/fast/css/style-outside-head-expected.txt:
* platform/mac-mountainlion/fast/css/style-parsed-outside-head-expected.txt:
* platform/mac-mountainlion/fast/css/table-text-align-quirk-expected.txt:
* platform/mac-mountainlion/fast/css/table-text-align-strict-expected.txt:
* platform/mac-mountainlion/fast/css/target-fragment-match-expected.txt:
* platform/mac-mountainlion/fast/css/text-align-expected.txt:
* platform/mac-mountainlion/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
* platform/mac-mountainlion/fast/css/text-rendering-expected.txt:
* platform/mac-mountainlion/fast/css/text-security-expected.txt:
* platform/mac-mountainlion/fast/css/text-transform-select-expected.txt:
* platform/mac-mountainlion/fast/css/textCapitalizeEdgeCases-expected.txt:
* platform/mac-mountainlion/fast/css/transform-default-parameter-expected.txt:
* platform/mac-mountainlion/fast/css/transformed-mask-expected.txt:
* platform/mac-mountainlion/fast/css/universal-hover-quirk-expected.txt:
* platform/mac-mountainlion/fast/css/value-list-out-of-bounds-crash-expected.txt:
* platform/mac-mountainlion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac-mountainlion/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
* platform/mac-mountainlion/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
* platform/mac-mountainlion/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
* platform/mac-mountainlion/fast/css/viewport-units-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/visibility-hit-test-expected.txt:
* platform/mac-mountainlion/fast/css/word-space-extra-expected.txt:
* platform/mac-mountainlion/fast/css/zoom-font-size-expected.txt:
* platform/mac-mountainlion/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt:
* platform/mac-mountainlion/fast/doctypes/001-expected.txt:
* platform/mac-mountainlion/fast/doctypes/002-expected.txt:
* platform/mac-mountainlion/fast/doctypes/003-expected.txt:
* platform/mac-mountainlion/fast/doctypes/004-expected.txt:
* platform/mac-mountainlion/fast/dom/34176-expected.txt:
* platform/mac-mountainlion/fast/dom/52776-expected.txt:
* platform/mac-mountainlion/fast/dom/Element/class-attribute-whitespace-expected.txt:
* platform/mac-mountainlion/fast/dom/Element/null-offset-parent-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLElement/bdo-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/mac-mountainlion/fast/dom/Range/create-contextual-fragment-expected.txt:
* platform/mac-mountainlion/fast/dom/Range/surroundContents-1-expected.txt:
* platform/mac-mountainlion/fast/dom/Window/btoa-pnglet-expected.txt:
* platform/mac-mountainlion/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
* platform/mac-mountainlion/fast/dom/anchor-text-expected.txt:
* platform/mac-mountainlion/fast/dom/blur-contenteditable-expected.txt:
* platform/mac-mountainlion/fast/dom/children-nodes-expected.txt:
* platform/mac-mountainlion/fast/dom/clone-contents-0-end-offset-expected.txt:
* platform/mac-mountainlion/fast/dom/clone-node-dynamic-style-expected.txt:
* platform/mac-mountainlion/fast/dom/comment-not-documentElement-expected.txt:
* platform/mac-mountainlion/fast/dom/createDocumentType-expected.txt:
* platform/mac-mountainlion/fast/dom/css-mediarule-deleteRule-update-expected.txt:
* platform/mac-mountainlion/fast/dom/css-mediarule-insertRule-update-expected.txt:
* platform/mac-mountainlion/fast/dom/css-rule-functions-expected.txt:
* platform/mac-mountainlion/fast/dom/focus-contenteditable-expected.txt:
* platform/mac-mountainlion/fast/dom/importNodeHTML-expected.txt:
* platform/mac-mountainlion/fast/dom/importNodeXML-expected.txt:
* platform/mac-mountainlion/fast/dom/inner-text-expected.txt:
* platform/mac-mountainlion/fast/dom/outerText-expected.txt:
* platform/mac-mountainlion/fast/dom/row-inner-text-expected.txt:
* platform/mac-mountainlion/fast/dom/scroll-reveal-left-overflow-expected.txt:
* platform/mac-mountainlion/fast/dom/scroll-reveal-top-overflow-expected.txt:
* platform/mac-mountainlion/fast/dynamic/002-expected.txt:
* platform/mac-mountainlion/fast/dynamic/004-expected.txt:
* platform/mac-mountainlion/fast/dynamic/006-expected.txt:
* platform/mac-mountainlion/fast/dynamic/007-expected.txt:
* platform/mac-mountainlion/fast/dynamic/009-expected.txt:
* platform/mac-mountainlion/fast/dynamic/011-expected.txt:
* platform/mac-mountainlion/fast/dynamic/012-expected.txt:
* platform/mac-mountainlion/fast/dynamic/013-expected.txt:
* platform/mac-mountainlion/fast/dynamic/014-expected.txt:
* platform/mac-mountainlion/fast/dynamic/015-expected.txt:
* platform/mac-mountainlion/fast/dynamic/anchor-lock-expected.txt:
* platform/mac-mountainlion/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
* platform/mac-mountainlion/fast/dynamic/containing-block-change-expected.txt:
* platform/mac-mountainlion/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
* platform/mac-mountainlion/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
* platform/mac-mountainlion/fast/dynamic/float-withdrawal-expected.txt:
* platform/mac-mountainlion/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac-mountainlion/fast/dynamic/layer-hit-test-crash-expected.txt:
* platform/mac-mountainlion/fast/dynamic/link-href-change-expected.txt:
* platform/mac-mountainlion/fast/dynamic/move-node-with-selection-expected.txt:
* platform/mac-mountainlion/fast/dynamic/noninlinebadness-expected.txt:
* platform/mac-mountainlion/fast/dynamic/outerHTML-doc-expected.txt:
* platform/mac-mountainlion/fast/dynamic/outerHTML-img-expected.txt:
* platform/mac-mountainlion/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/mac-mountainlion/fast/dynamic/selection-highlight-adjust-expected.txt:
* platform/mac-mountainlion/fast/dynamic/staticY-marking-parents-regression-expected.txt:
* platform/mac-mountainlion/fast/dynamic/view-overflow-expected.txt:
* platform/mac-mountainlion/fast/dynamic/window-resize-scrollbars-test-expected.txt:
* platform/mac-mountainlion/fast/dynamic/window-scrollbars-test-expected.txt:
* platform/mac-mountainlion/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/mac-mountainlion/fast/encoding/invalid-UTF-8-expected.txt:
* platform/mac-mountainlion/fast/encoding/utf-16-big-endian-expected.txt:
* platform/mac-mountainlion/fast/encoding/utf-16-little-endian-expected.txt:
* platform/mac-mountainlion/fast/encoding/xmacroman-encoding-test-expected.txt:
* platform/mac-mountainlion/fast/events/event-listener-on-link-expected.txt:
* platform/mac-mountainlion/fast/events/pointer-events-2-expected.txt:
* platform/mac-mountainlion/fast/events/resize-events-expected.txt:
* platform/mac-mountainlion/fast/events/reveal-link-when-focused-expected.txt:
* platform/mac-mountainlion/fast/events/standalone-image-drag-to-editable-expected.txt:
* platform/mac-mountainlion/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac-mountainlion/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
* platform/mac-mountainlion/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
* platform/mac-mountainlion/fast/flexbox/001-expected.txt:
* platform/mac-mountainlion/fast/flexbox/002-expected.txt:
* platform/mac-mountainlion/fast/flexbox/003-expected.txt:
* platform/mac-mountainlion/fast/flexbox/004-expected.txt:
* platform/mac-mountainlion/fast/flexbox/005-expected.txt:
* platform/mac-mountainlion/fast/flexbox/006-expected.txt:
* platform/mac-mountainlion/fast/flexbox/007-expected.txt:
* platform/mac-mountainlion/fast/flexbox/008-expected.txt:
* platform/mac-mountainlion/fast/flexbox/009-expected.txt:
* platform/mac-mountainlion/fast/flexbox/010-expected.txt:
* platform/mac-mountainlion/fast/flexbox/011-expected.txt:
* platform/mac-mountainlion/fast/flexbox/012-expected.txt:
* platform/mac-mountainlion/fast/flexbox/013-expected.txt:
* platform/mac-mountainlion/fast/flexbox/014-expected.txt:
* platform/mac-mountainlion/fast/flexbox/015-expected.txt:
* platform/mac-mountainlion/fast/flexbox/016-expected.txt:
* platform/mac-mountainlion/fast/flexbox/017-expected.txt:
* platform/mac-mountainlion/fast/flexbox/018-expected.txt:
* platform/mac-mountainlion/fast/flexbox/019-expected.txt:
* platform/mac-mountainlion/fast/flexbox/020-expected.txt:
* platform/mac-mountainlion/fast/flexbox/021-expected.txt:
* platform/mac-mountainlion/fast/flexbox/022-expected.txt:
* platform/mac-mountainlion/fast/flexbox/023-expected.txt:
* platform/mac-mountainlion/fast/flexbox/024-expected.txt:
* platform/mac-mountainlion/fast/flexbox/025-expected.txt:
* platform/mac-mountainlion/fast/flexbox/026-expected.txt:
* platform/mac-mountainlion/fast/forms/001-expected.txt:
* platform/mac-mountainlion/fast/forms/003-expected.txt:
* platform/mac-mountainlion/fast/forms/006-expected.txt:
* platform/mac-mountainlion/fast/forms/007-expected.txt:
* platform/mac-mountainlion/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/mac-mountainlion/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/mac-mountainlion/fast/forms/basic-buttons-expected.txt:
* platform/mac-mountainlion/fast/forms/button-default-title-expected.txt:
* platform/mac-mountainlion/fast/forms/button-generated-content-expected.txt:
* platform/mac-mountainlion/fast/forms/button-inner-block-reuse-expected.txt:
* platform/mac-mountainlion/fast/forms/button-submit-expected.txt:
* platform/mac-mountainlion/fast/forms/caret-rtl-expected.txt:
* platform/mac-mountainlion/fast/forms/color/input-appearance-color-expected.txt:
* platform/mac-mountainlion/fast/forms/disabled-select-change-index-expected.txt:
* platform/mac-mountainlion/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
* platform/mac-mountainlion/fast/forms/fieldset-with-float-expected.txt:
* platform/mac-mountainlion/fast/forms/file/file-input-direction-expected.txt:
* platform/mac-mountainlion/fast/forms/file/file-input-disabled-expected.txt:
* platform/mac-mountainlion/fast/forms/float-before-fieldset-expected.txt:
* platform/mac-mountainlion/fast/forms/floating-textfield-relayout-expected.txt:
* platform/mac-mountainlion/fast/forms/form-added-to-table-expected.txt:
* platform/mac-mountainlion/fast/forms/form-hides-table-expected.txt:
* platform/mac-mountainlion/fast/forms/form-in-malformed-markup-expected.txt:
* platform/mac-mountainlion/fast/forms/formmove-expected.txt:
* platform/mac-mountainlion/fast/forms/formmove2-expected.txt:
* platform/mac-mountainlion/fast/forms/formmove3-expected.txt:
* platform/mac-mountainlion/fast/forms/image-border-expected.txt:
* platform/mac-mountainlion/fast/forms/indeterminate-expected.txt:
* platform/mac-mountainlion/fast/forms/input-align-image-expected.txt:
* platform/mac-mountainlion/fast/forms/input-first-letter-expected.txt:
* platform/mac-mountainlion/fast/forms/input-no-renderer-expected.txt:
* platform/mac-mountainlion/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
* platform/mac-mountainlion/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/mac-mountainlion/fast/forms/menulist-clip-expected.txt:
* platform/mac-mountainlion/fast/forms/menulist-deselect-update-expected.txt:
* platform/mac-mountainlion/fast/forms/menulist-narrow-width-expected.txt:
* platform/mac-mountainlion/fast/forms/menulist-width-change-expected.txt:
* platform/mac-mountainlion/fast/forms/negativeLineHeight-expected.txt:
* platform/mac-mountainlion/fast/forms/option-index-expected.txt:
* platform/mac-mountainlion/fast/forms/option-script-expected.txt:
* platform/mac-mountainlion/fast/forms/option-strip-whitespace-expected.txt:
* platform/mac-mountainlion/fast/forms/option-text-clip-expected.txt:
* platform/mac-mountainlion/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/mac-mountainlion/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/mac-mountainlion/fast/forms/range/slider-padding-expected.txt:
* platform/mac-mountainlion/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/mac-mountainlion/fast/forms/select-block-background-expected.txt:
* platform/mac-mountainlion/fast/forms/select-change-listbox-size-expected.txt:
* platform/mac-mountainlion/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/mac-mountainlion/fast/forms/select-display-none-style-resolve-expected.txt:
* platform/mac-mountainlion/fast/forms/select-item-background-clip-expected.txt:
* platform/mac-mountainlion/fast/forms/select-list-box-with-height-expected.txt:
* platform/mac-mountainlion/fast/forms/select-size-expected.txt:
* platform/mac-mountainlion/fast/forms/select-style-expected.txt:
* platform/mac-mountainlion/fast/forms/select-visual-hebrew-expected.txt:
* platform/mac-mountainlion/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac-mountainlion/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac-mountainlion/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac-mountainlion/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac-mountainlion/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac-mountainlion/fast/forms/textarea-width-expected.txt:
* platform/mac-mountainlion/fast/frames/001-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-nested-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-simple-expected.txt:
* platform/mac-mountainlion/fast/frames/frame-navigation-expected.txt:
* platform/mac-mountainlion/fast/frames/frameElement-frame-expected.txt:
* platform/mac-mountainlion/fast/frames/frameElement-iframe-expected.txt:
* platform/mac-mountainlion/fast/frames/frameset-style-recalc-expected.txt:
* platform/mac-mountainlion/fast/frames/iframe-option-crash-expected.txt:
* platform/mac-mountainlion/fast/frames/iframe-scrolling-attribute-expected.txt:
* platform/mac-mountainlion/fast/frames/iframe-with-frameborder-expected.txt:
* platform/mac-mountainlion/fast/frames/inline-object-inside-frameset-expected.txt:
* platform/mac-mountainlion/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/mac-mountainlion/fast/gradients/crash-on-zero-radius-expected.txt:
* platform/mac-mountainlion/fast/gradients/generated-gradients-expected.txt:
* platform/mac-mountainlion/fast/gradients/list-item-gradient-expected.txt:
* platform/mac-mountainlion/fast/gradients/radial-centered-expected.txt:
* platform/mac-mountainlion/fast/hidpi/broken-image-icon-hidpi-expected.txt:
* platform/mac-mountainlion/fast/hidpi/broken-image-with-size-hidpi-expected.txt:
* platform/mac-mountainlion/fast/hidpi/clip-text-in-hidpi-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-as-background-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-background-dynamic-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-background-repeat-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-background-repeat-without-size-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-border-image-comparison-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-border-image-dynamic-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-border-image-simple-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-in-content-dynamic-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-out-of-order-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-simple-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-without-specified-width-expected.txt:
* platform/mac-mountainlion/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/mac-mountainlion/fast/hidpi/video-controls-in-hidpi-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-details-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-details-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-10-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-4-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-9-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-marker-style-expected.txt:
* platform/mac-mountainlion/fast/html/details-nested-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-nested-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-no-summary1-expected.txt:
* platform/mac-mountainlion/fast/html/details-no-summary2-expected.txt:
* platform/mac-mountainlion/fast/html/details-no-summary3-expected.txt:
* platform/mac-mountainlion/fast/html/details-open1-expected.txt:
* platform/mac-mountainlion/fast/html/details-open3-expected.txt:
* platform/mac-mountainlion/fast/html/details-open5-expected.txt:
* platform/mac-mountainlion/fast/html/details-open6-expected.txt:
* platform/mac-mountainlion/fast/html/details-position-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-3-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-4-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-5-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-6-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-writing-mode-expected.txt:
* platform/mac-mountainlion/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
* platform/mac-mountainlion/fast/html/link-rel-stylesheet-expected.txt:
* platform/mac-mountainlion/fast/html/listing-expected.txt:
* platform/mac-mountainlion/fast/html/marquee-scroll-expected.txt:
* platform/mac-mountainlion/fast/html/marquee-scrollamount-expected.txt:
* platform/mac-mountainlion/fast/images/animated-gif-with-offsets-expected.txt:
* platform/mac-mountainlion/fast/images/favicon-as-image-expected.txt:
* platform/mac-mountainlion/fast/images/image-map-anchor-children-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-case-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-circle-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-outline-color-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-zoom-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-polygon-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/images/pdf-as-image-landscape-expected.txt:
* platform/mac-mountainlion/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
* platform/mac-mountainlion/fast/inline-block/001-expected.txt:
* platform/mac-mountainlion/fast/inline-block/002-expected.txt:
* platform/mac-mountainlion/fast/inline-block/003-expected.txt:
* platform/mac-mountainlion/fast/inline-block/006-expected.txt:
* platform/mac-mountainlion/fast/inline-block/14498-positionForCoordinates-expected.txt:
* platform/mac-mountainlion/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/mac-mountainlion/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/mac-mountainlion/fast/inline-block/overflow-clip-expected.txt:
* platform/mac-mountainlion/fast/inline-block/tricky-baseline-expected.txt:
* platform/mac-mountainlion/fast/inline/001-expected.txt:
* platform/mac-mountainlion/fast/inline/002-expected.txt:
* platform/mac-mountainlion/fast/inline/25277-2-expected.txt:
* platform/mac-mountainlion/fast/inline/25277-expected.txt:
* platform/mac-mountainlion/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
* platform/mac-mountainlion/fast/inline/br-text-decoration-expected.txt:
* platform/mac-mountainlion/fast/inline/continuation-outlines-expected.txt:
* platform/mac-mountainlion/fast/inline/continuation-outlines-with-layers-2-expected.txt:
* platform/mac-mountainlion/fast/inline/continuation-outlines-with-layers-expected.txt:
* platform/mac-mountainlion/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/mac-mountainlion/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
* platform/mac-mountainlion/fast/inline/emptyInlinesWithinLists-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-borders-with-bidi-override-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-box-background-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-box-background-long-image-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-box-background-repeat-x-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-box-background-repeat-y-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-continuation-borders-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-padding-disables-text-quirk-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-text-quirk-bpm-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-wrap-with-parent-padding-expected.txt:
* platform/mac-mountainlion/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
* platform/mac-mountainlion/fast/inline/long-wrapped-line-expected.txt:
* platform/mac-mountainlion/fast/inline/nested-top-alignment-expected.txt:
* platform/mac-mountainlion/fast/inline/outline-continuations-expected.txt:
* platform/mac-mountainlion/fast/inline/percentage-margins-expected.txt:
* platform/mac-mountainlion/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
* platform/mac-mountainlion/fast/inline/vertical-align-text-bottom-expected.txt:
* platform/mac-mountainlion/fast/inspector-support/matchedrules-expected.txt:
* platform/mac-mountainlion/fast/invalid/001-expected.txt:
* platform/mac-mountainlion/fast/invalid/002-expected.txt:
* platform/mac-mountainlion/fast/invalid/003-expected.txt:
* platform/mac-mountainlion/fast/invalid/004-expected.txt:
* platform/mac-mountainlion/fast/invalid/005-expected.txt:
* platform/mac-mountainlion/fast/invalid/006-expected.txt:
* platform/mac-mountainlion/fast/invalid/007-expected.txt:
* platform/mac-mountainlion/fast/invalid/008-expected.txt:
* platform/mac-mountainlion/fast/invalid/009-expected.txt:
* platform/mac-mountainlion/fast/invalid/010-expected.txt:
* platform/mac-mountainlion/fast/invalid/011-expected.txt:
* platform/mac-mountainlion/fast/invalid/013-expected.txt:
* platform/mac-mountainlion/fast/invalid/014-expected.txt:
* platform/mac-mountainlion/fast/invalid/016-expected.txt:
* platform/mac-mountainlion/fast/invalid/017-expected.txt:
* platform/mac-mountainlion/fast/invalid/018-expected.txt:
* platform/mac-mountainlion/fast/invalid/019-expected.txt:
* platform/mac-mountainlion/fast/invalid/021-expected.txt:
* platform/mac-mountainlion/fast/invalid/junk-data-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-address-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-dl-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-dt-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-font-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/nestedh3s-expected.txt:
* platform/mac-mountainlion/fast/invalid/table-inside-stray-table-content-expected.txt:
* platform/mac-mountainlion/fast/invalid/td-inside-object-expected.txt:
* platform/mac-mountainlion/fast/layers/inline-dirty-z-order-lists-expected.txt:
* platform/mac-mountainlion/fast/layers/layer-visibility-expected.txt:
* platform/mac-mountainlion/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/mac-mountainlion/fast/layers/normal-flow-hit-test-expected.txt:
* platform/mac-mountainlion/fast/layers/opacity-outline-expected.txt:
* platform/mac-mountainlion/fast/layers/opacity-transforms-expected.txt:
* platform/mac-mountainlion/fast/layers/overflow-scroll-auto-switch-expected.txt:
* platform/mac-mountainlion/fast/layers/remove-layer-with-nested-stacking-expected.txt:
* platform/mac-mountainlion/fast/layers/remove-only-this-layer-update-expected.txt:
* platform/mac-mountainlion/fast/layers/scroll-rect-to-visible-expected.txt:
* platform/mac-mountainlion/fast/layers/video-layer-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-floating-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-inside-columns-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-into-columns-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-into-floats-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-positioned-expected.txt:
* platform/mac-mountainlion/fast/lists/001-expected.txt:
* platform/mac-mountainlion/fast/lists/001-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/002-expected.txt:
* platform/mac-mountainlion/fast/lists/002-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/003-expected.txt:
* platform/mac-mountainlion/fast/lists/003-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/004-expected.txt:
* platform/mac-mountainlion/fast/lists/005-expected.txt:
* platform/mac-mountainlion/fast/lists/005-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/006-expected.txt:
* platform/mac-mountainlion/fast/lists/006-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/007-expected.txt:
* platform/mac-mountainlion/fast/lists/007-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/008-expected.txt:
* platform/mac-mountainlion/fast/lists/008-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/009-expected.txt:
* platform/mac-mountainlion/fast/lists/009-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/anonymous-items-expected.txt:
* platform/mac-mountainlion/fast/lists/big-list-marker-expected.txt:
* platform/mac-mountainlion/fast/lists/drag-into-marker-expected.txt:
* platform/mac-mountainlion/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
* platform/mac-mountainlion/fast/lists/li-br-expected.txt:
* platform/mac-mountainlion/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
* platform/mac-mountainlion/fast/lists/list-item-line-height-expected.txt:
* platform/mac-mountainlion/fast/lists/list-marker-with-line-height-expected.txt:
* platform/mac-mountainlion/fast/lists/list-style-none-crash-expected.txt:
* platform/mac-mountainlion/fast/lists/marker-before-empty-inline-expected.txt:
* platform/mac-mountainlion/fast/lists/marker-image-error-expected.txt:
* platform/mac-mountainlion/fast/lists/markers-in-selection-expected.txt:
* platform/mac-mountainlion/fast/lists/numeric-markers-outside-list-expected.txt:
* platform/mac-mountainlion/fast/lists/ol-display-types-expected.txt:
* platform/mac-mountainlion/fast/lists/ol-start-dynamic-expected.txt:
* platform/mac-mountainlion/fast/lists/ol-start-parsing-expected.txt:
* platform/mac-mountainlion/fast/lists/olstart-expected.txt:
* platform/mac-mountainlion/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
* platform/mac-mountainlion/fast/lists/scrolled-marker-paint-expected.txt:
* platform/mac-mountainlion/fast/loader/text-document-wrapping-expected.txt:
* platform/mac-mountainlion/fast/multicol/block-axis-horizontal-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/block-axis-horizontal-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/block-axis-vertical-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/block-axis-vertical-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/border-padding-pagination-expected.txt:
* platform/mac-mountainlion/fast/multicol/client-rects-expected.txt:
* platform/mac-mountainlion/fast/multicol/client-rects-spanners-complex-expected.txt:
* platform/mac-mountainlion/fast/multicol/client-rects-spanners-expected.txt:
* platform/mac-mountainlion/fast/multicol/column-break-with-balancing-expected.txt:
* platform/mac-mountainlion/fast/multicol/column-count-with-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/column-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/column-rules-stacking-expected.txt:
* platform/mac-mountainlion/fast/multicol/columns-shorthand-parsing-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-avoidance-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-multicol-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-paginate-complex-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-paginate-empty-lines-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-paginate-expected.txt:
* platform/mac-mountainlion/fast/multicol/layers-in-multicol-expected.txt:
* platform/mac-mountainlion/fast/multicol/layers-split-across-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/margin-collapse-expected.txt:
* platform/mac-mountainlion/fast/multicol/max-height-columns-block-expected.txt:
* platform/mac-mountainlion/fast/multicol/nested-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/newmulticol/client-rects-expected.txt:
* platform/mac-mountainlion/fast/multicol/overflow-across-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/overflow-across-columns-percent-height-expected.txt:
* platform/mac-mountainlion/fast/multicol/overflow-unsplittable-expected.txt:
* platform/mac-mountainlion/fast/multicol/paginate-block-replaced-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/BottomToTop-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/BottomToTop-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/BottomToTop-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/BottomToTop-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/LeftToRight-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/LeftToRight-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/LeftToRight-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/LeftToRight-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-max-width-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/TopToBottom-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/TopToBottom-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/TopToBottom-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/TopToBottom-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/positioned-split-expected.txt:
* platform/mac-mountainlion/fast/multicol/positive-leading-expected.txt:
* platform/mac-mountainlion/fast/multicol/scrolling-column-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/scrolling-overflow-expected.txt:
* platform/mac-mountainlion/fast/multicol/shadow-breaking-expected.txt:
* platform/mac-mountainlion/fast/multicol/single-line-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/anonymous-split-block-crash-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/anonymous-style-inheritance-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-nested-columns-child-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-margin-collapsing-expected.txt:
* platform/mac-mountainlion/fast/multicol/table-margin-collapse-expected.txt:
* platform/mac-mountainlion/fast/multicol/table-vertical-align-expected.txt:
* platform/mac-mountainlion/fast/multicol/tall-image-behavior-expected.txt:
* platform/mac-mountainlion/fast/multicol/tall-image-behavior-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/tall-image-behavior-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/unsplittable-inline-block-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/column-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/float-multicol-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/float-paginate-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/nested-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/column-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/float-multicol-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/float-paginate-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/nested-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
* platform/mac-mountainlion/fast/overflow/001-expected.txt:
* platform/mac-mountainlion/fast/overflow/002-expected.txt:
* platform/mac-mountainlion/fast/overflow/003-expected.txt:
* platform/mac-mountainlion/fast/overflow/004-expected.txt:
* platform/mac-mountainlion/fast/overflow/005-expected.txt:
* platform/mac-mountainlion/fast/overflow/006-expected.txt:
* platform/mac-mountainlion/fast/overflow/007-expected.txt:
* platform/mac-mountainlion/fast/overflow/008-expected.txt:
* platform/mac-mountainlion/fast/overflow/border-radius-clipping-expected.txt:
* platform/mac-mountainlion/fast/overflow/childFocusRingClip-expected.txt:
* platform/mac-mountainlion/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/mac-mountainlion/fast/overflow/dynamic-hidden-expected.txt:
* platform/mac-mountainlion/fast/overflow/float-in-relpositioned-expected.txt:
* platform/mac-mountainlion/fast/overflow/hidden-scrollbar-resize-expected.txt:
* platform/mac-mountainlion/fast/overflow/hit-test-overflow-controls-expected.txt:
* platform/mac-mountainlion/fast/overflow/image-selection-highlight-expected.txt:
* platform/mac-mountainlion/fast/overflow/infiniteRecursionGuard-expected.txt:
* platform/mac-mountainlion/fast/overflow/line-clamp-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-auto-position-absolute-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-auto-table-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-float-stacking-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-rtl-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-rtl-vertical-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-stacking-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-text-hit-testing-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-with-local-background-attachment-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow_hidden-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-x-div-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-x-div-with-column-gap-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-x-on-root-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-x-with-column-gap-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-y-div-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-y-on-root-expected.txt:
* platform/mac-mountainlion/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/mac-mountainlion/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac-mountainlion/fast/overflow/scrollbar-position-update-expected.txt:
* platform/mac-mountainlion/fast/overflow/table-overflow-float-expected.txt:
* platform/mac-mountainlion/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
* platform/mac-mountainlion/fast/parser/001-expected.txt:
* platform/mac-mountainlion/fast/parser/bad-xml-slash-expected.txt:
* platform/mac-mountainlion/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
* platform/mac-mountainlion/fast/parser/entity-comment-in-style-expected.txt:
* platform/mac-mountainlion/fast/parser/fonts-expected.txt:
* platform/mac-mountainlion/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
* platform/mac-mountainlion/fast/parser/open-comment-in-style-expected.txt:
* platform/mac-mountainlion/fast/parser/title-error-test-expected.txt:
* platform/mac-mountainlion/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/mac-mountainlion/fast/reflections/abs-position-in-reflection-expected.txt:
* platform/mac-mountainlion/fast/reflections/inline-crash-expected.txt:
* platform/mac-mountainlion/fast/reflections/opacity-reflection-transform-expected.txt:
* platform/mac-mountainlion/fast/reflections/reflection-nesting-expected.txt:
* platform/mac-mountainlion/fast/reflections/reflection-overflow-hidden-expected.txt:
* platform/mac-mountainlion/fast/reflections/transparent-reflected-sublayers-expected.txt:
* platform/mac-mountainlion/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
* platform/mac-mountainlion/fast/regions/region-dynamic-after-before-expected.txt:
* platform/mac-mountainlion/fast/regions/region-generated-content-before-after-expected.txt:
* platform/mac-mountainlion/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt:
* platform/mac-mountainlion/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/mac-mountainlion/fast/repaint/4774354-expected.txt:
* platform/mac-mountainlion/fast/repaint/4776765-expected.txt:
* platform/mac-mountainlion/fast/repaint/backgroundSizeRepaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
* platform/mac-mountainlion/fast/repaint/block-layout-inline-children-replaced-expected.txt:
* platform/mac-mountainlion/fast/repaint/block-no-inflow-children-expected.txt:
* platform/mac-mountainlion/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
* platform/mac-mountainlion/fast/repaint/body-background-image-expected.txt:
* platform/mac-mountainlion/fast/repaint/border-radius-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/border-repaint-glitch-expected.txt:
* platform/mac-mountainlion/fast/repaint/box-shadow-dynamic-expected.txt:
* platform/mac-mountainlion/fast/repaint/box-shadow-h-expected.txt:
* platform/mac-mountainlion/fast/repaint/box-shadow-v-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-3509-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-5699-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-6278-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-6388-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-6473-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-7235-expected.txt:
* platform/mac-mountainlion/fast/repaint/caret-outside-block-expected.txt:
* platform/mac-mountainlion/fast/repaint/caret-with-transformation-expected.txt:
* platform/mac-mountainlion/fast/repaint/change-transform-expected.txt:
* platform/mac-mountainlion/fast/repaint/clipped-relative-expected.txt:
* platform/mac-mountainlion/fast/repaint/containing-block-position-change-expected.txt:
* platform/mac-mountainlion/fast/repaint/control-clip-expected.txt:
* platform/mac-mountainlion/fast/repaint/create-layer-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/delete-into-nested-block-expected.txt:
* platform/mac-mountainlion/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-child-move-after-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-move-after-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/flexible-box-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
* platform/mac-mountainlion/fast/repaint/float-move-during-layout-expected.txt:
* platform/mac-mountainlion/fast/repaint/focus-layers-expected.txt:
* platform/mac-mountainlion/fast/repaint/inline-block-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/inline-color-change-expected.txt:
* platform/mac-mountainlion/fast/repaint/inline-outline-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/layer-child-outline-expected.txt:
* platform/mac-mountainlion/fast/repaint/layer-outline-expected.txt:
* platform/mac-mountainlion/fast/repaint/layer-outline-horizontal-expected.txt:
* platform/mac-mountainlion/fast/repaint/layout-state-relative-expected.txt:
* platform/mac-mountainlion/fast/repaint/layout-state-scrolloffset-expected.txt:
* platform/mac-mountainlion/fast/repaint/layout-state-scrolloffset2-expected.txt:
* platform/mac-mountainlion/fast/repaint/layout-state-scrolloffset3-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/lines-with-layout-delta-expected.txt:
* platform/mac-mountainlion/fast/repaint/list-marker-2-expected.txt:
* platform/mac-mountainlion/fast/repaint/list-marker-expected.txt:
* platform/mac-mountainlion/fast/repaint/make-children-non-inline-expected.txt:
* platform/mac-mountainlion/fast/repaint/multicol-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
* platform/mac-mountainlion/fast/repaint/opacity-change-on-overflow-float-expected.txt:
* platform/mac-mountainlion/fast/repaint/outline-child-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/outline-repaint-glitch-expected.txt:
* platform/mac-mountainlion/fast/repaint/outline-shrinking-expected.txt:
* platform/mac-mountainlion/fast/repaint/overflow-delete-line-expected.txt:
* platform/mac-mountainlion/fast/repaint/overflow-outline-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/overflow-scroll-body-appear-expected.txt:
* platform/mac-mountainlion/fast/repaint/overflow-scroll-delete-expected.txt:
* platform/mac-mountainlion/fast/repaint/positioned-document-element-expected.txt:
* platform/mac-mountainlion/fast/repaint/reflection-redraw-expected.txt:
* platform/mac-mountainlion/fast/repaint/reflection-repaint-test-expected.txt:
* platform/mac-mountainlion/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
* platform/mac-mountainlion/fast/repaint/repaint-resized-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/scale-page-shrink-expected.txt:
* platform/mac-mountainlion/fast/repaint/select-option-background-color-expected.txt:
* platform/mac-mountainlion/fast/repaint/selected-replaced-expected.txt:
* platform/mac-mountainlion/fast/repaint/selection-after-delete-expected.txt:
* platform/mac-mountainlion/fast/repaint/selection-after-remove-expected.txt:
* platform/mac-mountainlion/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
* platform/mac-mountainlion/fast/repaint/selection-gap-overflow-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/stacked-diacritics-expected.txt:
* platform/mac-mountainlion/fast/repaint/static-to-positioned-expected.txt:
* platform/mac-mountainlion/fast/repaint/subtree-layoutstate-transform-expected.txt:
* platform/mac-mountainlion/fast/repaint/table-cell-collapsed-border-expected.txt:
* platform/mac-mountainlion/fast/repaint/table-cell-move-expected.txt:
* platform/mac-mountainlion/fast/repaint/table-collapsed-border-expected.txt:
* platform/mac-mountainlion/fast/repaint/table-extra-bottom-grow-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-append-dirty-lines-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-selection-rect-in-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-shadow-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-shadow-horizontal-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-layout-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-relative-position-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-repaint-descendants-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-translate-expected.txt:
* platform/mac-mountainlion/fast/replaced/001-expected.txt:
* platform/mac-mountainlion/fast/replaced/002-expected.txt:
* platform/mac-mountainlion/fast/replaced/003-expected.txt:
* platform/mac-mountainlion/fast/replaced/004-expected.txt:
* platform/mac-mountainlion/fast/replaced/006-expected.txt:
* platform/mac-mountainlion/fast/replaced/007-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-image-sizing-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-position-percentage-height-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-position-percentage-width-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac-mountainlion/fast/replaced/applet-disabled-positioned-expected.txt:
* platform/mac-mountainlion/fast/replaced/applet-display-none-expected.txt:
* platform/mac-mountainlion/fast/replaced/applet-rendering-java-disabled-expected.txt:
* platform/mac-mountainlion/fast/replaced/embed-display-none-expected.txt:
* platform/mac-mountainlion/fast/replaced/image-onload-expected.txt:
* platform/mac-mountainlion/fast/replaced/image-resize-width-expected.txt:
* platform/mac-mountainlion/fast/replaced/image-sizing-expected.txt:
* platform/mac-mountainlion/fast/replaced/image-solid-color-with-alpha-expected.txt:
* platform/mac-mountainlion/fast/replaced/inline-box-wrapper-handover-expected.txt:
* platform/mac-mountainlion/fast/replaced/max-width-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/maxheight-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/maxheight-pxs-expected.txt:
* platform/mac-mountainlion/fast/replaced/maxwidth-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/maxwidth-pxs-expected.txt:
* platform/mac-mountainlion/fast/replaced/minheight-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/minheight-pxs-expected.txt:
* platform/mac-mountainlion/fast/replaced/minwidth-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/minwidth-pxs-expected.txt:
* platform/mac-mountainlion/fast/replaced/object-align-hspace-vspace-expected.txt:
* platform/mac-mountainlion/fast/replaced/object-display-none-expected.txt:
* platform/mac-mountainlion/fast/replaced/pdf-as-image-expected.txt:
* platform/mac-mountainlion/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
* platform/mac-mountainlion/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
* platform/mac-mountainlion/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
* platform/mac-mountainlion/fast/replaced/selection-rect-in-table-cell-expected.txt:
* platform/mac-mountainlion/fast/replaced/selection-rect-transform-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-button-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-checkbox-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-image-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-radio-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-searchfield-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-textfield-expected.txt:
* platform/mac-mountainlion/fast/ruby/nested-ruby-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-beforeafter-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-empty-rt-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-inline-table-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-length-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-run-break-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-runs-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-runs-spans-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-simple-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-simple-rp-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-text-before-after-content-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-trailing-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-insert-text2-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-insert-text3-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-remove-rt1-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-remove-rt2-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-remove-text1-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-remove-text2-expected.txt:
* platform/mac-mountainlion/fast/selectors/001-expected.txt:
* platform/mac-mountainlion/fast/selectors/002-expected.txt:
* platform/mac-mountainlion/fast/selectors/003-expected.txt:
* platform/mac-mountainlion/fast/selectors/004-expected.txt:
* platform/mac-mountainlion/fast/selectors/005-expected.txt:
* platform/mac-mountainlion/fast/selectors/006-expected.txt:
* platform/mac-mountainlion/fast/selectors/007a-expected.txt:
* platform/mac-mountainlion/fast/selectors/007b-expected.txt:
* platform/mac-mountainlion/fast/selectors/008-expected.txt:
* platform/mac-mountainlion/fast/selectors/009-expected.txt:
* platform/mac-mountainlion/fast/selectors/010-expected.txt:
* platform/mac-mountainlion/fast/selectors/011-expected.txt:
* platform/mac-mountainlion/fast/selectors/012-expected.txt:
* platform/mac-mountainlion/fast/selectors/013-expected.txt:
* platform/mac-mountainlion/fast/selectors/014-expected.txt:
* platform/mac-mountainlion/fast/selectors/015-expected.txt:
* platform/mac-mountainlion/fast/selectors/016-expected.txt:
* platform/mac-mountainlion/fast/selectors/017-expected.txt:
* platform/mac-mountainlion/fast/selectors/018-expected.txt:
* platform/mac-mountainlion/fast/selectors/018b-expected.txt:
* platform/mac-mountainlion/fast/selectors/019-expected.txt:
* platform/mac-mountainlion/fast/selectors/020-expected.txt:
* platform/mac-mountainlion/fast/selectors/021-expected.txt:
* platform/mac-mountainlion/fast/selectors/021b-expected.txt:
* platform/mac-mountainlion/fast/selectors/027-expected.txt:
* platform/mac-mountainlion/fast/selectors/032-expected.txt:
* platform/mac-mountainlion/fast/selectors/034-expected.txt:
* platform/mac-mountainlion/fast/selectors/038-expected.txt:
* platform/mac-mountainlion/fast/selectors/039-expected.txt:
* platform/mac-mountainlion/fast/selectors/039b-expected.txt:
* platform/mac-mountainlion/fast/selectors/040-expected.txt:
* platform/mac-mountainlion/fast/selectors/041-expected.txt:
* platform/mac-mountainlion/fast/selectors/042-expected.txt:
* platform/mac-mountainlion/fast/selectors/043-expected.txt:
* platform/mac-mountainlion/fast/selectors/043b-expected.txt:
* platform/mac-mountainlion/fast/selectors/044-expected.txt:
* platform/mac-mountainlion/fast/selectors/044b-expected.txt:
* platform/mac-mountainlion/fast/selectors/044c-expected.txt:
* platform/mac-mountainlion/fast/selectors/044d-expected.txt:
* platform/mac-mountainlion/fast/selectors/045-expected.txt:
* platform/mac-mountainlion/fast/selectors/045b-expected.txt:
* platform/mac-mountainlion/fast/selectors/045c-expected.txt:
* platform/mac-mountainlion/fast/selectors/046-expected.txt:
* platform/mac-mountainlion/fast/selectors/054-expected.txt:
* platform/mac-mountainlion/fast/selectors/056-expected.txt:
* platform/mac-mountainlion/fast/selectors/058-expected.txt:
* platform/mac-mountainlion/fast/selectors/059-expected.txt:
* platform/mac-mountainlion/fast/selectors/060-expected.txt:
* platform/mac-mountainlion/fast/selectors/061-expected.txt:
* platform/mac-mountainlion/fast/selectors/062-expected.txt:
* platform/mac-mountainlion/fast/selectors/063-expected.txt:
* platform/mac-mountainlion/fast/selectors/065-expected.txt:
* platform/mac-mountainlion/fast/selectors/066-expected.txt:
* platform/mac-mountainlion/fast/selectors/066b-expected.txt:
* platform/mac-mountainlion/fast/selectors/072-expected.txt:
* platform/mac-mountainlion/fast/selectors/072b-expected.txt:
* platform/mac-mountainlion/fast/selectors/077-expected.txt:
* platform/mac-mountainlion/fast/selectors/077b-expected.txt:
* platform/mac-mountainlion/fast/selectors/078b-expected.txt:
* platform/mac-mountainlion/fast/selectors/083-expected.txt:
* platform/mac-mountainlion/fast/selectors/087b-expected.txt:
* platform/mac-mountainlion/fast/selectors/088b-expected.txt:
* platform/mac-mountainlion/fast/selectors/089-expected.txt:
* platform/mac-mountainlion/fast/selectors/090b-expected.txt:
* platform/mac-mountainlion/fast/selectors/154-expected.txt:
* platform/mac-mountainlion/fast/selectors/155-expected.txt:
* platform/mac-mountainlion/fast/selectors/155a-expected.txt:
* platform/mac-mountainlion/fast/selectors/155b-expected.txt:
* platform/mac-mountainlion/fast/selectors/155c-expected.txt:
* platform/mac-mountainlion/fast/selectors/155d-expected.txt:
* platform/mac-mountainlion/fast/selectors/156b-expected.txt:
* platform/mac-mountainlion/fast/selectors/157-expected.txt:
* platform/mac-mountainlion/fast/selectors/158-expected.txt:
* platform/mac-mountainlion/fast/selectors/159-expected.txt:
* platform/mac-mountainlion/fast/selectors/160-expected.txt:
* platform/mac-mountainlion/fast/selectors/166-expected.txt:
* platform/mac-mountainlion/fast/selectors/166a-expected.txt:
* platform/mac-mountainlion/fast/selectors/167-expected.txt:
* platform/mac-mountainlion/fast/selectors/167a-expected.txt:
* platform/mac-mountainlion/fast/selectors/168-expected.txt:
* platform/mac-mountainlion/fast/selectors/168a-expected.txt:
* platform/mac-mountainlion/fast/selectors/169-expected.txt:
* platform/mac-mountainlion/fast/selectors/169a-expected.txt:
* platform/mac-mountainlion/fast/selectors/170-expected.txt:
* platform/mac-mountainlion/fast/selectors/170a-expected.txt:
* platform/mac-mountainlion/fast/selectors/170b-expected.txt:
* platform/mac-mountainlion/fast/selectors/170c-expected.txt:
* platform/mac-mountainlion/fast/selectors/170d-expected.txt:
* platform/mac-mountainlion/fast/selectors/175a-expected.txt:
* platform/mac-mountainlion/fast/selectors/175b-expected.txt:
* platform/mac-mountainlion/fast/selectors/175c-expected.txt:
* platform/mac-mountainlion/fast/selectors/177a-expected.txt:
* platform/mac-mountainlion/fast/selectors/177b-expected.txt:
* platform/mac-mountainlion/fast/selectors/lang-inheritance-expected.txt:
* platform/mac-mountainlion/fast/selectors/lang-inheritance2-expected.txt:
* platform/mac-mountainlion/fast/selectors/lang-vs-xml-lang-expected.txt:
* platform/mac-mountainlion/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt:
* platform/mac-mountainlion/fast/selectors/nondeterministic-combinators-expected.txt:
* platform/mac-mountainlion/fast/selectors/unqualified-hover-quirks-expected.txt:
* platform/mac-mountainlion/fast/selectors/unqualified-hover-strict-expected.txt:
* platform/mac-mountainlion/fast/selectors/visited-descendant-expected.txt:
* platform/mac-mountainlion/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt:
* platform/mac-mountainlion/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
* platform/mac-mountainlion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt:
* platform/mac-mountainlion/fast/table/001-expected.txt:
* platform/mac-mountainlion/fast/table/002-expected.txt:
* platform/mac-mountainlion/fast/table/004-expected.txt:
* platform/mac-mountainlion/fast/table/007-expected.txt:
* platform/mac-mountainlion/fast/table/009-expected.txt:
* platform/mac-mountainlion/fast/table/010-expected.txt:
* platform/mac-mountainlion/fast/table/011-expected.txt:
* platform/mac-mountainlion/fast/table/012-expected.txt:
* platform/mac-mountainlion/fast/table/014-expected.txt:
* platform/mac-mountainlion/fast/table/015-expected.txt:
* platform/mac-mountainlion/fast/table/016-expected.txt:
* platform/mac-mountainlion/fast/table/017-expected.txt:
* platform/mac-mountainlion/fast/table/018-expected.txt:
* platform/mac-mountainlion/fast/table/020-expected.txt:
* platform/mac-mountainlion/fast/table/021-expected.txt:
* platform/mac-mountainlion/fast/table/022-expected.txt:
* platform/mac-mountainlion/fast/table/023-expected.txt:
* platform/mac-mountainlion/fast/table/025-expected.txt:
* platform/mac-mountainlion/fast/table/026-expected.txt:
* platform/mac-mountainlion/fast/table/027-expected.txt:
* platform/mac-mountainlion/fast/table/027-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/028-expected.txt:
* platform/mac-mountainlion/fast/table/028-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/029-expected.txt:
* platform/mac-mountainlion/fast/table/030-expected.txt:
* platform/mac-mountainlion/fast/table/033-expected.txt:
* platform/mac-mountainlion/fast/table/034-expected.txt:
* platform/mac-mountainlion/fast/table/035-expected.txt:
* platform/mac-mountainlion/fast/table/035-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/036-expected.txt:
* platform/mac-mountainlion/fast/table/037-expected.txt:
* platform/mac-mountainlion/fast/table/038-expected.txt:
* platform/mac-mountainlion/fast/table/038-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/039-expected.txt:
* platform/mac-mountainlion/fast/table/040-expected.txt:
* platform/mac-mountainlion/fast/table/040-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/041-expected.txt:
* platform/mac-mountainlion/fast/table/100-percent-cell-width-expected.txt:
* platform/mac-mountainlion/fast/table/absolute-table-at-bottom-expected.txt:
* platform/mac-mountainlion/fast/table/add-before-anonymous-child-expected.txt:
* platform/mac-mountainlion/fast/table/align-right-within-left-aligned-div-expected.txt:
* platform/mac-mountainlion/fast/table/append-cells-expected.txt:
* platform/mac-mountainlion/fast/table/append-cells2-expected.txt:
* platform/mac-mountainlion/fast/table/auto-with-percent-height-expected.txt:
* platform/mac-mountainlion/fast/table/auto-with-percent-height-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/001-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/001-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/003-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/003-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/004-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/cell-absolute-child-expected.txt:
* platform/mac-mountainlion/fast/table/cell-coalescing-expected.txt:
* platform/mac-mountainlion/fast/table/cell-pref-width-invalidation-expected.txt:
* platform/mac-mountainlion/fast/table/cell-width-auto-expected.txt:
* platform/mac-mountainlion/fast/table/cellindex-expected.txt:
* platform/mac-mountainlion/fast/table/click-near-anonymous-table-expected.txt:
* platform/mac-mountainlion/fast/table/colgroup-preceded-by-caption-expected.txt:
* platform/mac-mountainlion/fast/table/colgroup-spanning-groups-rules-expected.txt:
* platform/mac-mountainlion/fast/table/dynamic-caption-add-before-child-expected.txt:
* platform/mac-mountainlion/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
* platform/mac-mountainlion/fast/table/dynamic-descendant-percentage-height-expected.txt:
* platform/mac-mountainlion/fast/table/early-table-layout-expected.txt:
* platform/mac-mountainlion/fast/table/edge-offsets-expected.txt:
* platform/mac-mountainlion/fast/table/empty-cells-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-nested-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-non-cell-in-row-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-small-percent-width-expected.txt:
* platform/mac-mountainlion/fast/table/floating-th-expected.txt:
* platform/mac-mountainlion/fast/table/floatingTablePaintBackground-expected.txt:
* platform/mac-mountainlion/fast/table/frame-and-rules-expected.txt:
* platform/mac-mountainlion/fast/table/generated-caption-expected.txt:
* platform/mac-mountainlion/fast/table/giantRowspan2-expected.txt:
* platform/mac-mountainlion/fast/table/insert-before-anonymous-ancestors-expected.txt:
* platform/mac-mountainlion/fast/table/insert-cell-before-form-expected.txt:
* platform/mac-mountainlion/fast/table/insert-row-before-form-expected.txt:
* platform/mac-mountainlion/fast/table/invisible-cell-background-expected.txt:
* platform/mac-mountainlion/fast/table/large-width-expected.txt:
* platform/mac-mountainlion/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
* platform/mac-mountainlion/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
* platform/mac-mountainlion/fast/table/multiple-captions-display-expected.txt:
* platform/mac-mountainlion/fast/table/nested-percent-height-table-expected.txt:
* platform/mac-mountainlion/fast/table/nobr-expected.txt:
* platform/mac-mountainlion/fast/table/overflowHidden-expected.txt:
* platform/mac-mountainlion/fast/table/percent-heights-expected.txt:
* platform/mac-mountainlion/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/mac-mountainlion/fast/table/quote-text-around-iframe-expected.txt:
* platform/mac-mountainlion/fast/table/relative-position-containment-expected.txt:
* platform/mac-mountainlion/fast/table/relative-position-offsets-expected.txt:
* platform/mac-mountainlion/fast/table/relative-position-stacking-expected.txt:
* platform/mac-mountainlion/fast/table/remove-td-display-none-expected.txt:
* platform/mac-mountainlion/fast/table/replaced-percent-height-expected.txt:
* platform/mac-mountainlion/fast/table/row-height-recalc-expected.txt:
* platform/mac-mountainlion/fast/table/rowindex-expected.txt:
* platform/mac-mountainlion/fast/table/rowspan-paint-order-expected.txt:
* platform/mac-mountainlion/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/rtl-cell-display-none-assert-expected.txt:
* platform/mac-mountainlion/fast/table/rules-attr-dynchange1-expected.txt:
* platform/mac-mountainlion/fast/table/rules-attr-dynchange2-expected.txt:
* platform/mac-mountainlion/fast/table/stale-grid-crash-expected.txt:
* platform/mac-mountainlion/fast/table/table-after-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-and-parts-outline-expected.txt:
* platform/mac-mountainlion/fast/table/table-before-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-cell-after-child-in-block-expected.txt:
* platform/mac-mountainlion/fast/table/table-cell-after-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-cell-before-child-in-block-expected.txt:
* platform/mac-mountainlion/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-continuation-outline-paint-crash-expected.txt:
* platform/mac-mountainlion/fast/table/table-display-types-expected.txt:
* platform/mac-mountainlion/fast/table/table-display-types-strict-expected.txt:
* platform/mac-mountainlion/fast/table/table-display-types-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/table-hspace-align-center-expected.txt:
* platform/mac-mountainlion/fast/table/table-row-after-child-in-block-expected.txt:
* platform/mac-mountainlion/fast/table/table-row-after-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-row-before-child-in-block-expected.txt:
* platform/mac-mountainlion/fast/table/table-row-before-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/tableInsideCaption-expected.txt:
* platform/mac-mountainlion/fast/table/unbreakable-images-quirk-expected.txt:
* platform/mac-mountainlion/fast/table/unused-percent-heights-expected.txt:
* platform/mac-mountainlion/fast/table/vertical-align-baseline-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-kerning-and-ligatures-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-multiple-renderers-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-partial-selection-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-small-caps-punctuation-size-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-spacing-features-expected.txt:
* platform/mac-mountainlion/fast/text/backslash-to-yen-sign-dynamic-expected.txt:
* platform/mac-mountainlion/fast/text/backslash-to-yen-sign-expected.txt:
* platform/mac-mountainlion/fast/text/basic/001-expected.txt:
* platform/mac-mountainlion/fast/text/basic/002-expected.txt:
* platform/mac-mountainlion/fast/text/basic/003-expected.txt:
* platform/mac-mountainlion/fast/text/basic/004-expected.txt:
* platform/mac-mountainlion/fast/text/basic/005-expected.txt:
* platform/mac-mountainlion/fast/text/basic/006-expected.txt:
* platform/mac-mountainlion/fast/text/basic/007-expected.txt:
* platform/mac-mountainlion/fast/text/basic/008-expected.txt:
* platform/mac-mountainlion/fast/text/basic/009-expected.txt:
* platform/mac-mountainlion/fast/text/basic/011-expected.txt:
* platform/mac-mountainlion/fast/text/basic/012-expected.txt:
* platform/mac-mountainlion/fast/text/basic/013-expected.txt:
* platform/mac-mountainlion/fast/text/basic/014-expected.txt:
* platform/mac-mountainlion/fast/text/basic/015-expected.txt:
* platform/mac-mountainlion/fast/text/basic/generic-family-changes-expected.txt:
* platform/mac-mountainlion/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac-mountainlion/fast/text/bidi-embedding-pop-and-push-same-expected.txt:
* platform/mac-mountainlion/fast/text/break-word-expected.txt:
* platform/mac-mountainlion/fast/text/capitalize-boundaries-expected.txt:
* platform/mac-mountainlion/fast/text/capitalize-empty-generated-string-expected.txt:
* platform/mac-mountainlion/fast/text/capitalize-preserve-nbsp-expected.txt:
* platform/mac-mountainlion/fast/text/cg-fallback-bolding-expected.txt:
* platform/mac-mountainlion/fast/text/cg-vs-atsui-expected.txt:
* platform/mac-mountainlion/fast/text/complex-preferred-logical-widths-expected.txt:
* platform/mac-mountainlion/fast/text/complex-synthetic-bold-space-width-expected.txt:
* platform/mac-mountainlion/fast/text/complex-text-opacity-expected.txt:
* platform/mac-mountainlion/fast/text/delete-hard-break-character-expected.txt:
* platform/mac-mountainlion/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
* platform/mac-mountainlion/fast/text/emphasis-expected.txt:
* platform/mac-mountainlion/fast/text/fake-italic-expected.txt:
* platform/mac-mountainlion/fast/text/fallback-traits-fixup-expected.txt:
* platform/mac-mountainlion/fast/text/firstline/001-expected.txt:
* platform/mac-mountainlion/fast/text/firstline/002-expected.txt:
* platform/mac-mountainlion/fast/text/firstline/003-expected.txt:
* platform/mac-mountainlion/fast/text/font-initial-expected.txt:
* platform/mac-mountainlion/fast/text/format-control-expected.txt:
* platform/mac-mountainlion/fast/text/hyphenate-character-expected.txt:
* platform/mac-mountainlion/fast/text/hyphenate-first-word-expected.txt:
* platform/mac-mountainlion/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/mac-mountainlion/fast/text/hyphenate-limit-lines-expected.txt:
* platform/mac-mountainlion/fast/text/hyphens-expected.txt:
* platform/mac-mountainlion/fast/text/in-rendered-text-rtl-expected.txt:
* platform/mac-mountainlion/fast/text/indic-expected.txt:
* platform/mac-mountainlion/fast/text/international/001-expected.txt:
* platform/mac-mountainlion/fast/text/international/002-expected.txt:
* platform/mac-mountainlion/fast/text/international/arabic-justify-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-AN-after-L-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-L2-run-reordering-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-european-terminators-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-innertext-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-linebreak-001-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-linebreak-002-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-linebreak-003-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-listbox-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-menulist-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-neutral-run-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-override-expected.txt:
* platform/mac-mountainlion/fast/text/international/bold-bengali-expected.txt:
* platform/mac-mountainlion/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac-mountainlion/fast/text/international/danda-space-expected.txt:
* platform/mac-mountainlion/fast/text/international/hebrew-vowels-expected.txt:
* platform/mac-mountainlion/fast/text/international/hindi-whitespace-expected.txt:
* platform/mac-mountainlion/fast/text/international/khmer-selection-expected.txt:
* platform/mac-mountainlion/fast/text/international/plane2-expected.txt:
* platform/mac-mountainlion/fast/text/international/rtl-caret-expected.txt:
* platform/mac-mountainlion/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/mac-mountainlion/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
* platform/mac-mountainlion/fast/text/international/thai-baht-space-expected.txt:
* platform/mac-mountainlion/fast/text/international/vertical-text-glyph-test-expected.txt:
* platform/mac-mountainlion/fast/text/international/wrap-CJK-001-expected.txt:
* platform/mac-mountainlion/fast/text/justified-selection-at-edge-expected.txt:
* platform/mac-mountainlion/fast/text/justified-selection-expected.txt:
* platform/mac-mountainlion/fast/text/justify-ideograph-leading-expansion-expected.txt:
* platform/mac-mountainlion/fast/text/khmer-lao-font-expected.txt:
* platform/mac-mountainlion/fast/text/large-text-composed-char-expected.txt:
* platform/mac-mountainlion/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/mac-mountainlion/fast/text/line-breaks-after-white-space-expected.txt:
* platform/mac-mountainlion/fast/text/line-breaks-expected.txt:
* platform/mac-mountainlion/fast/text/line-initial-and-final-swashes-expected.txt:
* platform/mac-mountainlion/fast/text/midword-break-after-breakable-char-expected.txt:
* platform/mac-mountainlion/fast/text/midword-break-before-surrogate-pair-expected.txt:
* platform/mac-mountainlion/fast/text/midword-break-hang-expected.txt:
* platform/mac-mountainlion/fast/text/monospace-width-cache-expected.txt:
* platform/mac-mountainlion/fast/text/orientation-sideways-expected.txt:
* platform/mac-mountainlion/fast/text/reset-emptyRun-expected.txt:
* platform/mac-mountainlion/fast/text/selection-hard-linebreak-expected.txt:
* platform/mac-mountainlion/fast/text/shadow-translucent-fill-expected.txt:
* platform/mac-mountainlion/fast/text/should-use-atsui-expected.txt:
* platform/mac-mountainlion/fast/text/softHyphen-expected.txt:
* platform/mac-mountainlion/fast/text/stroking-decorations-expected.txt:
* platform/mac-mountainlion/fast/text/stroking-expected.txt:
* platform/mac-mountainlion/fast/text/text-combine-different-fonts-expected.txt:
* platform/mac-mountainlion/fast/text/text-letter-spacing-expected.txt:
* platform/mac-mountainlion/fast/text/text-shadow-no-default-color-expected.txt:
* platform/mac-mountainlion/fast/text/unicode-variation-selector-expected.txt:
* platform/mac-mountainlion/fast/text/vertical-rl-rtl-linebreak-expected.txt:
* platform/mac-mountainlion/fast/text/wbr-expected.txt:
* platform/mac-mountainlion/fast/text/wbr-in-pre-crash-expected.txt:
* platform/mac-mountainlion/fast/text/wbr-pre-expected.txt:
* platform/mac-mountainlion/fast/text/wbr-styled-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/001-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/002-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/003-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/004-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/005-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/006-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/007-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/008-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/009-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/010-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/011-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/012-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/015-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/016-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/018-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/019-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/020-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/021-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/022-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/023-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/024-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/025-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/026-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/027-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/028-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/029-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/030-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/nowrap-clear-float-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-break-word-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-newline-box-test-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-wrap-last-char-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-wrap-line-test-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/tab-character-basics-expected.txt:
* platform/mac-mountainlion/fast/text/wide-zero-width-space-expected.txt:
* platform/mac-mountainlion/fast/text/word-break-expected.txt:
* platform/mac-mountainlion/fast/text/word-break-run-rounding-expected.txt:
* platform/mac-mountainlion/fast/text/word-break-soft-hyphen-expected.txt:
* platform/mac-mountainlion/fast/text/word-space-expected.txt:
* platform/mac-mountainlion/fast/text/zero-font-size-expected.txt:
* platform/mac-mountainlion/fast/tokenizer/001-expected.txt:
* platform/mac-mountainlion/fast/tokenizer/003-expected.txt:
* platform/mac-mountainlion/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/mac-mountainlion/fast/transforms/diamond-expected.txt:
* platform/mac-mountainlion/fast/transforms/identity-matrix-expected.txt:
* platform/mac-mountainlion/fast/transforms/overflow-with-transform-expected.txt:
* platform/mac-mountainlion/fast/transforms/skew-with-unitless-zero-expected.txt:
* platform/mac-mountainlion/fast/transforms/transform-on-inline-expected.txt:
* platform/mac-mountainlion/fast/transforms/transform-overflow-expected.txt:
* platform/mac-mountainlion/fast/transforms/transform-positioned-ancestor-expected.txt:
* platform/mac-mountainlion/fast/transforms/transform-table-row-expected.txt:
* platform/mac-mountainlion/fast/transforms/transformed-caret-expected.txt:
* platform/mac-mountainlion/fast/transforms/transformed-document-element-expected.txt:
* platform/mac-mountainlion/fast/transforms/transforms-with-opacity-expected.txt:
* platform/mac-mountainlion/fast/transforms/transforms-with-zoom-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/box-shadow-horizontal-bt-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/english-bt-text-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/english-lr-text-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/english-rl-text-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/fieldsets-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/horizontal-bt-replaced-selection-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/text-orientation-basic-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/vertical-baseline-alignment-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/vertical-font-fallback-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/vertical-lr-replaced-selection-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/vertical-rl-replaced-selection-expected.txt:
* platform/mac-mountainlion/fast/xsl/document-function-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-enc-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-enc16-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-enc16to16-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-entity-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-import-depth-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-relative-path-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt_unicode-expected.txt:
* platform/mac-mountainlion/fonts/cursive-expected.txt:
* platform/mac-mountainlion/fonts/default-expected.txt:
* platform/mac-mountainlion/fonts/fantasy-expected.txt:
* platform/mac-mountainlion/fonts/monospace-expected.txt:
* platform/mac-mountainlion/fonts/sans-serif-expected.txt:
* platform/mac-mountainlion/fonts/serif-expected.txt:
* platform/mac-mountainlion/http/tests/loading/simple-subframe-expected.txt:
* platform/mac-mountainlion/http/tests/local/file-url-sent-as-referer-expected.txt:
* platform/mac-mountainlion/http/tests/misc/acid2-expected.txt:
* platform/mac-mountainlion/http/tests/misc/acid2-pixel-expected.txt:
* platform/mac-mountainlion/http/tests/misc/acid3-expected.txt:
* platform/mac-mountainlion/http/tests/misc/error404-expected.txt:
* platform/mac-mountainlion/http/tests/misc/favicon-as-image-expected.txt:
* platform/mac-mountainlion/http/tests/misc/frame-access-during-load-expected.txt:
* platform/mac-mountainlion/http/tests/misc/generated-content-inside-table-expected.txt:
* platform/mac-mountainlion/http/tests/misc/iframe404-expected.txt:
* platform/mac-mountainlion/http/tests/misc/location-replace-crossdomain-expected.txt:
* platform/mac-mountainlion/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/mac-mountainlion/http/tests/misc/slow-loading-image-in-pattern-expected.txt:
* platform/mac-mountainlion/http/tests/misc/slow-loading-mask-expected.txt:
* platform/mac-mountainlion/http/tests/multipart/invalid-image-data-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/error404-basic-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/error404-goback-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/error404-subframeload-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac-mountainlion/http/tests/security/dataTransfer-set-data-file-url-expected.txt:
* platform/mac-mountainlion/http/tests/uri/css-href-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-005-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-006-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-007-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-008-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-009-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-010-expected.txt:
* platform/mac-mountainlion/mathml/presentation/mspace-children-expected.txt:
* platform/mac-mountainlion/media/audio-controls-rendering-expected.txt:
* platform/mac-mountainlion/media/controls-strict-expected.txt:
* platform/mac-mountainlion/media/controls-without-preload-expected.txt:
* platform/mac-mountainlion/media/track/track-cue-rendering-horizontal-expected.txt:
* platform/mac-mountainlion/media/video-aspect-ratio-expected.txt:
* platform/mac-mountainlion/media/video-controls-rendering-expected.txt:
* platform/mac-mountainlion/media/video-display-toggle-expected.txt:
* platform/mac-mountainlion/media/video-empty-source-expected.txt:
* platform/mac-mountainlion/media/video-frame-accurate-seek-expected.txt:
* platform/mac-mountainlion/media/video-no-audio-expected.txt:
* platform/mac-mountainlion/media/video-transformed-expected.txt:
* platform/mac-mountainlion/media/video-volume-slider-expected.txt:
* platform/mac-mountainlion/media/video-zoom-controls-expected.txt:
* platform/mac-mountainlion/media/video-zoom-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/input/5576619-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/input/devanagari-ligature-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/pasteboard/5583362-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/selection/25228-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-delete-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-simple-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/family-for-font-matched-by-name-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/justified-text-rect-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/line-break-locale-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/line-breaking-with-kerning-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/sticky-typesetting-features-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/vertical-surrogate-pair-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/x-height-expected.txt:
* platform/mac-mountainlion/platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
* platform/mac-mountainlion/plugins/embed-attributes-style-expected.txt:
* platform/mac-mountainlion/plugins/netscape-dom-access-expected.txt:
* platform/mac-mountainlion/printing/compositing-layer-printing-expected.txt:
* platform/mac-mountainlion/printing/iframe-print-expected.txt:
* platform/mac-mountainlion/printing/media-queries-print-expected.txt:
* platform/mac-mountainlion/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/mac-mountainlion/printing/width-overflow-expected.txt:
* platform/mac-mountainlion/scrollbars/basic-scrollbar-expected.txt:
* platform/mac-mountainlion/scrollbars/disabled-scrollbar-expected.txt:
* platform/mac-mountainlion/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/mac-mountainlion/scrollbars/scrollbar-buttons-expected.txt:
* platform/mac-mountainlion/scrollbars/scrollbar-orientation-expected.txt:
* platform/mac-mountainlion/scrollbars/scrollbar-selectors-expected.txt:
* platform/mac-mountainlion/scrollbars/scrollbars-on-positioned-content-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/painting-marker-05-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/painting-marker-06-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
* platform/mac-mountainlion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
* platform/mac-mountainlion/svg/as-background-image/svg-background-partial-redraw-expected.txt:
* platform/mac-mountainlion/svg/as-border-image/svg-as-border-image-2-expected.txt:
* platform/mac-mountainlion/svg/as-border-image/svg-as-border-image-expected.txt:
* platform/mac-mountainlion/svg/as-image/animated-svg-as-image-expected.txt:
* platform/mac-mountainlion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt:
* platform/mac-mountainlion/svg/as-image/animated-svg-as-image-same-image-expected.txt:
* platform/mac-mountainlion/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt:
* platform/mac-mountainlion/svg/as-image/image-respects-deviceScaleFactor-expected.txt:
* platform/mac-mountainlion/svg/as-image/image-respects-pageScaleFactor-expected.txt:
* platform/mac-mountainlion/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
* platform/mac-mountainlion/svg/as-image/svg-image-change-content-size-expected.txt:
* platform/mac-mountainlion/svg/batik/filters/filterRegions-expected.txt:
* platform/mac-mountainlion/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
* platform/mac-mountainlion/svg/batik/paints/patternRegionA-expected.txt:
* platform/mac-mountainlion/svg/batik/paints/patternRegions-expected.txt:
* platform/mac-mountainlion/svg/batik/text/smallFonts-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textAnchor-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textAnchor2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textAnchor3-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textDecoration2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textFeatures-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textLayout-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textLayout2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textOnPath2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textOnPath3-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textOnPathSpaces-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textPCDATA-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textPosition2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textProperties2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textStyles-expected.txt:
* platform/mac-mountainlion/svg/batik/text/xmlSpace-expected.txt:
* platform/mac-mountainlion/svg/carto.net/button-expected.txt:
* platform/mac-mountainlion/svg/carto.net/colourpicker-expected.txt:
* platform/mac-mountainlion/svg/carto.net/combobox-expected.txt:
* platform/mac-mountainlion/svg/carto.net/scrollbar-expected.txt:
* platform/mac-mountainlion/svg/carto.net/selectionlist-expected.txt:
* platform/mac-mountainlion/svg/carto.net/slider-expected.txt:
* platform/mac-mountainlion/svg/carto.net/tabgroup-expected.txt:
* platform/mac-mountainlion/svg/carto.net/textbox-expected.txt:
* platform/mac-mountainlion/svg/carto.net/window-expected.txt:
* platform/mac-mountainlion/svg/css/composite-shadow-text-expected.txt:
* platform/mac-mountainlion/svg/css/css-box-min-width-expected.txt:
* platform/mac-mountainlion/svg/css/group-with-shadow-expected.txt:
* platform/mac-mountainlion/svg/css/shadow-changes-expected.txt:
* platform/mac-mountainlion/svg/css/text-gradient-shadow-expected.txt:
* platform/mac-mountainlion/svg/css/text-shadow-multiple-expected.txt:
* platform/mac-mountainlion/svg/custom/SVGMatrix-interface-expected.txt:
* platform/mac-mountainlion/svg/custom/SVGPoint-matrixTransform-expected.txt:
* platform/mac-mountainlion/svg/custom/absolute-sized-content-with-resources-expected.txt:
* platform/mac-mountainlion/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
* platform/mac-mountainlion/svg/custom/alignment-baseline-modes-expected.txt:
* platform/mac-mountainlion/svg/custom/altglyph-expected.txt:
* platform/mac-mountainlion/svg/custom/broken-internal-references-expected.txt:
* platform/mac-mountainlion/svg/custom/bug45331-expected.txt:
* platform/mac-mountainlion/svg/custom/circle-move-invalidation-expected.txt:
* platform/mac-mountainlion/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
* platform/mac-mountainlion/svg/custom/container-opacity-clip-viewBox-expected.txt:
* platform/mac-mountainlion/svg/custom/coords-relative-units-transforms-expected.txt:
* platform/mac-mountainlion/svg/custom/createImageElement2-expected.txt:
* platform/mac-mountainlion/svg/custom/dominant-baseline-hanging-expected.txt:
* platform/mac-mountainlion/svg/custom/dominant-baseline-modes-expected.txt:
* platform/mac-mountainlion/svg/custom/dynamic-svg-document-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/embedding-external-svgs-expected.txt:
* platform/mac-mountainlion/svg/custom/empty-mask-expected.txt:
* platform/mac-mountainlion/svg/custom/feComponentTransfer-Discrete-expected.txt:
* platform/mac-mountainlion/svg/custom/feComponentTransfer-Gamma-expected.txt:
* platform/mac-mountainlion/svg/custom/feComponentTransfer-Linear-expected.txt:
* platform/mac-mountainlion/svg/custom/feComponentTransfer-Table-expected.txt:
* platform/mac-mountainlion/svg/custom/fill-SVGPaint-interface-expected.txt:
* platform/mac-mountainlion/svg/custom/fill-fallback-expected.txt:
* platform/mac-mountainlion/svg/custom/focus-ring-expected.txt:
* platform/mac-mountainlion/svg/custom/font-face-cascade-order-expected.txt:
* platform/mac-mountainlion/svg/custom/font-face-simple-expected.txt:
* platform/mac-mountainlion/svg/custom/foreign-object-skew-expected.txt:
* platform/mac-mountainlion/svg/custom/foreignObject-crash-on-hover-expected.txt:
* platform/mac-mountainlion/svg/custom/getPresentationAttribute-expected.txt:
* platform/mac-mountainlion/svg/custom/getTransformToElement-expected.txt:
* platform/mac-mountainlion/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/mac-mountainlion/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
* platform/mac-mountainlion/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
* platform/mac-mountainlion/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
* platform/mac-mountainlion/svg/custom/getsvgdocument-expected.txt:
* platform/mac-mountainlion/svg/custom/glyph-selection-arabic-forms-expected.txt:
* platform/mac-mountainlion/svg/custom/glyph-selection-bidi-mirror-expected.txt:
* platform/mac-mountainlion/svg/custom/glyph-selection-non-bmp-expected.txt:
* platform/mac-mountainlion/svg/custom/gradient-cycle-detection-expected.txt:
* platform/mac-mountainlion/svg/custom/gradient-deep-referencing-expected.txt:
* platform/mac-mountainlion/svg/custom/gradient-with-1d-boundingbox-expected.txt:
* platform/mac-mountainlion/svg/custom/hit-test-path-expected.txt:
* platform/mac-mountainlion/svg/custom/hit-test-path-stroke-expected.txt:
* platform/mac-mountainlion/svg/custom/hit-test-unclosed-subpaths-expected.txt:
* platform/mac-mountainlion/svg/custom/hit-test-with-br-expected.txt:
* platform/mac-mountainlion/svg/custom/image-parent-translation-expected.txt:
* platform/mac-mountainlion/svg/custom/image-rescale-clip-expected.txt:
* platform/mac-mountainlion/svg/custom/image-rescale-scroll-expected.txt:
* platform/mac-mountainlion/svg/custom/image-small-width-height-expected.txt:
* platform/mac-mountainlion/svg/custom/image-with-transform-clip-filter-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-css-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-fill-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-fill-hex-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-lengthlist-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-stroke-hex-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-uri-stroke-expected.txt:
* platform/mac-mountainlion/svg/custom/invisible-text-after-scrolling-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-clipPath-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-gradient-and-object-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-gradient-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-pattern-and-object-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-pattern-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-update-stop-linked-gradient-expected.txt:
* platform/mac-mountainlion/svg/custom/junk-data-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-viewBox-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-viewTarget-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-uri-01-b-expected.txt:
* platform/mac-mountainlion/svg/custom/marker-default-width-height-expected.txt:
* platform/mac-mountainlion/svg/custom/marker-orient-auto-expected.txt:
* platform/mac-mountainlion/svg/custom/marker-overflow-clip-expected.txt:
* platform/mac-mountainlion/svg/custom/missing-xlink-expected.txt:
* platform/mac-mountainlion/svg/custom/mouse-move-on-svg-container-expected.txt:
* platform/mac-mountainlion/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
* platform/mac-mountainlion/svg/custom/mouse-move-on-svg-root-expected.txt:
* platform/mac-mountainlion/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
* platform/mac-mountainlion/svg/custom/no-inherited-dashed-stroke-expected.txt:
* platform/mac-mountainlion/svg/custom/non-opaque-filters-expected.txt:
* platform/mac-mountainlion/svg/custom/object-sizing-expected.txt:
* platform/mac-mountainlion/svg/custom/path-bad-data-expected.txt:
* platform/mac-mountainlion/svg/custom/path-textPath-simulation-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-cycle-detection-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-deep-referencing-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-incorrect-tiling-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-rotate-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-rotate-gaps-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-with-transformation-expected.txt:
* platform/mac-mountainlion/svg/custom/percentage-of-html-parent-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-image-css-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-image-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-path-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-text-css-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-text-expected.txt:
* platform/mac-mountainlion/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
* platform/mac-mountainlion/svg/custom/recursive-filter-expected.txt:
* platform/mac-mountainlion/svg/custom/recursive-gradient-expected.txt:
* platform/mac-mountainlion/svg/custom/recursive-mask-expected.txt:
* platform/mac-mountainlion/svg/custom/recursive-pattern-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-content-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-content-with-resources-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-image-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-inner-svg-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-shadow-tree-content-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-use-on-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/rootmost-svg-xy-attrs-expected.txt:
* platform/mac-mountainlion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac-mountainlion/svg/custom/second-inline-text-expected.txt:
* platform/mac-mountainlion/svg/custom/shape-rendering-expected.txt:
* platform/mac-mountainlion/svg/custom/shapes-supporting-markers-expected.txt:
* platform/mac-mountainlion/svg/custom/simple-text-double-shadow-expected.txt:
* platform/mac-mountainlion/svg/custom/simpleCDF-expected.txt:
* platform/mac-mountainlion/svg/custom/stroke-fallback-expected.txt:
* platform/mac-mountainlion/svg/custom/stroke-width-large-expected.txt:
* platform/mac-mountainlion/svg/custom/stroked-pattern-expected.txt:
* platform/mac-mountainlion/svg/custom/style-attribute-font-size-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-float-border-padding-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-segmented-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-word-spacing-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-overflow-types-expected.txt:
* platform/mac-mountainlion/svg/custom/text-clip-expected.txt:
* platform/mac-mountainlion/svg/custom/text-ctm-expected.txt:
* platform/mac-mountainlion/svg/custom/text-decoration-visibility-expected.txt:
* platform/mac-mountainlion/svg/custom/text-dom-01-f-expected.txt:
* platform/mac-mountainlion/svg/custom/text-hit-test-expected.txt:
* platform/mac-mountainlion/svg/custom/text-image-opacity-expected.txt:
* platform/mac-mountainlion/svg/custom/text-letter-spacing-expected.txt:
* platform/mac-mountainlion/svg/custom/text-linking-expected.txt:
* platform/mac-mountainlion/svg/custom/text-repaint-including-stroke-expected.txt:
* platform/mac-mountainlion/svg/custom/text-rotated-gradient-expected.txt:
* platform/mac-mountainlion/svg/custom/text-rotation-expected.txt:
* platform/mac-mountainlion/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
* platform/mac-mountainlion/svg/custom/text-tref-03-b-change-href-expected.txt:
* platform/mac-mountainlion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
* platform/mac-mountainlion/svg/custom/text-tref-03-b-tref-removal-expected.txt:
* platform/mac-mountainlion/svg/custom/text-whitespace-handling-expected.txt:
* platform/mac-mountainlion/svg/custom/text-x-dx-lists-expected.txt:
* platform/mac-mountainlion/svg/custom/text-x-dy-lists-expected.txt:
* platform/mac-mountainlion/svg/custom/text-x-override-in-tspan-child-expected.txt:
* platform/mac-mountainlion/svg/custom/text-xy-updates-SVGList-expected.txt:
* platform/mac-mountainlion/svg/custom/text-xy-updates-expected.txt:
* platform/mac-mountainlion/svg/custom/tref-own-content-removal-expected.txt:
* platform/mac-mountainlion/svg/custom/tref-update-expected.txt:
* platform/mac-mountainlion/svg/custom/use-clipped-hit-expected.txt:
* platform/mac-mountainlion/svg/custom/use-detach-expected.txt:
* platform/mac-mountainlion/svg/custom/use-dynamic-append-expected.txt:
* platform/mac-mountainlion/svg/custom/use-elementInstance-event-target-expected.txt:
* platform/mac-mountainlion/svg/custom/use-elementInstance-methods-expected.txt:
* platform/mac-mountainlion/svg/custom/use-event-handler-on-referenced-element-expected.txt:
* platform/mac-mountainlion/svg/custom/use-event-handler-on-use-element-expected.txt:
* platform/mac-mountainlion/svg/custom/use-events-crash-expected.txt:
* platform/mac-mountainlion/svg/custom/use-font-face-crash-expected.txt:
* platform/mac-mountainlion/svg/custom/use-instanceRoot-modifications-expected.txt:
* platform/mac-mountainlion/svg/custom/use-modify-container-in-target-expected.txt:
* platform/mac-mountainlion/svg/custom/use-modify-target-container-expected.txt:
* platform/mac-mountainlion/svg/custom/use-modify-target-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-g-containing-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-g-containing-use-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-g-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-rect-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-text-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-use-expected.txt:
* platform/mac-mountainlion/svg/custom/use-property-changes-through-dom-expected.txt:
* platform/mac-mountainlion/svg/custom/use-property-changes-through-svg-dom-expected.txt:
* platform/mac-mountainlion/svg/custom/use-recursion-1-expected.txt:
* platform/mac-mountainlion/svg/custom/use-recursion-2-expected.txt:
* platform/mac-mountainlion/svg/custom/use-recursion-3-expected.txt:
* platform/mac-mountainlion/svg/custom/use-recursion-4-expected.txt:
* platform/mac-mountainlion/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/use-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/viewbox-syntax-expected.txt:
* platform/mac-mountainlion/svg/custom/viewport-em-expected.txt:
* platform/mac-mountainlion/svg/dom/SVGPathSegList-cloning-expected.txt:
* platform/mac-mountainlion/svg/dom/SVGPathSegList-segment-modification-expected.txt:
* platform/mac-mountainlion/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt:
* platform/mac-mountainlion/svg/filters/feComposite-expected.txt:
* platform/mac-mountainlion/svg/filters/filter-width-update-expected.txt:
* platform/mac-mountainlion/svg/foreignObject/fO-parent-display-changes-expected.txt:
* platform/mac-mountainlion/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
* platform/mac-mountainlion/svg/foreignObject/svg-document-as-direct-child-expected.txt:
* platform/mac-mountainlion/svg/foreignObject/svg-document-in-html-document-expected.txt:
* platform/mac-mountainlion/svg/hixie/data-types/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/dynamic/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/010-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/011-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/012-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/013-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/017-expected.txt:
* platform/mac-mountainlion/svg/hixie/intrinsic/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/links/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/006-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/007-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/008-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/009-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/010-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/011-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/001-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/004-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/005-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/006-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/007-expected.txt:
* platform/mac-mountainlion/svg/hixie/processing-model/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/processing-model/004-expected.txt:
* platform/mac-mountainlion/svg/hixie/rendering-model/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/rendering-model/004-expected.txt:
* platform/mac-mountainlion/svg/hixie/text/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/text/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/text/003a-expected.txt:
* platform/mac-mountainlion/svg/hixie/text/003b-expected.txt:
* platform/mac-mountainlion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac-mountainlion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac-mountainlion/svg/in-html/circle-expected.txt:
* platform/mac-mountainlion/svg/repaint/filter-repaint-expected.txt:
* platform/mac-mountainlion/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
* platform/mac-mountainlion/svg/text/append-text-node-to-tspan-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-embedded-direction-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-reorder-value-lists-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-text-anchor-direction-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-text-query-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-tspans-expected.txt:
* platform/mac-mountainlion/svg/text/ems-display-none-expected.txt:
* platform/mac-mountainlion/svg/text/exs-display-none-expected.txt:
* platform/mac-mountainlion/svg/text/font-size-below-point-five-2-expected.txt:
* platform/mac-mountainlion/svg/text/font-size-below-point-five-expected.txt:
* platform/mac-mountainlion/svg/text/foreignObject-repaint-expected.txt:
* platform/mac-mountainlion/svg/text/foreignObject-text-clipping-bug-expected.txt:
* platform/mac-mountainlion/svg/text/kerning-expected.txt:
* platform/mac-mountainlion/svg/text/modify-text-node-in-tspan-expected.txt:
* platform/mac-mountainlion/svg/text/multichar-glyph-expected.txt:
* platform/mac-mountainlion/svg/text/non-bmp-positioning-lists-expected.txt:
* platform/mac-mountainlion/svg/text/remove-text-node-from-tspan-expected.txt:
* platform/mac-mountainlion/svg/text/remove-tspan-from-text-expected.txt:
* platform/mac-mountainlion/svg/text/scaled-font-expected.txt:
* platform/mac-mountainlion/svg/text/scaling-font-with-geometric-precision-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-stretch-1-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-stretch-2-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-stretch-3-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-stretch-4-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-1-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-2-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-3-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-4-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-with-tspans-1-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-with-tspans-2-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-with-tspans-3-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-with-tspans-4-expected.txt:
* platform/mac-mountainlion/svg/text/selection-background-color-expected.txt:
* platform/mac-mountainlion/svg/text/selection-doubleclick-expected.txt:
* platform/mac-mountainlion/svg/text/selection-styles-expected.txt:
* platform/mac-mountainlion/svg/text/selection-tripleclick-expected.txt:
* platform/mac-mountainlion/svg/text/small-fonts-2-expected.txt:
* platform/mac-mountainlion/svg/text/small-fonts-3-expected.txt:
* platform/mac-mountainlion/svg/text/small-fonts-expected.txt:
* platform/mac-mountainlion/svg/text/small-fonts-in-html5-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-02-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-03-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-04-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-05-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-06-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-altglyph-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-deco-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-fill-opacity-expected.txt:
* platform/mac-mountainlion/svg/text/text-fonts-01-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-fonts-02-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-gradient-positioning-expected.txt:
* platform/mac-mountainlion/svg/text/text-intro-05-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-midpoint-split-bug-expected.txt:
* platform/mac-mountainlion/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
* platform/mac-mountainlion/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
* platform/mac-mountainlion/svg/text/text-path-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-path-middle-align-expected.txt:
* platform/mac-mountainlion/svg/text/text-repaint-rects-expected.txt:
* platform/mac-mountainlion/svg/text/text-rescale-expected.txt:
* platform/mac-mountainlion/svg/text/text-spacing-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-03-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-04-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-05-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-06-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-07-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-08-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-tref-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-tselect-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-tselect-02-f-expected.txt:
* platform/mac-mountainlion/svg/text/text-tspan-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-viewbox-rescale-expected.txt:
* platform/mac-mountainlion/svg/text/text-ws-01-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-ws-02-t-expected.txt:
* platform/mac-mountainlion/svg/text/textPathBoundsBug-expected.txt:
* platform/mac-mountainlion/svg/text/tspan-dynamic-positioning-expected.txt:
* platform/mac-mountainlion/svg/transforms/animated-path-inside-transformed-html-expected.txt:
* platform/mac-mountainlion/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/mac-mountainlion/svg/transforms/svg-css-transforms-expected.txt:
* platform/mac-mountainlion/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* platform/mac-mountainlion/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
* platform/mac-mountainlion/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
* platform/mac-mountainlion/svg/wicd/rightsizing-grid-expected.txt:
* platform/mac-mountainlion/svg/wicd/sizing-flakiness-expected.txt:
* platform/mac-mountainlion/svg/wicd/test-rightsizing-a-expected.txt:
* platform/mac-mountainlion/svg/wicd/test-rightsizing-b-expected.txt:
* platform/mac-mountainlion/svg/wicd/test-scalable-background-image1-expected.txt:
* platform/mac-mountainlion/svg/wicd/test-scalable-background-image2-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-background-images-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-foreignObject-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-foreignObject-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
* platform/mac-mountainlion/tables/layering/paint-test-layering-1-expected.txt:
* platform/mac-mountainlion/tables/layering/paint-test-layering-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/45621-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10009-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug100334-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10036-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug101201-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug101674-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug102145-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug102145-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug102145-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug102145-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10269-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10269-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10296-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug103533-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10565-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug106158-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10633-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1067-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1067-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug106816-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug108340-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug109043-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11026-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug110566-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11321-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug113235-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug113235-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug113424-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11384q-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11384s-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11944-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug119786-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12008-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug120364-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12268-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug123862-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug126742-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12709-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug127267-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug128229-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12908-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12910-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1296-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1302-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13105-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13118-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1318-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13196-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug133756-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug133756-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13484-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13526-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug14159-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug14159-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug14323-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug145572-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1474-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug149275-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug14929-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug15247-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug154780-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug15544-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug157890-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug159108-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug16012-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17130-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17130-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17138-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17168-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug175455-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17548-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17587-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1800-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1802-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1809-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1828-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug18558-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug18664-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug18955-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug19356-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug194024-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2050-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2065-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug20804-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug21299-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug215629-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug21918-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22019-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug220536-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug221784-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug221784-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22246-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22246-2a-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22246-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22246-3a-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug222846-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2267-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug227123-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2296-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23072-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23151-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23235-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23299-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23994-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug24503-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug24627-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug24661-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2469-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2479-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug24880-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug25004-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug25074-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug25086-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2509-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2516-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug25663-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2684-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug27038-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug27038-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug27038-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug275625-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2757-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2763-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2773-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug278266-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug278385-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug27993-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug28341-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2886-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2886-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug29058-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug29157-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug29429-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2947-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2962-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2973-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2981-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2981-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2997-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30273-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30332-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30332-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3037-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30418-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30985-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3103-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3191-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug32205-5-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3260-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3263-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug32841-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3309-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3309-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug33137-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug34176-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3454-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug35662-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3681-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3681-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3718-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug38916-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug39209-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3977-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug40828-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4093-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug41890-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug42187-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug42443-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4284-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug43039-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug43204-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4385-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4427-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4429-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug44505-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug44523-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4501-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug45055-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug45055-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4520-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4523-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug45350-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug45486-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4576-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-5-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46480-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46480-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46623-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46924-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4739-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug47432-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug48028-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug48028-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4803-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4849-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug48827-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug50695-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug51140-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5188-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug53891-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5538-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug55527-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug55694-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug56405-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug56563-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug57300-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug57378-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug57828-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5797-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5798-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5799-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5835-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5838-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug58402-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60013-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60749-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60804-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60807-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60992-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug6184-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug625-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug6304-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug63785-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug6404-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug647-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug650-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug6674-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug67864-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug67915-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug68998-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug69187-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug69382-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug709-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7121-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug72359-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug727-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug73321-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7471-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug75250-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7714-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug78162-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8032-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug80762-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug81934-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug83786-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8381-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8411-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug86220-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug86708-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug88035-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug88035-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8858-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8950-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9072-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9123-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9271-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9271-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug92868-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug93363-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug963-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug96343-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug965-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug97138-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug98196-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9879-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug99923-expected.txt:
* platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug127040-expected.txt:
* platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/bloomberg-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/borders-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/box_sizing-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/captions-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/cell_heights-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_auto-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_fix-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_per-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_auto-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_fix-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_per-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/misc-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/nested1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/one_row-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/row_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/table_frame-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/table_heights-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/table_rules-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/table_widths-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/appendCol2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/appendRowsExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCol1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCol2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCol3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteColGroup1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteColGroup2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCellsExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCellsExpand2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertColGroups1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertColGroups2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols4-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols5-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertRowsExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_index-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/body_col-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/body_tbody-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/body_thead-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/col_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_frame_border-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_frame_box-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_rules_all-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_rules_none-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_border_0-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_default-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_width_percent-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/td_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/td_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/td_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/td_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_width_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_border-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_border_none-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_border_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_frame_void-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_rules_none-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_width_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_colspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_height-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_height-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/body_col-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/cell_widths-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/cellspacing-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/ms-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/nested2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/nestedTables-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/padding-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/test3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/test6-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug14489-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug33784-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug42043-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug47163-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/captions3-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/cols1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/columns-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/conflicts-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/standards1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/mac-mountainlion/transforms/2d/compound-transforms-vs-containers-expected.txt:
* platform/mac-mountainlion/transforms/2d/hindi-rotated-expected.txt:
* platform/mac-mountainlion/transforms/2d/transform-borderbox-expected.txt:
* platform/mac-mountainlion/transforms/2d/transform-fixed-container-expected.txt:
* platform/mac-mountainlion/transforms/2d/transform-origin-borderbox-expected.txt:
* platform/mac-mountainlion/transforms/3d/general/perspective-units-expected.txt:
* platform/mac-mountainlion/transforms/3d/hit-testing/backface-hit-test-expected.txt:
* platform/mac-mountainlion/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
* platform/mac-mountainlion/transforms/svg-vs-css-expected.txt:
* platform/mac-mountainlion/transitions/default-timing-function-expected.txt:
* platform/mac-mountainlion/webarchive/loading/cache-expired-subresource-expected.txt:
* platform/mac-wk1/media/controls-styling-expected.txt:
* platform/mac-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/mac-wk2/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/mac-wk2/fast/block/basic/020-expected.txt:
* platform/mac-wk2/fast/dynamic/012-expected.txt:
* platform/mac-wk2/fast/dynamic/layer-hit-test-crash-expected.txt:
* platform/mac-wk2/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/mac-wk2/fast/layers/layer-visibility-expected.txt:
* platform/mac-wk2/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/mac-wk2/fast/repaint/invisible-objects-expected.txt:
* platform/mac-wk2/fast/text/whitespace/028-expected.txt:
* platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/animations/3d/change-transform-in-end-event-expected.txt:
* platform/mac/animations/3d/matrix-transform-type-animation-expected.txt:
* platform/mac/animations/3d/state-at-end-event-transform-expected.txt:
* platform/mac/animations/additive-transform-animations-expected.txt:
* platform/mac/animations/cross-fade-border-image-source-expected.txt:
* platform/mac/animations/cross-fade-list-style-image-expected.txt:
* platform/mac/animations/cross-fade-webkit-mask-box-image-expected.txt:
* platform/mac/animations/missing-values-first-keyframe-expected.txt:
* platform/mac/animations/missing-values-last-keyframe-expected.txt:
* platform/mac/animations/state-at-end-event-expected.txt:
* platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.txt:
* platform/mac/compositing/color-matching/image-color-matching-expected.txt:
* platform/mac/compositing/color-matching/pdf-image-match-expected.txt:
* platform/mac/compositing/direct-image-compositing-expected.txt:
* platform/mac/compositing/generated-content-expected.txt:
* platform/mac/compositing/geometry/clipping-foreground-expected.txt:
* platform/mac/compositing/geometry/composited-html-size-expected.txt:
* platform/mac/compositing/geometry/fixed-position-expected.txt:
* platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
* platform/mac/compositing/geometry/layer-due-to-layer-children-expected.txt:
* platform/mac/compositing/geometry/outline-change-expected.txt:
* platform/mac/compositing/geometry/partial-layout-update-expected.txt:
* platform/mac/compositing/geometry/root-layer-update-expected.txt:
* platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
* platform/mac/compositing/geometry/video-fixed-scrolling-expected.txt:
* platform/mac/compositing/geometry/video-opacity-overlay-expected.txt:
* platform/mac/compositing/iframes/composited-iframe-alignment-expected.txt:
* platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.txt:
* platform/mac/compositing/images/direct-image-background-color-expected.txt:
* platform/mac/compositing/layers-inside-overflow-scroll-expected.txt:
* platform/mac/compositing/masks/direct-image-mask-expected.txt:
* platform/mac/compositing/masks/masked-ancestor-expected.txt:
* platform/mac/compositing/masks/multiple-masks-expected.txt:
* platform/mac/compositing/masks/simple-composited-mask-expected.txt:
* platform/mac/compositing/overflow/ancestor-overflow-expected.txt:
* platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
* platform/mac/compositing/overflow/nested-scrolling-expected.txt:
* platform/mac/compositing/overflow/overflow-compositing-descendant-expected.txt:
* platform/mac/compositing/overflow/overflow-positioning-expected.txt:
* platform/mac/compositing/overflow/overflow-scroll-expected.txt:
* platform/mac/compositing/overflow/parent-overflow-expected.txt:
* platform/mac/compositing/overflow/remove-overflow-crash2-expected.txt:
* platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt:
* platform/mac/compositing/overflow/scrollbar-painting-expected.txt:
* platform/mac/compositing/reflections/animation-inside-reflection-expected.txt:
* platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.txt:
* platform/mac/compositing/reflections/deeply-nested-reflections-expected.txt:
* platform/mac/compositing/reflections/masked-reflection-on-composited-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-animated-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-mask-change-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-opacity-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-size-change-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-transformed-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-transformed2-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-transition-expected.txt:
* platform/mac/compositing/reflections/reflection-in-composited-expected.txt:
* platform/mac/compositing/reflections/reflection-on-composited-expected.txt:
* platform/mac/compositing/reflections/reflection-opacity-expected.txt:
* platform/mac/compositing/reflections/reflection-ordering-expected.txt:
* platform/mac/compositing/reflections/reflection-positioning-expected.txt:
* platform/mac/compositing/reflections/reflection-positioning2-expected.txt:
* platform/mac/compositing/reflections/simple-composited-reflections-expected.txt:
* platform/mac/compositing/reflections/transform-inside-reflection-expected.txt:
* platform/mac/compositing/repaint/become-overlay-composited-layer-expected.txt:
* platform/mac/compositing/repaint/composited-document-element-expected.txt:
* platform/mac/compositing/repaint/layer-repaint-expected.txt:
* platform/mac/compositing/repaint/layer-repaint-rects-expected.txt:
* platform/mac/compositing/repaint/opacity-between-absolute-expected.txt:
* platform/mac/compositing/repaint/opacity-between-absolute2-expected.txt:
* platform/mac/compositing/self-painting-layers-expected.txt:
* platform/mac/compositing/shadows/shadow-drawing-expected.txt:
* platform/mac/compositing/sibling-positioning-expected.txt:
* platform/mac/compositing/text-on-large-layer-expected.txt:
* platform/mac/compositing/transitions/scale-transition-no-start-expected.txt:
* platform/mac/compositing/transitions/singular-scale-transition-expected.txt:
* platform/mac/compositing/webgl/webgl-background-color-expected.txt:
* platform/mac/compositing/webgl/webgl-reflection-expected.txt:
* platform/mac/css1/basic/containment-expected.txt:
* platform/mac/css1/basic/contextual_selectors-expected.txt:
* platform/mac/css1/basic/grouping-expected.txt:
* platform/mac/css1/basic/id_as_selector-expected.txt:
* platform/mac/css1/basic/inheritance-expected.txt:
* platform/mac/css1/box_properties/acid_test-expected.txt:
* platform/mac/css1/box_properties/border-expected.txt:
* platform/mac/css1/box_properties/border_bottom-expected.txt:
* platform/mac/css1/box_properties/border_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_color-expected.txt:
* platform/mac/css1/box_properties/border_color_inline-expected.txt:
* platform/mac/css1/box_properties/border_inline-expected.txt:
* platform/mac/css1/box_properties/border_left-expected.txt:
* platform/mac/css1/box_properties/border_left_inline-expected.txt:
* platform/mac/css1/box_properties/border_left_width-expected.txt:
* platform/mac/css1/box_properties/border_left_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_right-expected.txt:
* platform/mac/css1/box_properties/border_right_inline-expected.txt:
* platform/mac/css1/box_properties/border_right_width-expected.txt:
* platform/mac/css1/box_properties/border_right_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_style-expected.txt:
* platform/mac/css1/box_properties/border_style_inline-expected.txt:
* platform/mac/css1/box_properties/border_top-expected.txt:
* platform/mac/css1/box_properties/border_top_inline-expected.txt:
* platform/mac/css1/box_properties/border_top_width-expected.txt:
* platform/mac/css1/box_properties/border_top_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_width-expected.txt:
* platform/mac/css1/box_properties/border_width_inline-expected.txt:
* platform/mac/css1/box_properties/clear-expected.txt:
* platform/mac/css1/box_properties/clear_float-expected.txt:
* platform/mac/css1/box_properties/float-expected.txt:
* platform/mac/css1/box_properties/float_elements_in_series-expected.txt:
* platform/mac/css1/box_properties/float_margin-expected.txt:
* platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
* platform/mac/css1/box_properties/height-expected.txt:
* platform/mac/css1/box_properties/margin-expected.txt:
* platform/mac/css1/box_properties/margin_bottom-expected.txt:
* platform/mac/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/margin_inline-expected.txt:
* platform/mac/css1/box_properties/margin_left-expected.txt:
* platform/mac/css1/box_properties/margin_left_inline-expected.txt:
* platform/mac/css1/box_properties/margin_right-expected.txt:
* platform/mac/css1/box_properties/margin_right_inline-expected.txt:
* platform/mac/css1/box_properties/margin_top-expected.txt:
* platform/mac/css1/box_properties/margin_top_inline-expected.txt:
* platform/mac/css1/box_properties/padding-expected.txt:
* platform/mac/css1/box_properties/padding_bottom-expected.txt:
* platform/mac/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/padding_inline-expected.txt:
* platform/mac/css1/box_properties/padding_left-expected.txt:
* platform/mac/css1/box_properties/padding_left_inline-expected.txt:
* platform/mac/css1/box_properties/padding_right-expected.txt:
* platform/mac/css1/box_properties/padding_right_inline-expected.txt:
* platform/mac/css1/box_properties/padding_top-expected.txt:
* platform/mac/css1/box_properties/padding_top_inline-expected.txt:
* platform/mac/css1/box_properties/width-expected.txt:
* platform/mac/css1/cascade/cascade_order-expected.txt:
* platform/mac/css1/cascade/important-expected.txt:
* platform/mac/css1/classification/display-expected.txt:
* platform/mac/css1/classification/list_style-expected.txt:
* platform/mac/css1/classification/list_style_image-expected.txt:
* platform/mac/css1/classification/list_style_position-expected.txt:
* platform/mac/css1/classification/list_style_type-expected.txt:
* platform/mac/css1/classification/white_space-expected.txt:
* platform/mac/css1/color_and_background/background-expected.txt:
* platform/mac/css1/color_and_background/background_attachment-expected.txt:
* platform/mac/css1/color_and_background/background_color-expected.txt:
* platform/mac/css1/color_and_background/background_image-expected.txt:
* platform/mac/css1/color_and_background/background_position-expected.txt:
* platform/mac/css1/color_and_background/background_repeat-expected.txt:
* platform/mac/css1/color_and_background/color-expected.txt:
* platform/mac/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/mac/css1/font_properties/font-expected.txt:
* platform/mac/css1/font_properties/font_family-expected.txt:
* platform/mac/css1/font_properties/font_size-expected.txt:
* platform/mac/css1/font_properties/font_style-expected.txt:
* platform/mac/css1/font_properties/font_variant-expected.txt:
* platform/mac/css1/font_properties/font_weight-expected.txt:
* platform/mac/css1/formatting_model/canvas-expected.txt:
* platform/mac/css1/formatting_model/floating_elements-expected.txt:
* platform/mac/css1/formatting_model/height_of_lines-expected.txt:
* platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
* platform/mac/css1/formatting_model/inline_elements-expected.txt:
* platform/mac/css1/formatting_model/replaced_elements-expected.txt:
* platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
* platform/mac/css1/pseudo/anchor-expected.txt:
* platform/mac/css1/pseudo/firstletter-expected.txt:
* platform/mac/css1/pseudo/firstline-expected.txt:
* platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/mac/css1/text_properties/letter_spacing-expected.txt:
* platform/mac/css1/text_properties/line_height-expected.txt:
* platform/mac/css1/text_properties/text_align-expected.txt:
* platform/mac/css1/text_properties/text_decoration-expected.txt:
* platform/mac/css1/text_properties/text_indent-expected.txt:
* platform/mac/css1/text_properties/text_transform-expected.txt:
* platform/mac/css1/text_properties/vertical_align-expected.txt:
* platform/mac/css1/text_properties/word_spacing-expected.txt:
* platform/mac/css1/units/color_units-expected.txt:
* platform/mac/css1/units/length_units-expected.txt:
* platform/mac/css1/units/percentage_units-expected.txt:
* platform/mac/css1/units/urls-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-009-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-010-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-011-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-012-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-014-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-016-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-017-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-018-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-019-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-021-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-022-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-023-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-024-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-025-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-026-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-028-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-029-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-030-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-031-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-032-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-033-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-035-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-013-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-015-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-020-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-022-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-027-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-029-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-034-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-036-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-041-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-043-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-048-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-050-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-055-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-057-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-062-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-064-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-069-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-071-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-076-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-001-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-002-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-003-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-004-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-005-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-006-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-007-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-008-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-009-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-006-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-011-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-012-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-013-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-014-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-015-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-016-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-005-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-007-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/mac/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/mac/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/mac/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-001-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-004-expected.txt:
* platform/mac/css2.1/20110323/empty-inline-001-expected.txt:
* platform/mac/css2.1/20110323/empty-inline-002-expected.txt:
* platform/mac/css2.1/20110323/empty-inline-003-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-005-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-007-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-008-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-009-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-010-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-011-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-012-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-005-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-011-expected.txt:
* platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/height-width-inline-table-001-expected.txt:
* platform/mac/css2.1/20110323/height-width-table-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-011-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-012-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-013-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-014-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-015-expected.txt:
* platform/mac/css2.1/20110323/inline-table-001-expected.txt:
* platform/mac/css2.1/20110323/inline-table-002a-expected.txt:
* platform/mac/css2.1/20110323/inline-table-003-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-008-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-009-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-010-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-012-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/mac/css2.1/20110323/outline-color-applies-to-008-expected.txt:
* platform/mac/css2.1/20110323/replaced-elements-001-expected.txt:
* platform/mac/css2.1/20110323/replaced-intrinsic-003-expected.txt:
* platform/mac/css2.1/20110323/replaced-intrinsic-004-expected.txt:
* platform/mac/css2.1/20110323/replaced-intrinsic-005-expected.txt:
* platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
* platform/mac/css2.1/20110323/replaced-min-max-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-002-expected.txt:
* platform/mac/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-margins-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/mac/css2.1/20110323/table-height-algorithm-023-expected.txt:
* platform/mac/css2.1/20110323/table-height-algorithm-024-expected.txt:
* platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
* platform/mac/css2.1/20110323/width-replaced-element-001-expected.txt:
* platform/mac/css2.1/t010403-shand-border-00-c-expected.txt:
* platform/mac/css2.1/t010403-shand-font-00-b-expected.txt:
* platform/mac/css2.1/t010403-shand-font-01-b-expected.txt:
* platform/mac/css2.1/t010403-shand-font-02-b-expected.txt:
* platform/mac/css2.1/t010403-shand-font-03-b-expected.txt:
* platform/mac/css2.1/t040102-keywords-00-b-expected.txt:
* platform/mac/css2.1/t040102-keywords-01-b-expected.txt:
* platform/mac/css2.1/t040103-case-00-b-expected.txt:
* platform/mac/css2.1/t040103-case-01-c-expected.txt:
* platform/mac/css2.1/t040103-escapes-00-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-01-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-02-d-expected.txt:
* platform/mac/css2.1/t040103-escapes-03-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-04-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-05-c-expected.txt:
* platform/mac/css2.1/t040103-escapes-06-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-07-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-08-b-expected.txt:
* platform/mac/css2.1/t040103-ident-00-c-expected.txt:
* platform/mac/css2.1/t040103-ident-01-c-expected.txt:
* platform/mac/css2.1/t040103-ident-02-c-expected.txt:
* platform/mac/css2.1/t040103-ident-03-c-expected.txt:
* platform/mac/css2.1/t040103-ident-04-c-expected.txt:
* platform/mac/css2.1/t040103-ident-05-c-expected.txt:
* platform/mac/css2.1/t040103-ident-06-c-expected.txt:
* platform/mac/css2.1/t040103-ident-07-c-expected.txt:
* platform/mac/css2.1/t040103-ident-08-c-expected.txt:
* platform/mac/css2.1/t040103-ident-09-c-expected.txt:
* platform/mac/css2.1/t040103-ident-10-c-expected.txt:
* platform/mac/css2.1/t040103-ident-11-c-expected.txt:
* platform/mac/css2.1/t040103-ident-12-c-expected.txt:
* platform/mac/css2.1/t040103-ident-13-c-expected.txt:
* platform/mac/css2.1/t040105-atkeyw-00-b-expected.txt:
* platform/mac/css2.1/t040105-atkeyw-01-b-expected.txt:
* platform/mac/css2.1/t040105-atkeyw-02-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-00-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-01-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-02-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-03-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-04-b-expected.txt:
* platform/mac/css2.1/t040105-import-00-b-expected.txt:
* platform/mac/css2.1/t040105-import-01-b-expected.txt:
* platform/mac/css2.1/t040105-import-10-b-expected.txt:
* platform/mac/css2.1/t040109-c17-comments-00-b-expected.txt:
* platform/mac/css2.1/t040109-c17-comments-01-b-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-01-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-02-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-03-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-04-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-05-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-06-f-expected.txt:
* platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/mac/css2.1/t040302-c61-phys-len-00-b-expected.txt:
* platform/mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
* platform/mac/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
* platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.txt:
* platform/mac/css2.1/t040306-c63-color-00-b-ag-expected.txt:
* platform/mac/css2.1/t040306-syntax-01-f-expected.txt:
* platform/mac/css2.1/t040307-syntax-01-b-expected.txt:
* platform/mac/css2.1/t050201-c12-grouping-00-b-expected.txt:
* platform/mac/css2.1/t0505-c16-descendant-00-e-expected.txt:
* platform/mac/css2.1/t0505-c16-descendant-01-e-expected.txt:
* platform/mac/css2.1/t0505-c16-descendant-02-e-expected.txt:
* platform/mac/css2.1/t050803-c14-classes-00-e-expected.txt:
* platform/mac/css2.1/t0509-c15-ids-00-a-expected.txt:
* platform/mac/css2.1/t0509-c15-ids-01-e-expected.txt:
* platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
* platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
* platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
* platform/mac/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
* platform/mac/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
* platform/mac/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
* platform/mac/css2.1/t051103-dom-hover-01-c-io-expected.txt:
* platform/mac/css2.1/t051103-dom-hover-02-c-io-expected.txt:
* platform/mac/css2.1/t051201-c23-first-line-00-b-expected.txt:
* platform/mac/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
* platform/mac/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
* platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
* platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.txt:
* platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
* platform/mac/css2.1/t0603-c11-import-00-b-expected.txt:
* platform/mac/css2.1/t060401-c32-cascading-00-b-expected.txt:
* platform/mac/css2.1/t060402-c31-important-00-b-expected.txt:
* platform/mac/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
* platform/mac/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
* platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
* platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
* platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
* platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
* platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
* platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
* platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
* platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
* platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
* platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
* platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
* platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
* platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
* platform/mac/css2.1/t0804-c5510-padn-02-f-expected.txt:
* platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
* platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
* platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
* platform/mac/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
* platform/mac/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
* platform/mac/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
* platform/mac/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
* platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5522-brdr-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5522-brdr-02-e-expected.txt:
* platform/mac/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
* platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/mac/css2.1/t090204-display-change-01-b-ao-expected.txt:
* platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-00-d-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
* platform/mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
* platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-00-d-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-01-b-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
* platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
* platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
* platform/mac/css2.1/t1002-c5523-width-00-b-g-expected.txt:
* platform/mac/css2.1/t1002-c5523-width-01-b-g-expected.txt:
* platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
* platform/mac/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
* platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
* platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
* platform/mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
* platform/mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
* platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.txt:
* platform/mac/css2.1/t1005-c5524-width-00-b-g-expected.txt:
* platform/mac/css2.1/t1005-c5524-width-01-b-g-expected.txt:
* platform/mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
* platform/mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
* platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
* platform/mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
* platform/mac/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
* platform/mac/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
* platform/mac/css2.1/t1202-counter-00-b-expected.txt:
* platform/mac/css2.1/t1202-counter-01-b-expected.txt:
* platform/mac/css2.1/t1202-counter-02-b-expected.txt:
* platform/mac/css2.1/t1202-counter-03-b-expected.txt:
* platform/mac/css2.1/t1202-counter-04-b-expected.txt:
* platform/mac/css2.1/t1202-counter-05-b-expected.txt:
* platform/mac/css2.1/t1202-counter-06-b-expected.txt:
* platform/mac/css2.1/t1202-counter-07-b-expected.txt:
* platform/mac/css2.1/t1202-counter-08-b-expected.txt:
* platform/mac/css2.1/t1202-counter-09-b-expected.txt:
* platform/mac/css2.1/t1202-counter-11-b-expected.txt:
* platform/mac/css2.1/t1202-counter-12-b-expected.txt:
* platform/mac/css2.1/t1202-counter-13-b-expected.txt:
* platform/mac/css2.1/t1202-counter-14-b-expected.txt:
* platform/mac/css2.1/t1202-counter-15-b-expected.txt:
* platform/mac/css2.1/t1202-counter-16-f-expected.txt:
* platform/mac/css2.1/t1202-counters-00-b-expected.txt:
* platform/mac/css2.1/t1202-counters-01-b-expected.txt:
* platform/mac/css2.1/t1202-counters-02-b-expected.txt:
* platform/mac/css2.1/t1202-counters-03-b-expected.txt:
* platform/mac/css2.1/t1202-counters-04-b-expected.txt:
* platform/mac/css2.1/t1202-counters-05-b-expected.txt:
* platform/mac/css2.1/t1202-counters-06-b-expected.txt:
* platform/mac/css2.1/t1202-counters-07-b-expected.txt:
* platform/mac/css2.1/t1202-counters-08-b-expected.txt:
* platform/mac/css2.1/t1202-counters-09-b-expected.txt:
* platform/mac/css2.1/t1202-counters-11-b-expected.txt:
* platform/mac/css2.1/t1202-counters-12-b-expected.txt:
* platform/mac/css2.1/t1202-counters-13-b-expected.txt:
* platform/mac/css2.1/t1202-counters-14-b-expected.txt:
* platform/mac/css2.1/t1202-counters-15-b-expected.txt:
* platform/mac/css2.1/t1202-counters-16-c-expected.txt:
* platform/mac/css2.1/t1202-counters-17-d-expected.txt:
* platform/mac/css2.1/t1202-counters-18-f-expected.txt:
* platform/mac/css2.1/t1204-implied-00-b-expected.txt:
* platform/mac/css2.1/t1204-implied-01-c-expected.txt:
* platform/mac/css2.1/t1204-implied-02-d-expected.txt:
* platform/mac/css2.1/t1204-multiple-00-c-expected.txt:
* platform/mac/css2.1/t1204-multiple-01-c-expected.txt:
* platform/mac/css2.1/t1204-order-00-c-expected.txt:
* platform/mac/css2.1/t1204-order-01-d-expected.txt:
* platform/mac/css2.1/t1204-root-e-expected.txt:
* platform/mac/css2.1/t120401-scope-00-b-expected.txt:
* platform/mac/css2.1/t120401-scope-01-c-expected.txt:
* platform/mac/css2.1/t120401-scope-02-c-expected.txt:
* platform/mac/css2.1/t120401-scope-03-c-expected.txt:
* platform/mac/css2.1/t120401-scope-04-d-expected.txt:
* platform/mac/css2.1/t120403-content-none-00-c-expected.txt:
* platform/mac/css2.1/t120403-display-none-00-c-expected.txt:
* platform/mac/css2.1/t120403-visibility-00-c-expected.txt:
* platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.txt:
* platform/mac/css2.1/t1205-c563-list-type-00-b-expected.txt:
* platform/mac/css2.1/t1205-c563-list-type-01-b-expected.txt:
* platform/mac/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
* platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
* platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
* platform/mac/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
* platform/mac/css2.1/t1401-c531-color-00-a-expected.txt:
* platform/mac/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
* platform/mac/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
* platform/mac/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
* platform/mac/css2.1/t140201-c533-bgimage-00-a-expected.txt:
* platform/mac/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
* platform/mac/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
* platform/mac/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
* platform/mac/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
* platform/mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
* platform/mac/css2.1/t1503-c522-font-family-00-b-expected.txt:
* platform/mac/css2.1/t1504-c523-font-style-00-b-expected.txt:
* platform/mac/css2.1/t1505-c524-font-var-00-b-expected.txt:
* platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
* platform/mac/css2.1/t1507-c526-font-sz-00-b-expected.txt:
* platform/mac/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
* platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
* platform/mac/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
* platform/mac/css2.1/t1508-c527-font-01-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-02-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-03-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-04-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-05-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-07-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-08-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-10-c-expected.txt:
* platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.txt:
* platform/mac/css2.1/t1601-c547-indent-01-d-expected.txt:
* platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
* platform/mac/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
* platform/mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
* platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
* platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
* platform/mac/css3/blending/blend-mode-overflow-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-blend-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-clip-path-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-filter-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-mask-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-opacity-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-shadow-expected.txt:
* platform/mac/css3/css3-modsel-33-expected.txt:
* platform/mac/css3/css3-modsel-35-expected.txt:
* platform/mac/css3/css3-modsel-36-expected.txt:
* platform/mac/css3/css3-modsel-37-expected.txt:
* platform/mac/css3/flexbox/button-expected.txt:
* platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
* platform/mac/css3/flexbox/flexbox-baseline-margins-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-1-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-10-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-11-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-13-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-144-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-148-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-149-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-149b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14e-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-15-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-150-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-151-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-152-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-154-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-156-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-156b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-156c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-157-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-158-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-159-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-15b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-16-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-160-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-166-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-166a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-167-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-167a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-168-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-168a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-169-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-169a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-17-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-175a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-175b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-175c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-176-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-177a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-177b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-178-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-179-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-179a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-18-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-180a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-181-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-183-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184e-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184f-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-18a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-18b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-18c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-19-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-2-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-20-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-21-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-21b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-21c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-22-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-27-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-27a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-27b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-28-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-28b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-30-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-31-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-32-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-34-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-35-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-36-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-37-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-38-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-39-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-39a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-39b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-39c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-3a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-4-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-41-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-41a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-42-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-42a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-43-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-43b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-44-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-44b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-44c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-44d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-45-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-45b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-45c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-46-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-46b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-5-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-54-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-55-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-56-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-59-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-6-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-60-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-62-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-63-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-65-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-66-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-66b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-67-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-7-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-72-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-72b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-74-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-74b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-75-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-75b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-76-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-76b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-78-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-78b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-79-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-7b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-8-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-80-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-81-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-81b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-82-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-82b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-86-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-87-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-87b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-88-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-88b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-89-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-9-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-90-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-90b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-d1-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-d1b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-d2-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-d4-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-1-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-10-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-100-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-100b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-101-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-101b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-102-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-102b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-103-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-103b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-104-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-104b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-105-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-105b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-106-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-106b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-107-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-107b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-108-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-108b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-109-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-109b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-11-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-110-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-110b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-111-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-111b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-112-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-112b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-113-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-113b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-114-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-114b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-115-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-115b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-116-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-116b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-117-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-117b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-118-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-119-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-120-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-121-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-122-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-123-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-123b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-124-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-124b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-125-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-125b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-126-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-126b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-127-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-127b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-128-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-128b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-129-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-129b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-13-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-130-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-130b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-131-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-131b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-132-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-132b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-133-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-133b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-134-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-134b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-135-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-135b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-136-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-136b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-137-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-137b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-138-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-138b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-139-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-139b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-140-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-140b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-141-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-141b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-142-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-142b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-143-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-143b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-144-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-145a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-145b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-146a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-146b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-147a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-147b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-148-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-149-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-149b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14e-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-15-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-150-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-151-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-152-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-153-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-154-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-156-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-156b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-156c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-157-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-158-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-159-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-15b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-16-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-160-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-166-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-166a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-167-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-167a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-168-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-168a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-169-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-169a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-17-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-171-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-172a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-172b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-173a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-173b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-174a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-174b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-175a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-175b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-175c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-176-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-177a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-177b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-178-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-179-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-179a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-18-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-180a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-181-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-182-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-183-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184e-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184f-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-18a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-18b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-18c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-19-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-2-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-20-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-21-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-21b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-21c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-22-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-27-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-27a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-27b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-28-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-28b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-3-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-30-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-31-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-32-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-34-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-35-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-36-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-37-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-38-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-39-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-39a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-39b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-39c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-3a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-4-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-41-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-41a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-42-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-42a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-43-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-43b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-44-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-44b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-44c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-44d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-45-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-45b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-45c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-46-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-46b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-47-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-48-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-49-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-5-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-50-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-51-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-52-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-53-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-54-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-55-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-56-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-57-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-57b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-59-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-6-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-60-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-62-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-63-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-65-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-66-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-66b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-67-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-7-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-72-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-72b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-74-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-74b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-75-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-75b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-76-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-76b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-78-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-78b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-79-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-7b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-8-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-80-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-81-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-81b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-82-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-82b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-86-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-87-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-87b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-88-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-88b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-89-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-9-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-90-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-90b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-91-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-92-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-93-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-94-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-94b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-95-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-96-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-96b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-97-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-97b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-98-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-98b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-99-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-99b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d1-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d2-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d3-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d4-expected.txt:
* platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
* platform/mac/editing/caret/caret-color-expected.txt:
* platform/mac/editing/deleting/4922367-expected.txt:
* platform/mac/editing/deleting/5099303-expected.txt:
* platform/mac/editing/deleting/5126166-expected.txt:
* platform/mac/editing/deleting/5144139-2-expected.txt:
* platform/mac/editing/deleting/5206311-1-expected.txt:
* platform/mac/editing/deleting/5272440-expected.txt:
* platform/mac/editing/deleting/5369009-expected.txt:
* platform/mac/editing/deleting/5433862-2-expected.txt:
* platform/mac/editing/deleting/5483370-expected.txt:
* platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
* platform/mac/editing/deleting/delete-3857753-fix-expected.txt:
* platform/mac/editing/deleting/delete-3865854-fix-expected.txt:
* platform/mac/editing/deleting/delete-3928305-fix-expected.txt:
* platform/mac/editing/deleting/delete-4083333-fix-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/mac/editing/deleting/delete-and-undo-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/mac/editing/deleting/delete-block-contents-003-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-005-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-008-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-011-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-017-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-023-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-024-expected.txt:
* platform/mac/editing/deleting/delete-br-001-expected.txt:
* platform/mac/editing/deleting/delete-br-003-expected.txt:
* platform/mac/editing/deleting/delete-br-007-expected.txt:
* platform/mac/editing/deleting/delete-br-008-expected.txt:
* platform/mac/editing/deleting/delete-br-010-expected.txt:
* platform/mac/editing/deleting/delete-br-013-expected.txt:
* platform/mac/editing/deleting/delete-character-001-expected.txt:
* platform/mac/editing/deleting/delete-first-list-item-expected.txt:
* platform/mac/editing/deleting/delete-hr-expected.txt:
* platform/mac/editing/deleting/delete-image-001-expected.txt:
* platform/mac/editing/deleting/delete-image-002-expected.txt:
* platform/mac/editing/deleting/delete-image-003-expected.txt:
* platform/mac/editing/deleting/delete-line-001-expected.txt:
* platform/mac/editing/deleting/delete-line-002-expected.txt:
* platform/mac/editing/deleting/delete-line-003-expected.txt:
* platform/mac/editing/deleting/delete-line-004-expected.txt:
* platform/mac/editing/deleting/delete-line-005-expected.txt:
* platform/mac/editing/deleting/delete-line-006-expected.txt:
* platform/mac/editing/deleting/delete-line-007-expected.txt:
* platform/mac/editing/deleting/delete-line-008-expected.txt:
* platform/mac/editing/deleting/delete-line-009-expected.txt:
* platform/mac/editing/deleting/delete-line-010-expected.txt:
* platform/mac/editing/deleting/delete-line-012-expected.txt:
* platform/mac/editing/deleting/delete-line-013-expected.txt:
* platform/mac/editing/deleting/delete-line-014-expected.txt:
* platform/mac/editing/deleting/delete-line-015-expected.txt:
* platform/mac/editing/deleting/delete-line-016-expected.txt:
* platform/mac/editing/deleting/delete-line-017-expected.txt:
* platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-listitem-001-expected.txt:
* platform/mac/editing/deleting/delete-listitem-002-expected.txt:
* platform/mac/editing/deleting/delete-selection-001-expected.txt:
* platform/mac/editing/deleting/delete-tab-002-expected.txt:
* platform/mac/editing/deleting/delete-tab-003-expected.txt:
* platform/mac/editing/deleting/delete-to-select-table-expected.txt:
* platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-003-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-004-expected.txt:
* platform/mac/editing/deleting/forward-delete-expected.txt:
* platform/mac/editing/deleting/list-item-1-expected.txt:
* platform/mac/editing/deleting/merge-different-styles-expected.txt:
* platform/mac/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/mac/editing/deleting/merge-no-br-expected.txt:
* platform/mac/editing/deleting/merge-unrendered-space-expected.txt:
* platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
* platform/mac/editing/deleting/move-nodes-001-expected.txt:
* platform/mac/editing/deleting/non-smart-delete-expected.txt:
* platform/mac/editing/deleting/pruning-after-merge-2-expected.txt:
* platform/mac/editing/deleting/smart-delete-001-expected.txt:
* platform/mac/editing/deleting/smart-delete-003-expected.txt:
* platform/mac/editing/deleting/smart-delete-004-expected.txt:
* platform/mac/editing/deleting/table-cells-expected.txt:
* platform/mac/editing/deleting/type-delete-after-quote-expected.txt:
* platform/mac/editing/execCommand/4580583-1-expected.txt:
* platform/mac/editing/execCommand/4580583-2-expected.txt:
* platform/mac/editing/execCommand/4641880-1-expected.txt:
* platform/mac/editing/execCommand/4641880-2-expected.txt:
* platform/mac/editing/execCommand/4747450-expected.txt:
* platform/mac/editing/execCommand/4916402-expected.txt:
* platform/mac/editing/execCommand/4916541-expected.txt:
* platform/mac/editing/execCommand/4924441-expected.txt:
* platform/mac/editing/execCommand/5080333-1-expected.txt:
* platform/mac/editing/execCommand/5080333-2-expected.txt:
* platform/mac/editing/execCommand/5136770-expected.txt:
* platform/mac/editing/execCommand/5138441-expected.txt:
* platform/mac/editing/execCommand/5142012-1-expected.txt:
* platform/mac/editing/execCommand/5142012-2-expected.txt:
* platform/mac/editing/execCommand/5190926-expected.txt:
* platform/mac/editing/execCommand/5481523-expected.txt:
* platform/mac/editing/execCommand/5482023-expected.txt:
* platform/mac/editing/execCommand/5569741-expected.txt:
* platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
* platform/mac/editing/execCommand/find-after-replace-expected.txt:
* platform/mac/editing/execCommand/findString-2-expected.txt:
* platform/mac/editing/execCommand/findString-expected.txt:
* platform/mac/editing/execCommand/indent-empty-root-expected.txt:
* platform/mac/editing/execCommand/indent-list-item-expected.txt:
* platform/mac/editing/execCommand/indent-selection-expected.txt:
* platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt:
* platform/mac/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/mac/editing/execCommand/insertImage-expected.txt:
* platform/mac/editing/execCommand/nsresponder-indent-expected.txt:
* platform/mac/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/mac/editing/execCommand/paste-1-expected.txt:
* platform/mac/editing/execCommand/print-expected.txt:
* platform/mac/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/mac/editing/execCommand/remove-list-item-1-expected.txt:
* platform/mac/editing/input/5576619-expected.txt:
* platform/mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac/editing/input/emacs-ctrl-o-expected.txt:
* platform/mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac/editing/inserting/12882-expected.txt:
* platform/mac/editing/inserting/4278698-expected.txt:
* platform/mac/editing/inserting/4840662-expected.txt:
* platform/mac/editing/inserting/4875189-1-expected.txt:
* platform/mac/editing/inserting/4875189-2-expected.txt:
* platform/mac/editing/inserting/4959067-expected.txt:
* platform/mac/editing/inserting/4960120-1-expected.txt:
* platform/mac/editing/inserting/4960120-2-expected.txt:
* platform/mac/editing/inserting/5002441-expected.txt:
* platform/mac/editing/inserting/5058163-1-expected.txt:
* platform/mac/editing/inserting/5058163-2-expected.txt:
* platform/mac/editing/inserting/5156401-2-expected.txt:
* platform/mac/editing/inserting/5418891-expected.txt:
* platform/mac/editing/inserting/5510537-expected.txt:
* platform/mac/editing/inserting/5549929-2-expected.txt:
* platform/mac/editing/inserting/5549929-3-expected.txt:
* platform/mac/editing/inserting/6703873-expected.txt:
* platform/mac/editing/inserting/before-after-input-element-expected.txt:
* platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:
* platform/mac/editing/inserting/editable-html-element-expected.txt:
* platform/mac/editing/inserting/editable-inline-element-expected.txt:
* platform/mac/editing/inserting/edited-whitespace-1-expected.txt:
* platform/mac/editing/inserting/editing-empty-divs-expected.txt:
* platform/mac/editing/inserting/insert-3778059-fix-expected.txt:
* platform/mac/editing/inserting/insert-at-end-01-expected.txt:
* platform/mac/editing/inserting/insert-at-end-02-expected.txt:
* platform/mac/editing/inserting/insert-br-009-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-001-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-001-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-002-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-003-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-004-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-005-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-006-expected.txt:
* platform/mac/editing/inserting/insert-div-009-expected.txt:
* platform/mac/editing/inserting/insert-div-011-expected.txt:
* platform/mac/editing/inserting/insert-div-012-expected.txt:
* platform/mac/editing/inserting/insert-div-013-expected.txt:
* platform/mac/editing/inserting/insert-div-014-expected.txt:
* platform/mac/editing/inserting/insert-div-015-expected.txt:
* platform/mac/editing/inserting/insert-div-016-expected.txt:
* platform/mac/editing/inserting/insert-div-017-expected.txt:
* platform/mac/editing/inserting/insert-div-018-expected.txt:
* platform/mac/editing/inserting/insert-div-019-expected.txt:
* platform/mac/editing/inserting/insert-div-020-expected.txt:
* platform/mac/editing/inserting/insert-div-022-expected.txt:
* platform/mac/editing/inserting/insert-div-023-expected.txt:
* platform/mac/editing/inserting/insert-div-024-expected.txt:
* platform/mac/editing/inserting/insert-div-025-expected.txt:
* platform/mac/editing/inserting/insert-div-026-expected.txt:
* platform/mac/editing/inserting/insert-div-027-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-01-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-02-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-03-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-04-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-05-expected.txt:
* platform/mac/editing/inserting/insert-tab-003-expected.txt:
* platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/mac/editing/inserting/insert-text-at-tabspan-002-expected.txt:
* platform/mac/editing/inserting/insert-text-at-tabspan-003-expected.txt:
* platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/mac/editing/inserting/line-break-expected.txt:
* platform/mac/editing/inserting/multiple-lines-selected-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-01-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-02-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-03-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/mac/editing/inserting/redo-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/mac/editing/inserting/typing-002-expected.txt:
* platform/mac/editing/inserting/typing-at-end-of-line-expected.txt:
* platform/mac/editing/pasteboard/3976872-expected.txt:
* platform/mac/editing/pasteboard/4076267-2-expected.txt:
* platform/mac/editing/pasteboard/4076267-3-expected.txt:
* platform/mac/editing/pasteboard/4076267-expected.txt:
* platform/mac/editing/pasteboard/4242293-expected.txt:
* platform/mac/editing/pasteboard/4631972-expected.txt:
* platform/mac/editing/pasteboard/4641033-expected.txt:
* platform/mac/editing/pasteboard/4806874-expected.txt:
* platform/mac/editing/pasteboard/4944770-1-expected.txt:
* platform/mac/editing/pasteboard/4944770-2-expected.txt:
* platform/mac/editing/pasteboard/4947130-expected.txt:
* platform/mac/editing/pasteboard/4989774-expected.txt:
* platform/mac/editing/pasteboard/5006779-expected.txt:
* platform/mac/editing/pasteboard/5028447-expected.txt:
* platform/mac/editing/pasteboard/5032095-expected.txt:
* platform/mac/editing/pasteboard/5071074-2-expected.txt:
* platform/mac/editing/pasteboard/5071074-expected.txt:
* platform/mac/editing/pasteboard/5075944-expected.txt:
* platform/mac/editing/pasteboard/5134759-expected.txt:
* platform/mac/editing/pasteboard/5156401-1-expected.txt:
* platform/mac/editing/pasteboard/5387578-expected.txt:
* platform/mac/editing/pasteboard/5583362-expected.txt:
* platform/mac/editing/pasteboard/5601583-1-expected.txt:
* platform/mac/editing/pasteboard/7955-expected.txt:
* platform/mac/editing/pasteboard/8145-1-expected.txt:
* platform/mac/editing/pasteboard/8145-2-expected.txt:
* platform/mac/editing/pasteboard/8145-3-expected.txt:
* platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
* platform/mac/editing/pasteboard/copy-standalone-image-expected.txt:
* platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.txt:
* platform/mac/editing/pasteboard/displaced-placeholder-expected.txt:
* platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt:
* platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
* platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
* platform/mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/mac/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
* platform/mac/editing/pasteboard/input-field-1-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
* platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
* platform/mac/editing/pasteboard/merge-start-blockquote-expected.txt:
* platform/mac/editing/pasteboard/merge-start-list-expected.txt:
* platform/mac/editing/pasteboard/paste-2-expected.txt:
* platform/mac/editing/pasteboard/paste-4038267-fix-expected.txt:
* platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-002-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-003-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-004-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-005-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
* platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/mac/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/mac/editing/pasteboard/paste-text-004-expected.txt:
* platform/mac/editing/pasteboard/paste-text-008-expected.txt:
* platform/mac/editing/pasteboard/paste-text-009-expected.txt:
* platform/mac/editing/pasteboard/paste-text-013-expected.txt:
* platform/mac/editing/pasteboard/paste-text-014-expected.txt:
* platform/mac/editing/pasteboard/paste-text-016-expected.txt:
* platform/mac/editing/pasteboard/paste-text-019-expected.txt:
* platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/mac/editing/pasteboard/pasting-object-expected.txt:
* platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac/editing/pasteboard/quirks-mode-br-1-expected.txt:
* platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
* platform/mac/editing/pasteboard/styled-element-markup-expected.txt:
* platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/mac/editing/pasteboard/undoable-fragment-removes-expected.txt:
* platform/mac/editing/pasteboard/unrendered-br-expected.txt:
* platform/mac/editing/selection/14971-expected.txt:
* platform/mac/editing/selection/25228-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/4397952-expected.txt:
* platform/mac/editing/selection/4402375-expected.txt:
* platform/mac/editing/selection/4776665-expected.txt:
* platform/mac/editing/selection/4818145-expected.txt:
* platform/mac/editing/selection/4866671-expected.txt:
* platform/mac/editing/selection/4889598-expected.txt:
* platform/mac/editing/selection/4895428-2-expected.txt:
* platform/mac/editing/selection/4895428-3-expected.txt:
* platform/mac/editing/selection/4932260-1-expected.txt:
* platform/mac/editing/selection/4932260-2-expected.txt:
* platform/mac/editing/selection/4932260-3-expected.txt:
* platform/mac/editing/selection/4947387-expected.txt:
* platform/mac/editing/selection/4960116-expected.txt:
* platform/mac/editing/selection/4960137-expected.txt:
* platform/mac/editing/selection/4975120-expected.txt:
* platform/mac/editing/selection/4983858-expected.txt:
* platform/mac/editing/selection/5007143-2-expected.txt:
* platform/mac/editing/selection/5007143-expected.txt:
* platform/mac/editing/selection/5076323-1-expected.txt:
* platform/mac/editing/selection/5076323-2-expected.txt:
* platform/mac/editing/selection/5076323-3-expected.txt:
* platform/mac/editing/selection/5081257-1-expected.txt:
* platform/mac/editing/selection/5081257-2-expected.txt:
* platform/mac/editing/selection/5099303-expected.txt:
* platform/mac/editing/selection/5131716-1-expected.txt:
* platform/mac/editing/selection/5131716-2-expected.txt:
* platform/mac/editing/selection/5131716-3-expected.txt:
* platform/mac/editing/selection/5131716-4-expected.txt:
* platform/mac/editing/selection/5195166-2-expected.txt:
* platform/mac/editing/selection/5232159-expected.txt:
* platform/mac/editing/selection/5234383-1-expected.txt:
* platform/mac/editing/selection/5234383-2-expected.txt:
* platform/mac/editing/selection/5240265-expected.txt:
* platform/mac/editing/selection/5354455-2-expected.txt:
* platform/mac/editing/selection/6476-expected.txt:
* platform/mac/editing/selection/7152-1-expected.txt:
* platform/mac/editing/selection/7152-2-expected.txt:
* platform/mac/editing/selection/addRange-expected.txt:
* platform/mac/editing/selection/after-line-wrap-expected.txt:
* platform/mac/editing/selection/caret-and-focus-ring-expected.txt:
* platform/mac/editing/selection/caret-before-select-expected.txt:
* platform/mac/editing/selection/caret-ltr-2-expected.txt:
* platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
* platform/mac/editing/selection/caret-ltr-expected.txt:
* platform/mac/editing/selection/caret-ltr-right-expected.txt:
* platform/mac/editing/selection/caret-rtl-2-expected.txt:
* platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
* platform/mac/editing/selection/caret-rtl-expected.txt:
* platform/mac/editing/selection/caret-rtl-right-expected.txt:
* platform/mac/editing/selection/clear-selection-expected.txt:
* platform/mac/editing/selection/click-start-of-line-expected.txt:
* platform/mac/editing/selection/contains-boundaries-expected.txt:
* platform/mac/editing/selection/contenteditable-click-inside-expected.txt:
* platform/mac/editing/selection/designmode-no-caret-expected.txt:
* platform/mac/editing/selection/display-table-text-expected.txt:
* platform/mac/editing/selection/drag-in-iframe-expected.txt:
* platform/mac/editing/selection/drag-select-1-expected.txt:
* platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
* platform/mac/editing/selection/editable-html-element-expected.txt:
* platform/mac/editing/selection/editable-links-expected.txt:
* platform/mac/editing/selection/editable-non-editable-crash-expected.txt:
* platform/mac/editing/selection/end-of-document-expected.txt:
* platform/mac/editing/selection/expanding-selections-expected.txt:
* platform/mac/editing/selection/expanding-selections2-expected.txt:
* platform/mac/editing/selection/extend-by-character-001-expected.txt:
* platform/mac/editing/selection/extend-by-character-002-expected.txt:
* platform/mac/editing/selection/extend-by-character-003-expected.txt:
* platform/mac/editing/selection/extend-by-character-004-expected.txt:
* platform/mac/editing/selection/extend-by-character-005-expected.txt:
* platform/mac/editing/selection/extend-by-word-002-expected.txt:
* platform/mac/editing/selection/fake-doubleclick-expected.txt:
* platform/mac/editing/selection/focus-body-expected.txt:
* platform/mac/editing/selection/focus_editable_html-expected.txt:
* platform/mac/editing/selection/iframe-expected.txt:
* platform/mac/editing/selection/image-before-linebreak-expected.txt:
* platform/mac/editing/selection/inline-closest-leaf-child-expected.txt:
* platform/mac/editing/selection/inline-table-expected.txt:
* platform/mac/editing/selection/leave-requested-block-expected.txt:
* platform/mac/editing/selection/line-wrap-1-expected.txt:
* platform/mac/editing/selection/line-wrap-2-expected.txt:
* platform/mac/editing/selection/mixed-editability-1-expected.txt:
* platform/mac/editing/selection/mixed-editability-2-expected.txt:
* platform/mac/editing/selection/mixed-editability-3-expected.txt:
* platform/mac/editing/selection/mixed-editability-4-expected.txt:
* platform/mac/editing/selection/mixed-editability-5-expected.txt:
* platform/mac/editing/selection/mixed-editability-6-expected.txt:
* platform/mac/editing/selection/mixed-editability-7-expected.txt:
* platform/mac/editing/selection/mixed-editability-8-expected.txt:
* platform/mac/editing/selection/mixed-editability-9-expected.txt:
* platform/mac/editing/selection/move-3875618-fix-expected.txt:
* platform/mac/editing/selection/move-3875641-fix-expected.txt:
* platform/mac/editing/selection/move-backwords-by-word-001-expected.txt:
* platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/mac/editing/selection/move-between-blocks-yes-001-expected.txt:
* platform/mac/editing/selection/move-by-character-001-expected.txt:
* platform/mac/editing/selection/move-by-character-002-expected.txt:
* platform/mac/editing/selection/move-by-character-003-expected.txt:
* platform/mac/editing/selection/move-by-character-004-expected.txt:
* platform/mac/editing/selection/move-by-character-005-expected.txt:
* platform/mac/editing/selection/move-by-character-6-expected.txt:
* platform/mac/editing/selection/move-by-line-002-expected.txt:
* platform/mac/editing/selection/move-by-sentence-001-expected.txt:
* platform/mac/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/mac/editing/selection/node-removal-1-expected.txt:
* platform/mac/editing/selection/node-removal-2-expected.txt:
* platform/mac/editing/selection/paragraph-granularity-expected.txt:
* platform/mac/editing/selection/previous-line-position-expected.txt:
* platform/mac/editing/selection/range-between-block-and-inline-expected.txt:
* platform/mac/editing/selection/replace-selection-1-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-1-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-2-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/mac/editing/selection/select-all-001-expected.txt:
* platform/mac/editing/selection/select-all-002-expected.txt:
* platform/mac/editing/selection/select-all-003-expected.txt:
* platform/mac/editing/selection/select-all-005-expected.txt:
* platform/mac/editing/selection/select-all-006-expected.txt:
* platform/mac/editing/selection/select-all-iframe-expected.txt:
* platform/mac/editing/selection/select-box-expected.txt:
* platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
* platform/mac/editing/selection/selectNode-expected.txt:
* platform/mac/editing/selection/selectNodeContents-expected.txt:
* platform/mac/editing/selection/selection-actions-expected.txt:
* platform/mac/editing/selection/selection-background-expected.txt:
* platform/mac/editing/selection/selection-button-text-expected.txt:
* platform/mac/editing/selection/table-caret-1-expected.txt:
* platform/mac/editing/selection/table-caret-2-expected.txt:
* platform/mac/editing/selection/table-caret-3-expected.txt:
* platform/mac/editing/selection/transformed-selection-rects-expected.txt:
* platform/mac/editing/selection/triple-click-in-pre-expected.txt:
* platform/mac/editing/selection/unrendered-001-expected.txt:
* platform/mac/editing/selection/unrendered-002-expected.txt:
* platform/mac/editing/selection/unrendered-003-expected.txt:
* platform/mac/editing/selection/unrendered-004-expected.txt:
* platform/mac/editing/selection/unrendered-005-expected.txt:
* platform/mac/editing/selection/unrendered-space-expected.txt:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
* platform/mac/editing/selection/word-granularity-expected.txt:
* platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
* platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
* platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
* platform/mac/editing/spelling/autocorrection-delete-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
* platform/mac/editing/spelling/autocorrection-simple-expected.txt:
* platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
* platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
* platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
* platform/mac/editing/spelling/spelling-expected.txt:
* platform/mac/editing/style/4916887-expected.txt:
* platform/mac/editing/style/5017613-1-expected.txt:
* platform/mac/editing/style/5017613-2-expected.txt:
* platform/mac/editing/style/5046875-1-expected.txt:
* platform/mac/editing/style/5046875-2-expected.txt:
* platform/mac/editing/style/5065910-expected.txt:
* platform/mac/editing/style/5084241-expected.txt:
* platform/mac/editing/style/5228141-expected.txt:
* platform/mac/editing/style/5279521-expected.txt:
* platform/mac/editing/style/apple-style-editable-mix-expected.txt:
* platform/mac/editing/style/block-style-001-expected.txt:
* platform/mac/editing/style/block-style-002-expected.txt:
* platform/mac/editing/style/block-style-003-expected.txt:
* platform/mac/editing/style/block-styles-007-expected.txt:
* platform/mac/editing/style/create-block-for-style-001-expected.txt:
* platform/mac/editing/style/create-block-for-style-002-expected.txt:
* platform/mac/editing/style/create-block-for-style-003-expected.txt:
* platform/mac/editing/style/create-block-for-style-004-expected.txt:
* platform/mac/editing/style/create-block-for-style-005-expected.txt:
* platform/mac/editing/style/create-block-for-style-006-expected.txt:
* platform/mac/editing/style/create-block-for-style-007-expected.txt:
* platform/mac/editing/style/create-block-for-style-008-expected.txt:
* platform/mac/editing/style/create-block-for-style-009-expected.txt:
* platform/mac/editing/style/create-block-for-style-010-expected.txt:
* platform/mac/editing/style/create-block-for-style-011-expected.txt:
* platform/mac/editing/style/create-block-for-style-012-expected.txt:
* platform/mac/editing/style/create-block-for-style-013-expected.txt:
* platform/mac/editing/style/designmode-expected.txt:
* platform/mac/editing/style/font-family-with-space-expected.txt:
* platform/mac/editing/style/highlight-expected.txt:
* platform/mac/editing/style/relative-font-size-change-001-expected.txt:
* platform/mac/editing/style/relative-font-size-change-002-expected.txt:
* platform/mac/editing/style/relative-font-size-change-003-expected.txt:
* platform/mac/editing/style/relative-font-size-change-004-expected.txt:
* platform/mac/editing/style/smoosh-styles-001-expected.txt:
* platform/mac/editing/style/style-3681552-fix-002-expected.txt:
* platform/mac/editing/style/style-3998892-fix-expected.txt:
* platform/mac/editing/style/style-boundary-001-expected.txt:
* platform/mac/editing/style/style-boundary-004-expected.txt:
* platform/mac/editing/style/style-boundary-005-expected.txt:
* platform/mac/editing/style/table-selection-expected.txt:
* platform/mac/editing/undo/4063751-expected.txt:
* platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-combined-delete-expected.txt:
* platform/mac/editing/undo/undo-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-delete-expected.txt:
* platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-forward-delete-expected.txt:
* platform/mac/editing/unsupported-content/list-delete-001-expected.txt:
* platform/mac/editing/unsupported-content/list-delete-003-expected.txt:
* platform/mac/editing/unsupported-content/list-type-after-expected.txt:
* platform/mac/editing/unsupported-content/list-type-before-expected.txt:
* platform/mac/editing/unsupported-content/table-delete-002-expected.txt:
* platform/mac/editing/unsupported-content/table-type-after-expected.txt:
* platform/mac/editing/unsupported-content/table-type-before-expected.txt:
* platform/mac/fast/backgrounds/001-expected.txt:
* platform/mac/fast/backgrounds/animated-gif-as-background-expected.txt:
* platform/mac/fast/backgrounds/background-clip-text-expected.txt:
* platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
* platform/mac/fast/backgrounds/background-origin-root-element-expected.txt:
* platform/mac/fast/backgrounds/background-position-1-expected.txt:
* platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
* platform/mac/fast/backgrounds/background-position-rounding-expected.txt:
* platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
* platform/mac/fast/backgrounds/mask-composite-expected.txt:
* platform/mac/fast/backgrounds/opacity-on-document-element-expected.txt:
* platform/mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
* platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
* platform/mac/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
* platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
* platform/mac/fast/backgrounds/size/backgroundSize16-expected.txt:
* platform/mac/fast/backgrounds/size/zero-expected.txt:
* platform/mac/fast/backgrounds/solid-color-context-restore-expected.txt:
* platform/mac/fast/block/basic/001-expected.txt:
* platform/mac/fast/block/basic/002-expected.txt:
* platform/mac/fast/block/basic/003-expected.txt:
* platform/mac/fast/block/basic/004-expected.txt:
* platform/mac/fast/block/basic/005-expected.txt:
* platform/mac/fast/block/basic/006-expected.txt:
* platform/mac/fast/block/basic/007-expected.txt:
* platform/mac/fast/block/basic/008-expected.txt:
* platform/mac/fast/block/basic/009-expected.txt:
* platform/mac/fast/block/basic/011-expected.txt:
* platform/mac/fast/block/basic/012-expected.txt:
* platform/mac/fast/block/basic/013-expected.txt:
* platform/mac/fast/block/basic/014-expected.txt:
* platform/mac/fast/block/basic/015-expected.txt:
* platform/mac/fast/block/basic/016-expected.txt:
* platform/mac/fast/block/basic/018-expected.txt:
* platform/mac/fast/block/basic/019-expected.txt:
* platform/mac/fast/block/basic/020-expected.txt:
* platform/mac/fast/block/basic/021-expected.txt:
* platform/mac/fast/block/basic/adding-near-anonymous-block-expected.txt:
* platform/mac/fast/block/basic/minheight-expected.txt:
* platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
* platform/mac/fast/block/basic/quirk-height-expected.txt:
* platform/mac/fast/block/basic/text-indent-rtl-expected.txt:
* platform/mac/fast/block/basic/truncation-rtl-expected.txt:
* platform/mac/fast/block/basic/white-space-pre-wraps-expected.txt:
* platform/mac/fast/block/float/001-expected.txt:
* platform/mac/fast/block/float/002-expected.txt:
* platform/mac/fast/block/float/003-expected.txt:
* platform/mac/fast/block/float/004-expected.txt:
* platform/mac/fast/block/float/005-expected.txt:
* platform/mac/fast/block/float/006-expected.txt:
* platform/mac/fast/block/float/007-expected.txt:
* platform/mac/fast/block/float/010-expected.txt:
* platform/mac/fast/block/float/011-expected.txt:
* platform/mac/fast/block/float/012-expected.txt:
* platform/mac/fast/block/float/013-expected.txt:
* platform/mac/fast/block/float/014-expected.txt:
* platform/mac/fast/block/float/015-expected.txt:
* platform/mac/fast/block/float/017-expected.txt:
* platform/mac/fast/block/float/018-expected.txt:
* platform/mac/fast/block/float/020-expected.txt:
* platform/mac/fast/block/float/021-expected.txt:
* platform/mac/fast/block/float/022-expected.txt:
* platform/mac/fast/block/float/023-expected.txt:
* platform/mac/fast/block/float/024-expected.txt:
* platform/mac/fast/block/float/025-expected.txt:
* platform/mac/fast/block/float/026-expected.txt:
* platform/mac/fast/block/float/027-expected.txt:
* platform/mac/fast/block/float/028-expected.txt:
* platform/mac/fast/block/float/029-expected.txt:
* platform/mac/fast/block/float/030-expected.txt:
* platform/mac/fast/block/float/031-expected.txt:
* platform/mac/fast/block/float/avoidance-percent-width-compat-expected.txt:
* platform/mac/fast/block/float/avoidance-percent-width-strict-expected.txt:
* platform/mac/fast/block/float/avoiding-float-centered-expected.txt:
* platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
* platform/mac/fast/block/float/clamped-right-float-expected.txt:
* platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
* platform/mac/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
* platform/mac/fast/block/float/editable-text-overlapping-float-expected.txt:
* platform/mac/fast/block/float/fit_line_below_floats-expected.txt:
* platform/mac/fast/block/float/float-avoidance-expected.txt:
* platform/mac/fast/block/float/float-in-float-hit-testing-expected.txt:
* platform/mac/fast/block/float/float-in-float-painting-expected.txt:
* platform/mac/fast/block/float/floats-and-text-indent-expected.txt:
* platform/mac/fast/block/float/floats-and-text-indent-rl-expected.txt:
* platform/mac/fast/block/float/independent-align-positioning-expected.txt:
* platform/mac/fast/block/float/intruding-painted-twice-expected.txt:
* platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
* platform/mac/fast/block/float/multiple-float-positioning-expected.txt:
* platform/mac/fast/block/float/nestedAnonymousBlocks-expected.txt:
* platform/mac/fast/block/float/nestedAnonymousBlocks2-expected.txt:
* platform/mac/fast/block/float/nopaint-after-layer-destruction-expected.txt:
* platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
* platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt:
* platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
* platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
* platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
* platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
* platform/mac/fast/block/float/shrink-to-fit-width-expected.txt:
* platform/mac/fast/block/float/table-relayout-expected.txt:
* platform/mac/fast/block/float/vertical-move-relayout-expected.txt:
* platform/mac/fast/block/float/width-update-after-clear-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-font-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-glyphs-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/font-expected.txt:
* platform/mac/fast/block/lineboxcontain/font-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/glyphs-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-box-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/none-expected.txt:
* platform/mac/fast/block/lineboxcontain/parsing-invalid-expected.txt:
* platform/mac/fast/block/lineboxcontain/replaced-expected.txt:
* platform/mac/fast/block/margin-collapse/001-expected.txt:
* platform/mac/fast/block/margin-collapse/002-expected.txt:
* platform/mac/fast/block/margin-collapse/003-expected.txt:
* platform/mac/fast/block/margin-collapse/004-expected.txt:
* platform/mac/fast/block/margin-collapse/005-expected.txt:
* platform/mac/fast/block/margin-collapse/006-expected.txt:
* platform/mac/fast/block/margin-collapse/010-expected.txt:
* platform/mac/fast/block/margin-collapse/011-expected.txt:
* platform/mac/fast/block/margin-collapse/012-expected.txt:
* platform/mac/fast/block/margin-collapse/015-expected.txt:
* platform/mac/fast/block/margin-collapse/016-expected.txt:
* platform/mac/fast/block/margin-collapse/017-expected.txt:
* platform/mac/fast/block/margin-collapse/018-expected.txt:
* platform/mac/fast/block/margin-collapse/019-expected.txt:
* platform/mac/fast/block/margin-collapse/020-expected.txt:
* platform/mac/fast/block/margin-collapse/021-expected.txt:
* platform/mac/fast/block/margin-collapse/022-expected.txt:
* platform/mac/fast/block/margin-collapse/025-expected.txt:
* platform/mac/fast/block/margin-collapse/026-expected.txt:
* platform/mac/fast/block/margin-collapse/027-expected.txt:
* platform/mac/fast/block/margin-collapse/028-expected.txt:
* platform/mac/fast/block/margin-collapse/029-expected.txt:
* platform/mac/fast/block/margin-collapse/030-expected.txt:
* platform/mac/fast/block/margin-collapse/031-expected.txt:
* platform/mac/fast/block/margin-collapse/032-expected.txt:
* platform/mac/fast/block/margin-collapse/033-expected.txt:
* platform/mac/fast/block/margin-collapse/034-expected.txt:
* platform/mac/fast/block/margin-collapse/035-expected.txt:
* platform/mac/fast/block/margin-collapse/037-expected.txt:
* platform/mac/fast/block/margin-collapse/038-expected.txt:
* platform/mac/fast/block/margin-collapse/039-expected.txt:
* platform/mac/fast/block/margin-collapse/040-expected.txt:
* platform/mac/fast/block/margin-collapse/041-expected.txt:
* platform/mac/fast/block/margin-collapse/042-expected.txt:
* platform/mac/fast/block/margin-collapse/043-expected.txt:
* platform/mac/fast/block/margin-collapse/044-expected.txt:
* platform/mac/fast/block/margin-collapse/045-expected.txt:
* platform/mac/fast/block/margin-collapse/055-expected.txt:
* platform/mac/fast/block/margin-collapse/056-expected.txt:
* platform/mac/fast/block/margin-collapse/057-expected.txt:
* platform/mac/fast/block/margin-collapse/058-expected.txt:
* platform/mac/fast/block/margin-collapse/059-expected.txt:
* platform/mac/fast/block/margin-collapse/062-expected.txt:
* platform/mac/fast/block/margin-collapse/063-expected.txt:
* platform/mac/fast/block/margin-collapse/100-expected.txt:
* platform/mac/fast/block/margin-collapse/101-expected.txt:
* platform/mac/fast/block/margin-collapse/102-expected.txt:
* platform/mac/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/block/margin-collapse/104-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
* platform/mac/fast/block/margin-collapse/negative-margins-expected.txt:
* platform/mac/fast/block/positioning/001-expected.txt:
* platform/mac/fast/block/positioning/047-expected.txt:
* platform/mac/fast/block/positioning/051-expected.txt:
* platform/mac/fast/block/positioning/052-expected.txt:
* platform/mac/fast/block/positioning/053-expected.txt:
* platform/mac/fast/block/positioning/054-expected.txt:
* platform/mac/fast/block/positioning/055-expected.txt:
* platform/mac/fast/block/positioning/056-expected.txt:
* platform/mac/fast/block/positioning/057-expected.txt:
* platform/mac/fast/block/positioning/058-expected.txt:
* platform/mac/fast/block/positioning/059-expected.txt:
* platform/mac/fast/block/positioning/060-expected.txt:
* platform/mac/fast/block/positioning/abs-inside-inline-rel-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
* platform/mac/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
* platform/mac/fast/block/positioning/absolute-position-direction-expected.txt:
* platform/mac/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
* platform/mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
* platform/mac/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
* platform/mac/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
* platform/mac/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
* platform/mac/fast/block/positioning/auto/001-expected.txt:
* platform/mac/fast/block/positioning/auto/002-expected.txt:
* platform/mac/fast/block/positioning/auto/003-expected.txt:
* platform/mac/fast/block/positioning/auto/004-expected.txt:
* platform/mac/fast/block/positioning/auto/005-expected.txt:
* platform/mac/fast/block/positioning/auto/006-expected.txt:
* platform/mac/fast/block/positioning/auto/007-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.txt:
* platform/mac/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
* platform/mac/fast/block/positioning/differing-writing-modes-expected.txt:
* platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
* platform/mac/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
* platform/mac/fast/block/positioning/height-change-expected.txt:
* platform/mac/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
* platform/mac/fast/block/positioning/leftmargin-topmargin-expected.txt:
* platform/mac/fast/block/positioning/negative-right-pos-expected.txt:
* platform/mac/fast/block/positioning/padding-percent-expected.txt:
* platform/mac/fast/block/positioning/pref-width-change-expected.txt:
* platform/mac/fast/block/positioning/relative-overflow-block-expected.txt:
* platform/mac/fast/block/positioning/relative-overflow-replaced-expected.txt:
* platform/mac/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
* platform/mac/fast/block/positioning/relayout-on-position-change-expected.txt:
* platform/mac/fast/block/positioning/rtl-static-positioning-expected.txt:
* platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
* platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
* platform/mac/fast/block/positioning/table-cell-static-position-expected.txt:
* platform/mac/fast/block/positioning/trailing-space-test-expected.txt:
* platform/mac/fast/block/positioning/vertical-lr/001-expected.txt:
* platform/mac/fast/block/positioning/vertical-rl/001-expected.txt:
* platform/mac/fast/block/positioning/window-height-change-expected.txt:
* platform/mac/fast/body-propagation/background-color/001-expected.txt:
* platform/mac/fast/body-propagation/background-color/001-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/002-expected.txt:
* platform/mac/fast/body-propagation/background-color/002-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/003-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/003-expected.txt:
* platform/mac/fast/body-propagation/background-color/003-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/004-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/004-expected.txt:
* platform/mac/fast/body-propagation/background-color/004-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/005-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/005-expected.txt:
* platform/mac/fast/body-propagation/background-color/005-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/006-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/006-expected.txt:
* platform/mac/fast/body-propagation/background-color/006-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/007-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/007-expected.txt:
* platform/mac/fast/body-propagation/background-color/007-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/008-expected.txt:
* platform/mac/fast/body-propagation/background-color/008-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/001-expected.txt:
* platform/mac/fast/body-propagation/background-image/001-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/002-expected.txt:
* platform/mac/fast/body-propagation/background-image/002-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/003-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/003-expected.txt:
* platform/mac/fast/body-propagation/background-image/003-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/004-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/004-expected.txt:
* platform/mac/fast/body-propagation/background-image/004-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/005-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/005-expected.txt:
* platform/mac/fast/body-propagation/background-image/005-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/006-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/006-expected.txt:
* platform/mac/fast/body-propagation/background-image/006-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/007-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/007-expected.txt:
* platform/mac/fast/body-propagation/background-image/007-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/008-expected.txt:
* platform/mac/fast/body-propagation/background-image/008-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/009-expected.txt:
* platform/mac/fast/body-propagation/background-image/009-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/010-expected.txt:
* platform/mac/fast/body-propagation/background-image/010-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/001-expected.txt:
* platform/mac/fast/body-propagation/overflow/001-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/002-expected.txt:
* platform/mac/fast/body-propagation/overflow/002-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/003-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/003-expected.txt:
* platform/mac/fast/body-propagation/overflow/003-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/004-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/004-expected.txt:
* platform/mac/fast/body-propagation/overflow/004-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/005-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/005-expected.txt:
* platform/mac/fast/body-propagation/overflow/005-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/006-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/006-expected.txt:
* platform/mac/fast/body-propagation/overflow/006-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/007-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/007-expected.txt:
* platform/mac/fast/body-propagation/overflow/007-xhtml-expected.txt:
* platform/mac/fast/borders/bidi-002-expected.txt:
* platform/mac/fast/borders/bidi-009a-expected.txt:
* platform/mac/fast/borders/bidi-012-expected.txt:
* platform/mac/fast/borders/block-mask-overlay-image-expected.txt:
* platform/mac/fast/borders/block-mask-overlay-image-outset-expected.txt:
* platform/mac/fast/borders/border-antialiasing-expected.txt:
* platform/mac/fast/borders/border-color-inherit-expected.txt:
* platform/mac/fast/borders/border-image-border-radius-expected.txt:
* platform/mac/fast/borders/border-image-scaled-expected.txt:
* platform/mac/fast/borders/border-radius-constraints-expected.txt:
* platform/mac/fast/borders/border-radius-huge-assert-expected.txt:
* platform/mac/fast/borders/border-radius-inline-flow-expected.txt:
* platform/mac/fast/borders/border-radius-split-inline-expected.txt:
* platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
* platform/mac/fast/borders/borderRadiusInvalidColor-expected.txt:
* platform/mac/fast/borders/different-color-borders-expected.txt:
* platform/mac/fast/borders/inline-mask-overlay-image-expected.txt:
* platform/mac/fast/borders/rtl-border-01-expected.txt:
* platform/mac/fast/borders/rtl-border-02-expected.txt:
* platform/mac/fast/borders/rtl-border-03-expected.txt:
* platform/mac/fast/borders/rtl-border-04-expected.txt:
* platform/mac/fast/borders/rtl-border-05-expected.txt:
* platform/mac/fast/borders/scaled-border-image-expected.txt:
* platform/mac/fast/box-shadow/basic-shadows-expected.txt:
* platform/mac/fast/box-shadow/border-radius-big-expected.txt:
* platform/mac/fast/box-shadow/box-shadow-transformed-expected.txt:
* platform/mac/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt:
* platform/mac/fast/box-shadow/inset-expected.txt:
* platform/mac/fast/box-shadow/transform-fringing-expected.txt:
* platform/mac/fast/box-sizing/box-sizing-expected.txt:
* platform/mac/fast/box-sizing/panels-one-expected.txt:
* platform/mac/fast/box-sizing/panels-two-expected.txt:
* platform/mac/fast/box-sizing/percentage-height-expected.txt:
* platform/mac/fast/canvas/canvas-size-change-after-layout-expected.txt:
* platform/mac/fast/canvas/canvas-zoom-expected.txt:
* platform/mac/fast/clip/001-expected.txt:
* platform/mac/fast/clip/002-expected.txt:
* platform/mac/fast/clip/003-expected.txt:
* platform/mac/fast/clip/004-expected.txt:
* platform/mac/fast/clip/005-expected.txt:
* platform/mac/fast/clip/006-expected.txt:
* platform/mac/fast/clip/007-expected.txt:
* platform/mac/fast/clip/008-expected.txt:
* platform/mac/fast/clip/009-expected.txt:
* platform/mac/fast/clip/010-expected.txt:
* platform/mac/fast/clip/011-expected.txt:
* platform/mac/fast/clip/012-expected.txt:
* platform/mac/fast/clip/013-expected.txt:
* platform/mac/fast/clip/014-expected.txt:
* platform/mac/fast/clip/015-expected.txt:
* platform/mac/fast/clip/nestedTransparencyClip-expected.txt:
* platform/mac/fast/clip/outline-overflowClip-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-clip-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-fixed-position-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/mac/fast/compact/001-expected.txt:
* platform/mac/fast/compact/002-expected.txt:
* platform/mac/fast/compact/003-expected.txt:
* platform/mac/fast/css-generated-content/001-expected.txt:
* platform/mac/fast/css-generated-content/002-expected.txt:
* platform/mac/fast/css-generated-content/003-expected.txt:
* platform/mac/fast/css-generated-content/004-expected.txt:
* platform/mac/fast/css-generated-content/005-expected.txt:
* platform/mac/fast/css-generated-content/007-expected.txt:
* platform/mac/fast/css-generated-content/008-expected.txt:
* platform/mac/fast/css-generated-content/009-expected.txt:
* platform/mac/fast/css-generated-content/010-expected.txt:
* platform/mac/fast/css-generated-content/011-expected.txt:
* platform/mac/fast/css-generated-content/012-expected.txt:
* platform/mac/fast/css-generated-content/013-expected.txt:
* platform/mac/fast/css-generated-content/014-expected.txt:
* platform/mac/fast/css-generated-content/015-expected.txt:
* platform/mac/fast/css-generated-content/016-expected.txt:
* platform/mac/fast/css-generated-content/after-duplicated-after-split-expected.txt:
* platform/mac/fast/css-generated-content/after-order-expected.txt:
* platform/mac/fast/css-generated-content/before-with-first-letter-expected.txt:
* platform/mac/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
* platform/mac/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/mac/fast/css-generated-content/hover-style-change-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-basic-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-border-padding-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-clearance-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-descender-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-raised-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-sunken-expected.txt:
* platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
* platform/mac/fast/css-generated-content/no-openclose-quote-expected.txt:
* platform/mac/fast/css-generated-content/table-before-after-child-add-expected.txt:
* platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/mac/fast/css-generated-content/table-cell-before-content-expected.txt:
* platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
* platform/mac/fast/css-generated-content/table-row-before-after-expected.txt:
* platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/mac/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
* platform/mac/fast/css-generated-content/table-with-before-expected.txt:
* platform/mac/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
* platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt:
* platform/mac/fast/css/001-expected.txt:
* platform/mac/fast/css/002-expected.txt:
* platform/mac/fast/css/003-expected.txt:
* platform/mac/fast/css/004-expected.txt:
* platform/mac/fast/css/005-expected.txt:
* platform/mac/fast/css/007-expected.txt:
* platform/mac/fast/css/008-expected.txt:
* platform/mac/fast/css/ZeroOpacityLayers-expected.txt:
* platform/mac/fast/css/ZeroOpacityLayers2-expected.txt:
* platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.txt:
* platform/mac/fast/css/acid2-expected.txt:
* platform/mac/fast/css/acid2-pixel-expected.txt:
* platform/mac/fast/css/attribute-selector-dynamic-expected.txt:
* platform/mac/fast/css/attribute-selector-empty-value-expected.txt:
* platform/mac/fast/css/background-image-with-baseurl-expected.txt:
* platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
* platform/mac/fast/css/beforeSelectorOnCodeElement-expected.txt:
* platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.txt:
* platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/mac/fast/css/border-height-expected.txt:
* platform/mac/fast/css/border-radius-outline-offset-expected.txt:
* platform/mac/fast/css/child-style-can-override-visited-style-expected.txt:
* platform/mac/fast/css/clip-text-in-scaled-div-expected.txt:
* platform/mac/fast/css/clip-zooming-expected.txt:
* platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt:
* platform/mac/fast/css/color-correction-expected.txt:
* platform/mac/fast/css/color-correction-on-background-image-expected.txt:
* platform/mac/fast/css/color-correction-on-backgrounds-expected.txt:
* platform/mac/fast/css/color-correction-on-box-shadow-expected.txt:
* platform/mac/fast/css/color-correction-on-text-expected.txt:
* platform/mac/fast/css/color-correction-on-text-shadow-expected.txt:
* platform/mac/fast/css/color-correction-untagged-images-expected.txt:
* platform/mac/fast/css/color-quirk-expected.txt:
* platform/mac/fast/css/color-strict-expected.txt:
* platform/mac/fast/css/compare-content-style-expected.txt:
* platform/mac/fast/css/continuationCrash-expected.txt:
* platform/mac/fast/css/counters/counter-text-security-expected.txt:
* platform/mac/fast/css/counters/counter-text-transform-expected.txt:
* platform/mac/fast/css/create_element_align-expected.txt:
* platform/mac/fast/css/css-imports-expected.txt:
* platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
* platform/mac/fast/css/css2-system-fonts-expected.txt:
* platform/mac/fast/css/css3-modsel-22-expected.txt:
* platform/mac/fast/css/css3-nth-child-expected.txt:
* platform/mac/fast/css/css3-space-in-nth-and-lang-expected.txt:
* platform/mac/fast/css/disabled-author-styles-expected.txt:
* platform/mac/fast/css/dynamic-sibling-selector-expected.txt:
* platform/mac/fast/css/empty-body-test-expected.txt:
* platform/mac/fast/css/empty-pseudo-class-expected.txt:
* platform/mac/fast/css/error-in-last-decl-expected.txt:
* platform/mac/fast/css/ex-after-font-variant-expected.txt:
* platform/mac/fast/css/fieldset-display-row-expected.txt:
* platform/mac/fast/css/find-next-layer-expected.txt:
* platform/mac/fast/css/first-child-pseudo-class-expected.txt:
* platform/mac/fast/css/first-letter-capitalized-expected.txt:
* platform/mac/fast/css/first-letter-detach-expected.txt:
* platform/mac/fast/css/first-letter-first-line-hover-expected.txt:
* platform/mac/fast/css/first-letter-float-after-float-expected.txt:
* platform/mac/fast/css/first-letter-float-expected.txt:
* platform/mac/fast/css/first-letter-hover-expected.txt:
* platform/mac/fast/css/first-letter-punctuation-expected.txt:
* platform/mac/fast/css/first-letter-recalculation-expected.txt:
* platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt:
* platform/mac/fast/css/first-letter-visibility-expected.txt:
* platform/mac/fast/css/first-line-text-decoration-expected.txt:
* platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
* platform/mac/fast/css/focus-ring-detached-expected.txt:
* platform/mac/fast/css/focus-ring-multiline-expected.txt:
* platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
* platform/mac/fast/css/focus-ring-outline-color-expected.txt:
* platform/mac/fast/css/focus-ring-outline-offset-expected.txt:
* platform/mac/fast/css/focus-ring-outline-width-expected.txt:
* platform/mac/fast/css/font-face-implicit-local-font-expected.txt:
* platform/mac/fast/css/font-face-locally-installed-expected.txt:
* platform/mac/fast/css/font-face-multiple-faces-expected.txt:
* platform/mac/fast/css/font-face-opentype-expected.txt:
* platform/mac/fast/css/font-face-synthetic-bold-italic-expected.txt:
* platform/mac/fast/css/font-face-unicode-range-expected.txt:
* platform/mac/fast/css/font-face-weight-matching-expected.txt:
* platform/mac/fast/css/font-shorthand-weight-only-expected.txt:
* platform/mac/fast/css/font-size-negative-expected.txt:
* platform/mac/fast/css/font-smoothing-expected.txt:
* platform/mac/fast/css/font-weight-1-expected.txt:
* platform/mac/fast/css/font_property_normal-expected.txt:
* platform/mac/fast/css/h1-in-section-elements-expected.txt:
* platform/mac/fast/css/hover-subselector-expected.txt:
* platform/mac/fast/css/hsl-color-expected.txt:
* platform/mac/fast/css/import-rule-regression-11590-expected.txt:
* platform/mac/fast/css/import_with_baseurl-expected.txt:
* platform/mac/fast/css/inline-element-line-break-expected.txt:
* platform/mac/fast/css/inline-properties-important-expected.txt:
* platform/mac/fast/css/invalid-percentage-property-expected.txt:
* platform/mac/fast/css/invalid-pseudo-classes-expected.txt:
* platform/mac/fast/css/invalidation-errors-2-expected.txt:
* platform/mac/fast/css/invalidation-errors-3-expected.txt:
* platform/mac/fast/css/invalidation-errors-expected.txt:
* platform/mac/fast/css/last-child-pseudo-class-expected.txt:
* platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
* platform/mac/fast/css/layerZOrderCrash-expected.txt:
* platform/mac/fast/css/line-after-floating-div-expected.txt:
* platform/mac/fast/css/line-height-determined-by-primary-font-expected.txt:
* platform/mac/fast/css/line-height-expected.txt:
* platform/mac/fast/css/line-height-font-order-expected.txt:
* platform/mac/fast/css/line-height-negative-expected.txt:
* platform/mac/fast/css/line-height-overflow-expected.txt:
* platform/mac/fast/css/link-outside-head-expected.txt:
* platform/mac/fast/css/list-outline-expected.txt:
* platform/mac/fast/css/live-cssrules-expected.txt:
* platform/mac/fast/css/margin-bottom-form-element-quirk-expected.txt:
* platform/mac/fast/css/margin-bottom-form-element-strict-expected.txt:
* platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/mac/fast/css/max-height-none-expected.txt:
* platform/mac/fast/css/namespaces/001-expected.txt:
* platform/mac/fast/css/namespaces/002-expected.txt:
* platform/mac/fast/css/namespaces/003-expected.txt:
* platform/mac/fast/css/namespaces/004-expected.txt:
* platform/mac/fast/css/namespaces/005-expected.txt:
* platform/mac/fast/css/namespaces/006-expected.txt:
* platform/mac/fast/css/namespaces/007-expected.txt:
* platform/mac/fast/css/namespaces/namespaces-comments-expected.txt:
* platform/mac/fast/css/namespaces/namespaces-empty-expected.txt:
* platform/mac/fast/css/namespaces/namespaces-escapes-expected.txt:
* platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.txt:
* platform/mac/fast/css/negative-leading-expected.txt:
* platform/mac/fast/css/negative-nth-child-expected.txt:
* platform/mac/fast/css/nested-floating-relative-position-percentages-expected.txt:
* platform/mac/fast/css/non-empty-span-expected.txt:
* platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
* platform/mac/fast/css/nth-child-dynamic-expected.txt:
* platform/mac/fast/css/only-child-pseudo-class-expected.txt:
* platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
* platform/mac/fast/css/outline-auto-location-expected.txt:
* platform/mac/fast/css/pendingStylesheetFontSize-expected.txt:
* platform/mac/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
* platform/mac/fast/css/percent-top-value-with-relative-position-expected.txt:
* platform/mac/fast/css/position-negative-top-margin-expected.txt:
* platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
* platform/mac/fast/css/pseudo-element-line-break-expected.txt:
* platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
* platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
* platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
* platform/mac/fast/css/rem-dynamic-scaling-expected.txt:
* platform/mac/fast/css/rem-units-on-root-expected.txt:
* platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt:
* platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt:
* platform/mac/fast/css/rtl-ordering-expected.txt:
* platform/mac/fast/css/rtl-to-viewport-expected.txt:
* platform/mac/fast/css/selector-set-attribute-expected.txt:
* platform/mac/fast/css/simple-selector-chain-parsing-expected.txt:
* platform/mac/fast/css/style-outside-head-expected.txt:
* platform/mac/fast/css/style-parsed-outside-head-expected.txt:
* platform/mac/fast/css/table-text-align-quirk-expected.txt:
* platform/mac/fast/css/table-text-align-strict-expected.txt:
* platform/mac/fast/css/target-fragment-match-expected.txt:
* platform/mac/fast/css/text-align-expected.txt:
* platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/css/text-rendering-expected.txt:
* platform/mac/fast/css/text-security-expected.txt:
* platform/mac/fast/css/text-transform-select-expected.txt:
* platform/mac/fast/css/textCapitalizeEdgeCases-expected.txt:
* platform/mac/fast/css/transform-default-parameter-expected.txt:
* platform/mac/fast/css/transformed-mask-expected.txt:
* platform/mac/fast/css/universal-hover-quirk-expected.txt:
* platform/mac/fast/css/value-list-out-of-bounds-crash-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
* platform/mac/fast/css/viewport-units-dynamic-expected.txt:
* platform/mac/fast/css/visibility-hit-test-expected.txt:
* platform/mac/fast/css/word-space-extra-expected.txt:
* platform/mac/fast/css/zoom-font-size-expected.txt:
* platform/mac/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt:
* platform/mac/fast/doctypes/001-expected.txt:
* platform/mac/fast/doctypes/002-expected.txt:
* platform/mac/fast/doctypes/003-expected.txt:
* platform/mac/fast/doctypes/004-expected.txt:
* platform/mac/fast/dom/34176-expected.txt:
* platform/mac/fast/dom/52776-expected.txt:
* platform/mac/fast/dom/Element/class-attribute-whitespace-expected.txt:
* platform/mac/fast/dom/Element/null-offset-parent-expected.txt:
* platform/mac/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
* platform/mac/fast/dom/HTMLElement/bdo-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
* platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
* platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/mac/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
* platform/mac/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac/fast/dom/Range/create-contextual-fragment-expected.txt:
* platform/mac/fast/dom/Range/surroundContents-1-expected.txt:
* platform/mac/fast/dom/Window/btoa-pnglet-expected.txt:
* platform/mac/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
* platform/mac/fast/dom/anchor-text-expected.txt:
* platform/mac/fast/dom/blur-contenteditable-expected.txt:
* platform/mac/fast/dom/children-nodes-expected.txt:
* platform/mac/fast/dom/clone-contents-0-end-offset-expected.txt:
* platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
* platform/mac/fast/dom/comment-not-documentElement-expected.txt:
* platform/mac/fast/dom/createDocumentType-expected.txt:
* platform/mac/fast/dom/css-mediarule-deleteRule-update-expected.txt:
* platform/mac/fast/dom/css-mediarule-insertRule-update-expected.txt:
* platform/mac/fast/dom/css-rule-functions-expected.txt:
* platform/mac/fast/dom/focus-contenteditable-expected.txt:
* platform/mac/fast/dom/importNodeHTML-expected.txt:
* platform/mac/fast/dom/importNodeXML-expected.txt:
* platform/mac/fast/dom/inner-text-expected.txt:
* platform/mac/fast/dom/isindex-001-expected.txt:
* platform/mac/fast/dom/isindex-002-expected.txt:
* platform/mac/fast/dom/outerText-expected.txt:
* platform/mac/fast/dom/row-inner-text-expected.txt:
* platform/mac/fast/dom/scroll-reveal-left-overflow-expected.txt:
* platform/mac/fast/dom/scroll-reveal-top-overflow-expected.txt:
* platform/mac/fast/dynamic/002-expected.txt:
* platform/mac/fast/dynamic/004-expected.txt:
* platform/mac/fast/dynamic/006-expected.txt:
* platform/mac/fast/dynamic/007-expected.txt:
* platform/mac/fast/dynamic/009-expected.txt:
* platform/mac/fast/dynamic/011-expected.txt:
* platform/mac/fast/dynamic/012-expected.txt:
* platform/mac/fast/dynamic/013-expected.txt:
* platform/mac/fast/dynamic/014-expected.txt:
* platform/mac/fast/dynamic/015-expected.txt:
* platform/mac/fast/dynamic/anchor-lock-expected.txt:
* platform/mac/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
* platform/mac/fast/dynamic/containing-block-change-expected.txt:
* platform/mac/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
* platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
* platform/mac/fast/dynamic/float-withdrawal-expected.txt:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac/fast/dynamic/layer-hit-test-crash-expected.txt:
* platform/mac/fast/dynamic/link-href-change-expected.txt:
* platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
* platform/mac/fast/dynamic/noninlinebadness-expected.txt:
* platform/mac/fast/dynamic/outerHTML-doc-expected.txt:
* platform/mac/fast/dynamic/outerHTML-img-expected.txt:
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/mac/fast/dynamic/selection-highlight-adjust-expected.txt:
* platform/mac/fast/dynamic/staticY-marking-parents-regression-expected.txt:
* platform/mac/fast/dynamic/view-overflow-expected.txt:
* platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt:
* platform/mac/fast/dynamic/window-scrollbars-test-expected.txt:
* platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/mac/fast/encoding/invalid-UTF-8-expected.txt:
* platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
* platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
* platform/mac/fast/encoding/xmacroman-encoding-test-expected.txt:
* platform/mac/fast/events/event-listener-on-link-expected.txt:
* platform/mac/fast/events/pointer-events-2-expected.txt:
* platform/mac/fast/events/resize-events-expected.txt:
* platform/mac/fast/events/reveal-link-when-focused-expected.txt:
* platform/mac/fast/events/standalone-image-drag-to-editable-expected.txt:
* platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
* platform/mac/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
* platform/mac/fast/flexbox/001-expected.txt:
* platform/mac/fast/flexbox/002-expected.txt:
* platform/mac/fast/flexbox/003-expected.txt:
* platform/mac/fast/flexbox/004-expected.txt:
* platform/mac/fast/flexbox/005-expected.txt:
* platform/mac/fast/flexbox/006-expected.txt:
* platform/mac/fast/flexbox/007-expected.txt:
* platform/mac/fast/flexbox/008-expected.txt:
* platform/mac/fast/flexbox/009-expected.txt:
* platform/mac/fast/flexbox/010-expected.txt:
* platform/mac/fast/flexbox/011-expected.txt:
* platform/mac/fast/flexbox/012-expected.txt:
* platform/mac/fast/flexbox/013-expected.txt:
* platform/mac/fast/flexbox/014-expected.txt:
* platform/mac/fast/flexbox/015-expected.txt:
* platform/mac/fast/flexbox/016-expected.txt:
* platform/mac/fast/flexbox/017-expected.txt:
* platform/mac/fast/flexbox/018-expected.txt:
* platform/mac/fast/flexbox/019-expected.txt:
* platform/mac/fast/flexbox/020-expected.txt:
* platform/mac/fast/flexbox/021-expected.txt:
* platform/mac/fast/flexbox/022-expected.txt:
* platform/mac/fast/flexbox/023-expected.txt:
* platform/mac/fast/flexbox/024-expected.txt:
* platform/mac/fast/flexbox/025-expected.txt:
* platform/mac/fast/flexbox/026-expected.txt:
* platform/mac/fast/forms/001-expected.txt:
* platform/mac/fast/forms/003-expected.txt:
* platform/mac/fast/forms/006-expected.txt:
* platform/mac/fast/forms/007-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/basic-selects-expected.txt:
* platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
* platform/mac/fast/forms/box-shadow-override-expected.txt:
* platform/mac/fast/forms/button-align-expected.txt:
* platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
* platform/mac/fast/forms/button-default-title-expected.txt:
* platform/mac/fast/forms/button-generated-content-expected.txt:
* platform/mac/fast/forms/button-sizes-expected.txt:
* platform/mac/fast/forms/button-style-color-expected.txt:
* platform/mac/fast/forms/button-submit-expected.txt:
* platform/mac/fast/forms/button-table-styles-expected.txt:
* platform/mac/fast/forms/button-text-transform-expected.txt:
* platform/mac/fast/forms/button-white-space-expected.txt:
* platform/mac/fast/forms/caret-rtl-expected.txt:
* platform/mac/fast/forms/color/input-appearance-color-expected.txt:
* platform/mac/fast/forms/control-clip-expected.txt:
* platform/mac/fast/forms/control-clip-overflow-expected.txt:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/disabled-select-change-index-expected.txt:
* platform/mac/fast/forms/encoding-test-expected.txt:
* platform/mac/fast/forms/fieldset-align-expected.txt:
* platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
* platform/mac/fast/forms/fieldset-with-float-expected.txt:
* platform/mac/fast/forms/file/file-input-direction-expected.txt:
* platform/mac/fast/forms/file/file-input-disabled-expected.txt:
* platform/mac/fast/forms/file/input-file-re-render-expected.txt:
* platform/mac/fast/forms/float-before-fieldset-expected.txt:
* platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
* platform/mac/fast/forms/form-added-to-table-expected.txt:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/form-hides-table-expected.txt:
* platform/mac/fast/forms/form-in-malformed-markup-expected.txt:
* platform/mac/fast/forms/formmove-expected.txt:
* platform/mac/fast/forms/formmove2-expected.txt:
* platform/mac/fast/forms/formmove3-expected.txt:
* platform/mac/fast/forms/hidden-listbox-expected.txt:
* platform/mac/fast/forms/image-border-expected.txt:
* platform/mac/fast/forms/indeterminate-expected.txt:
* platform/mac/fast/forms/input-align-expected.txt:
* platform/mac/fast/forms/input-align-image-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-disabled-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-readonly-expected.txt:
* platform/mac/fast/forms/input-appearance-selection-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-button-sizes-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-field-text-truncated-expected.txt:
* platform/mac/fast/forms/input-first-letter-expected.txt:
* platform/mac/fast/forms/input-no-renderer-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-readonly-autoscroll-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/input-readonly-empty-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/linebox-overflow-in-textarea-padding-expected.txt:
* platform/mac/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/mac/fast/forms/listbox-width-change-expected.txt:
* platform/mac/fast/forms/menulist-clip-expected.txt:
* platform/mac/fast/forms/menulist-deselect-update-expected.txt:
* platform/mac/fast/forms/menulist-narrow-width-expected.txt:
* platform/mac/fast/forms/menulist-option-wrap-expected.txt:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/mac/fast/forms/menulist-style-color-expected.txt:
* platform/mac/fast/forms/menulist-width-change-expected.txt:
* platform/mac/fast/forms/negativeLineHeight-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac/fast/forms/option-index-expected.txt:
* platform/mac/fast/forms/option-script-expected.txt:
* platform/mac/fast/forms/option-strip-whitespace-expected.txt:
* platform/mac/fast/forms/option-text-clip-expected.txt:
* platform/mac/fast/forms/placeholder-position-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/mac/fast/forms/range/slider-thumb-shared-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-rtl-expected.txt:
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac/fast/forms/searchfield-heights-expected.txt:
* platform/mac/fast/forms/select-align-expected.txt:
* platform/mac/fast/forms/select-baseline-expected.txt:
* platform/mac/fast/forms/select-block-background-expected.txt:
* platform/mac/fast/forms/select-change-listbox-size-expected.txt:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/mac/fast/forms/select-disabled-appearance-expected.txt:
* platform/mac/fast/forms/select-display-none-style-resolve-expected.txt:
* platform/mac/fast/forms/select-item-background-clip-expected.txt:
* platform/mac/fast/forms/select-list-box-with-height-expected.txt:
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
* platform/mac/fast/forms/select-size-expected.txt:
* platform/mac/fast/forms/select-style-expected.txt:
* platform/mac/fast/forms/select-visual-hebrew-expected.txt:
* platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac/fast/forms/text-style-color-expected.txt:
* platform/mac/fast/forms/textAreaLineHeight-expected.txt:
* platform/mac/fast/forms/textarea-align-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/mac/fast/forms/textarea-width-expected.txt:
* platform/mac/fast/forms/textfield-focus-ring-expected.txt:
* platform/mac/fast/forms/textfield-outline-expected.txt:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac/fast/frames/001-expected.txt:
* platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-nested-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.txt:
* platform/mac/fast/frames/frame-navigation-expected.txt:
* platform/mac/fast/frames/frameElement-frame-expected.txt:
* platform/mac/fast/frames/frameElement-iframe-expected.txt:
* platform/mac/fast/frames/frameset-style-recalc-expected.txt:
* platform/mac/fast/frames/iframe-option-crash-expected.txt:
* platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt:
* platform/mac/fast/frames/iframe-with-frameborder-expected.txt:
* platform/mac/fast/frames/inline-object-inside-frameset-expected.txt:
* platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
* platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
* platform/mac/fast/gradients/generated-gradients-expected.txt:
* platform/mac/fast/gradients/list-item-gradient-expected.txt:
* platform/mac/fast/gradients/radial-centered-expected.txt:
* platform/mac/fast/hidpi/broken-image-icon-hidpi-expected.txt:
* platform/mac/fast/hidpi/broken-image-with-size-hidpi-expected.txt:
* platform/mac/fast/hidpi/clip-text-in-hidpi-expected.txt:
* platform/mac/fast/hidpi/image-set-as-background-expected.txt:
* platform/mac/fast/hidpi/image-set-background-dynamic-expected.txt:
* platform/mac/fast/hidpi/image-set-background-repeat-expected.txt:
* platform/mac/fast/hidpi/image-set-background-repeat-without-size-expected.txt:
* platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt:
* platform/mac/fast/hidpi/image-set-border-image-dynamic-expected.txt:
* platform/mac/fast/hidpi/image-set-border-image-simple-expected.txt:
* platform/mac/fast/hidpi/image-set-in-content-dynamic-expected.txt:
* platform/mac/fast/hidpi/image-set-out-of-order-expected.txt:
* platform/mac/fast/hidpi/image-set-simple-expected.txt:
* platform/mac/fast/hidpi/image-set-without-specified-width-expected.txt:
* platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/mac/fast/hidpi/video-controls-in-hidpi-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-10-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-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/html/font-weight-bold-for-b-and-strong-expected.txt:
* platform/mac/fast/html/link-rel-stylesheet-expected.txt:
* platform/mac/fast/html/listing-expected.txt:
* platform/mac/fast/html/marquee-scroll-expected.txt:
* platform/mac/fast/html/marquee-scrollamount-expected.txt:
* platform/mac/fast/images/animated-gif-with-offsets-expected.txt:
* platform/mac/fast/images/favicon-as-image-expected.txt:
* platform/mac/fast/images/image-map-anchor-children-expected.txt:
* platform/mac/fast/images/imagemap-case-expected.txt:
* platform/mac/fast/images/imagemap-circle-focus-ring-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
* platform/mac/fast/images/imagemap-polygon-focus-ring-expected.txt:
* platform/mac/fast/images/pdf-as-image-landscape-expected.txt:
* platform/mac/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
* platform/mac/fast/inline-block/001-expected.txt:
* platform/mac/fast/inline-block/002-expected.txt:
* platform/mac/fast/inline-block/003-expected.txt:
* platform/mac/fast/inline-block/006-expected.txt:
* platform/mac/fast/inline-block/14498-positionForCoordinates-expected.txt:
* platform/mac/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/mac/fast/inline-block/overflow-clip-expected.txt:
* platform/mac/fast/inline-block/tricky-baseline-expected.txt:
* platform/mac/fast/inline/001-expected.txt:
* platform/mac/fast/inline/002-expected.txt:
* platform/mac/fast/inline/25277-2-expected.txt:
* platform/mac/fast/inline/25277-expected.txt:
* platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
* platform/mac/fast/inline/br-text-decoration-expected.txt:
* platform/mac/fast/inline/continuation-outlines-expected.txt:
* platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.txt:
* platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
* platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt:
* platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt:
* platform/mac/fast/inline/inline-box-background-expected.txt:
* platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
* platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
* platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
* platform/mac/fast/inline/inline-continuation-borders-expected.txt:
* platform/mac/fast/inline/inline-focus-ring-expected.txt:
* platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.txt:
* platform/mac/fast/inline/inline-text-quirk-bpm-expected.txt:
* platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.txt:
* platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
* platform/mac/fast/inline/long-wrapped-line-expected.txt:
* platform/mac/fast/inline/nested-top-alignment-expected.txt:
* platform/mac/fast/inline/outline-continuations-expected.txt:
* platform/mac/fast/inline/percentage-margins-expected.txt:
* platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
* platform/mac/fast/inline/vertical-align-text-bottom-expected.txt:
* platform/mac/fast/inspector-support/matchedrules-expected.txt:
* platform/mac/fast/invalid/001-expected.txt:
* platform/mac/fast/invalid/002-expected.txt:
* platform/mac/fast/invalid/003-expected.txt:
* platform/mac/fast/invalid/004-expected.txt:
* platform/mac/fast/invalid/005-expected.txt:
* platform/mac/fast/invalid/006-expected.txt:
* platform/mac/fast/invalid/007-expected.txt:
* platform/mac/fast/invalid/008-expected.txt:
* platform/mac/fast/invalid/009-expected.txt:
* platform/mac/fast/invalid/010-expected.txt:
* platform/mac/fast/invalid/011-expected.txt:
* platform/mac/fast/invalid/013-expected.txt:
* platform/mac/fast/invalid/014-expected.txt:
* platform/mac/fast/invalid/016-expected.txt:
* platform/mac/fast/invalid/019-expected.txt:
* platform/mac/fast/invalid/021-expected.txt:
* platform/mac/fast/invalid/junk-data-expected.txt:
* platform/mac/fast/invalid/missing-address-end-tag-expected.txt:
* platform/mac/fast/invalid/missing-dl-end-tag-expected.txt:
* platform/mac/fast/invalid/missing-dt-end-tag-expected.txt:
* platform/mac/fast/invalid/missing-end-tag-expected.txt:
* platform/mac/fast/invalid/missing-font-end-tag-expected.txt:
* platform/mac/fast/invalid/nestedh3s-expected.txt:
* platform/mac/fast/invalid/table-inside-stray-table-content-expected.txt:
* platform/mac/fast/invalid/td-inside-object-expected.txt:
* platform/mac/fast/layers/inline-dirty-z-order-lists-expected.txt:
* platform/mac/fast/layers/layer-visibility-expected.txt:
* platform/mac/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/mac/fast/layers/normal-flow-hit-test-expected.txt:
* platform/mac/fast/layers/opacity-outline-expected.txt:
* platform/mac/fast/layers/opacity-transforms-expected.txt:
* platform/mac/fast/layers/overflow-scroll-auto-switch-expected.txt:
* platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.txt:
* platform/mac/fast/layers/remove-only-this-layer-update-expected.txt:
* platform/mac/fast/layers/scroll-rect-to-visible-expected.txt:
* platform/mac/fast/layers/video-layer-expected.txt:
* platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/mac/fast/line-grid/line-grid-floating-expected.txt:
* platform/mac/fast/line-grid/line-grid-inside-columns-expected.txt:
* platform/mac/fast/line-grid/line-grid-into-columns-expected.txt:
* platform/mac/fast/line-grid/line-grid-into-floats-expected.txt:
* platform/mac/fast/line-grid/line-grid-positioned-expected.txt:
* platform/mac/fast/lists/001-expected.txt:
* platform/mac/fast/lists/001-vertical-expected.txt:
* platform/mac/fast/lists/002-expected.txt:
* platform/mac/fast/lists/002-vertical-expected.txt:
* platform/mac/fast/lists/003-expected.txt:
* platform/mac/fast/lists/003-vertical-expected.txt:
* platform/mac/fast/lists/004-expected.txt:
* platform/mac/fast/lists/005-expected.txt:
* platform/mac/fast/lists/005-vertical-expected.txt:
* platform/mac/fast/lists/006-expected.txt:
* platform/mac/fast/lists/006-vertical-expected.txt:
* platform/mac/fast/lists/007-expected.txt:
* platform/mac/fast/lists/007-vertical-expected.txt:
* platform/mac/fast/lists/008-expected.txt:
* platform/mac/fast/lists/008-vertical-expected.txt:
* platform/mac/fast/lists/009-expected.txt:
* platform/mac/fast/lists/009-vertical-expected.txt:
* platform/mac/fast/lists/anonymous-items-expected.txt:
* platform/mac/fast/lists/big-list-marker-expected.txt:
* platform/mac/fast/lists/drag-into-marker-expected.txt:
* platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
* platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
* platform/mac/fast/lists/li-br-expected.txt:
* platform/mac/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
* platform/mac/fast/lists/list-item-line-height-expected.txt:
* platform/mac/fast/lists/list-marker-with-line-height-expected.txt:
* platform/mac/fast/lists/list-style-none-crash-expected.txt:
* platform/mac/fast/lists/marker-before-empty-inline-expected.txt:
* platform/mac/fast/lists/marker-image-error-expected.txt:
* platform/mac/fast/lists/markers-in-selection-expected.txt:
* platform/mac/fast/lists/numeric-markers-outside-list-expected.txt:
* platform/mac/fast/lists/ol-display-types-expected.txt:
* platform/mac/fast/lists/ol-start-dynamic-expected.txt:
* platform/mac/fast/lists/ol-start-parsing-expected.txt:
* platform/mac/fast/lists/olstart-expected.txt:
* platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
* platform/mac/fast/lists/scrolled-marker-paint-expected.txt:
* platform/mac/fast/loader/text-document-wrapping-expected.txt:
* platform/mac/fast/multicol/block-axis-horizontal-bt-expected.txt:
* platform/mac/fast/multicol/block-axis-horizontal-tb-expected.txt:
* platform/mac/fast/multicol/block-axis-vertical-lr-expected.txt:
* platform/mac/fast/multicol/block-axis-vertical-rl-expected.txt:
* platform/mac/fast/multicol/border-padding-pagination-expected.txt:
* platform/mac/fast/multicol/client-rects-expected.txt:
* platform/mac/fast/multicol/client-rects-spanners-complex-expected.txt:
* platform/mac/fast/multicol/client-rects-spanners-expected.txt:
* platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
* platform/mac/fast/multicol/column-count-with-rules-expected.txt:
* platform/mac/fast/multicol/column-rules-expected.txt:
* platform/mac/fast/multicol/column-rules-stacking-expected.txt:
* platform/mac/fast/multicol/columns-shorthand-parsing-expected.txt:
* platform/mac/fast/multicol/float-avoidance-expected.txt:
* platform/mac/fast/multicol/float-multicol-expected.txt:
* platform/mac/fast/multicol/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/float-paginate-empty-lines-expected.txt:
* platform/mac/fast/multicol/float-paginate-expected.txt:
* platform/mac/fast/multicol/layers-in-multicol-expected.txt:
* platform/mac/fast/multicol/layers-split-across-columns-expected.txt:
* platform/mac/fast/multicol/margin-collapse-expected.txt:
* platform/mac/fast/multicol/max-height-columns-block-expected.txt:
* platform/mac/fast/multicol/nested-columns-expected.txt:
* platform/mac/fast/multicol/newmulticol/client-rects-expected.txt:
* platform/mac/fast/multicol/overflow-across-columns-expected.txt:
* platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt:
* platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
* platform/mac/fast/multicol/paginate-block-replaced-expected.txt:
* platform/mac/fast/multicol/pagination/BottomToTop-bt-expected.txt:
* platform/mac/fast/multicol/pagination/BottomToTop-lr-expected.txt:
* platform/mac/fast/multicol/pagination/BottomToTop-rl-expected.txt:
* platform/mac/fast/multicol/pagination/BottomToTop-tb-expected.txt:
* platform/mac/fast/multicol/pagination/LeftToRight-bt-expected.txt:
* platform/mac/fast/multicol/pagination/LeftToRight-lr-expected.txt:
* platform/mac/fast/multicol/pagination/LeftToRight-rl-expected.txt:
* platform/mac/fast/multicol/pagination/LeftToRight-tb-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-bt-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-lr-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-max-width-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-rl-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-tb-expected.txt:
* platform/mac/fast/multicol/pagination/TopToBottom-bt-expected.txt:
* platform/mac/fast/multicol/pagination/TopToBottom-lr-expected.txt:
* platform/mac/fast/multicol/pagination/TopToBottom-rl-expected.txt:
* platform/mac/fast/multicol/pagination/TopToBottom-tb-expected.txt:
* platform/mac/fast/multicol/positioned-split-expected.txt:
* platform/mac/fast/multicol/positive-leading-expected.txt:
* platform/mac/fast/multicol/scrolling-column-rules-expected.txt:
* platform/mac/fast/multicol/scrolling-overflow-expected.txt:
* platform/mac/fast/multicol/shadow-breaking-expected.txt:
* platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
* platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
* platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
* platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
* platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
* platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
* platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
* platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
* platform/mac/fast/multicol/table-margin-collapse-expected.txt:
* platform/mac/fast/multicol/table-vertical-align-expected.txt:
* platform/mac/fast/multicol/tall-image-behavior-expected.txt:
* platform/mac/fast/multicol/tall-image-behavior-lr-expected.txt:
* platform/mac/fast/multicol/tall-image-behavior-rl-expected.txt:
* platform/mac/fast/multicol/unsplittable-inline-block-expected.txt:
* platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
* platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
* platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
* platform/mac/fast/multicol/vertical-lr/column-rules-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-paginate-expected.txt:
* platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
* platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
* platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
* platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
* platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
* platform/mac/fast/multicol/vertical-rl/column-rules-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-paginate-expected.txt:
* platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
* platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
* platform/mac/fast/overflow/001-expected.txt:
* platform/mac/fast/overflow/002-expected.txt:
* platform/mac/fast/overflow/003-expected.txt:
* platform/mac/fast/overflow/004-expected.txt:
* platform/mac/fast/overflow/005-expected.txt:
* platform/mac/fast/overflow/006-expected.txt:
* platform/mac/fast/overflow/007-expected.txt:
* platform/mac/fast/overflow/008-expected.txt:
* platform/mac/fast/overflow/border-radius-clipping-expected.txt:
* platform/mac/fast/overflow/childFocusRingClip-expected.txt:
* platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/mac/fast/overflow/dynamic-hidden-expected.txt:
* platform/mac/fast/overflow/float-in-relpositioned-expected.txt:
* platform/mac/fast/overflow/hidden-scrollbar-resize-expected.txt:
* platform/mac/fast/overflow/hit-test-overflow-controls-expected.txt:
* platform/mac/fast/overflow/image-selection-highlight-expected.txt:
* platform/mac/fast/overflow/infiniteRecursionGuard-expected.txt:
* platform/mac/fast/overflow/line-clamp-expected.txt:
* platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt:
* platform/mac/fast/overflow/overflow-auto-table-expected.txt:
* platform/mac/fast/overflow/overflow-float-stacking-expected.txt:
* platform/mac/fast/overflow/overflow-focus-ring-expected.txt:
* platform/mac/fast/overflow/overflow-rtl-expected.txt:
* platform/mac/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
* platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
* platform/mac/fast/overflow/overflow-stacking-expected.txt:
* platform/mac/fast/overflow/overflow-text-hit-testing-expected.txt:
* platform/mac/fast/overflow/overflow-with-local-background-attachment-expected.txt:
* platform/mac/fast/overflow/overflow-x-y-expected.txt:
* platform/mac/fast/overflow/overflow_hidden-expected.txt:
* platform/mac/fast/overflow/paged-x-div-expected.txt:
* platform/mac/fast/overflow/paged-x-div-with-column-gap-expected.txt:
* platform/mac/fast/overflow/paged-x-on-root-expected.txt:
* platform/mac/fast/overflow/paged-x-with-column-gap-expected.txt:
* platform/mac/fast/overflow/paged-y-div-expected.txt:
* platform/mac/fast/overflow/paged-y-on-root-expected.txt:
* platform/mac/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/mac/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac/fast/overflow/scrollbar-position-update-expected.txt:
* platform/mac/fast/overflow/table-overflow-float-expected.txt:
* platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
* platform/mac/fast/parser/001-expected.txt:
* platform/mac/fast/parser/bad-xml-slash-expected.txt:
* platform/mac/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
* platform/mac/fast/parser/document-write-option-expected.txt:
* platform/mac/fast/parser/entity-comment-in-style-expected.txt:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/mac/fast/parser/fonts-expected.txt:
* platform/mac/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
* platform/mac/fast/parser/open-comment-in-style-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/parser/title-error-test-expected.txt:
* platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/mac/fast/reflections/abs-position-in-reflection-expected.txt:
* platform/mac/fast/reflections/inline-crash-expected.txt:
* platform/mac/fast/reflections/opacity-reflection-transform-expected.txt:
* platform/mac/fast/reflections/reflection-nesting-expected.txt:
* platform/mac/fast/reflections/reflection-overflow-hidden-expected.txt:
* platform/mac/fast/reflections/transparent-reflected-sublayers-expected.txt:
* platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
* platform/mac/fast/regions/region-dynamic-after-before-expected.txt:
* platform/mac/fast/regions/region-generated-content-before-after-expected.txt:
* platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt:
* platform/mac/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/mac/fast/repaint/4774354-expected.txt:
* platform/mac/fast/repaint/4776765-expected.txt:
* platform/mac/fast/repaint/backgroundSizeRepaint-expected.txt:
* platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
* platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt:
* platform/mac/fast/repaint/block-no-inflow-children-expected.txt:
* platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
* platform/mac/fast/repaint/body-background-image-expected.txt:
* platform/mac/fast/repaint/border-radius-repaint-expected.txt:
* platform/mac/fast/repaint/border-repaint-glitch-expected.txt:
* platform/mac/fast/repaint/box-shadow-dynamic-expected.txt:
* platform/mac/fast/repaint/box-shadow-h-expected.txt:
* platform/mac/fast/repaint/box-shadow-v-expected.txt:
* platform/mac/fast/repaint/bugzilla-3509-expected.txt:
* platform/mac/fast/repaint/bugzilla-5699-expected.txt:
* platform/mac/fast/repaint/bugzilla-6278-expected.txt:
* platform/mac/fast/repaint/bugzilla-6388-expected.txt:
* platform/mac/fast/repaint/bugzilla-6473-expected.txt:
* platform/mac/fast/repaint/bugzilla-7235-expected.txt:
* platform/mac/fast/repaint/caret-outside-block-expected.txt:
* platform/mac/fast/repaint/change-transform-expected.txt:
* platform/mac/fast/repaint/clipped-relative-expected.txt:
* platform/mac/fast/repaint/containing-block-position-change-expected.txt:
* platform/mac/fast/repaint/control-clip-expected.txt:
* platform/mac/fast/repaint/create-layer-repaint-expected.txt:
* platform/mac/fast/repaint/delete-into-nested-block-expected.txt:
* platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
* platform/mac/fast/repaint/fixed-child-move-after-scroll-expected.txt:
* platform/mac/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
* platform/mac/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
* platform/mac/fast/repaint/fixed-expected.txt:
* platform/mac/fast/repaint/fixed-move-after-scroll-expected.txt:
* platform/mac/fast/repaint/flexible-box-overflow-expected.txt:
* platform/mac/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
* platform/mac/fast/repaint/float-move-during-layout-expected.txt:
* platform/mac/fast/repaint/focus-layers-expected.txt:
* platform/mac/fast/repaint/inline-block-overflow-expected.txt:
* platform/mac/fast/repaint/inline-color-change-expected.txt:
* platform/mac/fast/repaint/inline-outline-repaint-expected.txt:
* platform/mac/fast/repaint/layer-child-outline-expected.txt:
* platform/mac/fast/repaint/layer-outline-expected.txt:
* platform/mac/fast/repaint/layer-outline-horizontal-expected.txt:
* platform/mac/fast/repaint/layout-state-relative-expected.txt:
* platform/mac/fast/repaint/layout-state-scrolloffset-expected.txt:
* platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt:
* platform/mac/fast/repaint/layout-state-scrolloffset3-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
* platform/mac/fast/repaint/line-overflow-expected.txt:
* platform/mac/fast/repaint/lines-with-layout-delta-expected.txt:
* platform/mac/fast/repaint/list-marker-2-expected.txt:
* platform/mac/fast/repaint/list-marker-expected.txt:
* platform/mac/fast/repaint/make-children-non-inline-expected.txt:
* platform/mac/fast/repaint/multicol-repaint-expected.txt:
* platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
* platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.txt:
* platform/mac/fast/repaint/outline-child-repaint-expected.txt:
* platform/mac/fast/repaint/outline-repaint-glitch-expected.txt:
* platform/mac/fast/repaint/outline-shrinking-expected.txt:
* platform/mac/fast/repaint/overflow-delete-line-expected.txt:
* platform/mac/fast/repaint/overflow-outline-repaint-expected.txt:
* platform/mac/fast/repaint/overflow-scroll-body-appear-expected.txt:
* platform/mac/fast/repaint/overflow-scroll-delete-expected.txt:
* platform/mac/fast/repaint/positioned-document-element-expected.txt:
* platform/mac/fast/repaint/reflection-redraw-expected.txt:
* platform/mac/fast/repaint/reflection-repaint-test-expected.txt:
* platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
* platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
* platform/mac/fast/repaint/repaint-resized-overflow-expected.txt:
* platform/mac/fast/repaint/scale-page-shrink-expected.txt:
* platform/mac/fast/repaint/search-field-cancel-expected.txt:
* platform/mac/fast/repaint/select-option-background-color-expected.txt:
* platform/mac/fast/repaint/selected-replaced-expected.txt:
* platform/mac/fast/repaint/selection-after-delete-expected.txt:
* platform/mac/fast/repaint/selection-after-remove-expected.txt:
* platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
* platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.txt:
* platform/mac/fast/repaint/stacked-diacritics-expected.txt:
* platform/mac/fast/repaint/static-to-positioned-expected.txt:
* platform/mac/fast/repaint/subtree-layoutstate-transform-expected.txt:
* platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
* platform/mac/fast/repaint/table-cell-collapsed-border-expected.txt:
* platform/mac/fast/repaint/table-cell-move-expected.txt:
* platform/mac/fast/repaint/table-collapsed-border-expected.txt:
* platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt:
* platform/mac/fast/repaint/text-append-dirty-lines-expected.txt:
* platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
* platform/mac/fast/repaint/text-selection-rect-in-overflow-expected.txt:
* platform/mac/fast/repaint/text-shadow-expected.txt:
* platform/mac/fast/repaint/text-shadow-horizontal-expected.txt:
* platform/mac/fast/repaint/transform-layout-repaint-expected.txt:
* platform/mac/fast/repaint/transform-relative-position-expected.txt:
* platform/mac/fast/repaint/transform-repaint-descendants-expected.txt:
* platform/mac/fast/repaint/transform-translate-expected.txt:
* platform/mac/fast/replaced/001-expected.txt:
* platform/mac/fast/replaced/002-expected.txt:
* platform/mac/fast/replaced/003-expected.txt:
* platform/mac/fast/replaced/004-expected.txt:
* platform/mac/fast/replaced/006-expected.txt:
* platform/mac/fast/replaced/007-expected.txt:
* platform/mac/fast/replaced/absolute-image-sizing-expected.txt:
* platform/mac/fast/replaced/absolute-position-percentage-height-expected.txt:
* platform/mac/fast/replaced/absolute-position-percentage-width-expected.txt:
* platform/mac/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac/fast/replaced/applet-disabled-positioned-expected.txt:
* platform/mac/fast/replaced/applet-display-none-expected.txt:
* platform/mac/fast/replaced/applet-rendering-java-disabled-expected.txt:
* platform/mac/fast/replaced/embed-display-none-expected.txt:
* platform/mac/fast/replaced/image-onload-expected.txt:
* platform/mac/fast/replaced/image-resize-width-expected.txt:
* platform/mac/fast/replaced/image-sizing-expected.txt:
* platform/mac/fast/replaced/image-solid-color-with-alpha-expected.txt:
* platform/mac/fast/replaced/inline-box-wrapper-handover-expected.txt:
* platform/mac/fast/replaced/max-width-percent-expected.txt:
* platform/mac/fast/replaced/maxheight-percent-expected.txt:
* platform/mac/fast/replaced/maxheight-pxs-expected.txt:
* platform/mac/fast/replaced/maxwidth-percent-expected.txt:
* platform/mac/fast/replaced/maxwidth-pxs-expected.txt:
* platform/mac/fast/replaced/minheight-percent-expected.txt:
* platform/mac/fast/replaced/minheight-pxs-expected.txt:
* platform/mac/fast/replaced/minwidth-percent-expected.txt:
* platform/mac/fast/replaced/minwidth-pxs-expected.txt:
* platform/mac/fast/replaced/object-align-hspace-vspace-expected.txt:
* platform/mac/fast/replaced/object-display-none-expected.txt:
* platform/mac/fast/replaced/pdf-as-image-expected.txt:
* platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
* platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
* platform/mac/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
* platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt:
* platform/mac/fast/replaced/selection-rect-transform-expected.txt:
* platform/mac/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
* platform/mac/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
* platform/mac/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac/fast/replaced/width100percent-button-expected.txt:
* platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
* platform/mac/fast/replaced/width100percent-image-expected.txt:
* platform/mac/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac/fast/replaced/width100percent-radio-expected.txt:
* platform/mac/fast/replaced/width100percent-searchfield-expected.txt:
* platform/mac/fast/replaced/width100percent-textfield-expected.txt:
* platform/mac/fast/ruby/nested-ruby-expected.txt:
* platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
* platform/mac/fast/ruby/ruby-empty-rt-expected.txt:
* platform/mac/fast/ruby/ruby-inline-table-expected.txt:
* platform/mac/fast/ruby/ruby-length-expected.txt:
* platform/mac/fast/ruby/ruby-run-break-expected.txt:
* platform/mac/fast/ruby/ruby-runs-expected.txt:
* platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
* platform/mac/fast/ruby/ruby-simple-expected.txt:
* platform/mac/fast/ruby/ruby-simple-rp-expected.txt:
* platform/mac/fast/ruby/ruby-text-before-after-content-expected.txt:
* platform/mac/fast/ruby/ruby-trailing-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt:
* platform/mac/fast/selectors/001-expected.txt:
* platform/mac/fast/selectors/002-expected.txt:
* platform/mac/fast/selectors/003-expected.txt:
* platform/mac/fast/selectors/004-expected.txt:
* platform/mac/fast/selectors/005-expected.txt:
* platform/mac/fast/selectors/006-expected.txt:
* platform/mac/fast/selectors/007a-expected.txt:
* platform/mac/fast/selectors/007b-expected.txt:
* platform/mac/fast/selectors/008-expected.txt:
* platform/mac/fast/selectors/009-expected.txt:
* platform/mac/fast/selectors/010-expected.txt:
* platform/mac/fast/selectors/011-expected.txt:
* platform/mac/fast/selectors/012-expected.txt:
* platform/mac/fast/selectors/013-expected.txt:
* platform/mac/fast/selectors/014-expected.txt:
* platform/mac/fast/selectors/015-expected.txt:
* platform/mac/fast/selectors/016-expected.txt:
* platform/mac/fast/selectors/017-expected.txt:
* platform/mac/fast/selectors/018-expected.txt:
* platform/mac/fast/selectors/018b-expected.txt:
* platform/mac/fast/selectors/019-expected.txt:
* platform/mac/fast/selectors/020-expected.txt:
* platform/mac/fast/selectors/021-expected.txt:
* platform/mac/fast/selectors/021b-expected.txt:
* platform/mac/fast/selectors/027-expected.txt:
* platform/mac/fast/selectors/032-expected.txt:
* platform/mac/fast/selectors/034-expected.txt:
* platform/mac/fast/selectors/038-expected.txt:
* platform/mac/fast/selectors/039-expected.txt:
* platform/mac/fast/selectors/039b-expected.txt:
* platform/mac/fast/selectors/040-expected.txt:
* platform/mac/fast/selectors/041-expected.txt:
* platform/mac/fast/selectors/042-expected.txt:
* platform/mac/fast/selectors/043-expected.txt:
* platform/mac/fast/selectors/043b-expected.txt:
* platform/mac/fast/selectors/044-expected.txt:
* platform/mac/fast/selectors/044b-expected.txt:
* platform/mac/fast/selectors/044c-expected.txt:
* platform/mac/fast/selectors/044d-expected.txt:
* platform/mac/fast/selectors/045-expected.txt:
* platform/mac/fast/selectors/045b-expected.txt:
* platform/mac/fast/selectors/045c-expected.txt:
* platform/mac/fast/selectors/046-expected.txt:
* platform/mac/fast/selectors/054-expected.txt:
* platform/mac/fast/selectors/056-expected.txt:
* platform/mac/fast/selectors/058-expected.txt:
* platform/mac/fast/selectors/059-expected.txt:
* platform/mac/fast/selectors/060-expected.txt:
* platform/mac/fast/selectors/061-expected.txt:
* platform/mac/fast/selectors/062-expected.txt:
* platform/mac/fast/selectors/063-expected.txt:
* platform/mac/fast/selectors/064-expected.txt:
* platform/mac/fast/selectors/065-expected.txt:
* platform/mac/fast/selectors/066-expected.txt:
* platform/mac/fast/selectors/066b-expected.txt:
* platform/mac/fast/selectors/072-expected.txt:
* platform/mac/fast/selectors/072b-expected.txt:
* platform/mac/fast/selectors/077-expected.txt:
* platform/mac/fast/selectors/077b-expected.txt:
* platform/mac/fast/selectors/078b-expected.txt:
* platform/mac/fast/selectors/083-expected.txt:
* platform/mac/fast/selectors/087b-expected.txt:
* platform/mac/fast/selectors/088b-expected.txt:
* platform/mac/fast/selectors/089-expected.txt:
* platform/mac/fast/selectors/090b-expected.txt:
* platform/mac/fast/selectors/154-expected.txt:
* platform/mac/fast/selectors/155-expected.txt:
* platform/mac/fast/selectors/155a-expected.txt:
* platform/mac/fast/selectors/155b-expected.txt:
* platform/mac/fast/selectors/155c-expected.txt:
* platform/mac/fast/selectors/155d-expected.txt:
* platform/mac/fast/selectors/156b-expected.txt:
* platform/mac/fast/selectors/157-expected.txt:
* platform/mac/fast/selectors/158-expected.txt:
* platform/mac/fast/selectors/159-expected.txt:
* platform/mac/fast/selectors/160-expected.txt:
* platform/mac/fast/selectors/166-expected.txt:
* platform/mac/fast/selectors/166a-expected.txt:
* platform/mac/fast/selectors/167-expected.txt:
* platform/mac/fast/selectors/167a-expected.txt:
* platform/mac/fast/selectors/168-expected.txt:
* platform/mac/fast/selectors/168a-expected.txt:
* platform/mac/fast/selectors/169-expected.txt:
* platform/mac/fast/selectors/169a-expected.txt:
* platform/mac/fast/selectors/170-expected.txt:
* platform/mac/fast/selectors/170a-expected.txt:
* platform/mac/fast/selectors/170b-expected.txt:
* platform/mac/fast/selectors/170c-expected.txt:
* platform/mac/fast/selectors/170d-expected.txt:
* platform/mac/fast/selectors/175a-expected.txt:
* platform/mac/fast/selectors/175b-expected.txt:
* platform/mac/fast/selectors/175c-expected.txt:
* platform/mac/fast/selectors/177a-expected.txt:
* platform/mac/fast/selectors/177b-expected.txt:
* platform/mac/fast/selectors/lang-inheritance-expected.txt:
* platform/mac/fast/selectors/lang-inheritance2-expected.txt:
* platform/mac/fast/selectors/lang-vs-xml-lang-expected.txt:
* platform/mac/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt:
* platform/mac/fast/selectors/nondeterministic-combinators-expected.txt:
* platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt:
* platform/mac/fast/selectors/unqualified-hover-strict-expected.txt:
* platform/mac/fast/selectors/visited-descendant-expected.txt:
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
* platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
* platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt:
* platform/mac/fast/table/001-expected.txt:
* platform/mac/fast/table/002-expected.txt:
* platform/mac/fast/table/003-expected.txt:
* platform/mac/fast/table/004-expected.txt:
* platform/mac/fast/table/007-expected.txt:
* platform/mac/fast/table/009-expected.txt:
* platform/mac/fast/table/010-expected.txt:
* platform/mac/fast/table/011-expected.txt:
* platform/mac/fast/table/012-expected.txt:
* platform/mac/fast/table/014-expected.txt:
* platform/mac/fast/table/015-expected.txt:
* platform/mac/fast/table/016-expected.txt:
* platform/mac/fast/table/017-expected.txt:
* platform/mac/fast/table/018-expected.txt:
* platform/mac/fast/table/020-expected.txt:
* platform/mac/fast/table/021-expected.txt:
* platform/mac/fast/table/023-expected.txt:
* platform/mac/fast/table/026-expected.txt:
* platform/mac/fast/table/027-expected.txt:
* platform/mac/fast/table/027-vertical-expected.txt:
* platform/mac/fast/table/028-expected.txt:
* platform/mac/fast/table/028-vertical-expected.txt:
* platform/mac/fast/table/029-expected.txt:
* platform/mac/fast/table/030-expected.txt:
* platform/mac/fast/table/033-expected.txt:
* platform/mac/fast/table/034-expected.txt:
* platform/mac/fast/table/035-expected.txt:
* platform/mac/fast/table/035-vertical-expected.txt:
* platform/mac/fast/table/036-expected.txt:
* platform/mac/fast/table/037-expected.txt:
* platform/mac/fast/table/038-expected.txt:
* platform/mac/fast/table/038-vertical-expected.txt:
* platform/mac/fast/table/039-expected.txt:
* platform/mac/fast/table/040-expected.txt:
* platform/mac/fast/table/040-vertical-expected.txt:
* platform/mac/fast/table/041-expected.txt:
* platform/mac/fast/table/100-percent-cell-width-expected.txt:
* platform/mac/fast/table/absolute-table-at-bottom-expected.txt:
* platform/mac/fast/table/add-before-anonymous-child-expected.txt:
* platform/mac/fast/table/align-right-within-left-aligned-div-expected.txt:
* platform/mac/fast/table/append-cells-expected.txt:
* platform/mac/fast/table/append-cells2-expected.txt:
* platform/mac/fast/table/auto-with-percent-height-expected.txt:
* platform/mac/fast/table/auto-with-percent-height-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/001-expected.txt:
* platform/mac/fast/table/border-collapsing/001-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/003-expected.txt:
* platform/mac/fast/table/border-collapsing/003-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/004-expected.txt:
* platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
* platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
* platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/mac/fast/table/cell-absolute-child-expected.txt:
* platform/mac/fast/table/cell-coalescing-expected.txt:
* platform/mac/fast/table/cell-pref-width-invalidation-expected.txt:
* platform/mac/fast/table/cell-width-auto-expected.txt:
* platform/mac/fast/table/cellindex-expected.txt:
* platform/mac/fast/table/click-near-anonymous-table-expected.txt:
* platform/mac/fast/table/colgroup-preceded-by-caption-expected.txt:
* platform/mac/fast/table/colgroup-spanning-groups-rules-expected.txt:
* platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt:
* platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
* platform/mac/fast/table/dynamic-descendant-percentage-height-expected.txt:
* platform/mac/fast/table/early-table-layout-expected.txt:
* platform/mac/fast/table/edge-offsets-expected.txt:
* platform/mac/fast/table/empty-cells-expected.txt:
* platform/mac/fast/table/fixed-nested-expected.txt:
* platform/mac/fast/table/fixed-table-non-cell-in-row-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
* platform/mac/fast/table/fixed-table-with-small-percent-width-expected.txt:
* platform/mac/fast/table/floating-th-expected.txt:
* platform/mac/fast/table/floatingTablePaintBackground-expected.txt:
* platform/mac/fast/table/frame-and-rules-expected.txt:
* platform/mac/fast/table/generated-caption-expected.txt:
* platform/mac/fast/table/insert-before-anonymous-ancestors-expected.txt:
* platform/mac/fast/table/insert-cell-before-form-expected.txt:
* platform/mac/fast/table/insert-row-before-form-expected.txt:
* platform/mac/fast/table/invisible-cell-background-expected.txt:
* platform/mac/fast/table/large-width-expected.txt:
* platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
* platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
* platform/mac/fast/table/multiple-captions-display-expected.txt:
* platform/mac/fast/table/nested-percent-height-table-expected.txt:
* platform/mac/fast/table/nobr-expected.txt:
* platform/mac/fast/table/overflowHidden-expected.txt:
* platform/mac/fast/table/percent-heights-expected.txt:
* platform/mac/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/mac/fast/table/quote-text-around-iframe-expected.txt:
* platform/mac/fast/table/relative-position-containment-expected.txt:
* platform/mac/fast/table/relative-position-offsets-expected.txt:
* platform/mac/fast/table/relative-position-stacking-expected.txt:
* platform/mac/fast/table/remove-td-display-none-expected.txt:
* platform/mac/fast/table/replaced-percent-height-expected.txt:
* platform/mac/fast/table/row-height-recalc-expected.txt:
* platform/mac/fast/table/rowindex-expected.txt:
* platform/mac/fast/table/rowspan-paint-order-expected.txt:
* platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/mac/fast/table/rtl-cell-display-none-assert-expected.txt:
* platform/mac/fast/table/rules-attr-dynchange1-expected.txt:
* platform/mac/fast/table/rules-attr-dynchange2-expected.txt:
* platform/mac/fast/table/stale-grid-crash-expected.txt:
* platform/mac/fast/table/table-after-child-in-table-expected.txt:
* platform/mac/fast/table/table-and-parts-outline-expected.txt:
* platform/mac/fast/table/table-before-child-in-table-expected.txt:
* platform/mac/fast/table/table-cell-after-child-in-block-expected.txt:
* platform/mac/fast/table/table-cell-after-child-in-table-expected.txt:
* platform/mac/fast/table/table-cell-before-child-in-block-expected.txt:
* platform/mac/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/mac/fast/table/table-continuation-outline-paint-crash-expected.txt:
* platform/mac/fast/table/table-display-types-expected.txt:
* platform/mac/fast/table/table-display-types-strict-expected.txt:
* platform/mac/fast/table/table-display-types-vertical-expected.txt:
* platform/mac/fast/table/table-hspace-align-center-expected.txt:
* platform/mac/fast/table/table-row-after-child-in-block-expected.txt:
* platform/mac/fast/table/table-row-after-child-in-table-expected.txt:
* platform/mac/fast/table/table-row-before-child-in-block-expected.txt:
* platform/mac/fast/table/table-row-before-child-in-table-expected.txt:
* platform/mac/fast/table/tableInsideCaption-expected.txt:
* platform/mac/fast/table/text-field-baseline-expected.txt:
* platform/mac/fast/table/unbreakable-images-quirk-expected.txt:
* platform/mac/fast/table/unused-percent-heights-expected.txt:
* platform/mac/fast/table/vertical-align-baseline-expected.txt:
* platform/mac/fast/text/atsui-kerning-and-ligatures-expected.txt:
* platform/mac/fast/text/atsui-multiple-renderers-expected.txt:
* platform/mac/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/mac/fast/text/atsui-partial-selection-expected.txt:
* platform/mac/fast/text/atsui-small-caps-punctuation-size-expected.txt:
* platform/mac/fast/text/atsui-spacing-features-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-dynamic-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-expected.txt:
* platform/mac/fast/text/basic/001-expected.txt:
* platform/mac/fast/text/basic/002-expected.txt:
* platform/mac/fast/text/basic/003-expected.txt:
* platform/mac/fast/text/basic/004-expected.txt:
* platform/mac/fast/text/basic/005-expected.txt:
* platform/mac/fast/text/basic/006-expected.txt:
* platform/mac/fast/text/basic/007-expected.txt:
* platform/mac/fast/text/basic/008-expected.txt:
* platform/mac/fast/text/basic/009-expected.txt:
* platform/mac/fast/text/basic/011-expected.txt:
* platform/mac/fast/text/basic/012-expected.txt:
* platform/mac/fast/text/basic/013-expected.txt:
* platform/mac/fast/text/basic/014-expected.txt:
* platform/mac/fast/text/basic/015-expected.txt:
* platform/mac/fast/text/basic/generic-family-changes-expected.txt:
* platform/mac/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.txt:
* platform/mac/fast/text/break-word-expected.txt:
* platform/mac/fast/text/capitalize-boundaries-expected.txt:
* platform/mac/fast/text/capitalize-empty-generated-string-expected.txt:
* platform/mac/fast/text/capitalize-preserve-nbsp-expected.txt:
* platform/mac/fast/text/cg-fallback-bolding-expected.txt:
* platform/mac/fast/text/cg-vs-atsui-expected.txt:
* platform/mac/fast/text/complex-preferred-logical-widths-expected.txt:
* platform/mac/fast/text/complex-synthetic-bold-space-width-expected.txt:
* platform/mac/fast/text/complex-text-opacity-expected.txt:
* platform/mac/fast/text/delete-hard-break-character-expected.txt:
* platform/mac/fast/text/drawBidiText-expected.txt:
* platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
* platform/mac/fast/text/emphasis-expected.txt:
* platform/mac/fast/text/fake-italic-expected.txt:
* platform/mac/fast/text/fallback-traits-fixup-expected.txt:
* platform/mac/fast/text/family-for-font-matched-by-name-expected.txt:
* platform/mac/fast/text/firstline/001-expected.txt:
* platform/mac/fast/text/firstline/002-expected.txt:
* platform/mac/fast/text/firstline/003-expected.txt:
* platform/mac/fast/text/font-initial-expected.txt:
* platform/mac/fast/text/format-control-expected.txt:
* platform/mac/fast/text/hyphenate-character-expected.txt:
* platform/mac/fast/text/hyphenate-first-word-expected.txt:
* platform/mac/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/mac/fast/text/hyphenate-limit-lines-expected.txt:
* platform/mac/fast/text/hyphenate-locale-expected.txt:
* platform/mac/fast/text/hyphens-expected.txt:
* platform/mac/fast/text/in-rendered-text-rtl-expected.txt:
* platform/mac/fast/text/indic-expected.txt:
* platform/mac/fast/text/international/001-expected.txt:
* platform/mac/fast/text/international/002-expected.txt:
* platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
* platform/mac/fast/text/international/arabic-justify-expected.txt:
* platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
* platform/mac/fast/text/international/bidi-L2-run-reordering-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
* platform/mac/fast/text/international/bidi-european-terminators-expected.txt:
* platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt:
* platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
* platform/mac/fast/text/international/bidi-innertext-expected.txt:
* platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/mac/fast/text/international/bidi-linebreak-001-expected.txt:
* platform/mac/fast/text/international/bidi-linebreak-002-expected.txt:
* platform/mac/fast/text/international/bidi-linebreak-003-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-expected.txt:
* platform/mac/fast/text/international/bidi-menulist-expected.txt:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
* platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
* platform/mac/fast/text/international/bidi-override-expected.txt:
* platform/mac/fast/text/international/bold-bengali-expected.txt:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac/fast/text/international/danda-space-expected.txt:
* platform/mac/fast/text/international/hebrew-vowels-expected.txt:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/hindi-whitespace-expected.txt:
* platform/mac/fast/text/international/khmer-selection-expected.txt:
* platform/mac/fast/text/international/plane2-expected.txt:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac/fast/text/international/rtl-caret-expected.txt:
* platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
* platform/mac/fast/text/international/thai-baht-space-expected.txt:
* platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
* platform/mac/fast/text/international/wrap-CJK-001-expected.txt:
* platform/mac/fast/text/justified-selection-at-edge-expected.txt:
* platform/mac/fast/text/justified-selection-expected.txt:
* platform/mac/fast/text/justified-text-rect-expected.txt:
* platform/mac/fast/text/justify-ideograph-leading-expansion-expected.txt:
* platform/mac/fast/text/khmer-lao-font-expected.txt:
* platform/mac/fast/text/large-text-composed-char-expected.txt:
* platform/mac/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/mac/fast/text/line-breaking-with-kerning-expected.txt:
* platform/mac/fast/text/line-breaks-after-white-space-expected.txt:
* platform/mac/fast/text/line-breaks-expected.txt:
* platform/mac/fast/text/line-initial-and-final-swashes-expected.txt:
* platform/mac/fast/text/midword-break-after-breakable-char-expected.txt:
* platform/mac/fast/text/midword-break-before-surrogate-pair-expected.txt:
* platform/mac/fast/text/midword-break-hang-expected.txt:
* platform/mac/fast/text/monospace-width-cache-expected.txt:
* platform/mac/fast/text/orientation-sideways-expected.txt:
* platform/mac/fast/text/reset-emptyRun-expected.txt:
* platform/mac/fast/text/selection-hard-linebreak-expected.txt:
* platform/mac/fast/text/shadow-translucent-fill-expected.txt:
* platform/mac/fast/text/should-use-atsui-expected.txt:
* platform/mac/fast/text/softHyphen-expected.txt:
* platform/mac/fast/text/sticky-typesetting-features-expected.txt:
* platform/mac/fast/text/stroking-decorations-expected.txt:
* platform/mac/fast/text/stroking-expected.txt:
* platform/mac/fast/text/text-combine-different-fonts-expected.txt:
* platform/mac/fast/text/text-letter-spacing-expected.txt:
* platform/mac/fast/text/text-shadow-no-default-color-expected.txt:
* platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/mac/fast/text/unicode-variation-selector-expected.txt:
* platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
* platform/mac/fast/text/wbr-expected.txt:
* platform/mac/fast/text/wbr-in-pre-crash-expected.txt:
* platform/mac/fast/text/wbr-styled-expected.txt:
* platform/mac/fast/text/whitespace/001-expected.txt:
* platform/mac/fast/text/whitespace/002-expected.txt:
* platform/mac/fast/text/whitespace/003-expected.txt:
* platform/mac/fast/text/whitespace/004-expected.txt:
* platform/mac/fast/text/whitespace/005-expected.txt:
* platform/mac/fast/text/whitespace/006-expected.txt:
* platform/mac/fast/text/whitespace/007-expected.txt:
* platform/mac/fast/text/whitespace/008-expected.txt:
* platform/mac/fast/text/whitespace/009-expected.txt:
* platform/mac/fast/text/whitespace/010-expected.txt:
* platform/mac/fast/text/whitespace/011-expected.txt:
* platform/mac/fast/text/whitespace/012-expected.txt:
* platform/mac/fast/text/whitespace/015-expected.txt:
* platform/mac/fast/text/whitespace/016-expected.txt:
* platform/mac/fast/text/whitespace/018-expected.txt:
* platform/mac/fast/text/whitespace/020-expected.txt:
* platform/mac/fast/text/whitespace/021-expected.txt:
* platform/mac/fast/text/whitespace/022-expected.txt:
* platform/mac/fast/text/whitespace/024-expected.txt:
* platform/mac/fast/text/whitespace/025-expected.txt:
* platform/mac/fast/text/whitespace/026-expected.txt:
* platform/mac/fast/text/whitespace/027-expected.txt:
* platform/mac/fast/text/whitespace/028-expected.txt:
* platform/mac/fast/text/whitespace/029-expected.txt:
* platform/mac/fast/text/whitespace/030-expected.txt:
* platform/mac/fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt:
* platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
* platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt:
* platform/mac/fast/text/whitespace/pre-break-word-expected.txt:
* platform/mac/fast/text/whitespace/pre-newline-box-test-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-last-char-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-line-test-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
* platform/mac/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt:
* platform/mac/fast/text/whitespace/tab-character-basics-expected.txt:
* platform/mac/fast/text/wide-zero-width-space-expected.txt:
* platform/mac/fast/text/word-break-expected.txt:
* platform/mac/fast/text/word-break-run-rounding-expected.txt:
* platform/mac/fast/text/word-break-soft-hyphen-expected.txt:
* platform/mac/fast/text/word-space-expected.txt:
* platform/mac/fast/text/zero-font-size-expected.txt:
* platform/mac/fast/tokenizer/001-expected.txt:
* platform/mac/fast/tokenizer/003-expected.txt:
* platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/mac/fast/transforms/diamond-expected.txt:
* platform/mac/fast/transforms/identity-matrix-expected.txt:
* platform/mac/fast/transforms/overflow-with-transform-expected.txt:
* platform/mac/fast/transforms/skew-with-unitless-zero-expected.txt:
* platform/mac/fast/transforms/transform-on-inline-expected.txt:
* platform/mac/fast/transforms/transform-overflow-expected.txt:
* platform/mac/fast/transforms/transform-positioned-ancestor-expected.txt:
* platform/mac/fast/transforms/transform-table-row-expected.txt:
* platform/mac/fast/transforms/transformed-caret-expected.txt:
* platform/mac/fast/transforms/transformed-document-element-expected.txt:
* platform/mac/fast/transforms/transforms-with-opacity-expected.txt:
* platform/mac/fast/transforms/transforms-with-zoom-expected.txt:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
* platform/mac/fast/writing-mode/box-shadow-horizontal-bt-expected.txt:
* platform/mac/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
* platform/mac/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
* platform/mac/fast/writing-mode/english-bt-text-expected.txt:
* platform/mac/fast/writing-mode/english-lr-text-expected.txt:
* platform/mac/fast/writing-mode/english-rl-text-expected.txt:
* platform/mac/fast/writing-mode/fieldsets-expected.txt:
* platform/mac/fast/writing-mode/horizontal-bt-replaced-selection-expected.txt:
* platform/mac/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
* platform/mac/fast/writing-mode/text-orientation-basic-expected.txt:
* platform/mac/fast/writing-mode/vertical-baseline-alignment-expected.txt:
* platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
* platform/mac/fast/writing-mode/vertical-lr-replaced-selection-expected.txt:
* platform/mac/fast/writing-mode/vertical-rl-replaced-selection-expected.txt:
* platform/mac/fast/xsl/document-function-expected.txt:
* platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/mac/fast/xsl/xslt-enc-expected.txt:
* platform/mac/fast/xsl/xslt-enc16-expected.txt:
* platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
* platform/mac/fast/xsl/xslt-entity-expected.txt:
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/mac/fast/xsl/xslt-import-depth-expected.txt:
* platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/mac/fast/xsl/xslt-relative-path-expected.txt:
* platform/mac/fast/xsl/xslt_unicode-expected.txt:
* platform/mac/fonts/cursive-expected.txt:
* platform/mac/fonts/default-expected.txt:
* platform/mac/fonts/fantasy-expected.txt:
* platform/mac/fonts/monospace-expected.txt:
* platform/mac/fonts/sans-serif-expected.txt:
* platform/mac/fonts/serif-expected.txt:
* platform/mac/http/tests/loading/simple-subframe-expected.txt:
* platform/mac/http/tests/local/file-url-sent-as-referer-expected.txt:
* platform/mac/http/tests/misc/acid2-expected.txt:
* platform/mac/http/tests/misc/acid2-pixel-expected.txt:
* platform/mac/http/tests/misc/acid3-expected.txt:
* platform/mac/http/tests/misc/error404-expected.txt:
* platform/mac/http/tests/misc/favicon-as-image-expected.txt:
* platform/mac/http/tests/misc/frame-access-during-load-expected.txt:
* platform/mac/http/tests/misc/generated-content-inside-table-expected.txt:
* platform/mac/http/tests/misc/iframe404-expected.txt:
* platform/mac/http/tests/misc/location-replace-crossdomain-expected.txt:
* platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/mac/http/tests/misc/slow-loading-image-in-pattern-expected.txt:
* platform/mac/http/tests/misc/slow-loading-mask-expected.txt:
* platform/mac/http/tests/multipart/invalid-image-data-expected.txt:
* platform/mac/http/tests/multipart/invalid-image-data-standalone-expected.txt:
* platform/mac/http/tests/navigation/error404-basic-expected.txt:
* platform/mac/http/tests/navigation/error404-goback-expected.txt:
* platform/mac/http/tests/navigation/error404-subframeload-expected.txt:
* platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac/http/tests/uri/css-href-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-001-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-002-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-003-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-004-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-005-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-006-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-007-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-008-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-009-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-010-expected.txt:
* platform/mac/mathml/opentype/large-operators-expected.txt:
* platform/mac/mathml/opentype/vertical-expected.txt:
* platform/mac/mathml/presentation/mspace-children-expected.txt:
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/controls-strict-expected.txt:
* platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:
* platform/mac/media/video-aspect-ratio-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-empty-source-expected.txt:
* platform/mac/media/video-layer-crash-expected.txt:
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/media/video-transformed-expected.txt:
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/media/video-zoom-controls-expected.txt:
* platform/mac/media/video-zoom-expected.txt:
* platform/mac/platform/mac/fast/text/line-break-locale-expected.txt:
* platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.txt:
* platform/mac/platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt:
* platform/mac/platform/mac/fast/text/x-height-expected.txt:
* platform/mac/plugins/embed-attributes-style-expected.txt:
* platform/mac/plugins/netscape-dom-access-expected.txt:
* platform/mac/printing/compositing-layer-printing-expected.txt:
* platform/mac/printing/media-queries-print-expected.txt:
* platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/mac/printing/width-overflow-expected.txt:
* platform/mac/scrollbars/basic-scrollbar-expected.txt:
* platform/mac/scrollbars/disabled-scrollbar-expected.txt:
* platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/mac/scrollbars/scrollbar-buttons-expected.txt:
* platform/mac/scrollbars/scrollbar-orientation-expected.txt:
* platform/mac/scrollbars/scrollbars-on-positioned-content-expected.txt:
* platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
* platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
* platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
* platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
* platform/mac/svg/as-background-image/svg-background-partial-redraw-expected.txt:
* platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
* platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
* platform/mac/svg/as-image/animated-svg-as-image-expected.txt:
* platform/mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt:
* platform/mac/svg/as-image/animated-svg-as-image-same-image-expected.txt:
* platform/mac/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt:
* platform/mac/svg/as-image/image-respects-deviceScaleFactor-expected.txt:
* platform/mac/svg/as-image/image-respects-pageScaleFactor-expected.txt:
* platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
* platform/mac/svg/as-image/svg-image-change-content-size-expected.txt:
* platform/mac/svg/batik/filters/filterRegions-expected.txt:
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
* platform/mac/svg/batik/paints/patternRegionA-expected.txt:
* platform/mac/svg/batik/paints/patternRegions-expected.txt:
* platform/mac/svg/batik/text/smallFonts-expected.txt:
* platform/mac/svg/batik/text/textAnchor-expected.txt:
* platform/mac/svg/batik/text/textAnchor2-expected.txt:
* platform/mac/svg/batik/text/textAnchor3-expected.txt:
* platform/mac/svg/batik/text/textDecoration2-expected.txt:
* platform/mac/svg/batik/text/textFeatures-expected.txt:
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* platform/mac/svg/batik/text/textLayout-expected.txt:
* platform/mac/svg/batik/text/textLayout2-expected.txt:
* platform/mac/svg/batik/text/textOnPath2-expected.txt:
* platform/mac/svg/batik/text/textOnPath3-expected.txt:
* platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
* platform/mac/svg/batik/text/textPCDATA-expected.txt:
* platform/mac/svg/batik/text/textPosition2-expected.txt:
* platform/mac/svg/batik/text/textProperties2-expected.txt:
* platform/mac/svg/batik/text/textStyles-expected.txt:
* platform/mac/svg/batik/text/xmlSpace-expected.txt:
* platform/mac/svg/carto.net/button-expected.txt:
* platform/mac/svg/carto.net/colourpicker-expected.txt:
* platform/mac/svg/carto.net/combobox-expected.txt:
* platform/mac/svg/carto.net/scrollbar-expected.txt:
* platform/mac/svg/carto.net/selectionlist-expected.txt:
* platform/mac/svg/carto.net/slider-expected.txt:
* platform/mac/svg/carto.net/tabgroup-expected.txt:
* platform/mac/svg/carto.net/textbox-expected.txt:
* platform/mac/svg/carto.net/window-expected.txt:
* platform/mac/svg/css/composite-shadow-text-expected.txt:
* platform/mac/svg/css/css-box-min-width-expected.txt:
* platform/mac/svg/css/group-with-shadow-expected.txt:
* platform/mac/svg/css/shadow-changes-expected.txt:
* platform/mac/svg/css/text-gradient-shadow-expected.txt:
* platform/mac/svg/css/text-shadow-multiple-expected.txt:
* platform/mac/svg/custom/SVGMatrix-interface-expected.txt:
* platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
* platform/mac/svg/custom/absolute-sized-content-with-resources-expected.txt:
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
* platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
* platform/mac/svg/custom/altglyph-expected.txt:
* platform/mac/svg/custom/broken-internal-references-expected.txt:
* platform/mac/svg/custom/bug45331-expected.txt:
* platform/mac/svg/custom/circle-move-invalidation-expected.txt:
* platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
* platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
* platform/mac/svg/custom/createImageElement2-expected.txt:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
* platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
* platform/mac/svg/custom/embedding-external-svgs-expected.txt:
* platform/mac/svg/custom/empty-mask-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
* platform/mac/svg/custom/fill-fallback-expected.txt:
* platform/mac/svg/custom/focus-ring-expected.txt:
* platform/mac/svg/custom/font-face-cascade-order-expected.txt:
* platform/mac/svg/custom/font-face-simple-expected.txt:
* platform/mac/svg/custom/foreign-object-skew-expected.txt:
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
* platform/mac/svg/custom/getPresentationAttribute-expected.txt:
* platform/mac/svg/custom/getTransformToElement-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
* platform/mac/svg/custom/getsvgdocument-expected.txt:
* platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.txt:
* platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
* platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
* platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
* platform/mac/svg/custom/hit-test-path-expected.txt:
* platform/mac/svg/custom/hit-test-path-stroke-expected.txt:
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt:
* platform/mac/svg/custom/hit-test-with-br-expected.txt:
* platform/mac/svg/custom/image-parent-translation-expected.txt:
* platform/mac/svg/custom/image-rescale-clip-expected.txt:
* platform/mac/svg/custom/image-rescale-scroll-expected.txt:
* platform/mac/svg/custom/image-small-width-height-expected.txt:
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac/svg/custom/invalid-css-expected.txt:
* platform/mac/svg/custom/invalid-fill-expected.txt:
* platform/mac/svg/custom/invalid-fill-hex-expected.txt:
* platform/mac/svg/custom/invalid-lengthlist-expected.txt:
* platform/mac/svg/custom/invalid-stroke-hex-expected.txt:
* platform/mac/svg/custom/invalid-uri-stroke-expected.txt:
* platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt:
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
* platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
* platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
* platform/mac/svg/custom/js-update-stop-linked-gradient-expected.txt:
* platform/mac/svg/custom/junk-data-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
* platform/mac/svg/custom/linking-uri-01-b-expected.txt:
* platform/mac/svg/custom/marker-default-width-height-expected.txt:
* platform/mac/svg/custom/marker-orient-auto-expected.txt:
* platform/mac/svg/custom/marker-overflow-clip-expected.txt:
* platform/mac/svg/custom/missing-xlink-expected.txt:
* platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
* platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
* platform/mac/svg/custom/mouse-move-on-svg-root-expected.txt:
* platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
* platform/mac/svg/custom/no-inherited-dashed-stroke-expected.txt:
* platform/mac/svg/custom/non-opaque-filters-expected.txt:
* platform/mac/svg/custom/object-sizing-expected.txt:
* platform/mac/svg/custom/path-bad-data-expected.txt:
* platform/mac/svg/custom/path-textPath-simulation-expected.txt:
* platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
* platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
* platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
* platform/mac/svg/custom/pattern-rotate-expected.txt:
* platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
* platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
* platform/mac/svg/custom/pattern-with-transformation-expected.txt:
* platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
* platform/mac/svg/custom/pointer-events-image-css-transform-expected.txt:
* platform/mac/svg/custom/pointer-events-image-expected.txt:
* platform/mac/svg/custom/pointer-events-path-expected.txt:
* platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
* platform/mac/svg/custom/pointer-events-text-expected.txt:
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
* platform/mac/svg/custom/recursive-filter-expected.txt:
* platform/mac/svg/custom/recursive-gradient-expected.txt:
* platform/mac/svg/custom/recursive-mask-expected.txt:
* platform/mac/svg/custom/recursive-pattern-expected.txt:
* platform/mac/svg/custom/relative-sized-content-expected.txt:
* platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt:
* platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
* platform/mac/svg/custom/relative-sized-image-expected.txt:
* platform/mac/svg/custom/relative-sized-inner-svg-expected.txt:
* platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.txt:
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
* platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt:
* platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/second-inline-text-expected.txt:
* platform/mac/svg/custom/shape-rendering-expected.txt:
* platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
* platform/mac/svg/custom/simple-text-double-shadow-expected.txt:
* platform/mac/svg/custom/simpleCDF-expected.txt:
* platform/mac/svg/custom/stroke-fallback-expected.txt:
* platform/mac/svg/custom/stroke-width-large-expected.txt:
* platform/mac/svg/custom/stroked-pattern-expected.txt:
* platform/mac/svg/custom/style-attribute-font-size-expected.txt:
* platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
* platform/mac/svg/custom/svg-float-border-padding-expected.txt:
* platform/mac/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac/svg/custom/svg-fonts-segmented-expected.txt:
* platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
* platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt:
* platform/mac/svg/custom/svg-overflow-types-expected.txt:
* platform/mac/svg/custom/text-clip-expected.txt:
* platform/mac/svg/custom/text-ctm-expected.txt:
* platform/mac/svg/custom/text-decoration-visibility-expected.txt:
* platform/mac/svg/custom/text-dom-01-f-expected.txt:
* platform/mac/svg/custom/text-hit-test-expected.txt:
* platform/mac/svg/custom/text-image-opacity-expected.txt:
* platform/mac/svg/custom/text-letter-spacing-expected.txt:
* platform/mac/svg/custom/text-linking-expected.txt:
* platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
* platform/mac/svg/custom/text-rotated-gradient-expected.txt:
* platform/mac/svg/custom/text-rotation-expected.txt:
* platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
* platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
* platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
* platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
* platform/mac/svg/custom/text-whitespace-handling-expected.txt:
* platform/mac/svg/custom/text-x-dx-lists-expected.txt:
* platform/mac/svg/custom/text-x-dy-lists-expected.txt:
* platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
* platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt:
* platform/mac/svg/custom/text-xy-updates-expected.txt:
* platform/mac/svg/custom/tref-own-content-removal-expected.txt:
* platform/mac/svg/custom/tref-update-expected.txt:
* platform/mac/svg/custom/use-clipped-hit-expected.txt:
* platform/mac/svg/custom/use-detach-expected.txt:
* platform/mac/svg/custom/use-dynamic-append-expected.txt:
* platform/mac/svg/custom/use-elementInstance-event-target-expected.txt:
* platform/mac/svg/custom/use-elementInstance-methods-expected.txt:
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
* platform/mac/svg/custom/use-events-crash-expected.txt:
* platform/mac/svg/custom/use-font-face-crash-expected.txt:
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
* platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
* platform/mac/svg/custom/use-modify-target-container-expected.txt:
* platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
* platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
* platform/mac/svg/custom/use-on-g-expected.txt:
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
* platform/mac/svg/custom/use-on-rect-expected.txt:
* platform/mac/svg/custom/use-on-symbol-expected.txt:
* platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
* platform/mac/svg/custom/use-on-text-expected.txt:
* platform/mac/svg/custom/use-on-use-expected.txt:
* platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
* platform/mac/svg/custom/use-recursion-1-expected.txt:
* platform/mac/svg/custom/use-recursion-2-expected.txt:
* platform/mac/svg/custom/use-recursion-3-expected.txt:
* platform/mac/svg/custom/use-recursion-4-expected.txt:
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
* platform/mac/svg/custom/use-transform-expected.txt:
* platform/mac/svg/custom/viewbox-syntax-expected.txt:
* platform/mac/svg/custom/viewport-em-expected.txt:
* platform/mac/svg/dom/SVGPathSegList-cloning-expected.txt:
* platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.txt:
* platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt:
* platform/mac/svg/filters/feComposite-expected.txt:
* platform/mac/svg/filters/filter-width-update-expected.txt:
* platform/mac/svg/foreignObject/fO-parent-display-changes-expected.txt:
* platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
* platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt:
* platform/mac/svg/foreignObject/svg-document-in-html-document-expected.txt:
* platform/mac/svg/hixie/data-types/002-expected.txt:
* platform/mac/svg/hixie/error/002-expected.txt:
* platform/mac/svg/hixie/error/003-expected.txt:
* platform/mac/svg/hixie/error/010-expected.txt:
* platform/mac/svg/hixie/error/011-expected.txt:
* platform/mac/svg/hixie/error/012-expected.txt:
* platform/mac/svg/hixie/error/013-expected.txt:
* platform/mac/svg/hixie/error/017-expected.txt:
* platform/mac/svg/hixie/intrinsic/003-expected.txt:
* platform/mac/svg/hixie/links/002-expected.txt:
* platform/mac/svg/hixie/mixed/003-expected.txt:
* platform/mac/svg/hixie/mixed/006-expected.txt:
* platform/mac/svg/hixie/mixed/007-expected.txt:
* platform/mac/svg/hixie/mixed/008-expected.txt:
* platform/mac/svg/hixie/mixed/009-expected.txt:
* platform/mac/svg/hixie/mixed/010-expected.txt:
* platform/mac/svg/hixie/mixed/011-expected.txt:
* platform/mac/svg/hixie/perf/001-expected.txt:
* platform/mac/svg/hixie/perf/002-expected.txt:
* platform/mac/svg/hixie/perf/003-expected.txt:
* platform/mac/svg/hixie/perf/004-expected.txt:
* platform/mac/svg/hixie/perf/005-expected.txt:
* platform/mac/svg/hixie/perf/006-expected.txt:
* platform/mac/svg/hixie/perf/007-expected.txt:
* platform/mac/svg/hixie/processing-model/003-expected.txt:
* platform/mac/svg/hixie/processing-model/004-expected.txt:
* platform/mac/svg/hixie/rendering-model/003-expected.txt:
* platform/mac/svg/hixie/rendering-model/004-expected.txt:
* platform/mac/svg/hixie/text/002-expected.txt:
* platform/mac/svg/hixie/text/003-expected.txt:
* platform/mac/svg/hixie/text/003a-expected.txt:
* platform/mac/svg/hixie/text/003b-expected.txt:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac/svg/in-html/circle-expected.txt:
* platform/mac/svg/repaint/filter-repaint-expected.txt:
* platform/mac/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
* platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
* platform/mac/svg/text/bidi-embedded-direction-expected.txt:
* platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
* platform/mac/svg/text/bidi-text-anchor-direction-expected.txt:
* platform/mac/svg/text/bidi-text-query-expected.txt:
* platform/mac/svg/text/bidi-tspans-expected.txt:
* platform/mac/svg/text/ems-display-none-expected.txt:
* platform/mac/svg/text/exs-display-none-expected.txt:
* platform/mac/svg/text/font-size-below-point-five-expected.txt:
* platform/mac/svg/text/foreignObject-repaint-expected.txt:
* platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
* platform/mac/svg/text/multichar-glyph-expected.txt:
* platform/mac/svg/text/non-bmp-positioning-lists-expected.txt:
* platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
* platform/mac/svg/text/remove-tspan-from-text-expected.txt:
* platform/mac/svg/text/scaled-font-expected.txt:
* platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
* platform/mac/svg/text/select-x-list-1-expected.txt:
* platform/mac/svg/text/select-x-list-2-expected.txt:
* platform/mac/svg/text/select-x-list-3-expected.txt:
* platform/mac/svg/text/select-x-list-4-expected.txt:
* platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
* platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
* platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
* platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
* platform/mac/svg/text/selection-doubleclick-expected.txt:
* platform/mac/svg/text/selection-styles-expected.txt:
* platform/mac/svg/text/selection-tripleclick-expected.txt:
* platform/mac/svg/text/small-fonts-2-expected.txt:
* platform/mac/svg/text/small-fonts-3-expected.txt:
* platform/mac/svg/text/small-fonts-expected.txt:
* platform/mac/svg/text/small-fonts-in-html5-expected.txt:
* platform/mac/svg/text/text-align-01-b-expected.txt:
* platform/mac/svg/text/text-align-02-b-expected.txt:
* platform/mac/svg/text/text-align-03-b-expected.txt:
* platform/mac/svg/text/text-align-04-b-expected.txt:
* platform/mac/svg/text/text-align-05-b-expected.txt:
* platform/mac/svg/text/text-align-06-b-expected.txt:
* platform/mac/svg/text/text-altglyph-01-b-expected.txt:
* platform/mac/svg/text/text-deco-01-b-expected.txt:
* platform/mac/svg/text/text-fill-opacity-expected.txt:
* platform/mac/svg/text/text-fonts-01-t-expected.txt:
* platform/mac/svg/text/text-fonts-02-t-expected.txt:
* platform/mac/svg/text/text-gradient-positioning-expected.txt:
* platform/mac/svg/text/text-intro-05-t-expected.txt:
* platform/mac/svg/text/text-midpoint-split-bug-expected.txt:
* platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
* platform/mac/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
* platform/mac/svg/text/text-path-01-b-expected.txt:
* platform/mac/svg/text/text-path-middle-align-expected.txt:
* platform/mac/svg/text/text-repaint-rects-expected.txt:
* platform/mac/svg/text/text-rescale-expected.txt:
* platform/mac/svg/text/text-spacing-01-b-expected.txt:
* platform/mac/svg/text/text-text-01-b-expected.txt:
* platform/mac/svg/text/text-text-03-b-expected.txt:
* platform/mac/svg/text/text-text-04-t-expected.txt:
* platform/mac/svg/text/text-text-05-t-expected.txt:
* platform/mac/svg/text/text-text-06-t-expected.txt:
* platform/mac/svg/text/text-text-07-t-expected.txt:
* platform/mac/svg/text/text-text-08-b-expected.txt:
* platform/mac/svg/text/text-tref-01-b-expected.txt:
* platform/mac/svg/text/text-tselect-01-b-expected.txt:
* platform/mac/svg/text/text-tselect-02-f-expected.txt:
* platform/mac/svg/text/text-tspan-01-b-expected.txt:
* platform/mac/svg/text/text-viewbox-rescale-expected.txt:
* platform/mac/svg/text/text-ws-01-t-expected.txt:
* platform/mac/svg/text/text-ws-02-t-expected.txt:
* platform/mac/svg/text/tspan-dynamic-positioning-expected.txt:
* platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
* platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/mac/svg/transforms/svg-css-transforms-expected.txt:
* platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
* platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
* platform/mac/svg/wicd/rightsizing-grid-expected.txt:
* platform/mac/svg/wicd/sizing-flakiness-expected.txt:
* platform/mac/svg/wicd/test-rightsizing-a-expected.txt:
* platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
* platform/mac/svg/wicd/test-scalable-background-image1-expected.txt:
* platform/mac/svg/wicd/test-scalable-background-image2-expected.txt:
* platform/mac/svg/zoom/page/zoom-background-images-expected.txt:
* platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
* platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
* platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
* platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
* platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
* platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
* platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
* platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt:
* platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
* platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
* platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
* platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
* platform/mac/tables/layering/paint-test-layering-1-expected.txt:
* platform/mac/tables/layering/paint-test-layering-2-expected.txt:
* platform/mac/tables/mozilla/bugs/45621-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10009-expected.txt:
* platform/mac/tables/mozilla/bugs/bug100334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10036-expected.txt:
* platform/mac/tables/mozilla/bugs/bug101201-expected.txt:
* platform/mac/tables/mozilla/bugs/bug101674-expected.txt:
* platform/mac/tables/mozilla/bugs/bug102145-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug102145-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug102145-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug102145-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10269-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10269-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10296-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10565-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106158-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10633-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1067-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1067-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
* platform/mac/tables/mozilla/bugs/bug108340-expected.txt:
* platform/mac/tables/mozilla/bugs/bug109043-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11026-expected.txt:
* platform/mac/tables/mozilla/bugs/bug110566-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11321-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11384q-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11384s-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11944-expected.txt:
* platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12008-expected.txt:
* platform/mac/tables/mozilla/bugs/bug120364-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12268-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
* platform/mac/tables/mozilla/bugs/bug123862-expected.txt:
* platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12709-expected.txt:
* platform/mac/tables/mozilla/bugs/bug127267-expected.txt:
* platform/mac/tables/mozilla/bugs/bug128229-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12908-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12910-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1296-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13105-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13196-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13484-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13526-expected.txt:
* platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14159-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14159-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14323-expected.txt:
* platform/mac/tables/mozilla/bugs/bug145572-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1474-expected.txt:
* platform/mac/tables/mozilla/bugs/bug149275-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14929-expected.txt:
* platform/mac/tables/mozilla/bugs/bug15247-expected.txt:
* platform/mac/tables/mozilla/bugs/bug154780-expected.txt:
* platform/mac/tables/mozilla/bugs/bug15544-expected.txt:
* platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16012-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17130-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17130-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17168-expected.txt:
* platform/mac/tables/mozilla/bugs/bug175455-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17548-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17587-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1800-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1802-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1809-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1828-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18558-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18664-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18955-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19356-expected.txt:
* platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2050-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2065-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20804-expected.txt:
* platform/mac/tables/mozilla/bugs/bug21299-expected.txt:
* platform/mac/tables/mozilla/bugs/bug215629-expected.txt:
* platform/mac/tables/mozilla/bugs/bug21918-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22019-expected.txt:
* platform/mac/tables/mozilla/bugs/bug220536-expected.txt:
* platform/mac/tables/mozilla/bugs/bug221784-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug221784-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-2a-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-3a-expected.txt:
* platform/mac/tables/mozilla/bugs/bug222846-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2267-expected.txt:
* platform/mac/tables/mozilla/bugs/bug227123-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2296-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23072-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23151-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23235-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23299-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23994-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24503-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24627-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24661-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2469-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-1-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/bug24880-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25004-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25074-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25086-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2509-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2516-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25663-expected.txt:
* platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2684-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27038-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug275625-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2757-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2763-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2773-expected.txt:
* platform/mac/tables/mozilla/bugs/bug278266-expected.txt:
* platform/mac/tables/mozilla/bugs/bug278385-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27993-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28341-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2886-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2886-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29058-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29157-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29429-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2947-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2962-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2973-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2981-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2997-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30273-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30332-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30332-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3037-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30418-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30985-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3103-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3191-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-5-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3260-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3263-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32841-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3309-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3309-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
* platform/mac/tables/mozilla/bugs/bug34176-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3454-expected.txt:
* platform/mac/tables/mozilla/bugs/bug35662-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3681-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3681-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3718-expected.txt:
* platform/mac/tables/mozilla/bugs/bug38916-expected.txt:
* platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3977-expected.txt:
* platform/mac/tables/mozilla/bugs/bug40828-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4093-expected.txt:
* platform/mac/tables/mozilla/bugs/bug41890-expected.txt:
* platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
* platform/mac/tables/mozilla/bugs/bug42443-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43039-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43204-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4385-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4427-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
* platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
* platform/mac/tables/mozilla/bugs/bug44523-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4501-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45055-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45055-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4520-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4523-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45350-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45486-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4576-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-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/bug46480-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46480-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46623-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46924-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4739-expected.txt:
* platform/mac/tables/mozilla/bugs/bug47432-expected.txt:
* platform/mac/tables/mozilla/bugs/bug48028-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug48028-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4803-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4849-expected.txt:
* platform/mac/tables/mozilla/bugs/bug48827-expected.txt:
* platform/mac/tables/mozilla/bugs/bug50695-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51140-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug53891-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55527-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55694-expected.txt:
* platform/mac/tables/mozilla/bugs/bug56405-expected.txt:
* platform/mac/tables/mozilla/bugs/bug56563-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57300-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57378-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57828-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5797-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5798-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5799-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5835-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5838-expected.txt:
* platform/mac/tables/mozilla/bugs/bug58402-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60013-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60804-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60807-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60992-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6184-expected.txt:
* platform/mac/tables/mozilla/bugs/bug625-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
* platform/mac/tables/mozilla/bugs/bug63785-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6404-expected.txt:
* platform/mac/tables/mozilla/bugs/bug647-expected.txt:
* platform/mac/tables/mozilla/bugs/bug650-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6674-expected.txt:
* platform/mac/tables/mozilla/bugs/bug67864-expected.txt:
* platform/mac/tables/mozilla/bugs/bug67915-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
* platform/mac/tables/mozilla/bugs/bug68998-expected.txt:
* platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
* platform/mac/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug69382-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug709-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7121-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug72359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug727-expected.txt:
* platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7471-expected.txt:
* platform/mac/tables/mozilla/bugs/bug75250-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7714-expected.txt:
* platform/mac/tables/mozilla/bugs/bug78162-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8032-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug80762-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug81934-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug83786-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8411-expected.txt:
* platform/mac/tables/mozilla/bugs/bug86220-expected.txt:
* platform/mac/tables/mozilla/bugs/bug86708-expected.txt:
* platform/mac/tables/mozilla/bugs/bug88035-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug88035-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8950-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9072-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9123-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9271-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9271-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92868-expected.txt:
* platform/mac/tables/mozilla/bugs/bug93363-expected.txt:
* platform/mac/tables/mozilla/bugs/bug963-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96343-expected.txt:
* platform/mac/tables/mozilla/bugs/bug965-expected.txt:
* platform/mac/tables/mozilla/bugs/bug97138-expected.txt:
* platform/mac/tables/mozilla/bugs/bug98196-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9879-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug99923-expected.txt:
* platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug127040-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/mac/tables/mozilla/core/bloomberg-expected.txt:
* platform/mac/tables/mozilla/core/borders-expected.txt:
* platform/mac/tables/mozilla/core/box_sizing-expected.txt:
* platform/mac/tables/mozilla/core/captions-expected.txt:
* platform/mac/tables/mozilla/core/cell_heights-expected.txt:
* platform/mac/tables/mozilla/core/col_span-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_auto-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_per-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_per-expected.txt:
* platform/mac/tables/mozilla/core/margins-expected.txt:
* platform/mac/tables/mozilla/core/misc-expected.txt:
* platform/mac/tables/mozilla/core/nested1-expected.txt:
* platform/mac/tables/mozilla/core/one_row-expected.txt:
* platform/mac/tables/mozilla/core/table_frame-expected.txt:
* platform/mac/tables/mozilla/core/table_heights-expected.txt:
* platform/mac/tables/mozilla/core/table_rules-expected.txt:
* platform/mac/tables/mozilla/core/table_widths-expected.txt:
* platform/mac/tables/mozilla/dom/appendCol2-expected.txt:
* platform/mac/tables/mozilla/dom/appendRowsExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCol1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCol2-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCol3-expected.txt:
* platform/mac/tables/mozilla/dom/deleteColGroup1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteColGroup2-expected.txt:
* platform/mac/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/insertCellsExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/insertCellsExpand2-expected.txt:
* platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
* platform/mac/tables/mozilla/dom/insertColGroups1-expected.txt:
* platform/mac/tables/mozilla/dom/insertColGroups2-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols1-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols2-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols3-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols4-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols5-expected.txt:
* platform/mac/tables/mozilla/dom/insertRowsExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/tableDom-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/mac/tables/mozilla/marvin/body_col-expected.txt:
* platform/mac/tables/mozilla/marvin/body_tbody-expected.txt:
* platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/mac/tables/mozilla/marvin/body_thead-expected.txt:
* platform/mac/tables/mozilla/marvin/col_span-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/table_frame_border-expected.txt:
* platform/mac/tables/mozilla/marvin/table_frame_box-expected.txt:
* platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
* platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/table_rules_all-expected.txt:
* platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/mac/tables/mozilla/marvin/table_rules_none-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_0-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_class-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_default-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_id-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_style-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_width_percent-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_char-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_border-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_height-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_height-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/mac/tables/mozilla/other/body_col-expected.txt:
* platform/mac/tables/mozilla/other/cell_widths-expected.txt:
* platform/mac/tables/mozilla/other/cellspacing-expected.txt:
* platform/mac/tables/mozilla/other/ms-expected.txt:
* platform/mac/tables/mozilla/other/nested2-expected.txt:
* platform/mac/tables/mozilla/other/nestedTables-expected.txt:
* platform/mac/tables/mozilla/other/padding-expected.txt:
* platform/mac/tables/mozilla/other/test3-expected.txt:
* platform/mac/tables/mozilla/other/test6-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug33784-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/standards1-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/appendCol1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/mac/transforms/2d/compound-transforms-vs-containers-expected.txt:
* platform/mac/transforms/2d/hindi-rotated-expected.txt:
* platform/mac/transforms/2d/transform-borderbox-expected.txt:
* platform/mac/transforms/2d/transform-fixed-container-expected.txt:
* platform/mac/transforms/2d/transform-origin-borderbox-expected.txt:
* platform/mac/transforms/2d/zoom-menulist-expected.txt:
* platform/mac/transforms/3d/general/perspective-units-expected.txt:
* platform/mac/transforms/3d/hit-testing/backface-hit-test-expected.txt:
* platform/mac/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
* platform/mac/transforms/svg-vs-css-expected.txt:
* platform/mac/transitions/default-timing-function-expected.txt:
* platform/mac/webarchive/loading/cache-expired-subresource-expected.txt:
* printing/iframe-print-expected.txt:
* scrollbars/scrollbar-selectors-expected.txt:
* svg/W3C-SVG-1.1-SE/painting-marker-05-f-expected.txt:
* svg/W3C-SVG-1.1-SE/painting-marker-06-f-expected.txt:
* svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
* svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
* svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
* svg/custom/glyph-selection-arabic-forms-expected.txt:
* svg/custom/glyph-selection-non-bmp-expected.txt:
* svg/hixie/dynamic/002-expected.txt:
* svg/text/font-size-below-point-five-2-expected.txt:
* svg/text/selection-background-color-expected.txt:
* svg/text/textPathBoundsBug-expected.txt:
* tables/mozilla/bugs/bug133756-1-expected.txt:
* tables/mozilla/bugs/bug133756-2-expected.txt:
* tables/mozilla/bugs/bug157890-expected.txt:
* tables/mozilla/bugs/bug8858-expected.txt:
* tables/mozilla/core/row_span-expected.txt:
* tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
* tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2014-12-27 Alexey Proskuryakov <ap@apple.com>
fast/canvas/webgl/angle-instanced-arrays.html is very flaky
https://bugs.webkit.org/show_bug.cgi?id=139958
Reviewed by Darin Adler.
WebGL test harness added js-test-post.js in a flaky manner, and to make things worse,
this test also had its own include of js-test-post.js.
Looking at the tests, I noticed that the way test harnesses were used was a big mess,
so I went over the whole directory, making these changes:
1. Use js-test.js instead of js-test-pre.js, because it's simpler and better macthes
the Khronos test model.
2. Removed js-test-post.js everywhere (some tests included it in particularly crazy ways).
3. Removed successfullyParsed = true, as js-test.js doesn't need that.
4. Updated DOCTYPE, while editing these tests anyway.
5. Tests now have correct order of lines in the output (no longer saying TEST COMPLETE
before PASS), so updated results.
6. In js-test tests, we shouldn't use waitUntilDone/notifyDone explicitly, so
updated these with jsTestIsAsync.
7. Updated async tests that used initNonKhronosFramework(false) plus some way to
become async to simply say initNonKhronosFramework(true).
8. Removed isSuccessfullyParsed() calls that several tests were using as an ugly
workaround for issues caused by misusing the harness. This is never expected to be
called directly.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds.html:
Removed an unneeded js-test-style.css include.
* fast/canvas/webgl/framebuffer-bindings-unaffected-on-resize.html:
Swapped lines to not have glErrorShouldBe after finishTest.
* fast/canvas/webgl/resources/webgl-test.js:
(initNonKhronosFramework): webgl-test.js relies on js-test anyway, so there is
no need to duplicate the work.
(nonKhronosFrameworkNotifyDone): Use the proper js-test mechanism.
(finishTest): Ditto.
(finishTest.epilogue.document.createElement.epilogue.onload): Deleted.
* resources/js-test.js:
(expectTrue): Added this function that we only has in js-test-pre.js.
(): Perform work after test's load event handler, not immediately on DOMContentLoaded.
This has two benefits:
1. Tests that enable jsTestIsAsync in onload do work. This is expected, because
tests that call waitUntilDone from onload also do work.
2. Non-async tests that perform work in onload have the correct order of lines in output.
* fast/dom/HTMLImageElement/sizes/image-sizes-1x-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-2x-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-innerhtml-expected.txt:
* fast/hidpi/image-srcset-invalid-descriptor-expected.txt:
* fast/hidpi/image-srcset-src-selection-1x-both-expected.txt:
* svg/custom/html_document_set_title-expected.txt:
Updated results for js-test.js improvements.
* fast/canvas/webgl/WebGLContextEvent.html:
* fast/canvas/webgl/angle-instanced-arrays.html:
* fast/canvas/webgl/array-bounds-clamping.html:
* fast/canvas/webgl/array-buffer-crash.html:
* fast/canvas/webgl/array-buffer-view-crash-when-reassigned.html:
* fast/canvas/webgl/array-buffer-view-crash.html:
* fast/canvas/webgl/array-constructor.html:
* fast/canvas/webgl/array-get-and-set-method-removal.html:
* fast/canvas/webgl/array-get-out-of-bounds.html:
* fast/canvas/webgl/array-message-passing.html:
* fast/canvas/webgl/array-override-set.html:
* fast/canvas/webgl/array-set-invalid-arguments.html:
* fast/canvas/webgl/array-set-out-of-bounds.html:
* fast/canvas/webgl/array-set-with-offset.html:
* fast/canvas/webgl/array-setters.html:
* fast/canvas/webgl/array-unit-tests.html:
* fast/canvas/webgl/arraybuffer-transfer-of-control.html:
* fast/canvas/webgl/attrib-location-length-limits.html:
* fast/canvas/webgl/bad-arguments-test.html:
* fast/canvas/webgl/buffer-bind-test.html:
* fast/canvas/webgl/buffer-data-array-buffer.html:
* fast/canvas/webgl/canvas-2d-webgl-texture-expected.txt:
* fast/canvas/webgl/canvas-2d-webgl-texture.html:
* fast/canvas/webgl/canvas-resize-crash.html:
* fast/canvas/webgl/canvas-supports-context.html:
* fast/canvas/webgl/canvas-test.html:
* fast/canvas/webgl/canvas-zero-size.html:
* fast/canvas/webgl/compressed-tex-image.html:
* fast/canvas/webgl/constants.html:
* fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
* fast/canvas/webgl/context-creation-and-destruction.html:
* fast/canvas/webgl/context-lost-restored.html:
* fast/canvas/webgl/context-lost.html:
* fast/canvas/webgl/context-release-upon-reload.html:
* fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html:
* fast/canvas/webgl/data-view-crash.html:
* fast/canvas/webgl/data-view-test.html:
* fast/canvas/webgl/draw-arrays-out-of-bounds.html:
* fast/canvas/webgl/draw-elements-out-of-bounds.html:
* fast/canvas/webgl/drawingbuffer-test.html:
* fast/canvas/webgl/error-reporting.html:
* fast/canvas/webgl/framebuffer-object-attachment.html:
* fast/canvas/webgl/framebuffer-test.html:
* fast/canvas/webgl/functions-returning-strings.html:
* fast/canvas/webgl/get-active-test.html:
* fast/canvas/webgl/gl-bind-attrib-location-before-compile-test.html:
* fast/canvas/webgl/gl-bind-attrib-location-test.html:
* fast/canvas/webgl/gl-bind-attrib-mapped-names.html:
* fast/canvas/webgl/gl-enable-enum-test.html:
* fast/canvas/webgl/gl-enum-tests.html:
* fast/canvas/webgl/gl-get-calls.html:
* fast/canvas/webgl/gl-getshadersource.html:
* fast/canvas/webgl/gl-getstring.html:
* fast/canvas/webgl/gl-object-get-calls.html:
* fast/canvas/webgl/gl-pixelstorei.html:
* fast/canvas/webgl/gl-teximage.html:
* fast/canvas/webgl/gl-uniform-arrays.html:
* fast/canvas/webgl/gl-uniformmatrix4fv.html:
* fast/canvas/webgl/gl-vertex-attrib-zero-issues.html:
* fast/canvas/webgl/gl-vertex-attrib.html:
* fast/canvas/webgl/gl-vertexattribpointer.html:
* fast/canvas/webgl/glsl-conformance.html:
* fast/canvas/webgl/incorrect-context-object-behaviour.html:
* fast/canvas/webgl/index-validation-copies-indices.html:
* fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html:
* fast/canvas/webgl/index-validation-verifies-too-many-indices.html:
* fast/canvas/webgl/index-validation-with-resized-buffer.html:
* fast/canvas/webgl/index-validation.html:
* fast/canvas/webgl/instanceof-test.html:
* fast/canvas/webgl/invalid-UTF-16.html:
* fast/canvas/webgl/invalid-passed-params.html:
* fast/canvas/webgl/is-object.html:
* fast/canvas/webgl/null-object-behaviour.html:
* fast/canvas/webgl/null-uniform-location.html:
* fast/canvas/webgl/object-deletion-behaviour.html:
* fast/canvas/webgl/oes-element-index-uint.html:
* fast/canvas/webgl/oes-texture-float-linear-expected.txt:
* fast/canvas/webgl/oes-texture-float-linear.html:
* fast/canvas/webgl/oes-texture-half-float-linear-expected.txt:
* fast/canvas/webgl/oes-texture-half-float-linear.html:
* fast/canvas/webgl/oes-texture-half-float-with-canvas.html:
* fast/canvas/webgl/oes-texture-half-float-with-image.html:
* fast/canvas/webgl/oes-texture-half-float-with-video.html:
* fast/canvas/webgl/oes-texture-half-float.html:
* fast/canvas/webgl/oes-vertex-array-object.html:
* fast/canvas/webgl/point-size.html:
* fast/canvas/webgl/premultiplyalpha-test-expected.txt:
* fast/canvas/webgl/premultiplyalpha-test.html:
* fast/canvas/webgl/program-test.html:
* fast/canvas/webgl/read-pixels-pack-alignment.html:
* fast/canvas/webgl/read-pixels-test.html:
* fast/canvas/webgl/renderbuffer-initialization.html:
* fast/canvas/webgl/renderer-and-vendor-strings.html:
* fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-video.js:
* fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js:
* fast/canvas/webgl/shader-deleted-by-accessor.html:
* fast/canvas/webgl/shader-precision-format.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba4444.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba4444.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba5551.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-potentially-subsampled-image.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html:
* fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html:
* fast/canvas/webgl/tex-image-webgl.html:
* fast/canvas/webgl/tex-image-with-format-and-type.html:
* fast/canvas/webgl/tex-image-with-greyscale-image.html:
* fast/canvas/webgl/tex-input-validation.html:
* fast/canvas/webgl/tex-sub-image-2d-bad-args.html:
* fast/canvas/webgl/tex-sub-image-2d.html:
* fast/canvas/webgl/tex-sub-image-cube-maps.html:
* fast/canvas/webgl/texImageTest.html:
* fast/canvas/webgl/texture-active-bind.html:
* fast/canvas/webgl/texture-bindings-uneffected-on-resize-expected.txt:
* fast/canvas/webgl/texture-bindings-uneffected-on-resize.html:
* fast/canvas/webgl/texture-color-profile.html:
* fast/canvas/webgl/texture-complete.html:
* fast/canvas/webgl/texture-npot.html:
* fast/canvas/webgl/texture-transparent-pixels-initialized.html:
* fast/canvas/webgl/triangle.html:
* fast/canvas/webgl/type-conversion-test.html:
* fast/canvas/webgl/typed-arrays-in-workers.html:
* fast/canvas/webgl/uniform-array-length-overflow.html:
* fast/canvas/webgl/uniform-location-length-limits.html:
* fast/canvas/webgl/uniform-location.html:
* fast/canvas/webgl/uniform-samplers-test.html:
* fast/canvas/webgl/uninitialized-test.html:
* fast/canvas/webgl/viewport-unchanged-upon-resize.html:
* fast/canvas/webgl/webgl-array-invalid-ranges.html:
* fast/canvas/webgl/webgl-compressed-texture-size-limit.html:
* fast/canvas/webgl/webgl-depth-texture-expected.txt:
* fast/canvas/webgl/webgl-depth-texture.html:
* fast/canvas/webgl/webgl-draw-buffers.html:
* fast/canvas/webgl/webgl-exceptions.html:
* fast/canvas/webgl/webgl-specific.html:
* fast/canvas/webgl/webgl-texture-binding-preserved-expected.txt:
* fast/canvas/webgl/webgl-texture-binding-preserved.html:
* fast/canvas/webgl/webgl-unprefixed-context-id.html:
* fast/canvas/webgl/webgl-viewport-parameters-preserved-expected.txt:
* fast/canvas/webgl/webgl-viewport-parameters-preserved.html:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more timeouting tests.
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more timeouting tests.
* platform/win/TestExpectations:
2014-12-27 Alexey Proskuryakov <ap@apple.com>
Disable W3C test harness timeout
https://bugs.webkit.org/show_bug.cgi?id=139963
Reviewed by Darin Adler.
Timeouts should depend on build style (e.g. ASan is much slower), and these don't.
* http/tests/w3c/resources/testharness.js:
* resources/testharness.js:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed typo fix.
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark timeouting and crashing tests.
* platform/win/TestExpectations:
2014-12-27 Alexey Proskuryakov <ap@apple.com>
http/tests/notifications/show.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139961
Reviewed by Anders Carlsson.
* http/tests/notifications/show.html: Remove a built-in 100ms timeout.
2014-12-27 Alexey Proskuryakov <ap@apple.com>
fast/parser/parser-yield-timing.html is flaky in debug builds
https://bugs.webkit.org/show_bug.cgi?id=139962
Reviewed by Anders Carlsson.
* fast/parser/parser-yield-timing-expected.txt:
* fast/parser/parser-yield-timing.html:
Further increase the tolerance.
2014-12-27 Alexey Proskuryakov <ap@apple.com>
fast/css/hover-update.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139960
Reviewed by Anders Carlsson.
* fast/css/hover-update-expected.txt:
* fast/css/hover-update.html:
Increased the timeout, and updated the test to properly use js-test harness.
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Fix test expectations after r177363 - part IV
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Fix test expectations after r177363 - part III
* platform/win/TestExpectations:
2014-12-27 Brian J. Burg <burg@cs.washington.edu>
Web Inspector: delete unused tests in LayoutTests/inspector-obsolete
https://bugs.webkit.org/show_bug.cgi?id=139743
Reviewed by Timothy Hatcher.
Remove old Inspector tests since they aren't used.
* TestExpectations:
* inspector-obsolete/console/alert-toString-exception-expected.txt: Removed.
* inspector-obsolete/console/alert-toString-exception.html: Removed.
* inspector-obsolete/console/clients-ignored-in-privatebrowsing-expected.txt: Removed.
* inspector-obsolete/console/clients-ignored-in-privatebrowsing.html: Removed.
* inspector-obsolete/console/command-line-api-expected.txt: Removed.
* inspector-obsolete/console/command-line-api-inspect-expected.txt: Removed.
* inspector-obsolete/console/command-line-api-inspect.html: Removed.
* inspector-obsolete/console/command-line-api.html: Removed.
* inspector-obsolete/console/console-Object-overwritten-expected.txt: Removed.
* inspector-obsolete/console/console-Object-overwritten.html: Removed.
* inspector-obsolete/console/console-api-on-call-frame-expected.txt: Removed.
* inspector-obsolete/console/console-api-on-call-frame.html: Removed.
* inspector-obsolete/console/console-assert-expected.txt: Removed.
* inspector-obsolete/console/console-assert.html: Removed.
* inspector-obsolete/console/console-bind-fake-expected.txt: Removed.
* inspector-obsolete/console/console-bind-fake.html: Removed.
* inspector-obsolete/console/console-clear-function-expected.txt: Removed.
* inspector-obsolete/console/console-clear-function.html: Removed.
* inspector-obsolete/console/console-command-clear-expected.txt: Removed.
* inspector-obsolete/console/console-command-clear.html: Removed.
* inspector-obsolete/console/console-css-warnings-expected.txt: Removed.
* inspector-obsolete/console/console-css-warnings.html: Removed.
* inspector-obsolete/console/console-dir-expected.txt: Removed.
* inspector-obsolete/console/console-dir-global-expected.txt: Removed.
* inspector-obsolete/console/console-dir-global.html: Removed.
* inspector-obsolete/console/console-dir.html: Removed.
* inspector-obsolete/console/console-eval-blocked-expected.txt: Removed.
* inspector-obsolete/console/console-eval-blocked.html: Removed.
* inspector-obsolete/console/console-eval-comment-expected.txt: Removed.
* inspector-obsolete/console/console-eval-comment.html: Removed.
* inspector-obsolete/console/console-eval-expected.txt: Removed.
* inspector-obsolete/console/console-eval-fake-expected.txt: Removed.
* inspector-obsolete/console/console-eval-fake.html: Removed.
* inspector-obsolete/console/console-eval-global-expected.txt: Removed.
* inspector-obsolete/console/console-eval-global.html: Removed.
* inspector-obsolete/console/console-eval-scoped-expected.txt: Removed.
* inspector-obsolete/console/console-eval-scoped.html: Removed.
* inspector-obsolete/console/console-eval-syntax-error-expected.txt: Removed.
* inspector-obsolete/console/console-eval-syntax-error.html: Removed.
* inspector-obsolete/console/console-eval-throw-undefined-expected.txt: Removed.
* inspector-obsolete/console/console-eval-throw-undefined.html: Removed.
* inspector-obsolete/console/console-eval-undefined-override-expected.txt: Removed.
* inspector-obsolete/console/console-eval-undefined-override.html: Removed.
* inspector-obsolete/console/console-eval.html: Removed.
* inspector-obsolete/console/console-exception-stack-traces-expected.txt: Removed.
* inspector-obsolete/console/console-exception-stack-traces.html: Removed.
* inspector-obsolete/console/console-external-array-expected.txt: Removed.
* inspector-obsolete/console/console-external-array.html: Removed.
* inspector-obsolete/console/console-last-result-expected.txt: Removed.
* inspector-obsolete/console/console-last-result.html: Removed.
* inspector-obsolete/console/console-log-before-inspector-open-expected.txt: Removed.
* inspector-obsolete/console/console-log-before-inspector-open.html: Removed.
* inspector-obsolete/console/console-log-document-proto-expected.txt: Removed.
* inspector-obsolete/console/console-log-document-proto.html: Removed.
* inspector-obsolete/console/console-log-native-funcs-expected.txt: Removed.
* inspector-obsolete/console/console-log-syntax-error-expected.txt: Removed.
* inspector-obsolete/console/console-log-syntax-error.html: Removed.
* inspector-obsolete/console/console-log-toString-object-expected.txt: Removed.
* inspector-obsolete/console/console-log-toString-object.html: Removed.
* inspector-obsolete/console/console-long-eval-crash-expected.txt: Removed.
* inspector-obsolete/console/console-long-eval-crash.html: Removed.
* inspector-obsolete/console/console-message-format-expected.txt: Removed.
* inspector-obsolete/console/console-message-format.html: Removed.
* inspector-obsolete/console/console-messages-stack-traces-expected.txt: Removed.
* inspector-obsolete/console/console-messages-stack-traces.html: Removed.
* inspector-obsolete/console/console-native-function-to-string-expected.txt: Removed.
* inspector-obsolete/console/console-native-function-to-string.html: Removed.
* inspector-obsolete/console/console-nested-group-expected.txt: Removed.
* inspector-obsolete/console/console-nested-group.html: Removed.
* inspector-obsolete/console/console-object-constructor-name-expected.txt: Removed.
* inspector-obsolete/console/console-object-constructor-name.html: Removed.
* inspector-obsolete/console/console-object-preview-expected.txt: Removed.
* inspector-obsolete/console/console-object-preview.html: Removed.
* inspector-obsolete/console/console-originating-command-expected.txt: Removed.
* inspector-obsolete/console/console-originating-command.html: Removed.
* inspector-obsolete/console/console-preserve-log-expected.txt: Removed.
* inspector-obsolete/console/console-preserve-log.html: Removed.
* inspector-obsolete/console/console-repeat-count-expected.txt: Removed.
* inspector-obsolete/console/console-repeat-count.html: Removed.
* inspector-obsolete/console/console-string-format-expected.txt: Removed.
* inspector-obsolete/console/console-string-format.html: Removed.
* inspector-obsolete/console/console-substituted-expected.txt: Removed.
* inspector-obsolete/console/console-substituted.html: Removed.
* inspector-obsolete/console/console-tests-expected.txt: Removed.
* inspector-obsolete/console/console-tests.html: Removed.
* inspector-obsolete/console/console-trace-expected.txt: Removed.
* inspector-obsolete/console/console-trace-in-eval-expected.txt: Removed.
* inspector-obsolete/console/console-trace-in-eval.html: Removed.
* inspector-obsolete/console/console-trace.html: Removed.
* inspector-obsolete/console/console-uncaught-exception-expected.txt: Removed.
* inspector-obsolete/console/console-uncaught-exception-in-eval-expected.txt: Removed.
* inspector-obsolete/console/console-uncaught-exception-in-eval.html: Removed.
* inspector-obsolete/console/console-uncaught-exception.html: Removed.
* inspector-obsolete/console/console-url-line-column-expected.txt: Removed.
* inspector-obsolete/console/console-url-line-column.html: Removed.
* inspector-obsolete/console/console-xml-document-expected.txt: Removed.
* inspector-obsolete/console/console-xml-document.html: Removed.
* inspector-obsolete/console/console-xpath-expected.txt: Removed.
* inspector-obsolete/console/console-xpath.html: Removed.
* inspector-obsolete/console/inspect-html-all-collection-expected.txt: Removed.
* inspector-obsolete/console/inspect-html-all-collection.html: Removed.
* inspector-obsolete/console/resources/log-source.js: Removed.
* inspector-obsolete/console/resources/syntax-error.js: Removed.
* inspector-obsolete/console/resources/uncaught-in-iframe.html: Removed.
* inspector-obsolete/debugger/breakpoint-manager-expected.txt: Removed.
* inspector-obsolete/debugger/breakpoint-manager.html: Removed.
* inspector-obsolete/debugger/copy-stack-trace-expected.txt: Removed.
* inspector-obsolete/debugger/copy-stack-trace.html: Removed.
* inspector-obsolete/debugger/debugger-activation-crash-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-activation-crash.html: Removed.
* inspector-obsolete/debugger/debugger-activation-crash2-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-activation-crash2.html: Removed.
* inspector-obsolete/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-autocontinue-on-syntax-error.html: Removed.
* inspector-obsolete/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-breakpoints-not-activated-on-reload.html: Removed.
* inspector-obsolete/debugger/debugger-compile-and-run-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-compile-and-run.html: Removed.
* inspector-obsolete/debugger/debugger-completions-on-call-frame-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-completions-on-call-frame.html: Removed.
* inspector-obsolete/debugger/debugger-cyclic-ref-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-cyclic-ref.html: Removed.
* inspector-obsolete/debugger/debugger-eval-on-call-frame-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-eval-on-call-frame.html: Removed.
* inspector-obsolete/debugger/debugger-eval-while-paused-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-eval-while-paused.html: Removed.
* inspector-obsolete/debugger/debugger-no-nested-pause-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-no-nested-pause.html: Removed.
* inspector-obsolete/debugger/debugger-pause-in-eval-script-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-in-eval-script.html: Removed.
* inspector-obsolete/debugger/debugger-pause-in-internal-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-in-internal.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-event-handler-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-event-handler.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-script-injection-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-script-injection.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-script-url-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-script-url.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-debugger-statement-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-debugger-statement.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-exception-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-exception.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-failed-assertion-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-failed-assertion.html: Removed.
* inspector-obsolete/debugger/debugger-reload-on-pause-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-reload-on-pause.html: Removed.
* inspector-obsolete/debugger/debugger-scripts-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-scripts-reload-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-scripts-reload.html: Removed.
* inspector-obsolete/debugger/debugger-scripts.html: Removed.
* inspector-obsolete/debugger/debugger-set-breakpoint-regex-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-set-breakpoint-regex.html: Removed.
* inspector-obsolete/debugger/debugger-step-in-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-step-in.html: Removed.
* inspector-obsolete/debugger/debugger-step-out-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-step-out.html: Removed.
* inspector-obsolete/debugger/debugger-step-over-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-step-over.html: Removed.
* inspector-obsolete/debugger/debugger-suspend-active-dom-objects-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-suspend-active-dom-objects.html: Removed.
* inspector-obsolete/debugger/eval-on-pause-blocked-expected.txt: Removed.
* inspector-obsolete/debugger/eval-on-pause-blocked.html: Removed.
* inspector-obsolete/debugger/function-details-expected.txt: Removed.
* inspector-obsolete/debugger/function-details.html: Removed.
* inspector-obsolete/debugger/open-close-open-expected.txt: Removed.
* inspector-obsolete/debugger/open-close-open.html: Removed.
* inspector-obsolete/debugger/pause-in-inline-script-expected.txt: Removed.
* inspector-obsolete/debugger/pause-in-inline-script.html: Removed.
* inspector-obsolete/debugger/pause-in-internal-script-expected.txt: Removed.
* inspector-obsolete/debugger/pause-in-internal-script.html: Removed.
* inspector-obsolete/debugger/resources/dynamic-script.js: Removed.
* inspector-obsolete/debugger/resources/edit-me-breakpoints.js: Removed.
* inspector-obsolete/debugger/resources/edit-me-syntax-error.js: Removed.
* inspector-obsolete/debugger/resources/edit-me-when-paused.js: Removed.
* inspector-obsolete/debugger/resources/edit-me.js: Removed.
* inspector-obsolete/debugger/resources/obfuscated.js: Removed.
* inspector-obsolete/debugger/resources/pause-on-blocked-by-csp.js: Removed.
* inspector-obsolete/debugger/resources/pause-on-blocked-event-handler.js: Removed.
* inspector-obsolete/debugger/resources/pause-on-blocked-script-injection.js: Removed.
* inspector-obsolete/debugger/resources/pause-on-blocked-script-url.js: Removed.
* inspector-obsolete/debugger/resources/script1.js: Removed.
* inspector-obsolete/debugger/resources/script2.js: Removed.
* inspector-obsolete/debugger/resources/script3.js: Removed.
* inspector-obsolete/debugger/resources/syntax-error.html: Removed.
* inspector-obsolete/debugger/script-formatter-expected.txt: Removed.
* inspector-obsolete/debugger/script-formatter-search-expected.txt: Removed.
* inspector-obsolete/debugger/script-formatter-search.html: Removed.
* inspector-obsolete/debugger/script-formatter.html: Removed.
* inspector-obsolete/debugger/source-url-comment-expected.txt: Removed.
* inspector-obsolete/debugger/source-url-comment.html: Removed.
* inspector-obsolete/elements/dom-agent-query-selector-expected.txt: Removed.
* inspector-obsolete/elements/dom-agent-query-selector.html: Removed.
* inspector-obsolete/elements/dom-search-crash-expected.txt: Removed.
* inspector-obsolete/elements/dom-search-crash.html: Removed.
* inspector-obsolete/elements/edit-style-attribute-expected.txt: Removed.
* inspector-obsolete/elements/edit-style-attribute.html: Removed.
* inspector-obsolete/elements/elements-panel-reload-assert-expected.txt: Removed.
* inspector-obsolete/elements/elements-panel-reload-assert.html: Removed.
* inspector-obsolete/elements/elements-panel-search-expected.txt: Removed.
* inspector-obsolete/elements/elements-panel-search.html: Removed.
* inspector-obsolete/elements/elements-panel-styles-expected.txt: Removed.
* inspector-obsolete/elements/elements-panel-styles.html: Removed.
* inspector-obsolete/elements/highlight-node-expected.txt: Removed.
* inspector-obsolete/elements/highlight-node-regions-expected.txt: Removed.
* inspector-obsolete/elements/highlight-node-regions.html: Removed.
* inspector-obsolete/elements/highlight-node-scaled-expected.txt: Removed.
* inspector-obsolete/elements/highlight-node-scaled.html: Removed.
* inspector-obsolete/elements/highlight-node-scroll-expected.txt: Removed.
* inspector-obsolete/elements/highlight-node-scroll.html: Removed.
* inspector-obsolete/elements/highlight-node.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-horiz-bt-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-horiz-bt.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-horiz-bt-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-horiz-bt.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-vert-lr-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-vert-lr.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-vert-rl-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-vert-rl.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-vert-lr-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-vert-lr.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-vert-rl-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-vert-rl.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow.html: Removed.
* inspector-obsolete/elements/highlight-svg-root-expected.txt: Removed.
* inspector-obsolete/elements/highlight-svg-root-zoomed-expected.txt: Removed.
* inspector-obsolete/elements/highlight-svg-root-zoomed.html: Removed.
* inspector-obsolete/elements/highlight-svg-root.html: Removed.
* inspector-obsolete/elements/mutate-unknown-node-expected.txt: Removed.
* inspector-obsolete/elements/mutate-unknown-node.html-disabled: Removed.
* inspector-obsolete/elements/perform-undo-undo-expected.txt: Removed.
* inspector-obsolete/elements/perform-undo-undo.html: Removed.
* inspector-obsolete/elements/resolve-alien-node-expected.txt: Removed.
* inspector-obsolete/elements/resolve-alien-node.html: Removed.
* inspector-obsolete/elements/resolve-node-blocked-expected.txt: Removed.
* inspector-obsolete/elements/resolve-node-blocked.html: Removed.
* inspector-obsolete/elements/resources/dom-search-crash-iframe.html: Removed.
* inspector-obsolete/elements/resources/elements-panel-rewrite-href-iframe.html: Removed.
* inspector-obsolete/elements/resources/elements-panel-styles.css: Removed.
* inspector-obsolete/elements/resources/hide-shortcut-iframe.html: Removed.
* inspector-obsolete/elements/resources/highlight-node-scaled-iframe.html: Removed.
* inspector-obsolete/elements/resources/set-html-via-resource-iframe.html: Removed.
* inspector-obsolete/elements/resources/set-outer-html-body-iframe.html: Removed.
* inspector-obsolete/elements/set-attribute-expected.txt: Removed.
* inspector-obsolete/elements/set-attribute-non-html-expected.txt: Removed.
* inspector-obsolete/elements/set-attribute-non-html.svg: Removed.
* inspector-obsolete/elements/set-attribute.html: Removed.
* inspector-obsolete/elements/set-outer-html-2-expected.txt: Removed.
* inspector-obsolete/elements/set-outer-html-2.html: Removed.
* inspector-obsolete/elements/set-outer-html-body-expected.txt: Removed.
* inspector-obsolete/elements/set-outer-html-body.html: Removed.
* inspector-obsolete/elements/set-outer-html-expected.txt: Removed.
* inspector-obsolete/elements/set-outer-html-for-xhtml-expected.txt: Removed.
* inspector-obsolete/elements/set-outer-html-for-xhtml.xhtml: Removed.
* inspector-obsolete/elements/set-outer-html-test.js: Removed.
* inspector-obsolete/elements/set-outer-html.html: Removed.
* inspector-obsolete/elements/undo-set-outer-html-2-expected.txt: Removed.
* inspector-obsolete/elements/undo-set-outer-html-2.html: Removed.
* inspector-obsolete/elements/undo-set-outer-html-expected.txt: Removed.
* inspector-obsolete/elements/undo-set-outer-html.html: Removed.
* inspector-obsolete/http-tests/appcache/appcache-iframe-manifests-expected.txt: Removed.
* inspector-obsolete/http-tests/appcache/appcache-iframe-manifests.html: Removed.
* inspector-obsolete/http-tests/appcache/appcache-manifest-with-non-existing-file-expected.txt: Removed.
* inspector-obsolete/http-tests/appcache/appcache-manifest-with-non-existing-file.html: Removed.
* inspector-obsolete/http-tests/appcache/appcache-swap-expected.txt: Removed.
* inspector-obsolete/http-tests/appcache/appcache-swap.html: Removed.
* inspector-obsolete/http-tests/appcache/appcache-test.js: Removed.
* inspector-obsolete/http-tests/appcache/resources/manifest.php: Removed.
* inspector-obsolete/http-tests/appcache/resources/page-with-manifest.php: Removed.
* inspector-obsolete/http-tests/appcache/resources/versioned-manifest.php: Removed.
* inspector-obsolete/http-tests/appcache/resources/with-versioned-manifest.php: Removed.
* inspector-obsolete/http-tests/audits/resources/abe.png: Removed.
* inspector-obsolete/http-tests/audits/set-cookie-header-audit-no-false-positive-expected.txt: Removed.
* inspector-obsolete/http-tests/audits/set-cookie-header-audit-no-false-positive.html: Removed.
* inspector-obsolete/http-tests/change-iframe-src-expected.txt: Removed.
* inspector-obsolete/http-tests/change-iframe-src.html: Removed.
* inspector-obsolete/http-tests/compiler-script-mapping-expected.txt: Removed.
* inspector-obsolete/http-tests/compiler-script-mapping.html: Removed.
* inspector-obsolete/http-tests/compiler-source-mapping-debug-expected.txt: Removed.
* inspector-obsolete/http-tests/compiler-source-mapping-debug.html: Removed.
* inspector-obsolete/http-tests/console-cd-completions-expected.txt: Removed.
* inspector-obsolete/http-tests/console-cd-completions.html: Removed.
* inspector-obsolete/http-tests/console-cd-expected.txt: Removed.
* inspector-obsolete/http-tests/console-cd.html: Removed.
* inspector-obsolete/http-tests/console-clear-arguments-on-frame-navigation-expected.txt: Removed.
* inspector-obsolete/http-tests/console-clear-arguments-on-frame-navigation.html: Removed.
* inspector-obsolete/http-tests/console-clear-arguments-on-frame-remove-expected.txt: Removed.
* inspector-obsolete/http-tests/console-clear-arguments-on-frame-remove.html: Removed.
* inspector-obsolete/http-tests/console-cross-origin-iframe-logging-expected.txt: Removed.
* inspector-obsolete/http-tests/console-cross-origin-iframe-logging.html: Removed.
* inspector-obsolete/http-tests/console-log-before-frame-navigation-expected.txt: Removed.
* inspector-obsolete/http-tests/console-log-before-frame-navigation.html: Removed.
* inspector-obsolete/http-tests/console-resource-errors-expected.txt: Removed.
* inspector-obsolete/http-tests/console-resource-errors.html: Removed.
* inspector-obsolete/http-tests/console-test.js: Removed.
* inspector-obsolete/http-tests/console-websocket-error.html: Removed.
* inspector-obsolete/http-tests/console-xhr-logging-async-expected.txt: Removed.
* inspector-obsolete/http-tests/console-xhr-logging-async.html: Removed.
* inspector-obsolete/http-tests/console-xhr-logging-expected.txt: Removed.
* inspector-obsolete/http-tests/console-xhr-logging.html: Removed.
* inspector-obsolete/http-tests/database-open-expected.txt: Removed.
* inspector-obsolete/http-tests/database-open.html: Removed.
* inspector-obsolete/http-tests/debugger-test.js: Removed.
* inspector-obsolete/http-tests/dedicated-workers-list-expected.txt: Removed.
* inspector-obsolete/http-tests/dedicated-workers-list.html: Removed.
* inspector-obsolete/http-tests/document-write-expected.txt: Removed.
* inspector-obsolete/http-tests/document-write.html: Removed.
* inspector-obsolete/http-tests/dom-storage-open-expected.txt: Removed.
* inspector-obsolete/http-tests/dom-storage-open.html: Removed.
* inspector-obsolete/http-tests/dynamic-scripts-expected.txt: Removed.
* inspector-obsolete/http-tests/dynamic-scripts.html: Removed.
* inspector-obsolete/http-tests/elements-test.js: Removed.
* inspector-obsolete/http-tests/extensions-headers-expected.txt: Removed.
* inspector-obsolete/http-tests/extensions-headers.html: Removed.
* inspector-obsolete/http-tests/extensions-iframe-eval-expected.txt: Removed.
* inspector-obsolete/http-tests/extensions-iframe-eval.html: Removed.
* inspector-obsolete/http-tests/extensions-ignore-cache-expected.txt: Removed.
* inspector-obsolete/http-tests/extensions-ignore-cache.html: Removed.
* inspector-obsolete/http-tests/extensions-network-redirect-expected.txt: Removed.
* inspector-obsolete/http-tests/extensions-network-redirect.html: Removed.
* inspector-obsolete/http-tests/extensions-network-test.js: Removed.
* inspector-obsolete/http-tests/extensions-test.js: Removed.
* inspector-obsolete/http-tests/indexeddb/database-data-expected.txt: Removed.
* inspector-obsolete/http-tests/indexeddb/database-data.html: Removed.
* inspector-obsolete/http-tests/indexeddb/database-names-expected.txt: Removed.
* inspector-obsolete/http-tests/indexeddb/database-names.html: Removed.
* inspector-obsolete/http-tests/indexeddb/database-structure-expected.txt: Removed.
* inspector-obsolete/http-tests/indexeddb/database-structure.html: Removed.
* inspector-obsolete/http-tests/indexeddb/indexeddb-test.js: Removed.
* inspector-obsolete/http-tests/indexeddb/resources-panel-expected.txt: Removed.
* inspector-obsolete/http-tests/indexeddb/resources-panel.html: Removed.
* inspector-obsolete/http-tests/indexeddb/resources/without-indexed-db.html: Removed.
* inspector-obsolete/http-tests/injected-script-discard-expected.txt: Removed.
* inspector-obsolete/http-tests/injected-script-discard.html: Removed.
* inspector-obsolete/http-tests/inspect-element-expected.txt: Removed.
* inspector-obsolete/http-tests/inspect-element.html: Removed.
* inspector-obsolete/http-tests/inspect-iframe-from-different-domain-expected.txt: Removed.
* inspector-obsolete/http-tests/inspect-iframe-from-different-domain.html: Removed.
* inspector-obsolete/http-tests/inspector-test.js: Removed.
* inspector-obsolete/http-tests/isolated-filesystem-test.js: Removed.
* inspector-obsolete/http-tests/live-edit-test.js: Removed.
* inspector-obsolete/http-tests/modify-cross-domain-rule-expected.txt: Removed.
* inspector-obsolete/http-tests/modify-cross-domain-rule.html: Removed.
* inspector-obsolete/http-tests/network-preflight-options-expected.txt: Removed.
* inspector-obsolete/http-tests/network-preflight-options.html: Removed.
* inspector-obsolete/http-tests/network-test.js: Removed.
* inspector-obsolete/http-tests/network/async-xhr-json-mime-type-expected.txt: Removed.
* inspector-obsolete/http-tests/network/async-xhr-json-mime-type.html: Removed.
* inspector-obsolete/http-tests/network/cached-resource-destroyed-moved-to-storage-expected.txt: Removed.
* inspector-obsolete/http-tests/network/cached-resource-destroyed-moved-to-storage.html: Removed.
* inspector-obsolete/http-tests/network/cached-resource-destroyed-too-big-discarded-expected.txt: Removed.
* inspector-obsolete/http-tests/network/cached-resource-destroyed-too-big-discarded.html: Removed.
* inspector-obsolete/http-tests/network/css-source-mapping-url-expected.txt: Removed.
* inspector-obsolete/http-tests/network/css-source-mapping-url.html: Removed.
* inspector-obsolete/http-tests/network/download-expected.txt: Removed.
* inspector-obsolete/http-tests/network/download.html: Removed.
* inspector-obsolete/http-tests/network/har-content-expected.txt: Removed.
* inspector-obsolete/http-tests/network/har-content.html: Removed.
* inspector-obsolete/http-tests/network/image-as-text-loading-data-url-expected.txt: Removed.
* inspector-obsolete/http-tests/network/image-as-text-loading-data-url.html: Removed.
* inspector-obsolete/http-tests/network/network-cachedresources-with-same-urls-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-cachedresources-with-same-urls.html: Removed.
* inspector-obsolete/http-tests/network/network-clear-cache-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-clear-cache.html-disabled: Removed.
* inspector-obsolete/http-tests/network/network-clear-cookies-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-clear-cookies.html-disabled: Removed.
* inspector-obsolete/http-tests/network/network-content-replacement-embed-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-content-replacement-embed.html: Removed.
* inspector-obsolete/http-tests/network/network-content-replacement-xhr-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-content-replacement-xhr.html: Removed.
* inspector-obsolete/http-tests/network/network-cyrillic-xhr-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-cyrillic-xhr.html: Removed.
* inspector-obsolete/http-tests/network/network-disable-cache-memory-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-disable-cache-memory.html: Removed.
* inspector-obsolete/http-tests/network/network-disable-cache-xhrs-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-disable-cache-xhrs.html: Removed.
* inspector-obsolete/http-tests/network/network-disabling-check-no-memory-leak-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-disabling-check-no-memory-leak.html: Removed.
* inspector-obsolete/http-tests/network/network-embed-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-embed.html: Removed.
* inspector-obsolete/http-tests/network/network-empty-xhr-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-empty-xhr.html: Removed.
* inspector-obsolete/http-tests/network/network-iframe-load-and-delete-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-iframe-load-and-delete.html: Removed.
* inspector-obsolete/http-tests/network/network-image-404-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-image-404.html: Removed.
* inspector-obsolete/http-tests/network/network-initiator-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-initiator-from-console-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-initiator-from-console.html: Removed.
* inspector-obsolete/http-tests/network/network-initiator.html: Removed.
* inspector-obsolete/http-tests/network/network-preview-json-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-preview-json.html: Removed.
* inspector-obsolete/http-tests/network/network-request-revision-content-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-request-revision-content.html: Removed.
* inspector-obsolete/http-tests/network/network-shared-worker-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-shared-worker.html: Removed.
* inspector-obsolete/http-tests/network/network-sidebar-width-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-sidebar-width.html: Removed.
* inspector-obsolete/http-tests/network/network-size-chunked-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-size-chunked.html: Removed.
* inspector-obsolete/http-tests/network/network-size-expected-chunked.txt: Removed.
* inspector-obsolete/http-tests/network/network-size-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-size-sync-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-size-sync.html: Removed.
* inspector-obsolete/http-tests/network/network-size.html: Removed.
* inspector-obsolete/http-tests/network/network-timing-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-timing.html: Removed.
* inspector-obsolete/http-tests/network/network-worker-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-worker.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-async-double-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-async-double.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-async-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-async.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-replay-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-replay.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-same-url-as-main-resource-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-same-url-as-main-resource.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-sync-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-sync.html: Removed.
* inspector-obsolete/http-tests/network/ping-expected.txt: Removed.
* inspector-obsolete/http-tests/network/ping.html: Removed.
* inspector-obsolete/http-tests/network/request-name-path-expected.txt: Removed.
* inspector-obsolete/http-tests/network/request-name-path.html: Removed.
* inspector-obsolete/http-tests/network/request-parameters-decoding-expected.txt: Removed.
* inspector-obsolete/http-tests/network/request-parameters-decoding.html: Removed.
* inspector-obsolete/http-tests/network/resources/404.php: Removed.
* inspector-obsolete/http-tests/network/resources/cp1251.xml: Removed.
* inspector-obsolete/http-tests/network/resources/cyrillic.html: Removed.
* inspector-obsolete/http-tests/network/resources/download.zzz: Removed.
* inspector-obsolete/http-tests/network/resources/echo-payload.php: Removed.
* inspector-obsolete/http-tests/network/resources/empty.html: Removed.
* inspector-obsolete/http-tests/network/resources/initiator.css: Removed.
* inspector-obsolete/http-tests/network/resources/json.php: Removed.
* inspector-obsolete/http-tests/network/resources/plugin-data.php: Removed.
* inspector-obsolete/http-tests/network/resources/random-cached.php: Removed.
* inspector-obsolete/http-tests/network/resources/random-script.php: Removed.
* inspector-obsolete/http-tests/network/resources/resource.php: Removed.
* inspector-obsolete/http-tests/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Removed.
* inspector-obsolete/http-tests/network/resources/script-as-text.php: Removed.
* inspector-obsolete/http-tests/network/resources/script.js: Removed.
* inspector-obsolete/http-tests/network/resources/set-cookie.php: Removed.
* inspector-obsolete/http-tests/network/resources/shared-worker.js: Removed.
* inspector-obsolete/http-tests/network/resources/silent_script.js: Removed.
* inspector-obsolete/http-tests/network/resources/source-map-test-style.css: Removed.
* inspector-obsolete/http-tests/network/resources/source-map-test-style.css.map: Removed.
* inspector-obsolete/http-tests/network/resources/source-map-test-style.scss: Removed.
* inspector-obsolete/http-tests/network/resources/style.css: Removed.
* inspector-obsolete/http-tests/network/resources/utf8.xml: Removed.
* inspector-obsolete/http-tests/network/resources/worker.js: Removed.
* inspector-obsolete/http-tests/network/resources/x-frame-options-deny.cgi: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-expected.txt: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-long-url-expected.txt: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-long-url.html: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-with-caret-expected.txt: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-with-caret.html: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading.html: Removed.
* inspector-obsolete/http-tests/network/x-frame-options-deny-expected.txt: Removed.
* inspector-obsolete/http-tests/network/x-frame-options-deny.html: Removed.
* inspector-obsolete/http-tests/protocol-test.js: Removed.
* inspector-obsolete/http-tests/resource-har-conversion-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-har-conversion.html: Removed.
* inspector-obsolete/http-tests/resource-har-headers-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-har-headers.html: Removed.
* inspector-obsolete/http-tests/resource-har-pages-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-har-pages.html: Removed.
* inspector-obsolete/http-tests/resource-main-cookies-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-main-cookies.php: Removed.
* inspector-obsolete/http-tests/resource-parameters-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-parameters.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-request-content-after-loading-and-clearing-cache-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-request-content-after-loading-and-clearing-cache.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-request-content-while-loading-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-request-content-while-loading.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-document-url-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-document-url.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-errors-reload-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-errors-reload.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-events-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-events.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-frame-add-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-frame-add.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-frame-navigate-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-frame-navigate.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-invalid-mime-type-css-content-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-invalid-mime-type-css-content.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-mimetype-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-mimetype.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-no-xhrs-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-no-xhrs.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-non-unique-url-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-non-unique-url.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-reload-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-reload.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-test.js: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/dummy-iframe.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/dynamic-script.js: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/empty.png: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-add-iframe.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-navigate-iframe-after.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-navigate-iframe-before.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-non-unique-url-iframe.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-reload-iframe.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/script-initial.js: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/script-navigated.js: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/styles-initial-2.css: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/styles-initial.css: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/styles-navigated.css: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/styles-non-unique-url.css: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/stylesheet-text-plain.php: Removed.
* inspector-obsolete/http-tests/resources-test.js: Removed.
* inspector-obsolete/http-tests/resources/compiled.js: Removed.
* inspector-obsolete/http-tests/resources/console-cd-completions-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/console-cd-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/console-clear-arguments-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/console-clear-arguments-test.js: Removed.
* inspector-obsolete/http-tests/resources/console-log-frame-after-navigation.html: Removed.
* inspector-obsolete/http-tests/resources/console-log-frame-before-navigation.html: Removed.
* inspector-obsolete/http-tests/resources/console-resource-errors-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/cors-target.php: Removed.
* inspector-obsolete/http-tests/resources/cross-origin-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/dedicated-worker.js: Removed.
* inspector-obsolete/http-tests/resources/dynamic-script.js: Removed.
* inspector-obsolete/http-tests/resources/echo-headers.php: Removed.
* inspector-obsolete/http-tests/resources/empty.zip: Removed.
* inspector-obsolete/http-tests/resources/example.css.map: Removed.
* inspector-obsolete/http-tests/resources/example.scss: Removed.
* inspector-obsolete/http-tests/resources/extension-main.html: Removed.
* inspector-obsolete/http-tests/resources/extension-main.js: Removed.
* inspector-obsolete/http-tests/resources/extension-panel.html: Removed.
* inspector-obsolete/http-tests/resources/extension-sidebar.html: Removed.
* inspector-obsolete/http-tests/resources/extensions-frame-eval.html: Removed.
* inspector-obsolete/http-tests/resources/har-pages-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/har-pages-navigation-target.html: Removed.
* inspector-obsolete/http-tests/resources/iframe-from-different-domain-data.html: Removed.
* inspector-obsolete/http-tests/resources/inspect-element-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/post-target.cgi: Removed.
* inspector-obsolete/http-tests/resources/resource-form-data-receiver-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/source-map.json: Removed.
* inspector-obsolete/http-tests/resources/source1.js: Removed.
* inspector-obsolete/http-tests/resources/source2.js: Removed.
* inspector-obsolete/http-tests/resources/test-scanner.html: Removed.
* inspector-obsolete/http-tests/resources/xhr-exists.html: Removed.
* inspector-obsolete/http-tests/search/resources-search-match-index-expected.txt: Removed.
* inspector-obsolete/http-tests/search/resources-search-match-index.html: Removed.
* inspector-obsolete/http-tests/search/resources/search-concatenated.html: Removed.
* inspector-obsolete/http-tests/search/resources/search.css: Removed.
* inspector-obsolete/http-tests/search/resources/search.html: Removed.
* inspector-obsolete/http-tests/search/resources/search.js: Removed.
* inspector-obsolete/http-tests/search/scripts-search-scope-expected.txt: Removed.
* inspector-obsolete/http-tests/search/scripts-search-scope.html: Removed.
* inspector-obsolete/http-tests/search/search-in-concatenated-script-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-concatenated-script.html: Removed.
* inspector-obsolete/http-tests/search/search-in-non-existing-resource-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-non-existing-resource.html: Removed.
* inspector-obsolete/http-tests/search/search-in-resource-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-resource.html: Removed.
* inspector-obsolete/http-tests/search/search-in-resources-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-resources.html: Removed.
* inspector-obsolete/http-tests/search/search-in-script-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-script.html: Removed.
* inspector-obsolete/http-tests/search/search-in-static-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-static.html: Removed.
* inspector-obsolete/http-tests/search/search-test.js: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-injected-content-warning-contains-stacktrace.html: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-inline-warning-contains-stacktrace.html: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-setInterval-warning-contains-stacktrace.html: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-setTimeout-warning-contains-stacktrace.html: Removed.
* inspector-obsolete/http-tests/stacktraces/resources/csp-inline-test.js: Removed.
* inspector-obsolete/http-tests/stacktraces/resources/stacktrace-test.js: Removed.
* inspector-obsolete/http-tests/styles/modify-cross-domain-rule.css: Removed.
* inspector-obsolete/http-tests/styles/resources/styles-redirected-css.css: Removed.
* inspector-obsolete/http-tests/styles/resources/styles-redirected-css.php: Removed.
* inspector-obsolete/http-tests/styles/resources/xsl-transformed.xsl: Removed.
* inspector-obsolete/http-tests/styles/styles-redirected-css-expected.txt: Removed.
* inspector-obsolete/http-tests/styles/styles-redirected-css.html: Removed.
* inspector-obsolete/http-tests/styles/xsl-transformed-expected.txt: Removed.
* inspector-obsolete/http-tests/styles/xsl-transformed.xml: Removed.
* inspector-obsolete/http-tests/stylesheet-source-mapping-expected.txt: Removed.
* inspector-obsolete/http-tests/stylesheet-source-mapping.html: Removed.
* inspector-obsolete/http-tests/timeline-test.js: Removed.
* inspector-obsolete/http-tests/web-socket-frame-error-expected.txt: Removed.
* inspector-obsolete/http-tests/web-socket-frame-error.html: Removed.
* inspector-obsolete/http-tests/websocket/timeline-websocket-event-expected.txt: Removed.
* inspector-obsolete/http-tests/websocket/timeline-websocket-event.html: Removed.
* inspector-obsolete/http-tests/websocket/web-socket-frame-expected.txt: Removed.
* inspector-obsolete/http-tests/websocket/web-socket-frame.html: Removed.
* inspector-obsolete/http-tests/workspace-test.js: Removed.
* inspector-obsolete/inspected-objects-not-overriden-expected.txt: Removed.
* inspector-obsolete/inspected-objects-not-overriden.html: Removed.
* inspector-obsolete/load-resource-synchronously-utf8-expected.txt: Removed.
* inspector-obsolete/load-resource-synchronously-utf8.html: Removed.
* inspector-obsolete/profiler/cpu-profiler-agent-crash-on-start-expected.txt: Removed.
* inspector-obsolete/profiler/cpu-profiler-agent-crash-on-start.html: Removed.
* inspector-obsolete/profiler/cpu-profiler-profile-removal-expected.txt: Removed.
* inspector-obsolete/profiler/cpu-profiler-profile-removal.html: Removed.
* inspector-obsolete/profiler/cpu-profiler-profiling-expected.txt: Removed.
* inspector-obsolete/profiler/cpu-profiler-profiling.html: Removed.
* inspector-obsolete/profiler/profiler-test.js: Removed.
* inspector-obsolete/remote-object-expected.txt: Removed.
* inspector-obsolete/remote-object.html: Removed.
* inspector-obsolete/report-API-errors-expected.txt: Removed.
* inspector-obsolete/report-API-errors.html: Removed.
* inspector-obsolete/report-protocol-errors-expected.txt: Removed.
* inspector-obsolete/report-protocol-errors.html: Removed.
* inspector-obsolete/runtime/runtime-callFunctionOn-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-callFunctionOn.html: Removed.
* inspector-obsolete/runtime/runtime-getProperties-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-getProperties-isOwnProperty-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-getProperties-isOwnProperty.html: Removed.
* inspector-obsolete/runtime/runtime-getProperties.html: Removed.
* inspector-obsolete/runtime/runtime-localStorage-getProperties-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-localStorage-getProperties.html: Removed.
* inspector-obsolete/runtime/runtime-setPropertyValue-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-setPropertyValue.html: Removed.
* inspector-obsolete/script-execution-state-change-notification-expected.txt: Removed.
* inspector-obsolete/script-execution-state-change-notification.html: Removed.
* inspector-obsolete/storage-panel-dom-storage-empty-expected.txt: Removed.
* inspector-obsolete/storage-panel-dom-storage-empty.html: Removed.
* inspector-obsolete/storage-panel-dom-storage-expected.txt: Removed.
* inspector-obsolete/storage-panel-dom-storage-update-expected.txt: Removed.
* inspector-obsolete/storage-panel-dom-storage-update.html: Removed.
* inspector-obsolete/storage-panel-dom-storage.html: Removed.
* inspector-obsolete/styles/add-new-rule-inline-style-csp-expected.txt: Removed.
* inspector-obsolete/styles/add-new-rule-inline-style-csp.html: Removed.
* inspector-obsolete/styles/add-new-rule-invalid-selector-expected.txt: Removed.
* inspector-obsolete/styles/add-new-rule-invalid-selector.html: Removed.
* inspector-obsolete/styles/add-new-rule-with-style-after-body-expected.txt: Removed.
* inspector-obsolete/styles/add-new-rule-with-style-after-body.html: Removed.
* inspector-obsolete/styles/get-set-stylesheet-text-expected.txt: Removed.
* inspector-obsolete/styles/get-set-stylesheet-text.html: Removed.
* inspector-obsolete/styles/import-pseudoclass-crash-expected.txt: Removed.
* inspector-obsolete/styles/import-pseudoclass-crash.html: Removed.
* inspector-obsolete/styles/inject-stylesheet-expected.txt: Removed.
* inspector-obsolete/styles/inject-stylesheet.html: Removed.
* inspector-obsolete/styles/parse-stylesheet-errors-expected.txt: Removed.
* inspector-obsolete/styles/parse-stylesheet-errors.html: Removed.
* inspector-obsolete/styles/parse-utf8-bom-expected.txt: Removed.
* inspector-obsolete/styles/parse-utf8-bom.html: Removed.
* inspector-obsolete/styles/region-style-crash-expected.txt: Removed.
* inspector-obsolete/styles/region-style-crash.html: Removed.
* inspector-obsolete/styles/removed-rule-crash-expected.txt: Removed.
* inspector-obsolete/styles/removed-rule-crash.html: Removed.
* inspector-obsolete/styles/resources/fromcss.png: Removed.
* inspector-obsolete/styles/resources/get-set-stylesheet-text.css: Removed.
* inspector-obsolete/styles/resources/iframed.png: Removed.
* inspector-obsolete/styles/resources/import-pseudoclass-crash-empty.css: Removed.
* inspector-obsolete/styles/resources/import-pseudoclass-crash.css: Removed.
* inspector-obsolete/styles/resources/inject-stylesheet-iframe-data.html: Removed.
* inspector-obsolete/styles/resources/media-queries-1.css: Removed.
* inspector-obsolete/styles/resources/media-queries.css: Removed.
* inspector-obsolete/styles/resources/parse-utf8-bom-main.css: Removed.
* inspector-obsolete/styles/resources/parse-utf8-bom-reset.css: Removed.
* inspector-obsolete/styles/resources/selector-line.css: Removed.
* inspector-obsolete/styles/resources/selector-line.css.map: Removed.
* inspector-obsolete/styles/resources/selector-line.scss: Removed.
* inspector-obsolete/styles/resources/styles-history.css: Removed.
* inspector-obsolete/styles/resources/styles-iframe-data.html: Removed.
* inspector-obsolete/styles/resources/styles-new-API-1.css: Removed.
* inspector-obsolete/styles/resources/styles-new-API-2.css: Removed.
* inspector-obsolete/styles/resources/styles-new-API.css: Removed.
* inspector-obsolete/styles/resources/styles-source-lines-inline-iframe.html: Removed.
* inspector-obsolete/styles/resources/styles-source-offsets.css: Removed.
* inspector-obsolete/styles/resources/styles-url-linkify-iframe.html: Removed.
* inspector-obsolete/styles/resources/styles-url-linkify.css: Removed.
* inspector-obsolete/styles/selector-list-expected.txt: Removed.
* inspector-obsolete/styles/selector-list.html: Removed.
* inspector-obsolete/styles/set-property-boundaries-expected.txt: Removed.
* inspector-obsolete/styles/set-property-boundaries.html: Removed.
* inspector-obsolete/styles/styles-add-blank-property-expected.txt: Removed.
* inspector-obsolete/styles/styles-add-blank-property.html: Removed.
* inspector-obsolete/styles/styles-add-invalid-property-expected.txt: Removed.
* inspector-obsolete/styles/styles-add-invalid-property.html: Removed.
* inspector-obsolete/styles/styles-computed-trace-expected.txt: Removed.
* inspector-obsolete/styles/styles-computed-trace.html: Removed.
* inspector-obsolete/styles/styles-disable-inherited-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-inherited.html: Removed.
* inspector-obsolete/styles/styles-disable-then-change-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-then-change.html: Removed.
* inspector-obsolete/styles/styles-disable-then-delete-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-then-delete.html: Removed.
* inspector-obsolete/styles/styles-disable-then-enable-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-then-enable-overriden-ua-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-then-enable-overriden-ua.html: Removed.
* inspector-obsolete/styles/styles-disable-then-enable.html: Removed.
* inspector-obsolete/styles/styles-formatting-expected.txt: Removed.
* inspector-obsolete/styles/styles-formatting.html: Removed.
* inspector-obsolete/styles/styles-history-expected.txt: Removed.
* inspector-obsolete/styles/styles-history.html: Removed.
* inspector-obsolete/styles/styles-iframe-expected.txt: Removed.
* inspector-obsolete/styles/styles-iframe.html: Removed.
* inspector-obsolete/styles/styles-include-host-rules-crash-expected.txt: Removed.
* inspector-obsolete/styles/styles-include-host-rules-crash.html: Removed.
* inspector-obsolete/styles/styles-invalid-color-values-expected.txt: Removed.
* inspector-obsolete/styles/styles-invalid-color-values.html: Removed.
* inspector-obsolete/styles/styles-new-API-expected.txt: Removed.
* inspector-obsolete/styles/styles-new-API.html: Removed.
* inspector-obsolete/styles/styles-overriden-properties-expected.txt: Removed.
* inspector-obsolete/styles/styles-overriden-properties.html: Removed.
* inspector-obsolete/styles/styles-source-lines-expected.txt: Removed.
* inspector-obsolete/styles/styles-source-lines-inline-expected.txt: Removed.
* inspector-obsolete/styles/styles-source-lines-inline.html: Removed.
* inspector-obsolete/styles/styles-source-lines.html: Removed.
* inspector-obsolete/styles/styles-source-offsets-expected.txt: Removed.
* inspector-obsolete/styles/styles-source-offsets.html: Removed.
* inspector-obsolete/styles/undo-add-new-rule-expected.txt: Removed.
* inspector-obsolete/styles/undo-add-new-rule.html: Removed.
* inspector-obsolete/styles/undo-add-property-expected.txt: Removed.
* inspector-obsolete/styles/undo-add-property.html: Removed.
* inspector-obsolete/styles/undo-add-rule-crash-expected.txt: Removed.
* inspector-obsolete/styles/undo-add-rule-crash.html: Removed.
* inspector-obsolete/styles/undo-change-property-expected.txt: Removed.
* inspector-obsolete/styles/undo-change-property.html: Removed.
* inspector-obsolete/styles/undo-property-toggle-expected.txt: Removed.
* inspector-obsolete/styles/undo-property-toggle.html: Removed.
* inspector-obsolete/styles/undo-set-selector-text-expected.txt: Removed.
* inspector-obsolete/styles/undo-set-selector-text.html: Removed.
* inspector-obsolete/timeline/resources/anImage.png: Removed.
* inspector-obsolete/timeline/resources/anotherImage.png: Removed.
* inspector-obsolete/timeline/resources/big.png: Removed.
* inspector-obsolete/timeline/resources/test.bmp: Removed.
* inspector-obsolete/timeline/resources/test.gif: Removed.
* inspector-obsolete/timeline/resources/test.ico: Removed.
* inspector-obsolete/timeline/resources/test.jpg: Removed.
* inspector-obsolete/timeline/resources/test.png: Removed.
* inspector-obsolete/timeline/resources/test.webp: Removed.
* inspector-obsolete/timeline/resources/timeline-iframe-data.html: Removed.
* inspector-obsolete/timeline/resources/timeline-iframe-paint.html: Removed.
* inspector-obsolete/timeline/timeline-animation-frame-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-animation-frame.html: Removed.
* inspector-obsolete/timeline/timeline-decode-resize-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-decode-resize.html: Removed.
* inspector-obsolete/timeline/timeline-dom-content-loaded-event-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-dom-content-loaded-event.html: Removed.
* inspector-obsolete/timeline/timeline-event-dispatch-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-event-dispatch.html: Removed.
* inspector-obsolete/timeline/timeline-frames-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-frames.html: Removed.
* inspector-obsolete/timeline/timeline-injected-script-eval-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-injected-script-eval.html: Removed.
* inspector-obsolete/timeline/timeline-layout-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-layout-reason-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-layout-reason.html: Removed.
* inspector-obsolete/timeline/timeline-layout.html: Removed.
* inspector-obsolete/timeline/timeline-load-event-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-load-event.html: Removed.
* inspector-obsolete/timeline/timeline-load-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-load.html: Removed.
* inspector-obsolete/timeline/timeline-network-received-data-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-network-received-data.html: Removed.
* inspector-obsolete/timeline/timeline-network-resource-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-network-resource.html: Removed.
* inspector-obsolete/timeline/timeline-network-resource.js: Removed.
* inspector-obsolete/timeline/timeline-paint-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-paint.html: Removed.
* inspector-obsolete/timeline/timeline-parse-html-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-parse-html.html: Removed.
* inspector-obsolete/timeline/timeline-recalculate-styles-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-recalculate-styles.html: Removed.
* inspector-obsolete/timeline/timeline-receive-response-event-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-receive-response-event.html: Removed.
* inspector-obsolete/timeline/timeline-script-tag-1-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-script-tag-1.html: Removed.
* inspector-obsolete/timeline/timeline-script-tag-2-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-script-tag-2.html: Removed.
* inspector-obsolete/timeline/timeline-script-tag-2.js: Removed.
* inspector-obsolete/timeline/timeline-start-time-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-start-time.html: Removed.
* inspector-obsolete/timeline/timeline-time-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-time-stamp-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-time-stamp.html: Removed.
* inspector-obsolete/timeline/timeline-time.html: Removed.
* inspector-obsolete/timeline/timeline-timer-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-timer-fired-from-eval-call-site.html: Removed.
* inspector-obsolete/timeline/timeline-timer.html: Removed.
* inspector-obsolete/timeline/timeline-trivial-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-trivial.html: Removed.
* inspector-obsolete/utilities-expected.txt: Removed.
* inspector-obsolete/utilities.html: Removed.
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark timeouting tests.
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Fix test expectations after r177363 - part II
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Fix test expectations after r177363 - part I
* platform/win/TestExpectations:
2014-12-26 Alexey Proskuryakov <ap@apple.com>
fast/text/international/hindi-spacing.html and transforms/2d/hindi-rotated.html are flaky on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=138075
This was fixed via bug 138683, a fix for another text rendering test being flaky.
* platform/mac/TestExpectations: Remove the expectations.
2014-12-25 Dhi Aurrahman <diorahman@rockybars.com>
Extend :lang() with string arguments
https://bugs.webkit.org/show_bug.cgi?id=139678
Reviewed by Benjamin Poulain.
* fast/css/css-lang-selector-with-string-arguments-text-expected.txt: Added.
* fast/css/css-lang-selector-with-string-arguments-text.html: Added.
* fast/selectors/lang-extended-filtering-with-string-arguments-expected.txt: Added.
* fast/selectors/lang-extended-filtering-with-string-arguments.html: Added.
2014-12-24 Benjamin Poulain <benjamin@webkit.org>
Import the tests for :valid/:invalid on form/fieldset from blink
https://bugs.webkit.org/show_bug.cgi?id=139899
Reviewed by Darin Adler.
blink's tests are incredibly basic but it is better to include them
for completeness.
* fast/forms/fieldset-pseudo-valid-style-expected.txt: Added.
* fast/forms/fieldset-pseudo-valid-style.html: Added.
* fast/forms/form-pseudo-valid-style-expected.txt: Added.
* fast/forms/form-pseudo-valid-style.html: Added.
Both tests are from Bartek Nowierski.
2014-12-23 Zalan Bujtas <zalan@apple.com>
Incorrect dashed and dotted border painting.
https://bugs.webkit.org/show_bug.cgi?id=139872
rdar://problem/18024205
Reviewed by Simon Fraser.
This patch makes dashed/dotted border painting symmetric and consistent.
It also works with subpixel positioning.
* fast/borders/border-painting-correctness-dashed-expected.html: Added.
* fast/borders/border-painting-correctness-dashed.html: Added.
* fast/borders/border-painting-correctness-dotted-expected.html: Added.
* fast/borders/border-painting-correctness-dotted.html: Added.
* fast/borders/resources/border-painting-correctness-dashed-expected.png: Added.
* fast/borders/resources/border-painting-correctness-dotted-expected.png: Added.
2014-12-23 Grzegorz Czajkowski <g.czajkowski@samsung.com>
editing/spelling/grammar-paste.html is flaky in debug after r177682
https://bugs.webkit.org/show_bug.cgi?id=139903
Unreviewed gardening.
* TestExpectations:
Mark it as flaky.
2014-12-23 Grzegorz Czajkowski <g.czajkowski@samsung.com>
Add proper expectations for two spelling/ tests after r177682
Unreviewed gardening.
* TestExpectations:
2014-12-23 Grzegorz Czajkowski <g.czajkowski@samsung.com>
shouldBecomeEqual() behaves as shouldBe() if the testing expression returns the expected value
https://bugs.webkit.org/show_bug.cgi?id=133939
Reviewed by Darin Adler.
First call of eval(expression) inside shouldBecomeEqual was always
made synchronously. If the testing expression returns the same value
as expected one then shouldBecomeEqual() will immediately report PASS,
for example,
shouldBecomeEqual(internals.hasSpellingMarker("wellcome"), false);
in consequence, assuming asynchronous path of spellchecking, spelling markers
may appear after a while.
The bug was caused by checking a condition at the beginning of shouldBecomeEqual(),
before calling a timer. As a result, queued asynchronous events doesn't effect
this checking.
* TestExpectations:
This fix reveals new bugs in execDeleteCommand() behaviour, two tests need
to marked as failure now.
* resources/js-test-pre.js:
(.condition):
(shouldBecomeEqual):
(shouldBecomeDifferent):
* resources/js-test.js:
(.condition):
(shouldBecomeEqual):
(shouldBecomeDifferent):
Always check a condition on timer.
2014-12-22 Alexey Proskuryakov <ap@apple.com>
platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-frame-scrollability.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139901
* platform/mac-wk2/TestExpectations: Mark it as such.
2014-12-22 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r177658.
https://bugs.webkit.org/show_bug.cgi?id=139900
Caused many assertion failures (Requested by ap on #webkit).
Reverted changeset:
"Incorrect dashed and dotted border painting."
https://bugs.webkit.org/show_bug.cgi?id=139872
http://trac.webkit.org/changeset/177658
2014-12-22 Benjamin Poulain <bpoulain@apple.com>
Form elements should match :valid and :invalid based on their associated elements
https://bugs.webkit.org/show_bug.cgi?id=139850
Reviewed by Darin Adler.
The style update tests are largely based on the fieldset test suite.
The other tests are for various aspects of the patch.
* fast/css/pseudo-invalid-form-and-fieldset-basics-expected.html: Added.
* fast/css/pseudo-invalid-form-and-fieldset-basics.html: Added.
* fast/css/pseudo-invalid-form-basics-expected.html: Added.
* fast/css/pseudo-invalid-form-basics.html: Added.
* fast/css/pseudo-invalid-form-dynamically-created-basics-expected.html: Added.
* fast/css/pseudo-invalid-form-dynamically-created-basics.html: Added.
* fast/css/pseudo-invalid-form-invalidation-optimization-expected.txt: Added.
* fast/css/pseudo-invalid-form-invalidation-optimization.html: Added.
* fast/css/pseudo-valid-form-and-fieldset-basics-expected.html: Added.
* fast/css/pseudo-valid-form-and-fieldset-basics.html: Added.
* fast/css/pseudo-valid-form-basics-expected.html: Added.
* fast/css/pseudo-valid-form-basics.html: Added.
* fast/css/pseudo-valid-form-dynamically-created-basics-expected.html: Added.
* fast/css/pseudo-valid-form-dynamically-created-basics.html: Added.
* fast/css/pseudo-valid-form-invalidation-optimization-expected.txt: Added.
* fast/css/pseudo-valid-form-invalidation-optimization.html: Added.
* fast/selectors/invalid-form-style-update-1-expected.txt: Added.
* fast/selectors/invalid-form-style-update-1.html: Added.
* fast/selectors/invalid-form-style-update-2-expected.txt: Added.
* fast/selectors/invalid-form-style-update-2.html: Added.
* fast/selectors/invalid-form-style-update-3-expected.txt: Added.
* fast/selectors/invalid-form-style-update-3.html: Added.
* fast/selectors/valid-form-style-update-1-expected.txt: Added.
* fast/selectors/valid-form-style-update-1.html: Added.
* fast/selectors/valid-form-style-update-2-expected.txt: Added.
* fast/selectors/valid-form-style-update-2.html: Added.
* fast/selectors/valid-form-style-update-3-expected.txt: Added.
* fast/selectors/valid-form-style-update-3.html: Added.
2014-12-22 Alexey Proskuryakov <ap@apple.com>
compositing/rtl/rtl-fixed-overflow-scrolled.html had a 1600x1200 expected PNG
accidentally checked in, let's land 800x600 again.
* platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png:
2014-12-22 Zalan Bujtas <zalan@apple.com>
Incorrect dashed and dotted border painting.
https://bugs.webkit.org/show_bug.cgi?id=139872
rdar://problem/18024205
Reviewed by Simon Fraser.
This patch makes dashed/dotted border painting symmetric and consistent.
It also works with subpixel positioning.
* fast/borders/border-painting-correctness-dashed-expected.html: Added.
* fast/borders/border-painting-correctness-dashed.html: Added.
* fast/borders/border-painting-correctness-dotted-expected.html: Added.
* fast/borders/border-painting-correctness-dotted.html: Added.
* fast/borders/resources/border-painting-correctness-dashed-expected.png: Added.
* fast/borders/resources/border-painting-correctness-dotted-expected.png: Added.
2014-12-22 Alexey Proskuryakov <ap@apple.com>
REGRESSION: fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139840
* TestExpectations: Marking as such.
2014-12-22 Alexey Proskuryakov <ap@apple.com>
Update some inspector test expectations for the new timeout detection.
Also, unmarked some tests that appear stable on bots now.
* platform/mac/TestExpectations:
2014-12-22 Alexey Proskuryakov <ap@apple.com>
Remove a Slow expectation for js/promises-tests/promises-tests-2-3-3.html,
as we now skip the test.
* TestExpectations:
2014-12-22 Alexey Proskuryakov <ap@apple.com>
js/promises-tests/promises-tests-2-3-3.html sometimes crashes under DFG::SpeculativeJIT::compile
https://bugs.webkit.org/show_bug.cgi?id=139865
rdar://problem/19326058
* TestExpectations: Skip it.
2014-12-22 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Get rid of legacy WebKitCSSGridLayoutEnabled
https://bugs.webkit.org/show_bug.cgi?id=139860
Reviewed by Sergio Villar Senin.
Remove the missing bits regarding WebKitCSSGridLayoutEnabled.
Most of it was already removed in r168416.
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-ltr.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-ltr.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-rtl.html:
* fast/css-grid-layout/grid-shorthand-get-set.html:
2014-12-21 Shivakumar JM <shiva.jm@samsung.com>
HTMLSelectElement add() should support adding group of options element (HTMLOptGroupElement).
https://bugs.webkit.org/show_bug.cgi?id=139806
Reviewed by Darin Adler.
* fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt: Added.
* fast/dom/HTMLSelectElement/select-add-optgroup.html: Added.
2014-12-21 Gabor Rapcsanyi <rgabor@webkit.org>
AX: Hidden aria table crash
https://bugs.webkit.org/show_bug.cgi?id=139856
Reviewed by Chris Fleizach.
Add layout test to cover this crash.
* accessibility/aria-hidden-crash-expected.txt: Added.
* accessibility/aria-hidden-crash.html: Added.
2014-12-21 Alexey Proskuryakov <ap@apple.com>
Update expectations for two WebGL tests to match what bots see.
* platform/mac/TestExpectations:
2014-12-19 Chris Dumez <cdumez@apple.com>
Fix initial / inherit support for '-webkit-perspective-origin' CSS property
https://bugs.webkit.org/show_bug.cgi?id=139843
Reviewed by Simon Fraser.
Add layout test to cover 'initial' / 'inherit' support for
'-webkit-perspective-origin' CSS property.
* fast/css/perspective-origin-initial-inherit-expected.txt: Added.
* fast/css/perspective-origin-initial-inherit.html: Added.
2014-12-19 Alexey Proskuryakov <ap@apple.com>
REGRESSION (177368): Some tests started to immediately time out
https://bugs.webkit.org/show_bug.cgi?id=139826
Reviewed by Daniel Bates.
* platform/wk2/TestExpectations: The culprit was this test that I unskipped to see
whether it passes. It in fact does pass, so let's remove the expectation entirely.
2014-12-19 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Unskip a test that started working after r177542. Also clear up some
lint warnings about the TestExpectations file.
* platform/win/TestExpectations:
2014-12-19 Alexey Proskuryakov <ap@apple.com>
media/video-seek-past-end-paused.html frequently times out on Mavericks
https://bugs.webkit.org/show_bug.cgi?id=139825
* platform/mac/TestExpectations: Added an expectation.
2014-12-19 Alexey Proskuryakov <ap@apple.com>
fast/speechsynthesis/speech-synthesis-cancel.html times out very frequently
https://bugs.webkit.org/show_bug.cgi?id=139824
* platform/mac-wk2/TestExpectations: Added an expectation.
2014-12-19 Alexey Proskuryakov <ap@apple.com>
Move some entries for tests that are slow in debug to root TestExpectations file.
* TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-19 Michael Saboff <msaboff@apple.com>
REGRESSION(174226): Captured arguments in a using function compiled by the DFG have the initial value when the closure was invoked
https://bugs.webkit.org/show_bug.cgi?id=139808
Reviewed by Oliver Hunt.
New regression test.
* js/regress-139808-expected.txt: Added.
* js/regress-139808.html: Added.
* js/script-tests/regress-139808.js: Added.
(theClosureFunction.rot13):
(theClosureFunction):
2014-12-19 Alexey Proskuryakov <ap@apple.com>
Updte WebKit2 test expectations based on what bots see now.
* TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-19 Said Abou-Hallawa <sabouhallawa@apple.com>
Only when the SVG is inline and only when a shape is referenced before it is defined, this shape will not be drawn.
https://bugs.webkit.org/show_bug.cgi?id=139451.
Reviewed by Antti Koivisto.
Ensure that when a <use> element inside an inline SVG references another
target SVG element, which has not been defined yet, gets its shadow DOM
tree updated once the target element is created. Updating the shadow DOM
tree of the <use> element should update the corresponding shadow render
tree as well.
* svg/in-html/defs-after-use-expected.html: Added.
* svg/in-html/defs-after-use.html: Added.
2014-12-18 Alexey Proskuryakov <ap@apple.com>
More gardening for flaky tests that are now properly reported as timing oout.
* platform/mac/TestExpectations:
2014-12-18 Chris Fleizach <cfleizach@apple.com>
AX: Recursive crash at WebCore::accessibleNameForNode
https://bugs.webkit.org/show_bug.cgi?id=139616
Reviewed by Mario Sanchez Prada.
* accessibility/accessibility-description-crash-expected.txt: Added.
* accessibility/accessibility-description-crash.html: Added.
2014-12-18 Chris Fleizach <cfleizach@apple.com>
AX: Heuristic: Avoid exposing an element as clickable if mouse event delegation is handled on an element with any explicit ARIA role, including presentation.
https://bugs.webkit.org/show_bug.cgi?id=133613
Reviewed by Mario Sanchez Prada.
* platform/mac/accessibility/press-action-for-presentational-descendants-expected.txt: Added.
* platform/mac/accessibility/press-action-for-presentational-descendants.html: Added.
2014-12-18 Chris Fleizach <cfleizach@apple.com>
AX: event.target should sometimes be a descendant element on AXPress-triggered mouse clicks
https://bugs.webkit.org/show_bug.cgi?id=135689
Reviewed by Mario Sanchez Prada.
* accessibility/press-target-uses-text-descendant-node-expected.txt: Added.
* accessibility/press-target-uses-text-descendant-node.html: Added.
2014-12-18 Alexey Proskuryakov <ap@apple.com>
media/media-controls-timeline-updates.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139789
* platform/mac/TestExpectations: Mark it as such.
2014-12-18 Daniel Bates <dabates@apple.com>
[iOS] Updated expected results for LayoutTests/editing
* platform/ios-simulator-wk2/TestExpectations:
[...]
2014-12-18 Alexey Proskuryakov <ap@apple.com>
Update flaky media test expectations to what bots see now - mostly updating for
better detection of timeouts.
* platform/mac/TestExpectations:
2014-12-18 Alexey Proskuryakov <ap@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=139779
Fullscreen tests use unreasonably short timeouts
Reviewed by Eric Carlson.
* fullscreen/exit-full-screen-iframe.html:
* fullscreen/full-screen-iframe-allowed-prefixed.html:
* fullscreen/full-screen-iframe-allowed.html:
* fullscreen/full-screen-iframe-legacy.html:
* fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html:
* fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html:
Removed the timeouts.
* platform/mac-wk1/TestExpectations: fullscreen/exit-full-screen-iframe.html
legitimately fails in DumpRenderTree, which we didn't know about.
* platform/mac/TestExpectations: Removed tests that should no longer be flaky now.
2014-12-18 Grzegorz Czajkowski <g.czajkowski@samsung.com>
Remove timeout from shouldBecome* functions in js-test.js
https://bugs.webkit.org/show_bug.cgi?id=139767
Reviewed by Darin Adler.
r156678 has removed this timeout from shouldBecome* in js-test-pre.js.
Get rid of it from js-test.js as well to make shouldBecome* functions sync
between js-test.js and js-test-pre.js
Additionally, sync minor coding style changes between them.
* resources/js-test.js:
(_waitForCondition):
(.condition):
(shouldBecomeEqual):
(shouldBecomeEqualToString):
(shouldBecomeDifferent):
(._condition): Deleted.
(._failureHandler): Deleted.
2014-12-18 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Fix test expectations after r177363
https://bugs.webkit.org/show_bug.cgi?id=139772
Unreviewed gardening after r177363 - part II
* platform/efl/TestExpectations:
2014-12-18 Radu Stavila <stavila@adobe.com>
[SVG Masking] Enable the use of <mask> elements for -webkit-mask-image
https://bugs.webkit.org/show_bug.cgi?id=139294
Reviewed by Simon Fraser.
Added tests for different situations using URLs with fragment id
for the -webkit-mask-image property.
* css3/masking/mask-base64-expected.html: Copied from LayoutTests/css3/masking/mask-repeat-space-padding-expected.html.
* css3/masking/mask-base64.html: Added.
* css3/masking/mask-multiple-values-expected.html: Added.
* css3/masking/mask-multiple-values.html: Added.
* css3/masking/mask-repeat-space-padding-expected.html:
* css3/masking/mask-repeat-space-padding.html:
* css3/masking/mask-svg-clipped-fragmentId-expected.html: Added.
* css3/masking/mask-svg-clipped-fragmentId.html: Added.
* css3/masking/mask-svg-fragmentId-expected.html: Added.
* css3/masking/mask-svg-fragmentId.html: Added.
* css3/masking/mask-svg-inline-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-fragmentId.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-no-fragmentId-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled.html: Added.
* css3/masking/mask-svg-no-fragmentId.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg.html: Added.
* css3/masking/mask-svg-script-mask-to-none-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-none.html: Added.
* css3/masking/mask-svg-script-mask-to-png-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-png.html: Added.
* css3/masking/mask-svg-script-none-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-none-to-mask.html: Added.
* css3/masking/mask-svg-script-none-to-png-expected.html: Added.
* css3/masking/mask-svg-script-none-to-png.html: Added.
* css3/masking/mask-svg-script-png-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-png-to-mask.html: Added.
* css3/masking/mask-svg-script-png-to-none-expected.html: Added.
* css3/masking/mask-svg-script-png-to-none.html: Added.
* css3/masking/resources/masks.svg: Added.
2014-12-18 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Fix test expectations after r177363
https://bugs.webkit.org/show_bug.cgi?id=139772
Unreviewed gardening after r177363 - part I
* platform/efl/TestExpectations:
2014-12-18 Radu Stavila <stavila@adobe.com>
animations/cross-fade-webkit-mask-image.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139590
Reviewed by Andrei Bucur.
animations/cross-fade-webkit-mask-image.html became flaky after the way
masks are handled was changed in https://bugs.webkit.org/show_bug.cgi?id=139294.
Marking it flaky for now, pending investigation.
* TestExpectations:
2014-12-18 Antti Koivisto <antti@apple.com>
Stop returning GlyphPage from various Font functions
https://bugs.webkit.org/show_bug.cgi?id=139627
Reviewed by Darin Adler.
These are progressions. We now correctly draw the specified missing glyph.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
* svg/custom/glyph-selection-lang-attribute-expected.txt:
2014-12-17 Daniel Bates <dabates@apple.com>
[iOS] More test gardening
* platform/ios-simulator-wk2/TestExpectations:
[...]
2014-12-17 Michael Saboff <msaboff@apple.com>
Tests with infinite recursion frequently crash
https://bugs.webkit.org/show_bug.cgi?id=139548
Reviewed by Geoffrey Garen.
New test that exercises the various places that we do stack overflow checks.
* TestExpectations:
* js/regress-139548-expected.txt: Added.
* js/regress-139548.html: Added.
* js/script-tests/regress-139548.js: Added.
(ToStringObj):
(ToStringObj.prototype.toString):
(makeArgsArray):
(recurseNoDFG):
(recurse):
(probeAndRecurse):
2014-12-16 Shivakumar JM <shiva.jm@samsung.com>
text node should not be created, On setting document.title to the empty string.
https://bugs.webkit.org/show_bug.cgi?id=139121
Reviewed by Darin Adler.
* fast/dom/Document/document-set-title-no-child-expected.txt: Added.
* fast/dom/Document/document-set-title-no-child.html: Added.
2014-12-16 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/fast
* TestExpectations: Added entries fast/parser/document-write-fighting-eof.html and fast/parser/document-write-partial-entity-before-load.html
and removed these entries from the GTK, Mac, and Windows-specific TestExpectation files. These tests are known to fail in debug builds on
all ports. See http://webkit.org/b/110546 for more details.
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
[...]
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2014-12-16 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/http
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/http/tests/loading/simple-subframe-expected.txt: Added.
* platform/ios-simulator/http/tests/local/file-url-sent-as-referer-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/acid2-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/error404-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/favicon-as-image-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/frame-access-during-load-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/generated-content-inside-table-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/iframe404-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/location-replace-crossdomain-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/slow-loading-image-in-pattern-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/slow-loading-mask-expected.txt: Added.
* platform/ios-simulator/http/tests/multipart/invalid-image-data-expected.txt: Added.
* platform/ios-simulator/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/error404-basic-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/error404-goback-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/error404-subframeload-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/postredirect-basic-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/postredirect-goback1-expected.txt: Added.
* platform/ios-simulator/http/tests/uri/css-href-expected.txt: Added.
2014-12-16 Zalan Bujtas <zalan@apple.com>
Subpixel rendering: Animating HTML elements leaves trails when embedded to a subpxiel positioned iframe.
https://bugs.webkit.org/show_bug.cgi?id=139691
rdar://problem/19078958
Reviewed by Simon Fraser.
This patch ensures that repaint rect and actual paint coordinate calculations are in sync.
* fast/repaint/hidpi-content-inside-iframe-leaves-trails-expected.txt: Added.
* fast/repaint/hidpi-content-inside-iframe-leaves-trails.html: Added.
2014-12-16 Myles C. Maxfield <mmaxfield@apple.com>
Rebaseline Mavericks test result after r177398
Unreviewed.
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
2014-12-16 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Cherokee language is drawn as boxes
https://bugs.webkit.org/show_bug.cgi?id=139706
Reviewed by Simon Fraser.
* platform/ios-simulator/fast/text/cherokee-expected.html: Added.
* platform/ios-simulator/fast/text/cherokee.html: Added.
2014-12-16 Alexey Proskuryakov <ap@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=139708
http/tests/media/video-buffered-range-contains-currentTime.html frequently times out
* platform/mac/TestExpectations: Added an expectation.
2014-12-16 Alexey Proskuryakov <ap@apple.com>
More test gardening.
Fix syntax of one entry, extend two flakiness entries to cover Yosemite, where
these tests recently failed.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-16 Myles C. Maxfield <mmaxfield@apple.com>
Ruby overhang uses ints instead of floats
https://bugs.webkit.org/show_bug.cgi?id=139624
Reviewed by Dave Hyatt.
Updating tests.
* fast/ruby/overhang-horizontal-expected.png:
* fast/ruby/overhang-horizontal-expected.txt:
* fast/ruby/overhang-vertical-expected.png:
* fast/ruby/overhang-vertical-expected.txt:
* platform/mac/fast/ruby/ruby-beforeafter-expected.png:
* platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
* platform/mac/fast/ruby/ruby-length-expected.png:
* platform/mac/fast/ruby/ruby-length-expected.txt:
* platform/mac/fast/ruby/ruby-run-break-expected.png:
* platform/mac/fast/ruby/ruby-run-break-expected.txt:
* platform/mac/fast/ruby/ruby-runs-expected.png:
* platform/mac/fast/ruby/ruby-runs-expected.txt:
* platform/mac/fast/ruby/ruby-runs-spans-expected.png:
* platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
* platform/mac/fast/ruby/ruby-trailing-expected.png:
* platform/mac/fast/ruby/ruby-trailing-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png:
* platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png:
* platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png:
* platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png:
* platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png:
* platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png:
* platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png:
* platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
2014-12-16 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTest/{inspector-obsolete, inspector-protocol,
media, mhtml, perf, platform, plugins, scrollingcoordinator, userscripts, webarchive}
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
[...]
2014-12-16 Alexey Proskuryakov <ap@apple.com>
More expectations updated to Timeout.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-16 Alexey Proskuryakov <ap@apple.com>
More expectations updated to Timeout.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2014-12-16 Myles C. Maxfield <litherum@gmail.com>
Ruby does not preserve expansion opportunities from enclosing context
https://bugs.webkit.org/show_bug.cgi?id=139618
Updating test for new expansion logic.
Reviewed by David Hyatt.
* fast/ruby/ruby-justification-expected.html:
* fast/ruby/ruby-justification.html:
2014-12-16 Alexey Proskuryakov <ap@apple.com>
More expectations updated to Timeout.
Also, undone some accidental skips. It may be right to skip tests that always time
out, but let's do that intentionally, and with a review.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-16 Alexey Proskuryakov <ap@apple.com>
Update some test expectations from Failure to Timeout, which is now correctly detected.
* platform/mac/TestExpectations:
2014-12-16 Ryosuke Niwa <rniwa@webkit.org>
Nested template contents are not cloned by document.importNode
https://bugs.webkit.org/show_bug.cgi?id=137619
Reviewed by Andreas Kling.
Added a regression test.
* fast/dom/HTMLTemplateElement/importNode-nested-templates-expected.txt: Added.
* fast/dom/HTMLTemplateElement/importNode-nested-templates.html: Added.
2014-12-16 Alexey Proskuryakov <ap@apple.com>
WebKit2 test expectations gardening.
Update syntax, unskip some tests that were skipped before we had expectations.
* platform/wk2/TestExpectations:
2014-12-16 Alexey Proskuryakov <ap@apple.com>
media/video-controls-toggling.html always times out
https://bugs.webkit.org/show_bug.cgi?id=116266
Skip it.
* platform/mac/TestExpectations:
2014-12-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
Document.contentType implementation
https://bugs.webkit.org/show_bug.cgi?id=132269
Reviewed by Darin Adler.
Chromium merge from https://codereview.chromium.org/151653004
* fast/dom/Document/clone-node-expected.txt:
* fast/dom/Document/clone-node.html:
* fast/dom/HTMLDocument/clone-node-quirks-mode-expected.txt:
* fast/dom/HTMLDocument/clone-node-quirks-mode.html:
* fast/dom/document-contentType-DOMParser-expected.txt: Added.
* fast/dom/document-contentType-DOMParser.html: Added.
* fast/dom/document-contentType-createDocument-expected.txt: Added.
* fast/dom/document-contentType-createDocument.html: Added.
* fast/dom/document-contentType-data-uri-expected.txt: Added.
* fast/dom/document-contentType-data-uri.html: Added.
* fast/xsl/xslt-contentType-expected.txt: Added.
* fast/xsl/xslt-contentType.html: Added.
* http/tests/dom/document-contentType-expected.txt: Added.
* http/tests/dom/document-contentType-meta-expected.txt: Added.
* http/tests/dom/document-contentType-meta.html: Added.
* http/tests/dom/document-contentType-xhr-expected.txt: Added.
* http/tests/dom/document-contentType-xhr.html: Added.
* http/tests/dom/document-contentType.html: Added.
* http/tests/dom/resources/dummy.css: Added.
(body):
* http/tests/dom/resources/dummy.html: Added.
* http/tests/dom/resources/dummy.js: Added.
* http/tests/dom/resources/dummy.txt: Added.
* http/tests/dom/resources/dummy.xml: Added.
* http/tests/dom/resources/send-mime-type.php: Added.
* http/tests/dom/resources/square20.bmp: Added.
* http/tests/dom/resources/square20.gif: Added.
* http/tests/dom/resources/square20.jpg: Added.
* http/tests/dom/resources/square20.png: Added.
* resources/js-test.js:
(shouldBeEqualToNumber):
2014-12-16 Alexey Proskuryakov <ap@apple.com>
media/track/track-language-preference.html and media/track/track-prefer-captions.html time out on Mac
https://bugs.webkit.org/show_bug.cgi?id=112492
Skip these, as they time out every time.
* platform/mac/TestExpectations:
2014-12-16 Chris Dumez <cdumez@apple.com>
REGRESSION (r163928): Animated GIFs are not resumed when translated into view using -webkit-transform
https://bugs.webkit.org/show_bug.cgi?id=139672
<rdar://problem/19260797>
Reviewed by Antti Koivisto.
Add a layout test to verity that animated images are properly paused /
resumed when translated in and out of view using '-webkit-transform'
CSS property.
* fast/images/animated-gif-webkit-transform-expected.txt: Added.
* fast/images/animated-gif-webkit-transform.html: Added.
2014-12-15 Dhi Aurrahman <diorahman@rockybars.com>
Extend :lang()'s selector checker to handle ranges with '*' properly and perform matching within the ASCII range
https://bugs.webkit.org/show_bug.cgi?id=139340
Reviewed by Benjamin Poulain.
* fast/selectors/lang-equal-ignoring-ascii-case-expected.txt: Added.
* fast/selectors/lang-equal-ignoring-ascii-case.html: Added.
* fast/selectors/lang-extended-filtering-expected.txt: Updated.
* fast/selectors/lang-extended-filtering.html: Updated.
* fast/selectors/lang-valid-extended-filtering-expected.txt: Added.
* fast/selectors/lang-valid-extended-filtering.html: Added.
2014-12-15 Said Abou-Hallawa <sabouhallawa@apple.com>
Import Mozilla test suite for SVG.
https://bugs.webkit.org/show_bug.cgi?id=139456.
Reviewed by Dean Jackson.
This is only a part of the test suite. The rest of the tests will be submitted
later as they are investigated and the failures are reduced.
* TestExpectations:
* imported/mozilla: Added.
2014-12-15 Jer Noble <jer.noble@apple.com>
Switching src of <video> with clipping layer results in empty black square.
https://bugs.webkit.org/show_bug.cgi?id=139650
Reviewed by Simon Fraser.
* compositing/video-clip-change-src-expected.html: Added.
* compositing/video-clip-change-src.html: Added.
2014-12-15 Ryosuke Niwa <rniwa@webkit.org>
cloneNode(true) does not clone nested template elements' contents
https://bugs.webkit.org/show_bug.cgi?id=137755
Reviewed by Darin Adler.
Added a regression test.
* fast/dom/HTMLTemplateElement/cloneNode-nested-templates-expected.txt: Added.
* fast/dom/HTMLTemplateElement/cloneNode-nested-templates.html: Added.
2014-12-15 Benjamin Poulain <bpoulain@apple.com>
Unify the various serialization of selector list
https://bugs.webkit.org/show_bug.cgi?id=139606
Reviewed by Andreas Kling.
* 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/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-4-expected.txt:
* fast/css/parsing-css-matches-4.html:
* fast/css/parsing-css-not-1-expected.txt:
* fast/css/parsing-css-not-1.html:
* fast/css/parsing-css-not-2-expected.txt:
* fast/css/parsing-css-not-2.html:
* fast/css/parsing-css-not-4-expected.txt:
* fast/css/parsing-css-not-4.html:
2014-12-15 Javier Fernandez <jfernandez@igalia.com>
Floats Don't Overhang Their Block Formatting Contex
https://bugs.webkit.org/show_bug.cgi?id=139476
Reviewed by David Hyatt.
From Blink r172530 by <robhogan@gmail.com>
Tests to verify that float elements don't overhang blocks with a
different formatting context.
* fast/block/float/floats-do-not-overhang-from-block-formatting-context-expected.txt: Added.
* fast/block/float/floats-do-not-overhang-from-block-formatting-context.html: Added.
2014-12-15 Myles C. Maxfield <mmaxfield@apple.com>
Delete Notation because we don't use it
https://bugs.webkit.org/show_bug.cgi?id=139171
Reviewed by Kent Tamura.
Updating for removed property
* fast/dom/Window/get-set-properties-expected.txt:
* fast/dom/Window/get-set-properties.html:
* fast/dom/Window/resources/window-properties.js:
* fast/dom/Window/window-lookup-precedence-expected.txt:
* fast/dom/constants-expected.txt:
* fast/dom/constants.html:
* fast/dom/dom-constructors-expected.txt:
* fast/dom/dom-constructors.html:
* http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html:
* http/tests/security/cross-frame-access-put-expected.txt:
* http/tests/security/cross-frame-access-put.html:
* http/tests/security/resources/cross-frame-iframe-for-put-test.html:
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/http/tests/security/cross-frame-access-put-expected.txt:
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-simulator/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2014-12-15 Antti Koivisto <antti@apple.com>
WebKit level persistent caching
https://bugs.webkit.org/show_bug.cgi?id=30322
Reviewed by Sam Weinig.
Add a cache validation test. The test generates large number of validation header permutations.
* TestExpectations: Skipped until the feature is enabled.
* http/tests/cache/disk-cache-validation-expected.txt: Added.
* http/tests/cache/disk-cache-validation.html: Added.
* http/tests/cache/resources/cache-test.js: Added.
(getServerDate):
(makeHeaderValue):
(generateTestURL):
(loadResource):
(loadResources):
(printResults):
(runTests):
(mergeFields):
(generateTests):
* http/tests/cache/resources/generate-response.cgi: Added.
* platform/mac-mountainlion/TestExpectations: Added.
* platform/mac-wk1/TestExpectations:
2014-12-15 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Codepoints not associated with languages are drawn as boxes
https://bugs.webkit.org/show_bug.cgi?id=138906
Reviewed by Darin Adler.
* platform/ios-simulator/fast/text/non-language-font-fallback-expected.html: Added.
* platform/ios-simulator/fast/text/non-language-font-fallback.html: Added.
2014-12-15 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/webtiming-origins.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=91314
Reviewed by Anders Carlsson.
This test had three subframes, each being an individual test with waitUntilDone/notifyDone.
How crazy was that?
* http/tests/misc/resources/webtiming-cross-origin-and-back1.html: Removed.
* http/tests/misc/resources/webtiming-cross-origin-redirect.php: Removed.
* http/tests/misc/resources/webtiming-no-origin.html: Removed.
* http/tests/misc/webtiming-cross-origin-and-back1-expected.txt: Added.
* http/tests/misc/webtiming-cross-origin-and-back1.html: Copied from LayoutTests/http/tests/misc/resources/webtiming-cross-origin-and-back1.html.
* http/tests/misc/webtiming-cross-origin-redirect-expected.txt: Added.
* http/tests/misc/webtiming-cross-origin-redirect.php: Copied from LayoutTests/http/tests/misc/resources/webtiming-cross-origin-redirect.php.
* http/tests/misc/webtiming-no-origin-expected.txt: Added.
* http/tests/misc/webtiming-no-origin.html: Copied from LayoutTests/http/tests/misc/resources/webtiming-no-origin.html.
* http/tests/misc/webtiming-origins.html: Removed.
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
2014-12-15 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Prevent SourceBuffer monitoring algorithm from triggering a HAVE_NOTHING to HAVE_METADATA transition.
https://bugs.webkit.org/show_bug.cgi?id=139444
Reviewed by Jer Noble.
Added test to check how many active SourceBuffers exist when loadedmetadata fires,
according to spec 3.5.7, this should be equal to number of sourcebuffers.
* media/media-source/media-source-loadedmetada-with-two-sourcebuffers-expected.txt: Added.
* media/media-source/media-source-loadedmetada-with-two-sourcebuffers.html: Added.
2014-12-14 Alexey Proskuryakov <ap@apple.com>
Add some more slow tests to TestExpectations.
* TestExpectations:
2014-12-14 Alexey Proskuryakov <ap@apple.com>
svg/filters/svg-deeply-nested-crash.html is slow in debug builds
https://bugs.webkit.org/show_bug.cgi?id=139638
Marked it as such. Also, added [ Debug ] to other tests that are slow in debug only.
* TestExpectations:
2014-12-14 Alexey Proskuryakov <ap@apple.com>
jquery/manipulation.html is very slow in debug builds, frequently timing out
https://bugs.webkit.org/show_bug.cgi?id=61932
Several fast/selectors tests are very slow in debug
https://bugs.webkit.org/show_bug.cgi?id=139634
* TestExpectations: Mark them as slow
2014-12-14 Alexey Proskuryakov <ap@apple.com>
Tests with infinite recursion frequently crash
https://bugs.webkit.org/show_bug.cgi?id=139548
Added another affected test, generalized expectations to be cross-platform.
* TestExpectations:
* platform/mac/TestExpectations:
2014-12-14 Alexey Proskuryakov <ap@apple.com>
Mac test expectations gardening.
Fixed lint failures, moved a flakiness expectation that was overriding a Skip.
* TestExpectations:
* platform/mac/TestExpectations:
2014-12-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r177223 and r177226.
https://bugs.webkit.org/show_bug.cgi?id=139631
Multiple tests are flakily asserting in
StyleResolver::loadPendingResources (Requested by ap_ on
#webkit).
Reverted changesets:
"[SVG Masking] Enable the use of <mask> elements for -webkit-
mask-image"
https://bugs.webkit.org/show_bug.cgi?id=139294
http://trac.webkit.org/changeset/177223
"animations/cross-fade-webkit-mask-image.html is flaky"
https://bugs.webkit.org/show_bug.cgi?id=139590
http://trac.webkit.org/changeset/177226
2014-12-14 Chris Dumez <cdumez@apple.com>
fast/images/animated-gif-body-outside-viewport.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139599
Reviewed by Alexey Proskuryakov.
Update fast/images/animated-gif-body-outside-viewport.html to use
shouldBecomeEqual() instead of a setTimeout() + shouldBe() to fix
the flakiness.
* fast/images/animated-gif-body-outside-viewport-expected.txt:
* fast/images/animated-gif-body-outside-viewport.html:
* platform/mac-wk1/TestExpectations:
2014-12-14 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r160182): Fragment parser doesn't close a form element with a close tag
https://bugs.webkit.org/show_bug.cgi?id=139561
Reviewed by Darin Adler.
Added a regression test.
* fast/dom/dom-parse-close-form-expected.txt: Added.
* fast/dom/dom-parse-close-form.html: Added.
2014-12-13 Zalan Bujtas <zalan@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=139597
rdar://problem/19237334
Fixed positioned pseudo content does not get composited.
Reviewed by Simon Fraser.
This patch ensures that adjustRenderStyle() can access to settings even when Element* is null.
* compositing/fixed-positioned-pseudo-content-no-compositing-expected.txt: Added.
* compositing/fixed-positioned-pseudo-content-no-compositing.html: Added.
2014-12-12 Alexey Proskuryakov <ap@apple.com>
[WebGL] Texture size tests failures
https://bugs.webkit.org/show_bug.cgi?id=131886
* platform/mac/TestExpectations: Further relax expectations for these tests, as
they also fail on different OS versions and in different ways.
2014-12-12 Alexey Proskuryakov <ap@apple.com>
Mark two canvas tests that fail on a new Mac Pro locally.
* platform/mac/TestExpectations:
2014-12-12 Alexey Proskuryakov <ap@apple.com>
Move expectations for test that hit !m_visibleDescendantStatusDirty assertion,
because locally, this also happens in WK1.
* TestExpectations:
* platform/wk2/TestExpectations:
2014-12-12 Alexey Proskuryakov <ap@apple.com>
fast/images/animated-gif-body-outside-viewport.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139599
* platform/mac-wk1/TestExpectations: Mark it as such.
2014-12-12 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/workers/abort-exception-assert.html often times out
https://bugs.webkit.org/show_bug.cgi?id=139595
* TestExpectations: Mark it as such.
2014-12-12 Roger Fong <roger_fong@apple.com>
Implement EXT_blend_minmax as a WebGL 1 extension.
https://bugs.webkit.org/show_bug.cgi?id=128974.
<rdar://problem/19195535>
Reviewed by Dean Jackson.
* fast/canvas/webgl/constants.html:
2014-12-12 Alexey Proskuryakov <ap@apple.com>
http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139591
Reviewed by Antti Koivisto.
* http/tests/css/resources/empty.css: Added.
* http/tests/css/resources/500.php: Copied from LayoutTests/http/tests/css/resources/slow-loading-sheet-in-error.php.
* http/tests/css/resources/slow-loading-sheet-in-error.php: Removed.
* http/tests/css/resources/slow-loading-sheet.php: Removed.
These scripts were not "slow" at all - 100 microseconds is nothing. Furthermore,
slow-loading-sheet-in-error.php wasn't even used, because of a typo in the test.
And worst of all, WebCore has its own ideas about when to load stylesheets - notably,
default stylesheet loading blocks script execution, so we cannot do anything before
the stylesheet loads.
* http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html:
* http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html:
Removed built-in timeout for the tests, we don't need it. Also, fixed a number of
small stylistic issues.
* http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet-in-error.js: Removed.
* http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet.js: Removed.
Moved inside HTML, because having tests in a separate file is useless and harmful.
* platform/mac-wk2/TestExpectations: These tests were always flaky, not 100% failing.
2014-12-12 Radu Stavila <stavila@adobe.com>
animations/cross-fade-webkit-mask-image.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139590
Reviewed by Alexey Proskuryakov.
animations/cross-fade-webkit-mask-image.html became flaky after the way
masks are handled was changed in https://bugs.webkit.org/show_bug.cgi?id=139294.
Marking it flaky for now, pending investigation.
* TestExpectations:
2014-12-12 Jer Noble <jer.noble@apple.com>
[MSE] Add support for SourceBuffer.mode.
https://bugs.webkit.org/show_bug.cgi?id=139265
Reviewed by Eric Carlson.
* http/tests/media/media-source/mediasource-util.js:
* platform/mac/TestExpectations:
Add an expected-failure; the test fails due to lack of support for a non-DOM-visible
algorithm variable unsupported by the Mac port.
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt: Added.
2014-12-12 Radu Stavila <stavila@adobe.com>
[SVG Masking] Enable the use of <mask> elements for -webkit-mask-image
https://bugs.webkit.org/show_bug.cgi?id=139294
Reviewed by Simon Fraser.
Added tests for different situations using URLs with fragment id
for the -webkit-mask-image property.
* css3/masking/mask-base64-expected.html: Added.
* css3/masking/mask-base64.html: Added.
* css3/masking/mask-multiple-values-expected.html: Added.
* css3/masking/mask-multiple-values.html: Added.
* css3/masking/mask-repeat-space-padding-expected.html:
* css3/masking/mask-repeat-space-padding.html:
* css3/masking/mask-svg-clipped-fragmentId-expected.html: Added.
* css3/masking/mask-svg-clipped-fragmentId.html: Added.
* css3/masking/mask-svg-fragmentId-expected.html: Added.
* css3/masking/mask-svg-fragmentId.html: Added.
* css3/masking/mask-svg-inline-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-fragmentId.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-no-fragmentId-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled.html: Added.
* css3/masking/mask-svg-no-fragmentId.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg.html: Added.
* css3/masking/mask-svg-script-mask-to-none-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-none.html: Added.
* css3/masking/mask-svg-script-mask-to-png-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-png.html: Added.
* css3/masking/mask-svg-script-none-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-none-to-mask.html: Added.
* css3/masking/mask-svg-script-none-to-png-expected.html: Added.
* css3/masking/mask-svg-script-none-to-png.html: Added.
* css3/masking/mask-svg-script-png-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-png-to-mask.html: Added.
* css3/masking/mask-svg-script-png-to-none-expected.html: Added.
* css3/masking/mask-svg-script-png-to-none.html: Added.
* css3/masking/resources/masks.svg: Added.
2014-12-12 Zalan Bujtas <zalan@apple.com>
Simple line layout: Add 16bit support.
https://bugs.webkit.org/show_bug.cgi?id=139469
Reviewed by Antti Koivisto.
This patch adds the 16bit support to simple line layout.
* fast/inline/simple-line-layout-16bit-content-expected.html: Added.
* fast/inline/simple-line-layout-16bit-content.html: Added.
2014-12-11 Michael Saboff <msaboff@apple.com>
Need a regression test for bug 139533
https://bugs.webkit.org/show_bug.cgi?id=139572
Reviewed by Mark Lam.
* js/regress-139533-expected.txt: Added.
* js/regress-139533.html: Added.
* js/script-tests/regress-139533.js: Added.
(.inner):
(outer):
(MyNumber):
(MyNumber.prototype.toString):
2014-12-11 Simon Fraser <simon.fraser@apple.com>
Transform-style should not kill position:fixed
https://bugs.webkit.org/show_bug.cgi?id=138122
Reviewed by Dean Jackson.
New tests and updated results:
* platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Progression, caused
by RenderLayerBacking::updateCompositedBounds() now allowing shouldClipCompositedBounds on
preserve-3d layers, since they are no longer considered to have a transform.
* platform/mac/compositing/visible-rect/3d-transform-style-expected.txt: Ditto.
* transforms/2d/perspective-not-fixed-container-expected.html: Added.
* transforms/2d/perspective-not-fixed-container.html: Added. Tests that
perspective does not act as containing block for fixed position (not a behavior change).
* transforms/2d/preserve3d-not-fixed-container-expected.html: Added.
* transforms/2d/preserve3d-not-fixed-container.html: Added. Tests that
preserve3d does not act as containing block for fixed position. This is a behavior change.
* transforms/perspective-is-containing-block-for-absolute-expected.html: Added.
* transforms/perspective-is-containing-block-for-absolute.html: Added. Tests that
perspective is a as containing block for absolute/relative position. This is not a behavior change.
* transforms/preserve3d-is-containing-block-for-absolute-expected.html: Added.
* transforms/preserve3d-is-containing-block-for-absolute.html: Added. Tests that
preserve3d is a as containing block for absolute/relative position. This is not a behavior change,
but seems like incorrect behavior for now.
* transforms/transform-is-containing-block-for-absolute-expected.html: Added.
* transforms/transform-is-containing-block-for-absolute.html: Added. Tests that
transform is a as containing block for absolute/relative position. This is not a behavior change.
2014-12-11 Roger Fong <roger_fong@apple.com>
Implement frag depth as a WebGL 1 extension.
https://bugs.webkit.org/show_bug.cgi?id=133635.
<rdar://problem/19195381>
Reviewed by Dean Jackson.
* platform/mac/TestExpectations: Unskip passing WebGL1 extension tests.
2014-12-11 Brendan Long <b.long@cablelabs.com>
Remove DataCue "text" attribute
https://bugs.webkit.org/show_bug.cgi?id=139461
Reviewed by Eric Carlson.
* media/track/track-datacue-expected.txt:
* media/track/track-datacue.html:
2014-12-11 Alexey Proskuryakov <ap@apple.com>
fast/workers/worker-constructor.html frequently crashes
https://bugs.webkit.org/show_bug.cgi?id=139548
* TestExpectations: Skip it again, it definitely crashes for real, even though
we can't reproduce locally.
2014-12-11 Alexey Proskuryakov <ap@apple.com>
fast/workers/worker-constructor.html frequently crashes
https://bugs.webkit.org/show_bug.cgi?id=139548
* TestExpectations: Enable it again, going to try clean builds.
2014-12-11 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/{scrollingcoordinator, security, sputnik,
storage, svg, tables, transforms, transitions, traversal}
Also skip some animation, css, compositing, transitions, and crypto tests that timeout
when using WebKit1/WebKit2 and remove duplicate and erroneous entries from file
LayoutTests/platform/ios-simulator/TestExpectations.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
[...]
2014-12-11 Alexey Proskuryakov <ap@apple.com>
fast/workers/worker-constructor.html frequently crashes
https://bugs.webkit.org/show_bug.cgi?id=139548
* TestExpectations: Skip the test while Michael is investigating. This is a pre-existing
failure that became a lot more frequent today.
2014-12-11 Alexey Proskuryakov <ap@apple.com>
Unreviewed, rolling out r177155.
Caused crashes on webarchive tests.
Reverted changeset:
"[SVG Masking] Enable the use of <mask> elements for -webkit-
mask-image"
https://bugs.webkit.org/show_bug.cgi?id=139294
http://trac.webkit.org/changeset/177155
2014-12-11 Said Abou-Hallawa <sabouhallawa@apple.com>
ASSERTION FAILED: animatedTypes[0].properties.size() == 1 in WebCore::SVGAnimatedTypeAnimator::constructFromBaseValue.
https://bugs.webkit.org/show_bug.cgi?id=139046.
Reviewed by Dirk Schulze.
Ensure the animation attributes will be ignored by the SVG base animator if
they are not supported by the SVG target element.
* svg/animations/unsupported-animate-element-attributes-expected.svg: Added.
* svg/animations/unsupported-animate-element-attributes.svg: Added.
2014-12-10 Dean Jackson <dino@apple.com>
InstancedArray crashes attempting to draw out of bounds
https://bugs.webkit.org/show_bug.cgi?id=139521
<rdar://problem/17540398>
Reviewed by Simon Fraser.
This is a copy of the official webgl/1.0.3 test.
* platform/mac-mountainlion/fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt: Added. This extension is not available on Mountain Lion.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt: Added.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds.html: Added.
* fast/canvas/webgl/resources/out-of-bounds-test.js: Added.
(OutOfBoundsTest):
2014-12-11 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/{js, loader, mathml, pageoverlay, scrollbars}
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/js/dom/constructor-length-expected.txt: Added.
* platform/ios-simulator/scrollbars/scrollbar-selectors-expected.png: Removed.
2014-12-11 Radu Stavila <stavila@adobe.com>
[SVG Masking] Enable the use of <mask> elements for -webkit-mask-image
https://bugs.webkit.org/show_bug.cgi?id=139294
Reviewed by Simon Fraser.
Added tests for different situations using URLs with fragment id
for the -webkit-mask-image property.
* css3/masking/mask-base64-expected.html: Added.
* css3/masking/mask-base64.html: Added.
* css3/masking/mask-multiple-values-expected.html: Added.
* css3/masking/mask-multiple-values.html: Added.
* css3/masking/mask-repeat-space-padding-expected.html:
* css3/masking/mask-repeat-space-padding.html:
* css3/masking/mask-svg-clipped-fragmentId-expected.html: Added.
* css3/masking/mask-svg-clipped-fragmentId.html: Added.
* css3/masking/mask-svg-fragmentId-expected.html: Added.
* css3/masking/mask-svg-fragmentId.html: Added.
* css3/masking/mask-svg-inline-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-fragmentId.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-no-fragmentId-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled.html: Added.
* css3/masking/mask-svg-no-fragmentId.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg.html: Added.
* css3/masking/mask-svg-script-mask-to-none-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-none.html: Added.
* css3/masking/mask-svg-script-mask-to-png-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-png.html: Added.
* css3/masking/mask-svg-script-none-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-none-to-mask.html: Added.
* css3/masking/mask-svg-script-none-to-png-expected.html: Added.
* css3/masking/mask-svg-script-none-to-png.html: Added.
* css3/masking/mask-svg-script-png-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-png-to-mask.html: Added.
* css3/masking/mask-svg-script-png-to-none-expected.html: Added.
* css3/masking/mask-svg-script-png-to-none.html: Added.
* css3/masking/resources/masks.svg: Added.
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Mac test expectations gardening.
https://bugs.webkit.org/show_bug.cgi?id=139472
Removed expectations for tests that are no longer flaky, moved WK1 and WK2 only
expectations to correct files, added more flakiness expectations for tests that
fail with ATI graphics.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Removed.
* platform/wk2/TestExpectations:
2014-12-10 Chris Dumez <cdumez@apple.com>
http://omfgdogs.info/ only animates when you resize the window
https://bugs.webkit.org/show_bug.cgi?id=139435
<rdar://problem/19190493>
Reviewed by Simon Fraser.
Add layout tests to make sure a gif image is still animated if:
- It is used as a background image of a 0-height html element
- It is used as a background image of a 0-height body element that
is delegated to the root (because the root has no background)
Also add a layout test to make sure we still stop the gif animation
if it is used as background image of a body that is outside the
viewport.
* fast/images/animated-gif-body-delegated-background-image-expected.txt: Added.
* fast/images/animated-gif-body-delegated-background-image.html: Added.
* fast/images/animated-gif-body-outside-viewport-expected.txt: Added.
* fast/images/animated-gif-body-outside-viewport.html: Added.
* fast/images/animated-gif-html-background-image-expected.txt: Added.
* fast/images/animated-gif-html-background-image.html: Added.
2014-12-10 Zalan Bujtas <zalan@apple.com>
Continuously repainting large parts of Huffington Post.
https://bugs.webkit.org/show_bug.cgi?id=139468
Reviewed by Antti Koivisto.
This patch eliminates redundant repaint requests for inlines when neither the parent
block flow nor any of the inline children are dirty.
Previously,
1. simple line layout always recalculated inline content positions regardless of whether
the content needed relayout at all; as a result, it always triggered full repaint.
2. inline tree layout ignored the needslayout flag on the last line and treated it dirty
(unless it broke cleanly (<div>foo<br></div>)).
This was an ancient workaround for an editing/insert use case, but it seems not to be the case anymore.
* fast/repaint/implicitly-positioned-block-repaint-complex-line-layout-expected.txt: Added.
* fast/repaint/implicitly-positioned-block-repaint-complex-line-layout.html: Added.
* fast/repaint/implicitly-positioned-block-repaint-simple-line-layout-expected.txt: Added.
* fast/repaint/implicitly-positioned-block-repaint-simple-line-layout.html: Added.
* platform/mac/fast/line-grid/line-align-right-edges-expected.txt:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Remove expectations that were incorrectly landed in http://trac.webkit.org/changeset/176778
* platform/mac/TestExpectations:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Fix a typo in the rpevious commit.
* platform/mac-wk1/TestExpectations:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Fix lint warnings on Mac TestExpectations.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Mark more tests that fail on EWS bots with ATI graphics.
* platform/mac/TestExpectations:
* platform/mac/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Removed.
* platform/mac/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
These were expecting failure, but the tests pass on regular bots.
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Rename layoutTestController to testRunner in TestExpectations.
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/win-xp/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wk2/TestExpectations:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
media/video-controls-no-scripting.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=137368
* platform/mac/TestExpectations: Update expectations to expect flakiness on all
OS X versions.
2014-12-10 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r164329): Input fields are not honoring the maxlength attribute
https://bugs.webkit.org/show_bug.cgi?id=139447
Reviewed by Benjamin Poulain.
Added regression tests.
* fast/forms/input-maxlength-inserting-in-middle-expected.txt: Added.
* fast/forms/input-maxlength-inserting-in-middle.html: Added.
* fast/forms/input-maxlength-paste-clusters-in-middle-expected.txt: Added.
* fast/forms/input-maxlength-paste-clusters-in-middle.html: Added.
* fast/forms/input-maxlength-paste-in-middle-expected.txt: Added.
* fast/forms/input-maxlength-paste-in-middle.html: Added.
2014-12-10 Antti Koivisto <antti@apple.com>
Crash when creating CSSCalcBinaryOperation
https://bugs.webkit.org/show_bug.cgi?id=134886
rdar://problem/17663561
Reviewed by Chris Dumez.
* fast/css/calc-binary-operation-crash-expected.txt: Added.
* fast/css/calc-binary-operation-crash.html: Added.
2014-12-10 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] MathML tokens with text fail to expose their text content via AtkText
https://bugs.webkit.org/show_bug.cgi?id=139454
Reviewed by Chris Fleizach.
* accessibility/math-text.html: Added.
* platform/efl/accessibility/math-text-expected.txt: Added.
* platform/gtk/accessibility/math-text-expected.txt: Added.
* platform/mac/accessibility/math-text-expected.txt: Added.
2014-12-10 Martin Robinson <mrobinson@igalia.com>
[GTK] Add support for text-decoration-skip
https://bugs.webkit.org/show_bug.cgi?id=131540
Reviewed by Gustavo Noronha Silva.
* platform/gtk/TestExpectations: Unskip a test relying on text-decoration-skip
and skip a new test that has a newly exposed, but unrelated issue.
2014-12-10 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
* platform/gtk/TestExpectations: Report and mark new failures.
* platform/gtk/accessibility/media-emits-object-replacement-expected.txt: Rebaseline after r177015.
* platform/gtk/fast/box-sizing/box-sizing-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/forms/basic-selects-expected.txt: Rebaseline after r176978.
* platform/gtk/fast/forms/search-vertical-alignment-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/forms/searchfield-heights-expected.txt: Rebaseline after r176978.
* platform/gtk/fast/forms/textfield-overflow-by-value-update-expected.txt: Rebaseline after r176978.
* platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: Rebaseline after r177015.
* platform/gtk/fast/layers/video-layer-expected.txt: Rebaseline after r177015.
* platform/gtk/fast/multicol/client-rects-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/multicol/client-rects-spanners-complex-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/multicol/client-rects-spanners-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/multicol/newmulticol/client-rects-expected.txt: Rebaseline after 176978.
* platform/gtk/http/tests/media/hls/video-controls-live-stream-expected.txt: Rebaseline after r177015.
* platform/gtk/media/audio-repaint-expected.txt: Rebaseline after r177015.
* platform/gtk/media/controls-without-preload-expected.txt: Rebaseline after r177015.
* platform/gtk/media/media-controls-clone-expected.txt: Rebaseline after r177015.
* platform/gtk/media/video-empty-source-expected.txt: Rebaseline after r177015
* platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt: Rebaseline after r175847.
2014-12-10 Chris Dumez <cdumez@apple.com>
[WK1] new http/tests/notifications/legacy/notification-request-permission-then-navigate.html test is crashing
https://bugs.webkit.org/show_bug.cgi?id=139494
Reviewed by Alexey Proskuryakov.
Call window.open() after the page has been loaded because our test infrastructure
asserts that testRunner.waitUntilDone() must have been called *before* window.open()
is called. Since testRunner.waitUntilDone() is called is js-test-post.js, calling
window.open() after page load fixes the issue.
* http/tests/notifications/legacy/notification-request-permission-then-navigate.html:
2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
[GTK][WK2] Add HTML5 Notifications support
https://bugs.webkit.org/show_bug.cgi?id=61140
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: unskip the HTTP tests for new-style notifications.
2014-12-09 Alexey Proskuryakov <ap@apple.com>
Unskip more multipart tests
https://bugs.webkit.org/show_bug.cgi?id=139431
Reviewed by Darin Adler.
* http/tests/multipart/load-last-non-html-frame.php:
* platform/mac/TestExpectations:
2014-12-09 Daniel Bates <dabates@apple.com>
[iOS] Unskip some tests in LayoutTests/{fonts, html5lib, ietestcenter, imported, indieui, inspector, jquery}
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2014-12-09 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/{compositing, css1, css2.1, css3, cssom}
https://bugs.webkit.org/show_bug.cgi?id=139467
Rubber-stamped by Zalan Bujtas.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator-wk2/compositing/absolute-inside-out-of-view-fixed-expected.txt: Copied from LayoutTests/platform/ios-simulator/compositing/absolute-inside-out-of-view-fixed-expected.txt.
* platform/ios-simulator-wk2/compositing/backing/backface-visibility-flip-expected.txt: Copied from LayoutTests/platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt.
[...]
2014-12-09 Myles C. Maxfield <mmaxfield@apple.com>
Scrolling to anchor tags does nothing in vertical-rl writing mode
https://bugs.webkit.org/show_bug.cgi?id=137838
Reviewed by David Hyatt.
When we specify the behavior regarding scrolling to anchor tags, we previously had
only described behavior regarding horizontal text. When we have vertical text, we
need to switch the horizontal and vertical scrolling policies.
* fast/events/scroll-to-anchor-vertical-lr-writing-mode-expected.html: Added.
* fast/events/scroll-to-anchor-vertical-lr-writing-mode.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-contained-2-expected.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-contained-2.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-contained-expected.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-contained.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-expected.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode.html: Added.
2014-12-09 Adenilson Cavalcanti <cavalcantii@gmail.com>
Groove/inset/outset borders show solid if the color is black
https://bugs.webkit.org/show_bug.cgi?id=58608
Rubber-stamped by ap@apple.com.
Moving the pixel results to mac folder (since it is the same for
Yosemite and Mavericks).
* platform/mac/mixed-border-style2-expected.png: Renamed from LayoutTests/platform/mac-mavericks/fast/borders/mixed-border-style2-expected.png.
2014-12-09 Chris Dumez <cdumez@apple.com>
[WK2] Crash when answering notification permission request after navigating
https://bugs.webkit.org/show_bug.cgi?id=139429
<rdar://problem/18921122>
Reviewed by Andreas Kling.
Add layout test to cover the case where the notification permission is
requesting before navigating to a new URL and answered after the page
is navigated away.
* http/tests/notifications/legacy/notification-request-permission-then-navigate-expected.txt: Added.
* http/tests/notifications/legacy/notification-request-permission-then-navigate.html: Added.
* http/tests/notifications/legacy/resources/notify-opener-done.html: Added.
* http/tests/notifications/legacy/resources/request-permission-then-navigate.html: Added.
2014-12-09 Michael Saboff <msaboff@apple.com>
DFG Tries using an inner object's getter/setter when one hasn't been defined
https://bugs.webkit.org/show_bug.cgi?id=139229
Reviewed by Filip Pizlo.
New regression test.
* js/regress-139229-expected.txt: Added.
* js/regress-139229.html: Added.
* js/script-tests/regress-139229.js: Added.
(InnerObjectNoGetter):
(InnerObjectNoGetter.prototype.set enabled):
(InnerObjectNoSetter):
(InnerObjectNoSetter.prototype.get enabled):
(OuterObject):
(OuterObject.prototype.get enabled):
(OuterObject.prototype.set enabled):
2014-12-09 Geoffrey Garen <ggaren@apple.com>
Re-enable function.arguments
https://bugs.webkit.org/show_bug.cgi?id=139452
Reviewed by Sam Weinig.
* TestExpectations: Re-enable these tests, since WebKit supports this
feature by default now.
2014-12-09 Alexey Proskuryakov <ap@apple.com>
Mark several hidpi compositing tests that fail on EWS bots with ATI graphics.
* platform/mac/TestExpectations:
2014-12-09 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] MathML tokens, tables, and row-like elements are exposed with ATK_ROLE_UNKNOWN
https://bugs.webkit.org/show_bug.cgi?id=139402
Reviewed by Chris Fleizach.
* accessibility/roles-exposed.html: Added MathML elements.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for added elements.
2014-12-09 Joanmarie Diggs <jdiggs@igalia.com>
[GTK] Bump minimum version of ATK used by jhbuild to at least 2.15.2
https://bugs.webkit.org/show_bug.cgi?id=139070
Reviewed by Carlos Garcia Campos.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated to reflect
the fact that the exposed role is STATIC and not UNKNOWN.
2014-12-08 Myles C. Maxfield <mmaxfield@apple.com>
Rebaseline Mavericks test results after r176978.
Unreviewed.
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.png:
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt:
2014-12-05 Roger Fong <roger_fong@apple.com>
Implementation EXT_sRGB as a WebGL1 extension.
https://bugs.webkit.org/show_bug.cgi?id=109332.
<rdar://problem/17363470>
Reviewed by Dean Jackson.
* fast/canvas/webgl/constants.html:
2014-12-08 Geoffrey Garen <ggaren@apple.com>
Removed the custom allocator for ParserArena
https://bugs.webkit.org/show_bug.cgi?id=139305
Reviewed by Mark Lam.
Added a test for something I messed up while writing this patch.
* js/basic-strict-mode-expected.txt:
* js/script-tests/basic-strict-mode.js:
2014-12-08 Alexey Proskuryakov <ap@apple.com>
REGRESSION (173394): Support for webcam is broken
https://bugs.webkit.org/show_bug.cgi?id=139313
Test by Antti Koivisto, reviewed and tweaked by Alexey Proskuryakov.
* http/tests/multipart/multipart-image-expected.html: Added.
* http/tests/multipart/multipart-image.html: Added.
* http/tests/multipart/resources/multipart.php: Multiopart boundary must start on
a new line, so make it so. In newwer OS versions, CFNetwork has a workaround that
makes invalid multipart response work, which is why the test was passing locally.
2014-12-08 Benjamin Poulain <bpoulain@apple.com>
A selector should not match anything if there is a subselector after a non-scrollbar pseudo element
https://bugs.webkit.org/show_bug.cgi?id=139336
Reviewed by Andreas Kling.
* fast/css/duplicated-after-pseudo-element-expected.html: Added.
* fast/css/duplicated-after-pseudo-element.html: Added.
* fast/css/duplicated-before-pseudo-element-expected.html: Added.
* fast/css/duplicated-before-pseudo-element.html: Added.
* fast/css/simple-selector-after-pseudo-element-expected.html: Added.
* fast/css/simple-selector-after-pseudo-element.html: Added.
2014-12-08 Benjamin Poulain <benjamin@webkit.org>
Fix the parsing of advanced :lang() after r176902
https://bugs.webkit.org/show_bug.cgi?id=139379
Reviewed by Andreas Kling.
Unskip and update the tests.
All the interesting cases were covered, I just had to update
the expectations.
* TestExpectations:
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/parsing-css-lang-expected.txt:
* fast/css/parsing-css-lang.html:
2014-12-08 Myles C. Maxfield <mmaxfield@apple.com>
Inline elements whose parents have small line-height are laid out too low
https://bugs.webkit.org/show_bug.cgi?id=139375
Reviewed by Dave Hyatt.
Add fast/text/small-line-height.html for a simple example. In addition, update
existing tests.
* fast/forms/textfield-overflow-by-value-update-expected.txt:
* fast/regions/cssom/client-rects-inline-complex.html:
* fast/regions/overflow/overflow-region-inline-expected.html:
* fast/text/small-line-height-expected.html: Added.
* fast/text/small-line-height.html: Added.
* platform/mac/fast/box-sizing/box-sizing-expected.png:
* platform/mac/fast/box-sizing/box-sizing-expected.txt:
* platform/mac/fast/forms/search-vertical-alignment-expected.png:
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac/fast/forms/textfield-overflow-by-value-update-expected.png: Removed.
* platform/mac/fast/multicol/client-rects-expected.png:
* platform/mac/fast/multicol/client-rects-expected.txt:
* platform/mac/fast/multicol/client-rects-spanners-complex-expected.png:
* platform/mac/fast/multicol/client-rects-spanners-complex-expected.txt:
* platform/mac/fast/multicol/client-rects-spanners-expected.png:
* platform/mac/fast/multicol/client-rects-spanners-expected.txt:
* platform/mac/fast/multicol/layers-split-across-columns-expected.png:
* platform/mac/fast/multicol/layers-split-across-columns-expected.txt:
* platform/mac/fast/multicol/newmulticol/client-rects-expected.png:
* platform/mac/fast/multicol/newmulticol/client-rects-expected.txt:
2014-12-08 Mark Lam <mark.lam@apple.com>
CFA wrongly assumes that a speculation for SlowPutArrayStorageShape disallows ArrayStorageShape arrays.
<https://webkit.org/b/139327>
Reviewed by Michael Saboff.
* js/dfg-slow-put-array-storage-spec-should-allow-fast-array-storage-expected.txt: Added.
* js/dfg-slow-put-array-storage-spec-should-allow-fast-array-storage.html: Added.
* js/script-tests/dfg-slow-put-array-storage-spec-should-allow-fast-array-storage.js: Added.
(foo):
(test):
2014-12-08 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Narrow non-breaking space does not fall back to a correct font
https://bugs.webkit.org/show_bug.cgi?id=139335
Reviewed by Enrica Casucci.
* fast/text/narrow-non-breaking-space-expected.html: Added.
* fast/text/narrow-non-breaking-space.html: Added.
2014-12-08 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Grid items must set a new formatting context.
https://bugs.webkit.org/show_bug.cgi?id=139150
Reviewed by David Hyatt.
Test to verify that grid items's margin don't collapese with its parent's margin
and there is no 'float' protruding content on the adjoining grid items.
I had to rebaseline the form-hides-table.html test because table-caption, which
is supposed to establish a new formatting context, does not allow margins collapsing.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item-expected.html: Added.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item.html: Added.
* fast/css-grid-layout/grid-item-margins-not-collapse-expected.html: Added.
* fast/css-grid-layout/grid-item-margins-not-collapse.html: Added.
* platform/gtk/fast/forms/form-hides-table-expected.txt: Rebaseline needed.
* platform/mac/fast/forms/form-hides-table-expected.txt: Rebaseline needed.
* platform/efl/TestExpectations: Mark fast/forms/form-hides-table-expected as failure.
2014-12-08 Andrzej Badowski <a.badowski@samsung.com>
[EFL] Change expectations for two accessibility layout tests.
https://bugs.webkit.org/show_bug.cgi?id=139399
Unreviewed gardening.
* platform/efl/accessibility/roles-exposed-expected.txt:
* platform/efl/accessibility/table-sections-expected.txt:
2014-12-07 Youenn Fablet <youenn.fablet@crf.canon.fr>
[Soup][Curl] HTTP header values should be treated as latin1, not UTF-8
https://bugs.webkit.org/show_bug.cgi?id=128739
Reviewed by Martin Robinson.
Tests that non ascii header & reason phrase values are correctly retrieved by the web application.
headers.php script sends a response that includes non ascii header value.
not-ascii-status.php sends a response that includes non ascii reason phrase.
Removed specific gtk/efl expectations as now aligned with regular expectation.
* http/tests/xmlhttprequest/resources/headers.php: Added.
* http/tests/xmlhttprequest/resources/not-ascii-status.php: Added.
* http/tests/xmlhttprequest/response-special-characters-expected.txt: Added.
* http/tests/xmlhttprequest/response-special-characters.html: Added.
* platform/efl/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Removed.
* platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Removed.
2014-12-07 Alexey Proskuryakov <ap@apple.com>
fast/borders/mixed-border-style2.html has missing results on Mac Yosemite.
Looking at the bots, Yosemite results are the same as Mavericks, so moving the file.
* platform/mac-mavericks/fast/borders/mixed-border-style2-expected.txt: Removed.
* platform/mac/fast/borders/mixed-border-style2-expected.txt: Copied from LayoutTests/platform/mac-mavericks/fast/borders/mixed-border-style2-expected.txt.
2014-12-07 Alexey Proskuryakov <ap@apple.com>
Remove platform/mac-mavericks/TestExpectations file.
We don't need it, we should be using modifiers such as [ Mavericks ].
1. platform/mac/editing/input/undo-grouping-on-text-insertion.html was already
skipped on all OS versions in platform/mac, so this skip did nothing.
2. Moved css3/filters/backdrop expectation to platform/mac.
3. css3/viewport-percentage-lengths tests are now fixed by a configuration change
on a bot.
* platform/mac-mavericks/TestExpectations: Removed.
* platform/mac/TestExpectations:
2014-12-07 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
* platform/gtk/TestExpectations: Report and mark new failures.
* platform/gtk/svg/animations/animate-marker-orienttype-1-expected.txt: Added. Rebaseline after r175525.
* platform/gtk/svg/animations/animate-marker-orienttype-2-expected.txt: Added. Rebaseline after r175525.
* platform/gtk/svg/animations/animate-marker-orienttype-3-expected.txt: Added. Rebaseline after r175525.
2014-12-06 Mark Lam <mark.lam@apple.com>
Skipping tests due to regression in r176902.
<https://webkit.org/b/139014>
Not reviewed.
* TestExpectations:
2014-12-06 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176905.
https://bugs.webkit.org/show_bug.cgi?id=139337
the test case is failing in bots (Requested by anttik on
#webkit).
Reverted changeset:
"REGRESSION (173394): Support for webcam is broken"
https://bugs.webkit.org/show_bug.cgi?id=139313
http://trac.webkit.org/changeset/176905
2014-12-05 Antti Koivisto <antti@apple.com>
REGRESSION (173394): Support for webcam is broken
https://bugs.webkit.org/show_bug.cgi?id=139313
Reviewed by Alexey Proskuryakov.
We had no coverage for actually rendering multipart content.
* http/tests/multipart/multipart-image-expected.html: Added.
* http/tests/multipart/multipart-image.html: Added.
2014-12-05 Chris Fleizach <cfleizach@apple.com>
AX: I cannot activate links on the mobile version of news.google.com
https://bugs.webkit.org/show_bug.cgi?id=139330
Reviewed by Simon Fraser.
* platform/ios-simulator/ios-accessibility: Added.
* platform/ios-simulator/ios-accessibility/press-fires-touch-events-expected.txt: Added.
* platform/ios-simulator/ios-accessibility/press-fires-touch-events.html: Added.
2014-12-05 Myles C. Maxfield <mmaxfield@apple.com>
Directional single quotation marks are not rotated in vertical text
https://bugs.webkit.org/show_bug.cgi?id=138526
Compare vertical and horizontal renderings.
Reviewed by Darin Adler.
* fast/text/vertical-quotation-marks-expected.html: Added.
* fast/text/vertical-quotation-marks.html: Added.
2014-12-05 Dhi Aurrahman <diorahman@rockybars.com>
Implement parser for :lang pseudo class selector arguments that contain wildcard '*' subtags
https://bugs.webkit.org/show_bug.cgi?id=139014
Reviewed by Benjamin Poulain.
* fast/css/css-selector-text-expected.txt: Updated for asterisk containing input.
* fast/css/css-selector-text.html: Updated for asterisk containing input.
* fast/css/parsing-css-lang-expected.txt: Added.
* fast/css/parsing-css-lang.html: Added.
2014-12-05 Benjamin Poulain <bpoulain@apple.com>
Fix style sharing with the "type" and "readonly" attributes
https://bugs.webkit.org/show_bug.cgi?id=139283
Reviewed by Antti Koivisto.
* fast/css/data-attribute-style-sharing-1-expected.html: Added.
* fast/css/data-attribute-style-sharing-1.html: Added.
* fast/css/data-attribute-style-sharing-2-expected.html: Added.
* fast/css/data-attribute-style-sharing-2.html: Added.
* fast/css/data-attribute-style-sharing-3-expected.html: Added.
* fast/css/data-attribute-style-sharing-3.html: Added.
* fast/css/data-attribute-style-sharing-4-expected.html: Added.
* fast/css/data-attribute-style-sharing-4.html: Added.
* fast/css/data-attribute-style-sharing-5-expected.html: Added.
* fast/css/data-attribute-style-sharing-5.html: Added.
* fast/css/data-attribute-style-sharing-6-expected.html: Added.
* fast/css/data-attribute-style-sharing-6.html: Added.
* fast/css/data-attribute-style-sharing-7-expected.html: Added.
* fast/css/data-attribute-style-sharing-7.html: Added.
* fast/css/readonly-attribute-style-sharing-1-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-1.html: Added.
* fast/css/readonly-attribute-style-sharing-2-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-2.html: Added.
* fast/css/readonly-attribute-style-sharing-3-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-3.html: Added.
* fast/css/readonly-attribute-style-sharing-4-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-4.html: Added.
* fast/css/readonly-attribute-style-sharing-5-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-5.html: Added.
* fast/css/readonly-attribute-style-sharing-6-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-6.html: Added.
* fast/css/readonly-attribute-style-sharing-7-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-7.html: Added.
* fast/css/type-attribute-style-sharing-1-expected.html: Added.
* fast/css/type-attribute-style-sharing-1.html: Added.
* fast/css/type-attribute-style-sharing-2-expected.html: Added.
* fast/css/type-attribute-style-sharing-2.html: Added.
* fast/css/type-attribute-style-sharing-3-expected.html: Added.
* fast/css/type-attribute-style-sharing-3.html: Added.
* fast/css/type-attribute-style-sharing-4-expected.html: Added.
* fast/css/type-attribute-style-sharing-4.html: Added.
* fast/css/type-attribute-style-sharing-5-expected.html: Added.
* fast/css/type-attribute-style-sharing-5.html: Added.
* fast/css/type-attribute-style-sharing-6-expected.html: Added.
* fast/css/type-attribute-style-sharing-6.html: Added.
* fast/css/type-attribute-style-sharing-7-expected.html: Added.
* fast/css/type-attribute-style-sharing-7.html: Added.
2014-12-04 Dean Jackson <dino@apple.com>
css3/viewport-percentage-lengths tests are flakey on WK1 Mavericks Debug
https://bugs.webkit.org/show_bug.cgi?id=139271
Marking as flakey.
* platform/mac-mavericks/TestExpectations:
2014-12-02 Brian J. Burg <burg@cs.washington.edu>
Web Inspector: timeline probe records have inaccurate per-probe hit counts
https://bugs.webkit.org/show_bug.cgi?id=138976
Reviewed by Joseph Pecoraro.
Patch by Katie Madonna <madonnk@gmail.com>
Update test to also cover expected probe sampleId behavior.
* inspector-protocol/debugger/didSampleProbe-multiple-probes-expected.txt:
* inspector-protocol/debugger/didSampleProbe-multiple-probes.html:
2014-12-04 Adenilson Cavalcanti <cavalcantii@gmail.com>
Groove/inset/outset borders show solid if the color is black
https://bugs.webkit.org/show_bug.cgi?id=58608
Reviewed by Simon Fraser.
* fast/borders/mixed-border-style2.html: Added.
* platform/mac-mavericks/fast/borders/mixed-border-style2-expected.png: Added.
* platform/mac-mavericks/fast/borders/mixed-border-style2-expected.txt: Added.
2014-12-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: LayoutTests/inspector tests fail in Production builds due to missing test resources
https://bugs.webkit.org/show_bug.cgi?id=138898
Reviewed by Mark Rowe.
* platform/mac/TestExpectations:
2014-12-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
[EFL][WebGL] Remove junk webgl layout tests from TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=139253
Reviewed by Gyuyoung Kim.
* platform/efl/TestExpectations:
2014-12-03 Roger Fong <roger_fong@apple.com>
Unreviewed. Some webgl conformance tests crash.
<rdar://problem/19136723>
* platform/mac/TestExpectations:
2014-12-03 Myles C. Maxfield <mmaxfield@apple.com>
List markers in RTL languages do not draw the first character.
https://bugs.webkit.org/show_bug.cgi?id=139244
Reviewed by Simon Fraser.
* fast/lists/rtl-marker-expected.html: Added.
* fast/lists/rtl-marker.html: Added.
2014-12-03 Chris Dumez <cdumez@apple.com>
Unreviewed gardening.
Land expected result for fast/dom/timer-throttle-on-scrolling-iframe-away.html
that was missing in r176729.
* fast/dom/timer-throttle-on-scrolling-iframe-away-expected.txt: Added.
2014-12-03 Roger Fong <roger_fong@apple.com>
Unreviewed. Add 1.0.3 conformance tests. Remove unused webgl test resource files.
* platform/mac/TestExpectations: Skipping 1.0.3 tests until we are at least somewhat conformant.
* webgl/1.0.3: Added.
* webgl/resources/webgl_test_files: Removed
2014-12-03 Roger Fong <roger_fong@apple.com>
Unreviewed. Remove 1.0.1 and experimental 1.0.3 WebGL conformance tests to make way for official 1.0.3 tests.
* platform/mac/TestExpectations:
* webgl/1.0.1: Removed.
* webgl/1.0.1/conformance: Removed.
* webgl/1.0.1/conformance/attribs: Removed.
* webgl/1.0.1/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-enable-vertex-attrib.html: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertex-attrib-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertex-attrib-zero-issues.html: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertex-attrib.html: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertexattribpointer-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertexattribpointer-offsets.html: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertexattribpointer.html: Removed.
* webgl/1.0.1/conformance/buffers: Removed.
* webgl/1.0.1/conformance/buffers/buffer-bind-test-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/buffer-bind-test.html: Removed.
* webgl/1.0.1/conformance/buffers/buffer-data-array-buffer-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/buffer-data-array-buffer.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-copies-indices-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-copies-indices.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-verifies-too-many-indices.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-with-resized-buffer.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation.html: Removed.
* webgl/1.0.1/conformance/canvas: Removed.
* webgl/1.0.1/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/buffer-offscreen-test.html: Removed.
* webgl/1.0.1/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/buffer-preserve-test.html: Removed.
* webgl/1.0.1/conformance/canvas/canvas-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/canvas-test.html: Removed.
* webgl/1.0.1/conformance/canvas/canvas-zero-size-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/canvas-zero-size.html: Removed.
* webgl/1.0.1/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/drawingbuffer-static-canvas-test.html: Removed.
* webgl/1.0.1/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/drawingbuffer-test.html: Removed.
* webgl/1.0.1/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/viewport-unchanged-upon-resize.html: Removed.
* webgl/1.0.1/conformance/context: Removed.
* webgl/1.0.1/conformance/context/constants-expected.txt: Removed.
* webgl/1.0.1/conformance/context/constants.html: Removed.
* webgl/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Removed.
* webgl/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Removed.
* webgl/1.0.1/conformance/context/context-lost-expected.txt: Removed.
* webgl/1.0.1/conformance/context/context-lost-restored-expected.txt: Removed.
* webgl/1.0.1/conformance/context/context-lost-restored.html: Removed.
* webgl/1.0.1/conformance/context/context-lost.html: Removed.
* webgl/1.0.1/conformance/context/context-type-test-expected.txt: Removed.
* webgl/1.0.1/conformance/context/context-type-test.html: Removed.
* webgl/1.0.1/conformance/context/incorrect-context-object-behaviour-expected.txt: Removed.
* webgl/1.0.1/conformance/context/incorrect-context-object-behaviour.html: Removed.
* webgl/1.0.1/conformance/context/methods-expected.txt: Removed.
* webgl/1.0.1/conformance/context/methods.html: Removed.
* webgl/1.0.1/conformance/context/premultiplyalpha-test-expected.txt: Removed.
* webgl/1.0.1/conformance/context/premultiplyalpha-test.html: Removed.
* webgl/1.0.1/conformance/context/resource-sharing-test-expected.txt: Removed.
* webgl/1.0.1/conformance/context/resource-sharing-test.html: Removed.
* webgl/1.0.1/conformance/extensions: Removed.
* webgl/1.0.1/conformance/extensions/oes-standard-derivatives-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/oes-standard-derivatives.html: Removed.
* webgl/1.0.1/conformance/extensions/oes-texture-float-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/oes-texture-float.html: Removed.
* webgl/1.0.1/conformance/extensions/oes-vertex-array-object-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/oes-vertex-array-object.html: Removed.
* webgl/1.0.1/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/webgl-compressed-texture-s3tc.html: Removed.
* webgl/1.0.1/conformance/extensions/webgl-debug-renderer-info-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/webgl-debug-renderer-info.html: Removed.
* webgl/1.0.1/conformance/extensions/webgl-debug-shaders-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/webgl-debug-shaders.html: Removed.
* webgl/1.0.1/conformance/glsl: Removed.
* webgl/1.0.1/conformance/glsl/functions: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-abs-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-abs.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-acos-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-acos.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-asin-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-asin.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-atan-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-atan-xy.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-atan.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-ceil-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-ceil.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-cos-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-cos.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-cross-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-cross.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-distance-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-distance.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-dot-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-dot.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-faceforward.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-floor-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-floor.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-fract-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-fract.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-length-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-length.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-max-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-max-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-max-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-min-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-min-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-min-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-normalize-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-normalize.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-reflect-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-reflect.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-sign-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-sign.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-sin-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-sin.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-step-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-step-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-step-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_int_to_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/construct_struct.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/construct_struct.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/greater_than.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/greater_than.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/greater_than_equal.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/less_than.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/less_than.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/less_than_equal.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/matrices: Removed.
* webgl/1.0.1/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Removed.
* webgl/1.0.1/conformance/glsl/misc: Removed.
* webgl/1.0.1/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/attrib-location-length-limits.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-function-nodes-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-function-nodes.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-long-variable-names.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-vertex-branch.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/non-ascii-comments.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/non-ascii.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/non-ascii.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/re-compile-re-link-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/re-compile-re-link.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-array.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-clipvertex.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-comma-assignment.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-conditional-scoping.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-do-scoping-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-do-scoping.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-error-directive-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-error-directive.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-float-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-for-loop-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-for-loop.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-for-scoping.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-frag-depth.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-function-recursion.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-function-scoped-struct.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-functional-scoping.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-glcolor.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-gles-1.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-include.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-include.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-int-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-long-line-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-long-line.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-precision.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-quoted-error.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-120.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-130.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-without-precision.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shared-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shared.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/struct-nesting-under-maximum.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/uniform-location-length-limits.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_field.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_function.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_struct.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_variable.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_field.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_field.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_function.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_function.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_struct.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_variable.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/samplers: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dlod.html: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dproj.html: Removed.
* webgl/1.0.1/conformance/glsl/variables: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-fragcoord-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-fragcoord.html: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-frontfacing-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-frontfacing.html: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-pointcoord.html: Removed.
* webgl/1.0.1/conformance/limits: Removed.
* webgl/1.0.1/conformance/limits/gl-max-texture-dimensions-expected.txt: Removed.
* webgl/1.0.1/conformance/limits/gl-max-texture-dimensions.html: Removed.
* webgl/1.0.1/conformance/limits/gl-min-attribs-expected.txt: Removed.
* webgl/1.0.1/conformance/limits/gl-min-attribs.html: Removed.
* webgl/1.0.1/conformance/limits/gl-min-textures-expected.txt: Removed.
* webgl/1.0.1/conformance/limits/gl-min-textures.html: Removed.
* webgl/1.0.1/conformance/limits/gl-min-uniforms-expected.txt: Removed.
* webgl/1.0.1/conformance/limits/gl-min-uniforms.html: Removed.
* webgl/1.0.1/conformance/misc: Removed.
* webgl/1.0.1/conformance/misc/bad-arguments-test-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/bad-arguments-test.html: Removed.
* webgl/1.0.1/conformance/misc/delayed-drawing-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/delayed-drawing.html: Removed.
* webgl/1.0.1/conformance/misc/error-reporting-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/error-reporting.html: Removed.
* webgl/1.0.1/conformance/misc/functions-returning-strings-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/functions-returning-strings.html: Removed.
* webgl/1.0.1/conformance/misc/instanceof-test-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/instanceof-test.html: Removed.
* webgl/1.0.1/conformance/misc/invalid-passed-params-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/invalid-passed-params.html: Removed.
* webgl/1.0.1/conformance/misc/is-object-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/is-object.html: Removed.
* webgl/1.0.1/conformance/misc/null-object-behaviour-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/null-object-behaviour.html: Removed.
* webgl/1.0.1/conformance/misc/object-deletion-behaviour-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/object-deletion-behaviour.html: Removed.
* webgl/1.0.1/conformance/misc/shader-precision-format-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/shader-precision-format.html: Removed.
* webgl/1.0.1/conformance/misc/type-conversion-test-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/type-conversion-test.html: Removed.
* webgl/1.0.1/conformance/misc/uninitialized-test-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/uninitialized-test.html: Removed.
* webgl/1.0.1/conformance/misc/webgl-specific-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/webgl-specific.html: Removed.
* webgl/1.0.1/conformance/more: Removed.
* webgl/1.0.1/conformance/more/conformance: Removed.
* webgl/1.0.1/conformance/more/conformance/constants-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/constants.html: Removed.
* webgl/1.0.1/conformance/more/conformance/getContext-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/getContext.html: Removed.
* webgl/1.0.1/conformance/more/conformance/methods-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/methods.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-A.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-C.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
* webgl/1.0.1/conformance/more/conformance/webGLArrays-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/webGLArrays.html: Removed.
* webgl/1.0.1/conformance/more/functions: Removed.
* webgl/1.0.1/conformance/more/functions/bindBuffer-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bindBuffer.html: Removed.
* webgl/1.0.1/conformance/more/functions/bindBufferBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bindBufferBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bindFramebufferLeaveNonZero.html: Removed.
* webgl/1.0.1/conformance/more/functions/bufferData-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bufferData.html: Removed.
* webgl/1.0.1/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bufferDataBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/bufferSubData-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bufferSubData.html: Removed.
* webgl/1.0.1/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bufferSubDataBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexImage2D.html: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexSubImage2D.html: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/deleteBufferBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/drawArrays-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/drawArrays.html: Removed.
* webgl/1.0.1/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
* webgl/1.0.1/conformance/more/functions/drawElements-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/drawElements.html: Removed.
* webgl/1.0.1/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/drawElementsBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/isTests-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/isTests.html: Removed.
* webgl/1.0.1/conformance/more/functions/readPixels-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/readPixels.html: Removed.
* webgl/1.0.1/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/readPixelsBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2D-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2D.html: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DHTML.html: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DHTMLBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2D-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2D.html: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DHTML.html: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformMatrix-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformMatrix.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformMatrixBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformf-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformf.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformfArrayLen1-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformfArrayLen1.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformfBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformfBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformi-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformi.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformiBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformiBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttrib-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttrib.html: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribPointer-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribPointer.html: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribPointerBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/glsl: Removed.
* webgl/1.0.1/conformance/more/glsl/arrayOutOfBounds-expected.txt: Removed.
* webgl/1.0.1/conformance/more/glsl/arrayOutOfBounds.html: Removed.
* webgl/1.0.1/conformance/more/glsl/uniformOutOfBounds-expected.txt: Removed.
* webgl/1.0.1/conformance/more/glsl/uniformOutOfBounds.html: Removed.
* webgl/1.0.1/conformance/programs: Removed.
* webgl/1.0.1/conformance/programs/get-active-test-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/get-active-test.html: Removed.
* webgl/1.0.1/conformance/programs/gl-bind-attrib-location-test-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-bind-attrib-location-test.html: Removed.
* webgl/1.0.1/conformance/programs/gl-get-active-attribute-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-get-active-attribute.html: Removed.
* webgl/1.0.1/conformance/programs/gl-get-active-uniform-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-get-active-uniform.html: Removed.
* webgl/1.0.1/conformance/programs/gl-getshadersource-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-getshadersource.html: Removed.
* webgl/1.0.1/conformance/programs/gl-shader-test-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-shader-test.html: Removed.
* webgl/1.0.1/conformance/programs/invalid-UTF-16-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/invalid-UTF-16.html: Removed.
* webgl/1.0.1/conformance/programs/program-test-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/program-test.html: Removed.
* webgl/1.0.1/conformance/reading: Removed.
* webgl/1.0.1/conformance/reading/read-pixels-pack-alignment-expected.txt: Removed.
* webgl/1.0.1/conformance/reading/read-pixels-pack-alignment.html: Removed.
* webgl/1.0.1/conformance/reading/read-pixels-test-expected.txt: Removed.
* webgl/1.0.1/conformance/reading/read-pixels-test.html: Removed.
* webgl/1.0.1/conformance/renderbuffers: Removed.
* webgl/1.0.1/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
* webgl/1.0.1/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
* webgl/1.0.1/conformance/renderbuffers/framebuffer-test-expected.txt: Removed.
* webgl/1.0.1/conformance/renderbuffers/framebuffer-test.html: Removed.
* webgl/1.0.1/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Removed.
* webgl/1.0.1/conformance/renderbuffers/renderbuffer-initialization.html: Removed.
* webgl/1.0.1/conformance/rendering: Removed.
* webgl/1.0.1/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/draw-arrays-out-of-bounds.html: Removed.
* webgl/1.0.1/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/draw-elements-out-of-bounds.html: Removed.
* webgl/1.0.1/conformance/rendering/gl-clear-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/gl-clear.html: Removed.
* webgl/1.0.1/conformance/rendering/gl-drawelements-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/gl-drawelements.html: Removed.
* webgl/1.0.1/conformance/rendering/gl-scissor-test-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/gl-scissor-test.html: Removed.
* webgl/1.0.1/conformance/rendering/line-loop-tri-fan-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/line-loop-tri-fan.html: Removed.
* webgl/1.0.1/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/more-than-65536-indices.html: Removed.
* webgl/1.0.1/conformance/rendering/point-size-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/point-size.html: Removed.
* webgl/1.0.1/conformance/rendering/triangle-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/triangle.html: Removed.
* webgl/1.0.1/conformance/state: Removed.
* webgl/1.0.1/conformance/state/gl-enable-enum-test-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-enable-enum-test.html: Removed.
* webgl/1.0.1/conformance/state/gl-enum-tests-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-enum-tests.html: Removed.
* webgl/1.0.1/conformance/state/gl-get-calls-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-get-calls.html: Removed.
* webgl/1.0.1/conformance/state/gl-geterror-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-geterror.html: Removed.
* webgl/1.0.1/conformance/state/gl-getstring-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-getstring.html: Removed.
* webgl/1.0.1/conformance/state/gl-object-get-calls-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-object-get-calls.html: Removed.
* webgl/1.0.1/conformance/textures: Removed.
* webgl/1.0.1/conformance/textures/compressed-tex-image-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/compressed-tex-image.html: Removed.
* webgl/1.0.1/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/copy-tex-image-and-sub-image-2d.html: Removed.
* webgl/1.0.1/conformance/textures/gl-pixelstorei-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/gl-pixelstorei.html: Removed.
* webgl/1.0.1/conformance/textures/gl-teximage-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/gl-teximage.html: Removed.
* webgl/1.0.1/conformance/textures/origin-clean-conformance-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/origin-clean-conformance.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-uniform-binding-bugs.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-with-format-and-type-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-with-format-and-type.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-with-invalid-data-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-with-invalid-data.html: Removed.
* webgl/1.0.1/conformance/textures/tex-input-validation-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-input-validation.html: Removed.
* webgl/1.0.1/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-sub-image-2d-bad-args.html: Removed.
* webgl/1.0.1/conformance/textures/tex-sub-image-2d-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-sub-image-2d.html: Removed.
* webgl/1.0.1/conformance/textures/texparameter-test-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texparameter-test.html: Removed.
* webgl/1.0.1/conformance/textures/texture-active-bind-2-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-active-bind-2.html: Removed.
* webgl/1.0.1/conformance/textures/texture-active-bind-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-active-bind.html: Removed.
* webgl/1.0.1/conformance/textures/texture-clear-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-clear.html: Removed.
* webgl/1.0.1/conformance/textures/texture-complete-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-complete.html: Removed.
* webgl/1.0.1/conformance/textures/texture-formats-test-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-formats-test.html: Removed.
* webgl/1.0.1/conformance/textures/texture-mips-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-mips.html: Removed.
* webgl/1.0.1/conformance/textures/texture-npot-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-npot-video-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-npot-video.html: Removed.
* webgl/1.0.1/conformance/textures/texture-npot.html: Removed.
* webgl/1.0.1/conformance/textures/texture-size-cube-maps-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-size-cube-maps.html: Removed.
* webgl/1.0.1/conformance/textures/texture-size-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-size.html: Removed.
* webgl/1.0.1/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-transparent-pixels-initialized.html: Removed.
* webgl/1.0.1/conformance/typedarrays: Removed.
* webgl/1.0.1/conformance/typedarrays/array-buffer-crash-expected.txt: Removed.
* webgl/1.0.1/conformance/typedarrays/array-buffer-crash.html: Removed.
* webgl/1.0.1/conformance/typedarrays/array-buffer-view-crash-expected.txt: Removed.
* webgl/1.0.1/conformance/typedarrays/array-buffer-view-crash.html: Removed.
* webgl/1.0.1/conformance/typedarrays/array-unit-tests-expected.txt: Removed.
* webgl/1.0.1/conformance/typedarrays/array-unit-tests.html: Removed.
* webgl/1.0.1/conformance/uniforms: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniform-arrays.html: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniform-bool-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniform-bool.html: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniformmatrix4fv.html: Removed.
* webgl/1.0.1/conformance/uniforms/gl-unknown-uniform-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/gl-unknown-uniform.html: Removed.
* webgl/1.0.1/conformance/uniforms/null-uniform-location-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/null-uniform-location.html: Removed.
* webgl/1.0.1/conformance/uniforms/uniform-location-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/uniform-location.html: Removed.
* webgl/1.0.1/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/uniform-samplers-test.html: Removed.
* webgl/1.0.1/resources: Removed.
* webgl/1.0.1/resources/webgl_test_files: Removed.
* webgl/1.0.1/resources/webgl_test_files/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/CONFORMANCE_RULES.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/README.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/00_readme.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/LICENSE_CHROMIUM: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-enable-vertex-attrib.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer-offsets.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/buffer-bind-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/buffer-data-array-buffer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-copies-indices.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-verifies-too-many-indices.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-with-resized-buffer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/canvas-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/constants.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-lost-restored.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-lost.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-type-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/methods.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/matrices: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/include.vs: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-scoping.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shared.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/bad-arguments-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/delayed-drawing.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/error-reporting.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/functions-returning-strings.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/instanceof-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/invalid-passed-params.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/is-object.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/null-object-behaviour.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/object-deletion-behaviour.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/shader-precision-format.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/type-conversion-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/uninitialized-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/webgl-specific.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/README.md: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/all_tests.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/constants.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/getContext.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/methods.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/demos: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/demos/video.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferData.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/isTests.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/readPixels.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformf.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformi.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/index.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/unit.css: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/unit.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/util.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/get-active-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/reading: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/reading/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/gl-clear.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/triangle.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/3x3.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/blue-1x1.jpg: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/boolUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/bug-32888-texture.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/floatUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/fragmentShader.frag: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/glsl-conformance-test.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/glsl-feature-tests.css: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/glsl-generator.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-256-with-128-alpha.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-256.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-default-gamma.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma0.1.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma1.0.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma2.0.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma4.0.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma9.0.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/green-2x2-16bit.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/intArrayUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/intUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/matUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/noopUniformShader.frag: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/noopUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/npot-video.mp4: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/npot-video.theora.ogv: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/npot-video.webmvp8.webm: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/pnglib.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.mp4: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.theora.ogv: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-indexed.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/samplerUniformShader.frag: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-cie-rgb-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-colormatch-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.jpg: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-e-srgb-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-smpte-c-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/structUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/vertexShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/webgl-test-utils.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/webgl-test.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/zero-alpha.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-get-calls.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-geterror.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-getstring.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/gl-teximage.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texparameter-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-clear.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-complete.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-npot.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/array-buffer-crash.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/array-buffer-view-crash.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/50x50pixel-black-with-red-triangle.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/big-fbos-example.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/canvas-compositing-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/canvas-compositing-test.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/fbo-lost-context.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/lots-of-polys-example.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/offscreen-issue.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/out-of-bounds-uniform-array-access.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/out-of-memory.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/out-of-resources.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/out-of-vram.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/simulated-attrib-0-bug-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/slow-shader-example.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/webgl-info.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/misc: Removed.
* webgl/1.0.1/resources/webgl_test_files/misc/program-test-1.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/patch.patch: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/desktop-gl-constants.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/js-test-post.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/js-test-pre.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/js-test-style.css: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/test-eval.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/webgl-logo.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/webgl-test-harness.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/webgl-conformance-tests.html: Removed.
* webgl/1.0.1/resources/webkit-webgl-test-harness.js: Removed.
* webgl/conformance: Removed.
* webgl/conformance/attribs: Removed.
* webgl/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Removed.
* webgl/conformance/attribs/gl-disabled-vertex-attrib.html: Removed.
* webgl/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Removed.
* webgl/conformance/attribs/gl-enable-vertex-attrib.html: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-render-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-render.html: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html: Removed.
* webgl/conformance/attribs/gl-vertex-attrib.html: Removed.
* webgl/conformance/attribs/gl-vertexattribpointer-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertexattribpointer-offsets.html: Removed.
* webgl/conformance/attribs/gl-vertexattribpointer.html: Removed.
* webgl/conformance/buffers: Removed.
* webgl/conformance/buffers/buffer-bind-test-expected.txt: Removed.
* webgl/conformance/buffers/buffer-bind-test.html: Removed.
* webgl/conformance/buffers/buffer-data-array-buffer-expected.txt: Removed.
* webgl/conformance/buffers/buffer-data-array-buffer.html: Removed.
* webgl/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Removed.
* webgl/conformance/buffers/element-array-buffer-delete-recreate.html: Removed.
* webgl/conformance/buffers/index-validation-copies-indices-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-copies-indices.html: Removed.
* webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Removed.
* webgl/conformance/buffers/index-validation-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-large-buffer-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-large-buffer.html: Removed.
* webgl/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-verifies-too-many-indices.html: Removed.
* webgl/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-with-resized-buffer.html: Removed.
* webgl/conformance/buffers/index-validation.html: Removed.
* webgl/conformance/canvas: Removed.
* webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
* webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
* webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
* webgl/conformance/canvas/buffer-preserve-test.html: Removed.
* webgl/conformance/canvas/canvas-test-expected.txt: Removed.
* webgl/conformance/canvas/canvas-test.html: Removed.
* webgl/conformance/canvas/canvas-zero-size-expected.txt: Removed.
* webgl/conformance/canvas/canvas-zero-size.html: Removed.
* webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Removed.
* webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Removed.
* webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Removed.
* webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Removed.
* webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
* webgl/conformance/canvas/drawingbuffer-test.html: Removed.
* webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Removed.
* webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Removed.
* webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Removed.
* webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Removed.
* webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
* webgl/conformance/canvas/to-data-url-test.html: Removed.
* webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Removed.
* webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Removed.
* webgl/conformance/context: Removed.
* webgl/conformance/context/constants-expected.txt: Removed.
* webgl/conformance/context/constants.html: Removed.
* webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
* webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
* webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Removed.
* webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Removed.
* webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
* webgl/conformance/context/context-creation-and-destruction.html: Removed.
* webgl/conformance/context/context-lost-expected.txt: Removed.
* webgl/conformance/context/context-lost-restored-expected.txt: Removed.
* webgl/conformance/context/context-lost-restored.html: Removed.
* webgl/conformance/context/context-lost.html: Removed.
* webgl/conformance/context/context-release-upon-reload-expected.txt: Removed.
* webgl/conformance/context/context-release-upon-reload.html: Removed.
* webgl/conformance/context/context-release-with-workers-expected.txt: Removed.
* webgl/conformance/context/context-release-with-workers.html: Removed.
* webgl/conformance/context/context-type-test-expected.txt: Removed.
* webgl/conformance/context/context-type-test.html: Removed.
* webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Removed.
* webgl/conformance/context/incorrect-context-object-behaviour.html: Removed.
* webgl/conformance/context/methods-expected.txt: Removed.
* webgl/conformance/context/methods.html: Removed.
* webgl/conformance/context/premultiplyalpha-test-expected.txt: Removed.
* webgl/conformance/context/premultiplyalpha-test.html: Removed.
* webgl/conformance/context/resource-sharing-test-expected.txt: Removed.
* webgl/conformance/context/resource-sharing-test.html: Removed.
* webgl/conformance/extensions: Removed.
* webgl/conformance/extensions/ext-shader-texture-lod-expected.txt: Removed.
* webgl/conformance/extensions/ext-shader-texture-lod.html: Removed.
* webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Removed.
* webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Removed.
* webgl/conformance/extensions/get-extension-expected.txt: Removed.
* webgl/conformance/extensions/get-extension.html: Removed.
* webgl/conformance/extensions/oes-element-index-uint-expected.txt: Removed.
* webgl/conformance/extensions/oes-element-index-uint.html: Removed.
* webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Removed.
* webgl/conformance/extensions/oes-standard-derivatives.html: Removed.
* webgl/conformance/extensions/oes-texture-float-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-canvas.html: Removed.
* webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-image-data.html: Removed.
* webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-image.html: Removed.
* webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-video.html: Removed.
* webgl/conformance/extensions/oes-texture-float.html: Removed.
* webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Removed.
* webgl/conformance/extensions/oes-vertex-array-object.html: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-atc-expected.txt: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-atc.html: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-pvrtc-expected.txt: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-pvrtc.html: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Removed.
* webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Removed.
* webgl/conformance/extensions/webgl-debug-renderer-info.html: Removed.
* webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Removed.
* webgl/conformance/extensions/webgl-debug-shaders.html: Removed.
* webgl/conformance/extensions/webgl-depth-texture-expected.txt: Removed.
* webgl/conformance/extensions/webgl-depth-texture.html: Removed.
* webgl/conformance/glsl: Removed.
* webgl/conformance/glsl/functions: Removed.
* webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-abs.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-acos.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-asin.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-atan.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-ceil.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-cos.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-cross.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-distance.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-dot.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-faceforward.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-floor.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-fract.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-length.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-max-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-min-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-mix-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-mod-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-normalize.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-reflect.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-sign.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-sin.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-step-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function.html: Removed.
* webgl/conformance/glsl/implicit: Removed.
* webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/construct_struct.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/equal_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/function_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/greater_than.vert.html: Removed.
* webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Removed.
* webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/less_than.vert.html: Removed.
* webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/less_than_equal.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/literals: Removed.
* webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
* webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
* webgl/conformance/glsl/matrices: Removed.
* webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Removed.
* webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Removed.
* webgl/conformance/glsl/misc: Removed.
* webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Removed.
* webgl/conformance/glsl/misc/attrib-location-length-limits.html: Removed.
* webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Removed.
* webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Removed.
* webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Removed.
* webgl/conformance/glsl/misc/glsl-function-nodes.html: Removed.
* webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Removed.
* webgl/conformance/glsl/misc/glsl-long-variable-names.html: Removed.
* webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Removed.
* webgl/conformance/glsl/misc/glsl-vertex-branch.html: Removed.
* webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Removed.
* webgl/conformance/glsl/misc/large-loop-compile.html: Removed.
* webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Removed.
* webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/non-ascii.vert.html: Removed.
* webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Removed.
* webgl/conformance/glsl/misc/re-compile-re-link.html: Removed.
* webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
* webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
* webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-256-character-define.html: Removed.
* webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-257-character-define.html: Removed.
* webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
* webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Removed.
* webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Removed.
* webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Removed.
* webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Removed.
* webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Removed.
* webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-do-loop.html: Removed.
* webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-error-directive.html: Removed.
* webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-for-loop.html: Removed.
* webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-for-scoping.html: Removed.
* webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Removed.
* webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Removed.
* webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
* webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Removed.
* webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-include.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-long-line.html: Removed.
* webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
* webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-precision.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-reserved-words.html: Removed.
* webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
* webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
* webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Removed.
* webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Removed.
* webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-while-loop.html: Removed.
* webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-without-precision.frag.html: Removed.
* webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Removed.
* webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Removed.
* webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Removed.
* webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Removed.
* webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Removed.
* webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Removed.
* webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
* webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
* webgl/conformance/glsl/misc/shared-expected.txt: Removed.
* webgl/conformance/glsl/misc/shared.html: Removed.
* webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Removed.
* webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Removed.
* webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Removed.
* webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Removed.
* webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Removed.
* webgl/conformance/glsl/misc/uniform-location-length-limits.html: Removed.
* webgl/conformance/glsl/reserved: Removed.
* webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/_webgl_field.vert.html: Removed.
* webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/_webgl_function.vert.html: Removed.
* webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Removed.
* webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Removed.
* webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_field.vert.html: Removed.
* webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_function.vert.html: Removed.
* webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Removed.
* webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_struct.vert.html: Removed.
* webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_variable.vert.html: Removed.
* webgl/conformance/glsl/samplers: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Removed.
* webgl/conformance/glsl/variables: Removed.
* webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Removed.
* webgl/conformance/glsl/variables/gl-fragcoord.html: Removed.
* webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Removed.
* webgl/conformance/glsl/variables/gl-frontfacing.html: Removed.
* webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
* webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
* webgl/conformance/limits: Removed.
* webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Removed.
* webgl/conformance/limits/gl-max-texture-dimensions.html: Removed.
* webgl/conformance/limits/gl-min-attribs-expected.txt: Removed.
* webgl/conformance/limits/gl-min-attribs.html: Removed.
* webgl/conformance/limits/gl-min-textures-expected.txt: Removed.
* webgl/conformance/limits/gl-min-textures.html: Removed.
* webgl/conformance/limits/gl-min-uniforms-expected.txt: Removed.
* webgl/conformance/limits/gl-min-uniforms.html: Removed.
* webgl/conformance/misc: Removed.
* webgl/conformance/misc/bad-arguments-test-expected.txt: Removed.
* webgl/conformance/misc/bad-arguments-test.html: Removed.
* webgl/conformance/misc/boolean-argument-conversion-expected.txt: Removed.
* webgl/conformance/misc/boolean-argument-conversion.html: Removed.
* webgl/conformance/misc/delayed-drawing-expected.txt: Removed.
* webgl/conformance/misc/delayed-drawing.html: Removed.
* webgl/conformance/misc/error-reporting-expected.txt: Removed.
* webgl/conformance/misc/error-reporting.html: Removed.
* webgl/conformance/misc/functions-returning-strings-expected.txt: Removed.
* webgl/conformance/misc/functions-returning-strings.html: Removed.
* webgl/conformance/misc/instanceof-test-expected.txt: Removed.
* webgl/conformance/misc/instanceof-test.html: Removed.
* webgl/conformance/misc/invalid-passed-params-expected.txt: Removed.
* webgl/conformance/misc/invalid-passed-params.html: Removed.
* webgl/conformance/misc/is-object-expected.txt: Removed.
* webgl/conformance/misc/is-object.html: Removed.
* webgl/conformance/misc/null-object-behaviour-expected.txt: Removed.
* webgl/conformance/misc/null-object-behaviour.html: Removed.
* webgl/conformance/misc/object-deletion-behaviour-expected.txt: Removed.
* webgl/conformance/misc/object-deletion-behaviour.html: Removed.
* webgl/conformance/misc/shader-precision-format-expected.txt: Removed.
* webgl/conformance/misc/shader-precision-format.html: Removed.
* webgl/conformance/misc/type-conversion-test-expected.txt: Removed.
* webgl/conformance/misc/type-conversion-test.html: Removed.
* webgl/conformance/misc/uninitialized-test-expected.txt: Removed.
* webgl/conformance/misc/uninitialized-test.html: Removed.
* webgl/conformance/misc/webgl-specific-expected.txt: Removed.
* webgl/conformance/misc/webgl-specific.html: Removed.
* webgl/conformance/more: Removed.
* webgl/conformance/more/conformance: Removed.
* webgl/conformance/more/conformance/constants-expected.txt: Removed.
* webgl/conformance/more/conformance/constants.html: Removed.
* webgl/conformance/more/conformance/getContext-expected.txt: Removed.
* webgl/conformance/more/conformance/getContext.html: Removed.
* webgl/conformance/more/conformance/methods-expected.txt: Removed.
* webgl/conformance/more/conformance/methods.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
* webgl/conformance/more/conformance/webGLArrays-expected.txt: Removed.
* webgl/conformance/more/conformance/webGLArrays.html: Removed.
* webgl/conformance/more/functions: Removed.
* webgl/conformance/more/functions/bindBuffer-expected.txt: Removed.
* webgl/conformance/more/functions/bindBuffer.html: Removed.
* webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/bindBufferBadArgs.html: Removed.
* webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Removed.
* webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Removed.
* webgl/conformance/more/functions/bufferData-expected.txt: Removed.
* webgl/conformance/more/functions/bufferData.html: Removed.
* webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
* webgl/conformance/more/functions/bufferSubData-expected.txt: Removed.
* webgl/conformance/more/functions/bufferSubData.html: Removed.
* webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/bufferSubDataBadArgs.html: Removed.
* webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
* webgl/conformance/more/functions/copyTexImage2D.html: Removed.
* webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
* webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
* webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
* webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
* webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
* webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
* webgl/conformance/more/functions/drawArrays.html: Removed.
* webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
* webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
* webgl/conformance/more/functions/drawElements-expected.txt: Removed.
* webgl/conformance/more/functions/drawElements.html: Removed.
* webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
* webgl/conformance/more/functions/isTests-expected.txt: Removed.
* webgl/conformance/more/functions/isTests.html: Removed.
* webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/isTestsBadArgs.html: Removed.
* webgl/conformance/more/functions/readPixels-expected.txt: Removed.
* webgl/conformance/more/functions/readPixels.html: Removed.
* webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
* webgl/conformance/more/functions/texImage2D-expected.txt: Removed.
* webgl/conformance/more/functions/texImage2D.html: Removed.
* webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
* webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
* webgl/conformance/more/functions/texImage2DHTML.html: Removed.
* webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Removed.
* webgl/conformance/more/functions/texSubImage2D-expected.txt: Removed.
* webgl/conformance/more/functions/texSubImage2D.html: Removed.
* webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
* webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
* webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
* webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Removed.
* webgl/conformance/more/functions/uniformMatrix-expected.txt: Removed.
* webgl/conformance/more/functions/uniformMatrix.html: Removed.
* webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/uniformMatrixBadArgs.html: Removed.
* webgl/conformance/more/functions/uniformf-expected.txt: Removed.
* webgl/conformance/more/functions/uniformf.html: Removed.
* webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Removed.
* webgl/conformance/more/functions/uniformfArrayLen1.html: Removed.
* webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/uniformfBadArgs.html: Removed.
* webgl/conformance/more/functions/uniformi-expected.txt: Removed.
* webgl/conformance/more/functions/uniformi.html: Removed.
* webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/uniformiBadArgs.html: Removed.
* webgl/conformance/more/functions/vertexAttrib-expected.txt: Removed.
* webgl/conformance/more/functions/vertexAttrib.html: Removed.
* webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/vertexAttribBadArgs.html: Removed.
* webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Removed.
* webgl/conformance/more/functions/vertexAttribPointer.html: Removed.
* webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Removed.
* webgl/conformance/more/glsl: Removed.
* webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Removed.
* webgl/conformance/more/glsl/arrayOutOfBounds.html: Removed.
* webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Removed.
* webgl/conformance/more/glsl/uniformOutOfBounds.html: Removed.
* webgl/conformance/ogles: Removed.
* webgl/conformance/ogles/GL: Removed.
* webgl/conformance/ogles/GL/abs: Removed.
* webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/acos: Removed.
* webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/all: Removed.
* webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Removed.
* webgl/conformance/ogles/GL/all/all_001_to_004.html: Removed.
* webgl/conformance/ogles/GL/any: Removed.
* webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Removed.
* webgl/conformance/ogles/GL/any/any_001_to_004.html: Removed.
* webgl/conformance/ogles/GL/array: Removed.
* webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/array/array_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/asin: Removed.
* webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/atan: Removed.
* webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/biConstants: Removed.
* webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/biuDepthRange: Removed.
* webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Removed.
* webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Removed.
* webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds: Removed.
* webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Removed.
* webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Removed.
* webgl/conformance/ogles/GL/ceil: Removed.
* webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/clamp: Removed.
* webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/control_flow: Removed.
* webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Removed.
* webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Removed.
* webgl/conformance/ogles/GL/cos: Removed.
* webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/cross: Removed.
* webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Removed.
* webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Removed.
* webgl/conformance/ogles/GL/default: Removed.
* webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Removed.
* webgl/conformance/ogles/GL/default/default_001_to_001.html: Removed.
* webgl/conformance/ogles/GL/degrees: Removed.
* webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/discard: Removed.
* webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Removed.
* webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Removed.
* webgl/conformance/ogles/GL/distance: Removed.
* webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/dot: Removed.
* webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/equal: Removed.
* webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/exp: Removed.
* webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/exp2: Removed.
* webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/faceforward: Removed.
* webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/floor: Removed.
* webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/fract: Removed.
* webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/functions: Removed.
* webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Removed.
* webgl/conformance/ogles/GL/gl_FragCoord: Removed.
* webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Removed.
* webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Removed.
* webgl/conformance/ogles/GL/gl_FrontFacing: Removed.
* webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Removed.
* webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Removed.
* webgl/conformance/ogles/GL/greaterThan: Removed.
* webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/greaterThanEqual: Removed.
* webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/inversesqrt: Removed.
* webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/length: Removed.
* webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/length/length_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/lessThan: Removed.
* webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/lessThanEqual: Removed.
* webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/log: Removed.
* webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/log/log_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/log2: Removed.
* webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/mat: Removed.
* webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Removed.
* webgl/conformance/ogles/GL/mat3: Removed.
* webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/matrixCompMult: Removed.
* webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Removed.
* webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Removed.
* webgl/conformance/ogles/GL/max: Removed.
* webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/max/max_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/min: Removed.
* webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/min/min_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/mix: Removed.
* webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/mod: Removed.
* webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/normalize: Removed.
* webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/not: Removed.
* webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Removed.
* webgl/conformance/ogles/GL/not/not_001_to_004.html: Removed.
* webgl/conformance/ogles/GL/notEqual: Removed.
* webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/operators: Removed.
* webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Removed.
* webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Removed.
* webgl/conformance/ogles/GL/pow: Removed.
* webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/radians: Removed.
* webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/reflect: Removed.
* webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/refract: Removed.
* webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/sign: Removed.
* webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/sin: Removed.
* webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/smoothstep: Removed.
* webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/sqrt: Removed.
* webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/step: Removed.
* webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/step/step_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/struct: Removed.
* webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Removed.
* webgl/conformance/ogles/GL/swizzlers: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Removed.
* webgl/conformance/ogles/GL/tan: Removed.
* webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/vec: Removed.
* webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Removed.
* webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Removed.
* webgl/conformance/ogles/GL/vec3: Removed.
* webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Removed.
* webgl/conformance/programs: Removed.
* webgl/conformance/programs/get-active-test-expected.txt: Removed.
* webgl/conformance/programs/get-active-test.html: Removed.
* webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
* webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
* webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Removed.
* webgl/conformance/programs/gl-bind-attrib-location-test.html: Removed.
* webgl/conformance/programs/gl-get-active-attribute-expected.txt: Removed.
* webgl/conformance/programs/gl-get-active-attribute.html: Removed.
* webgl/conformance/programs/gl-get-active-uniform-expected.txt: Removed.
* webgl/conformance/programs/gl-get-active-uniform.html: Removed.
* webgl/conformance/programs/gl-getshadersource-expected.txt: Removed.
* webgl/conformance/programs/gl-getshadersource.html: Removed.
* webgl/conformance/programs/gl-shader-test-expected.txt: Removed.
* webgl/conformance/programs/gl-shader-test.html: Removed.
* webgl/conformance/programs/invalid-UTF-16-expected.txt: Removed.
* webgl/conformance/programs/invalid-UTF-16.html: Removed.
* webgl/conformance/programs/program-test-expected.txt: Removed.
* webgl/conformance/programs/program-test.html: Removed.
* webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Removed.
* webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Removed.
* webgl/conformance/reading: Removed.
* webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Removed.
* webgl/conformance/reading/read-pixels-pack-alignment.html: Removed.
* webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
* webgl/conformance/reading/read-pixels-test.html: Removed.
* webgl/conformance/renderbuffers: Removed.
* webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
* webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
* webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Removed.
* webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Removed.
* webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Removed.
* webgl/conformance/renderbuffers/framebuffer-test.html: Removed.
* webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Removed.
* webgl/conformance/renderbuffers/renderbuffer-initialization.html: Removed.
* webgl/conformance/rendering: Removed.
* webgl/conformance/rendering/culling-expected.txt: Removed.
* webgl/conformance/rendering/culling.html: Removed.
* webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Removed.
* webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Removed.
* webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Removed.
* webgl/conformance/rendering/draw-elements-out-of-bounds.html: Removed.
* webgl/conformance/rendering/gl-clear-expected.txt: Removed.
* webgl/conformance/rendering/gl-clear.html: Removed.
* webgl/conformance/rendering/gl-drawelements-expected.txt: Removed.
* webgl/conformance/rendering/gl-drawelements.html: Removed.
* webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Removed.
* webgl/conformance/rendering/gl-scissor-fbo-test.html: Removed.
* webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
* webgl/conformance/rendering/gl-scissor-test.html: Removed.
* webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Removed.
* webgl/conformance/rendering/line-loop-tri-fan.html: Removed.
* webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
* webgl/conformance/rendering/more-than-65536-indices.html: Removed.
* webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
* webgl/conformance/rendering/multisample-corruption.html: Removed.
* webgl/conformance/rendering/point-size-expected.txt: Removed.
* webgl/conformance/rendering/point-size.html: Removed.
* webgl/conformance/rendering/simple-expected.txt: Removed.
* webgl/conformance/rendering/simple.html: Removed.
* webgl/conformance/rendering/triangle-expected.txt: Removed.
* webgl/conformance/rendering/triangle.html: Removed.
* webgl/conformance/state: Removed.
* webgl/conformance/state/gl-enable-enum-test-expected.txt: Removed.
* webgl/conformance/state/gl-enable-enum-test.html: Removed.
* webgl/conformance/state/gl-enum-tests-expected.txt: Removed.
* webgl/conformance/state/gl-enum-tests.html: Removed.
* webgl/conformance/state/gl-get-calls-expected.txt: Removed.
* webgl/conformance/state/gl-get-calls.html: Removed.
* webgl/conformance/state/gl-geterror-expected.txt: Removed.
* webgl/conformance/state/gl-geterror.html: Removed.
* webgl/conformance/state/gl-getstring-expected.txt: Removed.
* webgl/conformance/state/gl-getstring.html: Removed.
* webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
* webgl/conformance/state/gl-object-get-calls.html: Removed.
* webgl/conformance/textures: Removed.
* webgl/conformance/textures/compressed-tex-image-expected.txt: Removed.
* webgl/conformance/textures/compressed-tex-image.html: Removed.
* webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
* webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
* webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Removed.
* webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Removed.
* webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Removed.
* webgl/conformance/textures/gl-get-tex-parameter.html: Removed.
* webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
* webgl/conformance/textures/gl-pixelstorei.html: Removed.
* webgl/conformance/textures/gl-teximage-expected.txt: Removed.
* webgl/conformance/textures/gl-teximage.html: Removed.
* webgl/conformance/textures/mipmap-fbo-expected.txt: Removed.
* webgl/conformance/textures/mipmap-fbo.html: Removed.
* webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
* webgl/conformance/textures/origin-clean-conformance.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
* webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Removed.
* webgl/conformance/textures/tex-image-webgl-expected.txt: Removed.
* webgl/conformance/textures/tex-image-webgl.html: Removed.
* webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Removed.
* webgl/conformance/textures/tex-image-with-format-and-type.html: Removed.
* webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Removed.
* webgl/conformance/textures/tex-image-with-invalid-data.html: Removed.
* webgl/conformance/textures/tex-input-validation-expected.txt: Removed.
* webgl/conformance/textures/tex-input-validation.html: Removed.
* webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Removed.
* webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Removed.
* webgl/conformance/textures/tex-sub-image-2d-expected.txt: Removed.
* webgl/conformance/textures/tex-sub-image-2d.html: Removed.
* webgl/conformance/textures/texparameter-test-expected.txt: Removed.
* webgl/conformance/textures/texparameter-test.html: Removed.
* webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
* webgl/conformance/textures/texture-active-bind-2.html: Removed.
* webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
* webgl/conformance/textures/texture-active-bind.html: Removed.
* webgl/conformance/textures/texture-attachment-formats-expected.txt: Removed.
* webgl/conformance/textures/texture-attachment-formats.html: Removed.
* webgl/conformance/textures/texture-clear-expected.txt: Removed.
* webgl/conformance/textures/texture-clear.html: Removed.
* webgl/conformance/textures/texture-complete-expected.txt: Removed.
* webgl/conformance/textures/texture-complete.html: Removed.
* webgl/conformance/textures/texture-formats-test-expected.txt: Removed.
* webgl/conformance/textures/texture-formats-test.html: Removed.
* webgl/conformance/textures/texture-hd-dpi-expected.txt: Removed.
* webgl/conformance/textures/texture-hd-dpi.html: Removed.
* webgl/conformance/textures/texture-mips-expected.txt: Removed.
* webgl/conformance/textures/texture-mips.html: Removed.
* webgl/conformance/textures/texture-npot-expected.txt: Removed.
* webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
* webgl/conformance/textures/texture-npot-video.html: Removed.
* webgl/conformance/textures/texture-npot.html: Removed.
* webgl/conformance/textures/texture-size-cube-maps-expected.txt: Removed.
* webgl/conformance/textures/texture-size-cube-maps.html: Removed.
* webgl/conformance/textures/texture-size-expected.txt: Removed.
* webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
* webgl/conformance/textures/texture-size-limit.html: Removed.
* webgl/conformance/textures/texture-size.html: Removed.
* webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Removed.
* webgl/conformance/textures/texture-sub-image-cube-maps.html: Removed.
* webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Removed.
* webgl/conformance/textures/texture-transparent-pixels-initialized.html: Removed.
* webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Removed.
* webgl/conformance/textures/texture-upload-cube-maps.html: Removed.
* webgl/conformance/typedarrays: Removed.
* webgl/conformance/typedarrays/array-buffer-crash-expected.txt: Removed.
* webgl/conformance/typedarrays/array-buffer-crash.html: Removed.
* webgl/conformance/typedarrays/array-buffer-view-crash-expected.txt: Removed.
* webgl/conformance/typedarrays/array-buffer-view-crash.html: Removed.
* webgl/conformance/typedarrays/array-unit-tests-expected.txt: Removed.
* webgl/conformance/typedarrays/array-unit-tests.html: Removed.
* webgl/conformance/typedarrays/data-view-crash-expected.txt: Removed.
* webgl/conformance/typedarrays/data-view-crash.html: Removed.
* webgl/conformance/typedarrays/data-view-test-expected.txt: Removed.
* webgl/conformance/typedarrays/data-view-test.html: Removed.
* webgl/conformance/typedarrays/typed-arrays-in-workers-expected.txt: Removed.
* webgl/conformance/typedarrays/typed-arrays-in-workers.html: Removed.
* webgl/conformance/uniforms: Removed.
* webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
* webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
* webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Removed.
* webgl/conformance/uniforms/gl-uniform-bool.html: Removed.
* webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Removed.
* webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Removed.
* webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Removed.
* webgl/conformance/uniforms/gl-unknown-uniform.html: Removed.
* webgl/conformance/uniforms/null-uniform-location-expected.txt: Removed.
* webgl/conformance/uniforms/null-uniform-location.html: Removed.
* webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
* webgl/conformance/uniforms/uniform-default-values.html: Removed.
* webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
* webgl/conformance/uniforms/uniform-location.html: Removed.
* webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
* webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
2014-12-03 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/authentication-redirect tests use the same authentication realm
https://bugs.webkit.org/show_bug.cgi?id=139225
Land custom results for WebKit2, because the format of output is different there.
* platform/wk2/http/tests/misc/authentication-redirect-3: Added.
* platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: Copied from LayoutTests/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt.
2014-12-03 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/authentication-redirect tests use the same authentication realm
https://bugs.webkit.org/show_bug.cgi?id=139225
Reviewed by Tim Horton.
* http/tests/misc/authentication-redirect-1/resources/auth-then-redirect.php:
* http/tests/misc/authentication-redirect-2/resources/auth-then-redirect.php:
* http/tests/misc/authentication-redirect-3/resources/auth-then-redirect-with-url-credentials.php:
* http/tests/misc/authentication-redirect-3/resources/auth-then-redirect.php:
Use different realms.
* http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt:
This test's results no longer depend on previous tests.
2014-12-03 Zalan Bujtas <zalan@apple.com>
ASSERTION: RenderMultiColumnFlowThread::processPossibleSpannerDescendant() when column spanner's parent is not a RenderBlockFlow.
https://bugs.webkit.org/show_bug.cgi?id=139188
rdar://problem/18502182
Reviewed by David Hyatt.
This patch ensures that the validation check for spanner in isValidColumnSpanner() is in synch
with the expectation in RenderMultiColumnFlowThread::processPossibleSpannerDescendant().
(descendant's parent is expected to be a RenderBlockFlow)
* fast/multicol/svg-content-as-column-spanner-crash-expected.txt: Added.
* fast/multicol/svg-content-as-column-spanner-crash.html: Added.
2014-12-03 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Inline text elements with accessible object attributes and/or event handlers are not exposed
https://bugs.webkit.org/show_bug.cgi?id=139071
Reviewed by Chris Fleizach.
* accessibility/roles-exposed.html: New test cases added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test cases.
2014-12-03 Chris Dumez <cdumez@apple.com>
Add layout test for DOM timer throttling in iframe scrolled out of viewport
https://bugs.webkit.org/show_bug.cgi?id=138884
Reviewed by Andreas Kling.
Add a layout test to test that a repeating DOM timer inside an iframe
get throttled if the iframe is scrolled out of the viewport.
* fast/dom/resources/timer-throttling-iframe.html: Added.
* fast/dom/timer-throttle-on-scrolling-iframe-away.html: Added.
2014-12-03 Dan Bernstein <mitz@apple.com>
REGRESSION(r176687): Caused webkit2 test assertion failure crashes in WebKit::WebPage::willStartDrag()
https://bugs.webkit.org/show_bug.cgi?id=139224
Reviewed by Alexey Proskuryakov.
* platform/wk2/TestExpectations: Unskip the tests.
2014-12-03 Mark Lam <mark.lam@apple.com>
Gardening: updating some tests as skips instead of crashes.
<https://webkit.org/b/139224>
Not reviewed.
* platform/wk2/TestExpectations:
2014-12-03 Mark Lam <mark.lam@apple.com>
Gardening: marking some tests as crashes.
<https://webkit.org/b/139224>
Not reviewed.
* platform/wk2/TestExpectations:
2014-12-02 Dean Jackson <dino@apple.com>
[Media] Audio content shouldn't have fullscreen buttons, even if in a video element
https://bugs.webkit.org/show_bug.cgi?id=139200
<rdar://problem/18914506>
Reviewed by Eric Carlson.
Loads an audio file via the video element and checks if the
fullscreen button is visible.
* media/audio-as-video-fullscreen-expected.txt: Added.
* media/audio-as-video-fullscreen.html: Added.
2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
[EFL] Add subtle crypto to the build system
https://bugs.webkit.org/show_bug.cgi?id=138612
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-12-02 Benjamin Poulain <benjamin@webkit.org>
Little cleanup of the default stylesheet
https://bugs.webkit.org/show_bug.cgi?id=139168
Reviewed by Antti Koivisto.
Test the default display type of <map> since it is not longer explicitely set.
* fast/css/map-tag-default-display-expected.html: Added.
* fast/css/map-tag-default-display.html: Added.
* fast/selectors/map-tag-default-display-expected.txt: Added.
* fast/selectors/map-tag-default-display.html: Added.
2014-12-02 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Table captions and table rows are missing from the accessible hierarchy
https://bugs.webkit.org/show_bug.cgi?id=139005
Reviewed by Chris Fleizach.
* accessibility/aria-table-hierarchy.html: Added.
* accessibility/roles-exposed.html: Removed comment pointing to this bug.
* accessibility/table-hierarchy.html: Added.
* platform/efl/accessibility/aria-table-hierarchy-expected.txt: Added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated to reflect new behavior.
* platform/efl/accessibility/table-detection-expected.txt: Updated to reflect new behavior.
* platform/efl/accessibility/table-hierarchy-expected.txt: Added.
* platform/efl/accessibility/table-roles-hierarchy-expected.txt: Added.
* platform/efl/accessibility/table-with-rules-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/aria-table-hierarchy.html: Removed (made into a shared test).
* platform/gtk/accessibility/caret-offsets-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/caret-offsets.html: Modified to handle inclusion of rows.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/table-detection-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/table-hierarchy-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/table-hierarchy.html: Removed (made into a shared test).
* platform/gtk/accessibility/table-roles-hierarchy-expected.txt: Added.
* platform/gtk/accessibility/table-with-rules-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/text-for-range-table-cells.html: Updated to reflect new behavior.
* platform/mac/accessibility/aria-table-hierarchy-expected.txt: Added.
* platform/mac/accessibility/table-hierarchy-expected.txt: Added.
2014-12-02 Chris Dumez <cdumez@apple.com>
Crash when setting 'flex' CSS property to 'calc(2 * 3) calc(2 * 3)'
https://bugs.webkit.org/show_bug.cgi?id=139162
Reviewed by Darin Adler.
Add layout test for calculated value support for 'flex' CSS property.
* fast/css/flex-calculated-value-expected.txt: Added.
* fast/css/flex-calculated-value.html: Added.
2014-12-02 Chris Dumez <cdumez@apple.com>
Crash when setting 'column-span' CSS property to 'calc(2 * 3)'
https://bugs.webkit.org/show_bug.cgi?id=139170
Reviewed by Darin Adler.
Add layout tests to test calculated values for 'column-span'
and 'column-width' CSS properties.
* fast/css/column-width-calculated-value-expected.txt: Added.
* fast/css/column-width-calculated-value.html: Added.
* fast/css/webkit-column-span-calculated-value-expected.txt: Added.
* fast/css/webkit-column-span-calculated-value.html: Added.
2014-12-02 Sylvain Galineau <galineau@adobe.com>
Missing support for innerHTML on SVGElement
https://bugs.webkit.org/show_bug.cgi?id=136903
Reviewed by Dean Jackson.
* js/dom/dom-static-property-for-in-iteration-expected.txt: The property enumeration order is different now that inner/outerHTML are inherited from Element
* platform/mac/svg/in-html/svg-inner-html-expected.png: Added.
* svg/css/svg-attribute-length-parsing-expected.txt:
Now that innerHTML works, the output should start with 'Test'
* svg/in-html/svg-inner-html-expected.txt: Added.
* svg/in-html/svg-inner-html.html: Added.
2014-12-02 Andrzej Badowski <a.badowski@samsung.com>
REGRESSION(r176122): [GTK] Layout Test platform/gtk/accessibility/table-hierarchy.html fails.
https://bugs.webkit.org/show_bug.cgi?id=139125
Reviewed by Chris Fleizach.
Update test and expectation to fix regression.
* platform/gtk/accessibility/table-hierarchy-expected.txt:
* platform/gtk/accessibility/table-hierarchy.html:
2014-12-01 Benjamin Poulain <benjamin@webkit.org>
Add the dynamic specificity of the selector list argument when matching :nth-child() and :nth-last-child()
https://bugs.webkit.org/show_bug.cgi?id=139001
Reviewed by Andreas Kling.
* fast/css/nth-child-specificity-1-expected.html: Added.
* fast/css/nth-child-specificity-1.html: Added.
* fast/css/nth-child-specificity-2-expected.html: Added.
* fast/css/nth-child-specificity-2.html: Added.
* fast/css/nth-child-specificity-3-expected.html: Added.
* fast/css/nth-child-specificity-3.html: Added.
* fast/css/nth-child-specificity-4-expected.html: Added.
* fast/css/nth-child-specificity-4.html: Added.
* fast/css/nth-last-child-specificity-1-expected.html: Added.
* fast/css/nth-last-child-specificity-1.html: Added.
* fast/css/nth-last-child-specificity-2-expected.html: Added.
* fast/css/nth-last-child-specificity-2.html: Added.
* fast/css/nth-last-child-specificity-3-expected.html: Added.
* fast/css/nth-last-child-specificity-3.html: Added.
* fast/css/nth-last-child-specificity-4-expected.html: Added.
* fast/css/nth-last-child-specificity-4.html: Added.
2014-12-01 Zalan Bujtas <zalan@apple.com>
Twitter avatar moves when hovering/unhovering the "follow" button.
https://bugs.webkit.org/show_bug.cgi?id=139147
rdar://problem/19096508
Reviewed by Simon Fraser.
This patch ensures that the out of flow positioned render boxes (RenderReplaced) do not
get repositioned when their inline box wrappers move.
Ideally, out of flow positioned renderers do not have inline wrappers by the time we start
placing inline boxes, but in certain case (optimized code path for descendantsHaveSameLineHeightAndBaseline()),
they are still part of the inline box tree.
This patch prevents those renderer boxes from getting positioned as part of the inline box placement.
They will get removed later at RenderBlockFlow::computeBlockDirectionPositionsForLine().
* fast/inline/out-of-flow-positioned-render-replaced-box-moves-expected.html: Added.
* fast/inline/out-of-flow-positioned-render-replaced-box-moves.html: Added.
2014-12-01 Daniel Bates <dabates@apple.com>
[iOS] Unskip LayoutTests/dom tests
* platform/ios-simulator/TestExpectations:
2014-12-01 Chris Dumez <cdumez@apple.com>
Take into consideration canvas drawing for throttling DOM timers
https://bugs.webkit.org/show_bug.cgi?id=139140
<rdar://problem/19102218>
Reviewed by Andreas Kling.
Add layout tests to test that we take into consideration canvas drawing
when considering if we should throttle DOM timers.
* fast/canvas/canvas-inside-viewport-timer-throttling-expected.txt: Added.
* fast/canvas/canvas-inside-viewport-timer-throttling.html: Added.
* fast/canvas/canvas-outside-viewport-timer-throttling-expected.txt: Added.
* fast/canvas/canvas-outside-viewport-timer-throttling.html: Added.
2014-12-01 Myles C. Maxfield <mmaxfield@apple.com>
Crash in Font::dashesForIntersectionsWithRect() due to underlining SVG fonts
https://bugs.webkit.org/show_bug.cgi?id=139158
Reviewed by Simon Fraser.
Test for no crashes when the primary SimpleFontData and the first character's
SimpleFontData differ in their SVG-ness.
* fast/css3-text/css3-text-decoration/text-decoration-skip/decoration-skip-crash-fallback-svg-expected.html: Added.
* fast/css3-text/css3-text-decoration/text-decoration-skip/decoration-skip-crash-fallback-svg.html: Added.
2014-12-01 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/crypto
* platform/ios-simulator/TestExpectations:
2014-12-01 Daniel Bates <dabates@apple.com>
[iOS] Skip some animation tests that time out in iOS WebKit2
* platform/ios-simulator-wk2/TestExpectations: Added.
2014-12-01 Alexey Proskuryakov <ap@apple.com>
http tests should not use shared temporary files, part 3
https://bugs.webkit.org/show_bug.cgi?id=139135
Reviewed by Tim Horton.
Fix ping tests, using the same techniques as before.
* http/tests/navigation/image-load-in-unload-handler.html:
* http/tests/navigation/ping-cross-origin-from-https.html:
* http/tests/navigation/resources/check-ping.php:
* http/tests/navigation/resources/delete-ping.php:
* http/tests/navigation/resources/image-load-in-unload-handler-2.html: Copied from LayoutTests/http/tests/navigation/resources/ping-redirect.html.
* http/tests/navigation/resources/ping-file-path.php: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/resources/report-file-path.php.
* http/tests/navigation/resources/ping-redirect.html: Removed.
* http/tests/navigation/resources/save-Ping.php:
2014-12-01 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/11358748> http/tests/multipart/multipart-wait-before-boundary.html fails on ML as of r115745
Looks like it no longer fails.
* platform/mac/TestExpectations:
* platform/wk2/TestExpectations:
Removed it from test expectations.
2014-12-01 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: DOMExceptions do not show the error message string in Pause Reason section
https://bugs.webkit.org/show_bug.cgi?id=138988
Reviewed by Timothy Hatcher.
* inspector/debugger/command-line-api-exception-expected.txt:
2014-12-01 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Unset timestamps of trackbuffers during Reset Parser State algorithm.
https://bugs.webkit.org/show_bug.cgi?id=139075.
Reviewed by Jer Noble.
Specification requires from us to unset timestamps for trackBuffers during abort() method.
Tests appendBuffer() with first sync sample, then aborts after a few more samples, and emits
a few more non-sync samples, so they should be dropped, as trackBuffer will have
needRandomAccessFlag set.
* media/media-source/media-source-append-nonsync-sample-after-abort-expected.txt: Added.
* media/media-source/media-source-append-nonsync-sample-after-abort.html: Added.
2014-11-28 Andrzej Badowski <a.badowski@samsung.com>
[ATK] Allowing the use of AccessibilityUIElement::columnHeaders method for table.
https://bugs.webkit.org/show_bug.cgi?id=139044
Reviewed by Chris Fleizach.
ATK method AccessibilityUIElement::columnHeaders currently focused only on the object table cell.
The proposed solution will enable the use of this method for the object table.
Existing test shows the result.
* accessibility/table-column-headers-with-captions.html: Updated for ATK platform.
* platform/efl/accessibility/table-column-headers-with-captions-expected.txt: Added.
* platform/gtk/TestExpectations: Updated for GTK.
* platform/gtk/accessibility/table-column-headers-with-captions-expected.txt: Added.
2014-11-27 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Meter and Option elements do not expose their id attribute
https://bugs.webkit.org/show_bug.cgi?id=139017
Reviewed by Mario Sanchez Prada.
* accessibility/roles-exposed.html: Unskipped the meter element test.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated to reflect fixes.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated to reflect fixes.
2014-11-27 Hunseop Jeong <hs85.jeong@samsung.com>
[GTK] Unreviewed GTK gardening.
https://bugs.webkit.org/show_bug.cgi?id=139061
rebaseline after r176354.
* platform/gtk/fast/multicol/tall-image-behavior-expected.png: Added.
* platform/gtk/fast/multicol/tall-image-behavior-expected.txt: Added.
* platform/gtk/fast/multicol/tall-image-behavior-lr-expected.png: Added.
* platform/gtk/fast/multicol/tall-image-behavior-lr-expected.txt: Added.
* platform/gtk/fast/multicol/tall-image-behavior-rl-expected.png: Added.
* platform/gtk/fast/multicol/tall-image-behavior-rl-expected.txt: Added.
2014-11-26 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] Unreviewed EFL gardening after r176354.
https://bugs.webkit.org/show_bug.cgi?id=139060
rebaseline after r176354.
* platform/efl/fast/multicol/tall-image-behavior-expected.png: Added.
* platform/efl/fast/multicol/tall-image-behavior-expected.txt: Added.
* platform/efl/fast/multicol/tall-image-behavior-lr-expected.png: Added.
* platform/efl/fast/multicol/tall-image-behavior-lr-expected.txt: Added.
* platform/efl/fast/multicol/tall-image-behavior-rl-expected.png: Added.
* platform/efl/fast/multicol/tall-image-behavior-rl-expected.txt: Added.
2014-11-25 Sukolsak Sakshuwong <sukolsak@gmail.com>
Add parsing for :dir()
https://bugs.webkit.org/show_bug.cgi?id=138932
Reviewed by Benjamin Poulain.
* 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/selectors/invalid-functional-pseudo-class-expected.txt:
* fast/selectors/invalid-functional-pseudo-class.html:
2014-11-25 Alejandro G. Castro <alex@igalia.com>
Unreviewed, upload two missing test files in the commit r174677.
* mathml/presentation/mo-stretch-update-expected.html: Added.
* mathml/presentation/mo-stretch-update.html: Added.
2014-11-24 Dhi Aurrahman <diorahman@rockybars.com>
Fix the parsing and re-serialization of :lang pseudo class selector when it has multiple arguments with same value
https://bugs.webkit.org/show_bug.cgi?id=139013
Reviewed by Benjamin Poulain.
Updated tests to verify the parsing and serialization of :lang pseudo class
selector when it has multiple arguments with same value.
* fast/css/css-selector-text-expected.txt: Updated to cover fix.
* fast/css/css-selector-text.html: Updated to cover fix.
2014-11-24 Antti Koivisto <antti@apple.com>
Avoid String concatenation with line break iterator
https://bugs.webkit.org/show_bug.cgi?id=139034
Reviewed by Zalan Bujtas.
Test that there is no implicit break point between Text nodes.
* fast/text/simple-lines-multiple-renderers-break-expected.html: Added.
* fast/text/simple-lines-multiple-renderers-break.html: Added.
2014-11-24 Zalan Bujtas <zalan@apple.com>
SimpleLineLayout::canUseFor() should iterate through RenderTexts to check if their content is eligible for simple line layout.
https://bugs.webkit.org/show_bug.cgi?id=139007
Reviewed by Antti Koivisto.
* fast/text/simple-line-layout-multiple-renderers-non-breaking-space-expected.html: Added.
* fast/text/simple-line-layout-multiple-renderers-non-breaking-space.html: Added.
* fast/text/simple-line-layout-multiple-renderers-with-float-expected.html: Added.
* fast/text/simple-line-layout-multiple-renderers-with-float.html: Added.
2014-11-24 Zalan Bujtas <zalan@apple.com>
Simple line layout: fast/text/simple-lines-multiple-renderers test has the wrong content.
https://bugs.webkit.org/show_bug.cgi?id=139036
Swap simple-lines-multiple-renderers.html and simple-lines-multiple-renderers-expected.html
* fast/text/simple-lines-multiple-renderers-expected.html:
* fast/text/simple-lines-multiple-renderers.html:
2014-11-24 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Unskip the skipped ATK tests in roles-exposed.html
https://bugs.webkit.org/show_bug.cgi?id=139016
Reviewed by Chris Fleizach.
* accessibility/roles-exposed.html: Unskipped a bunch of tests.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for unskipped tests.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for unskipped tests.
2014-11-22 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Accessible names missing for imagemap images and links
https://bugs.webkit.org/show_bug.cgi?id=127288
New and updated tests to reflect the expected role, accessible hierarchy,
and exposure of the alternative text for each platform.
Reviewed by Chris Fleizach.
* accessibility/image-with-alt-and-map.html: Added.
* accessibility/roles-exposed.html: Added some more elements to the test.
* platform/efl/accessibility/image-map1-expected.txt: Added.
* platform/efl/accessibility/image-map2-expected.txt: Updated to reflect fix.
* platform/efl/accessibility/image-with-alt-and-map-expected.txt: Added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/gtk/accessibility/image-map1-expected.txt: Added.
* platform/gtk/accessibility/image-map2-expected.txt: Updated to reflect fix.
* platform/gtk/accessibility/image-with-alt-and-map-expected.txt: Added.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac/accessibility/image-with-alt-and-map-expected.txt: Added.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for added elements.
2014-11-21 Chris Dumez <cdumez@apple.com>
Throttled DOMTimers can prevent their document from being garbage collected
https://bugs.webkit.org/show_bug.cgi?id=138915
Reviewed by Andreas Kling.
Improve fast/dom/throttled-timer-running-on-document-destruction.html
layout test to cover the case where the throttled timer is changing the
style of an element on the *same* document when the document is
destroyed.
* fast/dom/resources/frame-with-throttled-timer-animating-element-other-document.html: Renamed from LayoutTests/fast/dom/resources/frame-with-throttled-timer.html.
* fast/dom/resources/frame-with-throttled-timer-animating-element-same-document.html: Added.
* fast/dom/throttled-timer-running-on-document-destruction.html:
2014-11-21 Chris Dumez <cdumez@apple.com>
[iOS] Regression(r176202): line-height is wrong on marco.org
https://bugs.webkit.org/show_bug.cgi?id=138970
Reviewed by Simon Fraser.
Add layout test to cover line-height CSS property and its interaction
with -webkit-text-size-adjust.
* fast/css/line-height-text-autosizing-expected.txt: Added.
* fast/css/line-height-text-autosizing.html: Added.
* platform/ios-simulator/fast/css/line-height-text-autosizing-expected.txt: Added.
2014-11-21 Chris Fleizach <cfleizach@apple.com>
AX: Unclear that user and password are autofilled, no VoiceOver version of the yellow outline.
https://bugs.webkit.org/show_bug.cgi?id=138904
Reviewed by Mario Sanchez Prada.
* accessibility/auto-filled-value.html: Added.
* platform/mac/accessibility/auto-filled-value-expected.txt: Added.
2014-11-21 Michael Saboff <msaboff@apple.com>
Allocate local ScopeChain register
https://bugs.webkit.org/show_bug.cgi?id=138793
Reviewed by Geoffrey Garen.
New test that sets a breakpoint in a callee of a DFG caller. While stopped in the
breakpoint, it modifies a global via the scope chain of the DFG caller as well as
a local of the DFG caller.
* inspector-protocol/debugger/resources/breakpoint.js:
(notInlineable3):
(dfgWithoutInline3):
* inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local-expected.txt: Added.
* inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html: Added.
2014-11-21 Glenn Adams <glenn@skynav.com> and Myles C. Maxfield <mmaxfield@apple.com>
CSS3: line-break property support
https://bugs.webkit.org/show_bug.cgi?id=89235
Reviewed by Eric Seidel and Dave Hyatt.
* platform/mac/TestExpectations: Mark css3/line-break tests as passing.
2014-11-21 Zalan Bujtas <zalan@apple.com>
REGRESSION(r175259) Simple line layout text measuring behavior changed.
https://bugs.webkit.org/show_bug.cgi?id=138947
rdar://problem/19050653
Reviewed by Antti Koivisto.
In certain cases, when block flow needs to compute the preferred width of a particular text
renderer, we use the non-simple line layout text measuring.
However, the same text renderer might end up at simple line layout later.
Complex line layout measures text including the trailing space and it subtracts
(the constant value of) space width afterwards, while simple line layout measures
runs without the extra space.
In such cases, this may result different word widths and produce unexpected line breaking. (preferred width != final width)
In long term, any text renderer qualified for simple line layout should go through the simple
text measuring code path. (https://bugs.webkit.org/show_bug.cgi?id=138973)
For now, just copy complex line layout behaviour. This also matches the previous simple line layout line breaking implementation.
* fast/text/simple-line-text-measuring-with-trailing-space-expected.html: Added.
* fast/text/simple-line-text-measuring-with-trailing-space.html: Added.
2014-11-21 Chris Dumez <cdumez@apple.com>
Crash when setting 'transition-delay' CSS property to a calculated value
https://bugs.webkit.org/show_bug.cgi?id=138784
Reviewed by Sam Weinig.
Add a layout test to check that setting the 'transition-delay' CSS
property to a calculated value does not crash and works as intended.
* fast/css/transition-delay-calculated-value-expected.txt: Added.
* fast/css/transition-delay-calculated-value.html: Added.
2014-11-20 Roger Fong <roger_fong@apple.com>
Two WebGL tests try to use an external resource.
https://bugs.webkit.org/show_bug.cgi?id=138936.
Reviewed by Alexey Proskuryakov.
* http/tests/resources/square128.png: Added.
* http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html:
* http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html:
* http/tests/webgl/1.0.2/texImage2DHTML-expected.txt:
* http/tests/webgl/1.0.2/texSubImage2DHTML-expected.txt:
2014-11-21 Chris Dumez <cdumez@apple.com>
Regression(r175381): -webkit-mask-box-image is broken
https://bugs.webkit.org/show_bug.cgi?id=138969
<rdar://problem/19054471>
Reviewed by Simon Fraser.
Add a layout test to add basic coverage for -webkit-mask-box-image
CSS property.
* fast/css/resources/mask.png: Added.
* fast/css/webkit-mask-box-image.html: Added.
* fast/css/webkit-mask-box-image-expected.html: Added
2014-11-21 Chris Dumez <cdumez@apple.com>
Crash when setting 'font' CSS property to 'calc(2 * 3)'
https://bugs.webkit.org/show_bug.cgi?id=138933
Reviewed by Darin Adler.
Add a layout test to cover the case where the 'font' CSS property is
set to a value whose weight is a calculated value, to make sure it
does not crash and behaves as intended.
* fast/css/font-calculated-value-expected.txt: Added.
* fast/css/font-calculated-value.html: Added.
2014-11-21 Bear Travis <betravis@gmail.com>
[CSS Font Loading] Switch to dispatching events asynchronously
https://bugs.webkit.org/show_bug.cgi?id=138755
Reviewed by Simon Fraser.
Refactoring tests to check for all events only after the FontLoader
itself has completed. Tests were previously checking after a specific font
had loaded, at which point some of the events may have yet to fire.
* fast/css/fontloader-multiple-faces-download-error-expected.txt:
* fast/css/fontloader-multiple-faces-download-error.html:
* fast/css/fontloader-multiple-faces-expected.txt:
* fast/css/fontloader-multiple-faces.html:
* fast/css/fontloader-multiple-families-expected.txt:
* fast/css/fontloader-multiple-families.html:
* fast/css/fontloader-svg-select-expected.txt: Added
* fast/css/fontloader-svg-select.svg: Added
2014-11-21 Chris Fleizach <cfleizach@apple.com>
AX: MathML expressions are misread by VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=138948
Reviewed by Mario Sanchez Prada.
* platform/mac/accessibility/mathml-root-expected.txt: Added.
* platform/mac/accessibility/mathml-root.html: Added.
2014-11-20 Daniel Bates <dabates@apple.com>
[iOS] Skip some tests that fail with stderr
* platform/ios-simulator/TestExpectations:
2014-11-20 Zalan Bujtas <zalan@apple.com>
REGRESSION (174986): CSS clip property is ignored when border-radius is present.
https://bugs.webkit.org/show_bug.cgi?id=138935
rdar://problem/18965984
Reviewed by Simon Fraser.
Revert back to r163382 and fix bug 127729 properly. Save the graphics context when paint and clip rects are
the same, but the clip rect has radius.
Each iteration on ::clipRect() from r163382 onwards just introduced yet another regression.
* fast/clip/css-clip-does-not-work-when-border-radius-is-present-expected.html: Added.
* fast/clip/css-clip-does-not-work-when-border-radius-is-present.html: Added.
2014-11-20 Dean Jackson <dino@apple.com>
Support unprefixed animation event types
https://bugs.webkit.org/show_bug.cgi?id=138931
<rdar://problem/18943167>
Reviewed by Simon Fraser.
Add a test for unprefixed animation event names, as well
as a test that ensures we don't get multiple dispatches if
we're still listening for the old events.
And for the older tests, just add the new things from the
window namespace.
* animations/unprefixed-events-expected.txt: Added.
* animations/unprefixed-events-mixed-with-prefixed-expected.txt: Added.
* animations/unprefixed-events-mixed-with-prefixed.html: Added.
* animations/unprefixed-events.html: Added.
* fast/events/event-creation-expected.txt:
* fast/events/event-creation.html:
* js/dom/constructor-length.html:
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/constructor-length-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/constructor-length-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/constructor-length-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2014-11-20 Daniel Bates <dabates@apple.com>
[iOS] Update TestExpectation file for LayoutTests/canvas tests
Also skip some LayoutTests/animation tests that are flaky or fail due to an assertion failure.
* platform/ios-simulator/TestExpectations:
2014-11-20 Alexey Proskuryakov <ap@apple.com>
Skip flaky inspector-protocol/debugger tests.
webkit.org/b/100846, webkit.org/b/136715
* platform/mac/TestExpectations:
2014-11-20 Alexey Proskuryakov <ap@apple.com>
http tests should not use shared temporary files, part 2
https://bugs.webkit.org/show_bug.cgi?id=138894
Rubber-stamped by Tim Horton.
Made more scripts that access local files use per-test files. Some tests could use
HTTP referrer, others needed explicit parameters.
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow.html:
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block.html:
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty.html:
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter.html:
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid.html:
* http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-from-child-frame.html:
* http/tests/security/contentSecurityPolicy/resources/echo-report.php:
* http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html: Removed.
* http/tests/security/contentSecurityPolicy/resources/generate-csp-report.php: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html.
* http/tests/security/contentSecurityPolicy/resources/go-to-echo-report.php: Added.
* http/tests/security/contentSecurityPolicy/resources/reflected-xss-and-xss-protection.js:
(testMixedHeader):
* http/tests/security/contentSecurityPolicy/resources/report-file-path.php: Added.
* http/tests/security/contentSecurityPolicy/resources/save-report.php:
* http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash.html:
* http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-location.html:
* http/tests/security/xssAuditor/block-does-not-leak-referrer.html:
* http/tests/security/xssAuditor/cookie-injection-expected.txt:
* http/tests/security/xssAuditor/cookie-injection.html:
* http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
* http/tests/security/xssAuditor/embed-tag-code-attribute-2.html:
* http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
* http/tests/security/xssAuditor/embed-tag-code-attribute.html:
* http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/embed-tag-control-char.html:
* http/tests/security/xssAuditor/embed-tag-expected.txt:
* http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
* http/tests/security/xssAuditor/embed-tag-javascript-url.html:
* http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/embed-tag-null-char.html:
* http/tests/security/xssAuditor/embed-tag.html:
* http/tests/security/xssAuditor/faux-script1.html:
* http/tests/security/xssAuditor/faux-script2.html:
* http/tests/security/xssAuditor/faux-script3.html:
* http/tests/security/xssAuditor/form-action-expected.txt:
* http/tests/security/xssAuditor/form-action.html:
* http/tests/security/xssAuditor/formaction-on-button-expected.txt:
* http/tests/security/xssAuditor/formaction-on-button.html:
* http/tests/security/xssAuditor/formaction-on-input-expected.txt:
* http/tests/security/xssAuditor/formaction-on-input.html:
* http/tests/security/xssAuditor/frameset-injection-expected.txt:
* http/tests/security/xssAuditor/frameset-injection.html:
* http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
* http/tests/security/xssAuditor/full-block-get-from-iframe.html:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url.html:
* http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
* http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
* http/tests/security/xssAuditor/full-block-link-onclick.html:
* http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-object-tag.html:
* http/tests/security/xssAuditor/full-block-post-from-iframe.html:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html:
* http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-with-source.html:
* http/tests/security/xssAuditor/full-block-script-tag.html:
* http/tests/security/xssAuditor/get-from-iframe-expected.txt:
* http/tests/security/xssAuditor/get-from-iframe.html:
* http/tests/security/xssAuditor/iframe-injection-allowed-2.html:
* http/tests/security/xssAuditor/iframe-injection-allowed-3.html:
* http/tests/security/xssAuditor/iframe-injection-allowed.html:
* http/tests/security/xssAuditor/iframe-injection-expected.txt:
* http/tests/security/xssAuditor/iframe-injection.html:
* 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-more-encoding.html:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode.html:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2.html:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3.html:
* http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-url-encoded.html:
* http/tests/security/xssAuditor/iframe-javascript-url.html:
* http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
* http/tests/security/xssAuditor/iframe-onload-GBK-char.html:
* http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
* http/tests/security/xssAuditor/iframe-onload-in-svg-tag.html:
* http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
* http/tests/security/xssAuditor/iframe-srcdoc.html:
* http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-GBK-char.html:
* http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-accented-char.html:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char.html:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2.html:
* http/tests/security/xssAuditor/img-onerror-tricky.html:
* http/tests/security/xssAuditor/img-tag-with-comma-expected.txt:
* http/tests/security/xssAuditor/img-tag-with-comma.html:
* http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
* http/tests/security/xssAuditor/inline-event-HTML-entities.html:
* http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
* http/tests/security/xssAuditor/link-onclick-ampersand.html:
* http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
* http/tests/security/xssAuditor/link-onclick-control-char.html:
* http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
* http/tests/security/xssAuditor/link-onclick-entities.html:
* http/tests/security/xssAuditor/link-onclick-expected.txt:
* http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
* http/tests/security/xssAuditor/link-onclick-null-char.html:
* http/tests/security/xssAuditor/link-onclick.html:
* http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
* http/tests/security/xssAuditor/link-opens-new-window.html:
* http/tests/security/xssAuditor/malformed-HTML-expected.txt:
* http/tests/security/xssAuditor/malformed-HTML.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-1.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-2.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-3.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-4.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-5.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-6.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-7.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-8.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-9.html:
* http/tests/security/xssAuditor/no-protection-script-tag.html:
* 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-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/open-event-handler-iframe-expected.txt:
* http/tests/security/xssAuditor/open-event-handler-iframe.html:
* http/tests/security/xssAuditor/open-iframe-src-03-expected.txt:
* http/tests/security/xssAuditor/open-iframe-src-03.html:
* http/tests/security/xssAuditor/post-from-iframe.html:
* http/tests/security/xssAuditor/report-script-tag-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-full-block.html:
* http/tests/security/xssAuditor/report-script-tag-replace-state-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-replace-state.html:
* http/tests/security/xssAuditor/report-script-tag.html:
* http/tests/security/xssAuditor/resources/echo-intertag.pl:
* http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode.html:
* http/tests/security/xssAuditor/script-tag-Big5-char.html:
* http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char2.html:
* http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-control-char.html:
* http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
* http/tests/security/xssAuditor/script-tag-convoluted.html:
* http/tests/security/xssAuditor/script-tag-entities-expected.txt:
* http/tests/security/xssAuditor/script-tag-entities.html:
* http/tests/security/xssAuditor/script-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-expression-follows-expected.txt:
* http/tests/security/xssAuditor/script-tag-expression-follows.html:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag.html:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag2.html:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag3.html:
* http/tests/security/xssAuditor/script-tag-near-start-expected.txt:
* http/tests/security/xssAuditor/script-tag-near-start.html:
* http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-null-char.html:
* http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
* http/tests/security/xssAuditor/script-tag-open-redirect.html:
* http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-control-char.html:
* 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-post-null-char.html:
* http/tests/security/xssAuditor/script-tag-post.html:
* http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
* http/tests/security/xssAuditor/script-tag-redirect.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode5.html:
* http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-actual-comma.html:
* http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-callbacks.html:
* http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-comma-01.html:
* http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-comma-02.html:
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html:
* http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html:
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html:
* http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-control-char.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url2.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url3.html:
* http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-double-quote.html:
* http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-entities.html:
* 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-no-quote.html:
* http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-null-char.html:
* http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-relative-scheme.html:
* http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query.html:
* http/tests/security/xssAuditor/script-tag-with-source-same-host.html:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-01.html:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-02.html:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-03.html:
* http/tests/security/xssAuditor/script-tag-with-source.html:
* http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment2.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment3.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment5.html:
* http/tests/security/xssAuditor/script-tag.html:
* http/tests/security/xssAuditor/svg-animate-expected.txt:
* http/tests/security/xssAuditor/svg-animate.html:
* http/tests/security/xssAuditor/svg-script-tag-expected.txt:
* http/tests/security/xssAuditor/svg-script-tag.html:
* http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-big5.html:
* http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-sjis.html:
* http/tests/security/xssAuditor/xss-protection-parsing-01.html:
* http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-02.html:
* http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-03.html:
* http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-04.html:
2014-11-20 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/animations
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/animations/3d/replace-filling-transform-expected.txt: Added.
* platform/ios-simulator/animations/animation-offscreen-to-onscreen-expected.txt: Added.
* platform/ios-simulator/animations/missing-values-first-keyframe-expected.txt: Added.
* platform/ios-simulator/animations/missing-values-last-keyframe-expected.txt: Added.
* platform/ios-simulator/animations/opacity-transform-animation-expected.txt: Added.
* platform/ios-simulator/animations/suspend-transform-animation-expected.txt: Added.
2014-11-20 Eric Carlson <eric.carlson@apple.com>
Update media/track/track-in-band-cues-added-once.html to make failures easier to diagnose
https://bugs.webkit.org/show_bug.cgi?id=138908
Reviewed by Alexey Proskuryakov.
* media/track/track-in-band-cues-added-once.html: Update test to remove one potential
source of flakeyness and to do more logging in the event of a failure to make debugging
failures simpler.
* media/track/track-in-band-cues-added-once-expected.txt:
2014-11-20 Daniel Bates <dabates@apple.com>
[iOS] Temporarily skip almost all DRT tests
Towards updating the expected results on iOS, temporarily skip running almost
all DRT tests on iOS. We'll subsequently un-skip tests as we land updated/new
expected results for them.
* platform/ios-simulator/TestExpectations:
2014-11-20 Yusuke Suzuki <utatane.tea@gmail.com>
Rename String.prototype.contains to String.prototype.includes
https://bugs.webkit.org/show_bug.cgi?id=138923
Reviewed by Geoffrey Garen.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/string-includes.js: Renamed from LayoutTests/js/script-tests/string-contains.js.
(stringToSearchIn.toString):
(startOffset.valueOf):
(matchString.toString):
(endOffset.valueOf):
* js/string-includes-expected.txt: Renamed from LayoutTests/js/string-contains-expected.txt.
* js/string-includes.html: Renamed from LayoutTests/js/string-contains.html.
2014-11-20 Chris Dumez <cdumez@apple.com>
Crash when destroying a Document that has a throttled timer still running
https://bugs.webkit.org/show_bug.cgi?id=138914
Reviewed by Benjamin Poulain.
Add a layout test to test the case where a Document gets destroyed while
throttled timer is still running.
* fast/dom/resources/frame-with-throttled-timer.html: Added.
* fast/dom/throttled-timer-running-on-document-destruction-expected.txt: Added.
* fast/dom/throttled-timer-running-on-document-destruction.html: Added.
2014-11-20 Zalan Bujtas <zalan@apple.com>
Simple line layout: Introduce text fragment continuation.
https://bugs.webkit.org/show_bug.cgi?id=138274
Rebaseline for simple line layout's multiple rendere support.
Reviewed by Antti Koivisto.
* fast/text/simple-lines-multiple-renderers-expected.html: Added.
* fast/text/simple-lines-multiple-renderers.html: Added.
* fast/tokenizer/script_extra_close-expected.txt: Multiple tab characters should collapse into a single whitespace. This
needs fixing in complex line layout.
* tables/mozilla/bugs/bug157890-expected.txt: no-op endofline run is added by complex inline layout
when multiple text content is injected through JS into a <pre>. This requires fixing complex line layout.
2014-11-20 Mark Lam <mark.lam@apple.com>
WTFCrashWithSecurityImplication under SpeculativeJIT::compile() when loading a page from theblaze.com.
<https://webkit.org/b/137642>
Reviewed by Filip Pizlo.
* js/dfg-inline-identity-expected.txt: Added.
* js/dfg-inline-identity.html: Added.
* js/script-tests/dfg-inline-identity.js: Added.
(o.toKey):
(foo):
(test):
2014-11-20 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176396.
https://bugs.webkit.org/show_bug.cgi?id=138926
revealed some WebCore::BidiResolver issue. rollout this for
now. (Requested by zalan on #webkit).
Reverted changeset:
"Simple line layout: Introduce text fragment continuation."
https://bugs.webkit.org/show_bug.cgi?id=138274
http://trac.webkit.org/changeset/176396
2014-11-20 Zalan Bujtas <zalan@apple.com>
Simple line layout: Introduce text fragment continuation.
https://bugs.webkit.org/show_bug.cgi?id=138274
Rebaseline for simple line layout's multiple rendere support.
Reviewed by Antti Koivisto.
* fast/text/simple-lines-multiple-renderers-expected.html: Added.
* fast/text/simple-lines-multiple-renderers.html: Added.
* fast/tokenizer/script_extra_close-expected.txt: Multiple tab characters should collapse into a single whitespace. This
needs fixing in complex line layout.
* tables/mozilla/bugs/bug157890-expected.txt: no-op endofline run is added by complex inline layout
when multiple text content is injected through JS into a <pre>. This requires fixing complex line layout.
2014-11-19 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Upright vertical text is completely broken for multi-code-unit codepoints
https://bugs.webkit.org/show_bug.cgi?id=138891
Reviewed by Dan Bernstein.
Make sure a single upright vertical multi-code-unit codepoint is rendered the same as
the same codepoint rendered horizontally.
* platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html: Added.
* platform/mac/fast/text/multiple-codeunit-vertical-upright.html: Added.
* platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Added.
2014-11-16 Sam Weinig <sam@webkit.org>
Move the 'quotes' CSS property to the new StyleBuilder
https://bugs.webkit.org/show_bug.cgi?id=138788
Reviewed by Chris Dumez.
Add a test for the behavior of non-valid primitive identifiers being
used with the quotes property.
* fast/css/content/content-quotes-07-expected.txt: Added.
* fast/css/content/content-quotes-07.html: Added.
2014-11-19 Dean Jackson <dino@apple.com>
Handle unprefixed @keyframes rule
https://bugs.webkit.org/show_bug.cgi?id=138899
<rdar://problem/18943117>
Reviewed by Simon Fraser.
Tests for @keyframes, both the OM side and the parsing.
* animations/unprefixed-keyframes-expected.txt: Added.
* animations/unprefixed-keyframes-rule-expected.txt: Added.
* animations/unprefixed-keyframes-rule.html: Added.
* animations/unprefixed-keyframes.html: Added.
2014-11-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: JSContext inspection Resource search does not work
https://bugs.webkit.org/show_bug.cgi?id=131252
Reviewed by Timothy Hatcher.
* inspector/debugger/search-scripts-expected.txt: Added.
* inspector/debugger/search-scripts.html: Added.
Tests for Debugger.searchInContent.
2014-11-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Provide $exception in the console for the thrown exception value
https://bugs.webkit.org/show_bug.cgi?id=138726
Reviewed by Timothy Hatcher.
Provide some tests to ensure $exception is the value we expect at different times,
such as on the exception line, when there is no exception, or when stepping through
catch blocks (it should always be the most recent caught exception).
* inspector/debugger/command-line-api-exception-expected.txt: Added.
* inspector/debugger/command-line-api-exception-nested-catch-expected.txt: Added.
* inspector/debugger/command-line-api-exception-nested-catch.html: Added.
* inspector/debugger/command-line-api-exception.html: Added.
* inspector/debugger/resources/exceptions.js: Added.
(triggerUncaughtTypeException):
(triggerUncaughtReferenceException):
(triggerUncaughtSyntaxException):
(triggerUncaughtDOMException):
(throwString):
(throwNumber):
(throwNull):
(throwObject):
(throwNode):
(catcher):
(nestedCatchBlocks):
2014-11-19 David Hyatt <hyatt@apple.com>
Images/replaced elements that are as tall as a page should be on their own page
https://bugs.webkit.org/show_bug.cgi?id=138886 - <rdar://problem/18296371>
Reviewed by Dean Jackson.
* fast/multicol/tall-image-behavior-lr.html: Added.
* fast/multicol/tall-image-behavior-rl.html: Added.
* fast/multicol/tall-image-behavior.html: Added.
* platform/mac/fast/multicol/tall-image-behavior-expected.png: Added.
* platform/mac/fast/multicol/tall-image-behavior-expected.txt: Added.
* platform/mac/fast/multicol/tall-image-behavior-lr-expected.png: Added.
* platform/mac/fast/multicol/tall-image-behavior-lr-expected.txt: Added.
* platform/mac/fast/multicol/tall-image-behavior-rl-expected.png: Added.
* platform/mac/fast/multicol/tall-image-behavior-rl-expected.txt: Added.
2014-11-18 Ada Chan <adachan@apple.com>
Take Web Audio into account for the Page::isPlayingAudio() API.
https://bugs.webkit.org/show_bug.cgi?id=137464
Reviewed by Jer Noble.
This test checks that Page::isPlayingAudio() returns false before an audio context is created
and before the oscillator node makes a sound. It then starts the oscillator node and checks
that Page::isPlayingAudio() later returns true.
* webaudio/web-audio-is-playing-expected.txt: Added.
* webaudio/web-audio-is-playing.html: Added.
2014-11-19 Chris Dumez <cdumez@apple.com>
Add layout test for throttling of DOM timer changing the style of visible and invisible elements
https://bugs.webkit.org/show_bug.cgi?id=138875
Reviewed by Simon Fraser.
Add a layout test to test that a repeating DOM timer changing the style
of both visible and invisible elements does not get throttled.
Also rename existing tests to use "display-none" instead of "invisible"
for clarity.
* fast/dom/nested-timer-display-none-element-throttling-expected.txt: Renamed from LayoutTests/fast/dom/nested-timer-invisible-element-throttling-expected.txt.
* fast/dom/nested-timer-display-none-element-throttling.html: Renamed from LayoutTests/fast/dom/nested-timer-invisible-element-throttling.html.
* fast/dom/repeating-timer-display-none-element-throttling-expected.txt: Renamed from LayoutTests/fast/dom/repeating-timer-invisible-element-throttling-expected.txt.
* fast/dom/repeating-timer-display-none-element-throttling.html: Renamed from LayoutTests/fast/dom/repeating-timer-invisible-element-throttling.html.
* fast/dom/repeating-timer-mixed-visible-display-none-elements-throttling-expected.txt: Added.
* fast/dom/repeating-timer-mixed-visible-display-none-elements-throttling.html: Added.
2014-11-19 Chris Dumez <cdumez@apple.com>
Add layout test for DOM timer throttling and element moving into view after layout
https://bugs.webkit.org/show_bug.cgi?id=138874
Reviewed by Simon Fraser.
Add a layout test to make sure we unthrottle a DOM timer changing the
style of an element outside viewport if the element ends up inside
the viewport after layout.
* fast/dom/timer-unthrottle-on-layout-expected.txt: Added.
* fast/dom/timer-unthrottle-on-layout.html: Added.
2014-11-19 Chris Dumez <cdumez@apple.com>
Add layout test for DOM timers throttling and 0 height element with visible overflowing content
https://bugs.webkit.org/show_bug.cgi?id=138873
Reviewed by Simon Fraser.
Add a layout test for verify that a DOM timer changing the style of a 0
height element with visible overflowing content does not get throttled.
If the implementation did not properly use the overflow rect to
determine if the element is visible, this test would fail.
This covers the case of the top scrolling banner on huffingtonpost.com.
* fast/dom/repeating-timer-element-overflow-throttling-expected.txt: Added.
* fast/dom/repeating-timer-element-overflow-throttling.html: Added.
2014-11-19 Chris Fleizach <cfleizach@apple.com>
AX: Safari fails to load a web page with VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=138849
Reviewed by Mario Sanchez Prada.
* accessibility/inline-block-assertion-expected.txt: Added.
* accessibility/inline-block-assertion.html: Added.
2014-11-19 Chris Fleizach <cfleizach@apple.com>
AX: Screen braille input doesn't work on forms.
https://bugs.webkit.org/show_bug.cgi?id=138804
Reviewed by Mario Sanchez Prada.
* platform/ios-sim: Copied from LayoutTests/platform/ios-sim.
* platform/ios-sim/accessibility/set-value-expected.txt: Added.
* platform/ios-sim/accessibility/set-value.html: Added.
2014-11-19 Dhi Aurrahman <diorahman@rockybars.com>
Add selector checker for :lang pseudo class in Selectors level 4
https://bugs.webkit.org/show_bug.cgi?id=138281
Reviewed by Benjamin Poulain.
Add layout tests for :lang selector checker with multiple arguments and
related behaviors on extended filtering.
* fast/selectors/lang-extended-filtering-expected.txt: Added.
* fast/selectors/lang-extended-filtering.html: Added.
* fast/selectors/lang-multiple-expected.txt: Added.
* fast/selectors/lang-multiple.html: Added.
2014-11-18 Philippe Normand <pnormand@igalia.com>
start/stop method for AudioBufferSourceNodes and OscillatorNodes can take no args
https://bugs.webkit.org/show_bug.cgi?id=138739
Reviewed by Darin Adler.
* webaudio/dom-exceptions-expected.txt: Added.
* webaudio/dom-exceptions.html: Added.
2014-11-18 Ryosuke Niwa <rniwa@webkit.org>
Aad failing test expectations to some tests imported in r176144.
* platform/win/TestExpectations:
2014-11-18 Alexey Proskuryakov <ap@apple.com>
Use of uninitialized value in string eq in many http tests
https://bugs.webkit.org/show_bug.cgi?id=138852
Reviewed by Daniel Bates.
* http/tests/security/xssAuditor/resources/echo-intertag.pl: Don't use it uninitialized.
2014-11-18 Benjamin Poulain <benjamin@webkit.org>
Add the initial implementation of dynamic specificity for :matches()
https://bugs.webkit.org/show_bug.cgi?id=138822
Reviewed by Andreas Kling.
* fast/css/matches-specificity-1-expected.html: Added.
* fast/css/matches-specificity-1.html: Added.
* fast/css/matches-specificity-2-expected.html: Added.
* fast/css/matches-specificity-2.html: Added.
* fast/css/matches-specificity-3-expected.html: Added.
* fast/css/matches-specificity-3.html: Added.
* fast/css/matches-specificity-4-expected.html: Added.
* fast/css/matches-specificity-4.html: Added.
* fast/css/matches-specificity-5-expected.html: Added.
* fast/css/matches-specificity-5.html: Added.
* fast/css/matches-specificity-6-expected.html: Added.
* fast/css/matches-specificity-6.html: Added.
* fast/css/matches-specificity-7-expected.html: Added.
* fast/css/matches-specificity-7.html: Added.
* fast/css/matches-specificity-8-expected.html: Added.
* fast/css/matches-specificity-8.html: Added.
* fast/css/matches-specificity-9-expected.html: Added.
* fast/css/matches-specificity-9.html: Added.
* fast/css/matches-specificity-10-expected.html: Added.
* fast/css/matches-specificity-10.html: Added.
2014-11-18 Chris Dumez <cdumez@apple.com>
Crash when setting 'z-index' / 'flex-shrink' CSS properties to a calculated value
https://bugs.webkit.org/show_bug.cgi?id=138783
Reviewed by Andreas Kling.
Add layout tests to check that settings 'z-index' / 'flex-shrink' CSS
properties to a calculated value does not crash and behaves as
expected.
* fast/css/flex-shrink-calculated-value-expected.txt: Added.
* fast/css/flex-shrink-calculated-value.html: Added.
* fast/css/z-index-calculated-value-expected.txt: Added.
* fast/css/z-index-calculated-value.html: Added.
2014-11-18 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176263 and r176273.
https://bugs.webkit.org/show_bug.cgi?id=138854
Underlines are hideous. (Requested by litherum on #webkit).
Reverted changesets:
"Use underlining metrics from the font file"
https://bugs.webkit.org/show_bug.cgi?id=138762
http://trac.webkit.org/changeset/176263
"iOS build fix."
http://trac.webkit.org/changeset/176273
2014-11-18 David Hyatt <hyatt@apple.com>
REGRESSION (r167210): Invalid cast in WebCore::RenderBlock::blockSelectionGaps
https://bugs.webkit.org/show_bug.cgi?id=137590
Reviewed by Dean Jackson.
* fast/block/selection-block-gap-crash-expected.txt: Added.
* fast/block/selection-block-gap-crash.html: Added.
2014-11-18 Andreas Kling <akling@apple.com>
Avoid synchronous style recalc in Document.activeElement
<https://webkit.org/b/138850>
Reviewed by Ryosuke Niwa.
Tweak a test to run once the DOM is loaded instead of during parsing.
* fast/forms/autofocus-in-sandbox-with-allow-scripts.html:
2014-11-18 David Hyatt <hyatt@apple.com>
REGRESSION(r152313): Inline-block element doesn't wrap properly
https://bugs.webkit.org/show_bug.cgi?id=138846 - <rdar://problem/18838703>
Reviewed by Simon Fraser.
* fast/inline-block/inline-block-empty-spans-expected.html: Added.
* fast/inline-block/inline-block-empty-spans.html: Added.
2014-11-18 Myles C. Maxfield <litherum@gmail.com>
Multicolumn layout with negative line spacing and orphans causes pieces of letters to be shown at the bottom of columns
https://bugs.webkit.org/show_bug.cgi?id=138204
Reviewed by Dave Hyatt.
Create a layout where the "orphans" css property causes a block element to
be pushed to the next column.
* fast/multicol/orphans-negative-line-spacing-expected.html: Added.
* fast/multicol/orphans-negative-line-spacing.html: Added.
2014-11-18 Chris Dumez <cdumez@apple.com>
DOMTimers sometimes don't get unthrottled on scrolling
https://bugs.webkit.org/show_bug.cgi?id=138838
Reviewed by Antti Koivisto.
Add a layout test to verify that DOMTimers get unthrottled on scroll if
the element whose style they are changing is inside the viewport after
the scroll.
* fast/dom/timer-unthrottle-on-scroll-expected.txt: Added.
* fast/dom/timer-unthrottle-on-scroll.html: Added.
2014-11-18 Myles C. Maxfield <litherum@gmail.com>
Use underlining metrics from the font file
https://bugs.webkit.org/show_bug.cgi?id=138762
Reviewed by Dave Hyatt.
This patch makes underline placement platform-dependent.
* platform/mac/fast/css3-text/css3-text-decoration/text-decoration-thickness-expected.html: Renamed from LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-thickness-expected.html.
* platform/mac/fast/css3-text/css3-text-decoration/text-decoration-thickness.html: Renamed from LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-thickness.html.
2014-11-17 David Hyatt <hyatt@apple.com>
Improve Ruby selection (getting rid of overlap and improving gap filling)
https://bugs.webkit.org/show_bug.cgi?id=138250
Reviewed by Dean Jackson.
Added fast/repaint/selection-ruby-rl.html
* fast/repaint/selection-ruby-rl-expected.txt: Added.
* fast/repaint/selection-ruby-rl.html: Added.
2014-11-18 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176218.
https://bugs.webkit.org/show_bug.cgi?id=138827
seems to have caused regressions on the perf bots (Requested
by lajava on #webkit).
Reverted changeset:
"[CSS Grid Layout] Upgrade align-self and align-items parsing
to CSS 3"
https://bugs.webkit.org/show_bug.cgi?id=133359
http://trac.webkit.org/changeset/176218
2014-11-18 Mihnea Ovidenie <mihnea@adobe.com>
fast/multicol/newmulticol tests use a non-existent resource
https://bugs.webkit.org/show_bug.cgi?id=138800
Reviewed by Andrei Bucur.
Fix path in tests.
* fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination-expected.html:
* fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination.html:
* fast/multicol/newmulticol/float-multicol-expected.html:
* fast/multicol/newmulticol/float-multicol.html:
2014-11-18 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Crash getting the orientation of a MenuListOption after the MenuList was removed from the document
https://bugs.webkit.org/show_bug.cgi?id=138727
Reviewed by Chris Fleizach.
* platform/gtk/accessibility/combobox-descendants-orientation-crash-expected.txt: Added.
* platform/gtk/accessibility/combobox-descendants-orientation-crash.html: Added.
2014-11-17 Sukolsak Sakshuwong <sukolsak@gmail.com>
Add parsing for :role()
https://bugs.webkit.org/show_bug.cgi?id=138310
Reviewed by Benjamin Poulain.
* 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/selectors/invalid-functional-pseudo-class-expected.txt:
* fast/selectors/invalid-functional-pseudo-class.html:
2014-11-17 Chris Dumez <cdumez@apple.com>
Add initial layout testing coverage for timer throttling
https://bugs.webkit.org/show_bug.cgi?id=138809
Reviewed by Simon Fraser.
Add initial layout test coverage for timer throttling. It currently
covers the following cases:
- Repeating timer changes the style of an Element that is visible
- Repeating timer changes the style of an Element that is not visible
(i.e. "display: none").
- Repeating timer doing DOM mutations
- Nested timer changes the style of an Element that is visible
- Nested timer changes the style of an Element that is not visible
(i.e. "display: none").
- Nested timer doing DOM mutations
More layout tests are coming. In particular, we should add coverage for
changing the style of an Element outside the viewport. We should also
Test that the timer gets unthrottled if necessary on scrolling / layout.
* fast/dom/nested-timer-invisible-element-throttling-expected.txt: Added.
* fast/dom/nested-timer-invisible-element-throttling.html: Added.
* fast/dom/nested-timer-visible-element-throttling-expected.txt: Added.
* fast/dom/nested-timer-visible-element-throttling.html: Added.
* fast/dom/repeating-timer-invisible-element-throttling-expected.txt: Added.
* fast/dom/repeating-timer-invisible-element-throttling.html: Added.
* fast/dom/repeating-timer-visible-element-throttling-expected.txt: Added.
* fast/dom/repeating-timer-visible-element-throttling.html: Added.
2014-11-17 Alexey Proskuryakov <ap@apple.com>
media/track/track-in-band-cues-added-once.html fails sometimes
https://bugs.webkit.org/show_bug.cgi?id=138806
* platform/mac/TestExpectations: Marked as flaky.
2014-11-17 Alexey Proskuryakov <ap@apple.com>
fast/multicol/newmulticol/spanner-crash.html still crashes sometimes
https://bugs.webkit.org/show_bug.cgi?id=137316
* TestExpectations: Skipped it.
2014-11-17 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Upgrade align-self and align-items parsing to CSS 3
https://bugs.webkit.org/show_bug.cgi?id=133359
Reviewed by David Hyatt.
From Blink r164817 and r165264 by <jchaffraix@chromium.org>
Broaden justify-self's parsing name and upgrade align-self and
align-items parsing to CSS 3.
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/parse-align-items-expected.txt: Added.
* css3/parse-align-items.html: Added.
* css3/parse-align-self-expected.txt: Added.
* css3/parse-align-self.html: Added.
* css3/resources/alignment-parsing-utils.js: Added.
(checkValues):
(checkBadValues):
(checkInitialValues):
(checkInheritValues):
(checkLegacyValues):
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* svg/css/getComputedStyle-basic-expected.txt:
* platform/gtk/TestExpectations: Report new failures and update expectations.
2014-11-17 Shivakumar JM <shiva.jm@samsung.com>
Attribute text in HTMLAnchorElement should behave as per specification.
https://bugs.webkit.org/show_bug.cgi?id=138557
Reviewed by Darin Adler.
* fast/dom/HTMLAnchorElement/anchor-text-attribute-expected.txt: Added.
* fast/dom/HTMLAnchorElement/anchor-text-attribute.html: Added.
2014-11-17 Alexey Proskuryakov <ap@apple.com>
media/track/track-cues-sorted-before-dispatch.html is flaky on Mountain Lion
https://bugs.webkit.org/show_bug.cgi?id=138798
* platform/mac/TestExpectations: Marked it as such.
2014-11-17 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176169.
https://bugs.webkit.org/show_bug.cgi?id=138797
Appears to have broken svg/custom/anchor-on-use.svg (Requested
by ap on #webkit).
Reverted changeset:
"Attribute text in HTMLAnchorElement should behave as per
specification."
https://bugs.webkit.org/show_bug.cgi?id=138557
http://trac.webkit.org/changeset/176169
2014-11-16 Andreas Kling <akling@apple.com>
Avoid synchronous style recalc when mutating a Node inside FrameSelection.
<https://webkit.org/b/138791>
Reviewed by Antti Koivisto.
Rebaseline fast/dynamic/move-node-with-selection.html.
This is a progression, we avoid littering the render tree with some empty
text renderers due to deferring the style recalc in selection clearing.
* platform/efl/fast/dynamic/move-node-with-selection-expected.txt:
* platform/gtk/fast/dynamic/move-node-with-selection-expected.txt:
* platform/ios-sim-deprecated/fast/dynamic/move-node-with-selection-expected.txt:
* platform/ios-simulator/fast/dynamic/move-node-with-selection-expected.txt:
* platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
2014-11-17 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
[EFL] Skip timeouting editing tests
https://bugs.webkit.org/show_bug.cgi?id=138693
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK+ gardening. Skip more tests failing after r175776.
There is no network load scheduling or prioritization with NetworkProcess.
* platform/gtk/TestExpectations:
2014-11-16 Benjamin Poulain <benjamin@webkit.org>
Implement :valid and :invalid matching for the fieldset element
https://bugs.webkit.org/show_bug.cgi?id=138769
Reviewed by Darin Adler.
There are many ways to change the validation state of a submittable element.
I included a series of test trying to exercises as many combination
as possible.
* fast/css/pseudo-valid-unapplied-expected.txt:
* fast/css/pseudo-valid-unapplied.html:
This test was checking that :valid and :invalid are not applied
to fieldset. Such results are incorrect with the latest specification.
* fast/css/pseudo-invalid-fieldset-expected.html: Added.
* fast/css/pseudo-invalid-fieldset-invalidation-optimization-expected.txt: Added.
* fast/css/pseudo-invalid-fieldset-invalidation-optimization.html: Added.
* fast/css/pseudo-invalid-fieldset-style-sharing-expected.html: Added.
* fast/css/pseudo-invalid-fieldset-style-sharing.html: Added.
* fast/css/pseudo-invalid-fieldset.html: Added.
* fast/css/pseudo-valid-fieldset-expected.html: Added.
* fast/css/pseudo-valid-fieldset-invalidation-optimization-expected.txt: Added.
* fast/css/pseudo-valid-fieldset-invalidation-optimization.html: Added.
* fast/css/pseudo-valid-fieldset-style-sharing-expected.html: Added.
* fast/css/pseudo-valid-fieldset-style-sharing.html: Added.
* fast/css/pseudo-valid-fieldset.html: Added.
* fast/selectors/invalid-fieldset-style-update-1-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-1.html: Added.
* fast/selectors/invalid-fieldset-style-update-2-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-2.html: Added.
* fast/selectors/invalid-fieldset-style-update-3-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-3.html: Added.
* fast/selectors/invalid-fieldset-style-update-4-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-4.html: Added.
* fast/selectors/invalid-fieldset-style-update-5-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-5.html: Added.
* fast/selectors/valid-fieldset-style-update-1-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-1.html: Added.
* fast/selectors/valid-fieldset-style-update-2-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-2.html: Added.
* fast/selectors/valid-fieldset-style-update-3-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-3.html: Added.
* fast/selectors/valid-fieldset-style-update-4-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-4.html: Added.
* fast/selectors/valid-fieldset-style-update-5-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-5.html: Added.
2014-11-16 Chris Dumez <cdumez@apple.com>
Crash when setting 'order' CSS property to a calculated value
https://bugs.webkit.org/show_bug.cgi?id=138780
Reviewed by Darin Adler.
Add a layout test to validate that setting a calculated value to the
'order' CSS property does not crash and behaves as expected.
* fast/css/order-calculated-value-expected.txt: Added.
* fast/css/order-calculated-value.html: Added.
2014-11-16 Chris Dumez <cdumez@apple.com>
Assertion hit when setting a very large value to 'border-width' / 'font-size' CSS properties
https://bugs.webkit.org/show_bug.cgi?id=138770
Reviewed by Darin Adler.
Add a layout test setting very large values to 'border-width' and
'font-size' CSS properties.
* fast/css/style-builder-infinite-value-expected.txt: Added.
* fast/css/style-builder-infinite-value.html: Added.
2014-11-16 Shivakumar JM <shiva.jm@samsung.com>
Attribute text in HTMLAnchorElement should behave as per specification.
https://bugs.webkit.org/show_bug.cgi?id=138557
Reviewed by Darin Adler.
* fast/dom/HTMLAnchorElement/anchor-text-attribute-expected.txt: Added.
* fast/dom/HTMLAnchorElement/anchor-text-attribute.html: Added.
2014-11-16 Alexey Proskuryakov <ap@apple.com>
Test expectation gardening.
* platform/mac/TestExpectations:
2014-11-16 Chris Dumez <cdumez@apple.com>
Crash when setting '-webkit-line-clamp' CSS property to a calculated value
https://bugs.webkit.org/show_bug.cgi?id=138777
Reviewed by Benjamin Poulain.
Add a layout test to check that assigning calculated values to the
'-webkit-line-clamp' CSS property does not crash and behaves as
expected.
* fast/css/webkit-line-clamp-calculated-value-expected.txt: Added.
* fast/css/webkit-line-clamp-calculated-value.html: Added.
2014-11-16 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Expose the blockquote element using ATK_ROLE_BLOCK_QUOTE
https://bugs.webkit.org/show_bug.cgi?id=138771
Reviewed by Chris Fleizach.
Updated the expectations for GTK and EFL as there is a new role
being used. The Mac expectations were not updated because the
new role on that platform continues to be to AXGroup.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated
2014-11-16 Chris Dumez <cdumez@apple.com>
Crash when setting 'alt' CSS property to inherit or initial
https://bugs.webkit.org/show_bug.cgi?id=138774
<rdar://problem/18995409>
Reviewed by Chris Fleizach.
Add a layout test to verify that setting the 'alt' CSS property to
inherit / initial is not crashing and working as intended.
* fast/css/alt-inherit-initial-expected.txt: Added.
* fast/css/alt-inherit-initial.html: Added.
2014-11-15 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Lists with selectable children should have ATK_ROLE_LIST_BOX
https://bugs.webkit.org/show_bug.cgi?id=127060
Reviewed by Chris Fleizach.
Updated the expectations to reflect the corrected role.
* platform/efl/accessibility/roles-exposed-expected.txt: updated
* platform/gtk/accessibility/roles-exposed-expected.txt: updated
2014-11-15 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Video and audio elements should be exposed using ATK's video and audio roles.
https://bugs.webkit.org/show_bug.cgi?id=138767
Reviewed by Chris Fleizach.
Updated expectations to reflect the new mapping to ATK_ROLE_AUDIO and
ATK_ROLE_VIDEO.
* platform/efl/accessibility/media-element-expected.txt: updated
* platform/efl/accessibility/media-emits-object-replacement-expected.txt: updated
* platform/gtk/accessibility/media-controls-panel-title-expected.txt: updated
* platform/gtk/accessibility/media-controls-panel-title.html: updated
* platform/gtk/accessibility/media-element-expected.txt: updated
* platform/gtk/accessibility/media-emits-object-replacement-expected.txt: updated
2014-11-15 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Expose the footer element as ATK_ROLE_FOOTER
https://bugs.webkit.org/show_bug.cgi?id=138773
Reviewed by Chris Fleizach.
* accessibility/roles-exposed.html: Unskip the footer element test for GTK and EFL
* platform/efl/accessibility/roles-exposed-expected.txt: Updated expectations
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated expectations
2014-11-14 Dean Jackson <dino@apple.com>
Rename WebKitCSSKeyframe(s)Rule into CSSKeyframe(s)Rule
https://bugs.webkit.org/show_bug.cgi?id=138763
<rdar://problem/18991569>
Reviewed by Simon Fraser.
Some of the tests use the prefixed interface name. Replace that
with the unprefixed version.
The "keyframes-rule.html" test added a check to make sure the
old constant WEBKIT_KEYFRAMES_RULE is the same as the new
constant KEYFRAMES_RULE.
* animations/keyframes-rule-expected.txt:
* animations/keyframes-rule.html:
* fast/dom/resources/wrapper-identity-base.js:
* fast/dom/wrapper-classes.html:
* fast/dom/wrapper-identity-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/fast/dom/objc-wrapper-identity-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2014-11-14 Alexey Proskuryakov <ap@apple.com>
Application test expectation gardening on WK2.
* platform/mac-wk2/TestExpectations: Skip two tests that toggle private browsing,
and added a bug number to http/tests/appcache/auth.html.
2014-11-14 Dean Jackson <dino@apple.com>
[Media] Timeline scrubber not updating as the video plays
https://bugs.webkit.org/show_bug.cgi?id=138717
<rdar://problem/18957509>
Reviewed by Jer Noble.
Tests that an inline video will actually advance the
timeline scrubber if it plays momentarily.
Eric wrote all the hard bits here. I just changed
a few lines to test if the timeline had moved from 0.
Unfortunately we can't rely on the timeline value
being identical to the currentTime of the media element,
because we only move the timeline when we get events.
* media/media-controls-timeline-updates.html: Added.
2014-11-14 Myles C. Maxfield <mmaxfield@apple.com>
Test that small caps of web fonts works regardless of where the font face is declared
https://bugs.webkit.org/show_bug.cgi?id=138700
Reviewed by Alexey Proskuryakov.
* fast/text/svg-small-caps-expected.html: Added.
* fast/text/svg-small-caps.html: Added.
2014-11-14 Alexey Proskuryakov <ap@apple.com>
Add shortcut macros to Mac TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=138729
Reviewed by Simon Fraser.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Use the new functionality.
2014-11-14 Alexey Proskuryakov <ap@apple.com>
Many (most?) transitions tests are very flaky, frequently failing all at once
https://bugs.webkit.org/show_bug.cgi?id=137883
* TestExpectations:
* platform/mac/TestExpectations:
Add more affected tests to unbreak EWS.
2014-11-11 David Hyatt <hyatt@apple.com>
Table rows repaint entire table when their background color changes.
https://bugs.webkit.org/show_bug.cgi?id=26662
Reviewed by Simon Fraser.
Added fast/repaint/table-row-repaint.html
* fast/repaint/table-row-repaint-expected.txt: Added.
* fast/repaint/table-row-repaint.html: Added.
* platform/mac/accessibility/table-detection-expected.txt:
2014-11-14 Andrzej Badowski <a.badowski@samsung.com>
AX: Improve AccessibilityTableCell isColumnHeaderCell function.
https://bugs.webkit.org/show_bug.cgi?id=138423
Reviewed by Chris Fleizach.
Files of expected type are adapted to changes in the code of the function.
* accessibility/table-cells-roles-expected.txt:
* platform/efl/accessibility/table-attributes-expected.txt:
* platform/efl/accessibility/table-cells-expected.txt:
* platform/gtk/accessibility/table-attributes-expected.txt:
* platform/gtk/accessibility/table-cells-expected.txt:
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-cells-expected.txt:
2014-11-14 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK+ gardening. Skip http/tests/appcache/auth.html after r175776.
Appcache manifest is still downloaded in the WebProcess.
* platform/gtk/TestExpectations:
2014-11-14 Alexey Proskuryakov <ap@apple.com>
Remove some ineffective entries.
* platform/mac/TestExpectations: Remove entries that were meant to override other
ones, but don't.
2014-11-13 Pratik Solanki <psolanki@apple.com>
Rebaseline iOS layout tests
https://bugs.webkit.org/show_bug.cgi?id=138721
Reviewed by Simon Fraser.
Rebaseline many of the failures in compositing tests.
* platform/ios-simulator/compositing/absolute-inside-out-of-view-fixed-expected.txt:
* platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt:
* platform/ios-simulator/compositing/backing/backface-visibility-in-3dtransformed-expected.txt:
* platform/ios-simulator/compositing/backing/border-radius-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/child-layer-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/filter-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/inline-block-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/masked-child-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/no-backing-for-clip-expected.txt:
* platform/ios-simulator/compositing/backing/no-backing-for-clip-overhang-expected.txt:
* platform/ios-simulator/compositing/backing/no-backing-for-clip-overlap-expected.txt:
* platform/ios-simulator/compositing/backing/no-backing-for-perspective-expected.txt:
* platform/ios-simulator/compositing/backing/replaced-child-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/whitespace-nodes-no-backing-expected.txt:
* platform/ios-simulator/compositing/bounds-in-flipped-writing-mode-expected.txt:
* platform/ios-simulator/compositing/clip-child-by-non-stacking-ancestor-expected.txt:
* platform/ios-simulator/compositing/columns/ancestor-clipped-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/clipped-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/composited-columns-expected.txt:
* platform/ios-simulator/compositing/columns/composited-columns-vertical-rl-expected.txt:
* platform/ios-simulator/compositing/columns/composited-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/composited-in-paginated-rl-expected.txt:
* platform/ios-simulator/compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt:
* platform/ios-simulator/compositing/columns/composited-lr-paginated-repaint-expected.txt:
* platform/ios-simulator/compositing/columns/composited-nested-columns-expected.txt:
* platform/ios-simulator/compositing/columns/composited-rl-paginated-repaint-expected.txt:
* platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/rotated-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/untransformed-composited-in-paginated-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/background-clip-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/background-color-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/body-background-painted-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/body-background-skipped-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/control-layer-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/filter-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-child-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-text-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/layer-opacity-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/layer-transform-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/visibility-hidden-expected.txt:
* platform/ios-simulator/compositing/contents-scale/animating-expected.txt:
* platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt:
* platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt:
* platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt:
* platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt:
* platform/ios-simulator/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
* platform/ios-simulator/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
* platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
* platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
* platform/ios-simulator/compositing/fixed-image-loading-expected.txt:
* platform/ios-simulator/compositing/geometry/ancestor-overflow-change-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-clipped-composited-child-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-expected.txt:
* platform/ios-simulator/compositing/geometry/clip-expected.txt:
* platform/ios-simulator/compositing/geometry/clip-inside-expected.txt:
* platform/ios-simulator/compositing/geometry/composited-in-columns-expected.txt:
* platform/ios-simulator/compositing/geometry/fixed-position-composited-switch-expected.txt:
* platform/ios-simulator/compositing/geometry/flipped-writing-mode-expected.txt:
* platform/ios-simulator/compositing/geometry/foreground-layer-expected.txt:
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
* platform/ios-simulator/compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt:
* platform/ios-simulator/compositing/geometry/preserve-3d-switching-expected.txt:
* platform/ios-simulator/compositing/geometry/vertical-scroll-composited-expected.txt:
* platform/ios-simulator/compositing/iframes/become-composited-nested-iframes-expected.txt:
* platform/ios-simulator/compositing/iframes/become-overlapped-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/composited-parent-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe2-expected.txt:
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe3-expected.txt:
* platform/ios-simulator/compositing/iframes/enter-compositing-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/iframe-resize-expected.txt:
* platform/ios-simulator/compositing/iframes/iframe-size-from-zero-expected.txt:
* platform/ios-simulator/compositing/iframes/iframe-size-to-zero-expected.txt: Progression.
* platform/ios-simulator/compositing/iframes/iframe-src-change-expected.txt: Progression.
* platform/ios-simulator/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
* platform/ios-simulator/compositing/iframes/leave-compositing-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/overlapped-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/overlapped-iframe-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/overlapped-nested-iframes-expected.txt:
* platform/ios-simulator/compositing/iframes/page-cache-layer-tree-expected.txt:
* platform/ios-simulator/compositing/iframes/resizer-expected.txt:
* platform/ios-simulator/compositing/iframes/scrolling-iframe-expected.txt:
* platform/ios-simulator/compositing/images/clip-on-directly-composited-image-expected.txt:
* platform/ios-simulator/compositing/layer-creation/animation-overlap-with-children-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-and-transform-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-transformed-into-view-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-under-transform-expected.txt:
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt:
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-sticky-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-child-layer-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-clipping-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-3d-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-layer-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transforms-expected.txt:
* platform/ios-simulator/compositing/layer-creation/rotate3d-overlap-expected.txt:
* platform/ios-simulator/compositing/layer-creation/scroll-partial-update-expected.txt:
* platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-expected.txt:
* platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
* platform/ios-simulator/compositing/layer-creation/translatez-overlap-expected.txt:
* platform/ios-simulator/compositing/masks/mask-layer-size-expected.txt:
* platform/ios-simulator/compositing/overflow-trumps-transform-style-expected.txt:
* platform/ios-simulator/compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Progression.
* platform/ios-simulator/compositing/overflow/clip-descendents-expected.txt:
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
* platform/ios-simulator/compositing/overflow/content-gains-scrollbars-expected.txt:
* platform/ios-simulator/compositing/overflow/content-loses-scrollbars-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-overlay-with-touch-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-scrollbar-layer-positions-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-scrollbar-layers-expected.txt:
* platform/ios-simulator/compositing/overflow/resize-painting-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-outflow-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-transformed-in-named-flow-expected.txt:
* platform/ios-simulator/compositing/repaint/absolute-painted-into-composited-ancestor-expected.txt:
* platform/ios-simulator/compositing/repaint/become-overlay-composited-layer-expected.txt:
* platform/ios-simulator/compositing/repaint/fixed-background-scroll-expected.txt:
* platform/ios-simulator/compositing/repaint/invalidations-on-composited-layers-expected.txt:
* platform/ios-simulator/compositing/repaint/positioned-movement-expected.txt:
* platform/ios-simulator/compositing/repaint/repaint-on-layer-grouping-change-expected.txt:
* platform/ios-simulator/compositing/repaint/resize-repaint-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-absolute-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-fixed-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-iframe-relative-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-relative-expected.txt:
* platform/ios-simulator/compositing/scrolling/touch-scroll-to-clip-expected.txt:
* platform/ios-simulator/compositing/tiled-layers-hidpi-expected.txt:
* platform/ios-simulator/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
* platform/ios-simulator/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
* platform/ios-simulator/compositing/tiling/huge-layer-add-remove-child-expected.txt:
* platform/ios-simulator/compositing/tiling/huge-layer-img-expected.txt:
* platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-expected.txt:
* platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
* platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt:
* platform/ios-simulator/compositing/visibility/layer-visible-content-expected.txt:
* platform/ios-simulator/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
* platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt:
* platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt:
* platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt:
* platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt:
* platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt:
* platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt:
2014-11-13 Myles C. Maxfield <mmaxfield@apple.com>
Update expected .png for platform/mac/editing/input/devanagari-ligature.html
https://bugs.webkit.org/show_bug.cgi?id=138712
This doesn't actually fix the test, it just updates the image.
Reviewed by Zalan Bujtas.
* platform/mac/editing/input/devanagari-ligature-expected.png:
2014-11-13 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Do not return ATK_ROLE_UNKNOWN for null or otherwise invalid accessible objects
https://bugs.webkit.org/show_bug.cgi?id=137867
Reviewed by Chris Fleizach.
* platform/gtk/accessibility/detached-object-role-expected.txt: Added.
* platform/gtk/accessibility/detached-object-role.html: Added.
2014-11-13 Pratik Solanki <psolanki@apple.com>
Rename ios-sim to ios-sim-deprecated.
The results here are historical and new results should go into ios-simulator
directory. Eventually, we should get rid of this directory completely.
Rubber-stamped by Simon Fraser.
* platform/ios-sim: Removed.
* platform/ios-sim-deprecated: Copied from LayoutTests/platform/ios-sim.
2014-11-13 Benjamin Poulain <bpoulain@apple.com>
Implement the matching for :nth-last-child(An+B of selector-list)
https://bugs.webkit.org/show_bug.cgi?id=138650
Reviewed by Andreas Kling.
* fast/selectors/nth-last-child-of-class-style-update-expected.txt: Added.
* fast/selectors/nth-last-child-of-class-style-update.html: Added.
Verify simple cases of style update.
* fast/css/nth-last-child-of-style-update-optimization-expected.txt: Added.
* fast/css/nth-last-child-of-style-update-optimization.html: Added.
Verify that style invalidation stays reasonable.
* fast/css/nth-last-child-of-style-sharing-1-expected.html: Added.
* fast/css/nth-last-child-of-style-sharing-1.html: Added.
* fast/css/nth-last-child-of-style-sharing-2-expected.html: Added.
* fast/css/nth-last-child-of-style-sharing-2.html: Added.
Check that style sharing is disabled for elements matching :nth-last-child().
* fast/css/nth-child-and-nth-last-child-expected.html: Added.
* fast/css/nth-child-and-nth-last-child.html: Added.
Test uniqueness testing by combining :nth-child() and :nth-last-child().
* fast/css/nth-last-child-of-classname-expected.html: Added.
* fast/css/nth-last-child-of-classname.html: Added.
* fast/css/nth-last-child-of-complex-selector-expected.html: Added.
* fast/css/nth-last-child-of-complex-selector.html: Added.
* fast/css/nth-last-child-of-compound-selector-expected.html: Added.
* fast/css/nth-last-child-of-compound-selector.html: Added.
* fast/css/nth-last-child-of-tagname-expected.html: Added.
* fast/css/nth-last-child-of-tagname.html: Added.
Test matching, those are the "last-child" counterpart of the existing
"nth-child-of" tests.
2014-11-12 Jon Honeycutt <jhoneycutt@apple.com>
REGRESSION (r172826): Password field placeholder text is missing if
placeholder attribute precedes type attribute
<https://bugs.webkit.org/show_bug.cgi?id=138682>
<rdar://problem/18574213>
Reviewed by Benjamin Poulain.
* fast/forms/placeholder-attribute-ordering-expected.html: Added.
* fast/forms/placeholder-attribute-ordering.html: Added.
2014-11-13 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Accessible focus events are emitted when the selection is changed in non-focused combo boxes
https://bugs.webkit.org/show_bug.cgi?id=137866
Reviewed by Mario Sanchez Prada.
* platform/gtk/accessibility/menu-list-unfocused-notifications-expected.txt: Added.
* platform/gtk/accessibility/menu-list-unfocused-notifications.html: Added.
2014-11-13 Alexey Proskuryakov <ap@apple.com>
Simplify expectations for fullscreen/full-screen-iframe-legacy.html, as the more
specific variant doesn't work due to <https://bugs.webkit.org/show_bug.cgi?id=138698>.
* platform/mac/TestExpectations:
2014-11-13 Alexey Proskuryakov <ap@apple.com>
fast/events/overflow-scroll-fake-mouse-move.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=138697
* platform/mac-wk1/TestExpectations: Mark it as such.
2014-11-13 Zalan Bujtas <zalan@apple.com>
Unreviewed WK2 subpixel gardening.
* platform/mac-wk2/TestExpectations:
2014-11-13 Chris Dumez <cdumez@apple.com>
Lazily create HTMLInputElement's inputType and shadow subtree
https://bugs.webkit.org/show_bug.cgi?id=138524
Reviewed by Ryosuke Niwa.
Add a test case to make sure we don't crash when parsing an <input>
Element that has a |border| attribute as first attribute. This is what
was happening with the first version of this patch that landed in
r175852. When attributeChanged() was called for the |border| attribute
HTMLInputElement::isPresentationAttribute() would get called before
m_inputType is initialized, and "name == borderAttr && isImageButton()"
would crash because isImageButton() dereferences m_inputType.
* fast/dom/HTMLInputElement/border-attribute-crash-expected.txt: Added.
* fast/dom/HTMLInputElement/border-attribute-crash.html: Added.
2014-11-12 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK gardening. Skip more test failing after r175776.
* platform/gtk/TestExpectations:
2014-11-12 Dean Jackson <dino@apple.com>
Support unprefixed animation property names
https://bugs.webkit.org/show_bug.cgi?id=138678
<rdar://problem/18943059>
Reviewed by Simon Fraser.
Tests for unprefixed parsing and calculation of animation
properties. Fun fact, this is the first test we have
for the computed style of all animation-direction values.
* animations/unprefixed-properties-expected.txt: Added.
* animations/unprefixed-properties.html: Added.
* animations/unprefixed-shorthand-expected.txt: Added.
* animations/unprefixed-shorthand.html: Added.
2014-11-12 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/15864185> Syrah: platform/mac/editing/attributed-string tests are failing
Land Yosemite results, and remove the tests from TestExpectations.
* platform/mac-mavericks/platform/mac/editing/attributed-string: Added.
* platform/mac-mavericks/platform/mac/editing/attributed-string/anchor-element-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/anchor-element-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/basic-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/basic-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-size-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-size-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-weight-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-weight-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/letter-spacing-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/letter-spacing-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/text-decorations-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/text-decorations-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/vertical-align-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/vertical-align-expected.txt.
* platform/mac/editing/attributed-string/anchor-element-expected.txt:
* platform/mac/editing/attributed-string/basic-expected.txt:
* platform/mac/editing/attributed-string/font-size-expected.txt:
* platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt:
* platform/mac/editing/attributed-string/font-weight-expected.txt:
* platform/mac/editing/attributed-string/letter-spacing-expected.txt:
* platform/mac/editing/attributed-string/text-decorations-expected.txt:
* platform/mac/editing/attributed-string/vertical-align-expected.txt:
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Make Mac media-source test expectations future compatible
https://bugs.webkit.org/show_bug.cgi?id=138674
Roll it out, it somehow broke Mountain Liona and Mavericks.
* platform/mac/TestExpectations:
2014-11-12 Jer Noble <jer.noble@apple.com>
media/video-play-pause-exception.html is flakey.
https://bugs.webkit.org/show_bug.cgi?id=138670
Reviewed by Alexey Proskuryakov.
Work around race-condition behavior in HTMLMediaElement's resource selection algorithm.
* media/video-play-pause-exception.html:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Make Mac media-source test expectations future compatible
https://bugs.webkit.org/show_bug.cgi?id=138674
Reviewed by Eric Carlson.
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Flaky Test: media/video-ended-event-slow-motion-playback.html
https://bugs.webkit.org/show_bug.cgi?id=136755
Reviewed by Jer Noble.
* media/video-ended-event-slow-motion-playback.html: The test verifies that playback
rate doesn't get rounded down to 0, and that is very easy to detect, no need for
flaky timeouts.
* platform/mac/TestExpectations: Remove the flakiness expectation. Also while at it,
updated media/video-playbackrate.html to match what the bots actually see.
2014-11-05 Ada Chan <adachan@apple.com>
Implement new plug-in API for muting plug-ins
https://bugs.webkit.org/show_bug.cgi?id=138105
Reviewed by Anders Carlsson.
* platform/mac-wk2/plugins/muted-state-expected.txt: Added.
* platform/mac-wk2/plugins/muted-state.html: Added.
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Some platform/mac text expectation cleanup.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Mac-WK2 test expectations cleanup, part 1.
Put WK1 specific expectations into mac-wk1 (they used to be put in mac, and then
being overridden for wk2).
Remove expectations for tests that are no longer flaky.
Add more specific expectations to encient entries that were added in old format,
and just skipped indiscriminately.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Remove expectations for a couple tests that were marked as flaky on WK1 only,
as they don't appear to be flaky any more.
* platform/mac-wk1/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Some WebKit1-only Yosemite-only failures don't appear to exist any more.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Unmark the tests.
2014-11-12 Alexey Proskuryakov <ap@apple.com>
A number of hidpi tests don't appear to fail on Yosemite now, let's try unmarking them.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Instead of blacklisting tests for OS X versions that use PPT for testing,
whitelist MountainLion that doesn't. That's more future compatible.
* platform/mac-wk2/TestExpectations:
2014-11-12 Jer Noble <jer.noble@apple.com>
[Mac] media/track/audio-track.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=138394
Reviewed by Alexey Proskuryakov.
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Fix a typo in the previous commit - a test should be skipped, not its expectation.
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
compositing/video/video-border-radius.html frequently times out on Mountain Lion only
https://bugs.webkit.org/show_bug.cgi?id=138662
Make the test a reftest again, and skip it, as nothing helps.
Also, updated all compositing/video expectations to match what bots see now.
* compositing/video/video-border-radius-expected.html: Copied from LayoutTests/compositing/video/video-border-radius-expected.html-disabled.
* compositing/video/video-border-radius-expected.html-disabled: Removed.
* compositing/video/video-border-radius-expected.png: Removed.
* compositing/video/video-border-radius-expected.txt: Removed.
* platform/mac/TestExpectations:
2014-11-12 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK gardening. Skip shared worker tests after r175776.
Shared workers are disabled with the Network Process.
* platform/gtk/TestExpectations:
2014-09-01 Philippe Normand <pnormand@igalia.com>
[WK2] UserMediaClient support
https://bugs.webkit.org/show_bug.cgi?id=123158
Reviewed by Benjamin Poulain.
Simple UserMedia permission request tests inspired from the
Geolocation test suite.
* fast/mediastream/error-expected.txt: Added.
* fast/mediastream/error.html: Added.
* fast/mediastream/script-tests/error.js: Added.
* fast/mediastream/script-tests/success.js: Added.
* fast/mediastream/success-expected.txt: Added.
* fast/mediastream/success.html: Added.
* fast/mediastream/delayed-permission-allowed-expected.txt: Added.
* fast/mediastream/delayed-permission-allowed.html: Added.
* fast/mediastream/delayed-permission-denied-expected.txt: Added.
* fast/mediastream/delayed-permission-denied.html: Added.
* http/tests/media/media-stream/disconnected-frame-already-expected.txt: Added.
* http/tests/media/media-stream/disconnected-frame-already.html: Added.
* http/tests/media/media-stream/disconnected-frame-expected.txt: Added.
* http/tests/media/media-stream/disconnected-frame-permission-denied-expected.txt: Added.
* http/tests/media/media-stream/disconnected-frame-permission-denied.html: Added.
* http/tests/media/media-stream/disconnected-frame.html: Added.
* http/tests/media/media-stream/resources/disconnected-frame-already-inner1.html: Added.
* http/tests/media/media-stream/resources/disconnected-frame-already-inner2.html: Added.
* http/tests/media/media-stream/resources/disconnected-frame-inner.html: Added.
* platform/gtk/TestExpectations:
2014-11-11 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed EFL gardening. Rebaseline after r174535.
* platform/efl/css3/selectors3/html/css3-modsel-61-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-83-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-61-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-83-expected.txt:
* platform/efl/fast/selectors/061-expected.txt:
* platform/efl/fast/selectors/083-expected.txt:
2014-11-11 Alexey Proskuryakov <ap@apple.com>
Temporarlity turn video/video-border-radius-expected.html into a non-reftest,
hoping to get some error output from it.
* compositing/video/video-border-radius-expected.html: Removed.
* compositing/video/video-border-radius-expected.html-disabled: Copied from LayoutTests/compositing/video/video-border-radius-expected.html.
* compositing/video/video-border-radius-expected.png: Added.
* compositing/video/video-border-radius-expected.txt: Added.
2014-11-11 Alexey Proskuryakov <ap@apple.com>
fast/text/international/hindi-spacing.html and transforms/2d/hindi-rotated.html are
flaky on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=138075
* platform/mac/TestExpectations: Mark them as such.
2014-11-11 Alexey Proskuryakov <ap@apple.com>
inspector/css/matched-style-properties.html and inspector/css/selector-specificity.html
are very flaky on Mac
https://bugs.webkit.org/show_bug.cgi?id=138636
Bring back Crash expectattion, as this is how it's reported on WK1. Also added one more test.
* platform/mac/TestExpectations:
2014-11-11 Alexey Proskuryakov <ap@apple.com>
compositing/video/video-border-radius.html frequently times out on 10.8
Add an error even listener, to at hopefully get a proper failure when this happens.
* compositing/video/video-border-radius.html:
2014-11-11 Alexey Proskuryakov <ap@apple.com>
inspector/css/matched-style-properties.html and inspector/css/selector-specificity.html
are very flaky on Mac
https://bugs.webkit.org/show_bug.cgi?id=138636
Updated the results and comments for tests that don't work in production builds,
those are not quite relevant here.
* platform/mac/TestExpectations:
2014-11-11 Alexey Proskuryakov <ap@apple.com>
compositing/video/video-border-radius.html frequently times out on 10.8
Add an event listener before setting source, not after. This should not affect
anything, but seems worth a try.
* compositing/video/video-border-radius.html:
2014-11-11 Daniel Bates <dabates@apple.com>
[Frame Flattening] ASSERT(transaction->view == &view()) fails in RenderBlock::removeFromUpdateScrollInfoAfterLayoutTransaction()
https://bugs.webkit.org/show_bug.cgi?id=138615
<rdar://problem/18928487>
Reviewed by David Hyatt.
Add a test that causes an assertion failure in affected builds.
* fast/frames/flattening/iframe-flattening-inside-flexbox-with-delayed-scroll-update-expected.txt: Added.
* fast/frames/flattening/iframe-flattening-inside-flexbox-with-delayed-scroll-update.html: Added.
2014-11-11 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
[EFL] Unskip now passing http tests
https://bugs.webkit.org/show_bug.cgi?id=137694
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-10-07 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Limit the size of explicit/implicit grid
https://bugs.webkit.org/show_bug.cgi?id=136217
Reviewed by Andreas Kling.
Removed as they are now part of the WebCore's CSSParser.cpp unit
test. The reason why it was moved there is because the test would
require huge (~1000000 tracks) grid allocations, making the test
quite slow specially on Debug builds.
* fast/css-grid-layout/grid-element-repeat-max-repetitions-expected.txt: Removed.
* fast/css-grid-layout/grid-element-repeat-max-repetitions.html: Removed.
2014-11-11 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed EFL gardening after r174233.
* platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/efl/fast/multicol/float-avoidance-expected.txt:
* platform/efl/fast/multicol/overflow-across-columns-expected.txt:
* platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.txt:
* platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
* platform/efl/fast/multicol/positive-leading-expected.txt:
* platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/efl/fast/text/hyphenate-character-expected.txt:
* platform/efl/fast/text/hyphens-expected.txt:
* platform/efl/fast/text/justified-selection-at-edge-expected.txt:
* platform/efl/fast/text/justify-nbsp-expected.txt: Added.
* platform/efl/fast/text/trailing-white-space-2-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
2014-11-11 Yusuke Suzuki <utatane.tea@gmail.com>
CSS4 Selectors: Add multiple pseudo elements support to :matches
https://bugs.webkit.org/show_bug.cgi?id=138214
Reviewed by Benjamin Poulain.
* fast/selectors/pseudo-element-in-non-rightmost-fragments-expected.html: Added.
* fast/selectors/pseudo-element-in-non-rightmost-fragments.html: Added.
In this test, we ensure that pseudo elements selector in the
non-rightmost fragments becomes unmatched.
* fast/selectors/pseudo-element-inside-matches-expected.html: Added.
* fast/selectors/pseudo-element-inside-matches.html: Added.
* fast/selectors/ignore-pseudo-element-inside-non-rightmost-fragments-expected.txt: Added.
* fast/selectors/ignore-pseudo-element-inside-non-rightmost-fragments.html: Added.
2014-11-10 Benjamin Poulain <bpoulain@apple.com>
Add parsing support for the extended :nth-last-child(An+B of selector-list)
https://bugs.webkit.org/show_bug.cgi?id=138520
Reviewed by Andreas Kling.
All the tests are variations of the existing tests for :nth-child(An+B of selector-list).
* 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/parsing-css-nth-last-child-of-1-expected.txt: Added.
* fast/css/parsing-css-nth-last-child-of-1.html: Added.
* fast/css/parsing-css-nth-last-child-of-2-expected.txt: Added.
* fast/css/parsing-css-nth-last-child-of-2.html: Added.
* fast/css/parsing-css-nth-last-child-of-3-expected.txt: Added.
* fast/css/parsing-css-nth-last-child-of-3.html: Added.
* fast/css/parsing-css-nth-last-child-of-4-expected.txt: Added.
* fast/css/parsing-css-nth-last-child-of-4.html: Added.
2014-11-10 Said Abou-Hallawa <sabouhallawa@apple.com>
SVG foreign objects do not inherit the container coordinates system if they are repainted..
https://bugs.webkit.org/show_bug.cgi?id=138481.
Reviewed by Simon Fraser.
Ensure the repaint rectangle of the SVG foreign object is calculated correctly
when the container element has transformation.
* svg/transforms/svg-transform-foreign-object-repaint-expected.png: Added.
* svg/transforms/svg-transform-foreign-object-repaint-expected.txt: Added.
* svg/transforms/svg-transform-foreign-object-repaint.html: Added.
Re-baseline these tests since the render tree dumping uses renderer.absoluteClippedOverflowRect()
in writePositionAndStyle() to get the object rectangle so this issue only affects test output.
* svg/zoom/page/zoom-foreign-content-expected.txt:
* platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
2014-11-10 Andreas Kling <akling@apple.com>
The JIT should cache property lookup misses.
<https://webkit.org/b/135578>
Add a JSRegress test for caching of property lookup misses.
There are three subtests:
1. Pure speed test.
2. Test for when a property previously cached as missing suddenly
appears on the object.
3. Same as (2), but it appears on the prototype.
The test runs ~5.5x faster with the optimization.
Reviewed by Filip Pizlo.
* js/regress/script-tests/undefined-property-access.js: Added.
(foo):
(bar):
(baz):
* js/regress/undefined-property-access-expected.txt: Added.
* js/regress/undefined-property-access.html: Added.
2014-11-10 Myles C. Maxfield <mmaxfield@apple.com>
Test that complext and fast text codepaths measure the same width
https://bugs.webkit.org/show_bug.cgi?id=138581
Reviewed by Simon Fraser.
* fast/text/space-width-expected.html: Added.
* fast/text/space-width.html: Added.
2014-11-10 Alexey Proskuryakov <ap@apple.com>
http tests should not use shared temporary files
https://bugs.webkit.org/show_bug.cgi?id=138583
Reviewed by Tim Horton.
Made some of the scripts that write to files take a path argument, and made others
more strictly serve only one test.
This way, we don't race for any files.
* http/tests/appcache/fail-on-update-2.html:
* http/tests/appcache/fallback.html:
* http/tests/appcache/main-resource-fallback-for-network-error-crash.html:
* http/tests/appcache/main-resource-hash.html:
* http/tests/appcache/main-resource-redirect.html:
* http/tests/appcache/multi-fallback.html:
* http/tests/appcache/non-html.xhtml:
* http/tests/appcache/offline-access.html:
* http/tests/appcache/online-whitelist.html:
* http/tests/appcache/remove-cache.html:
* http/tests/appcache/resources/counter.php: Removed.
* http/tests/appcache/resources/fail-on-update-2.php:
* http/tests/appcache/resources/fail-on-update.php:
* http/tests/appcache/resources/main-resource-redirect-frame.php:
* http/tests/appcache/resources/main-resource-redirect.manifest:
* http/tests/appcache/resources/non-html.manifest:
* http/tests/appcache/resources/offline-access-frame.html:
* http/tests/appcache/resources/offline-access.js:
* http/tests/appcache/resources/offline-access.manifest:
* http/tests/appcache/resources/online-whitelist.manifest:
* http/tests/appcache/resources/online-whitelist.php: Copied from LayoutTests/http/tests/appcache/resources/counter.php.
* http/tests/appcache/resources/remove-cache-frame-2.html:
* http/tests/appcache/resources/remove-cache-frame.html:
* http/tests/appcache/resources/remove-cache.php: Copied from LayoutTests/http/tests/appcache/resources/fail-on-update.php.
* http/tests/appcache/resources/update-cache.php: Copied from LayoutTests/http/tests/appcache/resources/versioned-manifest.php.
* http/tests/appcache/resources/versioned-manifest.php: Removed.
* http/tests/appcache/update-cache.html:
* http/tests/cache/network-error-during-revalidation.html:
* http/tests/cache/post-redirect-get.php:
* http/tests/cache/post-with-cached-subresources.php:
* http/tests/cache/reload-main-resource.php:
* http/tests/cache/resources/network-error-during-revalidation-frame.html:
* http/tests/cache/resources/partitioned-cache-echo-state.php:
* http/tests/cache/resources/partitioned-cache-loader.html:
* http/tests/cache/resources/post-image-to-verify.php:
* http/tests/cache/resources/reload-main-resource-iframe.php:
* http/tests/cache/stopped-revalidation.html:
* http/tests/cache/subresource-fragment-identifier.html:
* http/tests/css/border-image-loading.html:
* http/tests/css/css-image-loading.html:
* http/tests/css/mask-image-loading.html:
* http/tests/css/reflection-mask-image-loading.html:
* http/tests/css/resources/request-logging.js:
* http/tests/loading/preload-img-test.html:
* http/tests/local/link-stylesheet-load-order-preload.html:
* http/tests/local/link-stylesheet-load-order.html:
* http/tests/misc/link-rel-prefetch-and-subresource.html:
* http/tests/resources/network-simulator.php:
* http/tests/resources/tripmine.php: Removed.
* http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html:
* http/tests/xmlhttprequest/access-control-preflight-headers-async.html:
* http/tests/xmlhttprequest/access-control-preflight-headers-sync.html:
* http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-header-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-method-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-not-supported.html:
* http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html:
* http/tests/xmlhttprequest/resources/access-control-preflight-denied-xsrf.php:
* http/tests/xmlhttprequest/resources/no-custom-header.php:
* http/tests/xmlhttprequest/resources/redirect-cross-origin-tripmine.php: Copied from LayoutTests/http/tests/resources/tripmine.php.
* http/tests/xmlhttprequest/state-after-network-error.html:
* http/tests/xmlhttprequest/xmlhttprequest-responseURL-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-responseURL.html:
2014-11-10 Michael Saboff <msaboff@apple.com>
Add test for fix of REGRESSION (r174985-174986): Site display disappears
https://bugs.webkit.org/show_bug.cgi?id=138470
Reviewed by Geoffrey Garen.
This checks that document.write() and document.writeln() are cached and the same instance
is always returned.
* js/dom/document-write-functions-cached-expected.txt: Added.
* js/dom/document-write-functions-cached.html: Added.
2014-11-04 Jer Noble <jer.noble@apple.com>
REGRESSION(r174823): Several tests fail due to canplaythrough firing before tracks are available
https://bugs.webkit.org/show_bug.cgi?id=137882
Reviewed by Eric Carlson.
* platform/mac/TestExpectations:
* platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt:
2014-11-10 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r175813.
https://bugs.webkit.org/show_bug.cgi?id=138573
Breaks complex text layout spacing (Requested by litherum on
#webkit).
Reverted changeset:
"[OSX] Some words are placed on top of each other in complex
text layout"
https://bugs.webkit.org/show_bug.cgi?id=138348
http://trac.webkit.org/changeset/175813
2014-11-10 Myles C. Maxfield <mmaxfield@apple.com>
[OSX] Some words are placed on top of each other in complex text layout
https://bugs.webkit.org/show_bug.cgi?id=138348
Reviewed by Simon Fraser.
Updating tests to not use cached space width.
* fast/text/large-space-width-complex-expected.html: Added.
* fast/text/large-space-width-complex.html: Added.
* fast/text/resources/NotoNastaliqUrduDraft.ttf: Added.
* platform/mac-mavericks/fast/text/emphasis-expected.png:
* platform/mac-mavericks/fast/text/emphasis-expected.txt: This test is orthogonal to space widths.
* platform/mac-mountainlion/fast/text/emphasis-expected.png:
* platform/mac-mountainlion/fast/text/emphasis-expected.txt:
* platform/mac/fast/text/emphasis-expected.png:
* platform/mac/fast/text/emphasis-expected.txt:
* platform/mac/fast/text/sticky-typesetting-features-expected.png:
* platform/mac/fast/text/sticky-typesetting-features-expected.txt: Ditto.
* platform/mac/fast/writing-mode/text-orientation-basic-expected.png:
* platform/mac/fast/writing-mode/text-orientation-basic-expected.txt: This test actually is improved with
this patch. Instead of a weirdly wide space width, the two words are spaced appropriately now.
2014-11-10 Csaba Osztrogonác <ossy@webkit.org>
Crash in WebCore::Node::getFlag
https://bugs.webkit.org/show_bug.cgi?id=137961
Reviewed by Antti Koivisto.
* editing/execCommand/crash-137961-expected.txt: Added.
* editing/execCommand/crash-137961.html: Added.
2014-11-10 Mihnea Ovidenie <mihnea@adobe.com>
ASSERTION FAILED: !object || !object->parent()->isRuby() || is<RenderRubyRun>(*object) || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) || (object->isAnonymous() && ... ) in WebCore::isAnonymousRubyInlineBlock
https://bugs.webkit.org/show_bug.cgi?id=137958
Reviewed by Chris Dumez.
* fast/multicol/newmulticol/ruby-from-multicol-to-auto-expected.txt: Added.
* fast/multicol/newmulticol/ruby-from-multicol-to-auto.html: Added.
2014-11-10 Sanghyup Lee <sh53.lee@samsung.com>
[EFL] Add missing test results since r169631, r174992
https://bugs.webkit.org/show_bug.cgi?id=138502
Reviewed by Gyuyoung Kim.
* platform/efl/accessibility/aria-inherits-presentational-expected.txt: Added.
* platform/efl/accessibility/css-content-attribute-expected.txt: Added.
2014-11-09 Simon Fraser <simon.fraser@apple.com>
Put bug link at the start of the line.
* platform/mac-wk2/TestExpectations:
2014-11-08 Simon Fraser <simon.fraser@apple.com>
Implement round-rect clipping on video elements
https://bugs.webkit.org/show_bug.cgi?id=138537
rdar://problem/9534399
Reviewed by Darin Adler.
Test that uses clip() to compare a bit of rounded-rect video in the corner.
Rebaselined test that dumped contents layers.
* compositing/video/video-border-radius-expected.html: Added.
* compositing/video/video-border-radius.html: Added.
* platform/mac/compositing/reflections/direct-image-object-fit-reflected-expected.txt:
2014-11-08 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/cross-origin-cookie-storage.html fails with PPT.
This test used to pass because some previous test leaked a cookie. Now that we
clear cookies between tests, it fails, and will fail until we implement testRunner.setAlwaysAcceptCookies.
* platform/mac-wk2/TestExpectations:
2014-11-08 Alexey Proskuryakov <ap@apple.com>
http/tests/navigation/redirect-on-back-updates-history-item.html leaks a cookie
https://bugs.webkit.org/show_bug.cgi?id=138507
Reviewed by Pratik Solanki.
* http/tests/navigation/resources/redirect-updates-history-item-done.html:
2014-11-07 Chris Dumez <cdumez@apple.com>
Move 'webkit-clip-path' CSS property to the new StyleBuilder
https://bugs.webkit.org/show_bug.cgi?id=138452
Reviewed by Andreas Kling.
Add layout test to make sure we don't crash in the StyleBuilder when
setting unexpected values to webkit-clip-path property.
* fast/masking/clip-path-bad-value-expected.txt: Added.
* fast/masking/clip-path-bad-value.html: Added.
2014-11-07 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Pseudo element matchedCSSRules do not include matching selector info
https://bugs.webkit.org/show_bug.cgi?id=138438
Reviewed by Benjamin Poulain.
* inspector/css/pseudo-element-matches-expected.txt: Added.
* inspector/css/pseudo-element-matches.html: Added.
Add a test to ensure we get correct selector matches for a pseudo element
inside of an <audio> element. The test is heavily coupled to our UserAgent
stylesheet and Shadow DOM layout, so check for possible failures if
WebCore changes things.
2014-11-07 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] the sandbag JS utility code isn't producing the correct expected result in the shape-image gradient tests
https://bugs.webkit.org/show_bug.cgi?id=135923
Reviewed by Dirk Schulze.
Import tests from upstream. They have been modified so that they use
testharness to validate success or failure instead of being reftests,
allowing for fuzziness in matching to get around small variances
between implementations.
* TestExpectations:
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.html: Removed.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.txt: Added.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001.html:
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.html: Removed.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.txt: Added.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002.html:
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.html: Removed.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.txt: Added.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003.html:
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.html: Removed.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.txt: Added.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004.html:
* css3/shapes/shape-outside/shape-image/gradients/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/support/test-utils.js:
(verifyTextPoints):
2014-11-07 Mark Lam <mark.lam@apple.com>
Gardening: get-by-pname.js is failing when run with JSC_useLLINT=false and other special JIT configurations.
<https://webkit.org/b/138497>
Unreviewed.
* js/script-tests/get-by-pname.js:
- temporarily skipping this from the JSC tests to green the bots until the issue is fixed.
2014-11-06 Darin Adler <darin@apple.com>
REGRESSION (r175549): http/tests/multipart/stop-crash.html failing (assertion failure in CachedResource::setEncodedSize)
https://bugs.webkit.org/show_bug.cgi?id=138358
Reviewed by Alexey Proskuryakov.
* TestExpectations: Turn the test back on.
2014-11-06 Mark Lam <mark.lam@apple.com>
Refactor the get-by-pname.js test [follow up 2].
<https://webkit.org/b/138483>
Reviewed by Michael Saboff.
Make unique copies of the test functions to ensure that each test case does not
affect the tiering up of other test cases.
* js/get-by-pname-expected.txt:
* js/script-tests/get-by-pname.js:
(foo): Deleted.
(getByPnameOnConstant): Deleted.
(getByPnameOnVar): Deleted.
2014-11-06 Mark Lam <mark.lam@apple.com>
Refactor the get-by-pname.js test [follow up].
<https://webkit.org/b/138483>
Reviewed by Michael Saboff.
Used named properties to make the test code more readable.
* js/script-tests/get-by-pname.js:
(isTierIteration):
(tierName):
(testExpr): Deleted.
(testExpectedResult): Deleted.
2014-11-06 Mark Lam <mark.lam@apple.com>
slow_path_get_direct_pname() needs to be hardened against a constant baseValue.
<https://webkit.org/b/138476>
Reviewed by Michael Saboff.
* js/get-by-pname-expected.txt:
* js/script-tests/get-by-pname.js:
(getByPnameOnConstant):
(getByPnameOnVar):
- Added more test cases.
2014-11-06 Mark Lam <mark.lam@apple.com>
Refactor the get-by-pname.js test.
<https://webkit.org/b/138483>
Reviewed by Geoffrey Garen.
Refactored the test code to:
1. make it easier to add more test cases.
2. test each case against different tier JITs.
3. print only one set of results for each tier being tested.
* js/get-by-pname-expected.txt:
* js/script-tests/get-by-pname.js:
(getByPnameOnConstant):
(getByPnameOnVar):
(testExpr):
(testExpectedResult):
(isTierIteration):
(tierName):
2014-11-06 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] the spec-examples reftests are off by a few pixels
https://bugs.webkit.org/show_bug.cgi?id=135927
Reviewed by Zoltan Horvath.
Import new versions of the spec example tests that are js tests
instead of ref tests so that they can properly handle the small pixel
differences in rendering between platforms.
* TestExpectations:
* css3/shapes/spec-examples/shape-outside-010-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-010-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-010.html:
* css3/shapes/spec-examples/shape-outside-011-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-011-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-011.html:
* css3/shapes/spec-examples/shape-outside-012-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-012-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-012.html:
* css3/shapes/spec-examples/shape-outside-013-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-013-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-013.html:
* css3/shapes/spec-examples/shape-outside-014-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-014-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-014.html:
* css3/shapes/spec-examples/shape-outside-015-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-015-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-015.html:
* css3/shapes/spec-examples/shape-outside-016-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-016-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-016.html:
* css3/shapes/spec-examples/shape-outside-017-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-017-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-017.html:
* css3/shapes/spec-examples/shape-outside-018-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-018-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-018.html:
* css3/shapes/spec-examples/shape-outside-019-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-019-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-019.html:
* css3/shapes/spec-examples/support/spec-example-utils.js: Added.
(.runTest):
(approxShapeTest):
* css3/shapes/spec-examples/support/w3c-import.log:
* css3/shapes/spec-examples/w3c-import.log:
2014-11-06 Dean Jackson <dino@apple.com>
[filters2] Support for backdrop-filter
https://bugs.webkit.org/show_bug.cgi?id=138384
<rdar://problem/18874494>
Reviewed by Simon Fraser.
Take 2!! Previous patch was rolled out.
Tests for backdrop-filter. These are skipped on non-Apple platforms.
* platform/win/TestExpections: Skip these tests.
* platform/efl/TestExpections:
* platform/gtk/TestExpections:
* platform/mac-mavericks/TestExpectations: Yosemite only.
* css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-computed-style.html: Added.
* css3/filters/backdrop/backdropfilter-property-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Added.
* css3/filters/backdrop/backdropfilter-property-parsing.html: Added.
* css3/filters/backdrop/backdropfilter-property.html: Added.
* css3/filters/backdrop/effect-hw-expected.html: Added.
* css3/filters/backdrop/effect-hw.html: Added.
* css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Added.
(testComputedFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Added.
(testInvalidFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Added.
(jsWrapperClass):
(shouldBeType):
(testFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property.js: Added.
2014-11-06 Benjamin Poulain <bpoulain@apple.com>
Give pseudo elements the correct specificity
https://bugs.webkit.org/show_bug.cgi?id=138378
Reviewed by Dean Jackson.
* fast/css/pseudo-element-specificity-expected.html: Added.
* fast/css/pseudo-element-specificity.html: Added.
Given that all selector affecting the pseudo element were offset by one,
it is impossible to use a pseudo element directly to affect the order, making the bug
hard to test.
What I did here for testing is use the stauration at 255 of any specificity field.
With 255 class + 1 pseudo element, the old code would saturate at (0, 255, 0), while
the fixed code would correctly give (0, 255, 1). By comparing that to a non-saturated
selector, I can show the fix is correct.
* inspector/css/selector-specificity-expected.txt:
2014-11-06 Alexey Proskuryakov <ap@apple.com>
inspector-protocol/debugger/setPauseOnExceptions-uncaught.html frequently times out on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=138097
* platform/mac-wk2/TestExpectations: Marking it as such.
2014-11-06 Bem Jones-Bey <bjonesbe@adobe.com>
Update testharness.js to the latest version
https://bugs.webkit.org/show_bug.cgi?id=138446
Reviewed by Ryosuke Niwa.
The only change I've made from upstream is to set output to false by
default.
* resources/testharness.js:
2014-11-06 Chris Dumez <cdumez@apple.com>
Unreviewed, fix nits after r175688.
Just a couple of non-functional fixes to the layout test.
* fast/dom/Text/splitText.html:
2014-11-05 Shivakumar JM <shiva.jm@samsung.com>
splitText API does not match DOM specification.
https://bugs.webkit.org/show_bug.cgi?id=138405
Reviewed by Chris Dumez.
* fast/dom/Text/splitText-expected.txt: Added.
* fast/dom/Text/splitText.html: Added.
* fast/dom/non-numeric-values-numeric-parameters-expected.txt:
* fast/dom/script-tests/non-numeric-values-numeric-parameters.js:
2014-11-05 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r175672.
https://bugs.webkit.org/show_bug.cgi?id=138455
Tries to make backdrop layers on every layer, asserts on
Mavericks (Requested by smfr on #webkit).
Reverted changeset:
"[filters2] Support for backdrop-filter"
https://bugs.webkit.org/show_bug.cgi?id=138384
http://trac.webkit.org/changeset/175672
2014-11-04 Dean Jackson <dino@apple.com>
[filters2] Support for backdrop-filter
https://bugs.webkit.org/show_bug.cgi?id=138384
<rdar://problem/18874494>
Reviewed by Simon Fraser.
Tests for backdrop-filter. These are skipped on non-Apple platforms.
* platform/win/TestExpections: Skip these tests.
* platform/efl/TestExpections:
* platform/gtk/TestExpections:
* platform/mac-mavericks/TestExpectations: Yosemite only.
* css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-computed-style.html: Added.
* css3/filters/backdrop/backdropfilter-property-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Added.
* css3/filters/backdrop/backdropfilter-property-parsing.html: Added.
* css3/filters/backdrop/backdropfilter-property.html: Added.
* css3/filters/backdrop/effect-hw-expected.html: Added.
* css3/filters/backdrop/effect-hw.html: Added.
* css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Added.
(testComputedFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Added.
(testInvalidFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Added.
(jsWrapperClass):
(shouldBeType):
(testFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property.js: Added.
2014-11-05 Simon Fraser <simon.fraser@apple.com>
Avoid backing store for opacity:0 descendant layers
https://bugs.webkit.org/show_bug.cgi?id=138448
Reviewed by Dean Jackson.
Test for no backing store with opacity:0 child, and that we get backing
store when dynamically changing the opacity to non-0.
* compositing/backing/no-backing-for-opacity-0-child-expected.txt: Added.
* compositing/backing/no-backing-for-opacity-0-child.html: Added.
* compositing/backing/toggle-opacity-0-child-expected.txt: Added.
* compositing/backing/toggle-opacity-0-child.html: Added.
2014-11-05 Chris Fleizach <cfleizach@apple.com>
AX: add "alt" as an overriding synonym of "-webkit-alt" (now in the CSS4 spec)
https://bugs.webkit.org/show_bug.cgi?id=138393
Reviewed by Dean Jackson.
* platform/mac/accessibility/alt-for-css-content-expected.txt: Added.
* platform/mac/accessibility/alt-for-css-content.html: Added.
2014-11-05 Dan Bernstein <mitz@apple.com>
Remove the unused deletion UI feature
https://bugs.webkit.org/show_bug.cgi?id=138442
Rubber-stamped by Alexey Proskuryakov.
Removed tests, expected results, and support files for this feature.
* platform/mac/editing/deleting/deletionUI-borders-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-borders.html: Removed.
* platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Removed.
* platform/mac/editing/deleting/deletionUI-differing-background-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-differing-background.html: Removed.
* platform/mac/editing/deleting/deletionUI-minimum-size-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-minimum-size.html: Removed.
* platform/mac/editing/deleting/deletionUI-single-instance-expected.png: Removed.
* platform/mac/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-single-instance.html: Removed.
* platform/mac/editing/deleting/deletionUI-successful-deletion-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-successful-deletion.html: Removed.
* platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Removed.
* platform/mac/editing/deleting/id-in-deletebutton.html: Removed.
* platform/mac/editing/deleting/resources: Removed.
* platform/mac/editing/deleting/resources/deletionUI-helpers.js: Removed.
* platform/wk2/TestExpectations:
2014-11-04 David Hyatt <hyatt@apple.com>
Descendant ends up in wrong flow thread with nested columns and spans.
https://bugs.webkit.org/show_bug.cgi?id=137273
Reviewed by Simon Fraser.
Unskipped the two problematic span tests.
* TestExpectations:
2014-11-05 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Positioned polygon reftests failing again
https://bugs.webkit.org/show_bug.cgi?id=138058
Reviewed by Anders Carlsson.
Remove these tests from TestExpectations since they do pass.
* TestExpectations:
2014-11-05 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] shape-image-threshold parsing tests have a few failures
https://bugs.webkit.org/show_bug.cgi?id=138060
Reviewed by Dirk Schulze.
Remove testing for inline style from the CSSWG test because it isn't
specified and isn't consistent across browsers. This has been updated
upstream as well.
Add inline style tests to the WebKit test suite to make sure that
WebKIt doesn't lose coverage with this change.
* TestExpectations:
* css3/shapes/shape-outside/values/shape-image-threshold-001-expected.txt:
* css3/shapes/shape-outside/values/shape-image-threshold-001.html:
* fast/shapes/parsing/parsing-shape-image-threshold-expected.txt:
* fast/shapes/parsing/parsing-shape-image-threshold.html:
2014-11-05 Chris Dumez <cdumez@apple.com>
Stop special-casing the empty string in HTMLInputElement.type setter
https://bugs.webkit.org/show_bug.cgi?id=138403
Reviewed by Ryosuke Niwa.
Add layout test to check the functionality of the HTMLInputElement.type
getter and setter.
* fast/dom/HTMLInputElement/input-type-attribute-expected.txt: Added.
* fast/dom/HTMLInputElement/input-type-attribute.html: Added.
2014-11-05 Andreas Kling <akling@apple.com>
Simple line layout: support text-transform: lowercase|uppercase|capitalize
<https://webkit.org/b/138406>
Reviewed by Antti Koivisto.
Add ref test for simple line layout with all text-transform values.
* fast/text/simple-lines-text-transform-expected.html: Added.
* fast/text/simple-lines-text-transform.html: Added.
2014-11-04 Michael Saboff <msaboff@apple.com>
Disable flakey dfg-int8array.js and dfg-int16array.js tests for ARM64
https://bugs.webkit.org/show_bug.cgi?id=138379
Reviewed by Mark Lam.
Disabled these test for ARM64. Will address the failures and then re-enable.
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int8array.js:
2014-11-04 Myles C. Maxfield <mmaxfield@apple.com>
[OSX] CJK characters styled with font-family: cursive are italicized
https://bugs.webkit.org/show_bug.cgi?id=138328
rdar://problem/18801907
Reviewed by Simon Fraser.
Make sure that the text matches the output of a different codepath.
* platform/mac/fast/text/font-cursive-italic-cjk-expected.html: Added.
* platform/mac/fast/text/font-cursive-italic-cjk.html: Added.
* platform/mac/TestExpectations: Skipped test on non-Yosemite platforms.
2014-11-04 Benjamin Poulain <bpoulain@apple.com>
When computing the specificity of selectors, use saturated arithmetic per component
https://bugs.webkit.org/show_bug.cgi?id=138336
Reviewed by Andreas Kling.
* fast/selectors/specificity-overflow-2-expected.txt: Added.
* fast/selectors/specificity-overflow-2.html: Added.
2014-11-04 Darin Adler <darin@apple.com>
* TestExpectations: Turn off http/tests/multipart/stop-crash.html.
Will turn it back on soon.
2014-11-04 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
[EFL] Skip websocket tests
https://bugs.webkit.org/show_bug.cgi?id=138355
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-11-04 Nikos Andrkos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
Fix animation of orient attribute on marker element
https://bugs.webkit.org/show_bug.cgi?id=137942
Reviewed by Dirk Schulze.
Test the rendered result of the animation of the orient attribute.
Existing tests were only testing the animated value in the DOM.
* svg/animations/animate-marker-orienttype-1-expected.txt: Added.
* svg/animations/animate-marker-orienttype-1.html: Added.
* svg/animations/animate-marker-orienttype-2-expected.txt: Added.
* svg/animations/animate-marker-orienttype-2.html: Added.
* svg/animations/animate-marker-orienttype-3-expected.txt: Added.
* svg/animations/animate-marker-orienttype-3.html: Added.
2014-11-03 Shivakumar JM <shiva.jm@samsung.com>
Adding test for array buffer and data view POST in XMLHttpRequest async send.
https://bugs.webkit.org/show_bug.cgi?id=138304
Reviewed by Alexey Proskuryakov.
Adding test for array buffer and data view
* http/tests/xmlhttprequest/send-data-view-async-expected.txt: Added.
* http/tests/xmlhttprequest/send-data-view-async.html: Added.
2014-11-03 Chris Dumez <cdumez@apple.com>
Fix jquery/manipulation.html flakiness on debug builds
https://bugs.webkit.org/show_bug.cgi?id=138335
Reviewed by Alexey Proskuryakov.
Update jquery's qunit config to not refresh the test results
regularly as this is not useful as part of layout testing.
This was causing qunit to set a timer every 13ms to check if
results should be updated and this timer would sometimes get
throttled after r175441.
* TestExpectations:
* jquery/resources/test/qunit/qunit/qunit.js:
(.):
2014-11-03 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Show Selector's Specificity
https://bugs.webkit.org/show_bug.cgi?id=138189
Reviewed by Timothy Hatcher.
* inspector/css/matched-style-properties.html:
* inspector/css/selector-specificity-expected.txt: Added.
* inspector/css/selector-specificity.html: Copied from LayoutTests/inspector/css/matched-style-properties.html.
2014-11-03 Lorenzo Tilve <ltilve@igalia.com>
[GTK] Unreviewed gardening. Rebaseline after r175259.
https://bugs.webkit.org/show_bug.cgi?id=138317
Rebaseline pending test expectations affected by r175259.
* platform/gtk/css1/box_properties/border_bottom-expected.txt:
* platform/gtk/css1/box_properties/border_top-expected.txt:
* platform/gtk/css1/formatting_model/inline_elements-expected.txt:
* platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/gtk/svg/custom/bug45331-expected.txt:
* platform/gtk/svg/custom/path-bad-data-expected.txt:
2014-11-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
[EFL] Unskip passing ENCRYPTED_MEDIA_V2 tests
https://bugs.webkit.org/show_bug.cgi?id=138133
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-11-03 Sungmann Cho <sungmann.cho@navercorp.com>
AX: Fix some minor typos related to the word "accessibility".
https://bugs.webkit.org/show_bug.cgi?id=138299
Reviewed by Chris Fleizach.
* accessibility/aria-link-supports-press.html:
2014-11-01 KyungTae Kim <ktf.kim@samsung.com>
[CSS] Add tests for :read-only and :read-write
https://bugs.webkit.org/show_bug.cgi?id=92473
Add test case for :readonly and :readwrite pseudoclass for common elements
Reviewed by Benjamin Poulain.
* fast/css/readonly-pseudoclass-common-element-expected.txt: Added.
* fast/css/readonly-pseudoclass-common-element.html: Added.
* fast/css/readwrite-pseudoclass-editable-expected.txt: Added.
* fast/css/readwrite-pseudoclass-editable.html: Added.
2014-11-01 Alexey Proskuryakov <ap@apple.com>
REGRESSION: Using a media element changes window.name
https://bugs.webkit.org/show_bug.cgi?id=138278
rdar://problem/18704134
Reviewed by Jer Noble.
* fast/media/window-name-expected.txt: Added.
* fast/media/window-name.html: Added.
* platform/mac/webarchive/loading/video-in-webarchive-expected.txt: Removed.
This result was incorrect due to this bug, and now Mac matches cross-platform
results.
2014-11-01 Chris Dumez <cdumez@apple.com>
Unreviewed gardening.
Mark jquery/manipulation.html as flakey on Debug bots as marking it
as slow did not help.
* TestExpectations:
2014-11-01 Chris Dumez <cdumez@apple.com>
Unreviewed, fix double-slash in previous gardening commit.
* TestExpectations:
2014-11-01 Chris Dumez <cdumez@apple.com>
Unreviewed gardening.
Mark jquery/manipulation.html as slow on Debug builds until I can
investigate how to avoid this with timer throttling.
* TestExpectations:
2014-11-01 Benjamin Poulain <bpoulain@apple.com>
Fix the specificity of the extended :not() selector
https://bugs.webkit.org/show_bug.cgi?id=138275
Reviewed by Andreas Kling.
* fast/css/not-self-specificity-expected.html: Added.
* fast/css/not-self-specificity.html: Added.
Test that :not() itself does not influence the specificity,
only the nested selectors contribute to the global specificity.
* fast/css/not-specificity-1-expected.html: Added.
* fast/css/not-specificity-1.html: Added.
* fast/css/not-specificity-2-expected.html: Added.
* fast/css/not-specificity-2.html: Added.
* fast/css/not-specificity-3-expected.html: Added.
* fast/css/not-specificity-3.html: Added.
Tests for compound selectors.
All tests are variations of the same base testing specificity
and position.
* fast/css/not-specificity-4-expected.html: Added.
* fast/css/not-specificity-4.html: Added.
* fast/css/not-specificity-5-expected.html: Added.
* fast/css/not-specificity-5.html: Added.
* fast/css/not-specificity-6-expected.html: Added.
* fast/css/not-specificity-6.html: Added.
Same thing for complex selectors.
* fast/selectors/class-style-update-with-not-expected.txt:
Yeah, one more test fixed :)
2014-11-01 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] Unreviewed EFL gardening.
https://bugs.webkit.org/show_bug.cgi?id=138276
Rebaseline after r175259.
* platform/efl/css1/basic/containment-expected.txt:
* platform/efl/css1/basic/contextual_selectors-expected.txt:
* platform/efl/css1/basic/grouping-expected.txt:
* platform/efl/css1/basic/id_as_selector-expected.txt:
* platform/efl/css1/basic/inheritance-expected.txt:
* platform/efl/css1/box_properties/border-expected.txt:
* platform/efl/css1/box_properties/border_bottom-expected.txt:
* platform/efl/css1/box_properties/border_bottom_inline-expected.txt:
* platform/efl/css1/box_properties/border_bottom_width-expected.txt:
* platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_color-expected.txt:
* platform/efl/css1/box_properties/border_color_inline-expected.txt:
* platform/efl/css1/box_properties/border_inline-expected.txt:
* platform/efl/css1/box_properties/border_left-expected.txt:
* platform/efl/css1/box_properties/border_left_inline-expected.txt:
* platform/efl/css1/box_properties/border_left_width-expected.txt:
* platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_right-expected.txt:
* platform/efl/css1/box_properties/border_right_inline-expected.txt:
* platform/efl/css1/box_properties/border_right_width-expected.txt:
* platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_style-expected.txt:
* platform/efl/css1/box_properties/border_style_inline-expected.txt:
* platform/efl/css1/box_properties/border_top-expected.txt:
* platform/efl/css1/box_properties/border_top_inline-expected.txt:
* platform/efl/css1/box_properties/border_top_width-expected.txt:
* platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_width-expected.txt:
* platform/efl/css1/box_properties/border_width_inline-expected.txt:
* platform/efl/css1/box_properties/clear-expected.txt:
* platform/efl/css1/box_properties/clear_float-expected.txt:
* platform/efl/css1/box_properties/float-expected.txt:
* platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
* platform/efl/css1/box_properties/float_margin-expected.txt:
* platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
* platform/efl/css1/box_properties/height-expected.txt:
* platform/efl/css1/box_properties/margin-expected.txt:
* platform/efl/css1/box_properties/margin_bottom-expected.txt:
* platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/efl/css1/box_properties/margin_inline-expected.txt:
* platform/efl/css1/box_properties/margin_left-expected.txt:
* platform/efl/css1/box_properties/margin_left_inline-expected.txt:
* platform/efl/css1/box_properties/margin_right-expected.txt:
* platform/efl/css1/box_properties/margin_right_inline-expected.txt:
* platform/efl/css1/box_properties/margin_top-expected.txt:
* platform/efl/css1/box_properties/margin_top_inline-expected.txt:
* platform/efl/css1/box_properties/padding-expected.txt:
* platform/efl/css1/box_properties/padding_bottom-expected.txt:
* platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/efl/css1/box_properties/padding_inline-expected.txt:
* platform/efl/css1/box_properties/padding_left-expected.txt:
* platform/efl/css1/box_properties/padding_left_inline-expected.txt:
* platform/efl/css1/box_properties/padding_right-expected.txt:
* platform/efl/css1/box_properties/padding_right_inline-expected.txt:
* platform/efl/css1/box_properties/padding_top-expected.txt:
* platform/efl/css1/box_properties/padding_top_inline-expected.txt:
* platform/efl/css1/box_properties/width-expected.txt:
* platform/efl/css1/cascade/cascade_order-expected.txt:
* platform/efl/css1/cascade/important-expected.txt:
* platform/efl/css1/classification/display-expected.txt:
* platform/efl/css1/classification/list_style-expected.txt:
* platform/efl/css1/classification/list_style_image-expected.txt:
* platform/efl/css1/classification/list_style_position-expected.txt:
* platform/efl/css1/classification/list_style_type-expected.txt:
* platform/efl/css1/classification/white_space-expected.txt:
* platform/efl/css1/color_and_background/background-expected.txt:
* platform/efl/css1/color_and_background/background_attachment-expected.txt:
* platform/efl/css1/color_and_background/background_color-expected.txt:
* platform/efl/css1/color_and_background/background_image-expected.txt:
* platform/efl/css1/color_and_background/background_position-expected.txt:
* platform/efl/css1/color_and_background/background_repeat-expected.txt:
* platform/efl/css1/color_and_background/color-expected.txt:
* platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/efl/css1/font_properties/font-expected.txt:
* platform/efl/css1/font_properties/font_family-expected.txt:
* platform/efl/css1/font_properties/font_size-expected.txt:
* platform/efl/css1/font_properties/font_style-expected.txt:
* platform/efl/css1/font_properties/font_variant-expected.txt:
* platform/efl/css1/font_properties/font_weight-expected.txt:
* platform/efl/css1/formatting_model/canvas-expected.txt:
* platform/efl/css1/formatting_model/floating_elements-expected.txt:
* platform/efl/css1/formatting_model/height_of_lines-expected.txt:
* platform/efl/css1/formatting_model/inline_elements-expected.txt:
* platform/efl/css1/formatting_model/replaced_elements-expected.txt:
* platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
* platform/efl/css1/pseudo/anchor-expected.txt:
* platform/efl/css1/pseudo/firstletter-expected.txt:
* platform/efl/css1/pseudo/firstline-expected.txt:
* platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/efl/css1/text_properties/letter_spacing-expected.txt:
* platform/efl/css1/text_properties/line_height-expected.txt:
* platform/efl/css1/text_properties/text_align-expected.txt:
* platform/efl/css1/text_properties/text_decoration-expected.txt:
* platform/efl/css1/text_properties/text_indent-expected.txt:
* platform/efl/css1/text_properties/text_transform-expected.txt:
* platform/efl/css1/text_properties/vertical_align-expected.txt:
* platform/efl/css1/text_properties/word_spacing-expected.txt:
* platform/efl/css1/units/color_units-expected.txt:
* platform/efl/css1/units/length_units-expected.txt:
* platform/efl/css1/units/percentage_units-expected.txt:
* platform/efl/css1/units/urls-expected.txt:
* platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/efl/fast/css/empty-pseudo-class-expected.txt:
* platform/efl/fast/css/first-child-pseudo-class-expected.txt:
* platform/efl/fast/css/last-child-pseudo-class-expected.txt:
* platform/efl/fast/css/only-child-pseudo-class-expected.txt:
* platform/efl/fast/forms/targeted-frame-submission-expected.txt:
* platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/efl/fast/html/listing-expected.txt:
* platform/efl/fast/invalid/junk-data-expected.txt:
* platform/efl/fast/invalid/missing-end-tag-expected.txt:
* platform/efl/fast/loader/text-document-wrapping-expected.txt:
* platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/efl/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/efl/fast/table/border-collapsing/004-expected.txt:
* platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/efl/fast/text/whitespace/001-expected.txt: Added.
* platform/efl/fast/text/whitespace/013-expected.txt: Added.
* platform/efl/fast/text/whitespace/014-expected.txt: Added.
* platform/efl/fast/text/whitespace/022-expected.txt:
* platform/efl/fast/text/whitespace/024-expected.txt:
* platform/efl/fast/text/whitespace/030-expected.txt:
* platform/efl/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/efl/svg/hixie/error/012-expected.txt:
* platform/efl/tables/mozilla/bugs/45621-expected.txt:
* platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2014-10-31 Dhi Aurrahman <diorahman@rockybars.com>
Add initial parsing functionality of :lang pseudo class in Selectors Level 4.
https://bugs.webkit.org/show_bug.cgi?id=138170
Reviewed by Benjamin Poulain.
Add tests for comma-separated list arguments for :lang
* fast/css/css-selector-text-expected.txt: Updated.
* fast/css/css-selector-text.html: Updated.
* fast/selectors/lang-invalid-expected.txt: Added.
* fast/selectors/lang-invalid.html: Added.
2014-10-31 Benjamin Poulain <bpoulain@apple.com>
Pseudo classes with an escaped parenthesis generate invalid rules
https://bugs.webkit.org/show_bug.cgi?id=138266
Reviewed by Antti Koivisto.
* fast/selectors/invalid-functional-pseudo-class-expected.txt: Added.
* fast/selectors/invalid-functional-pseudo-class.html: Added.
New test for all the functional pseudo classes.
* fast/css/crash-on-incomplete-webkit-any-expected.txt: Added.
* fast/css/crash-on-incomplete-webkit-any.html: Added.
* fast/css/pseudo-escaped-parenthesis-expected.txt: Added.
* fast/css/pseudo-escaped-parenthesis.html: Added.
Those tests come from blink. Rune solved the same problem a year ago on blink
in https://chromiumcodereview.appspot.com/23710067
The patch is quite different because blink uses an ancient code base, but the tests
can still be useful so I included them here.
2014-10-31 Said Abou-Hallawa <sabouhallawa@apple.com>
Remove webkit prefix from CSS columns.
https://bugs.webkit.org/show_bug.cgi?id=137132.
Reviewed by Dean Jackson.
Ensure the CSS un-prefixed column properties are behaving the same way as the
prefixed ones. The CSS prefixed column properties are still supported by making
them aliases of the un-prefixed ones. Also port some of the W3C and Mozilla
tests for css column properties tests.
Change to the un-prefixed column names to be compared with the return of CSSStyleDeclaration.item().
And change the expected names to be the un-prefixed ones also.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
Change to the un-prefixed column names and compare them with the return of object.style.cssText().
* fast/css/remove-shorthand-expected.txt:
Test for the effect of the rtl settings on column flow; it is ported from Mozilla.
* fast/multicol/column-box-alignment-rtl-expected.html: Added.
* fast/multicol/column-box-alignment-rtl.html: Added.
Ensure the prefixed and the un-prefixed column properties are behaving exactly the same.
* fast/multicol/multicol-aliases-expected.html: Added.
* fast/multicol/multicol-aliases.html: Added.
Change to the un-prefixed column names to be compared with the return of CSSStyleDeclaration.item().
* svg/css/getComputedStyle-basic-expected.txt:
Remove the use of the un-prefixed columns property since it seems unrelated to the test.
* svg/custom/svg-fonts-in-html.html:
2014-10-31 Eric Carlson <eric.carlson@apple.com>
Clean-up use of boolean attributes in media tests
https://bugs.webkit.org/show_bug.cgi?id=138249
Reviewed by Brent Fulgham.
* media/resources/foreignobject-media.svg: autoplay="true" => autoplay
* media/resources/video-with-poster-as-object-fallback.html: controls="true" => controls
* media/video-canvas-source.html: Ditto.
* media/video-canvas.html-disabled: Ditto.
2014-10-31 Andrzej Badowski <a.badowski@samsung.com>
[ATK] Improve AccessibilityTableCell's determineAccessibilityRole function.
https://bugs.webkit.org/show_bug.cgi?id=137737
Reviewed by Chris Fleizach.
The new test illustrates the different cases deciding whether a table cell
is a row header or column header or just a table cell.
Files of expected type and one html type are adapted to changes in the code of several member functions
of AccessibilityTableCell, i.e determineAccessibilityRole, isColumnHeaderCell, isRowHeaderCell.
* accessibility/table-cells-roles-expected.txt: Added.
* accessibility/table-cells-roles.html: Added.
* platform/efl/accessibility/table-attributes-expected.txt:
* platform/efl/accessibility/table-cells-expected.txt:
* platform/gtk/accessibility/table-attributes-expected.txt:
* platform/gtk/accessibility/table-cells-expected.txt:
* platform/gtk/accessibility/table-hierarchy-expected.txt:
* platform/gtk/accessibility/table-hierarchy.html:
2014-10-31 Roger Fong <roger_fong@apple.com>
[Windows] Additional rebaselining after r175259.
* platform/win/css1/box_properties/padding_right-expected.txt:
* platform/win/fast/css/last-child-pseudo-class-expected.txt:
* platform/win/fast/css/only-child-pseudo-class-expected.txt:
2014-10-30 Shivakumar JM <shiva.jm@samsung.com>
Layout Test http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html is failing.
https://bugs.webkit.org/show_bug.cgi?id=138072
Reviewed by Alexey Proskuryakov.
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt:
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html:
2014-10-30 Roger Fong <roger_fong@apple.com>
[Windows] More text rebaselining.
* platform/win/TestExpectations:
* platform/win/fast/text/tatechuyoko-expected.txt: Added.
2014-10-30 Roger Fong <roger_fong@apple.com>
[Windows] Text rebaselining after r175259.
* platform/win/css1/box_properties/margin_right-expected.txt:
* platform/win/css1/box_properties/padding-expected.txt:
* platform/win/css1/box_properties/padding_left-expected.txt:
* platform/win/css1/box_properties/padding_right-expected.txt:
* platform/win/css1/box_properties/padding_top-expected.txt:
* platform/win/css1/font_properties/font-expected.txt:
* platform/win/css1/formatting_model/vertical_formatting-expected.txt:
* platform/win/css1/text_properties/text_transform-expected.txt:
* platform/win/fast/css/empty-pseudo-class-expected.txt:
* platform/win/fast/css/first-child-pseudo-class-expected.txt:
* platform/win/fast/css/only-child-pseudo-class-expected.txt:
* platform/win/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
* platform/win/fast/forms/targeted-frame-submission-expected.txt:
* platform/win/fast/table/append-cells2-expected.txt:
* platform/win/tables/mozilla/bugs/45621-expected.txt:
2014-10-30 Ada Chan <adachan@apple.com>
The Page's muted setting should not affect the HTMLMediaElement's 'muted' IDL attribute.
https://bugs.webkit.org/show_bug.cgi?id=138215
Reviewed by Eric Carlson.
* media/video-muted-after-setting-page-muted-state-expected.txt: Added.
* media/video-muted-after-setting-page-muted-state.html: Added.
2014-10-30 Brady Eidson <beidson@apple.com>
IndexedDB is deleting data when a PK is shared amongst two objectStores
rdar://problem/18479306 and https://bugs.webkit.org/show_bug.cgi?id=137154
Reviewed by Jer Noble.
* storage/indexeddb/primary-key-unique-to-objectstore-expected.txt: Added.
* storage/indexeddb/primary-key-unique-to-objectstore.html: Added.
2014-10-30 Jer Noble <jer.noble@apple.com>
Unreviewed gardening; rebaseline two media/ tests.
* platform/mac-mavericks/media/controls-after-reload-expected.txt: Added.
* platform/mac-mavericks/media/controls-styling-expected.txt:
* platform/mac-mountainlion/media/controls-after-reload-expected.txt: Added.
* platform/mac-mountainlion/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac-mavericks/media/controls-styling-expected.txt.
* platform/mac-wk1/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac-mavericks/media/controls-styling-expected.txt.
2014-10-29 Said Abou-Hallawa <sabouhallawa@apple.com>
ASSERTION NOT REACHED because RenderStyle::setWordSpacing() does not handle a Length value of type 'Calculated'.
https://bugs.webkit.org/show_bug.cgi?id=138054.
Reviewed by Zalan Bujtas.
Ensure the render style's wordSpacing can be set correctly when the type of
the new value is 'Calculated'. The 'Calculated' Length value can result from
blending two Length values of different types. And these two Length values
are defined in two consecutive css animation key frames.
* css3/calculated-word-spacing-expected.txt: Added.
* css3/calculated-word-spacing.html: Added.
2014-10-29 Simon Fraser <simon.fraser@apple.com>
Skip compositing/regions/propagate-region-box-shadow-border-padding-for-video.html which
asserts in Debug.
* platform/mac/TestExpectations:
2014-10-29 Lorenzo Tilve <ltilve@igalia.com>
[GTK] Unreviewed GTK gardening.
Rebaseline after 175259.
* platform/gtk/css1/basic/containment-expected.txt:
* platform/gtk/css1/basic/contextual_selectors-expected.txt:
* platform/gtk/css1/basic/grouping-expected.txt:
* platform/gtk/css1/basic/id_as_selector-expected.txt:
* platform/gtk/css1/basic/inheritance-expected.txt:
* platform/gtk/css1/box_properties/border-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_width-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_color-expected.txt:
* platform/gtk/css1/box_properties/border_color_inline-expected.txt:
* platform/gtk/css1/box_properties/border_inline-expected.txt:
* platform/gtk/css1/box_properties/border_left-expected.txt:
* platform/gtk/css1/box_properties/border_left_inline-expected.txt:
* platform/gtk/css1/box_properties/border_left_width-expected.txt:
* platform/gtk/css1/box_properties/border_left_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_right-expected.txt:
* platform/gtk/css1/box_properties/border_right_inline-expected.txt:
* platform/gtk/css1/box_properties/border_right_width-expected.txt:
* platform/gtk/css1/box_properties/border_right_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_style-expected.txt:
* platform/gtk/css1/box_properties/border_style_inline-expected.txt:
* platform/gtk/css1/box_properties/border_top_inline-expected.txt:
* platform/gtk/css1/box_properties/border_top_width-expected.txt:
* platform/gtk/css1/box_properties/border_top_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_width-expected.txt:
* platform/gtk/css1/box_properties/border_width_inline-expected.txt:
* platform/gtk/css1/box_properties/clear-expected.txt:
* platform/gtk/css1/box_properties/clear_float-expected.txt:
* platform/gtk/css1/box_properties/float-expected.txt:
* platform/gtk/css1/box_properties/float_elements_in_series-expected.txt:
* platform/gtk/css1/box_properties/float_margin-expected.txt:
* platform/gtk/css1/box_properties/height-expected.txt:
* platform/gtk/css1/box_properties/margin-expected.txt:
* platform/gtk/css1/box_properties/margin_bottom-expected.txt:
* platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_left-expected.txt:
* platform/gtk/css1/box_properties/margin_left_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_right-expected.txt:
* platform/gtk/css1/box_properties/margin_right_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_top-expected.txt:
* platform/gtk/css1/box_properties/margin_top_inline-expected.txt:
* platform/gtk/css1/box_properties/padding-expected.txt:
* platform/gtk/css1/box_properties/padding_bottom-expected.txt:
* platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_left-expected.txt:
* platform/gtk/css1/box_properties/padding_left_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_right-expected.txt:
* platform/gtk/css1/box_properties/padding_right_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_top-expected.txt:
* platform/gtk/css1/box_properties/padding_top_inline-expected.txt:
* platform/gtk/css1/box_properties/width-expected.txt:
* platform/gtk/css1/cascade/cascade_order-expected.txt:
* platform/gtk/css1/cascade/important-expected.txt:
* platform/gtk/css1/classification/display-expected.txt:
* platform/gtk/css1/classification/list_style-expected.txt:
* platform/gtk/css1/classification/list_style_image-expected.txt:
* platform/gtk/css1/classification/list_style_position-expected.txt:
* platform/gtk/css1/classification/list_style_type-expected.txt:
* platform/gtk/css1/classification/white_space-expected.txt:
* platform/gtk/css1/color_and_background/background-expected.txt:
* platform/gtk/css1/color_and_background/background_attachment-expected.txt:
* platform/gtk/css1/color_and_background/background_color-expected.txt:
* platform/gtk/css1/color_and_background/background_image-expected.txt:
* platform/gtk/css1/color_and_background/background_position-expected.txt:
* platform/gtk/css1/color_and_background/background_repeat-expected.txt:
* platform/gtk/css1/color_and_background/color-expected.txt:
* platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/gtk/css1/font_properties/font-expected.txt:
* platform/gtk/css1/font_properties/font_family-expected.txt:
* platform/gtk/css1/font_properties/font_size-expected.txt:
* platform/gtk/css1/font_properties/font_style-expected.txt:
* platform/gtk/css1/font_properties/font_variant-expected.txt:
* platform/gtk/css1/font_properties/font_weight-expected.txt:
* platform/gtk/css1/formatting_model/canvas-expected.txt:
* platform/gtk/css1/formatting_model/floating_elements-expected.txt:
* platform/gtk/css1/formatting_model/height_of_lines-expected.txt:
* platform/gtk/css1/formatting_model/replaced_elements-expected.txt:
* platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
* platform/gtk/css1/pseudo/anchor-expected.txt:
* platform/gtk/css1/pseudo/firstletter-expected.txt:
* platform/gtk/css1/pseudo/firstline-expected.txt:
* platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/gtk/css1/text_properties/letter_spacing-expected.txt:
* platform/gtk/css1/text_properties/line_height-expected.txt:
* platform/gtk/css1/text_properties/text_align-expected.txt:
* platform/gtk/css1/text_properties/text_decoration-expected.txt:
* platform/gtk/css1/text_properties/text_indent-expected.txt:
* platform/gtk/css1/text_properties/text_transform-expected.txt:
* platform/gtk/css1/text_properties/vertical_align-expected.txt:
* platform/gtk/css1/text_properties/word_spacing-expected.txt:
* platform/gtk/css1/units/color_units-expected.txt:
* platform/gtk/css1/units/length_units-expected.txt:
* platform/gtk/css1/units/percentage_units-expected.txt:
* platform/gtk/css1/units/urls-expected.txt:
* platform/gtk/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/gtk/fast/css/empty-pseudo-class-expected.txt:
* platform/gtk/fast/css/first-child-pseudo-class-expected.txt:
* platform/gtk/fast/css/last-child-pseudo-class-expected.txt:
* platform/gtk/fast/css/only-child-pseudo-class-expected.txt:
* platform/gtk/fast/forms/targeted-frame-submission-expected.txt:
* platform/gtk/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/gtk/fast/html/listing-expected.txt:
* platform/gtk/fast/invalid/junk-data-expected.txt:
* platform/gtk/fast/invalid/missing-end-tag-expected.txt:
* platform/gtk/fast/loader/text-document-wrapping-expected.txt:
* platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/gtk/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/gtk/fast/table/border-collapsing/004-expected.txt:
* platform/gtk/fast/text/whitespace/001-expected.txt: Added.
* platform/gtk/fast/text/whitespace/013-expected.txt:
* platform/gtk/fast/text/whitespace/014-expected.txt:
* platform/gtk/fast/text/whitespace/022-expected.txt: Added.
* platform/gtk/fast/text/whitespace/024-expected.txt:
* platform/gtk/fast/text/whitespace/030-expected.txt:
* platform/gtk/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/gtk/svg/custom/junk-data-expected.txt:
* platform/gtk/svg/custom/missing-xlink-expected.txt:
* platform/gtk/svg/custom/use-font-face-crash-expected.txt:
* platform/gtk/svg/hixie/error/012-expected.txt:
* platform/gtk/tables/mozilla/bugs/45621-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2014-10-29 Zalan Bujtas <zalan@apple.com>
Remove invalid float from RootInlineBox.
https://bugs.webkit.org/show_bug.cgi?id=137707
Reviewed by Antti Koivisto.
In certain cases, floating boxes get attached to the last (root) inline box.
When this particular floating box gets destroyed, it also needs to be detached
from the last inline box.
* fast/inline/crash-when-inline-box-has-invalid-float-expected.txt: Added.
* fast/inline/crash-when-inline-box-has-invalid-float.html: Added.
2014-10-29 Alexey Proskuryakov <ap@apple.com>
Update Mavericks results after https://bugs.webkit.org/show_bug.cgi?id=137275
(Speed up line parsing for simple line layout)
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2014-10-17 Sergio Villar Senin <svillar@igalia.com>
ASSERTION FAILED: growthShare > 0 in WebCore::RenderGrid::distributeSpaceToTracks
https://bugs.webkit.org/show_bug.cgi?id=137772
Reviewed by Andreas Kling.
* fast/css-grid-layout/tracks-number-greatly-exceeding-available-size-crash-expected.txt: Added.
* fast/css-grid-layout/tracks-number-greatly-exceeding-available-size-crash.html: Added.
2014-10-29 Chris Dumez <cdumez@apple.com>
Crash in CachedRawResource::canReuse() when reloading http://dnd.wizards.com/dungeons-and-dragons/story
https://bugs.webkit.org/show_bug.cgi?id=138164
Reviewed by Andreas Kling.
Add a layout test that does XHR loads from cache with only uncommon
HTTP headers to reproduce a crash in CachedRawResource::canReuse()
when iterating over a HTTPHeaderMap that had uncommon HTTP headers
but no common ones.
* http/tests/cache/xhr-uncommon-header-expected.txt: Added.
* http/tests/cache/xhr-uncommon-header.html: Added.
2014-10-28 Benjamin Poulain <benjamin@webkit.org>
CSS4 Selectors: Add the pseudo class :any-link
https://bugs.webkit.org/show_bug.cgi?id=138128
Reviewed by Andreas Kling.
Story time: I implement only half of the patch and run
fast/selectors/webkit-any-link.html to make sure it fails...
and the test happily PASS.
I look into it and sure enough, a last minute change in
html-link-type-tests.js made it test nothing but :link.
I update html-link-type-tests.js to actually test the desired selector,
run the test again: PASS.
I debug a bit and I find why my code is not tested: html-link-type-tests.js
uses Element.matches() and that does not use the CSS JIT.
Fair enough, I add a querySelectorAll("#target' + selector + '") to run
through the JIT: PASS.
Since that selector is simple-#id + simple selector, we go through a fast
path for ids and skip the JIT. Arrrrg!
Finally, I added querySelectorAll(".target' + selector + '"), which covers
the CSS JIT.
The nice thing is: all those cases are tested now :)
* 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/selectors/any-link-basics-2-expected.txt: Added.
* fast/selectors/any-link-basics-2.html: Added.
* fast/selectors/any-link-basics-expected.txt: Added.
* fast/selectors/any-link-basics.html: Added.
* fast/selectors/any-link-styling-expected.html: Added.
* fast/selectors/any-link-styling.html: Added.
* fast/selectors/images-with-usemap-should-not-match-link-expected.txt:
* fast/selectors/images-with-usemap-should-not-match-link.html:
* fast/selectors/link-basics-expected.txt:
* fast/selectors/link-basics-xhtml-expected.txt:
* fast/selectors/resources/html-link-type-tests.js:
(testHTMLElement):
(testHTMLTagsForLink):
* fast/selectors/webkit-any-link-basics-expected.txt:
2014-10-28 Alexey Proskuryakov <ap@apple.com>
fast/multicol/multicol-crazy-nesting.html sometimes crashes
https://bugs.webkit.org/show_bug.cgi?id=138145
* TestExpectations: Skipping for now.
2014-10-28 Jer Noble <jer.noble@apple.com>
REGRESSION(r171593) [Mac] Media controls create a large (and unnecessary) backing store
https://bugs.webkit.org/show_bug.cgi?id=137757
Reviewed by Eric Carlson.
* platform/mac-mavericks/media/audio-controls-rendering-expected.png:
* platform/mac-mavericks/media/audio-controls-rendering-expected.txt:
* platform/mac-mavericks/media/controls-strict-expected.txt:
* platform/mac-mavericks/media/controls-without-preload-expected.txt: Copied from LayoutTests/platform/mac/media/controls-without-preload-expected.txt.
* platform/mac-mavericks/media/video-controls-rendering-expected.txt:
* platform/mac-mavericks/media/video-display-toggle-expected.txt:
* platform/mac-mavericks/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/mac/media/video-empty-source-expected.txt.
* platform/mac-mavericks/media/video-no-audio-expected.png:
* platform/mac-mavericks/media/video-no-audio-expected.txt:
* platform/mac-mavericks/media/video-volume-slider-expected.txt:
* platform/mac-mavericks/media/video-zoom-controls-expected.png:
* platform/mac-mavericks/media/video-zoom-controls-expected.txt:
* platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
* platform/mac/fast/layers/video-layer-expected.txt:
* platform/mac/media/audio-controls-rendering-expected.png:
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/controls-after-reload-expected.png:
* platform/mac/media/controls-after-reload-expected.txt:
* platform/mac/media/controls-strict-expected.png:
* platform/mac/media/controls-strict-expected.txt:
* platform/mac/media/controls-without-preload-expected.png:
* platform/mac/media/controls-without-preload-expected.txt:
* platform/mac/media/media-controls-clone-expected.png:
* platform/mac/media/media-controls-clone-expected.txt:
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-empty-source-expected.png:
* platform/mac/media/video-empty-source-expected.txt:
* platform/mac/media/video-no-audio-expected.png:
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/media/video-volume-slider-expected.png:
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/media/video-zoom-controls-expected.png:
* platform/mac/media/video-zoom-controls-expected.txt:
2014-10-28 Alexey Proskuryakov <ap@apple.com>
text-combine needs to center glyphs within the vertical area.
https://bugs.webkit.org/show_bug.cgi?id=138056
Adding pre-Yosemite test results.
* platform/mac-mavericks/fast/text/tatechuyoko-expected.png: Added.
* platform/mac-mavericks/fast/text/tatechuyoko-expected.txt: Added.
2014-10-28 Pascal Jacquemart <p.jacquemart@samsung.com>
Abandoned select option is reselected when shift selecting new options
https://bugs.webkit.org/show_bug.cgi?id=137553
Reviewed by Ryosuke Niwa.
Test checking a combination of mouse and keyboard selection events
on select-multiple element
* fast/forms/listbox-selection-after-typeahead-expected.txt: Added.
* fast/forms/listbox-selection-after-typeahead.html: Added.
2014-10-28 Zalan Bujtas <zalan@apple.com>
Speed up line parsing for simple line layout.
https://bugs.webkit.org/show_bug.cgi?id=137275
Reviewed by Antti Koivisto.
This patch removes empty line-break runs. Rebaseline.
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/css1/basic/containment-expected.txt:
* platform/mac/css1/basic/contextual_selectors-expected.txt:
* platform/mac/css1/basic/grouping-expected.txt:
* platform/mac/css1/basic/id_as_selector-expected.txt:
* platform/mac/css1/basic/inheritance-expected.txt:
* platform/mac/css1/box_properties/border-expected.txt:
* platform/mac/css1/box_properties/border_bottom-expected.txt:
* platform/mac/css1/box_properties/border_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_color-expected.txt:
* platform/mac/css1/box_properties/border_color_inline-expected.txt:
* platform/mac/css1/box_properties/border_inline-expected.txt:
* platform/mac/css1/box_properties/border_left-expected.txt:
* platform/mac/css1/box_properties/border_left_inline-expected.txt:
* platform/mac/css1/box_properties/border_left_width-expected.txt:
* platform/mac/css1/box_properties/border_left_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_right-expected.txt:
* platform/mac/css1/box_properties/border_right_inline-expected.txt:
* platform/mac/css1/box_properties/border_right_width-expected.txt:
* platform/mac/css1/box_properties/border_right_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_style-expected.txt:
* platform/mac/css1/box_properties/border_style_inline-expected.txt:
* platform/mac/css1/box_properties/border_top-expected.txt:
* platform/mac/css1/box_properties/border_top_inline-expected.txt:
* platform/mac/css1/box_properties/border_top_width-expected.txt:
* platform/mac/css1/box_properties/border_top_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_width-expected.txt:
* platform/mac/css1/box_properties/border_width_inline-expected.txt:
* platform/mac/css1/box_properties/clear-expected.txt:
* platform/mac/css1/box_properties/clear_float-expected.txt:
* platform/mac/css1/box_properties/float-expected.txt:
* platform/mac/css1/box_properties/float_elements_in_series-expected.txt:
* platform/mac/css1/box_properties/float_margin-expected.txt:
* platform/mac/css1/box_properties/height-expected.txt:
* platform/mac/css1/box_properties/margin-expected.txt:
* platform/mac/css1/box_properties/margin_bottom-expected.txt:
* platform/mac/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/margin_inline-expected.txt:
* platform/mac/css1/box_properties/margin_left-expected.txt:
* platform/mac/css1/box_properties/margin_left_inline-expected.txt:
* platform/mac/css1/box_properties/margin_right-expected.txt:
* platform/mac/css1/box_properties/margin_right_inline-expected.txt:
* platform/mac/css1/box_properties/margin_top-expected.txt:
* platform/mac/css1/box_properties/margin_top_inline-expected.txt:
* platform/mac/css1/box_properties/padding-expected.txt:
* platform/mac/css1/box_properties/padding_bottom-expected.txt:
* platform/mac/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/padding_inline-expected.txt:
* platform/mac/css1/box_properties/padding_left-expected.txt:
* platform/mac/css1/box_properties/padding_left_inline-expected.txt:
* platform/mac/css1/box_properties/padding_right-expected.txt:
* platform/mac/css1/box_properties/padding_right_inline-expected.txt:
* platform/mac/css1/box_properties/padding_top-expected.txt:
* platform/mac/css1/box_properties/padding_top_inline-expected.txt:
* platform/mac/css1/box_properties/width-expected.txt:
* platform/mac/css1/cascade/cascade_order-expected.txt:
* platform/mac/css1/cascade/important-expected.txt:
* platform/mac/css1/classification/display-expected.txt:
* platform/mac/css1/classification/list_style-expected.txt:
* platform/mac/css1/classification/list_style_image-expected.txt:
* platform/mac/css1/classification/list_style_position-expected.txt:
* platform/mac/css1/classification/list_style_type-expected.txt:
* platform/mac/css1/classification/white_space-expected.txt:
* platform/mac/css1/color_and_background/background-expected.txt:
* platform/mac/css1/color_and_background/background_attachment-expected.txt:
* platform/mac/css1/color_and_background/background_color-expected.txt:
* platform/mac/css1/color_and_background/background_image-expected.txt:
* platform/mac/css1/color_and_background/background_position-expected.txt:
* platform/mac/css1/color_and_background/background_repeat-expected.txt:
* platform/mac/css1/color_and_background/color-expected.txt:
* platform/mac/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/mac/css1/font_properties/font-expected.txt:
* platform/mac/css1/font_properties/font_family-expected.txt:
* platform/mac/css1/font_properties/font_size-expected.txt:
* platform/mac/css1/font_properties/font_style-expected.txt:
* platform/mac/css1/font_properties/font_variant-expected.txt:
* platform/mac/css1/font_properties/font_weight-expected.txt:
* platform/mac/css1/formatting_model/canvas-expected.txt:
* platform/mac/css1/formatting_model/floating_elements-expected.txt:
* platform/mac/css1/formatting_model/height_of_lines-expected.txt:
* platform/mac/css1/formatting_model/inline_elements-expected.txt:
* platform/mac/css1/formatting_model/replaced_elements-expected.txt:
* platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
* platform/mac/css1/pseudo/anchor-expected.txt:
* platform/mac/css1/pseudo/firstletter-expected.txt:
* platform/mac/css1/pseudo/firstline-expected.txt:
* platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/mac/css1/text_properties/letter_spacing-expected.txt:
* platform/mac/css1/text_properties/line_height-expected.txt:
* platform/mac/css1/text_properties/text_align-expected.txt:
* platform/mac/css1/text_properties/text_decoration-expected.txt:
* platform/mac/css1/text_properties/text_indent-expected.txt:
* platform/mac/css1/text_properties/text_transform-expected.txt:
* platform/mac/css1/text_properties/vertical_align-expected.txt:
* platform/mac/css1/text_properties/word_spacing-expected.txt:
* platform/mac/css1/units/color_units-expected.txt:
* platform/mac/css1/units/length_units-expected.txt:
* platform/mac/css1/units/percentage_units-expected.txt:
* platform/mac/css1/units/urls-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/mac/editing/selection/designmode-no-caret-expected.txt:
* platform/mac/fast/css/empty-pseudo-class-expected.txt:
* platform/mac/fast/css/first-child-pseudo-class-expected.txt:
* platform/mac/fast/css/last-child-pseudo-class-expected.txt:
* platform/mac/fast/css/only-child-pseudo-class-expected.txt:
* platform/mac/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/mac/fast/html/listing-expected.txt:
* platform/mac/fast/invalid/junk-data-expected.txt:
* platform/mac/fast/invalid/missing-end-tag-expected.txt:
* platform/mac/fast/loader/text-document-wrapping-expected.txt:
* platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/mac/fast/table/border-collapsing/004-expected.txt:
* platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/mac/fast/text/whitespace/001-expected.txt: Added.
* platform/mac/fast/text/whitespace/013-expected.txt: Added.
* platform/mac/fast/text/whitespace/014-expected.txt: Added.
* platform/mac/fast/text/whitespace/022-expected.txt: Added.
* platform/mac/fast/text/whitespace/024-expected.txt:
* platform/mac/fast/text/whitespace/030-expected.txt:
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/mac/http/tests/misc/acid3-expected.txt:
* platform/mac/svg/custom/bug45331-expected.txt:
* platform/mac/svg/custom/junk-data-expected.txt:
* platform/mac/svg/custom/missing-xlink-expected.txt:
* platform/mac/svg/custom/path-bad-data-expected.txt:
* platform/mac/svg/custom/use-font-face-crash-expected.txt:
* platform/mac/svg/hixie/error/012-expected.txt:
* platform/mac/tables/mozilla/bugs/45621-expected.txt:
* platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2014-10-28 Rebecca Hauck <rhauck@adobe.com>
Update CSS shapes suite import
https://bugs.webkit.org/show_bug.cgi?id=138045
This patch is a full re-import of the CSS Shapes test suite from the W3C
test repo and an updated TestExpectations file to match the current
results.
Reviewed by Benjamin Poulain.
* TestExpectations:
* css3/shapes/shape-outside/shape-box/w3c-import.log:
* css3/shapes/shape-outside/shape-image/gradients/w3c-import.log:
* css3/shapes/shape-outside/shape-image/shape-image-000-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-001-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-002-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-002.html:
* css3/shapes/shape-outside/shape-image/shape-image-003-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-003.html:
* css3/shapes/shape-outside/shape-image/shape-image-004-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-005-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-005.html:
* css3/shapes/shape-outside/shape-image/shape-image-006-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-006.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-007-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-007.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-008-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-008.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-009-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-009.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-010-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-010.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-011-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-011.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-013-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-013.html:
* css3/shapes/shape-outside/shape-image/shape-image-014-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-014.html:
* css3/shapes/shape-outside/shape-image/shape-image-015-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-015.html:
* css3/shapes/shape-outside/shape-image/shape-image-016-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-016.html:
* css3/shapes/shape-outside/shape-image/shape-image-017-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-017.html:
* css3/shapes/shape-outside/shape-image/shape-image-024-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-024.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-025-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-025.html: Added.
* css3/shapes/shape-outside/shape-image/support/animated.gif: Added.
* css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20.png:
* css3/shapes/shape-outside/shape-image/support/right-half-rectangle-20.png:
* css3/shapes/shape-outside/shape-image/support/w3c-import.log:
* css3/shapes/shape-outside/shape-image/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/circle/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/ellipse/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/inset/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/polygon/shape-outside-polygon-012.html:
* css3/shapes/shape-outside/supported-shapes/polygon/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/support/w3c-import.log: Copied from LayoutTests/css3/shapes/shape-outside/values/support/w3c-import.log.
* css3/shapes/shape-outside/values/shape-image-threshold-001.html:
* css3/shapes/shape-outside/values/support/w3c-import.log:
* css3/shapes/shape-outside/values/w3c-import.log:
* css3/shapes/spec-examples/shape-outside-019-expected.html:
* css3/shapes/spec-examples/support/w3c-import.log:
* css3/shapes/spec-examples/w3c-import.log:
* css3/shapes/w3c-import.log:
2014-10-27 Mark Lam <mark.lam@apple.com>
Crash when attempting to perform array iteration on a non-array with numeric keys not initialized.
<https://webkit.org/b/137814>
Reviewed by Geoffrey Garen.
* js/array-length-shortening-expected.txt: Added.
* js/array-length-shortening.html: Added.
* js/for-of-crash-expected.txt: Added.
* js/for-of-crash.html: Added.
* js/script-tests/array-length-shortening.js: Added.
(testLengthShortening):
(denseInt32Elements):
(denseDoubleElements):
(denseObjectElements):
(holeyInt32Elements):
(holeyDoubleElements):
(holeyObjectElements):
(arrayStorageInt32Elements):
(arrayStorageDoubleElements):
(arrayStorageObjectElements):
(sparseInt32Elements):
(sparseDoubleElements):
(sparseObjectElements):
* js/script-tests/for-of-crash.js: Added.
(foo):
2014-10-27 Chris Fleizach <cfleizach@apple.com>
AX: input type=hidden is being exposed when aria-hidden=false
https://bugs.webkit.org/show_bug.cgi?id=138106
Reviewed by Benjamin Poulain.
* accessibility/input-type-hidden-in-aria-hidden-false-expected.txt: Added.
* accessibility/input-type-hidden-in-aria-hidden-false.html: Added.
2014-10-24 David Hyatt <hyatt@apple.com>
text-combine needs to center text within the vertical space using glyph bounds
https://bugs.webkit.org/show_bug.cgi?id=138056
<rdar://problem/15403667>
Reviewed by Dean Jackson.
* fast/text/tatechuyoko.html: Added.
* platform/mac/fast/text/tatechuyoko-expected.png: Added.
* platform/mac/fast/text/tatechuyoko-expected.txt: Added.
2014-10-27 Alexey Proskuryakov <ap@apple.com>
http/tests/cookies/third-party-cookie-relaxing.html is flaky on bots
https://bugs.webkit.org/show_bug.cgi?id=138098
Reviewed by Anders Carlsson.
* platform/mac-wk1/TestExpectations: Removed the test from expectations. It's still
skipped on WK2, because we don't yet implement the necessary WKTR functionality.
2014-10-27 Alexey Proskuryakov <ap@apple.com>
Add [ Yosemite ] modifier to a couple of tests in section 7.
These two tests fail with PPT, so they are expected to pass on 10.8. Our current
approach is a have separate sections for Mavericks and Yosemite, even for PPT
specific failures that affect both.
* platform/mac-wk2/TestExpectations:
2014-10-27 Stephanie Lewis <slewis@apple.com>
http/tests/cookies/third-party-cookie-relaxing.html is flaky on bots.
https://bugs.webkit.org/show_bug.cgi?id=138098.
Updated Expectations.
* platform/mac-wk1/TestExpectations:
2014-10-27 Piotr Grad <p.grad@samsung.com>
Some test for multicol were redundant.
https://bugs.webkit.org/show_bug.cgi?id=133084
Reviewed by Andreas Kling.
* fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html: Removed.
2014-10-27 Alexey Proskuryakov <ap@apple.com>
media/track/audio-track.html is flaky on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=137882
* platform/mac/TestExpectations: Marking it as such.
2014-10-26 Benjamin Poulain <benjamin@webkit.org>
Images with usemap should not have a link state
https://bugs.webkit.org/show_bug.cgi?id=138071
Reviewed by Andreas Kling.
* fast/selectors/images-with-usemap-should-not-match-link-expected.txt: Added.
* fast/selectors/images-with-usemap-should-not-match-link.html: Added.
2014-10-25 Gwang Yoon Hwang <yoon@igalia.com>
[GTK] Unreviewed GTK gardening after r174685.
* platform/gtk/TestExpectations: Report new failures and update expectations.
2014-10-25 Alexey Proskuryakov <ap@apple.com>
Land Yosemite results for six editing/selection/vertical* tests.
These failures used to be mostly hidden because of bug 138070, now they are visible.
The change is due to different fonts.
* platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt.
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
2014-10-25 Alexey Proskuryakov <ap@apple.com>
Add Mavericks results for platform/mac/editing/spelling/delete-autocorrected-word-2.html, too.
Yosemite, Mavericks and Mountain Lion all have different results.
* platform/mac-mavericks/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added.
2014-10-25 Alexey Proskuryakov <ap@apple.com>
Update Yosemite results for platform/mac/editing/spelling/delete-autocorrected-word-2.html.
Looks like this got confused during Yosemite tests landing.
This test is currently marked as failing on WK2, but it passed for me, so maybe we
can mark it as passing there too. Tracked as bug 105616.
* platform/mac/editing/spelling/delete-autocorrected-word-2-expected.png:
* platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
2014-10-25 Alexey Proskuryakov <ap@apple.com>
Update results for compositing/rtl/rtl-fixed-overflow-scrolled.html.
Prior to Yosemite results landing, this test was marked as failing on WK2, and its
results matched WK1. It got changed several times during the merge, so it ended
up being marked as failing on WK1, but with WK1 results landed.
Let's land WK2 results and keep testing on WK2. Also, Mavericks results were no different
from Yosemite.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Removed.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Removed.
* platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png.
* platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
2014-10-24 Said Abou-Hallawa <sabouhallawa@apple.com>
Clamp wordSpacing percentage value.
https://bugs.webkit.org/show_bug.cgi?id=129350.
Reviewed by Zalan Bujtas.
Make sure that setting the CSS style wordSpacing property to very huge percentage
value and blending this value with other values for animating key frames does
not assert or crash. The expectation is to have this huge value to be clamped to
the pre-defined min/max values for the CSS length type. So when blending the clamped
value with other wordSpacing values, the result can't be NaN. This should be very
similar to the case when it is set to a huge <length> value.
* css3/infinite-word-spacing-expected.txt: Added.
* css3/infinite-word-spacing.html: Added.
2014-10-24 Alexey Proskuryakov <ap@apple.com>
Update Yosemite results for fast/block/float/overhanging-tall-block.html for
font size differences.
The test fails pixel results, filed bug 138065 to track that.
* platform/mac-mavericks/fast/block/float: Added.
* platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.png: Copied from LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.png.
* platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.txt.
* platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
2014-10-24 Alexey Proskuryakov <ap@apple.com>
Update media test results for Yosemite.
media/controls-styling.html appears to actually fail, filed bug 138064 about that.
media/video-zoom-controls.html results are not great; Dean reportedly has a fix for that.
* platform/mac-mavericks/media/controls-styling-expected.png: Copied from LayoutTests/platform/mac/media/controls-styling-expected.png.
* platform/mac-mavericks/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac/media/controls-styling-expected.txt.
* platform/mac-mavericks/media/video-zoom-controls-expected.png: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.png.
* platform/mac-mavericks/media/video-zoom-controls-expected.txt: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.txt.
* platform/mac/media/controls-styling-expected.png:
* platform/mac/media/controls-styling-expected.txt:
* platform/mac/media/video-zoom-controls-expected.png:
* platform/mac/media/video-zoom-controls-expected.txt:
2014-10-24 Alexey Proskuryakov <ap@apple.com>
Remove MountainLion results that I incorrectly copied. These are the same as Mavericks.
* platform/mac-mountainlion/fast/writing-mode: Removed.
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed.
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed.
* platform/mac-mountainlion/mathml: Removed.
* platform/mac-mountainlion/mathml/opentype: Removed.
* platform/mac-mountainlion/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Removed.
2014-10-24 Roger Fong <roger_fong@apple.com>
[Win] More unreviewed gardening/rebaselining of Windows tests.
* platform/win/TestExpectations:
* platform/win/fast/repaint/select-option-background-color-expected.txt:
* platform/win/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
* platform/win/fast/repaint/slider-thumb-float-expected.txt: Added.
* platform/win/fast/replaced/table-percent-height-expected.txt: Added.
* platform/win/fast/replaced/three-selects-break-expected.txt: Added.
* platform/win/fast/table/remove-td-display-none-expected.txt:
* platform/win/fast/transforms: Added.
* platform/win/fast/transforms/transformed-focused-text-input-expected.txt: Added.
* platform/win/platform/win/accessibility: Added.
* platform/win/platform/win/accessibility/option-element-position-and-size-expected.txt: Added.
2014-10-24 Alexey Proskuryakov <ap@apple.com>
Update some results that were incorrect for Yosemite.
* platform/mac-mavericks/fast/text/international/hindi-spacing-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.png.
* platform/mac-mavericks/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt.
* platform/mac-mavericks/fast/writing-mode: Added.
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png.
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt.
* platform/mac-mountainlion/fast/writing-mode: Added.
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png.
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt.
* platform/mac-mountainlion/mathml: Added.
* platform/mac-mountainlion/mathml/opentype: Added.
* platform/mac-mountainlion/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt.
* platform/mac-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed.
* platform/mac/fast/text/international/hindi-spacing-expected.png:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
2014-10-24 Alexey Proskuryakov <ap@apple.com>
fast/multicol/fixed-stack.html failing since introduction.
https://bugs.webkit.org/show_bug.cgi?id=132421
* platform/mac-wk1/TestExpectations: As of Yosemite, it's failing on mac-wk1 too.
* platform/gtk/TestExpectations: [ Pass ] is no longer needed, because we don't have
an entry in global TestExpectations now.
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] Skip tests after removing SafariTheme that fail because background renders too dark.
https://bugs.webkit.org/show_bug.cgi?id=138042.
* platform/win/TestExpectations:
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] Skip tests after removing SafariTheme that fail because borders now render too dark.
https://bugs.webkit.org/show_bug.cgi?id=138041.
* platform/win/TestExpectations:
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] More unreviewed gardening after getting rid of SafariTheme.
* platform/win/TestExpectations: Skip a handful of tests that were failing
on the Windows bots after removing SafariTheme for miscellaneous reasons.
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] More unreviewed gardening after getting rid of SafariTheme.
https://bugs.webkit.org/show_bug.cgi?id=138025
* platform/win/TestExpectations: These tests fail seemingly due to text size difference,
which consequently cause the text containers to be too larger as well.
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] More rebaselining of Windows tests after removing SafariTheme.
* platform/win/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/win/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/win/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/win/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/win/fast/canvas/fallback-content-expected.txt: Added.
* platform/win/fast/css/button-height-expected.txt:
* platform/win/fast/dom/HTMLInputElement: Added.
* platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
* platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
* platform/win/fast/dom/tabindex-clamp-expected.txt: Added.
* platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/win/fast/html/details-no-summary4-expected.txt: Added.
* platform/win/fast/html/details-open-javascript-expected.txt: Added.
* platform/win/fast/html/details-open2-expected.txt: Added.
* platform/win/fast/html/details-open4-expected.txt: Added.
* platform/win/fast/html/details-replace-summary-child-expected.txt:
* platform/win/fast/html/details-replace-text-expected.txt:
2014-10-23 Myles C. Maxfield <mmaxfield@apple.com>
Carets in GMail and iCloud compositions are the foreground text color
https://bugs.webkit.org/show_bug.cgi?id=138029
Reviewed by Simon Fraser.
Test the case where the content editable root has a background color specified.
* editing/caret/color-span-inside-editable-background-expected.html: Added.
* editing/caret/color-span-inside-editable-background.html: Added.
2014-10-23 Roger Fong <roger_fong@apple.com>
[Windows] Unreviewed gardening after removing SafariTheme.
https://bugs.webkit.org/show_bug.cgi?id=138025.
* platform/win/TestExpectations:
2014-10-23 Roger Fong <roger_fong@apple.com>
[Win] Rebaseline a bunch of forms tests that no longer match after removing SafariTheme.
https://bugs.webkit.org/show_bug.cgi?id=138022.
* platform/win/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
* platform/win/fast/forms/basic-inputs-expected.txt:
* platform/win/fast/forms/basic-textareas-expected.txt: Added.
* platform/win/fast/forms/basic-textareas-quirks-expected.txt: Added.
* platform/win/fast/forms/blankbuttons-expected.txt:
* platform/win/fast/forms/button-generated-content-expected.txt:
* platform/win/fast/forms/button-inner-block-reuse-expected.txt: Added.
* platform/win/fast/forms/control-clip-expected.txt: Added.
* platform/win/fast/forms/fieldset-align-expected.txt: Added.
* platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
* platform/win/fast/forms/fieldset-with-float-expected.txt: Added.
* platform/win/fast/forms/float-before-fieldset-expected.txt: Added.
* platform/win/fast/forms/focus-selection-textarea-expected.txt: Added.
* platform/win/fast/forms/indeterminate-expected.txt: Added.
* platform/win/fast/forms/input-appearance-readonly-expected.txt: Added.
* platform/win/fast/forms/input-appearance-visibility-expected.txt: Added.
* platform/win/fast/forms/input-first-letter-expected.txt: Added.
* platform/win/fast/forms/input-readonly-dimmed-expected.txt: Added.
* platform/win/fast/forms/input-spaces-expected.txt: Added.
* platform/win/fast/forms/input-text-click-outside-expected.txt: Added.
* platform/win/fast/forms/input-type-text-min-width-expected.txt: Added.
* platform/win/fast/forms/input-width-expected.txt: Added.
* platform/win/fast/forms/listbox-onchange-expected.txt: Added.
* platform/win/fast/forms/menulist-clip-expected.txt:
* platform/win/fast/forms/menulist-option-wrap-expected.txt: Added.
* platform/win/fast/forms/menulist-separator-painting-expected.txt: Added.
* platform/win/fast/forms/menulist-width-change-expected.txt:
* platform/win/fast/forms/negativeLineHeight-expected.txt: Added.
* platform/win/fast/forms/onselect-textarea-expected.txt: Added.
* platform/win/fast/forms/option-script-expected.txt:
* platform/win/fast/forms/option-text-clip-expected.txt:
* platform/win/fast/forms/placeholder-pseudo-style-expected.txt: Added.
* platform/win/fast/forms/range/input-appearance-range-expected.txt: Added.
* platform/win/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
* platform/win/fast/forms/range/slider-padding-expected.txt: Added.
* platform/win/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
* platform/win/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
* platform/win/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Added.
* platform/win/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
* platform/win/fast/forms/search-display-none-cancel-button-expected.txt: Added.
* platform/win/fast/forms/search-rtl-expected.txt: Added.
* platform/win/fast/forms/search-styled-expected.txt:
* platform/win/fast/forms/search-vertical-alignment-expected.txt: Added.
* platform/win/fast/forms/select-background-none-expected.txt: Added.
* platform/win/fast/forms/select-empty-option-height-expected.txt: Added.
* platform/win/fast/forms/select-size-expected.txt: Added.
* platform/win/fast/forms/select-style-expected.txt: Added.
* platform/win/fast/forms/select-visual-hebrew-expected.txt: Added.
* platform/win/fast/forms/select-writing-direction-natural-expected.txt:
* platform/win/fast/forms/selectlist-minsize-expected.txt: Added.
* platform/win/fast/forms/stuff-on-my-optgroup-expected.txt: Added.
* platform/win/fast/forms/textAreaLineHeight-expected.txt: Added.
* platform/win/fast/forms/textarea-align-expected.txt: Added.
* platform/win/fast/forms/textarea-metrics-expected.txt: Added.
* platform/win/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
* platform/win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/win/fast/forms/textarea-scroll-height-expected.txt: Added.
* platform/win/fast/forms/textarea-scrollbar-expected.txt:
* platform/win/fast/forms/textarea-scrolled-type-expected.txt: Added.
* platform/win/fast/forms/textarea-setinnerhtml-expected.txt: Added.
* platform/win/fast/forms/textarea-width-expected.txt:
* platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt: Added.
* platform/win/fast/forms/textfield-overflow-expected.txt: Added.
2014-10-23 Jer Noble <jer.noble@apple.com>
[Mac] Safari cannot play 'audio/amr' content.
https://bugs.webkit.org/show_bug.cgi?id=137894
Reviewed by Eric Carlson.
* media/media-can-play-case-insensitive-expected.txt: Added.
* media/media-can-play-case-insensitive.html: Added.
2014-10-23 Yusuke Suzuki <utatane.tea@gmail.com>
CSS JIT: Implement :matches
https://bugs.webkit.org/show_bug.cgi?id=137947
Reviewed by Benjamin Poulain.
* fast/selectors/matches-backtracking-expected.txt: Added.
* fast/selectors/matches-backtracking.html: Added.
* fast/selectors/matches-complex-expected.txt: Added.
* fast/selectors/matches-complex.html: Added.
- nested :matches
- multiple :matches
- :matches with CannotMatchAnything
- :matches with :not
- :matches(with a lot of selectors)
are tested.
2014-10-22 Simon Fraser <simon.fraser@apple.com>
[iOS] Toggling overflow:scroll to hidden on element with -webkit-overflow-scrolling:touch can cause children to disappear
https://bugs.webkit.org/show_bug.cgi?id=137999
rdar://problem/18425550
Reviewed by Zalan Bujtas.
Test that toggles overflow on a touch scrolling div, and dumps layers.
* compositing/scrolling/touch-scroll-to-clip-expected.txt: Added.
* compositing/scrolling/touch-scroll-to-clip.html: Added.
* platform/ios-simulator/compositing/scrolling/touch-scroll-to-clip-expected.txt: Added.
2014-10-22 Byungseon Shin <sun.shin@lge.com>
String(new Date(Mar 30 2014 01:00:00)) is wrong in CET
https://bugs.webkit.org/show_bug.cgi?id=130967
Reviewed by Mark Lam.
Set latest DST timezone boundary values on
<http://www.timeanddate.com/time/zone/usa/los-angeles>
* js/dom/script-tests/date-DST-time-cusps.js:
2014-10-22 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline various tests after switching to Windows rendering for native controls.
* platform/win/editing/inserting/before-after-input-element-expected.txt: Added.
* platform/win/editing/pasteboard/4806874-expected.txt: Added.
* platform/win/editing/pasteboard/pasting-tabs-expected.txt:
* platform/win/editing/selection/4397952-expected.txt:
* platform/win/editing/selection/4895428-3-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/win/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/win/fast/block/basic: Added.
* platform/win/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Added.
* platform/win/fast/block/float/032-expected.txt: Added.
* platform/win/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/win/fast/dom/isindex-001-expected.txt: Added.
* platform/win/fast/dom/isindex-002-expected.txt: Added.
* platform/win/fast/forms/007-expected.txt: Added.
* platform/win/fast/forms/button-align-expected.txt: Added.
* platform/win/fast/forms/button-cannot-be-nested-expected.txt: Added.
* platform/win/fast/forms/button-default-title-expected.txt:
* platform/win/fast/forms/button-table-styles-expected.txt:
* platform/win/fast/forms/button-white-space-expected.txt: Added.
* platform/win/fast/forms/encoding-test-expected.txt: Added.
* platform/win/fast/forms/floating-textfield-relayout-expected.txt: Added.
* platform/win/fast/forms/input-align-expected.txt: Added.
* platform/win/fast/forms/input-appearance-bkcolor-expected.txt: Added.
* platform/win/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
* platform/win/fast/forms/input-appearance-disabled-expected.txt: Added.
* platform/win/fast/forms/input-appearance-preventDefault-expected.txt: Added.
* platform/win/fast/forms/input-appearance-width-expected.txt: Added.
* platform/win/fast/forms/input-baseline-expected.txt: Added.
* platform/win/fast/forms/input-disabled-color-expected.txt: Added.
* platform/win/fast/forms/input-field-text-truncated-expected.txt: Added.
* platform/win/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
* platform/win/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
* platform/win/fast/forms/input-readonly-empty-expected.txt: Added.
* platform/win/fast/forms/input-table-expected.txt: Added.
* platform/win/fast/forms/input-text-click-inside-expected.txt: Added.
* platform/win/fast/forms/input-text-option-delete-expected.txt: Added.
* platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
* platform/win/fast/forms/input-text-self-emptying-click-expected.txt: Added.
* platform/win/fast/forms/input-text-word-wrap-expected.txt: Added.
* platform/win/fast/forms/menulist-restrict-line-height-expected.txt: Added.
* platform/win/fast/forms/menulist-style-color-expected.txt:
* platform/win/fast/forms/minWidthPercent-expected.txt: Added.
* platform/win/fast/forms/placeholder-position-expected.txt: Added.
* platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
* platform/win/fast/forms/select-overflow-scroll-expected.txt:
* platform/win/fast/forms/select-overflow-scroll-inherited-expected.txt:
* platform/win/fast/forms/text-style-color-expected.txt: Added.
* platform/win/fast/forms/textfield-focus-ring-expected.txt: Added.
* platform/win/fast/forms/textfield-outline-expected.txt: Added.
* platform/win/fast/forms/visual-hebrew-text-field-expected.txt: Added.
* platform/win/fast/lists/dynamic-marker-crash-expected.txt: Added.
* platform/win/fast/table/spanOverlapRepaint-expected.txt: Added.
* platform/win/fast/table/text-field-baseline-expected.txt: Added.
* platform/win/fast/text/textIteratorNilRenderer-expected.txt:
* platform/win/svg/custom/inline-svg-in-html-expected.txt: Added.
* platform/win/svg/hixie/mixed: Added.
* platform/win/svg/hixie/mixed/003-expected.txt: Added.
* platform/win/tables/mozilla/bugs/45621-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug138725-expected.txt:
* platform/win/tables/mozilla/bugs/bug194024-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug24200-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/win/tables/mozilla/bugs/bug39209-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/bug51727-expected.txt:
* platform/win/tables/mozilla/bugs/bug52505-expected.txt:
* platform/win/tables/mozilla/bugs/bug52506-expected.txt:
* platform/win/tables/mozilla/bugs/bug59354-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug60749-expected.txt:
* platform/win/tables/mozilla/bugs/bug68912-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug7342-expected.txt:
* platform/win/tables/mozilla/bugs/bugs28928-expected.txt: Added.
* platform/win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Added.
* platform/win/tables/mozilla_expected_failures/collapsing_borders: Added.
* platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
* platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Added.
* platform/win/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/win/tables/mozilla_expected_failures/core/captions2-expected.txt:
2014-10-22 Said Abou-Hallawa <sabouhallawa@apple.com>
SVG loaded through html <img> can't request to load any external resources.
https://bugs.webkit.org/show_bug.cgi?id=137762.
Reviewed by Daniel Bates.
Ensure that SVG images, which are loaded through the <img> tag or through the
CSS background image, cannot load any external sub-resource except for data-
URL resources (though this doesn't work at the time of writing, see bug #137941).
Also ensure the same rule is enforced on cached resources.
The tests are ported but modified a little from the chromium fix:
http://src.chromium.org/viewvc/blink?view=rev&rev=176084
Set the circle background to orange
* http/tests/security/resources/image-with-css-cross-domain-circle.css: Added.
(circle):
Set the circle stroke-width = 2 and the circle stroke = red
* http/tests/security/resources/image-with-css-cross-domain-circle2.css: Added.
(circle):
This svg references the two css files: one is relative path and the other is absolute path
* http/tests/security/resources/image-with-css-cross-domain.svg: Added.
This svg references an external image.
* http/tests/security/resources/image-with-remote-image.svg: Added.
A helper css which sets the formatting style for some html tags
* http/tests/security/svg-image-with-css-cross-domain.css: Added.
(span):
(span.circle-css-cross-domain):
(embed):
(iframe):
Test the svg which is referenced as a cached image by an <object> tag, does not load
external sub-resource.
* http/tests/security/svg-image-with-cached-remote-image-expected.html: Added.
* http/tests/security/svg-image-with-cached-remote-image.html: Added.
Test loading sub-resources for an svg which is included in the html by different ways
and which references external css files.
Ensure the image object does not load any external sub-resources.
* http/tests/security/svg-image-with-css-cross-domain-expected.html: Added.
* http/tests/security/svg-image-with-css-cross-domain.html: Added.
2014-10-21 Ada Chan <adachan@apple.com>
MediaPlayerPrivateAVFoundation::hasAudio() returns false even when there is an audible AVMediaSelectionOption selected
https://bugs.webkit.org/show_bug.cgi?id=137935
Reviewed by Eric Carlson.
* http/tests/media/hls/hls-audio-tracks-has-audio-expected.txt: Added.
* http/tests/media/hls/hls-audio-tracks-has-audio.html: Added.
2014-10-22 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] Unreviewed EFL gardening.
https://bugs.webkit.org/show_bug.cgi?id=137950
Some tests that are passed in latest build.
* platform/efl/TestExpectations: Remove passing tests from TestExceptation file.
2014-10-22 Brent Fulgham <bfulgham@apple.com>
[Win] Mark a number of tests as failing due to white selected text color.
https://bugs.webkit.org/show_bug.cgi?id=137963
* platform/win/TestExpectations:
2014-10-22 Brent Fulgham <bfulgham@apple.com>
[Win] Mark a number of tests as failing due to <select> bug.
https://bugs.webkit.org/show_bug.cgi?id=137962
* platform/win/TestExpectations:
2014-10-22 Shivakumar JM <shiva.jm@samsung.com>
XMLHttpRequest should support attribute responseURL as per latest XHR spec.
https://bugs.webkit.org/show_bug.cgi?id=136938
Reviewed by Alexey Proskuryakov.
Added test to check responseURL attribute in XMLHttpRequest.
* http/tests/xmlhttprequest/basic-auth-responseURL-expected.txt: Added.
* http/tests/xmlhttprequest/basic-auth-responseURL.html: Added.
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt: Added.
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html: Added.
* http/tests/xmlhttprequest/redirect-credentials-responseURL-expected.txt: Added.
* http/tests/xmlhttprequest/redirect-credentials-responseURL.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-responseURL-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-responseURL.html: Added.
2014-10-22 Carlos Garcia Campos <cgarcia@igalia.com>
[GStreamer] Do not use CachedResourceLoader, SecurityOrigin, ResourceBuffer and other WebCore types
https://bugs.webkit.org/show_bug.cgi?id=137064
Reviewed by Philippe Normand.
Update expected results of http/tests/security/video-cross-origin-accessfailure.html, since
now the error is also logged in the console.
* http/tests/security/video-cross-origin-accessfailure-expected.txt:
2014-10-22 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
Match spec for font-weight: bolder|lighter
https://bugs.webkit.org/show_bug.cgi?id=137919
Reviewed by Andreas Kling.
This patch is a merge of Blink's
https://chromiumcodereview.appspot.com/15994009 and
https://codereview.chromium.org/137813004
* css3/font-weight-expected.txt: Added.
* css3/font-weight-multiple-selectors-expected.txt: Added.
* css3/font-weight-multiple-selectors.html: Added.
* css3/font-weight.html: Added.
2014-10-22 Dhi Aurrahman <diorahman@rockybars.com>
Add relList to the anchor, area and link elements
https://bugs.webkit.org/show_bug.cgi?id=137860
Reviewed by Darin Adler and Chris Dumez.
Tests relList aspects for anchor, area and list elements.
Update dom static property for-in iteration test result to include relList.
* fast/dom/rel-list-expected.txt: Added.
* fast/dom/rel-list-gc-expected.txt: Added.
* fast/dom/rel-list-gc.html: Added.
* fast/dom/rel-list.html: Added.
* js/dom/dom-static-property-for-in-iteration-expected.txt: Updated results.
* perf/rel-list-remove-expected.txt: Added.
* perf/rel-list-remove.html: Added.
2014-10-21 Brent Fulgham <bfulgham@apple.com>
[Win] More rebaselines.
* platform/win/css1/box_properties/acid_test-expected.txt:
* platform/win/editing/selection/3690719-expected.txt:
* platform/win/editing/selection/move-left-right-expected.txt:
* platform/win/fast/css/continuationCrash-expected.txt:
* platform/win/fast/css/fieldset-display-row-expected.txt:
* platform/win/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/win/fast/forms/file/file-input-direction-expected.txt:
* platform/win/fast/forms/file/file-input-disabled-expected.txt:
* platform/win/fast/forms/file/input-file-re-render-expected.txt:
* platform/win/fast/forms/formmove-expected.txt:
* platform/win/fast/forms/formmove2-expected.txt:
* platform/win/fast/forms/formmove3-expected.txt:
* platform/win/fast/forms/input-appearance-height-expected.txt:
* platform/win/fast/forms/input-button-sizes-expected.txt:
* platform/win/fast/forms/input-step-as-double-expected.txt: Removed.
* platform/win/fast/forms/input-text-drag-down-expected.txt:
* platform/win/fast/forms/input-value-expected.txt:
* platform/win/fast/forms/listbox-bidi-align-expected.txt:
* platform/win/fast/forms/targeted-frame-submission-expected.txt:
* platform/win/fast/forms/text-control-intrinsic-widths-expected.txt:
2014-10-21 Benjamin Poulain <bpoulain@apple.com>
CSS Rule features are ignored for nested CSS Selector lists
https://bugs.webkit.org/show_bug.cgi?id=137908
Reviewed by Andreas Kling.
* fast/selectors/class-style-update-with-not-expected.txt: Added.
* fast/selectors/class-style-update-with-not.html: Added.
Parts of this test fail due to a bug with specificity. This will be addressed
separately.
* fast/css/class-style-invalidation-optimization-expected.txt: Added.
* fast/css/class-style-invalidation-optimization.html: Added.
* fast/css/direct-adjacent-style-sharing-1-expected.html: Added.
* fast/css/direct-adjacent-style-sharing-1.html: Added.
* fast/css/direct-adjacent-style-sharing-2-expected.html: Added.
* fast/css/direct-adjacent-style-sharing-2.html: Added.
* fast/css/direct-adjacent-style-sharing-3-expected.html: Added.
* fast/css/direct-adjacent-style-sharing-3.html: Added.
* fast/css/id-style-invalidation-optimization-expected.txt: Added.
* fast/css/id-style-invalidation-optimization.html: Added.
* fast/selectors/class-style-update-expected.txt: Added.
* fast/selectors/class-style-update-with-nth-child-of-expected.txt: Added.
* fast/selectors/class-style-update-with-nth-child-of.html: Added.
* fast/selectors/class-style-update.html: Added.
2014-10-21 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test updates after switching to Windows theme for tests.
https://bugs.webkit.org/show_bug.cgi?id=137932
* platform/win/css1/box_properties/acid_test-expected.txt:
* platform/win/editing/inserting/4960120-1-expected.txt:
2014-10-21 Jaehun Lim <ljaehun.lim@samsung.com>
'true' isn't a valid value for justify-self
https://bugs.webkit.org/show_bug.cgi?id=137913
Reviewed by Andreas Kling.
Merged from Blink (patch by dstockwell):
<https://src.chromium.org/viewvc/blink?view=rev&revision=174638>
CSS Box Alignment Module Level 3:
http://dev.w3.org/csswg/css-align/#justify-self-property
Add a bad case where "justify-self: true"
* fast/css/parse-justify-self-expected.txt:
* fast/css/parse-justify-self.html:
2014-10-21 Michael Saboff <msaboff@apple.com>
Change native call frames to use the scope from their Callee instead of their caller's scope
https://bugs.webkit.org/show_bug.cgi?id=137907
Updated tests to reflect that the results of changing where a native call frame
and therefore the lexicalGlobalObject came from. Verified that these tests changes
are consistent with the HTML standard. These changes are also closer to the behavior
of other browsers.
Reviewed by Mark Lam.
* fast/frames/sandboxed-iframe-navigation-parent-expected.txt:
* fast/frames/sandboxed-iframe-navigation-parent.html:
Changed the test and results to show that a sandboxed iframe can navigate its
ancesters when it is sandbox with both "allow-scripts" and "allow-same-origin".
* http/tests/security/calling-versus-current.html:
Updated the test to really have a different domain. We do a simple string comparison
to check for that we are part of the same domain. The test expected that 0.0.1 was
from the same domain as 127.0.0.1. Changed the test to try 0.0.2 and expect a
security exception.
* http/tests/security/frameNavigation/context-for-location-assign-expected.txt:
Updated test results.
* traversal/node-iterator-prototype-expected.txt:
* traversal/node-iterator-prototype.html:
Fixed as a result of this change.
2014-10-21 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] CSS-generated text content not exposed to assistive technologies
https://bugs.webkit.org/show_bug.cgi?id=137669
Reviewed by Chris Fleizach.
Moved the Mac platform test and modified it to dump the accessible tree
and string values rather than a platform-specific hierarchy so that it
could be shared across platforms.
* accessibility/css-content-attribute.html: Added.
* platform/gtk/accessibility/css-content-attribute-expected.txt: Added.
* platform/mac/accessibility/css-content-attribute-expected.txt: Modified to reflect new output.
* platform/mac/accessibility/css-content-attribute.html: Removed.
2014-10-21 Zalan Bujtas <zalan@apple.com>
REGRESSION: Google Search (mobile) video thumbnails are too large.
https://bugs.webkit.org/show_bug.cgi?id=137895
Reviewed by Simon Fraser.
This patch fixes layer clipping when an ancestor layer has border-radius clipping.
In cases, where the current layer has non-radius cliprect, while an ancestor layer
has border-radius clipping, we only use the border-radius rect to clip.
* fast/clip/overflow-hidden-with-border-radius-overflow-clipping-parent-expected.html: Added.
* fast/clip/overflow-hidden-with-border-radius-overflow-clipping-parent.html: Added.
2014-10-21 Jer Noble <jer.noble@apple.com>
REGRESSION (r170808): Volume slider in built-in media controls only changes volume when thumb is released, not while dragging
https://bugs.webkit.org/show_bug.cgi?id=137805
Reviewed by Dan Bernstein.
* media/video-volume-slider-drag-expected.txt: Added.
* media/video-volume-slider-drag.html: Added.
2014-10-21 Manuel Rego Casasnovas <rego@igalia.com>
ASSERTION FAILED: !gridWasPopulated() in WebCore::RenderGrid::placeItemsOnGrid
https://bugs.webkit.org/show_bug.cgi?id=136939
Reviewed by Darin Adler.
Added a test case to reproduce the crash in debug mode.
* fast/css-grid-layout/grid-was-populated-assert-expected.txt: Added.
* fast/css-grid-layout/grid-was-populated-assert.html: Added.
2014-10-17 Jeffrey Pfau <jpfau@apple.com>
Ensure attached frame count doesn't exceed the maximum allowed frames
https://bugs.webkit.org/show_bug.cgi?id=136457
Reviewed by Alexey Proskuryakov.
* fast/frames/exponential-frames-expected.txt: Added.
* fast/frames/exponential-frames.html: Added.
2014-10-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
Tighten XMLHttpRequest setRequestHeader value check
https://bugs.webkit.org/show_bug.cgi?id=128593
Reviewed by Darin Adler.
Added a test originating from w3c-test.org to test header values checking.
Testing headers with non ASCII characters and various control characters.
* http/tests/xmlhttprequest/set-bad-headervalue-expected.txt: Added.
* http/tests/xmlhttprequest/set-bad-headervalue.html: Added.
2014-10-20 Brent Fulgham <bfulgham@apple.com>
[Win] Mark a few tests as no-longer failing.
It looks like Said's work on SVG has fixed a number of things!
* platform/win/TestExpectations: Remove 'crash' and 'failures' cases
for a few things that are now reliably passing.
2014-10-20 Dean Jackson <dino@apple.com>
[Mac] Support "inverted-colors" and "monochrome" media feature.
https://bugs.webkit.org/show_bug.cgi?id=137535
<rdar://problem/18586398>
Reviewed by Brent Fulgham.
Add tests for the new "inverted-colors" media feature, and
another test for the "monochrome" feature. Note that these
tests don't actually exercise the positive values of the
query, since that requires the screen to be changed and would
interfere with concurrent tests.
* fast/media/mq-inverted-colors.html: Added.
* fast/media/mq-monochrome.html: Added.
* fast/media/mq-inverted-colors-expected.html: Added.
* fast/media/mq-monochrome-expected.html: Added.
2014-10-20 Alexey Proskuryakov <ap@apple.com>
Eight transitions tests are very flaky, frequently failing all at once
https://bugs.webkit.org/show_bug.cgi?id=137883
Marking them as flaky. Enough is enough.
* TestExpectations:
2014-10-20 Jer Noble <jer.noble@apple.com>
REGRESSION(r174823): Two new failing HLS tests
https://bugs.webkit.org/show_bug.cgi?id=137882
Unreviewed gardening; add two expected failures.
* platform/mac/TestExpectations:
2014-10-20 Benjamin Poulain <benjamin@webkit.org>
Update the <link>'s link status
https://bugs.webkit.org/show_bug.cgi?id=137861
Reviewed by Chris Dumez.
* fast/css/link-basics-expected.html: Added.
* fast/css/link-basics.html: Added.
* fast/selectors/link-basics-expected.txt: Added.
* fast/selectors/link-basics-xhtml-expected.txt: Added.
* fast/selectors/link-basics-xhtml.xhtml: Added.
* fast/selectors/link-basics.html: Added.
* fast/selectors/resources/html-link-type-tests.js: Added.
(testHTMLElement):
(testHTMLTagsForLink):
* fast/selectors/webkit-any-link-basics-expected.txt: Added.
* fast/selectors/webkit-any-link-basics.html: Added.
2014-10-18 Antti Koivisto <antti@apple.com>
REGRESSION (r173356): Safari can't install a profile, gets 'Download Failed error
https://bugs.webkit.org/show_bug.cgi?id=137855
Reviewed by Dan Bernstein.
* http/tests/mime/mime-type-sniff-expected.txt: Added.
* http/tests/mime/mime-type-sniff.html: Added.
* http/tests/mime/resources/png-with-text-content-type.cgi: Added.
2014-10-18 Chris Fleizach <cfleizach@apple.com>
AX: Tables with <colgroups> are not reporting table column headers
https://bugs.webkit.org/show_bug.cgi?id=137846
Reviewed by Mario Sanchez Prada.
* accessibility/table-column-headers-with-captions-expected.txt: Added.
* accessibility/table-column-headers-with-captions.html: Added.
2014-10-17 Michael Saboff <msaboff@apple.com>
Don't create cached functions that access lexicalGlobalObject()
https://bugs.webkit.org/show_bug.cgi?id=137839
Reviewed by Geoffrey Garen.
Updadted test that check for
* fast/dom/wrapper-scope-expected.txt:
* fast/dom/wrapper-scope.html:
Removed "close" and "postMessage" from functions to check for wrapper scope.
* http/tests/security/cross-frame-access-put-expected.txt:
* http/tests/security/resources/cross-frame-iframe-for-put-test.html:
Removed "blur", "close" and "focus" from the functions to test, since this tests that
a parent's and child window's instances are the same. Now they are always different.
* js/dom/global-function-resolve-expected.txt:
* js/dom/script-tests/global-function-resolve.js:
Removed "close" from this lists of functions to check.
2014-10-17 Benjamin Poulain <benjamin@webkit.org>
Make a better use of the available registers when compiling nested selector lists
https://bugs.webkit.org/show_bug.cgi?id=137802
Reviewed by Andreas Kling.
The register pressure cases are already well covered by fast/selectors/nth-child-of-boundaries-*.
The new test covers the maximum register pressure inside :nth-child(of) and having the selector with
max pressure inside a selector list instead of being alone/first.
* fast/selectors/nth-child-of-register-requirement-expected.txt: Added.
* fast/selectors/nth-child-of-register-requirement.html: Added.
2014-10-17 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening. Mark some tests as passing that have benefitted from recent bug fixes.
* platform/win/TestExpectations:
2014-10-17 Andreas Kling <akling@apple.com>
Add test for innerHTML mutations that yield identical DOM.
<https://webkit.org/b/137823>
Reviewed by Chris Dumez.
I made this test while working on an optimization, and it seems useful
to have in the tree since it adds additional coverage. The optimization
may come later.
The test works by creating little DOM subtrees like so:
<foo><bar>some text</bar></foo>
It then overwrites that subtree with an identical one by mutating the
containing element's innerHTML property. It then verifies that the DOM
structure is correct and that Node wrappers retain any custom properties
set on them.
* fast/innerHTML/identical-mutations-expected.txt: Added.
* fast/innerHTML/identical-mutations.html: Added.
2014-10-16 Jer Noble <jer.noble@apple.com>
[Mac] Represent AVMediaSelectionOptions as AudioTracks
https://bugs.webkit.org/show_bug.cgi?id=137474
Reviewed by Brent Fulgham.
* http/tests/media/hls/hls-audio-tracks-expected.txt: Added.
* http/tests/media/hls/hls-audio-tracks.html: Added.
* http/tests/media/resources/hls/audio-tracks.m3u8: Added.
* http/tests/media/resources/hls/bipbop/iframe_index.m3u8: Added.
* http/tests/media/resources/hls/bipbop/main0.ts: Added.
* http/tests/media/resources/hls/bipbop/main1.ts: Added.
* http/tests/media/resources/hls/bipbop/prog_index.m3u8: Added.
* http/tests/media/resources/hls/french/main.aac: Added.
* http/tests/media/resources/hls/french/prog_index.m3u8: Added.
* http/tests/media/resources/hls/spanish/main.aac: Added.
* http/tests/media/resources/hls/spanish/prog_index.m3u8: Added.
2014-10-17 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening after r174796.
Now that Windows DRT matches Mac's output, we can get rid of some custom test expecations.
* platform/win/fast/dom/window-load-crash-expected.txt: Removed.
* platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed.
* platform/win/fast/ruby/before-block-doesnt-crash-expected.txt: Removed.
* platform/win/fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
* platform/win/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Removed.
* platform/win/loader/image-loader-adoptNode-assert-expected.txt: Removed.
2014-10-15 Yusuke Suzuki <utatane.tea@gmail.com>
CSS Selectors Level 4: Implement :matches in SelectorChecker
https://bugs.webkit.org/show_bug.cgi?id=137393
Reviewed by Benjamin Poulain.
* fast/selectors/matches-selector-list-expected.txt: Added.
* fast/selectors/matches-selector-list.html: Added.
* fast/selectors/querySelector-matches-expected.txt: Added.
* fast/selectors/querySelector-matches.html: Added.
2014-10-16 Alexey Proskuryakov <ap@apple.com>
REGRESSION (r169024): Undetermined text is not displayed in the search field of Adobe Help Website
https://bugs.webkit.org/show_bug.cgi?id=137679
rdar://problem/18450335
Reviewed by Enrica Casucci.
* platform/mac/editing/input/selected-composed-text-painting-expected.html: Added.
* platform/mac/editing/input/selected-composed-text-painting.html: Added.
2014-10-16 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
* platform/mac/TestExpectations:
2014-10-16 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Unskip more subpixel related tests.
* platform/mac/TestExpectations:
2014-10-16 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Unskip subpixel border tests.
* platform/mac/TestExpectations:
* platform/mac/css1/units/length_units-expected.txt:
* platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
* platform/mac/media/video-zoom-expected.txt:
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
2014-10-15 Andrei Bucur <abucur@adobe.com>
ASSERTION FAILED in WebCore::RenderFlowThread::getRegionRangeForBox
https://bugs.webkit.org/show_bug.cgi?id=135563
Reviewed by David Hyatt.
A test verifying that positioned elements inside multi-column containers don't
cause assertions or crashes.
* fast/multicol/multicol-all-positioned-crash-expected.txt: Added.
* fast/multicol/multicol-all-positioned-crash.html: Added.
* fast/multicol/multicol-transform-containing-block-expected.txt: Added.
* fast/multicol/multicol-transform-containing-block.html: Added.
2014-10-15 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r174753.
https://bugs.webkit.org/show_bug.cgi?id=137761
caused layout tests to fail. (Requested by zalan on #webkit).
Reverted changeset:
"[Mac] Unreviewed gardening."
http://trac.webkit.org/changeset/174753
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Unskip subpixel border tests.
* platform/mac/TestExpectations:
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening(mountain-lion).
* platform/mac-mountainlion/fast/text/international/hindi-spacing-expected.txt: Added.
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Rebaselining.
* platform/mac/TestExpectations:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
* platform/mac/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
* platform/mac/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
* platform/mac/fast/text/orientation-sideways-expected.txt:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
* platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
* platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
* platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
2014-10-13 Chris Fleizach <cfleizach@apple.com>
AX: Going back is broken for VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=137382
Reviewed by Darin Adler.
Update tests now that AXLoadComplete is sent more reliably.
* platform/mac/accessibility/aria-expanded-notifications-expected.txt:
* platform/mac/accessibility/aria-expanded-notifications.html:
2014-10-15 Simon Fraser <simon.fraser@apple.com>
Sometimes can't scroll overflow:scroll areas in subframes
https://bugs.webkit.org/show_bug.cgi?id=137746
rdar://problem/18603560
Reviewed by Tim Horton.
Test that changes an overflow size in a subframe and then dumps the non-fast scrollable region.
* platform/mac-wk2/tiled-drawing/scrolling/frames/resources/layouting-frame.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout.html: Added.
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Rebaselining.
* css3/flexbox/flex-rounding.html:
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Unskip some subpixel related tests.
* platform/mac/TestExpectations:
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
css3/flexbox/flex-rounding.html passes now that subpixel is on.
* platform/mac/TestExpectations:
2014-10-15 Zalan Bujtas <zalan@apple.com>
Subpixel layout: Unskip fast/sub-pixel directory.
https://bugs.webkit.org/show_bug.cgi?id=137732
Reviewed by Simon Fraser.
Unskip tests.
* TestExpectations:
* fast/sub-pixel/inline-block-with-padding-expected.txt: minor adjustment.
* fast/sub-pixel/zoomed-em-border-expected.html: minor adjustment.
* platform/mac/TestExpectations: we still have to skip couple of tests.
2014-10-14 Zalan Bujtas <zalan@apple.com>
REGRESSION (Safari 7.1/8.0): Border-radius and overflow hidden renders incorrectly.
https://bugs.webkit.org/show_bug.cgi?id=137205
Reviewed by Simon Fraser.
Child layer should not reset radius clipping behaviour.
* fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping-expected.html: Added.
* fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping.html: Added.
2014-10-14 Dan Bernstein <mitz@apple.com>
URLs that start with http:/// and https:/// lose two slashes when parsed, causing assertion failure and inconsistent behavior
https://bugs.webkit.org/show_bug.cgi?id=137718
Reviewed by Alexey Proskuryakov.
* fast/loader/url-parse-1-expected.txt: Updated results.
* fast/loader/url-parse-1.html: Added a few test cases.
* fast/url/file-http-base-expected.txt: Updated results.
* fast/url/host-expected.txt: Ditto.
* fast/url/invalid-urls-utf8-expected.txt: Ditto.
* fast/url/relative-expected.txt: Ditto.
* fast/url/standard-url-expected.txt: Ditto.
2014-10-14 Alexey Proskuryakov <ap@apple.com>
Re-adding fast/hidpi/image-srcset-relative-svg-canvas.html, as it still fails on bots
* TestExpectations:
2014-10-14 Roger Fong <roger_fong@apple.com>
[Windows] Unreviewed gardening following r174585.
* platform/win/TestExpectations:
* platform/win/editing/inserting/4960120-1-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-1-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-2-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-3-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-4-expected.png: Added.
* platform/win/editing/selection/select-across-readonly-input-4-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-5-expected.png: Added.
* platform/win/editing/selection/select-across-readonly-input-5-expected.txt: Added.
* platform/win/fast/block/positioning/inline-block-relposition-expected.txt: Added.
* platform/win/fast/css/resize-corner-tracking-expected.png: Added.
* platform/win/fast/css/resize-corner-tracking-expected.txt: Added.
* platform/win/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
* platform/win/fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added.
* platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
* platform/win/fast/events/shadow-event-path-2-expected.txt: Added.
* platform/win/fast/forms/003-expected.txt: Added.
* platform/win/fast/forms/004-expected.txt: Added.
* platform/win/fast/forms/button-default-title-expected.txt: Added.
* platform/win/fast/forms/button-generated-content-expected.png: Added.
* platform/win/fast/forms/button-generated-content-expected.txt: Added.
* platform/win/fast/forms/menulist-clip-expected.png: Added.
* platform/win/fast/forms/menulist-clip-expected.txt: Added.
* platform/win/fast/forms/menulist-deselect-update-expected.txt: Added.
* platform/win/fast/forms/menulist-style-color-expected.png: Added.
* platform/win/fast/forms/menulist-style-color-expected.txt: Added.
* platform/win/fast/forms/menulist-width-change-expected.txt: Added.
* platform/win/fast/forms/option-script-expected.txt: Added.
* platform/win/fast/forms/option-text-clip-expected.png: Added.
* platform/win/fast/forms/option-text-clip-expected.txt: Added.
* platform/win/fast/forms/select-writing-direction-natural-expected.png: Added.
* platform/win/fast/forms/select-writing-direction-natural-expected.txt: Added.
* platform/win/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
* platform/win/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
* platform/win/fast/forms/textarea-scrollbar-expected.png: Added.
* platform/win/fast/forms/textarea-scrollbar-expected.txt: Added.
* platform/win/fast/repaint/control-clip-expected.png: Added.
* platform/win/fast/repaint/control-clip-expected.txt: Added.
* platform/win/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
* platform/win/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
* platform/win/fast/table/append-cells2-expected.txt: Added.
* platform/win/fast/table/remove-td-display-none-expected.txt: Added.
* platform/win/fast/text/atsui-rtl-override-selection-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug30559-expected.txt: Added.
2014-10-13 Simon Fraser <simon.fraser@apple.com>
Rebaseline some compositing tests that are sensitive to the visible rect, and skip
tests that rely on media loading.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt:
* platform/ios-simulator/compositing/contents-scale/animating-expected.txt:
* platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt:
* platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt:
* platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt:
* platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt:
* platform/ios-simulator/compositing/geometry/partial-layout-update-expected.txt:
* platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt:
* platform/ios-simulator/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt:
* platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt:
* platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt:
* platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt:
* platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt:
* platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt:
* platform/ios-simulator/compositing/visible-rect/animated-expected.txt:
* platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt:
* platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt:
* platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt:
* platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt:
2014-10-14 Joanmarie Diggs <jdiggs@igalia.com>
REGRESSION(r174567): [GTK] Layout Tests platform/gtk/accessibility/aria-table-hierarchy.html and platform/gtk/accessibility/table-hierarchy.html fail
https://bugs.webkit.org/show_bug.cgi?id=137697
These tests were overlooked when updating tests to reflect the correct
mapping for ColumnHeaderRole and RowHeaderRole in ATK.
Reviewed by Chris Fleizach.
* platform/gtk/TestExpectations: Remove two failing tests.
* platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Updated expectations.
* platform/gtk/accessibility/aria-table-hierarchy.html: Updated in-test shouldBe values for headers.
* platform/gtk/accessibility/table-hierarchy-expected.txt: Updated expectations.
* platform/gtk/accessibility/table-hierarchy.html: Updated in-test shouldBe values for headers.
2014-10-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
* platform/gtk/TestExpectations: Report new failures and update expectations.
* platform/gtk/css3/selectors3/html/css3-modsel-61-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/html/css3-modsel-83-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/xhtml/css3-modsel-61-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/xhtml/css3-modsel-83-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/xml/css3-modsel-61-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/xml/css3-modsel-83-expected.txt: Rebaseline after r174535.
* platform/gtk/fast/borders/bidi-002-expected.txt: Rebaseline after r174160.
* platform/gtk/fast/borders/bidi-009a-expected.txt: Rebaseline after r174160.
* platform/gtk/fast/selectors/061-expected.txt: Rebaseline after r174535.
* platform/gtk/fast/selectors/083-expected.txt: Rebaseline after r174535.
* platform/gtk/mathml/opentype/horizontal-expected.txt: Rebaseline after r174540.
2014-10-14 Youenn Fablet <youennf@gmail.com>
[XHR] Abort method execution when m_loader->cancel() in internalAbort() caused reentry
https://bugs.webkit.org/show_bug.cgi?id=126975
Reviewed by Alexey Proskuryakov.
Adding reentrant-cancel-abort.html (from https://codereview.chromium.org/76133002/)
that crashes without the patch
Updated reentrant-cancel.html test to expect the exception
that is now hit in initSend function (since a XHR open() call is aborted)
* http/tests/xmlhttprequest/reentrant-cancel-abort-expected.txt: Added.
* http/tests/xmlhttprequest/reentrant-cancel-abort.html: Added.
* http/tests/xmlhttprequest/reentrant-cancel.html:
2014-10-14 Alejandro G. Castro <alex@igalia.com>
Add test to check stretchy value is case sensitive
https://bugs.webkit.org/show_bug.cgi?id=137602
Reviewed by Darin Adler.
* mathml/presentation/mo-stretchy-case-sensitive-expected.html: Added.
* mathml/presentation/mo-stretchy-case-sensitive.html: Added.
2014-10-14 Alejandro G. Castro <alex@igalia.com>
Changes in the stretchy attribute do not update rendering
https://bugs.webkit.org/show_bug.cgi?id=136883
Reviewed by Darin Adler.
The test updates the stretchy value in a timeout.
* mathml/presentation/mo-stretch-update-expected.html: Added.
* mathml/presentation/mo-stretch-update.html: Added.
2014-10-14 Andrzej Badowski <a.badowski@samsung.com>
[AX] Improve AccessibilityTableCell columnHeaders and rowHeaders functions.
https://bugs.webkit.org/show_bug.cgi?id=136818
Reviewed by Chris Fleizach.
* accessibility/table-headers-expected.txt: Added.
* accessibility/table-headers.html: Added.
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-cells-expected.txt:
* platform/mac/accessibility/table-sections-expected.txt:
2014-10-13 Benjamin Poulain <bpoulain@apple.com>
Add test coverage for the more complex cases of :not()
https://bugs.webkit.org/show_bug.cgi?id=137671
Reviewed by Andreas Kling.
Those tests cover the future CSS JIT support of :not(). I'll to the implementation
split over multiple patch, better put the tests first.
* fast/selectors/not-backtracking-expected.txt: Added.
* fast/selectors/not-backtracking.html: Added.
* fast/selectors/not-boundaries-expected.txt: Added.
* fast/selectors/not-boundaries.html: Added.
2014-10-13 Yusuke Suzuki <utatane.tea@gmail.com>
CSS JIT: Implement :visited pseudo class
https://bugs.webkit.org/show_bug.cgi?id=135293
Reviewed by Benjamin Poulain.
To cover the :-webkit-any(:not(:link)), added new tests.
* TestExpectations:
* fast/history/link-inside-not-expected.txt:
* fast/history/link-inside-not-inside-any-expected.txt: Added.
* fast/history/link-inside-not-inside-any.html: Added.
* fast/history/link-inside-not.html:
2014-10-13 Simon Fraser <simon.fraser@apple.com>
Improve the test image diffs page
https://bugs.webkit.org/show_bug.cgi?id=137674
Reviewed by Alexey Proskuryakov.
New version of the image diff page that has the diff images in-place, and allows
for control of the image toggling.
* fast/harness/image-diff-template-expected.txt:
* fast/harness/image-diff-template.html:
2014-10-13 Simon Fraser <simon.fraser@apple.com>
Gardening.
* platform/mac/TestExpectations:
2014-09-30 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Pass the valid set of tracks to grow beyond growth limits
https://bugs.webkit.org/show_bug.cgi?id=137253
Reviewed by Darin Adler.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
2014-10-12 Mike West <mkwst@chromium.org>
Referrer Policy: Update <meta name="referrer"> values to match the spec
https://bugs.webkit.org/show_bug.cgi?id=137635
Reviewed by Jochen Eisinger.
* http/tests/security/referrer-policy-https-no-referrer-expected.txt: Added.
* http/tests/security/referrer-policy-https-no-referrer-when-downgrade-expected.txt: Added.
* http/tests/security/referrer-policy-https-no-referrer-when-downgrade.html: Added.
* http/tests/security/referrer-policy-https-no-referrer.html: Added.
* http/tests/security/referrer-policy-https-unsafe-url-expected.txt: Added.
* http/tests/security/referrer-policy-https-unsafe-url.html: Added.
* http/tests/security/referrer-policy-invalid-expected.txt: Update the error message with new keywords.
* http/tests/security/referrer-policy-no-referrer-expected.txt: Added.
* http/tests/security/referrer-policy-no-referrer-when-downgrade-expected.txt: Added.
* http/tests/security/referrer-policy-no-referrer-when-downgrade.html: Added.
* http/tests/security/referrer-policy-no-referrer.html: Added.
2014-10-12 Dhi Aurrahman <diorahman@rockybars.com>
Support activation behavior of link element
https://bugs.webkit.org/show_bug.cgi?id=137597
Reviewed by Benjamin Poulain.
Add test cases for link element activation behavior.
* fast/dom/html-link-element-activation-behavior-on-element-click-expected.txt: Added.
* fast/dom/html-link-element-activation-behavior-on-element-click.html: Added.
* fast/dom/html-link-element-activation-behavior-on-mouse-click-expected.txt: Added.
* fast/dom/html-link-element-activation-behavior-on-mouse-click.html: Added.
* fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added.
* fast/dom/html-link-element-activation-behavior-url-is-null.html: Added.
* fast/dom/resources/html-link-element-activation-behavior-on-element-click-step1.html: Added.
* fast/dom/resources/html-link-element-activation-behavior-on-mouse-click-step1.html: Added.
* fast/dom/resources/html-link-element-activation-behavior-target.html: Added.
2014-10-11 Simon Fraser <simon.fraser@apple.com>
Mark some more tests as sometimes passing.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
[EFL] Enable WebP support.
https://bugs.webkit.org/show_bug.cgi?id=136156
Reviewed by Gyuyoung Kim.
Clarify skipped webp test for Webkit EFL.
* platform/efl/TestExpectations:
2014-10-10 Simon Fraser <simon.fraser@apple.com>
Make these animation tests not timeout if hit testing fails.
* animations/animation-hit-test-transform.html:
* animations/animation-hit-test.html:
2014-10-10 Andy Estes <aestes@apple.com>
Mark compositing/rtl/rtl-fixed-overflow-scrolled.html as [ Failure ] on mac-wk1 platforms.
* platform/mac-wk1/TestExpectations:
2014-10-10 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/events tests.
* platform/ios-simulator/fast/events/*: Added
2014-10-10 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/dynamic tests.
* platform/ios-simulator/fast/dynamic/*: Added
2014-10-10 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/css3-text, fast/doctypes, fast/dom tests.
Skip fast/DeviceOrientation, fast/dom/shadow and some other failing tests.
* platform/ios-simulator/fast/css3-text/*: Added.
* platform/ios-simulator/fast/doctypes/*: Added.
* platform/ios-simulator/fast/dom/*: Added.
2014-10-10 Said Abou-Hallawa <sabouhallawa@apple.com>
RenderMathMLUnderOver adds spacing to the child operator indefinitely when resizing the window.
https://bugs.webkit.org/show_bug.cgi?id=137330
Reviewed by Simon Fraser.
Change the layout with resize test of the MathML underover object from being render tree test
to be reference test. The render test was failing on WK2 because it was doing window resizing
and view zooming. The new test rely solely on forcing the layout synchronously by resizing the
math container <div> element.
* mathml/opentype/munderover-layout-resize-expected.html: Added.
* mathml/opentype/munderover-layout-resize.html: Added.
* mathml/opentype/munderover-window-resize-expected.txt: Removed.
* mathml/opentype/munderover-window-resize.html: Removed.
2014-10-10 Benjamin Poulain <benjamin@webkit.org>
Update :nth-child(An+B of selector-list) to the latest specification
https://bugs.webkit.org/show_bug.cgi?id=137593
Reviewed by Andreas Kling.
* fast/selectors/nth-child-of-chained-3-expected.txt: Added.
* fast/selectors/nth-child-of-chained-3.html: Added.
This is an interesting new case with the new definition. Since the initial
element must also match the selector, it is now possible to fail even
if the combination An+B can match anything.
* fast/css/nth-child-of-classname-expected.html:
* fast/css/nth-child-of-classname.html:
* fast/css/nth-child-of-compound-selector-expected.html:
* fast/css/nth-child-of-compound-selector.html:
* fast/css/nth-child-of-tagname-expected.html:
* fast/css/nth-child-of-tagname.html:
* fast/selectors/nth-child-of-backtracking-adjacent-2.html:
* fast/selectors/nth-child-of-backtracking-adjacent.html:
* fast/selectors/nth-child-of-basics-2-expected.txt:
* fast/selectors/nth-child-of-basics-2.html:
* fast/selectors/nth-child-of-basics-expected.txt:
* fast/selectors/nth-child-of-basics.html:
* fast/selectors/nth-child-of-chained-2-expected.txt:
* fast/selectors/nth-child-of-chained-2.html:
* fast/selectors/nth-child-of-complex-selectors-expected.txt:
* fast/selectors/nth-child-of-complex-selectors.html:
* fast/selectors/nth-child-of-never-matching-selector-expected.txt:
* fast/selectors/nth-child-of-never-matching-selector.html:
* fast/selectors/nth-child-of-selector-list-expected.txt:
* fast/selectors/nth-child-of-selector-list.html:
Updating the test and tests result for the new definition.
2014-10-10 Andy Estes <aestes@apple.com>
[Mac] Update a Mavericks-specific baseline.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
2014-10-10 Simon Fraser <simon.fraser@apple.com>
Skip some tests that timeout every time.
* platform/mac/TestExpectations:
2014-10-10 Andy Estes <aestes@apple.com>
[Mac] Re-enable some compositing/rtl/ tests that acquired correct baselines in r174589
* platform/mac/TestExpectations:
2014-10-10 Andy Estes <aestes@apple.com>
Only run platform/mac/editing/input/undo-grouping-on-text-insertion.html on Yosemite
* platform/mac-mavericks/TestExpectations: Added.
* platform/mac/TestExpectations:
2014-10-10 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
* platform/gtk/TestExpectations: Mark and report test failing after r137615 and r174540.
* platform/gtk/mathml/opentype/munderover-window-resize-expected.txt: Added. Rebaseline after r174540.
* platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Rebaseline after r174540.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/css-generated-content, css-grid-layout tests.
* platform/ios-simulator/fast/css-generated-content/*: Added.
* platform/ios-simulator/fast/css-grid-layout/*: Added.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/css tests.
* platform/ios-simulator/fast/css/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/box-shadow, box-sizing, canvas, clip and compact tests.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/fast/box-shadow/*
* platform/ios-simulator/fast/box-sizing/*: Added.
* platform/ios-simulator/fast/canvas/*: Added.
* platform/ios-simulator/fast/clip/*: Added.
* platform/ios-simulator/fast/compact/*: Added.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/borders tests.
* platform/ios-simulator/fast/borders/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/body-propagation tests.
* platform/ios-simulator/fast/body-propagation/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/block tests.
* platform/ios-simulator/fast/block/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Skip fast/animation in the iOS Simulator.
Add results for fast/backgrounds
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/fast/backgrounds/*: Added.
2014-10-10 Andy Estes <aestes@apple.com>
Add a mac-mountainlion result for delete-autocorrected-word-2.html.
* platform/mac-mountainlion/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added.
2014-10-10 Andy Estes <aestes@apple.com>
[Mountain Lion] Fix global-constructors-attributes.html
Get rid of the platform/mac-wk2/ result since it's identical to the platform/mac/ version.
* platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Removed.
2014-10-10 Andy Estes <aestes@apple.com>
Fixes for additional Mavericks test failures.
* platform/mac-mavericks/compositing/fixed-image-loading-expected.txt: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.png: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.txt: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.png: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
* platform/mac-mavericks/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
* platform/mac-mavericks/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
2014-10-10 Simon Fraser <simon.fraser@apple.com>
Some more Mac TestExpectation tweaking.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-10-10 Andy Estes <aestes@apple.com>
Fix some Mavericks test failures caused by r174585.
* platform/mac-mavericks/fast/css/resize-corner-tracking-expected.txt: Added.
* platform/mac-mavericks/fast/events/shadow-event-path-2-expected.txt: Added.
* platform/mac-mavericks/platform/mac/fast/text/systemFont-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt.
* platform/mac-mavericks/platform/mac/fast/text/vertical-no-sideways-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.txt.
2014-10-10 Andy Estes <aestes@apple.com>
Added Yosemite expected results and TestExpections to platform/mac/.
To-be-overwritten files in platform/mac/ were first moved to platform/mac-mavericks/.
* platform/mac-mavericks/accessibility/aria-readonly-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Copied from LayoutTests/platform/mac/accessibility/roles-exposed-expected.txt.
* platform/mac-mavericks/compositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
* platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt.
* platform/mac-mavericks/editing/input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt.
* platform/mac-mavericks/editing/inserting/4960120-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.png.
* platform/mac-mavericks/editing/inserting/4960120-1-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt.
* platform/mac-mavericks/editing/inserting/before-after-input-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png.
* platform/mac-mavericks/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
* platform/mac-mavericks/editing/pasteboard/4641033-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png.
* platform/mac-mavericks/editing/pasteboard/4806874-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.png.
* platform/mac-mavericks/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt.
* platform/mac-mavericks/editing/pasteboard/4944770-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png.
* platform/mac-mavericks/editing/pasteboard/4944770-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png.
* platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png.
* platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
* platform/mac-mavericks/editing/pasteboard/input-field-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.png.
* platform/mac-mavericks/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
* platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png.
* platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt.
* platform/mac-mavericks/editing/selection/3690703-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.png.
* platform/mac-mavericks/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
* platform/mac-mavericks/editing/selection/3690703-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.png.
* platform/mac-mavericks/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
* platform/mac-mavericks/editing/selection/3690719-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.png.
* platform/mac-mavericks/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
* platform/mac-mavericks/editing/selection/4397952-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.png.
* platform/mac-mavericks/editing/selection/4397952-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.txt.
* platform/mac-mavericks/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png.
* platform/mac-mavericks/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
* platform/mac-mavericks/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png.
* platform/mac-mavericks/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
* platform/mac-mavericks/editing/selection/5240265-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.png.
* platform/mac-mavericks/editing/selection/caret-before-select-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-before-select-expected.png.
* platform/mac-mavericks/editing/selection/drag-select-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.png.
* platform/mac-mavericks/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
* platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png.
* platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.txt.
* platform/mac-mavericks/editing/selection/select-box-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.png.
* platform/mac-mavericks/editing/selection/select-element-paragraph-boundary-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png.
* platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png.
* platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt.
* platform/mac-mavericks/editing/selection/selection-button-text-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.png.
* platform/mac-mavericks/editing/selection/selection-button-text-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt.
* platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.png: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png.
* platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt.
* platform/mac-mavericks/fast/block/margin-collapse/103-expected.png: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.png.
* platform/mac-mavericks/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
* platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.png: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.png.
* platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.txt: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt.
* platform/mac-mavericks/fast/css/continuationCrash-expected.png: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.png.
* platform/mac-mavericks/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.png: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.png.
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt.
* platform/mac-mavericks/fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/mac/fast/css/font-family-pictograph-expected.txt.
* platform/mac-mavericks/fast/css/input-search-padding-expected.png: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.png.
* platform/mac-mavericks/fast/css/line-height-expected.png: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.png.
* platform/mac-mavericks/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
* platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.png: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.png.
* platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt.
* platform/mac-mavericks/fast/css/resize-corner-tracking-expected.png: Copied from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.png.
* platform/mac-mavericks/fast/css/rtl-ordering-expected.png: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.png.
* platform/mac-mavericks/fast/css/rtl-ordering-expected.txt: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.txt.
* platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png.
* platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt.
* platform/mac-mavericks/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png.
* platform/mac-mavericks/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
* platform/mac-mavericks/fast/css/text-transform-select-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.png.
* platform/mac-mavericks/fast/css/text-transform-select-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt.
* platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png.
* platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
* platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png.
* platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt.
* platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png.
* platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
* platform/mac-mavericks/fast/dom/isindex-001-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.png.
* platform/mac-mavericks/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
* platform/mac-mavericks/fast/dom/isindex-002-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.png.
* platform/mac-mavericks/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
* platform/mac-mavericks/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.png.
* platform/mac-mavericks/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
* platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png.
* platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt.
* platform/mac-mavericks/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt.
* platform/mac-mavericks/fast/events/context-no-deselect-expected.png: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.png.
* platform/mac-mavericks/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
* platform/mac-mavericks/fast/forms/001-expected.png: Copied from LayoutTests/platform/mac/fast/forms/001-expected.png.
* platform/mac-mavericks/fast/forms/001-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/001-expected.txt.
* platform/mac-mavericks/fast/forms/003-expected.png: Copied from LayoutTests/platform/mac/fast/forms/003-expected.png.
* platform/mac-mavericks/fast/forms/003-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/003-expected.txt.
* platform/mac-mavericks/fast/forms/004-expected.png: Copied from LayoutTests/platform/mac/fast/forms/004-expected.png.
* platform/mac-mavericks/fast/forms/004-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/004-expected.txt.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label03-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt.
* platform/mac-mavericks/fast/forms/basic-buttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.png.
* platform/mac-mavericks/fast/forms/basic-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt.
* platform/mac-mavericks/fast/forms/basic-inputs-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png.
* platform/mac-mavericks/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
* platform/mac-mavericks/fast/forms/basic-selects-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.png.
* platform/mac-mavericks/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
* platform/mac-mavericks/fast/forms/basic-textareas-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png.
* platform/mac-mavericks/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
* platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png.
* platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
* platform/mac-mavericks/fast/forms/blankbuttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.png.
* platform/mac-mavericks/fast/forms/blankbuttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt.
* platform/mac-mavericks/fast/forms/box-shadow-override-expected.png: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.png.
* platform/mac-mavericks/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
* platform/mac-mavericks/fast/forms/button-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.png.
* platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.png.
* platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt.
* platform/mac-mavericks/fast/forms/button-default-title-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.png.
* platform/mac-mavericks/fast/forms/button-default-title-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt.
* platform/mac-mavericks/fast/forms/button-generated-content-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.png.
* platform/mac-mavericks/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt.
* platform/mac-mavericks/fast/forms/button-positioned-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.png.
* platform/mac-mavericks/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
* platform/mac-mavericks/fast/forms/button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.png.
* platform/mac-mavericks/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
* platform/mac-mavericks/fast/forms/button-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.png.
* platform/mac-mavericks/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
* platform/mac-mavericks/fast/forms/button-table-styles-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png.
* platform/mac-mavericks/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
* platform/mac-mavericks/fast/forms/button-text-transform-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png.
* platform/mac-mavericks/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
* platform/mac-mavericks/fast/forms/button-white-space-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.png.
* platform/mac-mavericks/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
* platform/mac-mavericks/fast/forms/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.png.
* platform/mac-mavericks/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
* platform/mac-mavericks/fast/forms/control-clip-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png.
* platform/mac-mavericks/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
* platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png.
* platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
* platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.png: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.png.
* platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt.
* platform/mac-mavericks/fast/forms/encoding-test-expected.png: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.png.
* platform/mac-mavericks/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
* platform/mac-mavericks/fast/forms/fieldset-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png.
* platform/mac-mavericks/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
* platform/mac-mavericks/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.png.
* platform/mac-mavericks/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt.
* platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.png.
* platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt.
* platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.png.
* platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt.
* platform/mac-mavericks/fast/forms/floating-textfield-relayout-expected.png: Copied from LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.png.
* platform/mac-mavericks/fast/forms/form-element-geometry-expected.png: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png.
* platform/mac-mavericks/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
* platform/mac-mavericks/fast/forms/formmove3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.png.
* platform/mac-mavericks/fast/forms/formmove3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.txt.
* platform/mac-mavericks/fast/forms/hidden-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.png.
* platform/mac-mavericks/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
* platform/mac-mavericks/fast/forms/input-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.png.
* platform/mac-mavericks/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-focus-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-selection-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
* platform/mac-mavericks/fast/forms/input-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.png.
* platform/mac-mavericks/fast/forms/input-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt.
* platform/mac-mavericks/fast/forms/input-button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png.
* platform/mac-mavericks/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
* platform/mac-mavericks/fast/forms/input-disabled-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png.
* platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
* platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png.
* platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt.
* platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png.
* platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
* platform/mac-mavericks/fast/forms/input-first-letter-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-first-letter-expected.png.
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.png.
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.png.
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
* platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png.
* platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
* platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png.
* platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
* platform/mac-mavericks/fast/forms/input-readonly-empty-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.png.
* platform/mac-mavericks/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
* platform/mac-mavericks/fast/forms/input-spaces-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.png.
* platform/mac-mavericks/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
* platform/mac-mavericks/fast/forms/input-table-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.png.
* platform/mac-mavericks/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-click-inside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png.
* platform/mac-mavericks/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-click-outside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png.
* platform/mac-mavericks/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-double-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png.
* platform/mac-mavericks/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-drag-down-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png.
* platform/mac-mavericks/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-option-delete-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.png.
* platform/mac-mavericks/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png.
* platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.png.
* platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png.
* platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
* platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.png.
* platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.txt.
* platform/mac-mavericks/fast/forms/input-value-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.png.
* platform/mac-mavericks/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
* platform/mac-mavericks/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.png.
* platform/mac-mavericks/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
* platform/mac-mavericks/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
* platform/mac-mavericks/fast/forms/listbox-hit-test-zoomed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png.
* platform/mac-mavericks/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt.
* platform/mac-mavericks/fast/forms/listbox-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png.
* platform/mac-mavericks/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.png.
* platform/mac-mavericks/fast/forms/menulist-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.png.
* platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.png.
* platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.png.
* platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png.
* platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.png.
* platform/mac-mavericks/fast/forms/menulist-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.png.
* platform/mac-mavericks/fast/forms/menulist-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt.
* platform/mac-mavericks/fast/forms/minWidthPercent-expected.png: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.png.
* platform/mac-mavericks/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
* platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png.
* platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png.
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png.
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt.
* platform/mac-mavericks/fast/forms/option-script-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.png.
* platform/mac-mavericks/fast/forms/option-script-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.txt.
* platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.png.
* platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt.
* platform/mac-mavericks/fast/forms/option-text-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.png.
* platform/mac-mavericks/fast/forms/option-text-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt.
* platform/mac-mavericks/fast/forms/placeholder-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png.
* platform/mac-mavericks/fast/forms/placeholder-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt.
* platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png.
* platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
* platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png.
* platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
* platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png.
* platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt.
* platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.png.
* platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt.
* platform/mac-mavericks/fast/forms/search-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.png.
* platform/mac-mavericks/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
* platform/mac-mavericks/fast/forms/search-styled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.png.
* platform/mac-mavericks/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.txt.
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png.
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
* platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.png.
* platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt.
* platform/mac-mavericks/fast/forms/searchfield-heights-expected.png: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png.
* platform/mac-mavericks/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
* platform/mac-mavericks/fast/forms/select-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.png.
* platform/mac-mavericks/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt.
* platform/mac-mavericks/fast/forms/select-background-none-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-background-none-expected.png.
* platform/mac-mavericks/fast/forms/select-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.png.
* platform/mac-mavericks/fast/forms/select-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt.
* platform/mac-mavericks/fast/forms/select-block-background-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.png.
* platform/mac-mavericks/fast/forms/select-block-background-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt.
* platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.png.
* platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt.
* platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.png.
* platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
* platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.png.
* platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
* platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png.
* platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
* platform/mac-mavericks/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.png.
* platform/mac-mavericks/fast/forms/select-item-background-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.png.
* platform/mac-mavericks/fast/forms/select-item-background-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt.
* platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.png.
* platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt.
* platform/mac-mavericks/fast/forms/select-listbox-multiple-no-focusring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png.
* platform/mac-mavericks/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt.
* platform/mac-mavericks/fast/forms/select-overflow-scroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt.
* platform/mac-mavericks/fast/forms/select-overflow-scroll-inherited-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt.
* platform/mac-mavericks/fast/forms/select-selected-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.png.
* platform/mac-mavericks/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
* platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.png.
* platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
* platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.png.
* platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt.
* platform/mac-mavericks/fast/forms/stuff-on-my-optgroup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.png.
* platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png.
* platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
* platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.png: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.png.
* platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.txt.
* platform/mac-mavericks/fast/forms/text-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.png.
* platform/mac-mavericks/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
* platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png.
* platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.png.
* platform/mac-mavericks/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png.
* platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png.
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png.
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-scroll-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.png.
* platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.png.
* platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png.
* platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png.
* platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
* platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png.
* platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
* platform/mac-mavericks/fast/forms/textfield-outline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png.
* platform/mac-mavericks/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
* platform/mac-mavericks/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.png.
* platform/mac-mavericks/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
* platform/mac-mavericks/fast/forms/validation-message-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png.
* platform/mac-mavericks/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
* platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.png: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png.
* platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
* platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.png.
* platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
* platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.png.
* platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt.
* platform/mac-mavericks/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.png.
* platform/mac-mavericks/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
* platform/mac-mavericks/fast/html/details-open-javascript-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.png.
* platform/mac-mavericks/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
* platform/mac-mavericks/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.png.
* platform/mac-mavericks/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
* platform/mac-mavericks/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.png.
* platform/mac-mavericks/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
* platform/mac-mavericks/fast/html/details-replace-summary-child-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.png.
* platform/mac-mavericks/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt.
* platform/mac-mavericks/fast/html/details-replace-text-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.png.
* platform/mac-mavericks/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt.
* platform/mac-mavericks/fast/html/keygen-expected.png: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.png.
* platform/mac-mavericks/fast/html/keygen-expected.txt: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.txt.
* platform/mac-mavericks/fast/images/image-controls-basic-expected.png: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.png.
* platform/mac-mavericks/fast/images/image-controls-basic-expected.txt: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.txt.
* platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.png: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.png.
* platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
* platform/mac-mavericks/fast/overflow/overflow-x-y-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png.
* platform/mac-mavericks/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
* platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png.
* platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt.
* platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.png.
* platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt.
* platform/mac-mavericks/fast/parser/document-write-option-expected.png: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.png.
* platform/mac-mavericks/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
* platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.png.
* platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png.
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
* platform/mac-mavericks/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/control-clip-expected.png.
* platform/mac-mavericks/fast/repaint/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt.
* platform/mac-mavericks/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
* platform/mac-mavericks/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt.
* platform/mac-mavericks/fast/repaint/search-field-cancel-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.png.
* platform/mac-mavericks/fast/repaint/search-field-cancel-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt.
* platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png.
* platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
* platform/mac-mavericks/fast/replaced/replaced-breaking-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png.
* platform/mac-mavericks/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
* platform/mac-mavericks/fast/replaced/replaced-breaking-mixture-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png.
* platform/mac-mavericks/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
* platform/mac-mavericks/fast/replaced/width100percent-button-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.png.
* platform/mac-mavericks/fast/replaced/width100percent-button-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt.
* platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.png.
* platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt.
* platform/mac-mavericks/fast/selectors/064-expected.png: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.png.
* platform/mac-mavericks/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
* platform/mac-mavericks/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png.
* platform/mac-mavericks/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt.
* platform/mac-mavericks/fast/table/003-expected.png: Copied from LayoutTests/platform/mac/fast/table/003-expected.png.
* platform/mac-mavericks/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt.
* platform/mac-mavericks/fast/table/append-cells2-expected.png: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.png.
* platform/mac-mavericks/fast/table/append-cells2-expected.txt: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.txt.
* platform/mac-mavericks/fast/table/colspanMinWidth-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.png.
* platform/mac-mavericks/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
* platform/mac-mavericks/fast/table/colspanMinWidth-vertical-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.png.
* platform/mac-mavericks/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
* platform/mac-mavericks/fast/table/remove-td-display-none-expected.png: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.png.
* platform/mac-mavericks/fast/table/remove-td-display-none-expected.txt: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt.
* platform/mac-mavericks/fast/table/spanOverlapRepaint-expected.png: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.png.
* platform/mac-mavericks/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt.
* platform/mac-mavericks/fast/table/text-field-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.png.
* platform/mac-mavericks/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
* platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.png: Copied from LayoutTests/platform/mac/fast/text/atsui-rtl-override-selection-expected.png.
* platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/text/atsui-rtl-override-selection-expected.txt.
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-euc-expected.png: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png.
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt.
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-expected.txt.
* platform/mac-mavericks/fast/text/complex-text-opacity-expected.png: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.png.
* platform/mac-mavericks/fast/text/complex-text-opacity-expected.txt: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.txt.
* platform/mac-mavericks/fast/text/drawBidiText-expected.png: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.png.
* platform/mac-mavericks/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
* platform/mac-mavericks/fast/text/emphasis-expected.txt: Copied from LayoutTests/platform/mac/fast/text/emphasis-expected.txt.
* platform/mac-mavericks/fast/text/fallback-traits-fixup-expected.txt: Copied from LayoutTests/platform/mac/fast/text/fallback-traits-fixup-expected.txt.
* platform/mac-mavericks/fast/text/indic-expected.txt: Copied from LayoutTests/platform/mac/fast/text/indic-expected.txt.
* platform/mac-mavericks/fast/text/international/003-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/003-expected.txt.
* platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-atsui-expected.png.
* platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt.
* platform/mac-mavericks/fast/text/international/bidi-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-expected.txt.
* platform/mac-mavericks/fast/text/international/bidi-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-menulist-expected.txt.
* platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png.
* platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt.
* platform/mac-mavericks/fast/text/international/bold-bengali-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bold-bengali-expected.txt.
* platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/complex-character-based-fallback-expected.png.
* platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/complex-character-based-fallback-expected.txt.
* platform/mac-mavericks/fast/text/international/danda-space-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.png.
* platform/mac-mavericks/fast/text/international/danda-space-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.txt.
* platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/hindi-whitespace-expected.png.
* platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-whitespace-expected.txt.
* platform/mac-mavericks/fast/text/international/khmer-selection-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/khmer-selection-expected.png.
* platform/mac-mavericks/fast/text/international/khmer-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/khmer-selection-expected.txt.
* platform/mac-mavericks/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png.
* platform/mac-mavericks/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt.
* platform/mac-mavericks/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt.
* platform/mac-mavericks/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png.
* platform/mac-mavericks/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt.
* platform/mac-mavericks/fast/text/international/wrap-CJK-001-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/wrap-CJK-001-expected.txt.
* platform/mac-mavericks/fast/text/justify-ideograph-complex-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-complex-expected.txt.
* platform/mac-mavericks/fast/text/justify-ideograph-simple-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-simple-expected.txt.
* platform/mac-mavericks/fast/text/justify-ideograph-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-vertical-expected.txt.
* platform/mac-mavericks/fast/text/khmer-lao-font-expected.txt: Copied from LayoutTests/platform/mac/fast/text/khmer-lao-font-expected.txt.
* platform/mac-mavericks/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Copied from LayoutTests/platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.txt.
* platform/mac-mavericks/fast/text/textIteratorNilRenderer-expected.png: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png.
* platform/mac-mavericks/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
* platform/mac-mavericks/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt.
* platform/mac-mavericks/fast/transforms/transformed-focused-text-input-expected.png: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.png.
* platform/mac-mavericks/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png.
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt.
* platform/mac-mavericks/mathml/opentype/large-operators-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/large-operators-expected.txt.
* platform/mac-mavericks/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt.
* platform/mac-mavericks/mathml/opentype/vertical-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/vertical-expected.txt.
* platform/mac-mavericks/media/audio-controls-rendering-expected.png: Copied from LayoutTests/platform/mac/media/audio-controls-rendering-expected.png.
* platform/mac-mavericks/media/audio-controls-rendering-expected.txt: Copied from LayoutTests/platform/mac/media/audio-controls-rendering-expected.txt.
* platform/mac-mavericks/media/controls-strict-expected.png: Copied from LayoutTests/platform/mac/media/controls-strict-expected.png.
* platform/mac-mavericks/media/controls-strict-expected.txt: Copied from LayoutTests/platform/mac/media/controls-strict-expected.txt.
* platform/mac-mavericks/media/video-controls-rendering-expected.txt: Copied from LayoutTests/platform/mac/media/video-controls-rendering-expected.txt.
* platform/mac-mavericks/media/video-display-toggle-expected.txt: Copied from LayoutTests/platform/mac/media/video-display-toggle-expected.txt.
* platform/mac-mavericks/media/video-no-audio-expected.png: Copied from LayoutTests/platform/mac/media/video-no-audio-expected.png.
* platform/mac-mavericks/media/video-no-audio-expected.txt: Copied from LayoutTests/platform/mac/media/video-no-audio-expected.txt.
* platform/mac-mavericks/media/video-volume-slider-expected.txt: Copied from LayoutTests/platform/mac/media/video-volume-slider-expected.txt.
* platform/mac-mavericks/platform/mac/editing/input/devanagari-ligature-expected.txt: Copied from LayoutTests/platform/mac/editing/input/devanagari-ligature-expected.txt.
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt.
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt.
* platform/mac-mavericks/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt.
* platform/mac-mavericks/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt.
* platform/mac-mavericks/platform/mac/scrollbars/key-window-not-first-responder-expected.txt: Copied from LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt.
* platform/mac-mavericks/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt.
* platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.png: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.png.
* platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
* platform/mac-mavericks/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png.
* platform/mac-mavericks/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
* platform/mac-mavericks/svg/text/bidi-text-query-expected.png: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.png.
* platform/mac-mavericks/svg/text/bidi-text-query-expected.txt: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug30559-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug52506-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug60749-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
* platform/mac-mavericks/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
* platform/mac-mavericks/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
* platform/mac-mavericks/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
* platform/mac-mavericks/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt.
* platform/mac-mavericks/transforms/2d/hindi-rotated-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/hindi-rotated-expected.txt.
* platform/mac-mavericks/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
* platform/mac-mavericks/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
* platform/mac-wk2/TestExpectations:
* platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt.
* platform/mac/TestExpectations:
* platform/mac/accessibility/aria-readonly-expected.txt:
* platform/mac/accessibility/roles-exposed-expected.txt:
* platform/mac/compositing/contents-opaque/control-layer-expected.txt:
* platform/mac/compositing/fixed-image-loading-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
* platform/mac/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
* platform/mac/compositing/geometry/composited-in-columns-expected.txt: Added.
* platform/mac/compositing/rtl/rtl-fixed-expected.txt: Added.
* platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
* platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
* platform/mac/css3/selectors3/html/css3-modsel-161-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-23-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-24-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-64-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-68-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-69-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.png: Added.
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac/editing/input/devanagari-ligature-expected.txt:
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac/editing/input/undo-grouping-on-text-insertion-expected.txt: Added.
* platform/mac/editing/input/undo-grouping-on-text-insertion.html: Added.
* platform/mac/editing/inserting/4960120-1-expected.png:
* platform/mac/editing/inserting/4960120-1-expected.txt:
* platform/mac/editing/inserting/before-after-input-element-expected.png:
* platform/mac/editing/inserting/before-after-input-element-expected.txt:
* platform/mac/editing/pasteboard/4641033-expected.png:
* platform/mac/editing/pasteboard/4806874-expected.png:
* platform/mac/editing/pasteboard/4806874-expected.txt:
* platform/mac/editing/pasteboard/4944770-1-expected.png:
* platform/mac/editing/pasteboard/4944770-2-expected.png:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/mac/editing/pasteboard/input-field-1-expected.png:
* platform/mac/editing/pasteboard/input-field-1-expected.txt:
* platform/mac/editing/pasteboard/pasting-tabs-expected.png:
* platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac/editing/selection/3690703-2-expected.png:
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.png:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.png:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/editing/selection/4397952-expected.png:
* platform/mac/editing/selection/4397952-expected.txt:
* platform/mac/editing/selection/4895428-3-expected.png:
* platform/mac/editing/selection/4895428-3-expected.txt:
* platform/mac/editing/selection/4975120-expected.png:
* platform/mac/editing/selection/4975120-expected.txt:
* platform/mac/editing/selection/5240265-expected.png:
* platform/mac/editing/selection/caret-before-select-expected.png:
* platform/mac/editing/selection/drag-select-1-expected.png:
* platform/mac/editing/selection/drag-select-1-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-3-expected.png:
* platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-1-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-2-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-3-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-4-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-5-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/mac/editing/selection/select-box-expected.png:
* platform/mac/editing/selection/select-element-paragraph-boundary-expected.png:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.png:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac/editing/selection/selection-button-text-expected.png:
* platform/mac/editing/selection/selection-button-text-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png:
* platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt:
* platform/mac/fast/block/margin-collapse/103-expected.png:
* platform/mac/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/block/positioning/inline-block-relposition-expected.png:
* platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/mac/fast/css/continuationCrash-expected.png:
* platform/mac/fast/css/continuationCrash-expected.txt:
* platform/mac/fast/css/css2-system-fonts-expected.png:
* platform/mac/fast/css/css2-system-fonts-expected.txt:
* platform/mac/fast/css/font-family-pictograph-expected.txt:
* platform/mac/fast/css/input-search-padding-expected.png:
* platform/mac/fast/css/line-height-expected.png:
* platform/mac/fast/css/line-height-expected.txt:
* platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
* platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/mac/fast/css/resize-corner-tracking-expected.png:
* platform/mac/fast/css/resize-corner-tracking-expected.txt: Added.
* platform/mac/fast/css/rtl-ordering-expected.png:
* platform/mac/fast/css/rtl-ordering-expected.txt:
* platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png:
* platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac/fast/css/text-overflow-input-expected.png:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/css/text-transform-select-expected.png:
* platform/mac/fast/css/text-transform-select-expected.txt:
* platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
* platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac/fast/dom/isindex-001-expected.png:
* platform/mac/fast/dom/isindex-001-expected.txt:
* platform/mac/fast/dom/isindex-002-expected.png:
* platform/mac/fast/dom/isindex-002-expected.txt:
* platform/mac/fast/dynamic/008-expected.png:
* platform/mac/fast/dynamic/008-expected.txt:
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/mac/fast/events/context-no-deselect-expected.png:
* platform/mac/fast/events/context-no-deselect-expected.txt:
* platform/mac/fast/events/shadow-event-path-2-expected.txt: Added.
* platform/mac/fast/forms/001-expected.png:
* platform/mac/fast/forms/001-expected.txt:
* platform/mac/fast/forms/003-expected.png:
* platform/mac/fast/forms/003-expected.txt:
* platform/mac/fast/forms/004-expected.png:
* platform/mac/fast/forms/004-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label01-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label02-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label03-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label04-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label05-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.png:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.png:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/basic-selects-expected.png:
* platform/mac/fast/forms/basic-selects-expected.txt:
* platform/mac/fast/forms/basic-textareas-expected.png:
* platform/mac/fast/forms/basic-textareas-expected.txt:
* platform/mac/fast/forms/basic-textareas-quirks-expected.png:
* platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
* platform/mac/fast/forms/blankbuttons-expected.png:
* platform/mac/fast/forms/blankbuttons-expected.txt:
* platform/mac/fast/forms/box-shadow-override-expected.png:
* platform/mac/fast/forms/box-shadow-override-expected.txt:
* platform/mac/fast/forms/button-align-expected.png:
* platform/mac/fast/forms/button-cannot-be-nested-expected.png:
* platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
* platform/mac/fast/forms/button-default-title-expected.png:
* platform/mac/fast/forms/button-default-title-expected.txt:
* platform/mac/fast/forms/button-generated-content-expected.png:
* platform/mac/fast/forms/button-generated-content-expected.txt:
* platform/mac/fast/forms/button-positioned-expected.png:
* platform/mac/fast/forms/button-positioned-expected.txt:
* platform/mac/fast/forms/button-sizes-expected.png:
* platform/mac/fast/forms/button-sizes-expected.txt:
* platform/mac/fast/forms/button-style-color-expected.png:
* platform/mac/fast/forms/button-style-color-expected.txt:
* platform/mac/fast/forms/button-table-styles-expected.png:
* platform/mac/fast/forms/button-table-styles-expected.txt:
* platform/mac/fast/forms/button-text-transform-expected.png:
* platform/mac/fast/forms/button-text-transform-expected.txt:
* platform/mac/fast/forms/button-white-space-expected.png:
* platform/mac/fast/forms/button-white-space-expected.txt:
* platform/mac/fast/forms/control-clip-expected.png:
* platform/mac/fast/forms/control-clip-expected.txt:
* platform/mac/fast/forms/control-clip-overflow-expected.png:
* platform/mac/fast/forms/control-clip-overflow-expected.txt:
* platform/mac/fast/forms/control-restrict-line-height-expected.png:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/disabled-select-change-index-expected.png:
* platform/mac/fast/forms/disabled-select-change-index-expected.txt:
* platform/mac/fast/forms/encoding-test-expected.png:
* platform/mac/fast/forms/encoding-test-expected.txt:
* platform/mac/fast/forms/fieldset-align-expected.png:
* platform/mac/fast/forms/fieldset-align-expected.txt:
* platform/mac/fast/forms/file/file-input-direction-expected.png:
* platform/mac/fast/forms/file/file-input-direction-expected.txt:
* platform/mac/fast/forms/file/file-input-disabled-expected.png:
* platform/mac/fast/forms/file/file-input-disabled-expected.txt:
* platform/mac/fast/forms/file/input-file-re-render-expected.png:
* platform/mac/fast/forms/file/input-file-re-render-expected.txt:
* platform/mac/fast/forms/floating-textfield-relayout-expected.png:
* platform/mac/fast/forms/form-element-geometry-expected.png:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/formmove3-expected.png:
* platform/mac/fast/forms/formmove3-expected.txt:
* platform/mac/fast/forms/hidden-listbox-expected.png:
* platform/mac/fast/forms/hidden-listbox-expected.txt:
* platform/mac/fast/forms/input-align-expected.png:
* platform/mac/fast/forms/input-align-expected.txt:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.png:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-disabled-expected.png:
* platform/mac/fast/forms/input-appearance-disabled-expected.txt:
* platform/mac/fast/forms/input-appearance-focus-expected.png:
* platform/mac/fast/forms/input-appearance-focus-expected.txt:
* platform/mac/fast/forms/input-appearance-height-expected.png:
* platform/mac/fast/forms/input-appearance-height-expected.txt:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/mac/fast/forms/input-appearance-readonly-expected.png:
* platform/mac/fast/forms/input-appearance-readonly-expected.txt:
* platform/mac/fast/forms/input-appearance-selection-expected.png:
* 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.png:
* platform/mac/fast/forms/input-appearance-visibility-expected.txt:
* platform/mac/fast/forms/input-appearance-width-expected.png:
* platform/mac/fast/forms/input-appearance-width-expected.txt:
* platform/mac/fast/forms/input-baseline-expected.png:
* platform/mac/fast/forms/input-baseline-expected.txt:
* platform/mac/fast/forms/input-button-sizes-expected.png:
* platform/mac/fast/forms/input-button-sizes-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.png:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
* platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/mac/fast/forms/input-field-text-truncated-expected.png:
* platform/mac/fast/forms/input-field-text-truncated-expected.txt:
* platform/mac/fast/forms/input-first-letter-expected.png:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.png:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.png:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac/fast/forms/input-readonly-autoscroll-expected.png:
* platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.png:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/input-readonly-empty-expected.png:
* platform/mac/fast/forms/input-readonly-empty-expected.txt:
* platform/mac/fast/forms/input-spaces-expected.png:
* platform/mac/fast/forms/input-spaces-expected.txt:
* platform/mac/fast/forms/input-table-expected.png:
* platform/mac/fast/forms/input-table-expected.txt:
* platform/mac/fast/forms/input-text-click-inside-expected.png:
* platform/mac/fast/forms/input-text-click-inside-expected.txt:
* platform/mac/fast/forms/input-text-click-outside-expected.png:
* platform/mac/fast/forms/input-text-click-outside-expected.txt:
* platform/mac/fast/forms/input-text-double-click-expected.png:
* platform/mac/fast/forms/input-text-double-click-expected.txt:
* platform/mac/fast/forms/input-text-drag-down-expected.png:
* platform/mac/fast/forms/input-text-drag-down-expected.txt:
* platform/mac/fast/forms/input-text-option-delete-expected.png:
* platform/mac/fast/forms/input-text-option-delete-expected.txt:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.png:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/mac/fast/forms/input-text-word-wrap-expected.png:
* platform/mac/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac/fast/forms/input-type-text-min-width-expected.png:
* platform/mac/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac/fast/forms/input-value-expected.png:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/forms/input-width-expected.png:
* platform/mac/fast/forms/input-width-expected.txt:
* platform/mac/fast/forms/listbox-bidi-align-expected.png: Added.
* platform/mac/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
* platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/mac/fast/forms/listbox-width-change-expected.png:
* platform/mac/fast/forms/listbox-width-change-expected.txt:
* platform/mac/fast/forms/menulist-clip-expected.png:
* platform/mac/fast/forms/menulist-clip-expected.txt:
* platform/mac/fast/forms/menulist-deselect-update-expected.png:
* platform/mac/fast/forms/menulist-deselect-update-expected.txt:
* platform/mac/fast/forms/menulist-no-overflow-expected.png:
* platform/mac/fast/forms/menulist-no-overflow-expected.txt:
* platform/mac/fast/forms/menulist-option-wrap-expected.png:
* platform/mac/fast/forms/menulist-option-wrap-expected.txt:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/mac/fast/forms/menulist-style-color-expected.png:
* platform/mac/fast/forms/menulist-style-color-expected.txt:
* platform/mac/fast/forms/menulist-width-change-expected.png:
* platform/mac/fast/forms/menulist-width-change-expected.txt:
* platform/mac/fast/forms/minWidthPercent-expected.png:
* platform/mac/fast/forms/minWidthPercent-expected.txt:
* platform/mac/fast/forms/number/number-appearance-rtl-expected.png:
* platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
* platform/mac/fast/forms/option-script-expected.png:
* platform/mac/fast/forms/option-script-expected.txt:
* platform/mac/fast/forms/option-strip-whitespace-expected.png:
* platform/mac/fast/forms/option-strip-whitespace-expected.txt:
* platform/mac/fast/forms/option-text-clip-expected.png:
* platform/mac/fast/forms/option-text-clip-expected.txt:
* platform/mac/fast/forms/placeholder-position-expected.png:
* platform/mac/fast/forms/placeholder-position-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/plaintext-mode-2-expected.png:
* platform/mac/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png:
* platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/mac/fast/forms/search-display-none-cancel-button-expected.png:
* platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.png:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/search-styled-expected.png:
* platform/mac/fast/forms/search-styled-expected.txt:
* platform/mac/fast/forms/search-vertical-alignment-expected.png:
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.png:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/fast/forms/searchfield-heights-expected.png:
* platform/mac/fast/forms/searchfield-heights-expected.txt:
* platform/mac/fast/forms/select-align-expected.png:
* platform/mac/fast/forms/select-align-expected.txt:
* platform/mac/fast/forms/select-background-none-expected.png:
* platform/mac/fast/forms/select-baseline-expected.png:
* platform/mac/fast/forms/select-baseline-expected.txt:
* platform/mac/fast/forms/select-block-background-expected.png:
* platform/mac/fast/forms/select-block-background-expected.txt:
* platform/mac/fast/forms/select-change-listbox-size-expected.png:
* platform/mac/fast/forms/select-change-listbox-size-expected.txt:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.png:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/forms/select-disabled-appearance-expected.png:
* platform/mac/fast/forms/select-disabled-appearance-expected.txt:
* platform/mac/fast/forms/select-empty-option-height-expected.png:
* platform/mac/fast/forms/select-item-background-clip-expected.png:
* platform/mac/fast/forms/select-item-background-clip-expected.txt:
* platform/mac/fast/forms/select-list-box-with-height-expected.png:
* platform/mac/fast/forms/select-list-box-with-height-expected.txt:
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
* platform/mac/fast/forms/select-overflow-scroll-expected.txt:
* platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt:
* platform/mac/fast/forms/select-selected-expected.png:
* platform/mac/fast/forms/select-selected-expected.txt:
* platform/mac/fast/forms/select-writing-direction-natural-expected.png:
* platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac/fast/forms/select/optgroup-rendering-expected.png:
* platform/mac/fast/forms/select/optgroup-rendering-expected.txt:
* platform/mac/fast/forms/stuff-on-my-optgroup-expected.png:
* platform/mac/fast/forms/tabbing-input-iframe-expected.png:
* platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac/fast/forms/targeted-frame-submission-expected.png:
* platform/mac/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac/fast/forms/text-style-color-expected.png:
* platform/mac/fast/forms/text-style-color-expected.txt:
* platform/mac/fast/forms/textAreaLineHeight-expected.png:
* platform/mac/fast/forms/textAreaLineHeight-expected.txt:
* platform/mac/fast/forms/textarea-align-expected.png:
* platform/mac/fast/forms/textarea-align-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
* platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac/fast/forms/textarea-scroll-height-expected.png:
* platform/mac/fast/forms/textarea-scrollbar-expected.png:
* platform/mac/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac/fast/forms/textarea-scrolled-type-expected.png:
* platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/mac/fast/forms/textfield-focus-ring-expected.png:
* platform/mac/fast/forms/textfield-focus-ring-expected.txt:
* platform/mac/fast/forms/textfield-outline-expected.png:
* platform/mac/fast/forms/textfield-outline-expected.txt:
* platform/mac/fast/forms/textfield-overflow-expected.png:
* platform/mac/fast/forms/textfield-overflow-expected.txt:
* platform/mac/fast/forms/validation-message-appearance-expected.png:
* platform/mac/fast/forms/validation-message-appearance-expected.txt:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac/fast/frames/take-focus-from-iframe-expected.png:
* platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
* platform/mac/fast/hidpi/resize-corner-hidpi-expected.png:
* platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/mac/fast/html/details-no-summary4-expected.png:
* platform/mac/fast/html/details-no-summary4-expected.txt:
* platform/mac/fast/html/details-open-javascript-expected.png:
* platform/mac/fast/html/details-open-javascript-expected.txt:
* platform/mac/fast/html/details-open2-expected.png:
* platform/mac/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-open4-expected.png:
* platform/mac/fast/html/details-open4-expected.txt:
* platform/mac/fast/html/details-replace-summary-child-expected.png:
* platform/mac/fast/html/details-replace-summary-child-expected.txt:
* platform/mac/fast/html/details-replace-text-expected.png:
* platform/mac/fast/html/details-replace-text-expected.txt:
* platform/mac/fast/html/keygen-expected.png:
* platform/mac/fast/html/keygen-expected.txt:
* platform/mac/fast/images/image-controls-basic-expected.png:
* platform/mac/fast/images/image-controls-basic-expected.txt:
* platform/mac/fast/lists/dynamic-marker-crash-expected.png:
* platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
* platform/mac/fast/overflow/overflow-x-y-expected.png:
* platform/mac/fast/overflow/overflow-x-y-expected.txt:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/mac/fast/overflow/scrollRevealButton-expected.png:
* platform/mac/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac/fast/parser/document-write-option-expected.png:
* platform/mac/fast/parser/document-write-option-expected.txt:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.png:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/repaint/control-clip-expected.png:
* platform/mac/fast/repaint/control-clip-expected.txt:
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
* platform/mac/fast/repaint/search-field-cancel-expected.png:
* platform/mac/fast/repaint/search-field-cancel-expected.txt:
* platform/mac/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
* platform/mac/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
* platform/mac/fast/repaint/subtree-root-skipped-expected.png:
* platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-expected.png:
* platform/mac/fast/replaced/replaced-breaking-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-mixture-expected.png:
* platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/mac/fast/replaced/width100percent-button-expected.png:
* platform/mac/fast/replaced/width100percent-button-expected.txt:
* platform/mac/fast/replaced/width100percent-menulist-expected.png:
* platform/mac/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac/fast/selectors/064-expected.png:
* platform/mac/fast/selectors/064-expected.txt:
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
* platform/mac/fast/table/003-expected.png:
* platform/mac/fast/table/003-expected.txt:
* platform/mac/fast/table/append-cells2-expected.png:
* platform/mac/fast/table/append-cells2-expected.txt:
* platform/mac/fast/table/colspanMinWidth-expected.png:
* platform/mac/fast/table/colspanMinWidth-expected.txt:
* platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
* platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/mac/fast/table/remove-td-display-none-expected.png:
* platform/mac/fast/table/remove-td-display-none-expected.txt:
* platform/mac/fast/table/spanOverlapRepaint-expected.png:
* platform/mac/fast/table/spanOverlapRepaint-expected.txt:
* platform/mac/fast/table/text-field-baseline-expected.png:
* platform/mac/fast/table/text-field-baseline-expected.txt:
* platform/mac/fast/text/atsui-rtl-override-selection-expected.png:
* platform/mac/fast/text/atsui-rtl-override-selection-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-expected.txt:
* platform/mac/fast/text/complex-text-opacity-expected.png:
* platform/mac/fast/text/complex-text-opacity-expected.txt:
* platform/mac/fast/text/drawBidiText-expected.png:
* platform/mac/fast/text/drawBidiText-expected.txt:
* platform/mac/fast/text/emphasis-expected.txt:
* platform/mac/fast/text/fallback-traits-fixup-expected.txt:
* platform/mac/fast/text/indic-expected.txt:
* platform/mac/fast/text/international/003-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.png:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-expected.txt:
* platform/mac/fast/text/international/bidi-menulist-expected.txt:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac/fast/text/international/bold-bengali-expected.txt:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.png:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac/fast/text/international/danda-space-expected.png:
* platform/mac/fast/text/international/danda-space-expected.txt:
* platform/mac/fast/text/international/hindi-whitespace-expected.png:
* platform/mac/fast/text/international/hindi-whitespace-expected.txt:
* platform/mac/fast/text/international/khmer-selection-expected.png:
* platform/mac/fast/text/international/khmer-selection-expected.txt:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
* platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
* platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/mac/fast/text/international/wrap-CJK-001-expected.txt:
* platform/mac/fast/text/justify-ideograph-complex-expected.txt:
* platform/mac/fast/text/justify-ideograph-simple-expected.txt:
* platform/mac/fast/text/justify-ideograph-vertical-expected.txt:
* platform/mac/fast/text/khmer-lao-font-expected.txt:
* platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.txt:
* platform/mac/fast/text/systemFont-expected.txt: Added.
* platform/mac/fast/text/textIteratorNilRenderer-expected.png:
* platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/mac/fast/text/updateNewFont-expected.txt:
* platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
* platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
* platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/mac/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt: Added.
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/mathml/opentype/large-operators-expected.txt:
* platform/mac/mathml/opentype/munderover-window-resize-expected.png: Added.
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.png: Added.
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
* platform/mac/mathml/opentype/vertical-expected.txt:
* platform/mac/media/audio-controls-rendering-expected.png:
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/controls-strict-expected.png:
* platform/mac/media/controls-strict-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-no-audio-expected.png:
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Removed.
* platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Removed.
* platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Removed.
* platform/mac/platform/mac/fast/text/systemFont-expected.txt: Removed.
* platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png: Removed.
* platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Removed.
* platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
* platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
* platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac/svg/hixie/mixed/003-expected.png:
* platform/mac/svg/hixie/mixed/003-expected.txt:
* platform/mac/svg/text/bidi-text-query-expected.png:
* platform/mac/svg/text/bidi-text-query-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
* platform/mac/tables/mozilla/bugs/bug138725-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/bug29326-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac/tables/mozilla/bugs/bug33855-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/bug51727-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
* platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
* platform/mac/tables/mozilla/bugs/bug68912-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/collapsing_borders/bug41262-4-expected.txt:
* platform/mac/tables/mozilla/core/margins-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/bug1725-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/mac/transforms/2d/hindi-rotated-expected.txt:
* platform/mac/transforms/2d/zoom-menulist-expected.txt:
* platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
2014-10-10 Andrzej Badowski <a.badowski@samsung.com>
[ATK] Changing the mapping of ARIA rowheader and columnheader into respective ATK roles.
https://bugs.webkit.org/show_bug.cgi?id=136150
Reviewed by Chris Fleizach.
Minor changes in the roles-exposed test to check the mapping of rowheader and columnheader.
As a result of changes in the code test also shows the changes for the <th> element.
Changes expectations so that they cover propoer mapping of RowHeaderRole and ColumnHeaderRole.
* accessibility/aria-tables-expected.txt:
* accessibility/roles-exposed.html:
* accessibility/table-roles-hierarchy-expected.txt: Added.
* accessibility/table-roles-hierarchy.html: Added.
* platform/efl/accessibility/roles-exposed-expected.txt: Added.
* platform/efl/accessibility/table-attributes-expected.txt:
* platform/efl/accessibility/table-cells-expected.txt:
* platform/efl/accessibility/table-detection-expected.txt:
* platform/gtk/accessibility/roles-exposed-expected.txt: Added.
* platform/gtk/accessibility/table-attributes-expected.txt:
* platform/gtk/accessibility/table-cells-expected.txt:
* platform/gtk/accessibility/table-sections-expected.txt:
* platform/mac/accessibility/aria-tables-expected.txt: Copied from LayoutTests/accessibility/aria-tables-expected.txt.
* platform/mac/accessibility/table-roles-hierarchy-expected.txt: Added.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Rename some tests that oddly had -html.html suffixes.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html-expected.html.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html.html.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html-expected.png.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html-expected.txt.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html.html.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html-expected.png.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html-expected.txt.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html.html.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Tweak some Mac test expectations.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Mac TestExpectations cleanup.
Re-enable tests that now pass. Mark skipped tests as [ Failure ] when possible,
and rebaseline some tests.
* perf/nested-combined-selectors-expected.txt: Added.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
* platform/mac/editing/spelling/autocorrection-delete-expected.txt:
* platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
* platform/mac/editing/spelling/autocorrection-simple-expected.txt:
* platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
* platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
* platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt.
* platform/mac/media/controls-styling-expected.txt:
* platform/mac/media/video-zoom-controls-expected.txt:
* platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Removed.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Skip webgl tests in the iOS Simulator.
* platform/ios-simulator/TestExpectations:
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for webaudio tests.
* platform/ios-simulator/webaudio/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for webarchive tests.
* platform/ios-simulator/webarchive/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator and generic results for userscripts tests.
* platform/ios-simulator/userscripts/user-script-plugin-document-expected.txt: Added.
* userscripts/script-run-at-end-expected.txt: Added.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results (many of which are failures) for transitions tests.
* platform/ios-simulator/transitions/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for transforms tests.
* platform/ios-simulator/transforms/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for tables tests.
* platform/ios-simulator/tables/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Denote some crashing SVG tests.
* platform/ios-simulator/TestExpectations:
2014-10-09 Dean Jackson <dino@apple.com>
Computed style for clip is wrong with respect to auto
https://bugs.webkit.org/show_bug.cgi?id=137567
Reviewed by Simon Fraser.
Test that an input of clip: rect(auto, auto, auto, auto)
is the same on the way out.
* fast/css/computed-clip-with-auto-rect-expected.txt: Added.
* fast/css/computed-clip-with-auto-rect.html: Added.
2014-10-09 Said Abou-Hallawa <sabouhallawa@apple.com>
RenderMathMLUnderOver adds spacing to the child operator indefinitely when zooming or resizing the window.
https://bugs.webkit.org/show_bug.cgi?id=137330
Reviewed by Darin Adler, Daniel Bates.
When the alignment is center, which is the common case for math, changing the size of
an object affects the position of this object also. We need to confirm that zooming or
resizing the window should not affect the rectangle of the over/under math object operator.
* mathml/opentype/munderover-window-resize-expected.txt: Added.
* mathml/opentype/munderover-window-resize.html: Added.
New test with many under and over math objects. After loading the page, the window is resized and
the view is zoomed in and out to make sure the layout of these under and over objects were not changed.
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
This test was wrong because of the spacing issue. The page has two <mover> math objects at the beginning.
Each of them has an <mspace> child. The width of the first <mspace> is 1em while the width of the second
<mspace> is 2em. The font size is 10pt. So it is expected to have the first one 10 pixels and the second
to be 20 pixels. In the test, the width of the first is 22 and the width of the second is 32.
I do expect this test to fail on other platforms since they have the same mistake which is now fixed. I am
going to submit the mac expected version only and when it fails I am going to collect the result and submit
another patch for the other platforms expected files.
2014-10-09 Dean Jackson <dino@apple.com>
Import W3C @supports tests
https://bugs.webkit.org/show_bug.cgi?id=137569
<rdar://problem/18601076>
Reviewed by Simon Fraser.
Import the tests from https://test.csswg.org/source/css-conditional-3/
We currently fail 2 tests, tracked in TestExpectations.
* TestExpectations:
* css3/conditional/w3c/LICENSE: Added.
* css3/conditional/w3c/at-supports-001-expected.html: Added.
* css3/conditional/w3c/at-supports-001.html: Added.
* css3/conditional/w3c/at-supports-002-expected.html: Added.
* css3/conditional/w3c/at-supports-002.html: Added.
* css3/conditional/w3c/at-supports-003-expected.html: Added.
* css3/conditional/w3c/at-supports-003.html: Added.
* css3/conditional/w3c/at-supports-004-expected.html: Added.
* css3/conditional/w3c/at-supports-004.html: Added.
* css3/conditional/w3c/at-supports-005-expected.html: Added.
* css3/conditional/w3c/at-supports-005.html: Added.
* css3/conditional/w3c/at-supports-006-expected.html: Added.
* css3/conditional/w3c/at-supports-006.html: Added.
* css3/conditional/w3c/at-supports-007-expected.html: Added.
* css3/conditional/w3c/at-supports-007.html: Added.
* css3/conditional/w3c/at-supports-008-expected.html: Added.
* css3/conditional/w3c/at-supports-008.html: Added.
* css3/conditional/w3c/at-supports-009-expected.html: Added.
* css3/conditional/w3c/at-supports-009.html: Added.
* css3/conditional/w3c/at-supports-010-expected.html: Added.
* css3/conditional/w3c/at-supports-010.html: Added.
* css3/conditional/w3c/at-supports-011-expected.html: Added.
* css3/conditional/w3c/at-supports-011.html: Added.
* css3/conditional/w3c/at-supports-012-expected.html: Added.
* css3/conditional/w3c/at-supports-012.html: Added.
* css3/conditional/w3c/at-supports-013-expected.html: Added.
* css3/conditional/w3c/at-supports-013.html: Added.
* css3/conditional/w3c/at-supports-014-expected.html: Added.
* css3/conditional/w3c/at-supports-014.html: Added.
* css3/conditional/w3c/at-supports-015-expected.html: Added.
* css3/conditional/w3c/at-supports-015.html: Added.
* css3/conditional/w3c/at-supports-016-expected.html: Added.
* css3/conditional/w3c/at-supports-016.html: Added.
* css3/conditional/w3c/at-supports-017-expected.html: Added.
* css3/conditional/w3c/at-supports-017.html: Added.
* css3/conditional/w3c/at-supports-018-expected.html: Added.
* css3/conditional/w3c/at-supports-018.html: Added.
* css3/conditional/w3c/at-supports-019-expected.html: Added.
* css3/conditional/w3c/at-supports-019.html: Added.
* css3/conditional/w3c/at-supports-020-expected.html: Added.
* css3/conditional/w3c/at-supports-020.html: Added.
* css3/conditional/w3c/at-supports-021-expected.html: Added.
* css3/conditional/w3c/at-supports-021.html: Added.
* css3/conditional/w3c/at-supports-022-expected.html: Added.
* css3/conditional/w3c/at-supports-022.html: Added.
* css3/conditional/w3c/at-supports-023-expected.html: Added.
* css3/conditional/w3c/at-supports-023.html: Added.
* css3/conditional/w3c/at-supports-024-expected.html: Added.
* css3/conditional/w3c/at-supports-024.html: Added.
* css3/conditional/w3c/at-supports-025-expected.html: Added.
* css3/conditional/w3c/at-supports-025.html: Added.
* css3/conditional/w3c/at-supports-026-expected.html: Added.
* css3/conditional/w3c/at-supports-026.html: Added.
* css3/conditional/w3c/at-supports-027-expected.html: Added.
* css3/conditional/w3c/at-supports-027.html: Added.
* css3/conditional/w3c/at-supports-028-expected.html: Added.
* css3/conditional/w3c/at-supports-028.html: Added.
* css3/conditional/w3c/at-supports-029-expected.html: Added.
* css3/conditional/w3c/at-supports-029.html: Added.
* css3/conditional/w3c/at-supports-030-expected.html: Added.
* css3/conditional/w3c/at-supports-030.html: Added.
* css3/conditional/w3c/at-supports-031-expected.html: Added.
* css3/conditional/w3c/at-supports-031.html: Added.
* css3/conditional/w3c/at-supports-032-expected.html: Added.
* css3/conditional/w3c/at-supports-032.html: Added.
* css3/conditional/w3c/at-supports-033-expected.html: Added.
* css3/conditional/w3c/at-supports-033.html: Added.
2014-10-09 Dean Jackson <dino@apple.com>
Remove ENABLE_CSS3_CONDITIONAL_RULES
https://bugs.webkit.org/show_bug.cgi?id=137571
Reviewed by Simon Fraser.
Unskip tests.
* platform/ios-sim/Skipped:
* platform/wincairo/TestExpectations:
* platform/wk2/TestExpectations:
2014-10-09 Benjamin Poulain <benjamin@webkit.org>
Add the baseline implementation of :not(selectorList)
https://bugs.webkit.org/show_bug.cgi?id=137548
Reviewed by Andreas Kling.
There are 3 big kind of changes to the tests:
1) The new implementation intentionally breaks :not() of :visited and :link.
Some test for the basic :not(:link) and :not(:visited) are consequently failing.
2) Some tests were ensuring that :not() only support simple selectors, those are
becoming irrelevant.
3) New test for the feature.
* TestExpectations:
This patch intentionally breaks :not(:link). The test fast/history/link-inside-not.html
time out since it is waiting for the link to match.
* fast/css/invalid-not-with-simple-selector-sequence-expected.txt: Removed.
* fast/css/invalid-not-with-simple-selector-sequence.html: Removed.
This test originally came from IEtestcenter. None of it is useful, all the "invalid"
cases are now fully functional selectors.
* 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:
Parsing and CSS OM tests for the new :not().
* fast/css/parsing-css-matches-5-expected.txt:
* fast/css/parsing-css-matches-5.html:
* fast/css/parsing-css-matches-6-expected.txt:
* fast/css/parsing-css-matches-6.html:
* fast/css/parsing-css-matches-7-expected.txt:
* fast/css/parsing-css-matches-7.html:
* fast/css/parsing-css-matches-8-expected.txt:
* fast/css/parsing-css-matches-8.html:
Update the tests of :matches() to account for the extended :not().
* fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt:
Some cases covered by this test are now valid. The test is kept as is for
its historical value, but all the FAIL cover valid use cases in Level 4.
* platform/mac/css3/selectors3/html/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-83-expected.txt:
* platform/mac/fast/selectors/061-expected.txt:
* platform/mac/fast/selectors/083-expected.txt:
Those tests are changing because of the breakage of :link and :visited.
* fast/css/not-basics-expected.html: Added.
* fast/css/not-basics.html: Added.
Basic use cases of the extended :not() that should always style correctly.
* fast/css/parsing-css-not-1-expected.txt: Added.
* fast/css/parsing-css-not-1.html: Added.
* fast/css/parsing-css-not-2-expected.txt: Added.
* fast/css/parsing-css-not-2.html: Added.
* fast/css/parsing-css-not-3-expected.txt: Added.
* fast/css/parsing-css-not-3.html: Added.
* fast/css/parsing-css-not-4-expected.txt: Added.
* fast/css/parsing-css-not-4.html: Added.
* fast/css/parsing-css-not-5-expected.txt: Added.
* fast/css/parsing-css-not-5.html: Copied from LayoutTests/fast/css/parsing-css-matches-5.html.
* fast/css/parsing-css-not-6-expected.txt: Added.
* fast/css/parsing-css-not-6.html: Copied from LayoutTests/fast/css/parsing-css-matches-6.html.
* fast/css/parsing-css-not-7-expected.txt: Copied from LayoutTests/fast/css/parsing-css-matches-7-expected.txt.
* fast/css/parsing-css-not-7.html: Copied from LayoutTests/fast/css/parsing-css-matches-7.html.
* fast/css/parsing-css-not-8-expected.txt: Copied from LayoutTests/fast/css/parsing-css-matches-8-expected.txt.
* fast/css/parsing-css-not-8.html: Copied from LayoutTests/fast/css/parsing-css-matches-8.html.
* fast/css/parsing-css-not-9-expected.txt: Added.
* fast/css/parsing-css-not-9.html: Copied from LayoutTests/fast/css/parsing-css-matches-8.html.
Parsing of :not(). A lot of them were inspired by Yusuke Suzuki's test suite
for :matches(). A lot of test case apply to :not(), the main difference is that
pseudo elements must fail inside :not().
* fast/css/parsing-css-nth-child-of-4-expected.txt: Added.
* fast/css/parsing-css-nth-child-of-4.html: Added.
With the introduction of :matches(), it is possible to have arbitrarily deep pseudo elements.
The tests for :not() cover the case fixed with this patch, this addition covers :nth-child(of).
* fast/selectors/not-basics-expected.txt: Added.
* fast/selectors/not-basics.html: Added.
* fast/selectors/not-nested-expected.txt: Added.
* fast/selectors/not-nested.html: Added.
* fast/selectors/not-selector-list-expected.txt: Added.
* fast/selectors/not-selector-list.html: Added.
Test coverage for the new features.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for svg tests.
* platform/ios-simulator/svg/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Skip some storage tests for iOS Simulator.
* platform/ios-simulator/TestExpectations:
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for sputnkik tests.
* platform/ios-simulator/sputnkik/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for security tests.
* platform/ios-simulator/security/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for scrollingcoordinator tests.
* platform/ios-simulator/scrollingcoordinator/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for scrollbars tests.
* platform/ios-simulator/scrollbars/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for mathml tests.
* platform/ios-simulator/mathml/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Disable tests for more unsupported features in iOS Simulator.
* platform/ios-simulator/TestExpectations:
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for ietestcenter tests.
Skip fullscreen and gamepad tests.
* platform/ios-simulator/ietestcenter/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fonts tests.
* platform/ios-simulator/fonts/*: Added
2014-10-09 Bear Travis <betravis@adobe.com>
[CSS Font Loading] Decrement the font loading count before notifying callbacks
https://bugs.webkit.org/show_bug.cgi?id=137401
Reviewed by Alexey Proskuryakov.
* platform/mac/TestExpectations: Unskip the test this bug was causing to fail.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for editing tests.
* platform/ios-simulator/editing/*: Added
2014-10-09 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
Re-add tests for :enabled with Anchor, Area & Link elements
https://bugs.webkit.org/show_bug.cgi?id=137557
Reviewed by Darin Adler.
The CSS selector :enabled should not match Anchor, Area & Link elements
with 'href' attribute set. This re-adds the related layout tests with
updated results.
* fast/css/css-selector-enabled-links-expected.txt: Added.
* fast/css/css-selector-enabled-links.html: Added.
2014-10-08 Simon Fraser <simon.fraser@apple.com>
Remove some more passing tests from TestExpectations.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-10-08 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for css3 tests.
* platform/ios-simulator/css3/*: Added
2014-10-08 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for css2.1 tests.
* platform/ios-simulator/css2.1/*: Added
2014-10-08 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for css1 tests.
* platform/ios-simulator/css1/basic/containment-expected.txt: Added.
* platform/ios-simulator/css1/basic/contextual_selectors-expected.txt: Added.
* platform/ios-simulator/css1/basic/grouping-expected.txt: Added.
* platform/ios-simulator/css1/basic/id_as_selector-expected.txt: Added.
* platform/ios-simulator/css1/basic/inheritance-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/acid_test-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_bottom-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_color-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_left-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_left_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_right-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_right_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_style-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_top-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_top_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/clear-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/clear_float-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/float-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/float_margin-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/float_on_text_elements-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/height-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_left-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_right-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_top-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_left-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_right-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_top-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/width-expected.txt: Added.
* platform/ios-simulator/css1/cascade/cascade_order-expected.txt: Added.
* platform/ios-simulator/css1/cascade/important-expected.txt: Added.
* platform/ios-simulator/css1/classification/display-expected.txt: Added.
* platform/ios-simulator/css1/classification/list_style-expected.txt: Added.
* platform/ios-simulator/css1/classification/list_style_image-expected.txt: Added.
* platform/ios-simulator/css1/classification/list_style_position-expected.txt: Added.
* platform/ios-simulator/css1/classification/list_style_type-expected.txt: Added.
* platform/ios-simulator/css1/classification/white_space-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_color-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_image-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_position-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/color-expected.txt: Added.
* platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_family-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_size-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_style-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_variant-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_weight-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/canvas-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/floating_elements-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/horizontal_formatting-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/anchor-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/firstletter-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/firstline-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/line_height-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/text_align-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/text_decoration-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/text_indent-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/text_transform-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/vertical_align-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/word_spacing-expected.txt: Added.
* platform/ios-simulator/css1/units/color_units-expected.txt: Added.
* platform/ios-simulator/css1/units/length_units-expected.txt: Added.
* platform/ios-simulator/css1/units/percentage_units-expected.txt: Added.
* platform/ios-simulator/css1/units/urls-expected.txt: Added.
2014-10-08 Myles C. Maxfield <mmaxfield@apple.com>
Inline ruby does not get justified correctly
https://bugs.webkit.org/show_bug.cgi?id=137421
Reviewed by Dave Hyatt.
Test that ruby gets spaces inside the ruby base, and that hit testing the
ruby base gives us correct answers.
* fast/ruby/ruby-justification-expected.html: Added.
* fast/ruby/ruby-justification-hittest-expected.txt: Added.
* fast/ruby/ruby-justification-hittest.html: Added.
* fast/ruby/ruby-justification.html: Added.
* platform/mac/fast/ruby/bopomofo-rl-expected.txt: Ruby text gets the CSS
property text-align: justify, which worked prior to this patch. However, this
patch now justifies ruby bases, so now if there is text that is both a ruby
base and ruby text (such as ruby in ruby) it correctly gets justified. This
test does such, and therefore needs to be rebaselined.
2014-10-08 Simon Fraser <simon.fraser@apple.com>
New baselines for iOS compositing tests.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
* platform/ios-simulator/compositing/animation/filling-animation-overlap-at-end-expected.txt: Added.
* platform/ios-simulator/compositing/animation/filling-animation-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/animation/layer-for-filling-animation-expected.txt: Added.
* platform/ios-simulator/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
* platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt: Added.
* platform/ios-simulator/compositing/backing/backface-visibility-in-3dtransformed-expected.txt: Added.
* platform/ios-simulator/compositing/backing/border-radius-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/child-layer-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/filter-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/inline-block-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/masked-child-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/no-backing-for-clip-expected.txt: Added.
* platform/ios-simulator/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
* platform/ios-simulator/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/backing/no-backing-for-perspective-expected.txt: Added.
* platform/ios-simulator/compositing/backing/replaced-child-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/whitespace-nodes-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
* platform/ios-simulator/compositing/checkerboard-expected.txt: Added.
* platform/ios-simulator/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/color-matching/image-color-matching-expected.txt: Added.
* platform/ios-simulator/compositing/color-matching/pdf-image-match-expected.txt: Added.
* platform/ios-simulator/compositing/columns/ancestor-clipped-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/clipped-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-columns-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-columns-vertical-rl-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-in-paginated-rl-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-lr-paginated-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-nested-columns-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-rl-paginated-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/rotated-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/untransformed-composited-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/compositing-visible-descendant-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/background-clip-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/background-color-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/body-background-painted-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/body-background-skipped-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/control-layer-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/filter-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/layer-opacity-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/layer-transform-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/visibility-hidden-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/animating-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt: Added.
* platform/ios-simulator/compositing/direct-image-compositing-expected.txt: Added.
* platform/ios-simulator/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
* platform/ios-simulator/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
* platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
* platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
* platform/ios-simulator/compositing/fixed-image-loading-expected.txt: Added.
* platform/ios-simulator/compositing/generated-content-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/ancestor-overflow-change-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/clip-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/clip-inside-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/clipping-foreground-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/composited-html-size-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/composited-in-columns-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/fixed-in-composited-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/fixed-position-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/flipped-writing-mode-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/foreground-layer-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/horizontal-scroll-composited-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/outline-change-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/partial-layout-update-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/preserve-3d-switching-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/tall-page-composited-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/vertical-scroll-composited-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/composited-parent-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-content-flipping-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-resize-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-size-from-zero-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-size-to-zero-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-src-change-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/leave-compositing-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/nested-iframe-scrolling-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/overlapped-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/page-cache-layer-tree-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/resizer-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/scrolling-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
* platform/ios-simulator/compositing/images/direct-image-background-color-expected.txt: Added.
* platform/ios-simulator/compositing/images/direct-image-object-fit-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-and-transform-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-transformed-into-view-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-animation-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-clipping-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transforms-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/scroll-partial-update-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/translatez-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/masks/direct-image-mask-expected.txt: Added.
* platform/ios-simulator/compositing/masks/mask-layer-size-expected.txt: Added.
* platform/ios-simulator/compositing/masks/masked-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/masks/multiple-masks-expected.txt: Added.
* platform/ios-simulator/compositing/masks/simple-composited-mask-expected.txt: Added.
* platform/ios-simulator/compositing/overflow-trumps-transform-style-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/ancestor-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/clip-descendents-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/content-gains-scrollbars-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/content-loses-scrollbars-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/nested-scrolling-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-overlay-with-touch-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-scrollbar-layer-positions-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-scrollbar-layers-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/parent-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/resize-painting-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/scrollbar-painting-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/scrolling-without-painting-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/updating-scrolling-content-expected.txt: Added.
* platform/ios-simulator/compositing/plugins/composited-plugin-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/animation-inside-reflection-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/deeply-nested-reflections-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/direct-image-object-fit-reflected-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-anchor-point-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-animated-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-opacity-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-size-change-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-transition-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-in-composited-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-on-composited-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-opacity-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-ordering-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-positioning-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-positioning2-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/simple-composited-reflections-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/transform-inside-reflection-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-outflow-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-transformed-in-named-flow-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/absolute-painted-into-composited-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/composited-document-element-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/content-into-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/fixed-background-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/layer-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/layer-repaint-rects-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/opacity-between-absolute-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/overflow-into-content-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/page-scale-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/positioned-movement-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/repaint-on-layer-grouping-change-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/resize-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-absolute-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-fixed-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-overflow-scrolling-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-relative-expected.txt: Added.
* platform/ios-simulator/compositing/shadows/shadow-drawing-expected.txt: Added.
* platform/ios-simulator/compositing/sibling-positioning-expected.txt: Added.
* platform/ios-simulator/compositing/text-on-large-layer-expected.txt: Added.
* platform/ios-simulator/compositing/tiled-layers-hidpi-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/huge-layer-img-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt: Added.
* platform/ios-simulator/compositing/transitions/scale-transition-no-start-expected.txt: Added.
* platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt: Added.
* platform/ios-simulator/compositing/visibility/layer-visible-content-expected.txt: Added.
* platform/ios-simulator/compositing/visibility/visibility-composited-expected.txt: Added.
* platform/ios-simulator/compositing/visibility/visibility-composited-transforms-expected.txt: Added.
* platform/ios-simulator/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/animated-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/iframe-no-layers-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/webgl/webgl-background-color-expected.txt: Added.
* platform/ios-simulator/compositing/webgl/webgl-nonpremultiplied-blend-expected.txt: Added.
* platform/ios-simulator/compositing/webgl/webgl-reflection-expected.txt: Added.
2014-10-08 Simon Fraser <simon.fraser@apple.com>
Some animation test results for the iOS Simulator build.
* platform/ios-simulator/animations/3d/change-transform-in-end-event-expected.txt: Added.
* platform/ios-simulator/animations/3d/matrix-transform-type-animation-expected.txt: Added.
* platform/ios-simulator/animations/3d/state-at-end-event-transform-expected.txt: Added.
* platform/ios-simulator/animations/additive-transform-animations-expected.txt: Added.
* platform/ios-simulator/animations/cross-fade-border-image-source-expected.txt: Added.
* platform/ios-simulator/animations/cross-fade-list-style-image-expected.txt: Added.
* platform/ios-simulator/animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
* platform/ios-simulator/animations/cross-fade-webkit-mask-image-expected.txt: Added.
* platform/ios-simulator/animations/state-at-end-event-expected.txt: Added.
2014-10-08 Simon Fraser <simon.fraser@apple.com>
Re-marking fast/hidpi/image-srcset-svg-canvas.html as an expected image failure.
* platform/mac/TestExpectations:
2014-10-08 Brent Fulgham <bfulgham@apple.com>
[Win] Mark two inspector-protocol tests as crashing.
https://bugs.webkit.org/show_bug.cgi?id=137529
* platform/win/TestExpectations:
2014-10-08 Jer Noble <jer.noble@apple.com>
Layout Test media/track/track-forced-subtitles-in-band.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=137505
Reviewed by Simon Fraser.
Now that the media controls can have audio as well as text tracks, use the aria-labelledby attribute
to get the <ul> containing the text track menu list items.
* media/track/track-forced-subtitles-in-band.html:
* media/track/track-user-preferences-expected.txt:
* media/track/track-user-preferences.html:
* media/trackmenu-test.js:
(trackMenuListByLabel):
(captionTrackMenuList):
(audioTrackMenuList):
(indexOfMenuItemBeginningWith):
(indexOfCaptionMenuItemBeginningWith):
(indexOfAudioTrackMenuItemBeginningWith):
(selectMenuItemFromList):
(selectCaptionMenuItem):
(selectAudioTrackMenuItem):
(listTrackMenu):
(trackMenuList): Deleted.
* media/video-controls-audiotracks-trackmenu.html:
* media/video-controls-captions-trackmenu-includes-enabled-track.html:
* media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html:
* media/video-controls-captions-trackmenu.html:
2014-10-08 Dean Jackson <dino@apple.com>
Add deprecation warning for CSSKeyframesRule::appendRule
https://bugs.webkit.org/show_bug.cgi?id=137532
<rdar://problem/18585745>
Reviewed by Brent Fulgham.
Update test expectations to include console message.
* animations/change-keyframes-expected.txt:
2014-10-08 Myles C. Maxfield <mmaxfield@apple.com>
Text drawn with an SVG font has no spaces when word-rounding hacks are enabled
https://bugs.webkit.org/show_bug.cgi?id=137463
Reviewed by Darin Adler.
Make sure that spaces are present.
* svg/text/svg-font-word-rounding-hacks-spaces.html:
* svg/text/svg-font-word-rounding-hacks-spaces-expected.html:
2014-10-08 Simon Fraser <simon.fraser@apple.com>
Remove tests that always pass from the TestExpectations files.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2014-10-08 Andy Estes <aestes@apple.com>
REGRESSION (r174403): media/track/track-forced-subtitles-in-band.html fails
https://bugs.webkit.org/show_bug.cgi?id=137525
* TestExpectations: Marked media/track/track-forced-subtitles-in-band.html as an expected failure.
2014-10-07 Simon Fraser <simon.fraser@apple.com>
Roll-over Changelogs.
* ChangeLog-2014-10-07: Copied from LayoutTests/ChangeLog.
== Rolled over to ChangeLog-2014-10-07 ==