cdumez@apple.com | 838ef37 | 2017-03-23 23:51:20 +0000 | [diff] [blame^] | 1 | 2017-03-23 Chris Dumez <cdumez@apple.com> |
| 2 | |
| 3 | SVG animations are not paused when their <svg> element is removed from the document |
| 4 | https://bugs.webkit.org/show_bug.cgi?id=170030 |
| 5 | <rdar://problem/31230252> |
| 6 | |
| 7 | Reviewed by Dean Jackson. |
| 8 | |
| 9 | Add layout test coverage. |
| 10 | |
| 11 | * svg/animations/animations-paused-when-removed-from-document-expected.txt: Added. |
| 12 | * svg/animations/animations-paused-when-removed-from-document.html: Added. |
| 13 | |
mmaxfield@apple.com | 0dea8b6 | 2017-03-23 23:14:02 +0000 | [diff] [blame] | 14 | 2017-03-22 Myles C. Maxfield <mmaxfield@apple.com> |
| 15 | |
| 16 | font shorthand should accept variation values |
| 17 | https://bugs.webkit.org/show_bug.cgi?id=168998 |
| 18 | |
| 19 | Reviewed by Simon Fraser. |
| 20 | |
| 21 | * fast/text/font-style-parse-expected.txt: |
| 22 | * fast/text/font-style-parse.html: |
| 23 | * fast/text/font-weight-parse-expected.txt: |
| 24 | * fast/text/font-weight-parse.html: |
| 25 | |
cdumez@apple.com | 62599cb | 2017-03-23 22:40:50 +0000 | [diff] [blame] | 26 | 2017-03-23 Chris Dumez <cdumez@apple.com> |
| 27 | |
| 28 | SVG animations are not paused when inserted into a hidden page |
| 29 | https://bugs.webkit.org/show_bug.cgi?id=170026 |
| 30 | <rdar://problem/31228704> |
| 31 | |
| 32 | Reviewed by Andreas Kling. |
| 33 | |
| 34 | Add layout test coverage. |
| 35 | |
| 36 | * svg/animations/animations-paused-when-inserted-in-hidden-document-expected.txt: Added. |
| 37 | * svg/animations/animations-paused-when-inserted-in-hidden-document.html: Added. |
| 38 | * svg/animations/animations-paused-when-inserted-in-hidden-document2-expected.txt: Added. |
| 39 | * svg/animations/animations-paused-when-inserted-in-hidden-document2.html: Added. |
| 40 | |
mcatanzaro@igalia.com | eb5d6d9 | 2017-03-23 22:39:57 +0000 | [diff] [blame] | 41 | == Rolled over to ChangeLog-2017-03-23 == |