WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
164045
A fill-forwards opacity animation never reached 1.0
https://bugs.webkit.org/show_bug.cgi?id=164045
Summary
A fill-forwards opacity animation never reached 1.0
Simon Fraser (smfr)
Reported
2016-10-26 16:29:14 PDT
A fill-forwards opacity animation never reached 1.0
Attachments
Patch
(5.72 KB, patch)
2016-10-26 16:34 PDT
,
Simon Fraser (smfr)
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from ews101 for mac-yosemite
(930.38 KB, application/zip)
2016-10-26 17:32 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews106 for mac-yosemite-wk2
(1.05 MB, application/zip)
2016-10-26 17:39 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews117 for mac-yosemite
(1.71 MB, application/zip)
2016-10-26 17:46 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews124 for ios-simulator-wk2
(9.00 MB, application/zip)
2016-10-26 17:48 PDT
,
Build Bot
no flags
Details
Patch
(5.74 KB, patch)
2016-10-28 13:19 PDT
,
Simon Fraser (smfr)
no flags
Details
Formatted Diff
Diff
Patch for EWS
(5.74 KB, patch)
2016-10-28 13:24 PDT
,
Simon Fraser (smfr)
buildbot
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from ews106 for mac-yosemite-wk2
(1.51 MB, application/zip)
2016-10-28 14:20 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews101 for mac-yosemite
(1.06 MB, application/zip)
2016-10-28 14:23 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews117 for mac-yosemite
(1.85 MB, application/zip)
2016-10-28 14:38 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews123 for ios-simulator-wk2
(15.95 MB, application/zip)
2016-10-28 16:26 PDT
,
Build Bot
no flags
Details
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2016-10-26 16:34:44 PDT
Created
attachment 292972
[details]
Patch
Dean Jackson
Comment 2
2016-10-26 16:38:32 PDT
Comment on
attachment 292972
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=292972&action=review
> LayoutTests/animations/opacity-reaches-one.html:47 > + window.addEventListener('load', function() { > + document.getElementById('animating').addEventListener('animationend', function() { > + if (window.testRunner) > + testRunner.notifyDone(); > + }) > + }, false);
Couldn't you just put the 'animationend' listener on document? Saves the 'load' listener.
Build Bot
Comment 3
2016-10-26 17:32:30 PDT
Comment on
attachment 292972
[details]
Patch
Attachment 292972
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/2381640
New failing tests: fast/css/image-set-value-not-removed-crash.html compositing/visible-rect/animated-from-none.html compositing/layer-creation/animation-overlap-with-children.html compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html
Build Bot
Comment 4
2016-10-26 17:32:33 PDT
Created
attachment 292978
[details]
Archive of layout-test-results from ews101 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews101 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 5
2016-10-26 17:38:57 PDT
Comment on
attachment 292972
[details]
Patch
Attachment 292972
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.webkit.org/results/2381654
New failing tests: fast/css/image-set-value-not-removed-crash.html compositing/visible-rect/animated-from-none.html compositing/layer-creation/animation-overlap-with-children.html compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html
Build Bot
Comment 6
2016-10-26 17:39:00 PDT
Created
attachment 292979
[details]
Archive of layout-test-results from ews106 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Build Bot
Comment 7
2016-10-26 17:46:25 PDT
Comment on
attachment 292972
[details]
Patch
Attachment 292972
[details]
did not pass mac-debug-ews (mac): Output:
http://webkit-queues.webkit.org/results/2381676
New failing tests: fast/css/image-set-value-not-removed-crash.html compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html compositing/layer-creation/animation-overlap-with-children.html compositing/visible-rect/animated-from-none.html
Build Bot
Comment 8
2016-10-26 17:46:28 PDT
Created
attachment 292980
[details]
Archive of layout-test-results from ews117 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews117 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 9
2016-10-26 17:48:40 PDT
Comment on
attachment 292972
[details]
Patch
Attachment 292972
[details]
did not pass ios-sim-ews (ios-simulator-wk2): Output:
http://webkit-queues.webkit.org/results/2381656
New failing tests: fast/css/image-set-value-not-removed-crash.html
Build Bot
Comment 10
2016-10-26 17:48:43 PDT
Created
attachment 292981
[details]
Archive of layout-test-results from ews124 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews124 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.6
Simon Fraser (smfr)
Comment 11
2016-10-26 18:51:42 PDT
Tests are failing because this change affects whether we create stacking context during animations.
Simon Fraser (smfr)
Comment 12
2016-10-28 13:19:53 PDT
Created
attachment 293194
[details]
Patch
Simon Fraser (smfr)
Comment 13
2016-10-28 13:24:48 PDT
Created
attachment 293197
[details]
Patch for EWS
Build Bot
Comment 14
2016-10-28 14:20:37 PDT
Comment on
attachment 293197
[details]
Patch for EWS
Attachment 293197
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.webkit.org/results/2394960
New failing tests: animations/opacity-reaches-one.html fast/css/image-set-value-not-removed-crash.html compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html compositing/layer-creation/animation-overlap-with-children.html compositing/visible-rect/animated-from-none.html
Build Bot
Comment 15
2016-10-28 14:20:41 PDT
Created
attachment 293212
[details]
Archive of layout-test-results from ews106 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Build Bot
Comment 16
2016-10-28 14:23:41 PDT
Comment on
attachment 293197
[details]
Patch for EWS
Attachment 293197
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/2395024
New failing tests: animations/opacity-reaches-one.html fast/css/image-set-value-not-removed-crash.html compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html compositing/layer-creation/animation-overlap-with-children.html compositing/visible-rect/animated-from-none.html
Build Bot
Comment 17
2016-10-28 14:23:44 PDT
Created
attachment 293213
[details]
Archive of layout-test-results from ews101 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews101 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 18
2016-10-28 14:38:05 PDT
Comment on
attachment 293197
[details]
Patch for EWS
Attachment 293197
[details]
did not pass ios-sim-ews (ios-simulator-wk2): Output:
http://webkit-queues.webkit.org/results/2395051
New failing tests: animations/opacity-reaches-one.html fast/css/image-set-value-not-removed-crash.html
Build Bot
Comment 19
2016-10-28 14:38:10 PDT
Comment on
attachment 293197
[details]
Patch for EWS
Attachment 293197
[details]
did not pass mac-debug-ews (mac): Output:
http://webkit-queues.webkit.org/results/2395048
New failing tests: animations/opacity-reaches-one.html fast/css/image-set-value-not-removed-crash.html compositing/visible-rect/animated-from-none.html compositing/layer-creation/animation-overlap-with-children.html compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html
Build Bot
Comment 20
2016-10-28 14:38:20 PDT
Created
attachment 293220
[details]
Archive of layout-test-results from ews117 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews117 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 21
2016-10-28 16:26:07 PDT
Comment on
attachment 293197
[details]
Patch for EWS
Attachment 293197
[details]
did not pass ios-sim-ews (ios-simulator-wk2): Output:
http://webkit-queues.webkit.org/results/2395788
New failing tests: fast/css/image-set-value-not-removed-crash.html animations/opacity-reaches-one.html
Build Bot
Comment 22
2016-10-28 16:26:10 PDT
Created
attachment 293241
[details]
Archive of layout-test-results from ews123 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews123 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.6
Antoine Quint
Comment 23
2023-05-10 11:57:44 PDT
Attached patches are now well over 6 year-old, this pre-dating the rewrite of much of the animation code, and there is no test about this fairly generically-titled bug. Going to mark this as INVALID since it's not really actionable anymore.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug