haikuwebkit/ManualTests/ios
Dean Jackson 08d7140854 [iOS] Play button on video is too dark
https://bugs.webkit.org/show_bug.cgi?id=156383
<rdar://problem/23540816>

Reviewed by Simon Fraser.

.:

Add a manual test for iOS that shows the expected appearance
of a video element. Unfortunately, due to the way we take
snapshots on iOS within our test runner, we don't get the
platform blurring effect, which means an automated test
won't work.

* ManualTests/ios/start-playback-button-appearance-expected.html: Added.
* ManualTests/ios/start-playback-button-appearance.html: Added.

Source/WebKit2:

Elements that are backed by a layer with either LightBackdropAppearance
or DarkBackdropAppearance are actually a combination of a
few layers (inside a special view). If we apply a mask to one
of those layers, it needs to be attached to the correct
child layer.

* Shared/mac/RemoteLayerTreePropertyApplier.mm:
(WebKit::RemoteLayerTreePropertyApplier::applyProperties): If we have
one of the special appearance flags, apply the mask layer to
a particular child, rather than the layer itself.

Canonical link: https://commits.webkit.org/174481@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@199212 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2016-04-08 03:59:21 +00:00
..
resources
execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html [iOS] WebSQL operations are not performed after device is locked 2015-05-08 18:59:31 +00:00
image-file-uploads-as-original-type.html [iOS] Need a test for bug #145539: Uploading an animated GIF from the 2015-09-05 00:58:37 +00:00
keyboard-should-not-show-on-touch-event.html A focused node should not be assisted when handling touch events synchronously 2015-08-13 21:48:50 +00:00
long-press-input-type-file-crash.html [iOS] Crash long pressing on <input type=file> 2015-06-16 21:39:57 +00:00
scroll-to-distant-keyboard-focused-text-field.html [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard 2014-06-27 04:31:25 +00:00
start-playback-button-appearance-expected.html [iOS] Play button on video is too dark 2016-04-08 03:59:21 +00:00
start-playback-button-appearance.html [iOS] Play button on video is too dark 2016-04-08 03:59:21 +00:00
suspend-orientation-and-motion-events-when-page-becomes-hidden.html [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively 2015-12-10 02:53:12 +00:00
tap-and-a-half-gesture-in-empty-text-field.html Null dereference performing a "TapAndAHalf" gesture in Google search field 2014-12-11 01:10:02 +00:00
touchstart-touchend-on-same-element-should-not-clear-hover.html [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events 2014-07-15 00:14:03 +00:00
typing-in-field-that-clears-on-keyup.html Add a manual test for r135044 2014-07-18 23:57:40 +00:00