hyatt@apple.com | c8eb62a | 2017-04-03 22:28:45 +0000 | [diff] [blame^] | 1 | 2017-04-03 Dave Hyatt <hyatt@apple.com> |
| 2 | |
| 3 | Japanese fonts in vertical text should support synthesized italics |
| 4 | https://bugs.webkit.org/show_bug.cgi?id=169301 |
| 5 | |
| 6 | Reviewed by Simon Fraser. |
| 7 | |
| 8 | * fast/text/international/synthesized-italic-vertical-expected.html: |
| 9 | * fast/text/international/synthesized-italic-vertical.html: |
| 10 | * platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.png: Removed. |
| 11 | * platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Removed. |
| 12 | |
cdumez@apple.com | 6884a1a | 2017-04-03 22:06:51 +0000 | [diff] [blame] | 13 | 2017-04-03 Chris Dumez <cdumez@apple.com> |
| 14 | |
| 15 | REGRESSION (r206744): CSS background-image in style attribute ignored when using createHTMLDocument method of DOM parsing |
| 16 | https://bugs.webkit.org/show_bug.cgi?id=170285 |
| 17 | <rdar://problem/31378543> |
| 18 | |
| 19 | Reviewed by Andy Estes. |
| 20 | |
| 21 | Add layout test coverage. |
| 22 | |
| 23 | * fast/images/background-image-relative-url-changes-document-expected.html: Added. |
| 24 | * fast/images/background-image-relative-url-changes-document.html: Added. |
| 25 | |
wilander@apple.com | 5d4eacd | 2017-04-03 20:18:44 +0000 | [diff] [blame] | 26 | 2017-04-03 John Wilander <wilander@apple.com> |
| 27 | |
| 28 | Remove timeout expectations after bug fix |
| 29 | https://bugs.webkit.org/show_bug.cgi?id=168262 |
| 30 | |
| 31 | Unreviewed test gardening. |
| 32 | |
| 33 | Remove timeout expectations after bug fix in |
| 34 | https://bugs.webkit.org/show_bug.cgi?id=170400 |
| 35 | |
| 36 | * platform/wk2/TestExpectations: |
| 37 | Remove expected timeout for the first five test cases |
| 38 | under http/tests/loading/resourceLoadStatistics/. |
| 39 | |
antti@apple.com | 6c64e6c | 2017-04-03 19:08:07 +0000 | [diff] [blame] | 40 | 2017-04-03 Antti Koivisto <antti@apple.com> |
| 41 | |
| 42 | REGRESSION (r207669): FileMaker Pro Help pages do not render correctly |
| 43 | https://bugs.webkit.org/show_bug.cgi?id=170402 |
| 44 | <rdar://problem/31004344> |
| 45 | |
| 46 | Reviewed by Simon Fraser. |
| 47 | |
| 48 | * fast/css/document-stylesheets-dynamic-expected.html: Added. |
| 49 | * fast/css/document-stylesheets-dynamic.html: Added. |
| 50 | |
commit-queue@webkit.org | 57f150f | 2017-04-03 18:00:06 +0000 | [diff] [blame] | 51 | 2017-04-03 Jeremy Jones <jeremyj@apple.com> |
| 52 | |
| 53 | LayoutTest pointer-lock/mouse-event-delivery.html is a flaky failure |
| 54 | https://bugs.webkit.org/show_bug.cgi?id=167965 |
| 55 | |
| 56 | Reviewed by Jon Lee. |
| 57 | |
| 58 | Wait for wheel event before doing next step of test. The wheel event is delivered asynchronously and |
| 59 | can therefore be delivered later than expected by the test. This is already done for the first one, |
| 60 | do this for the second one also. |
| 61 | |
| 62 | * platform/mac-wk2/TestExpectations: |
| 63 | * pointer-lock/mouse-event-delivery.html: |
| 64 | |
simon.fraser@apple.com | e5522a4 | 2017-04-03 17:51:29 +0000 | [diff] [blame] | 65 | 2017-04-01 Simon Fraser <simon.fraser@apple.com> |
| 66 | |
| 67 | Clean up touch event handler registration when moving nodes between documents |
| 68 | https://bugs.webkit.org/show_bug.cgi?id=170384 |
| 69 | rdar://problem/30816694 |
| 70 | |
| 71 | Reviewed by Chris Dumez. |
| 72 | |
| 73 | Tests for moving nodes with various listener/handler combinations between documents. |
| 74 | |
| 75 | * fast/events/touch/ios/gesture-node-move-between-documents-expected.txt: Added. |
| 76 | * fast/events/touch/ios/gesture-node-move-between-documents.html: Added. |
| 77 | * fast/events/touch/ios/overflow-node-move-between-documents-expected.txt: Added. |
| 78 | * fast/events/touch/ios/overflow-node-move-between-documents.html: Added. |
| 79 | * fast/events/touch/ios/slider-node-move-between-documents-expected.txt: Added. |
| 80 | * fast/events/touch/ios/slider-node-move-between-documents.html: Added. |
| 81 | * fast/events/touch/ios/touch-node-move-between-documents-expected.txt: Added. |
| 82 | * fast/events/touch/ios/touch-node-move-between-documents.html: Added. |
| 83 | |
carlosgc@webkit.org | 283f4e6 | 2017-04-03 17:08:12 +0000 | [diff] [blame] | 84 | 2017-04-03 Carlos Garcia Campos <cgarcia@igalia.com> |
| 85 | |
| 86 | [SOUP] URI Fragment is lost after redirect |
| 87 | https://bugs.webkit.org/show_bug.cgi?id=170058 |
| 88 | |
| 89 | Reviewed by Michael Catanzaro. |
| 90 | |
| 91 | Add tests to check we correctly handle fragment identifiers on server redirections. |
| 92 | |
| 93 | * http/tests/navigation/redirect-preserves-fragment-expected.txt: Added. |
| 94 | * http/tests/navigation/redirect-preserves-fragment.html: Added. |
| 95 | * http/tests/navigation/redirect-to-fragment-expected.txt: Added. |
| 96 | * http/tests/navigation/redirect-to-fragment.html: Added. |
| 97 | * http/tests/navigation/redirect-to-fragment2-expected.txt: Added. |
| 98 | * http/tests/navigation/redirect-to-fragment2.html: Added. |
| 99 | * http/tests/navigation/resources/redirect-preserves-fragment.php: Added. |
| 100 | * http/tests/navigation/resources/redirect-to-fragment.php: Added. |
| 101 | * http/tests/navigation/resources/redirect-to-fragment2.php: Added. |
| 102 | * platform/ios/TestExpectations: |
| 103 | * platform/mac/TestExpectations: |
| 104 | |
commit-queue@webkit.org | e5c24a2 | 2017-04-03 16:59:41 +0000 | [diff] [blame] | 105 | 2017-04-03 Youenn Fablet <youenn@apple.com> |
| 106 | |
| 107 | captureStream is getting black frames with webgl canvas |
| 108 | https://bugs.webkit.org/show_bug.cgi?id=170325 |
| 109 | |
| 110 | Reviewed by Dean Jackson. |
| 111 | |
| 112 | * fast/mediastream/captureStream/canvas3d-expected.txt: Added. |
| 113 | * fast/mediastream/captureStream/canvas3d.html: Added. |
| 114 | |
pvollan@apple.com | 60e8480 | 2017-04-03 13:17:11 +0000 | [diff] [blame] | 115 | 2017-04-03 Per Arne Vollan <pvollan@apple.com> |
| 116 | |
| 117 | Implement stroke-miterlimit. |
| 118 | https://bugs.webkit.org/show_bug.cgi?id=169078 |
| 119 | |
| 120 | Reviewed by Dean Jackson. |
| 121 | |
| 122 | * fast/css/stroke-miterlimit-default-expected.html: Added. |
| 123 | * fast/css/stroke-miterlimit-default.html: Added. |
| 124 | * fast/css/stroke-miterlimit-large-expected-mismatch.html: Added. |
| 125 | * fast/css/stroke-miterlimit-large.html: Added. |
| 126 | * fast/css/stroke-miterlimit-zero-expected-mismatch.html: Added. |
| 127 | * fast/css/stroke-miterlimit-zero.html: Added. |
| 128 | |
ap@apple.com | 4e5a2a9 | 2017-04-02 18:55:45 +0000 | [diff] [blame] | 129 | 2017-04-02 Alexey Proskuryakov <ap@apple.com> |
| 130 | |
ap@apple.com | 224fa13 | 2017-04-03 03:30:14 +0000 | [diff] [blame] | 131 | Remove accidentally added DumpJSConsoleLogInStdErr from http/tests/fetch/fetch-in-worker-crash.html expectation. |
| 132 | |
| 133 | * TestExpectations: |
| 134 | |
| 135 | 2017-04-02 Alexey Proskuryakov <ap@apple.com> |
| 136 | |
ap@apple.com | 637c6b4 | 2017-04-03 03:13:42 +0000 | [diff] [blame] | 137 | Build fix for |
| 138 | Add missing text styles |
| 139 | https://bugs.webkit.org/show_bug.cgi?id=170295 |
| 140 | |
| 141 | * platform/ios/ios/fast/text/opticalFontWithTextStyle-expected.txt: |
| 142 | |
| 143 | 2017-04-02 Alexey Proskuryakov <ap@apple.com> |
| 144 | |
ap@apple.com | 3785109 | 2017-04-03 01:26:31 +0000 | [diff] [blame] | 145 | Fix lint errors. |
| 146 | |
| 147 | * TestExpectations: |
| 148 | * platform/ios-wk1/TestExpectations: |
| 149 | * platform/ios-wk2/TestExpectations: |
| 150 | * platform/ios/TestExpectations: |
| 151 | * platform/mac-wk1/TestExpectations: |
| 152 | |
| 153 | 2017-04-02 Alexey Proskuryakov <ap@apple.com> |
| 154 | |
ap@apple.com | 4e5a2a9 | 2017-04-02 18:55:45 +0000 | [diff] [blame] | 155 | Mark http/tests/fetch/fetch-in-worker-crash.html and imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-status.html as flaky. |
| 156 | |
| 157 | For https://bugs.webkit.org/show_bug.cgi?id=170395 |
| 158 | rdar://problem/30975761, rdar://problem/31394017 |
| 159 | |
| 160 | * TestExpectations: |
| 161 | |
pvollan@apple.com | c695005 | 2017-04-02 05:28:53 +0000 | [diff] [blame] | 162 | 2017-04-01 Per Arne Vollan <pvollan@apple.com> |
| 163 | |
| 164 | Add test for expected fallback behavior between stroke-width and -webkit-text-stroke-width. |
| 165 | https://bugs.webkit.org/show_bug.cgi?id=169466 |
| 166 | |
| 167 | Reviewed by Jon Lee. |
| 168 | |
| 169 | Now that we have added support for stroke-width, we should have a test for expected fallback behavior between |
| 170 | stroke-width and -webkit-text-stroke-width. Currently, stroke-width is always preferred, also when inherited, |
| 171 | and when -webkit-text-stroke-width is declared inline. When stroke-width is not specified, we fall back to |
| 172 | -webkit-text-stroke-width. |
| 173 | |
| 174 | * fast/css/stroke-width-fallback-expected.html: Added. |
| 175 | * fast/css/stroke-width-fallback.html: Added. |
| 176 | |
jonlee@apple.com | b9c753c | 2017-04-02 05:28:10 +0000 | [diff] [blame] | 177 | 2017-04-01 Jon Lee <jonlee@apple.com> |
| 178 | |
| 179 | Add missing text styles |
| 180 | https://bugs.webkit.org/show_bug.cgi?id=170295 |
| 181 | rdar://problem/30219503 |
| 182 | |
| 183 | Reviewed by Dean Jackson. |
| 184 | |
| 185 | * platform/ios/ios/fast/text/opticalFontWithTextStyle.html: Update test to include title0 and title4. |
| 186 | |
cdumez@apple.com | 63c6800 | 2017-04-02 00:55:20 +0000 | [diff] [blame] | 187 | 2017-04-01 Chris Dumez <cdumez@apple.com> |
| 188 | |
| 189 | We should pause silent WebAudio rendering in background tabs |
| 190 | https://bugs.webkit.org/show_bug.cgi?id=170299 |
| 191 | <rdar://problem/31289132> |
| 192 | |
| 193 | Reviewed by Eric Carlson. |
| 194 | |
| 195 | Add layout test coverage. |
| 196 | |
| 197 | * webaudio/silent-audio-interrupted-in-background-expected.txt: Added. |
| 198 | * webaudio/silent-audio-interrupted-in-background.html: Added. |
| 199 | |
ap@apple.com | 44498b6 | 2017-04-01 07:47:17 +0000 | [diff] [blame] | 200 | 2017-04-01 Alexey Proskuryakov <ap@apple.com> |
| 201 | |
| 202 | Rolling back http://trac.webkit.org/r214663 - memory corruption |
| 203 | |
| 204 | * streams/readable-stream-byob-request-expected.txt: |
| 205 | * streams/readable-stream-byob-request.js: |
| 206 | (self.importScripts.test): Deleted. |
| 207 | |
zalan@apple.com | 45ae7d7 | 2017-04-01 06:30:00 +0000 | [diff] [blame] | 208 | 2017-03-31 Zalan Bujtas <zalan@apple.com> |
| 209 | |
| 210 | <table>: Including <caption>, <thead> or <tbody> causes clipping across page breaks |
| 211 | https://bugs.webkit.org/show_bug.cgi?id=170348 |
| 212 | <rdar://problem/24727151> |
| 213 | |
| 214 | Reviewed by David Hyatt. |
| 215 | |
| 216 | * fast/multicol/table-section-page-break-expected.html: Added. |
| 217 | * fast/multicol/table-section-page-break.html: Added. |
| 218 | |
cdumez@apple.com | c79decf | 2017-04-01 00:31:34 +0000 | [diff] [blame] | 219 | 2017-03-31 Chris Dumez <cdumez@apple.com> |
| 220 | |
| 221 | LayoutTest fast/images/animated-gif-restored-from-bfcache.html is a flaky failure |
| 222 | https://bugs.webkit.org/show_bug.cgi?id=162510 |
| 223 | <rdar://problem/31380650> |
| 224 | |
| 225 | Reviewed by Alexey Proskuryakov. |
| 226 | |
| 227 | The test restores a page from PageCache and wants to check that an animated |
| 228 | GIF is properly animating. To do so, it store the data of the current image |
| 229 | frame, and then checks in a 100ms timer that the current image frame is |
| 230 | different. This is flaky by nature since the image only has 10 frames and |
| 231 | you therefore have a 1/10 chance that the new frame will be the same as the |
| 232 | previous one, even if the image is properly animating. |
| 233 | |
| 234 | To address the problem, do a setInterval instead of a setTimeout and check |
| 235 | until the frame becomes different. |
| 236 | |
| 237 | * fast/images/animated-gif-restored-from-bfcache.html: |
| 238 | * platform/mac/TestExpectations: |
| 239 | |
wenson_hsieh@apple.com | db5f517 | 2017-03-31 22:36:00 +0000 | [diff] [blame] | 240 | 2017-03-31 Wenson Hsieh <wenson_hsieh@apple.com> |
| 241 | |
| 242 | [WK2] Tapping away to dismiss the selection does not update the selected DOM range using character granularity |
| 243 | https://bugs.webkit.org/show_bug.cgi?id=170328 |
| 244 | <rdar://problem/30904558> |
| 245 | |
| 246 | Reviewed by Tim Horton. |
| 247 | |
| 248 | Adds a new layout test verifying that when a user taps away to clear the current selection in character |
| 249 | granularity selection mode, the selected DOM range in the web process does not fall out of sync with UIKit's |
| 250 | selection views, which are dismissed. |
| 251 | |
| 252 | * editing/selection/character-granularity-selected-range-after-dismissing-selection-expected.txt: Added. |
| 253 | * editing/selection/character-granularity-selected-range-after-dismissing-selection.html: Added. |
| 254 | |
commit-queue@webkit.org | 2305fd3 | 2017-03-31 22:08:36 +0000 | [diff] [blame] | 255 | 2017-03-31 Youenn Fablet <youenn@apple.com> |
| 256 | |
| 257 | Add a test to ensure webrtc generated certificates and names are ephemeral |
| 258 | https://bugs.webkit.org/show_bug.cgi?id=170225 |
| 259 | |
| 260 | Reviewed by Jon Lee. |
| 261 | |
| 262 | * webrtc/ephemeral-certificates-and-cnames-expected.txt: Added. |
| 263 | * webrtc/ephemeral-certificates-and-cnames.html: Added. |
| 264 | |
wenson_hsieh@apple.com | b65afc8 | 2017-03-31 21:46:42 +0000 | [diff] [blame] | 265 | 2017-03-31 Wenson Hsieh <wenson_hsieh@apple.com> |
| 266 | |
| 267 | [WK2] Tapping editable text inside of a range selection no longer changes the selection to a caret |
| 268 | https://bugs.webkit.org/show_bug.cgi?id=170327 |
| 269 | <rdar://problem/31363816> |
| 270 | |
| 271 | Reviewed by Tim Horton. |
| 272 | |
| 273 | Adds a new WK2 interaction test for iOS verifying that tapping a selection in editable content sets the selection |
| 274 | to a caret, rather than maintaining the range selection. This test is disabled in OpenSource, since it relies on |
| 275 | synthetic touch events. |
| 276 | |
| 277 | * TestExpectations: |
| 278 | * editing/selection/caret-after-tap-in-editable-selection-expected.txt: Added. |
| 279 | * editing/selection/caret-after-tap-in-editable-selection.html: Added. |
| 280 | |
ap@apple.com | e4023af | 2017-03-31 17:29:12 +0000 | [diff] [blame] | 281 | 2017-03-31 Alexey Proskuryakov <ap@apple.com> |
| 282 | |
ap@apple.com | 19c0fd0 | 2017-03-31 19:18:26 +0000 | [diff] [blame] | 283 | Mark fast/mediastream/MediaStream-page-muted.html as flaky for |
| 284 | https://bugs.webkit.org/show_bug.cgi?id=170355 |
| 285 | |
| 286 | * TestExpectations: |
| 287 | |
| 288 | 2017-03-31 Alexey Proskuryakov <ap@apple.com> |
| 289 | |
ap@apple.com | b599b98 | 2017-03-31 17:41:39 +0000 | [diff] [blame] | 290 | Correction for the previous change - this is an image failure. |
| 291 | |
| 292 | * platform/mac-wk2/TestExpectations: |
| 293 | |
| 294 | 2017-03-31 Alexey Proskuryakov <ap@apple.com> |
| 295 | |
ap@apple.com | e4023af | 2017-03-31 17:29:12 +0000 | [diff] [blame] | 296 | Mark fast/images/animated-image-different-dest-size.html as flaky for |
| 297 | https://bugs.webkit.org/show_bug.cgi?id=170203 |
| 298 | |
| 299 | * platform/mac-wk2/TestExpectations: |
| 300 | |
carlosgc@webkit.org | 0cabf2b | 2017-03-31 11:13:14 +0000 | [diff] [blame] | 301 | 2017-03-31 Carlos Garcia Campos <cgarcia@igalia.com> |
| 302 | |
carlosgc@webkit.org | a15168e | 2017-03-31 12:31:58 +0000 | [diff] [blame] | 303 | Unreviewed GTK+ gardening. Update expectations of several tests. |
| 304 | |
| 305 | Also rebaseline fast/css/getComputedStyle/computed-style-font-family.html after r214394, it also requires variation |
| 306 | fonts. |
| 307 | |
| 308 | * platform/gtk/TestExpectations: |
| 309 | * platform/gtk/fast/css/getComputedStyle/computed-style-font-family-expected.txt: Added. |
| 310 | |
| 311 | 2017-03-31 Carlos Garcia Campos <cgarcia@igalia.com> |
| 312 | |
carlosgc@webkit.org | 0cabf2b | 2017-03-31 11:13:14 +0000 | [diff] [blame] | 313 | Unreviewed GTK+ gardening. Rebaseline several tests after r214546. |
| 314 | |
| 315 | GTK+ port doesn't support variation fonts. Also mark canvas/philip/tests/2d.pattern.animated.gif.html as failing |
| 316 | after r214503. |
| 317 | |
| 318 | * platform/gtk/TestExpectations: |
| 319 | * platform/gtk/fast/text/font-selection-font-loading-api-parse-expected.txt: Added. |
| 320 | * platform/gtk/fast/text/font-stretch-parse-expected.txt: Added. |
| 321 | * platform/gtk/fast/text/font-style-parse-expected.txt: Added. |
| 322 | * platform/gtk/fast/text/font-weight-parse-expected.txt: Added. |
| 323 | |
commit-queue@webkit.org | 2ebbc9d | 2017-03-31 10:37:06 +0000 | [diff] [blame] | 324 | 2017-03-31 Romain Bellessort <romain.bellessort@crf.canon.fr> |
| 325 | |
| 326 | [Readable Streams API] Implement cloneArrayBuffer in WebCore |
| 327 | https://bugs.webkit.org/show_bug.cgi?id=170008 |
| 328 | |
| 329 | Reviewed by Youenn Fablet. |
| 330 | |
| 331 | Added test to check cloneArrayBuffer behaviour. |
| 332 | |
| 333 | * streams/readable-stream-byob-request.js: |
| 334 | |
gskachkov@gmail.com | bce57f1 | 2017-03-31 10:06:08 +0000 | [diff] [blame] | 335 | 2017-03-31 Oleksandr Skachkov <gskachkov@gmail.com> |
| 336 | |
| 337 | String.prototype.replace incorrectly applies "special replacement parameters" when passed a function |
| 338 | https://bugs.webkit.org/show_bug.cgi?id=170151 |
| 339 | |
| 340 | Reviewed by Saam Barati. |
| 341 | |
| 342 | * js/script-tests/string_replace_function.js: Added. |
| 343 | * js/script-tests/string_replace_regexp.js: Renamed from LayoutTests/js/script-tests/string_replace.js. |
| 344 | * js/string_replace_function-expected.txt: Added. |
| 345 | * js/string_replace_function.html: Copied from LayoutTests/js/string_replace.html. |
| 346 | * js/string_replace_regexp-expected.txt: Renamed from LayoutTests/js/string_replace-expected.txt. |
| 347 | * js/string_replace_regexp.html: Renamed from LayoutTests/js/string_replace.html. |
| 348 | |
rego@igalia.com | 0e27af1 | 2017-03-31 09:27:04 +0000 | [diff] [blame] | 349 | 2017-03-31 Manuel Rego Casasnovas <rego@igalia.com> |
| 350 | |
| 351 | [css-grid] Update W3C Test Suite |
| 352 | https://bugs.webkit.org/show_bug.cgi?id=170170 |
| 353 | |
| 354 | Reviewed by Youenn Fablet. |
| 355 | |
| 356 | Update path to tests in TestExpectations as the CSS Grid Layout suite |
| 357 | is now under web-platform-tests. |
| 358 | |
| 359 | * TestExpectations: |
| 360 | |
commit-queue@webkit.org | 9f5bc2e | 2017-03-31 08:25:42 +0000 | [diff] [blame] | 361 | 2017-03-31 Antoine Quint <graouts@apple.com> |
| 362 | |
| 363 | [mac-wk1] LayoutTest media/modern-media-controls/airplay-button/airplay-button.html is a flaky timeout |
| 364 | https://bugs.webkit.org/show_bug.cgi?id=168409 |
| 365 | <rdar://problem/30799198> |
| 366 | |
| 367 | Unreviewed. Capture new logging events. |
| 368 | |
| 369 | * media/modern-media-controls/airplay-button/airplay-button.html: |
| 370 | |
mattbaker@apple.com | 3b706d4 | 2017-03-31 00:51:51 +0000 | [diff] [blame] | 371 | 2017-03-30 Matt Baker <mattbaker@apple.com> |
| 372 | |
| 373 | Unreviewed. Update test expectations after https://bugs.webkit.org/show_bug.cgi?id=170279. |
| 374 | |
| 375 | * inspector/css/getAllStyleSheets-expected.txt: |
| 376 | |
ryanhaddad@apple.com | fefda0a | 2017-03-31 00:23:36 +0000 | [diff] [blame] | 377 | 2017-03-30 Ryan Haddad <ryanhaddad@apple.com> |
| 378 | |
| 379 | Rebaseline js/dom/global-constructors-attributes.html. |
| 380 | |
| 381 | Unreviewed test gardening. |
| 382 | |
| 383 | * platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt: |
| 384 | * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt: |
| 385 | * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| 386 | |
simon.fraser@apple.com | 55d6e1f | 2017-03-31 00:04:21 +0000 | [diff] [blame] | 387 | 2017-03-30 Simon Fraser <simon.fraser@apple.com> |
| 388 | |
| 389 | Rename a touch event function, and new touch region test results |
| 390 | https://bugs.webkit.org/show_bug.cgi?id=170309 |
| 391 | rdar://problem/31329520 |
| 392 | |
| 393 | Reviewed by Chris Dumez. |
| 394 | |
| 395 | A code change in WebKitAdditions progresses this test result. |
| 396 | |
| 397 | * fast/events/touch/ios/touch-event-regions/iframes-expected.txt: |
| 398 | |
commit-queue@webkit.org | 387b6ba | 2017-03-30 22:41:14 +0000 | [diff] [blame] | 399 | 2017-03-30 Said Abou-Hallawa <sabouhallawa@apple.com> |
| 400 | |
| 401 | REGRESSION (r213764): Background image from sprite sheet incorrectly scaled |
| 402 | https://bugs.webkit.org/show_bug.cgi?id=169547 |
| 403 | |
| 404 | Reviewed by Simon Fraser. |
| 405 | |
| 406 | * fast/images/async-image-background-image.html: |
| 407 | * fast/images/resources/sprite-sheet-red-green-blue.png: Added. |
| 408 | * fast/images/sprite-sheet-image-draw-expected.html: Added. |
| 409 | * fast/images/sprite-sheet-image-draw.html: Added. |
| 410 | |
mattbaker@apple.com | b9d7067 | 2017-03-30 22:37:34 +0000 | [diff] [blame] | 411 | 2017-03-30 Matt Baker <mattbaker@apple.com> |
| 412 | |
| 413 | Web Inspector: Assertion failure in InspectorStyleProperty::setRawTextFromStyleDeclaration |
| 414 | https://bugs.webkit.org/show_bug.cgi?id=170279 |
| 415 | <rdar://problem/30200492> |
| 416 | |
| 417 | Reviewed by David Hyatt. |
| 418 | |
| 419 | * inspector/css/getAllStyleSheets.html: |
| 420 | Add stylesheet with an "unparsed" property having no final semicolon. |
| 421 | |
commit-queue@webkit.org | 819396b | 2017-03-30 21:42:19 +0000 | [diff] [blame] | 422 | 2017-03-30 Youenn Fablet <youenn@apple.com> |
| 423 | |
| 424 | Clean up RTCDataChannel |
| 425 | https://bugs.webkit.org/show_bug.cgi?id=169732 |
| 426 | |
| 427 | Reviewed by Chris Dumez. |
| 428 | |
| 429 | * webrtc/datachannel/bufferedAmountLowThreshold-expected.txt: Added. |
| 430 | * webrtc/datachannel/bufferedAmountLowThreshold.html: Added. |
| 431 | |
cdumez@apple.com | c973c42 | 2017-03-30 21:35:39 +0000 | [diff] [blame] | 432 | 2017-03-30 Chris Dumez <cdumez@apple.com> |
| 433 | |
| 434 | svg/animations/animations-paused-in-background-page.html is flaky |
| 435 | https://bugs.webkit.org/show_bug.cgi?id=170290 |
| 436 | |
| 437 | Reviewed by Simon Fraser. |
| 438 | |
| 439 | Fix shouldBecomeEqual() check in the test which was wrong and was passing by chance |
| 440 | due to a race. |
| 441 | |
| 442 | * svg/animations/animations-paused-in-background-page-expected.txt: |
| 443 | * svg/animations/animations-paused-in-background-page.html: |
| 444 | |
jfernandez@igalia.com | 384f646 | 2017-03-30 21:27:09 +0000 | [diff] [blame] | 445 | 2017-03-30 Javier Fernandez <jfernandez@igalia.com> |
| 446 | |
| 447 | [css-align] Adapt content-alignment properties to the new baseline syntax |
| 448 | https://bugs.webkit.org/show_bug.cgi?id=170262 |
| 449 | |
| 450 | Reviewed by David Hyatt. |
| 451 | |
| 452 | Added new cases to the alignment properties parsing tests so that we can verify the new |
| 453 | baseline-alignment syntax is parsed as expected. |
| 454 | Additionally, I modified the tests so that they use the testharness format. |
| 455 | |
| 456 | * css3/parse-align-content-expected.txt: |
| 457 | * css3/parse-align-content.html: |
| 458 | * css3/parse-justify-content-expected.txt: |
| 459 | * css3/parse-justify-content.html: |
| 460 | |
jcraig@apple.com | aff22967 | 2017-03-30 21:13:21 +0000 | [diff] [blame] | 461 | 2017-03-30 James Craig <jcraig@apple.com> |
| 462 | |
| 463 | AX: Expose a new AXSubrole for explicit ARIA "group" role |
| 464 | https://bugs.webkit.org/show_bug.cgi?id=169810 |
| 465 | <rdar://problem/31039693> |
| 466 | |
| 467 | Reviewed by Chris Fleizach. |
| 468 | |
| 469 | * accessibility/list-detection2-expected.txt: |
| 470 | * accessibility/list-detection2.html: |
| 471 | * accessibility/roles-computedRoleString.html: |
| 472 | * inspector/dom/getAccessibilityPropertiesForNode-expected.txt: |
| 473 | * inspector/dom/highlightFrame-expected.txt: |
| 474 | * inspector/dom/highlightSelector-expected.txt: |
| 475 | * platform/mac/accessibility/roles-computedRoleString-expected.txt: |
| 476 | * platform/mac/accessibility/roles-exposed-expected.txt: |
| 477 | |
commit-queue@webkit.org | 7632933 | 2017-03-30 20:22:38 +0000 | [diff] [blame] | 478 | 2017-03-30 Youenn Fablet <youenn@apple.com> |
| 479 | |
| 480 | webrtc/video-stats.html and webrtc/video-replace-track.html are flaky |
| 481 | https://bugs.webkit.org/show_bug.cgi?id=170294 |
| 482 | |
| 483 | Unreviewed. |
| 484 | |
| 485 | * TestExpectations: Marking these tests as flaky. |
| 486 | |
eric.carlson@apple.com | 697909c | 2017-03-30 20:17:08 +0000 | [diff] [blame] | 487 | 2017-03-30 Eric Carlson <eric.carlson@apple.com> |
| 488 | |
| 489 | [Crash] WebCore::AudioBuffer::AudioBuffer don't checking illegal value |
| 490 | https://bugs.webkit.org/show_bug.cgi?id=169956 |
| 491 | |
| 492 | Reviewed by Youenn Fablet. |
| 493 | |
| 494 | * webaudio/audiobuffer-crash-expected.txt: Added. |
| 495 | * webaudio/audiobuffer-crash.html: Added. |
| 496 | |
simon.fraser@apple.com | 99b6f42 | 2017-03-30 18:41:35 +0000 | [diff] [blame] | 497 | 2017-03-30 Simon Fraser <simon.fraser@apple.com> |
| 498 | |
| 499 | Add some tests that dump the touch event regions with various content configurations |
| 500 | https://bugs.webkit.org/show_bug.cgi?id=170216 |
| 501 | |
| 502 | Followup: add missing results files, and tweak iframes.html to show that regions fail to |
| 503 | take iframe borders into account. |
| 504 | |
| 505 | * fast/events/touch/ios/touch-event-regions/active-passive-nesting-expected.txt: Added. |
| 506 | * fast/events/touch/ios/touch-event-regions/columns-expected.txt: Added. |
| 507 | * fast/events/touch/ios/touch-event-regions/complex-expected.txt: Added. |
| 508 | * fast/events/touch/ios/touch-event-regions/document-expected.txt: Added. |
| 509 | * fast/events/touch/ios/touch-event-regions/iframes-expected.txt: Added. |
| 510 | * fast/events/touch/ios/touch-event-regions/iframes.html: |
| 511 | * fast/events/touch/ios/touch-event-regions/overflow-expected.txt: Added. |
| 512 | * fast/events/touch/ios/touch-event-regions/range-sliders-expected.txt: Added. |
| 513 | |
pvollan@apple.com | 87075aaf | 2017-03-30 17:06:59 +0000 | [diff] [blame] | 514 | 2017-03-30 Per Arne Vollan <pvollan@apple.com> |
| 515 | |
| 516 | [mac-wk1 debug] LayoutTest media/track/track-cue-rendering-with-padding.html is a flaky timeout |
| 517 | https://bugs.webkit.org/show_bug.cgi?id=170188 |
| 518 | |
| 519 | Reviewed by Eric Carlson. |
| 520 | |
| 521 | The textTrackDisplayElement call will fail and throw an exception if the text track display element |
| 522 | has not yet been added to the text track container element. We wait until it has been added. |
| 523 | |
| 524 | * media/track/track-cue-rendering-with-padding.html: |
| 525 | |
commit-queue@webkit.org | 9892881 | 2017-03-30 17:06:21 +0000 | [diff] [blame] | 526 | 2017-03-30 Antoine Quint <graouts@apple.com> |
| 527 | |
| 528 | [Modern Media Controls] Invalid placard icon is not visible for short video |
| 529 | https://bugs.webkit.org/show_bug.cgi?id=170277 |
| 530 | <rdar://problem/31327955> |
| 531 | |
| 532 | Reviewed by Eric Carlson. |
| 533 | |
| 534 | Add a new test to check that we correctly hide the invalid icon only when |
| 535 | there is no space left to display it. |
| 536 | |
| 537 | * media/modern-media-controls/invalid-placard/invalid-placard-constrained-metrics-expected.txt: Added. |
| 538 | * media/modern-media-controls/invalid-placard/invalid-placard-constrained-metrics.html: Added. |
| 539 | |
svillar@igalia.com | 9f7a20b | 2017-03-30 14:40:46 +0000 | [diff] [blame] | 540 | 2017-03-27 Sergio Villar Senin <svillar@igalia.com> |
| 541 | |
| 542 | [css-grid] Clamp the number of autorepeat tracks |
| 543 | https://bugs.webkit.org/show_bug.cgi?id=170120 |
| 544 | |
| 545 | Reviewed by Manuel Rego Casasnovas. |
| 546 | |
| 547 | Added a new test to check the clamping of grid tracks. It's mostly all JavaScript in order |
| 548 | to allow us to run several test cases over a small number of grids in a single file quite |
| 549 | fast. The other option was to statically (CSS) create several huge grids, something that |
| 550 | could potentially be very expensive in terms of memory and CPU leading to timeouts. |
| 551 | |
| 552 | * fast/css-grid-layout/grid-auto-repeat-huge-grid-expected.txt: Added. |
| 553 | * fast/css-grid-layout/grid-auto-repeat-huge-grid.html: Added. |
| 554 | |
commit-queue@webkit.org | 49e4849 | 2017-03-30 13:11:25 +0000 | [diff] [blame] | 555 | 2017-03-30 Antoine Quint <graouts@apple.com> |
| 556 | |
| 557 | [mac-wk1] LayoutTest media/modern-media-controls/airplay-button/airplay-button.html is a flaky timeout |
| 558 | https://bugs.webkit.org/show_bug.cgi?id=168409 |
| 559 | <rdar://problem/30799198> |
| 560 | |
| 561 | Unreviewed. Add logging related to visibility since document.visibility = hidden would cause the |
| 562 | requestAnimationFrame() call to suspend the ScriptedAnimationController. |
| 563 | |
| 564 | * media/modern-media-controls/airplay-button/airplay-button.html: |
| 565 | |
pvollan@apple.com | c639f11 | 2017-03-30 06:35:31 +0000 | [diff] [blame] | 566 | 2017-03-30 Per Arne Vollan <pvollan@apple.com> |
| 567 | |
| 568 | REGRESSION(~r212322): LayoutTest media/track/track-cue-container-rendering-position.html is a flaky timeout |
| 569 | https://bugs.webkit.org/show_bug.cgi?id=168660 |
| 570 | |
| 571 | Reviewed Eric Carlson. |
| 572 | |
| 573 | The textTrackDisplayElement call will fail and throw an exception if the text track display element |
| 574 | has not yet been added to the text track container element. We wait until it has been added. |
| 575 | |
| 576 | * media/track/track-cue-container-rendering-position.html: |
| 577 | |
rniwa@webkit.org | 97f81a0 | 2017-03-30 05:38:59 +0000 | [diff] [blame] | 578 | 2017-03-29 Ryosuke Niwa <rniwa@webkit.org> |
| 579 | |
| 580 | Disconnecting a HTMLObjectElement does not always unload its content document |
| 581 | https://bugs.webkit.org/show_bug.cgi?id=169606 |
| 582 | |
| 583 | Reviewed by Andy Estes. |
| 584 | |
| 585 | Add a regression test. |
| 586 | |
| 587 | * fast/dom/removing-focused-object-element-expected.txt: Added. |
| 588 | * fast/dom/removing-focused-object-element.html: Added. |
| 589 | |
simon.fraser@apple.com | 187c6d0 | 2017-03-30 01:31:59 +0000 | [diff] [blame] | 590 | 2017-03-29 Simon Fraser <simon.fraser@apple.com> |
| 591 | |
| 592 | Add some tests that dump the touch event regions with various content configurations |
| 593 | https://bugs.webkit.org/show_bug.cgi?id=170216 |
| 594 | |
| 595 | Reviewed by Dean Jackson. |
| 596 | |
| 597 | Tests for touch event regions. Some of these are modeled after tests in tiled-drawing/scrolling/non-fast-region/. |
| 598 | |
| 599 | * fast/events/touch/ios/touch-event-regions/resources/touch-regions-helper.js: Added. |
| 600 | * fast/events/touch/ios/touch-event-regions/active-passive-nesting-expected.html: Added. |
| 601 | * fast/events/touch/ios/touch-event-regions/active-passive-nesting.html: Added. |
| 602 | * fast/events/touch/ios/touch-event-regions/columns-expected.txt: Added. |
| 603 | * fast/events/touch/ios/touch-event-regions/columns.html: Added. |
| 604 | * fast/events/touch/ios/touch-event-regions/complex-expected.txt: Added. |
| 605 | * fast/events/touch/ios/touch-event-regions/complex.html: Added. |
| 606 | * fast/events/touch/ios/touch-event-regions/document-expected.txt: Added. |
| 607 | * fast/events/touch/ios/touch-event-regions/document.html: Added. |
| 608 | * fast/events/touch/ios/touch-event-regions/iframes-expected.txt: Added. |
| 609 | * fast/events/touch/ios/touch-event-regions/iframes.html: Added. |
| 610 | * fast/events/touch/ios/touch-event-regions/overflow-expected.txt: Added. |
| 611 | * fast/events/touch/ios/touch-event-regions/overflow.html: Added. |
| 612 | * fast/events/touch/ios/touch-event-regions/range-sliders-expected.txt: Added. |
| 613 | * fast/events/touch/ios/touch-event-regions/range-sliders.html: Added. |
| 614 | |
simon.fraser@apple.com | 5415268 | 2017-03-30 01:31:53 +0000 | [diff] [blame] | 615 | 2017-03-28 Simon Fraser <simon.fraser@apple.com> |
| 616 | |
| 617 | Make it possible to dump touch event regions for testing |
| 618 | https://bugs.webkit.org/show_bug.cgi?id=170209 |
| 619 | <rdar://problem/31309258> |
| 620 | |
| 621 | Reviewed by Tim Horton. |
| 622 | |
| 623 | Simple test that dumps the regions. |
| 624 | |
| 625 | * fast/events/touch/ios/touch-event-regions-expected.txt: Added. |
| 626 | * fast/events/touch/ios/touch-event-regions.html: Added. |
| 627 | |
zalan@apple.com | 2601854 | 2017-03-30 01:25:00 +0000 | [diff] [blame] | 628 | 2017-03-29 Zalan Bujtas <zalan@apple.com> |
| 629 | |
| 630 | RenderBlockFlow::addFloatsToNewParent should check if float is already added to the object list. |
| 631 | https://bugs.webkit.org/show_bug.cgi?id=170259 |
| 632 | <rdar://problem/31300584> |
| 633 | |
| 634 | Reviewed by Simon Fraser. |
| 635 | |
| 636 | * fast/block/float/placing-multiple-floats-crash-expected.txt: Added. |
| 637 | * fast/block/float/placing-multiple-floats-crash.html: Added. |
| 638 | |
timothy_horton@apple.com | a6aeabc | 2017-03-30 01:05:58 +0000 | [diff] [blame] | 639 | 2017-03-29 Tim Horton <timothy_horton@apple.com> |
| 640 | |
| 641 | Swipe gesture tests don't work on macOS Sierra |
| 642 | https://bugs.webkit.org/show_bug.cgi?id=161675 |
| 643 | <rdar://problem/23379930> |
| 644 | |
| 645 | Reviewed by Darin Adler. |
| 646 | |
| 647 | * platform/mac-wk2/TestExpectations: |
| 648 | * swipe/basic-cached-back-swipe-expected.txt: |
| 649 | * swipe/basic-cached-back-swipe.html: |
| 650 | * swipe/main-frame-pinning-requirement-expected.txt: |
| 651 | * swipe/main-frame-pinning-requirement.html: |
| 652 | * swipe/pushState-cached-back-swipe-expected.txt: |
| 653 | * swipe/pushState-cached-back-swipe.html: |
| 654 | * swipe/pushState-programmatic-back-while-swiping-crash-expected.txt: |
| 655 | * swipe/pushState-programmatic-back-while-swiping-crash.html: |
| 656 | * swipe/resources/swipe-test.js: |
| 657 | (measuredDurationShouldBeLessThan): |
| 658 | (startSwipeGesture): |
| 659 | (completeSwipeGesture): |
| 660 | (playEventStream): |
| 661 | (eventQueue.enqueueScrollEvent): Deleted. |
| 662 | (eventQueue.enqueueSwipeEvent): Deleted. |
| 663 | (eventQueue.hasPendingEvents): Deleted. |
| 664 | (eventQueue.callAfterEventDispatch): Deleted. |
| 665 | (eventQueue._processEventQueue): Deleted. |
| 666 | (eventQueue._processEventQueueSoon): Deleted. |
| 667 | * swipe/swipe-start-hysteresis-failures-expected.txt: Removed. |
| 668 | * swipe/swipe-start-hysteresis-failures.html: Removed. |
| 669 | |
mmaxfield@apple.com | ff19e5c | 2017-03-29 23:12:08 +0000 | [diff] [blame] | 670 | 2017-03-29 Myles C. Maxfield <mmaxfield@apple.com> |
| 671 | |
| 672 | Try to normalize variation ranges |
| 673 | https://bugs.webkit.org/show_bug.cgi?id=170119 |
| 674 | |
| 675 | Reviewed by Simon Fraser. |
| 676 | |
| 677 | * fast/text/variations/font-selection-properties-expected.html: |
| 678 | |
ryanhaddad@apple.com | 43a7d08 | 2017-03-29 22:46:34 +0000 | [diff] [blame] | 679 | 2017-03-29 Ryan Haddad <ryanhaddad@apple.com> |
| 680 | |
| 681 | Mark http/tests/media/modern-media-controls/time-labels-support/long-time.html as flaky on macOS. |
| 682 | https://bugs.webkit.org/show_bug.cgi?id=169677 |
| 683 | |
| 684 | Unreviewed test gardening. |
| 685 | |
| 686 | * platform/mac-wk1/TestExpectations: |
| 687 | * platform/mac/TestExpectations: |
| 688 | |
jfernandez@igalia.com | 81a5ae2 | 2017-03-29 22:01:11 +0000 | [diff] [blame] | 689 | 2017-03-29 Javier Fernandez <jfernandez@igalia.com> |
| 690 | |
| 691 | [css-align] Adapt self-alignment properties to the new baseline syntax |
| 692 | https://bugs.webkit.org/show_bug.cgi?id=170235 |
| 693 | |
| 694 | Reviewed by David Hyatt. |
| 695 | |
| 696 | Added new cases to the alignment properties parsing tests so that we can verify the new |
| 697 | baseline-alignment syntax is parsed as expected. |
| 698 | Additionally, I modified the tests so that they use the testharness format. |
| 699 | |
| 700 | * css3/parse-align-items-expected.txt: |
| 701 | * css3/parse-align-items.html: |
| 702 | * css3/parse-align-self-expected.txt: |
| 703 | * css3/parse-align-self.html: |
| 704 | * css3/resources/alignment-parsing-utils-th.js: |
| 705 | (checkValues): |
| 706 | * fast/css/parse-justify-items-expected.txt: |
| 707 | * fast/css/parse-justify-items.html: |
| 708 | * fast/css/parse-justify-self-expected.txt: |
| 709 | * fast/css/parse-justify-self.html: |
| 710 | * fast/css/resources/alignment-parsing-utils-th.js: Copied from LayoutTests/css3/resources/alignment-parsing-utils-th.js. |
| 711 | (checkValues): |
| 712 | (checkBadValues): |
| 713 | (checkInitialValues): |
| 714 | (checkInheritValues): |
| 715 | (checkLegacyValues): |
| 716 | (checkSupportedValues): |
| 717 | |
cdumez@apple.com | 5ddde63 | 2017-03-29 20:54:21 +0000 | [diff] [blame] | 718 | 2017-03-29 Chris Dumez <cdumez@apple.com> |
| 719 | |
| 720 | Animated SVG images are not paused in pages loaded in the background |
| 721 | https://bugs.webkit.org/show_bug.cgi?id=170043 |
| 722 | <rdar://problem/31234412> |
| 723 | |
| 724 | Reviewed by Simon Fraser. |
| 725 | |
| 726 | Extend layout test coverage. |
| 727 | |
| 728 | * svg/animations/animations-paused-in-background-page-expected.txt: Added. |
| 729 | * svg/animations/animations-paused-in-background-page-iframe-expected.txt: Added. |
| 730 | * svg/animations/animations-paused-in-background-page-iframe.html: Added. |
| 731 | * svg/animations/animations-paused-in-background-page.html: Added. |
| 732 | * svg/animations/resources/iframe-with-animated-svg-image.html: Added. |
| 733 | |
mmaxfield@apple.com | 9ac7624 | 2017-03-29 19:23:21 +0000 | [diff] [blame] | 734 | 2017-03-29 Myles C. Maxfield <mmaxfield@apple.com> |
| 735 | |
| 736 | Post-commit test gardening after r214546 |
| 737 | https://bugs.webkit.org/show_bug.cgi?id=169518 |
| 738 | |
| 739 | Unreviewed. |
| 740 | |
| 741 | * platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt: |
| 742 | * platform/mac-elcapitan/fast/text/font-style-parse-expected.txt: |
| 743 | |
mmaxfield@apple.com | f9e6bdb | 2017-03-29 19:25:39 +0000 | [diff] [blame] | 744 | 2017-03-29 Myles C. Maxfield <mmaxfield@apple.com> |
| 745 | |
| 746 | Post-commit test gardening after r214546 |
| 747 | https://bugs.webkit.org/show_bug.cgi?id=169518 |
| 748 | |
| 749 | Unreviewed. |
| 750 | |
| 751 | * platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt: |
| 752 | * platform/mac-elcapitan/fast/text/font-style-parse-expected.txt: |
| 753 | |
ryanhaddad@apple.com | 436c904 | 2017-03-29 18:38:10 +0000 | [diff] [blame] | 754 | 2017-03-29 Ryan Haddad <ryanhaddad@apple.com> |
| 755 | |
| 756 | Mark fast/events/before-unload-adopt-subframe-to-outside.html as flaky. |
| 757 | https://bugs.webkit.org/show_bug.cgi?id=170130 |
| 758 | |
| 759 | Unreviewed test gardening. |
| 760 | |
| 761 | * TestExpectations: |
| 762 | |
mmaxfield@apple.com | eee5446 | 2017-03-29 17:40:21 +0000 | [diff] [blame] | 763 | 2017-03-29 Myles C. Maxfield <mmaxfield@apple.com> |
| 764 | |
| 765 | Variation fonts: Make sure that feature detection and preprocessor macros are right |
| 766 | https://bugs.webkit.org/show_bug.cgi?id=169518 |
| 767 | |
| 768 | Reviewed by Simon Fraser. |
| 769 | |
| 770 | Create platform-specific results for mac-elcapitan which doesn't support variation fonts. |
| 771 | |
| 772 | * fast/text/font-variations-feature-detection-expected.html: Added. |
| 773 | * fast/text/font-variations-feature-detection.html: Added. |
| 774 | * platform/ios-simulator/TestExpectations: |
| 775 | * platform/mac-elcapitan/fast/text/font-selection-font-face-parse-expected.txt: |
| 776 | * platform/mac-elcapitan/fast/text/font-selection-font-loading-api-parse-expected.txt: Added. |
| 777 | * platform/mac-elcapitan/fast/text/font-stretch-parse-expected.txt: Added. |
| 778 | * platform/mac-elcapitan/fast/text/font-style-parse-expected.txt: Added. |
| 779 | * platform/mac-elcapitan/fast/text/font-weight-parse-expected.txt: Added. |
| 780 | * platform/mac/TestExpectations: |
| 781 | |
commit-queue@webkit.org | 9a15332 | 2017-03-29 17:28:48 +0000 | [diff] [blame] | 782 | 2017-03-29 Antoine Quint <graouts@apple.com> |
| 783 | |
| 784 | [Modern Media Controls] Controls bar may disappear while captions menu is visible (redux) |
| 785 | https://bugs.webkit.org/show_bug.cgi?id=170239 |
| 786 | <rdar://problem/31320685> |
| 787 | |
| 788 | Reviewed by Dean Jackson. |
| 789 | |
| 790 | We extend an existing test to cover the case where we would hide the controls bar while the tracks panel |
| 791 | is up by mousing out of the media. We also add a new test where we check that clicking over the controls |
| 792 | bar to dismiss the tracks panel does not hide the controls bar. Finally, we make a small change to an |
| 793 | existing test to listen to "transitionend" event on the tracks panel specifically since with this patch |
| 794 | the controls bar would disappear and trigger a similar event when disappearing as the tracks panel is dismissed. |
| 795 | |
| 796 | * media/modern-media-controls/tracks-panel/tracks-panel-controls-bar-remains-visible-after-clicking-over-it-expected.txt: Added. |
| 797 | * media/modern-media-controls/tracks-panel/tracks-panel-controls-bar-remains-visible-after-clicking-over-it.html: Added. |
| 798 | * media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading-expected.txt: |
| 799 | * media/modern-media-controls/tracks-panel/tracks-panel-prevent-controls-bar-from-fading.html: |
| 800 | * media/modern-media-controls/tracks-support/tracks-support-click-track-in-panel.html: |
| 801 | |
ryanhaddad@apple.com | 00c0940 | 2017-03-29 17:08:08 +0000 | [diff] [blame] | 802 | 2017-03-28 Ryan Haddad <ryanhaddad@apple.com> |
| 803 | |
| 804 | Mark fast/workers/worker-close-more.html as a flaky timeout. |
| 805 | https://bugs.webkit.org/show_bug.cgi?id=169838 |
| 806 | |
| 807 | Unreviewed test gardening. |
| 808 | |
| 809 | * platform/mac/TestExpectations: |
| 810 | |
commit-queue@webkit.org | 62d6246 | 2017-03-29 15:58:29 +0000 | [diff] [blame] | 811 | 2017-03-29 Youenn Fablet <youenn@apple.com> |
| 812 | |
| 813 | Move DTMF WebRTC extension behind its own compile flag |
| 814 | https://bugs.webkit.org/show_bug.cgi?id=170226 |
| 815 | |
| 816 | Reviewed by Eric Carlson. |
| 817 | |
| 818 | * TestExpectations: |
| 819 | * platform/mac-elcapitan/js/dom/global-constructors-attributes-expected.txt: |
| 820 | * platform/mac-wk1/js/dom/global-constructors-attributes-expected.txt: |
| 821 | * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt: |
| 822 | * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| 823 | |
clopez@igalia.com | ea2710e | 2017-03-29 15:33:15 +0000 | [diff] [blame] | 824 | 2017-03-29 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| 825 | |
| 826 | [GTK][OWR] Rebaseline fast/mediastream/RTCPeerConnection-addIceCandidate.html after r214527 |
| 827 | https://bugs.webkit.org/show_bug.cgi?id=170192 |
| 828 | |
| 829 | Unreviewed test gardening. |
| 830 | |
| 831 | * platform/gtk/fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt: |
| 832 | |
commit-queue@webkit.org | e832d6b | 2017-03-29 15:18:38 +0000 | [diff] [blame] | 833 | 2017-03-29 Youenn Fablet <youenn@apple.com> |
| 834 | |
| 835 | Add test for differentiating camera versus canvas stream |
| 836 | https://bugs.webkit.org/show_bug.cgi?id=169698 |
| 837 | <rdar://problem/31076026> |
| 838 | |
| 839 | Reviewed by Eric Carlson. |
| 840 | |
| 841 | * fast/mediastream/captureStream/canvas2d.html: |
| 842 | |
clopez@igalia.com | 1c1602f | 2017-03-29 13:34:21 +0000 | [diff] [blame] | 843 | 2017-03-28 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| 844 | |
| 845 | [WebRTC] Update test RTCPeerConnection-overloaded-operations-params.html after r214441 |
| 846 | https://bugs.webkit.org/show_bug.cgi?id=170223 |
| 847 | |
| 848 | Reviewed by Youenn Fablet. |
| 849 | |
| 850 | After r214441 the arguments of addIceCandidate() are nullable. |
| 851 | |
| 852 | * fast/mediastream/RTCPeerConnection-overloaded-operations-params-expected.txt: |
| 853 | * fast/mediastream/RTCPeerConnection-overloaded-operations-params.html: |
| 854 | * platform/gtk/fast/mediastream/RTCPeerConnection-overloaded-operations-params-expected.txt: Removed. The expected result was the same than the general one. |
| 855 | |
commit-queue@webkit.org | 3c6d882 | 2017-03-29 09:39:41 +0000 | [diff] [blame] | 856 | 2017-03-29 Antoine Quint <graouts@apple.com> |
| 857 | |
| 858 | [mac-wk1] LayoutTest media/modern-media-controls/airplay-button/airplay-button.html is a flaky timeout |
| 859 | https://bugs.webkit.org/show_bug.cgi?id=168409 |
| 860 | <rdar://problem/30799198> |
| 861 | |
| 862 | Reviewed by Dean Jackson. |
| 863 | |
| 864 | Opt into ScriptedAnimationController logging. |
| 865 | |
| 866 | * media/modern-media-controls/airplay-button/airplay-button-expected.txt: |
| 867 | * media/modern-media-controls/airplay-button/airplay-button.html: |
| 868 | |
commit-queue@webkit.org | 3a5954d | 2017-03-29 04:09:14 +0000 | [diff] [blame] | 869 | 2017-03-28 Youenn Fablet <youenn@apple.com> |
| 870 | |
| 871 | [WebRTC] After r214441 addIceCandidate no longer accepts an RTCIceCandidateInit dictionary |
| 872 | https://bugs.webkit.org/show_bug.cgi?id=170192 |
| 873 | |
| 874 | Reviewed by Jon Lee. |
| 875 | |
| 876 | * fast/mediastream/RTCIceCandidate-expected.txt: |
| 877 | * fast/mediastream/RTCIceCandidate.html: Removing no longer valid tests. |
| 878 | * fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt: |
| 879 | * fast/mediastream/RTCPeerConnection-addIceCandidate.html: Adding more tests to cover null/undefined cases. |
| 880 | Ensuring sdpMid has a valid value. |
| 881 | * fast/mediastream/resources/promise-utils.js: Improving error logging. |
| 882 | |
bfulgham@apple.com | 44cadb4 | 2017-03-29 01:00:09 +0000 | [diff] [blame] | 883 | 2017-03-27 Brent Fulgham <bfulgham@apple.com> |
| 884 | |
| 885 | Only attach Attributes to a given element one time |
| 886 | https://bugs.webkit.org/show_bug.cgi?id=170125 |
| 887 | <rdar://problem/31279676> |
| 888 | |
| 889 | Reviewed by Chris Dumez. |
| 890 | |
| 891 | * fast/dom/Attr/make-unique-element-data-while-replacing-attr-expected.txt: Rebaselined. |
| 892 | * fast/dom/Attr/make-unique-element-data-while-replacing-attr.html: Add check before setting new value. |
| 893 | * fast/dom/Attr/only-attach-attr-once-expected.txt: Added. |
| 894 | * fast/dom/Attr/only-attach-attr-once.html: Added. |
| 895 | |
commit-queue@webkit.org | 6ca84c1 | 2017-03-29 00:06:11 +0000 | [diff] [blame] | 896 | 2017-03-28 Youenn Fablet <youenn@apple.com> |
| 897 | |
| 898 | Stop RTCDataChannel when closing page |
| 899 | https://bugs.webkit.org/show_bug.cgi?id=170166 |
| 900 | |
| 901 | Reviewed by Eric Carlson. |
| 902 | |
| 903 | * webrtc/datachannel/datachannel-gc-expected.txt: Added. |
| 904 | * webrtc/datachannel/datachannel-gc.html: Added. |
| 905 | |
mmaxfield@apple.com | c9b0b8d | 2017-03-28 23:53:28 +0000 | [diff] [blame] | 906 | 2017-03-28 Myles C. Maxfield <mmaxfield@apple.com> |
| 907 | |
| 908 | Ranges for variation font properties are not enforced |
| 909 | https://bugs.webkit.org/show_bug.cgi?id=169979 |
| 910 | |
| 911 | Reviewed by David Hyatt. |
| 912 | |
| 913 | * fast/text/font-selection-font-face-parse-expected.txt: |
| 914 | * fast/text/font-selection-font-face-parse.html: |
| 915 | * fast/text/font-selection-font-loading-api-parse-expected.txt: |
| 916 | * fast/text/font-selection-font-loading-api-parse.html: |
| 917 | * fast/text/font-style-parse-expected.txt: |
| 918 | * fast/text/font-style-parse.html: |
| 919 | * fast/text/variations/font-loading-api-parse-ranges-expected.txt: |
| 920 | * fast/text/variations/font-loading-api-parse-ranges.html: |
| 921 | * fast/text/variations/out-of-bounds-selection-properties-expected.txt: Added. |
| 922 | * fast/text/variations/out-of-bounds-selection-properties.html: Added. |
| 923 | * platform/mac-elcapitan/fast/text/font-selection-font-face-parse-expected.txt: |
| 924 | |
aestes@apple.com | b527f1f | 2017-03-28 23:50:55 +0000 | [diff] [blame] | 925 | 2017-03-28 Andy Estes <aestes@apple.com> |
| 926 | |
| 927 | [iOS] Crash in -[WebPreviewLoader failed] when running http/tests/multipart/policy-ignore-crash.php |
| 928 | https://bugs.webkit.org/show_bug.cgi?id=170197 |
| 929 | <rdar://problem/30314067> |
| 930 | |
| 931 | Reviewed by Brady Eidson. |
| 932 | |
| 933 | * platform/ios/TestExpectations: Unskipped http/tests/multipart/policy-ignore-crash.php. |
| 934 | * platform/ios/http/tests/multipart/policy-ignore-crash-expected.txt: Added an iOS-specific result. |
| 935 | |
cdumez@apple.com | a585b42 | 2017-03-28 23:11:35 +0000 | [diff] [blame] | 936 | 2017-03-28 Chris Dumez <cdumez@apple.com> |
| 937 | |
| 938 | Animated SVG images are not paused when outside viewport |
| 939 | https://bugs.webkit.org/show_bug.cgi?id=170155 |
| 940 | <rdar://problem/31288893> |
| 941 | |
| 942 | Reviewed by Antti Koivisto. |
| 943 | |
| 944 | Add layout test coverage. |
| 945 | |
| 946 | * platform/mac-wk1/TestExpectations: |
| 947 | * svg/animations/animated-svg-image-outside-viewport-paused-expected.txt: Added. |
| 948 | * svg/animations/animated-svg-image-outside-viewport-paused.html: Added. |
| 949 | * svg/animations/animated-svg-image-removed-from-document-paused-expected.txt: Added. |
| 950 | * svg/animations/animated-svg-image-removed-from-document-paused.html: Added. |
| 951 | * svg/animations/resources/smilAnimation.svg: Added. |
| 952 | |
antti@apple.com | df68173 | 2017-03-28 22:48:26 +0000 | [diff] [blame] | 953 | 2017-03-28 Antti Koivisto <antti@apple.com> |
| 954 | |
| 955 | Missing render tree position invalidation when tearing down renderers for display:contents subtree |
| 956 | https://bugs.webkit.org/show_bug.cgi?id=170199 |
| 957 | <rdar://problem/31260856> |
| 958 | |
| 959 | Reviewed by Zalan Bujtas. |
| 960 | |
| 961 | * fast/shadow-dom/slot-renderer-teardown-expected.txt: Added. |
| 962 | * fast/shadow-dom/slot-renderer-teardown.html: Added. |
| 963 | |
ryanhaddad@apple.com | bd4d808 | 2017-03-28 22:32:43 +0000 | [diff] [blame] | 964 | 2017-03-28 Ryan Haddad <ryanhaddad@apple.com> |
| 965 | |
| 966 | Unreviewed, rolling out r214485. |
| 967 | |
| 968 | This change caused LayoutTest crashes. |
| 969 | |
| 970 | Reverted changeset: |
| 971 | |
| 972 | "Stop RTCDataChannel when closing page" |
| 973 | https://bugs.webkit.org/show_bug.cgi?id=170166 |
| 974 | http://trac.webkit.org/changeset/214485 |
| 975 | |
bburg@apple.com | 2e3de94 | 2017-03-28 21:41:24 +0000 | [diff] [blame] | 976 | 2017-03-28 Brian Burg <bburg@apple.com> |
| 977 | |
| 978 | Web Inspector: Add "Disable Caches" option that only applies to the inspected page while Web Inspector is open |
| 979 | https://bugs.webkit.org/show_bug.cgi?id=169865 |
| 980 | <rdar://problem/31250573> |
| 981 | |
| 982 | Reviewed by Joseph Pecoraro. |
| 983 | |
| 984 | Add tests that verify the new command works as expected when it disables resource caching. |
| 985 | I also manually verified that the override setting is cleared when Web Inspector disconnects. |
| 986 | This is not easy to check in a layout test since we rely on the Web Inspector to tell whether |
| 987 | a load happened or not. |
| 988 | |
| 989 | * http/tests/inspector/network/set-resource-caching-disabled-disk-cache-expected.txt: Added. |
| 990 | * http/tests/inspector/network/set-resource-caching-disabled-disk-cache.html: Added. |
| 991 | * http/tests/inspector/network/set-resource-caching-disabled-memory-cache-expected.txt: Added. |
| 992 | * http/tests/inspector/network/set-resource-caching-disabled-memory-cache.html: Added. |
| 993 | |
commit-queue@webkit.org | b6cf2c6 | 2017-03-28 21:17:12 +0000 | [diff] [blame] | 994 | 2017-03-28 Youenn Fablet <youenn@apple.com> |
| 995 | |
| 996 | Update LayoutTests/fast/mediastream/RTCPeerConnection-addIceCandidate.html to get more coverage |
| 997 | https://bugs.webkit.org/show_bug.cgi?id=170194 |
| 998 | |
| 999 | Reviewed by Chris Dumez. |
| 1000 | |
| 1001 | * fast/mediastream/RTCPeerConnection-addIceCandidate-expected.txt: |
| 1002 | * fast/mediastream/RTCPeerConnection-addIceCandidate.html: Making test more robust to failures to get more coverage. |
| 1003 | |
commit-queue@webkit.org | 3a75b6f | 2017-03-28 20:57:11 +0000 | [diff] [blame] | 1004 | 2017-03-28 Joseph Pecoraro <pecoraro@apple.com> |
| 1005 | |
| 1006 | Web Inspector: Inspecting a Main Resource that is JS/JSON does not format / syntax highlight it properly |
| 1007 | https://bugs.webkit.org/show_bug.cgi?id=166862 |
| 1008 | <rdar://problem/29835977> |
| 1009 | |
| 1010 | Reviewed by Brian Burg. |
| 1011 | |
| 1012 | * http/tests/inspector/network/resource-mime-type-expected.txt: Added. |
| 1013 | * http/tests/inspector/network/resource-mime-type.html: Added. |
| 1014 | Test resource mime types for different resources. |
| 1015 | |
| 1016 | * http/tests/inspector/network/resources/json.php: Added. |
| 1017 | * http/tests/inspector/network/resources/script.js: Added. |
| 1018 | * http/tests/inspector/network/resources/script.txt: Added. |
| 1019 | * http/tests/inspector/network/resources/stylesheet.css: Added. |
| 1020 | * http/tests/inspector/network/resources/stylesheet.txt: Added. |
| 1021 | * http/tests/resources/square20.jpg: Added. |
| 1022 | Resources for various requests and different mime types. |
| 1023 | |
ryanhaddad@apple.com | 364d537 | 2017-03-28 19:05:42 +0000 | [diff] [blame] | 1024 | 2017-03-28 Ryan Haddad <ryanhaddad@apple.com> |
| 1025 | |
ryanhaddad@apple.com | 8737063 | 2017-03-28 20:50:36 +0000 | [diff] [blame] | 1026 | Mark http/tests/xmlhttprequest/simple-cross-origin-progress-events.html as flaky. |
| 1027 | https://bugs.webkit.org/show_bug.cgi?id=168132 |
| 1028 | |
| 1029 | Unreviewed test gardening. |
| 1030 | |
| 1031 | * platform/mac/TestExpectations: |
| 1032 | |
| 1033 | 2017-03-28 Ryan Haddad <ryanhaddad@apple.com> |
| 1034 | |
ryanhaddad@apple.com | 25e88b7 | 2017-03-28 20:02:10 +0000 | [diff] [blame] | 1035 | Mark two fast/scrolling/ios/touch-scroll tests as failing. |
| 1036 | https://bugs.webkit.org/show_bug.cgi?id=170153 |
| 1037 | |
| 1038 | Unreviewed test gardening. |
| 1039 | |
| 1040 | * platform/ios-wk2/TestExpectations: |
| 1041 | |
| 1042 | 2017-03-28 Ryan Haddad <ryanhaddad@apple.com> |
| 1043 | |
ryanhaddad@apple.com | 364d537 | 2017-03-28 19:05:42 +0000 | [diff] [blame] | 1044 | Remove failure expectation for media/modern-media-controls/media-controller/media-controller-scale-factor-audio.html. |
| 1045 | |
| 1046 | Unreviewed test gardening. |
| 1047 | |
| 1048 | * platform/ios/TestExpectations: |
| 1049 | |
commit-queue@webkit.org | 3e2137c | 2017-03-28 19:03:21 +0000 | [diff] [blame] | 1050 | 2017-03-28 Youenn Fablet <youenn@apple.com> |
| 1051 | |
| 1052 | Stop RTCDataChannel when closing page |
| 1053 | https://bugs.webkit.org/show_bug.cgi?id=170166 |
| 1054 | |
| 1055 | Reviewed by Eric Carlson. |
| 1056 | |
| 1057 | * webrtc/datachannel/datachannel-gc-expected.txt: Added. |
| 1058 | * webrtc/datachannel/datachannel-gc.html: Added. |
| 1059 | |
commit-queue@webkit.org | 4cbe073 | 2017-03-28 17:36:50 +0000 | [diff] [blame] | 1060 | 2017-03-28 Antoine Quint <graouts@apple.com> |
| 1061 | |
| 1062 | REGRESSION (r214386): [ios-simulator] LayoutTest media/modern-media-controls/media-controller/media-controller-scale-factor-audio.html is failing |
| 1063 | https://bugs.webkit.org/show_bug.cgi?id=170180 |
| 1064 | |
| 1065 | Unreviewed. Restore a value that was mistakenly changed in the fix for webkit.org/b/169962. |
| 1066 | |
| 1067 | * media/modern-media-controls/media-controller/media-controller-scale-factor-audio-expected.txt: |
| 1068 | * media/modern-media-controls/media-controller/media-controller-scale-factor-audio.html: |
| 1069 | |
ryanhaddad@apple.com | 7de403d | 2017-03-28 16:29:15 +0000 | [diff] [blame] | 1070 | 2017-03-28 Ryan Haddad <ryanhaddad@apple.com> |
| 1071 | |
ryanhaddad@apple.com | 0aaa16e | 2017-03-28 16:42:05 +0000 | [diff] [blame] | 1072 | Mark fast/history/ios/history-scroll-restoration.html as flaky. |
| 1073 | https://bugs.webkit.org/show_bug.cgi?id=169558 |
| 1074 | |
| 1075 | Unreviewed test gardening. |
| 1076 | |
| 1077 | * platform/ios-wk2/TestExpectations: |
| 1078 | |
| 1079 | 2017-03-28 Ryan Haddad <ryanhaddad@apple.com> |
| 1080 | |
ryanhaddad@apple.com | 7de403d | 2017-03-28 16:29:15 +0000 | [diff] [blame] | 1081 | Mark media/modern-media-controls/media-controller/media-controller-scale-factor-audio.html as failing on ios-simulator. |
| 1082 | https://bugs.webkit.org/show_bug.cgi?id=170180 |
| 1083 | |
| 1084 | Unreviewed test gardening. |
| 1085 | |
| 1086 | * platform/ios/TestExpectations: |
| 1087 | |
commit-queue@webkit.org | 9c269e6 | 2017-03-28 16:12:42 +0000 | [diff] [blame] | 1088 | 2017-03-28 Youenn Fablet <youenn@apple.com> |
| 1089 | |
| 1090 | LayoutTest webrtc/video-getParameters.html is failing |
| 1091 | https://bugs.webkit.org/show_bug.cgi?id=170148 |
| 1092 | |
| 1093 | Unreviewed. |
| 1094 | |
| 1095 | * TestExpectations: Marking webrtc/video-getParameters.html as failing. |
| 1096 | |
ryanhaddad@apple.com | 4655817 | 2017-03-28 16:09:11 +0000 | [diff] [blame] | 1097 | 2017-03-28 Ryan Haddad <ryanhaddad@apple.com> |
| 1098 | |
| 1099 | Mark webrtc/video-replace-track-to-null.html as flaky. |
| 1100 | https://bugs.webkit.org/show_bug.cgi?id=170178 |
| 1101 | |
| 1102 | Unreviewed test gardening. |
| 1103 | |
| 1104 | * TestExpectations: |
| 1105 | |
jbedard@apple.com | c2c7bd6 | 2017-03-28 15:30:06 +0000 | [diff] [blame] | 1106 | 2017-03-28 Jonathan Bedard <jbedard@apple.com> |
| 1107 | |
| 1108 | Moved gardened ios-simulator tests to ios folders |
| 1109 | <rdar://problem/30948691> |
| 1110 | |
| 1111 | Unreviewed test re-organization. |
| 1112 | |
| 1113 | Moving ios-simulator test expectations to share as many expectations |
| 1114 | as possible with on-device testing. |
| 1115 | |
| 1116 | * platform/ios: Moved from platform/ios-simulator. |
| 1117 | * platform/ios-device: Added. |
| 1118 | * platform/ios-device-wk1: Added. |
| 1119 | * platform/ios-device-wk2: Added. |
| 1120 | * platform/ios-simulator: Moved to platform/ios. |
| 1121 | * platform/ios-simulator-wk1: Moved to platform/ios-wk1. |
| 1122 | * platform/ios-simulator-wk2: Moved to platform/ios-wk2. |
| 1123 | * platform/ios-wk1: Moved from platform/ios-simulator-wk1. |
| 1124 | * platform/ios-wk2: Moved from platform/ios-simulator-wk2. |
| 1125 | |
yoav@yoav.ws | 8139151 | 2017-03-28 11:56:52 +0000 | [diff] [blame] | 1126 | 2017-03-28 Yoav Weiss <yoav@yoav.ws> |
| 1127 | |
| 1128 | Add a warning for unused link preloads. |
| 1129 | https://bugs.webkit.org/show_bug.cgi?id=165670 |
| 1130 | |
| 1131 | Reviewed by Youenn Fablet. |
| 1132 | |
| 1133 | * TestExpectations: Added a "Failure Pass" for the flaky charset header test. |
| 1134 | * http/tests/preload/download_resources-expected.txt: |
| 1135 | * http/tests/preload/download_resources.html: Added references to preloaded resources. |
| 1136 | * http/tests/preload/onerror_event-expected.txt: |
| 1137 | * http/tests/preload/onerror_event.html: Added references to preloaded resources. |
| 1138 | * http/tests/preload/onload_event-expected.txt: |
| 1139 | * http/tests/preload/onload_event.html: Added references to preloaded resources. |
| 1140 | * http/tests/preload/single_download_preload.html: Deflaked. |
| 1141 | * http/tests/preload/single_download_preload_headers.php: Removed the charset to avoid double download bug. |
| 1142 | * http/tests/preload/single_download_preload_headers_charset-expected.txt: Added. |
| 1143 | * http/tests/preload/single_download_preload_headers_charset.php: Flaky test showing the double download bug when charset is declared. |
| 1144 | * http/tests/preload/unused_preload_warning-expected.txt: Added. |
| 1145 | * http/tests/preload/unused_preload_warning.html: Added. |
| 1146 | |
commit-queue@webkit.org | 6c4ccc2 | 2017-03-28 10:42:39 +0000 | [diff] [blame] | 1147 | 2017-03-28 Antoine Quint <graouts@apple.com> |
| 1148 | |
| 1149 | REGRESSION: Double-clicking the captions button while the captions popover is open prevents the popover from being opened again |
| 1150 | https://bugs.webkit.org/show_bug.cgi?id=170171 |
| 1151 | <rdar://problem/31095500> |
| 1152 | |
| 1153 | Reviewed by Dean Jackson. |
| 1154 | |
| 1155 | Adding a new test that runs the steps to reproduce the issue, and rebaselining an existing one now that |
| 1156 | the "presented" property returns false immediately after calling hide() on the panel. |
| 1157 | |
| 1158 | * media/modern-media-controls/tracks-panel/tracks-panel-hide-expected.txt: |
| 1159 | * media/modern-media-controls/tracks-panel/tracks-panel-hide.html: |
| 1160 | * media/modern-media-controls/tracks-support/tracks-support-show-panel-then-double-click-on-tracks-button-expected.txt: Added. |
| 1161 | * media/modern-media-controls/tracks-support/tracks-support-show-panel-then-double-click-on-tracks-button.html: Added. |
| 1162 | |
commit-queue@webkit.org | d065dbf | 2017-03-28 07:49:56 +0000 | [diff] [blame] | 1163 | 2017-03-28 Aaron Chu <aaron_chu@apple.com> |
| 1164 | |
| 1165 | AX: Media controls should be able to be re-activated after faded away |
| 1166 | https://bugs.webkit.org/show_bug.cgi?id=170048 |
| 1167 | <rdar://problem/30157179> |
| 1168 | |
| 1169 | Reviewed by Antoine Quint. |
| 1170 | |
| 1171 | * media/modern-media-controls/media-controls/media-controls-appear-when-focus-expected.txt: Added. |
| 1172 | * media/modern-media-controls/media-controls/media-controls-appear-when-focus.html: Added. |
| 1173 | |
graouts@webkit.org | a5300e2 | 2017-03-28 07:34:18 +0000 | [diff] [blame] | 1174 | 2017-03-28 Antoine Quint <graouts@apple.com> |
| 1175 | |
| 1176 | [Modern Media Controls] Improve media documents across macOS, iPhone and iPad |
| 1177 | https://bugs.webkit.org/show_bug.cgi?id=169145 |
| 1178 | <rdar://problem/17048858> |
| 1179 | |
| 1180 | Reviewed by Dean Jackson. |
| 1181 | |
| 1182 | We add new tests for media documents and related features that cover the following cases: |
| 1183 | |
| 1184 | - checking <video> with only audio tracks does not show the fullscreen button |
| 1185 | - checking <video> with only audio tracks does not show the picture-in-picture button |
| 1186 | - checking the size used in media documents for audio and video across macOS, iPhone and iPad |
| 1187 | |
| 1188 | * media/modern-media-controls/fullscreen-support/fullscreen-support-disabled-video-with-audio-tracks-only-expected.txt: Added. |
| 1189 | * media/modern-media-controls/fullscreen-support/fullscreen-support-disabled-video-with-audio-tracks-only.html: Added. |
| 1190 | * media/modern-media-controls/media-documents/ipad/media-document-audio-ios-sizing-expected.txt: Added. |
| 1191 | * media/modern-media-controls/media-documents/ipad/media-document-audio-ios-sizing.html: Added. |
| 1192 | * media/modern-media-controls/media-documents/ipad/media-document-video-ios-sizing-expected.txt: Added. |
| 1193 | * media/modern-media-controls/media-documents/ipad/media-document-video-ios-sizing.html: Added. |
| 1194 | * media/modern-media-controls/media-documents/media-document-audio-ios-sizing-expected.txt: Added. |
| 1195 | * media/modern-media-controls/media-documents/media-document-audio-ios-sizing.html: Added. |
| 1196 | * media/modern-media-controls/media-documents/media-document-audio-mac-sizing-expected.txt: Added. |
| 1197 | * media/modern-media-controls/media-documents/media-document-audio-mac-sizing.html: Added. |
| 1198 | * media/modern-media-controls/media-documents/media-document-video-ios-sizing-expected.txt: Added. |
| 1199 | * media/modern-media-controls/media-documents/media-document-video-ios-sizing.html: Added. |
| 1200 | * media/modern-media-controls/media-documents/media-document-video-mac-sizing-expected.txt: Added. |
| 1201 | * media/modern-media-controls/media-documents/media-document-video-mac-sizing.html: Added. |
| 1202 | * media/modern-media-controls/pip-support/pip-support-disabled-video-with-audio-tracks-only-expected.txt: Added. |
| 1203 | * media/modern-media-controls/pip-support/pip-support-disabled-video-with-audio-tracks-only.html: Added. |
| 1204 | * platform/ios-simulator/TestExpectations: |
| 1205 | * platform/mac/TestExpectations: |
| 1206 | |
commit-queue@webkit.org | 09412b6 | 2017-03-28 02:23:10 +0000 | [diff] [blame] | 1207 | 2017-03-27 Said Abou-Hallawa <sabouhallawa@apple.com> |
| 1208 | |
| 1209 | REGRESSION(213764): Large images should not be decoded asynchronously when they are drawn on a canvas |
| 1210 | https://bugs.webkit.org/show_bug.cgi?id=169771 |
| 1211 | |
| 1212 | Reviewed by Simon Fraser. |
| 1213 | |
| 1214 | * fast/images/animated-image-different-dest-size-expected.html: Added. |
| 1215 | * fast/images/animated-image-different-dest-size.html: Added. |
| 1216 | This test crashes without this patch. |
| 1217 | |
| 1218 | * fast/images/animated-image-loop-count.html: |
| 1219 | Clear the memory cache so the test can be not flaky. Running it with -repeat-each was failing. |
| 1220 | |
| 1221 | * fast/images/async-image-background-image-expected.html: Added. |
| 1222 | * fast/images/async-image-background-image.html: Added. |
| 1223 | Ensures the background image can be drawn asynchronously if it is large. |
| 1224 | |
| 1225 | * fast/images/async-image-canvas-draw-image-expected.html: Added. |
| 1226 | * fast/images/async-image-canvas-draw-image.html: Added. |
| 1227 | Ensures the image is drawn synchronously on the canvas regardless of its size. |
| 1228 | |
| 1229 | * fast/images/ordered-animated-image-frames.html: |
| 1230 | Clear the memory cache so the test can be not flaky. Running it with -repeat-each was failing. |
| 1231 | |
| 1232 | * fast/images/reset-image-animation-expected.txt: |
| 1233 | * fast/images/reset-image-animation.html: |
| 1234 | Change how the steps of the test are ordered so the test can be not flaky. |
| 1235 | Running it with -repeat-each was failing. |
| 1236 | |
| 1237 | * fast/images/resources/red-green-blue-900-300.png: Added. |
| 1238 | |
commit-queue@webkit.org | 71d3ce1 | 2017-03-27 23:36:36 +0000 | [diff] [blame] | 1239 | 2017-03-27 Youenn Fablet <youenn@apple.com> |
| 1240 | |
| 1241 | addIceCandidate should not throw if passed null or undefined |
| 1242 | https://bugs.webkit.org/show_bug.cgi?id=170118 |
| 1243 | |
| 1244 | Reviewed by Eric Carlson. |
| 1245 | |
| 1246 | Updating test to log addIceCandidate rejection. |
| 1247 | |
| 1248 | * webrtc/datachannel/basic.html: |
| 1249 | * webrtc/routines.js: |
| 1250 | (iceCallback1): |
| 1251 | (iceCallback2): |
| 1252 | (onAddIceCandidateError): |
| 1253 | |
ryanhaddad@apple.com | c3767a9 | 2017-03-27 23:21:19 +0000 | [diff] [blame] | 1254 | 2017-03-27 Ryan Haddad <ryanhaddad@apple.com> |
| 1255 | |
| 1256 | Rebaseline svg/css/getComputedStyle-basic.xhtml for macOS. |
| 1257 | |
| 1258 | Unreviewed test gardening. |
| 1259 | |
| 1260 | * platform/mac-elcapitan/svg/css/getComputedStyle-basic-expected.txt: Added. |
| 1261 | * platform/mac/svg/css/getComputedStyle-basic-expected.txt: Added. |
| 1262 | |
antti@apple.com | f4e83d6 | 2017-03-27 22:56:32 +0000 | [diff] [blame] | 1263 | 2017-03-27 Antti Koivisto <antti@apple.com> |
| 1264 | |
| 1265 | Loading in-body stylesheets should not block rendering of elements before them |
| 1266 | https://bugs.webkit.org/show_bug.cgi?id=169345 |
| 1267 | |
| 1268 | Reviewed by Simon Fraser. |
| 1269 | |
| 1270 | * http/tests/incremental/resources/delayed-css.php: Added. |
| 1271 | * http/tests/incremental/stylesheet-body-incremental-rendering-expected.html: Added. |
| 1272 | * http/tests/incremental/stylesheet-body-incremental-rendering.html: Added. |
| 1273 | |
mmaxfield@apple.com | 2bd2add | 2017-03-27 22:09:14 +0000 | [diff] [blame] | 1274 | 2017-03-27 Myles C. Maxfield <mmaxfield@apple.com> |
| 1275 | |
| 1276 | Test variation font ranges in the CSS Font Loading API |
| 1277 | https://bugs.webkit.org/show_bug.cgi?id=170022 |
| 1278 | |
| 1279 | Reviewed by Dean Jackson. |
| 1280 | |
| 1281 | * fast/text/variations/font-loading-api-parse-ranges-expected.txt: Added. |
| 1282 | * fast/text/variations/font-loading-api-parse-ranges.html: Added. |
| 1283 | |
ryanhaddad@apple.com | bea8c94 | 2017-03-27 21:20:30 +0000 | [diff] [blame] | 1284 | 2017-03-27 Ryan Haddad <ryanhaddad@apple.com> |
| 1285 | |
| 1286 | Unreviewed, rolling out r214411. |
| 1287 | |
| 1288 | Two of the LayoutTests for this change time out on ios- |
| 1289 | simulator. |
| 1290 | |
| 1291 | Reverted changeset: |
| 1292 | |
| 1293 | "[Modern Media Controls] Improve media documents across macOS, |
| 1294 | iPhone and iPad" |
| 1295 | https://bugs.webkit.org/show_bug.cgi?id=169145 |
| 1296 | http://trac.webkit.org/changeset/214411 |
| 1297 | |
graouts@webkit.org | f00d525 | 2017-03-27 19:44:09 +0000 | [diff] [blame] | 1298 | 2017-03-27 Antoine Quint <graouts@apple.com> |
| 1299 | |
| 1300 | [Modern Media Controls] Clicking on the tracks button when the tracks panel is up in a media document pauses the video |
| 1301 | https://bugs.webkit.org/show_bug.cgi?id=168517 |
| 1302 | <rdar://problem/30577636> |
| 1303 | |
| 1304 | Reviewed by Dean Jackson. |
| 1305 | |
| 1306 | * media/video-click-dblckick-standalone.html: We disable modern-media-controls here since we know that this test won't pass with them on. |
| 1307 | |
ryanhaddad@apple.com | 7b05c18 | 2017-03-27 19:09:48 +0000 | [diff] [blame] | 1308 | 2017-03-27 Ryan Haddad <ryanhaddad@apple.com> |
| 1309 | |
ryanhaddad@apple.com | 05d92a1 | 2017-03-27 19:40:01 +0000 | [diff] [blame] | 1310 | Mark media/modern-media-controls/time-label/time-label-white-space-nowrap.html as flaky. |
| 1311 | https://bugs.webkit.org/show_bug.cgi?id=169679 |
| 1312 | |
| 1313 | Unreviewed test gardening. |
| 1314 | |
| 1315 | * platform/mac/TestExpectations: |
| 1316 | |
| 1317 | 2017-03-27 Ryan Haddad <ryanhaddad@apple.com> |
| 1318 | |
ryanhaddad@apple.com | 05f9743 | 2017-03-27 19:36:55 +0000 | [diff] [blame] | 1319 | Mark inspector/dom-debugger/dom-breakpoints.html as flaky. |
| 1320 | https://bugs.webkit.org/show_bug.cgi?id=170127 |
| 1321 | |
| 1322 | Unreviewed test gardening. |
| 1323 | |
| 1324 | * platform/mac/TestExpectations: |
| 1325 | |
| 1326 | 2017-03-27 Ryan Haddad <ryanhaddad@apple.com> |
| 1327 | |
ryanhaddad@apple.com | 268f5bd | 2017-03-27 19:16:50 +0000 | [diff] [blame] | 1328 | Mark media/modern-media-controls/time-label/time-label.html as flaky. |
| 1329 | https://bugs.webkit.org/show_bug.cgi?id=169678 |
| 1330 | |
| 1331 | Unreviewed test gardening. |
| 1332 | |
| 1333 | * platform/mac-wk1/TestExpectations: |
| 1334 | |
| 1335 | 2017-03-27 Ryan Haddad <ryanhaddad@apple.com> |
| 1336 | |
ryanhaddad@apple.com | 7b05c18 | 2017-03-27 19:09:48 +0000 | [diff] [blame] | 1337 | Marking two modern-media-controls tests as timeouts. |
| 1338 | https://bugs.webkit.org/show_bug.cgi?id=170123 |
| 1339 | |
| 1340 | Unreviewed test gardening. |
| 1341 | |
| 1342 | * platform/ios-simulator/TestExpectations: |
| 1343 | |
commit-queue@webkit.org | 53e392f | 2017-03-27 18:10:45 +0000 | [diff] [blame] | 1344 | 2017-03-27 Youenn Fablet <youenn@apple.com> |
| 1345 | |
commit-queue@webkit.org | df5a488 | 2017-03-27 18:13:19 +0000 | [diff] [blame] | 1346 | Tighten RTCDatachannel creation and parameter getters |
| 1347 | https://bugs.webkit.org/show_bug.cgi?id=170081 |
| 1348 | |
| 1349 | Reviewed by Eric Carlson. |
| 1350 | |
| 1351 | * webrtc/datachannel/basic-expected.txt: |
| 1352 | * webrtc/datachannel/basic.html: |
| 1353 | |
| 1354 | 2017-03-27 Youenn Fablet <youenn@apple.com> |
| 1355 | |
commit-queue@webkit.org | 53e392f | 2017-03-27 18:10:45 +0000 | [diff] [blame] | 1356 | Add support for RTCRtpReceiver/RTCRtpSender getParameters |
| 1357 | https://bugs.webkit.org/show_bug.cgi?id=170057 |
| 1358 | |
| 1359 | Reviewed by Alex Christensen. |
| 1360 | |
| 1361 | * webrtc/video-getParameters-expected.txt: Added. |
| 1362 | * webrtc/video-getParameters.html: Added. |
| 1363 | |
mmaxfield@apple.com | a7db009 | 2017-03-27 16:12:21 +0000 | [diff] [blame] | 1364 | 2017-03-27 Myles C. Maxfield <mmaxfield@apple.com> |
| 1365 | |
mmaxfield@apple.com | 076f8a0 | 2017-03-27 17:50:33 +0000 | [diff] [blame] | 1366 | font variation properties don't need to accept numbers |
| 1367 | https://bugs.webkit.org/show_bug.cgi?id=169357 |
| 1368 | |
| 1369 | Reviewed by Antti Koivisto. |
| 1370 | |
| 1371 | * fast/text/font-selection-font-face-parse-expected.txt: |
| 1372 | * fast/text/font-selection-font-face-parse.html: |
| 1373 | * fast/text/font-selection-font-loading-api-parse-expected.txt: |
| 1374 | * fast/text/font-selection-font-loading-api-parse.html: |
| 1375 | * fast/text/font-stretch-parse-expected.txt: |
| 1376 | * fast/text/font-stretch-parse.html: |
| 1377 | * fast/text/font-style-parse-expected.txt: |
| 1378 | * fast/text/font-style-parse.html: |
| 1379 | * fast/text/variations/font-selection-properties.html: |
| 1380 | * platform/mac-elcapitan/fast/text/font-selection-font-face-parse-expected.txt: |
| 1381 | |
| 1382 | 2017-03-27 Myles C. Maxfield <mmaxfield@apple.com> |
| 1383 | |
mmaxfield@apple.com | 531f9f5 | 2017-03-27 16:18:33 +0000 | [diff] [blame] | 1384 | Implement format specifier for variation fonts |
| 1385 | https://bugs.webkit.org/show_bug.cgi?id=169327 |
| 1386 | |
| 1387 | Reviewed by Simon Fraser. |
| 1388 | |
| 1389 | * fast/text/variations/font-face-format-expected.html: Added. |
| 1390 | * fast/text/variations/font-face-format.html: Added. |
| 1391 | |
| 1392 | 2017-03-27 Myles C. Maxfield <mmaxfield@apple.com> |
| 1393 | |
mmaxfield@apple.com | a7db009 | 2017-03-27 16:12:21 +0000 | [diff] [blame] | 1394 | Make sure animation works for font-weight, font-stretch, and font-style |
| 1395 | https://bugs.webkit.org/show_bug.cgi?id=169683 |
| 1396 | |
| 1397 | Reviewed by Simon Fraser. |
| 1398 | |
| 1399 | * animations/font-variations/font-stretch-expected.txt: Added. |
| 1400 | * animations/font-variations/font-stretch.html: Added. |
| 1401 | * animations/font-variations/font-style-expected.txt: Added. |
| 1402 | * animations/font-variations/font-style.html: Added. |
| 1403 | * animations/font-variations/font-weight-expected.txt: Added. |
| 1404 | * animations/font-variations/font-weight.html: Added. |
| 1405 | * animations/resources/animation-test-helpers.js: |
| 1406 | (compareFontStyle): |
| 1407 | (getPropertyValue): |
| 1408 | (comparePropertyValue): |
| 1409 | |
achristensen@apple.com | f7a83f8 | 2017-03-27 15:43:34 +0000 | [diff] [blame] | 1410 | 2017-03-27 Alex Christensen <achristensen@webkit.org> |
| 1411 | |
| 1412 | Make WebSockets work in network process |
| 1413 | https://bugs.webkit.org/show_bug.cgi?id=169930 |
| 1414 | |
| 1415 | Reviewed by Youenn Fablet. |
| 1416 | |
| 1417 | * http/tests/websocket/tests/hybi/network-process-crash-error-expected.txt: Added. |
| 1418 | * http/tests/websocket/tests/hybi/network-process-crash-error.html: Added. |
| 1419 | * http/tests/websocket/tests/hybi/slow-reply_wsh.py: Added. |
| 1420 | (web_socket_do_extra_handshake): |
| 1421 | (web_socket_transfer_data): |
| 1422 | * platform/ios-simulator-wk1/TestExpectations: |
| 1423 | * platform/mac-wk1/TestExpectations: |
| 1424 | * platform/win/TestExpectations: |
| 1425 | |
commit-queue@webkit.org | 602e02d | 2017-03-27 09:37:47 +0000 | [diff] [blame] | 1426 | 2017-03-27 Antoine Quint <graouts@apple.com> |
| 1427 | |
| 1428 | [Modern Media Controls] Improve media documents across macOS, iPhone and iPad |
| 1429 | https://bugs.webkit.org/show_bug.cgi?id=169145 |
| 1430 | <rdar://problem/17048858> |
| 1431 | |
| 1432 | Reviewed by Dean Jackson. |
| 1433 | |
| 1434 | We add new tests for media documents and related features that cover the following cases: |
| 1435 | |
| 1436 | - checking <video> with only audio tracks does not show the fullscreen button |
| 1437 | - checking <video> with only audio tracks does not show the picture-in-picture button |
| 1438 | - checking the size used in media documents for audio and video across macOS, iPhone and iPad |
| 1439 | |
| 1440 | * media/modern-media-controls/fullscreen-support/fullscreen-support-disabled-video-with-audio-tracks-only-expected.txt: Added. |
| 1441 | * media/modern-media-controls/fullscreen-support/fullscreen-support-disabled-video-with-audio-tracks-only.html: Added. |
| 1442 | * media/modern-media-controls/media-documents/ipad/media-document-audio-ios-sizing-expected.txt: Added. |
| 1443 | * media/modern-media-controls/media-documents/ipad/media-document-audio-ios-sizing.html: Added. |
| 1444 | * media/modern-media-controls/media-documents/ipad/media-document-video-ios-sizing-expected.txt: Added. |
| 1445 | * media/modern-media-controls/media-documents/ipad/media-document-video-ios-sizing.html: Added. |
| 1446 | * media/modern-media-controls/media-documents/media-document-audio-ios-sizing-expected.txt: Added. |
| 1447 | * media/modern-media-controls/media-documents/media-document-audio-ios-sizing.html: Added. |
| 1448 | * media/modern-media-controls/media-documents/media-document-audio-mac-sizing-expected.txt: Added. |
| 1449 | * media/modern-media-controls/media-documents/media-document-audio-mac-sizing.html: Added. |
| 1450 | * media/modern-media-controls/media-documents/media-document-video-ios-sizing-expected.txt: Added. |
| 1451 | * media/modern-media-controls/media-documents/media-document-video-ios-sizing.html: Added. |
| 1452 | * media/modern-media-controls/media-documents/media-document-video-mac-sizing-expected.txt: Added. |
| 1453 | * media/modern-media-controls/media-documents/media-document-video-mac-sizing.html: Added. |
| 1454 | * media/modern-media-controls/pip-support/pip-support-disabled-video-with-audio-tracks-only-expected.txt: Added. |
| 1455 | * media/modern-media-controls/pip-support/pip-support-disabled-video-with-audio-tracks-only.html: Added. |
| 1456 | * platform/ios-simulator/TestExpectations: |
| 1457 | * platform/mac/TestExpectations: |
| 1458 | |
commit-queue@webkit.org | 5a09bbf | 2017-03-25 17:45:22 +0000 | [diff] [blame] | 1459 | 2017-03-25 Aaron Chu <aaron_chu@apple.com> |
| 1460 | |
| 1461 | AX: Media controls are unlabeled |
| 1462 | https://bugs.webkit.org/show_bug.cgi?id=169947 |
| 1463 | <rdar://problem/30153323> |
| 1464 | |
| 1465 | Reviewed by Antoine Quint. |
| 1466 | |
| 1467 | * media/modern-media-controls/airplay-button/airplay-button-expected.txt: |
| 1468 | * media/modern-media-controls/airplay-button/airplay-button.html: |
| 1469 | * media/modern-media-controls/forward-button/forward-button-expected.txt: |
| 1470 | * media/modern-media-controls/forward-button/forward-button.html: |
| 1471 | * media/modern-media-controls/fullscreen-button/fullscreen-button-expected.txt: |
| 1472 | * media/modern-media-controls/fullscreen-button/fullscreen-button.html: |
| 1473 | * media/modern-media-controls/icon-button/icon-button-expected.txt: |
| 1474 | * media/modern-media-controls/icon-button/icon-button.html: |
| 1475 | * media/modern-media-controls/icon-service/icon-service-expected.txt: |
| 1476 | * media/modern-media-controls/icon-service/icon-service.html: |
| 1477 | * media/modern-media-controls/mute-button/mute-button-expected.txt: |
| 1478 | * media/modern-media-controls/mute-button/mute-button.html: |
| 1479 | * media/modern-media-controls/pip-button/pip-button-expected.txt: |
| 1480 | * media/modern-media-controls/pip-button/pip-button.html: |
| 1481 | * media/modern-media-controls/play-pause-button/play-pause-button-expected.txt: |
| 1482 | * media/modern-media-controls/play-pause-button/play-pause-button.html: |
| 1483 | * media/modern-media-controls/rewind-button/rewind-button-expected.txt: |
| 1484 | * media/modern-media-controls/rewind-button/rewind-button.html: |
| 1485 | * media/modern-media-controls/skip-back-button/skip-back-button-expected.txt: |
| 1486 | * media/modern-media-controls/skip-back-button/skip-back-button.html: |
| 1487 | * media/modern-media-controls/start-button/start-button-expected.txt: |
| 1488 | * media/modern-media-controls/start-button/start-button.html: |
| 1489 | * media/modern-media-controls/tracks-button/tracks-button-expected.txt: |
| 1490 | * media/modern-media-controls/tracks-button/tracks-button.html: |
| 1491 | |
carlosgc@webkit.org | bc2a2b5 | 2017-03-25 08:19:50 +0000 | [diff] [blame] | 1492 | 2017-03-25 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1493 | |
| 1494 | Unreviewed GTK+ gardening. Update expectations of several tests. |
| 1495 | |
| 1496 | * platform/gtk/TestExpectations: |
| 1497 | |
mmaxfield@apple.com | 09f8127 | 2017-03-25 07:42:46 +0000 | [diff] [blame] | 1498 | 2017-03-25 Myles C. Maxfield <mmaxfield@apple.com> |
| 1499 | |
| 1500 | Post-commit test fix after r214394 |
| 1501 | https://bugs.webkit.org/show_bug.cgi?id=170083 |
| 1502 | |
| 1503 | Unreviewed. |
| 1504 | |
| 1505 | * fast/text/variations/optical-sizing.html: |
| 1506 | |
mmaxfield@apple.com | 56ff806 | 2017-03-25 06:50:18 +0000 | [diff] [blame] | 1507 | 2017-03-24 Myles C. Maxfield <mmaxfield@apple.com> |
| 1508 | |
| 1509 | Add font-optical-sizing to CSSComputedStyleDeclaration |
| 1510 | https://bugs.webkit.org/show_bug.cgi?id=170083 |
| 1511 | |
| 1512 | Reviewed by Joseph Pecoraro. |
| 1513 | |
| 1514 | * fast/css/getComputedStyle/computed-style-expected.txt: |
| 1515 | * fast/css/getComputedStyle/computed-style-font-family-expected.txt: |
| 1516 | * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| 1517 | * fast/css/getComputedStyle/resources/property-names.js: |
| 1518 | * fast/text/variations/optical-sizing-expected.txt: |
| 1519 | * fast/text/variations/optical-sizing.html: |
| 1520 | * platform/mac-elcapitan/fast/css/getComputedStyle/computed-style-expected.txt: Added. |
| 1521 | * platform/mac-elcapitan/fast/css/getComputedStyle/computed-style-font-family-expected.txt: Added. |
| 1522 | * platform/mac-elcapitan/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added. |
| 1523 | |
ryanhaddad@apple.com | 76bd37c | 2017-03-25 00:10:06 +0000 | [diff] [blame] | 1524 | 2017-03-24 Ryan Haddad <ryanhaddad@apple.com> |
| 1525 | |
ryanhaddad@apple.com | 14eb8de | 2017-03-25 00:39:20 +0000 | [diff] [blame] | 1526 | Consolidate TestExpectations for media/restore-from-page-cache.html. |
| 1527 | |
| 1528 | Unreviewed test gardening. |
| 1529 | |
| 1530 | * platform/mac/TestExpectations: |
| 1531 | |
| 1532 | 2017-03-24 Ryan Haddad <ryanhaddad@apple.com> |
| 1533 | |
ryanhaddad@apple.com | 76bd37c | 2017-03-25 00:10:06 +0000 | [diff] [blame] | 1534 | Unreviewed, rolling out r214361. |
| 1535 | |
| 1536 | This change caused flakiness in http/tests/preload tests. |
| 1537 | |
| 1538 | Reverted changeset: |
| 1539 | |
| 1540 | "Add a warning for unused link preloads." |
| 1541 | https://bugs.webkit.org/show_bug.cgi?id=165670 |
| 1542 | http://trac.webkit.org/changeset/214361 |
| 1543 | |
graouts@webkit.org | b620f25 | 2017-03-24 23:32:14 +0000 | [diff] [blame] | 1544 | 2017-03-24 Antoine Quint <graouts@webkit.org> |
| 1545 | |
| 1546 | [Modern Media Controls] Remove placard icon if height is compressed |
| 1547 | https://bugs.webkit.org/show_bug.cgi?id=167935 |
| 1548 | <rdar://problem/30397128> |
| 1549 | |
| 1550 | Reviewed by Dean Jackson. |
| 1551 | |
| 1552 | We add a new test to check that the various designed constraints to toggle display of a placard's |
| 1553 | icon, title and description are honored. Also, due to the old layout() method now being called |
| 1554 | "commit()", we refactor a relevant test. |
| 1555 | |
| 1556 | * media/modern-media-controls/layout-node/node-made-dirty-during-commit-expected.txt: Added. |
| 1557 | * media/modern-media-controls/layout-node/node-made-dirty-during-commit.html: Added. |
| 1558 | * media/modern-media-controls/media-controls/media-controls-placard-compressed-metrics-expected.txt: Added. |
| 1559 | * media/modern-media-controls/media-controls/media-controls-placard-compressed-metrics.html: Added. |
| 1560 | |
eric.carlson@apple.com | c7e5195 | 2017-03-24 23:27:14 +0000 | [diff] [blame] | 1561 | 2017-03-24 Eric Carlson <eric.carlson@apple.com> |
| 1562 | |
| 1563 | [MediaStream] "ideal" constraints passed to getUserMedia should affect fitness score |
| 1564 | https://bugs.webkit.org/show_bug.cgi?id=170056 |
| 1565 | |
| 1566 | Reviewed by Youenn Fablet. |
| 1567 | |
| 1568 | * fast/mediastream/MediaStream-video-element-displays-buffer-expected.txt: |
| 1569 | * fast/mediastream/MediaStream-video-element-displays-buffer.html: |
| 1570 | * fast/mediastream/MediaStreamTrack-getCapabilities-expected.txt: |
| 1571 | * fast/mediastream/apply-constraints-advanced-expected.txt: |
| 1572 | * fast/mediastream/apply-constraints-advanced.html: |
| 1573 | * fast/mediastream/apply-constraints-video-expected.txt: |
| 1574 | * fast/mediastream/apply-constraints-video.html: |
| 1575 | |
dino@apple.com | 2119627 | 2017-03-24 23:16:52 +0000 | [diff] [blame] | 1576 | 2017-03-24 Dean Jackson <dino@apple.com> |
| 1577 | |
| 1578 | Serialization of custom props in longhand should be "" not value of shorthand |
| 1579 | https://bugs.webkit.org/show_bug.cgi?id=167699 |
| 1580 | <rdar://problem/30324200> |
| 1581 | |
| 1582 | Reviewed by Sam Weinig. |
| 1583 | |
| 1584 | * fast/css/variables/rule-property-get-expected.html: |
| 1585 | * fast/css/variables/rule-property-get.html: |
| 1586 | |
graouts@webkit.org | 2b626cf | 2017-03-24 22:10:45 +0000 | [diff] [blame] | 1587 | 2017-03-24 Antoine Quint <graouts@webkit.org> |
| 1588 | |
| 1589 | [Modern Media Controls] Captions don't move with the appearance of the inline controls |
| 1590 | https://bugs.webkit.org/show_bug.cgi?id=170051 |
| 1591 | <rdar://problem/30754428> |
| 1592 | |
| 1593 | Reviewed by Dean Jackson. |
| 1594 | |
| 1595 | Add a new test, which would have previously failed, where we check that we account for the controls bar height |
| 1596 | when showing captions with the controls bar visible. |
| 1597 | |
| 1598 | * media/modern-media-controls/tracks-support/tracks-support-captions-offset-with-controls-bar-expected.txt: Added. |
| 1599 | * media/modern-media-controls/tracks-support/tracks-support-captions-offset-with-controls-bar.html: Added. |
| 1600 | |
bfulgham@apple.com | bdb3d1d | 2017-03-24 21:46:07 +0000 | [diff] [blame] | 1601 | 2017-03-24 Brent Fulgham <bfulgham@apple.com> |
| 1602 | |
| 1603 | Handle recursive calls to ProcessingInstruction::checkStyleSheet |
| 1604 | https://bugs.webkit.org/show_bug.cgi?id=169982 |
| 1605 | <rdar://problem/31083051> |
| 1606 | |
| 1607 | Reviewed by Antti Koivisto. |
| 1608 | |
| 1609 | * fast/dom/beforeload/image-removed-during-before-load-expected.txt: Copied from LayoutTests/fast/dom/beforeload/image-removed-during-before-load-expected.txt. |
| 1610 | * fast/dom/beforeload/image-removed-during-before-load.html: Copied from LayoutTests/fast/dom/beforeload/image-removed-during-before-load.html. |
| 1611 | * fast/dom/beforeload/recursive-css-pi-before-load-expected.txt: Copied from LayoutTests/fast/dom/beforeload/recursive-css-pi-before-load-expected.txt. |
| 1612 | * fast/dom/beforeload/recursive-css-pi-before-load.html: Copied from LayoutTests/fast/dom/beforeload/recursive-css-pi-before-load.html. |
| 1613 | * fast/dom/beforeload/recursive-link-before-load-expected.txt: Copied from LayoutTests/fast/dom/beforeload/recursive-link-before-load-expected.txt. |
| 1614 | * fast/dom/beforeload/recursive-link-before-load.html: Copied from LayoutTests/fast/dom/beforeload/recursive-link-before-load.html. |
| 1615 | * fast/dom/beforeload/recursive-xsl-pi-before-load-expected.txt: Copied from LayoutTests/fast/dom/beforeload/recursive-xsl-pi-before-load-expected.txt. |
| 1616 | * fast/dom/beforeload/recursive-xsl-pi-before-load.html: Copied from LayoutTests/fast/dom/beforeload/recursive-xsl-pi-before-load.html. |
| 1617 | * fast/dom/beforeload/resources/content.xhtml: Copied from LayoutTests/fast/dom/beforeload/resources/content.xhtml. |
| 1618 | * fast/dom/beforeload/resources/pass.css: Copied from LayoutTests/fast/dom/beforeload/resources/pass.css. |
| 1619 | * fast/dom/beforeload/resources/test.xsl: Copied from LayoutTests/fast/dom/beforeload/resources/test.xsl. |
| 1620 | |
beidson@apple.com | c6dab48 | 2017-03-24 21:13:40 +0000 | [diff] [blame] | 1621 | 2017-03-24 Brady Eidson <beidson@apple.com> |
| 1622 | |
| 1623 | A null compound index value crashes the Databases process. |
| 1624 | <rdar://problem/30499831> and https://bugs.webkit.org/show_bug.cgi?id=170000 |
| 1625 | |
| 1626 | Reviewed by Alex Christensen. |
| 1627 | |
| 1628 | * storage/indexeddb/modern/resources/single-entry-index-invalid-key-crash.js: Added. |
| 1629 | * storage/indexeddb/modern/single-entry-index-invalid-key-crash-expected.txt: Added. |
| 1630 | * storage/indexeddb/modern/single-entry-index-invalid-key-crash-private-expected.txt: Added. |
| 1631 | * storage/indexeddb/modern/single-entry-index-invalid-key-crash-private.html: Added. |
| 1632 | * storage/indexeddb/modern/single-entry-index-invalid-key-crash.html: Added. |
| 1633 | |
ryanhaddad@apple.com | b095512 | 2017-03-24 20:39:22 +0000 | [diff] [blame] | 1634 | 2017-03-24 Ryan Haddad <ryanhaddad@apple.com> |
| 1635 | |
ryanhaddad@apple.com | 09bb735 | 2017-03-24 20:51:27 +0000 | [diff] [blame] | 1636 | Skip svg/animations/animations-paused-when-inserted-in-hidden-document* tests on ios-simulator. |
| 1637 | https://bugs.webkit.org/show_bug.cgi?id=170068 |
| 1638 | |
| 1639 | Unreviewed test gardening. |
| 1640 | |
| 1641 | * platform/ios-simulator/TestExpectations: |
| 1642 | |
| 1643 | 2017-03-24 Ryan Haddad <ryanhaddad@apple.com> |
| 1644 | |
ryanhaddad@apple.com | b095512 | 2017-03-24 20:39:22 +0000 | [diff] [blame] | 1645 | Unreviewed, rolling out r214360. |
| 1646 | |
| 1647 | This change caused 20+ LayoutTest failures. |
| 1648 | |
| 1649 | Reverted changeset: |
| 1650 | |
| 1651 | "Handle recursive calls to |
| 1652 | ProcessingInstruction::checkStyleSheet" |
| 1653 | https://bugs.webkit.org/show_bug.cgi?id=169982 |
| 1654 | http://trac.webkit.org/changeset/214360 |
| 1655 | |
commit-queue@webkit.org | a9a659a | 2017-03-24 19:43:42 +0000 | [diff] [blame] | 1656 | 2017-03-24 Youenn Fablet <youenn@apple.com> |
| 1657 | |
| 1658 | Add support for qpSum in WebRTC stats |
| 1659 | https://bugs.webkit.org/show_bug.cgi?id=170060 |
| 1660 | |
| 1661 | Reviewed by Eric Carlson. |
| 1662 | |
| 1663 | * webrtc/video-stats.html: |
| 1664 | |
dbates@webkit.org | 8bc9f86 | 2017-03-24 19:34:11 +0000 | [diff] [blame] | 1665 | 2017-03-24 Daniel Bates <dabates@apple.com> |
| 1666 | |
| 1667 | Prevent new navigations during document unload |
| 1668 | https://bugs.webkit.org/show_bug.cgi?id=169934 |
| 1669 | <rdar://problem/31247584> |
| 1670 | |
| 1671 | Reviewed by Chris Dumez. |
| 1672 | |
| 1673 | Add a test to ensure that we do not cause an assertion fail when calling setTimeout |
| 1674 | after starting a navigation from an onunload event handler. |
| 1675 | |
| 1676 | * fast/frames/frame-unload-navigate-and-setTimeout-assert-fail-expected.txt: Added. |
| 1677 | * fast/frames/frame-unload-navigate-and-setTimeout-assert-fail.html: Added. |
| 1678 | |
mmaxfield@apple.com | a5cbce3 | 2017-03-24 19:01:54 +0000 | [diff] [blame] | 1679 | 2017-03-24 Myles C. Maxfield <mmaxfield@apple.com> |
| 1680 | |
| 1681 | Implement font-optical-sizing |
| 1682 | https://bugs.webkit.org/show_bug.cgi?id=168895 |
| 1683 | |
| 1684 | Reviewed by Dean Jackson. |
| 1685 | |
| 1686 | * fast/text/variations/optical-sizing-expected.txt: Added. |
| 1687 | * fast/text/variations/optical-sizing.html: Added. |
| 1688 | |
yoav@yoav.ws | 24b4bb1 | 2017-03-24 18:41:42 +0000 | [diff] [blame] | 1689 | 2017-03-24 Yoav Weiss <yoav@yoav.ws> |
| 1690 | |
| 1691 | Add a warning for unused link preloads. |
| 1692 | https://bugs.webkit.org/show_bug.cgi?id=165670 |
| 1693 | |
| 1694 | Reviewed by Youenn Fablet. |
| 1695 | |
| 1696 | This adds a test for the unused preload warning, and adapts some of the other preload tests, |
| 1697 | to avoid warnings. |
| 1698 | |
| 1699 | * http/tests/preload/download_resources-expected.txt: Changed. |
| 1700 | * http/tests/preload/download_resources.html: Added references to preloaded resources. |
| 1701 | * http/tests/preload/onerrer_event-expected.txt: Changed. |
| 1702 | * http/tests/preload/onerror_event.html: Added references to preloaded resources. |
| 1703 | * http/tests/preload/onload_event.html: Added references to preloaded resources. |
| 1704 | * http/tests/preload/resources/single_download_preload.html: Deflaked. |
| 1705 | * http/tests/preload/unused_preload_warning-expected.txt: Added. |
| 1706 | * http/tests/preload/unused_preload_warning.html: Added. |
| 1707 | |
bfulgham@apple.com | d29ec58 | 2017-03-24 18:39:28 +0000 | [diff] [blame] | 1708 | 2017-03-24 Brent Fulgham <bfulgham@apple.com> |
| 1709 | |
| 1710 | Handle recursive calls to ProcessingInstruction::checkStyleSheet |
| 1711 | https://bugs.webkit.org/show_bug.cgi?id=169982 |
| 1712 | <rdar://problem/31083051> |
| 1713 | |
| 1714 | Reviewed by Antti Koivisto. |
| 1715 | |
| 1716 | * fast/dom/beforeload/image-removed-during-before-load-expected.txt: Added. |
| 1717 | * fast/dom/beforeload/image-removed-during-before-load.html: Added. |
| 1718 | * fast/dom/beforeload/recursive-css-pi-before-load-expected.txt: Added. |
| 1719 | * fast/dom/beforeload/recursive-css-pi-before-load.html: Added. |
| 1720 | * fast/dom/beforeload/recursive-link-before-load-expected.txt: Added. |
| 1721 | * fast/dom/beforeload/recursive-link-before-load.html: Added. |
| 1722 | * fast/dom/beforeload/recursive-xsl-pi-before-load-expected.txt: Added. |
| 1723 | * fast/dom/beforeload/recursive-xsl-pi-before-load.html: Added. |
| 1724 | * fast/dom/beforeload/resources/content.xhtml: Added. |
| 1725 | * fast/dom/beforeload/resources/pass.css: Added. |
| 1726 | * fast/dom/beforeload/resources/test.xsl: Added. |
| 1727 | |
mmaxfield@apple.com | 34ad444 | 2017-03-24 18:23:48 +0000 | [diff] [blame] | 1728 | 2017-03-24 Myles C. Maxfield <mmaxfield@apple.com> |
| 1729 | |
| 1730 | font-style needs a new CSSValue to make CSSRule.cssText work correctly |
| 1731 | https://bugs.webkit.org/show_bug.cgi?id=169258 |
| 1732 | |
| 1733 | Reviewed by David Hyatt. |
| 1734 | |
| 1735 | Update tests' expected results. |
| 1736 | |
| 1737 | * fast/text/font-selection-font-face-parse-expected.txt: |
| 1738 | * fast/text/font-selection-font-face-parse.html: |
| 1739 | * fast/text/font-style-parse-expected.txt: |
| 1740 | * fast/text/font-style-parse.html: |
| 1741 | * platform/mac-elcapitan/fast/text/font-selection-font-face-parse-expected.txt: |
| 1742 | * svg/css/getComputedStyle-basic-expected.txt: |
| 1743 | |
commit-queue@webkit.org | 9107d18 | 2017-03-24 18:01:18 +0000 | [diff] [blame] | 1744 | 2017-03-24 Youenn Fablet <youenn@apple.com> |
| 1745 | |
| 1746 | Add libwebrtc backend support for RTCRtpSender::replaceTrack |
| 1747 | https://bugs.webkit.org/show_bug.cgi?id=169841 |
| 1748 | |
| 1749 | Reviewed by Alex Christensen. |
| 1750 | |
| 1751 | * webrtc/audio-replace-track-expected.txt: Added. |
| 1752 | * webrtc/audio-replace-track.html: Added. |
| 1753 | * webrtc/video-replace-track-expected.txt: Added. |
| 1754 | * webrtc/video-replace-track.html: Added. |
| 1755 | * webrtc/video-replace-track-to-null-expected.txt: Added. |
| 1756 | * webrtc/video-replace-track-to-null.html: Added. |
| 1757 | |
ryanhaddad@apple.com | 149fc0a | 2017-03-24 17:20:09 +0000 | [diff] [blame] | 1758 | 2017-03-24 Ryan Haddad <ryanhaddad@apple.com> |
| 1759 | |
| 1760 | Update TestExpectations for media/restore-from-page-cache.html. |
| 1761 | |
| 1762 | Unreviewed test gardening. |
| 1763 | |
| 1764 | * platform/mac-wk2/TestExpectations: |
| 1765 | * platform/mac/TestExpectations: |
| 1766 | |
carlosgc@webkit.org | 8d5cd13 | 2017-03-24 17:11:57 +0000 | [diff] [blame] | 1767 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1768 | |
| 1769 | Unreviewed GTK+ gardening. Mark webrtc/video-stats.html as failing. |
| 1770 | |
| 1771 | * platform/gtk/TestExpectations: |
| 1772 | |
commit-queue@webkit.org | c66ff20 | 2017-03-24 16:32:53 +0000 | [diff] [blame] | 1773 | 2017-03-24 Youenn Fablet <youenn@apple.com> |
| 1774 | |
| 1775 | Add support for DataChannel and MediaStreamTrack stats |
| 1776 | https://bugs.webkit.org/show_bug.cgi?id=170031 |
| 1777 | |
| 1778 | Reviewed by Eric Carlson. |
| 1779 | |
| 1780 | * webrtc/datachannel/datachannel-stats-expected.txt: Added. |
| 1781 | * webrtc/datachannel/datachannel-stats.html: Added. |
| 1782 | * webrtc/video-mediastreamtrack-stats-expected.txt: Added. |
| 1783 | * webrtc/video-mediastreamtrack-stats.html: Added. |
| 1784 | |
cdumez@apple.com | edecdd0 | 2017-03-24 16:27:01 +0000 | [diff] [blame] | 1785 | 2017-03-24 Chris Dumez <cdumez@apple.com> |
| 1786 | |
| 1787 | Extend svg/animations/animations-paused-disconnected-iframe.html |
| 1788 | https://bugs.webkit.org/show_bug.cgi?id=170035 |
| 1789 | |
| 1790 | Reviewed by Andreas Kling. |
| 1791 | |
| 1792 | Extend svg/animations/animations-paused-disconnected-iframe.html to cover more things. |
| 1793 | |
| 1794 | * svg/animations/animations-paused-disconnected-iframe-expected.txt: |
| 1795 | * svg/animations/animations-paused-disconnected-iframe.html: |
| 1796 | |
commit-queue@webkit.org | 97bd82a | 2017-03-24 16:25:09 +0000 | [diff] [blame] | 1797 | 2017-03-24 Youenn Fablet <youenn@apple.com> |
| 1798 | |
| 1799 | Fix framesEncoded/framesDecoded RTC stats |
| 1800 | https://bugs.webkit.org/show_bug.cgi?id=170024 |
| 1801 | |
| 1802 | Reviewed by Eric Carlson. |
| 1803 | |
| 1804 | * webrtc/video-stats-expected.txt: Added. |
| 1805 | * webrtc/video-stats.html: Added. |
| 1806 | |
carlosgc@webkit.org | 798207a | 2017-03-24 13:19:56 +0000 | [diff] [blame] | 1807 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1808 | |
carlosgc@webkit.org | ccdbb35 | 2017-03-24 13:59:02 +0000 | [diff] [blame] | 1809 | Unreviewed GTK+ gardening. Mark media/video-load-require-user-gesture.html as failing after r214338. |
| 1810 | |
| 1811 | * platform/gtk/TestExpectations: |
| 1812 | |
| 1813 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1814 | |
carlosgc@webkit.org | 77c8941 | 2017-03-24 13:30:56 +0000 | [diff] [blame] | 1815 | Unreviewed GTK+ gardening. Rebaseline http/tests/inspector/network/fetch-response-body.html/xhr-response-body.html after r214338. |
| 1816 | |
| 1817 | We are now getting the right application/json for a file data.json. The soup network backend tries to gess the |
| 1818 | mime type from the extension when sniffing is not allowed and the mime type is not known. See bug |
| 1819 | webkit.org/b/168299, that was added actually to fix these tests, but at that time we also failed to guess the |
| 1820 | mime type and returned application/octet-stream. |
| 1821 | |
| 1822 | * platform/gtk/TestExpectations: |
| 1823 | * platform/gtk/http/tests/inspector/network/fetch-response-body-expected.txt: Added. |
| 1824 | * platform/gtk/http/tests/inspector/network/xhr-response-body-expected.txt: Added. |
| 1825 | |
| 1826 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1827 | |
carlosgc@webkit.org | 798207a | 2017-03-24 13:19:56 +0000 | [diff] [blame] | 1828 | Unreviewed GTK+ gardening. Rebaseline fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download.html after r214338. |
| 1829 | |
| 1830 | We are now getting a MIME type for otf files. |
| 1831 | |
| 1832 | * platform/gtk/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt: Added. |
| 1833 | |
pvollan@apple.com | e52fe06 | 2017-03-24 12:01:45 +0000 | [diff] [blame] | 1834 | 2017-03-24 Per Arne Vollan <pvollan@apple.com> |
| 1835 | |
| 1836 | Text stroke is sometimes clipped on video captions. |
| 1837 | https://bugs.webkit.org/show_bug.cgi?id=170006 |
| 1838 | |
| 1839 | Reviewed by Eric Carlson. |
| 1840 | |
| 1841 | * media/track/track-css-stroke-cues-expected.txt: |
| 1842 | * media/track/track-css-stroke-cues.html: |
| 1843 | |
carlosgc@webkit.org | 4192230 | 2017-03-24 08:21:21 +0000 | [diff] [blame] | 1844 | 2017-03-24 Carlos Garcia Campos <cgarcia@igalia.com> |
| 1845 | |
| 1846 | [GTK] Add MIMETypeRegistry implementation using xdgmime and remove the GTK+ one |
| 1847 | https://bugs.webkit.org/show_bug.cgi?id=170001 |
| 1848 | |
| 1849 | Reviewed by Michael Catanzaro. |
| 1850 | |
| 1851 | Remove platform specific expectations of two test because now we do the same as other wk2 ports. |
| 1852 | |
| 1853 | * platform/gtk/TestExpectations: |
| 1854 | |
antti@apple.com | 0e079ed | 2017-03-24 03:20:18 +0000 | [diff] [blame] | 1855 | 2017-03-23 Antti Koivisto <antti@apple.com> |
| 1856 | |
| 1857 | Revert r213712, caused iPad PLT regression |
| 1858 | https://bugs.webkit.org/show_bug.cgi?id=170040 |
| 1859 | |
| 1860 | Unreviewed. |
| 1861 | |
| 1862 | * http/tests/incremental/stylesheet-body-incremental-rendering-expected.html: Removed. |
| 1863 | * http/tests/incremental/stylesheet-body-incremental-rendering.html: Removed. |
| 1864 | |
cdumez@apple.com | 838ef37 | 2017-03-23 23:51:20 +0000 | [diff] [blame] | 1865 | 2017-03-23 Chris Dumez <cdumez@apple.com> |
| 1866 | |
| 1867 | SVG animations are not paused when their <svg> element is removed from the document |
| 1868 | https://bugs.webkit.org/show_bug.cgi?id=170030 |
| 1869 | <rdar://problem/31230252> |
| 1870 | |
| 1871 | Reviewed by Dean Jackson. |
| 1872 | |
| 1873 | Add layout test coverage. |
| 1874 | |
| 1875 | * svg/animations/animations-paused-when-removed-from-document-expected.txt: Added. |
| 1876 | * svg/animations/animations-paused-when-removed-from-document.html: Added. |
| 1877 | |
mmaxfield@apple.com | 0dea8b6 | 2017-03-23 23:14:02 +0000 | [diff] [blame] | 1878 | 2017-03-22 Myles C. Maxfield <mmaxfield@apple.com> |
| 1879 | |
| 1880 | font shorthand should accept variation values |
| 1881 | https://bugs.webkit.org/show_bug.cgi?id=168998 |
| 1882 | |
| 1883 | Reviewed by Simon Fraser. |
| 1884 | |
| 1885 | * fast/text/font-style-parse-expected.txt: |
| 1886 | * fast/text/font-style-parse.html: |
| 1887 | * fast/text/font-weight-parse-expected.txt: |
| 1888 | * fast/text/font-weight-parse.html: |
| 1889 | |
cdumez@apple.com | 62599cb | 2017-03-23 22:40:50 +0000 | [diff] [blame] | 1890 | 2017-03-23 Chris Dumez <cdumez@apple.com> |
| 1891 | |
| 1892 | SVG animations are not paused when inserted into a hidden page |
| 1893 | https://bugs.webkit.org/show_bug.cgi?id=170026 |
| 1894 | <rdar://problem/31228704> |
| 1895 | |
| 1896 | Reviewed by Andreas Kling. |
| 1897 | |
| 1898 | Add layout test coverage. |
| 1899 | |
| 1900 | * svg/animations/animations-paused-when-inserted-in-hidden-document-expected.txt: Added. |
| 1901 | * svg/animations/animations-paused-when-inserted-in-hidden-document.html: Added. |
| 1902 | * svg/animations/animations-paused-when-inserted-in-hidden-document2-expected.txt: Added. |
| 1903 | * svg/animations/animations-paused-when-inserted-in-hidden-document2.html: Added. |
| 1904 | |
mcatanzaro@igalia.com | eb5d6d9 | 2017-03-23 22:39:57 +0000 | [diff] [blame] | 1905 | == Rolled over to ChangeLog-2017-03-23 == |