1 2015-12-09 Frederic Wang <fred.wang@free.fr>
3 Bad position of large operators inside an munderover element
4 https://bugs.webkit.org/show_bug.cgi?id=151916
6 Reviewed by Alejandro G. Castro.
8 * mathml/opentype/large-operators-munderover-expected.txt: Added.
9 * mathml/opentype/large-operators-munderover.html: Added.
11 Add a test to verify the position and size of a large operator used as an munderover base.
13 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com>
15 [AX][GTK] Accessibility gardening
16 https://bugs.webkit.org/show_bug.cgi?id=152062
18 Unreviewed test gardening.
20 Skip two tests specific to AX API, mark a test which is timing out, remove passing
23 * platform/gtk/TestExpectations:
25 2015-12-09 Xabier Rodriguez Calvar <calvaris@igalia.com>
27 [Streams API] Import the web-platform-tests directly from the spec
28 https://bugs.webkit.org/show_bug.cgi?id=152051
30 Reviewed by Youenn Fablet.
32 Removed the tests that are already imported directly from the spec.
34 * streams/brand-checks-expected.txt: Added.
35 * streams/brand-checks.html: Added. This includes some tests that vanished from the spec.
36 * streams/reference-implementation/bad-strategies-expected.txt:
37 * streams/reference-implementation/bad-strategies.html:
38 * streams/reference-implementation/bad-underlying-sources.html: Removed.
39 * streams/reference-implementation/brand-checks-expected.txt:
40 * streams/reference-implementation/brand-checks.html:
41 * streams/reference-implementation/byte-length-queuing-strategy-expected.txt:
42 * streams/reference-implementation/byte-length-queuing-strategy.html:
43 * streams/reference-implementation/count-queuing-strategy-expected.txt:
44 * streams/reference-implementation/count-queuing-strategy.html:
45 * streams/reference-implementation/readable-stream-cancel.html: Removed.
46 * streams/reference-implementation/readable-stream-reader.html: Removed.
47 * streams/reference-implementation/readable-stream-tee.html: Removed.
48 * streams/reference-implementation/readable-stream-templated-expected.txt:
49 * streams/reference-implementation/readable-stream-templated.html:
50 * streams/reference-implementation/readable-stream.html: Removed.
52 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com>
54 [AX][GTK] combobox-descendants-orientation-crash.html needs new baseline after r190648
55 https://bugs.webkit.org/show_bug.cgi?id=152052
57 Unreviewed test gardening.
59 * accessibility/gtk/combobox-descendants-orientation-crash-expected.txt:
61 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com>
63 AX: The aria-table-content.html layout test should be more cross-platform friendly
64 https://bugs.webkit.org/show_bug.cgi?id=152002
66 Reviewed by Mario Sanchez Prada.
68 Use 'debug' to dump the role instead of 'shouldBe' with a hard-coded role.
70 * accessibility/aria-table-content-expected.txt: Updated
71 * accessibility/aria-table-content.html: Updated
72 * platform/gtk/accessibility/aria-table-content-expected.txt: Added
73 * platform/efl/accessibility/aria-table-content-expected.txt: Added
75 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com>
77 [AX][GTK] media-emits-object-replacement.html needs new baseline
78 https://bugs.webkit.org/show_bug.cgi?id=152050
80 Unreviewed test gardening.
82 * accessibility/gtk/media-emits-object-replacement-expected.txt:
84 2015-12-09 Joanmarie Diggs <jdiggs@igalia.com>
86 AX: [EFL] Consider deferring to WebCore Accessibility for table exposure
87 https://bugs.webkit.org/show_bug.cgi?id=144898
89 Reviewed by Darin Adler.
91 * platform/efl/accessibility/table-detection-expected.txt: Updated to reflect new behavior.
92 * platform/efl/accessibility/table-hierarchy-expected.txt: Updated to reflect new behavior.
93 * platform/efl/accessibility/table-one-cell-expected.txt: Updated to reflect new behavior.
94 * platform/efl/accessibility/table-with-rules-expected.txt: Updated to reflect new behavior.
96 2015-12-08 David Kilzer <ddkilzer@apple.com>
98 Skip storage/indexeddb/index-multientry.html once again
100 * platform/mac-wk1/TestExpectations: Skip:
101 - storage/indexeddb/index-multientry.html
103 2015-12-08 Brady Eidson <beidson@apple.com>
105 Modern IDB: storage/indexeddb/objectstore-cursor.html fails.
106 https://bugs.webkit.org/show_bug.cgi?id=152023
108 Reviewed by Alex Christensen.
110 * platform/mac-wk1/TestExpectations:
112 2015-12-08 Ryan Haddad <ryanhaddad@apple.com>
114 Skipping fast/canvas/canvas-too-large-to-draw.html on win
115 https://bugs.webkit.org/show_bug.cgi?id=152009
117 Unreviewed test gardening.
119 * platform/win/TestExpectations:
121 2015-12-08 Ryan Haddad <ryanhaddad@apple.com>
123 Rebaseline fast/block/float/overhanging-tall-block.html for win after r193511
124 https://bugs.webkit.org/show_bug.cgi?id=151906
126 Unreviewed test gardening.
128 * platform/win/fast/block/float/overhanging-tall-block-expected.txt:
130 2015-12-08 Ryan Haddad <ryanhaddad@apple.com>
132 Skipping fast/canvas/canvas-too-large-to-draw.html on ElCapitan Debug
133 https://bugs.webkit.org/show_bug.cgi?id=152009
135 Unreviewed test gardening.
137 * platform/mac/TestExpectations:
139 2015-12-08 Brady Eidson <beidson@apple.com>
141 Modern IDB: IDBTransaction::hasPendingActivity() was wrong, leading to premature GC of the wrapper.
142 https://bugs.webkit.org/show_bug.cgi?id=151507
144 Reviewed by Beth Dakin.
146 A handful of tests were marked flaky and tracked back to this bug.
148 Ever since the presumed fix for this bug (r192687) the flakiness dashboard says they pass.
150 * platform/mac-wk1/TestExpectations: Re-enable the no-longer-flaky tests.
152 2015-12-08 Brady Eidson <beidson@apple.com>
154 More IDB TestExpectations gardening.
156 Reviewed by Alex Christensen.
158 * platform/mac-wk1/TestExpectations:
160 2015-12-08 Brady Eidson <beidson@apple.com>
162 Unreviewed IDB layout test gardening (Adding some flaky crashes)
164 * platform/mac-wk1/TestExpectations:
166 2015-12-08 Brady Eidson <beidson@apple.com>
168 Modern IDB: Fire blocked events for delete requests that are blocked.
169 https://bugs.webkit.org/show_bug.cgi?id=152015
171 Reviewed by Alex Christensen.
173 * platform/mac-wk1/TestExpectations:
175 2015-12-08 Brady Eidson <beidson@apple.com>
177 More IDB TestExpectations gardening.
179 Reviewed by Alex Christensen.
181 * platform/mac-wk1/TestExpectations:
183 2015-12-08 Brady Eidson <beidson@apple.com>
185 Modern IDB: Fire blocked events for upgrade requests that are blocked.
186 https://bugs.webkit.org/show_bug.cgi?id=152007
188 Reviewed by Alex Christensen.
190 * platform/mac-wk1/TestExpectations:
192 * storage/indexeddb/modern/blocked-open-db-requests-expected.txt: Added.
193 * storage/indexeddb/modern/blocked-open-db-requests.html: Added.
194 * storage/indexeddb/modern/resources/blocked-open-db-requests.js: Added.
196 * storage/indexeddb/modern/deleteobjectstore-1.html: Fix subtly broken test.
197 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures.html: Ditto.
199 2015-12-08 Mark Lam <mark.lam@apple.com>
201 Polymorphic operand types for DFG and FTL div.
202 https://bugs.webkit.org/show_bug.cgi?id=151747
204 Reviewed by Geoffrey Garen.
206 * js/regress/ftl-object-div-expected.txt: Added.
207 * js/regress/ftl-object-div.html: Added.
208 * js/regress/script-tests/ftl-object-div.js: Added.
212 2015-12-08 Zalan Bujtas <zalan@apple.com>
214 Do not insert positioned renderers to multiple gPositionedDescendantsMap.
215 https://bugs.webkit.org/show_bug.cgi?id=151878
216 rdar://problem/22229889
218 Reviewed by Simon Fraser.
220 We insert positioned renderers into a static map (RenderBlock::gPositionedDescendantsMap) to keep track of them.
221 This static map is at block level. A particular absolute positioned object is added to its closest ancestor that
222 returns true for RenderElement::canContainAbsolutelyPositionedObjects().
223 canContainAbsolutelyPositionedObjects() returns true if the ancestor is either positioned or has transform.
224 If this container's style changes so that it's no longer positioned and it has no transform anymore,
225 we need to clear its static map of positioned objects (they'll get re-inserted to another ancestor at next layout).
227 This patch addresses the case when the renderer does not have transforms anymore.
229 * fast/block/positioning/crash-when-transform-is-removed-expected.txt: Added.
230 * fast/block/positioning/crash-when-transform-is-removed.html: Added.
232 2015-12-08 Ryan Haddad <ryanhaddad@apple.com>
234 Marking fast/canvas/canvas-too-large-to-draw.html as flaky on ElCapitan Debug
235 https://bugs.webkit.org/show_bug.cgi?id=152009
237 Unreviewed test gardening.
239 * platform/mac/TestExpectations:
241 2015-12-08 Skachkov Oleksandr <gskachkov@gmail.com>
243 [ES6] "super" and "this" should be lexically bound inside an arrow function and should live in a JSLexicalEnvironment
244 https://bugs.webkit.org/show_bug.cgi?id=149338
246 Reviewed by Saam Barati.
248 * js/arrowfunction-supercall-expected.txt: Added.
249 * js/arrowfunction-supercall.html: Added.
250 * js/arrowfunction-tdz-expected.txt: Added new expectation.
251 * js/script-tests/arrowfunction-supercall.js: Added.
252 * js/script-tests/arrowfunction-tdz.js: Added new cases.
254 2015-12-08 Brady Eidson <beidson@apple.com>
256 Modern IDB: storage/indexeddb/index-cursor.html fails.
257 https://bugs.webkit.org/show_bug.cgi?id=151973
259 Reviewed by Darin Adler.
261 * platform/mac-wk1/TestExpectations:
263 2015-12-08 Csaba Osztrogonác <ossy@webkit.org>
265 [EFL] REGRESSION(r173394): MiniBrowser stucked in an infinite loop if NETWORK_CACHE is disabled
266 https://bugs.webkit.org/show_bug.cgi?id=137692
268 Reviewed by Darin Adler.
270 * platform/efl/TestExpectations: Unskip now passing tests.
272 2015-12-08 Gyuyoung Kim <gyuyoung.kim@webkit.org>
274 [EFL][AX] Rebaseline failing AX tests since r185662
275 https://bugs.webkit.org/show_bug.cgi?id=151991
277 Unreviewed EFL rebaseline.
279 * platform/efl/TestExpectations:
280 * platform/efl/accessibility/image-link-expected.txt:
281 * platform/efl/accessibility/image-map2-expected.txt:
282 * platform/efl/accessibility/lists-expected.txt:
283 * platform/efl/accessibility/table-attributes-expected.txt:
284 * platform/efl/accessibility/table-cell-spans-expected.txt:
285 * platform/efl/accessibility/table-cells-expected.txt:
286 * platform/efl/accessibility/table-detection-expected.txt:
287 * platform/efl/accessibility/table-one-cell-expected.txt:
288 * platform/efl/accessibility/table-sections-expected.txt:
289 * platform/efl/accessibility/table-with-rules-expected.txt:
291 2015-12-08 Joanmarie Diggs <jdiggs@igalia.com>
293 [EFL] some ax tests have been failed since r186692
294 https://bugs.webkit.org/show_bug.cgi?id=146887
296 Reviewed by Mario Sanchez Prada.
298 * platform/efl/TestExpectations: Removed failing tests.
300 2015-12-08 Joanmarie Diggs <jdiggs@igalia.com>
302 [GTK] 15 accessibility tests fail since r186692.
303 https://bugs.webkit.org/show_bug.cgi?id=148938
305 Reviewed by Mario Sanchez Prada.
307 * platform/gtk/TestExpectations: Removed failing tests.
308 * platform/gtk/accessibility/roles-computedRoleString-expected.txt: Rebaselined.
309 * platform/gtk/accessibility/table-attributes-expected.txt: Rebaselined.
310 * platform/gtk/accessibility/table-cell-spans-expected.txt: Rebaselined.
311 * platform/gtk/accessibility/table-cells-expected.txt: Rebaselined.
312 * platform/gtk/accessibility/table-detection-expected.txt: Rebaselined.
313 * platform/gtk/accessibility/table-sections-expected.txt: Rebaselined.
314 * platform/gtk/accessibility/table-with-rules-expected.txt: Rebaselined.
316 2015-12-08 Frederic Wang <fred.wang@free.fr>
318 [cairo] Solid stroke of lines with thickness less than 1 pixel broken after r191658
319 https://bugs.webkit.org/show_bug.cgi?id=151947
321 Reviewed by Martin Robinson.
323 Add a test to check that the radical overbar appears on the screen when it has thickness less than 1px.
325 * mathml/presentation/radical-bar-visibility-expected-mismatch.html: Added.
326 * mathml/presentation/radical-bar-visibility.html: Added.
328 2015-12-07 Brady Eidson <beidson@apple.com>
330 Move an IDB test from the "generic failure" section to the "fails because no workers" section.
332 Rubberstamped by Andy Estes.
334 * platform/mac-wk1/TestExpectations:
336 2015-12-07 Andy VanWagoner <thetalecrafter@gmail.com>
338 [INTL] Implement String.prototype.toLocaleUpperCase in ECMA-402
339 https://bugs.webkit.org/show_bug.cgi?id=147609
341 Reviewed by Benjamin Poulain.
343 * js/script-tests/string-toLocaleUpperCase.js: Added.
344 * js/string-toLocaleUpperCase-expected.txt: Added.
345 * js/string-toLocaleUpperCase.html: Added.
347 2015-12-07 Myles C. Maxfield <mmaxfield@apple.com>
349 [Mac] Remove Mavericks-specific TestExpectations lines
350 https://bugs.webkit.org/show_bug.cgi?id=151913
352 Reviewed by Alexey Proskuryakov.
354 Mavericks is no longer a supported OS.
356 * platform/mac/TestExpectations:
358 2015-12-07 Brady Eidson <beidson@apple.com>
360 Modern IDB: Miscellaneous test cleanup.
361 https://bugs.webkit.org/show_bug.cgi?id=151968
363 Reviewed by Sam Weinig.
365 - Reorganize TestExpectations a bit.
366 - Remove two tests that primarily test features that have been removed from the spec.
368 * platform/mac-wk1/TestExpectations:
369 * storage/indexeddb/cursor-continueprimarykey-expected.txt: Removed.
370 * storage/indexeddb/cursor-continueprimarykey.html: Removed.
371 * storage/indexeddb/factory-basics-expected.txt: Removed.
372 * storage/indexeddb/factory-basics.html: Removed.
373 * storage/indexeddb/resources/cursor-continueprimarykey.js: Removed.
374 * storage/indexeddb/resources/factory-basics.js: Removed.
376 2015-12-07 Brady Eidson <beidson@apple.com>
378 Modern IDB: storage/indexeddb/factory-deletedatabase.html fails.
379 https://bugs.webkit.org/show_bug.cgi?id=151966
381 Reviewed by Sam Weinig.
383 * platform/mac-wk1/TestExpectations:
385 2015-12-07 Brady Eidson <beidson@apple.com>
387 Modern IDB: storage/indexeddb/cursor-continue-validity.html fails.
388 https://bugs.webkit.org/show_bug.cgi?id=151961
390 Reviewed by Alex Christensen.
392 * platform/mac-wk1/TestExpectations:
393 * storage/indexeddb/cursor-finished-expected.txt:
395 2015-12-07 Xabier Rodriguez Calvar <calvaris@igalia.com>
397 [Streams API] pipeTo tests are failing
398 https://bugs.webkit.org/show_bug.cgi?id=151949
403 * platform/mac/TestExpectations:
404 * platform/win/TestExpectations: Moved the flag from Mac and Win to general as GTK+ is failing too.
406 2015-12-07 Brady Eidson <beidson@apple.com>
408 Modern IDB: Fix "old versions" when upgrading databases.
409 https://bugs.webkit.org/show_bug.cgi?id=151948
411 Reviewed by Alex Christensen.
413 * platform/mac-wk1/TestExpectations:
414 * storage/indexeddb/database-basics-expected.txt:
415 * storage/indexeddb/modern/deletedatabase-2-expected.txt:
417 2015-12-07 Xabier Rodriguez Calvar <calvaris@igalia.com>
421 http://webkit.org/b/147933 and though count queuing strategy and writable stream abort tests are fixed, there
422 are still issues with pipeTo. For that I created http://webkit.org/b/151949.
424 * platform/mac/TestExpectations:
425 * platform/win/TestExpectations:
427 2015-12-07 Brady Eidson <beidson@apple.com>
429 Modern IDB: Add some more custom exception messages, passing some more tests..
430 https://bugs.webkit.org/show_bug.cgi?id=151912
432 Reviewed by Andy Estes.
434 * platform/mac-wk1/TestExpectations:
436 * storage/indexeddb/exceptions-expected.txt:
437 * storage/indexeddb/get-keyrange-expected.txt:
438 * storage/indexeddb/invalid-keys-expected.txt:
439 * storage/indexeddb/keypath-edges-expected.txt:
440 * storage/indexeddb/keyrange-expected.txt:
441 * storage/indexeddb/transaction-active-flag-expected.txt:
442 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
444 * storage/indexeddb/resources/exceptions.js:
445 * storage/indexeddb/resources/transaction-and-objectstore-calls.js:
447 2015-12-07 Ryan Haddad <ryanhaddad@apple.com>
449 Marking fast/dom/Window/property-access-on-cached-window-after-frame-removed.html as failing on Win
450 https://bugs.webkit.org/show_bug.cgi?id=151759
452 Unreviewed test gardening.
454 * platform/win/TestExpectations:
456 2015-12-07 Ryan Haddad <ryanhaddad@apple.com>
458 Removing Yosemite flag from flaky test http/tests/cache/disk-cache/disk-cache-request-max-stale.html
459 https://bugs.webkit.org/show_bug.cgi?id=151661
461 Unreviewed test gardening.
463 * platform/mac-wk2/TestExpectations:
465 2015-12-07 Gyuyoung Kim <gyuyoung.kim@webkit.org>
467 Unreviewed EFL gardening. Mark some of blink tests to failure since r190629.
469 * platform/efl/TestExpectations:
471 2015-12-06 Simon Fraser <simon.fraser@apple.com>
473 Clipping along compositing borders in svg-edit
474 https://bugs.webkit.org/show_bug.cgi?id=151791
476 Reviewed by Zalan Bujtas.
478 Ref test that triggers recomputation of overflow.
480 * svg/overflow/visual-overflow-change-expected.html: Added.
481 * svg/overflow/visual-overflow-change.html: Added.
483 2015-12-06 Andy VanWagoner <thetalecrafter@gmail.com>
485 [INTL] Implement String.prototype.toLocaleLowerCase in ECMA-402
486 https://bugs.webkit.org/show_bug.cgi?id=147608
488 Reviewed by Benjamin Poulain.
490 * js/script-tests/string-toLocaleLowerCase.js: Added.
491 * js/string-toLocaleLowerCase-expected.txt: Added.
492 * js/string-toLocaleLowerCase.html: Added.
494 2015-12-06 Simon Fraser <simon.fraser@apple.com>
496 REGRESSION (r187121): Can't get to the main content of the page at https://theintercept.com/drone-papers/
497 https://bugs.webkit.org/show_bug.cgi?id=151849
498 rdar://problem/23132828
500 Reviewed by Zalan Bujtas.
504 The behavior of imported/blink/transitions/transition-not-interpolable.html changed
505 with this patch, but that test is trying to determine if transitions run to/from
506 'auto' values, and doing it wrong. The current patch doesn't change the user-visible
507 behavior of transitions with 'auto' endpoints (covered by http://webkit.org/b/38243).
509 * animations/fill-forwards-auto-height-expected.html: Added.
510 * animations/fill-forwards-auto-height.html: Added.
511 * imported/blink/transitions/transition-not-interpolable-expected.txt:
513 2015-12-06 David Kilzer <ddkilzer@apple.com>
515 REGRESSION(r193584): Causes heap use-after-free crashes in Web Inspector tests with AddressSanitizer (Requested by ddkilzer on #webkit).
516 https://bugs.webkit.org/show_bug.cgi?id=151929
520 "[ES6] "super" and "this" should be lexically bound inside an
521 arrow function and should live in a JSLexicalEnvironment"
522 https://bugs.webkit.org/show_bug.cgi?id=149338
523 http://trac.webkit.org/changeset/193584
525 2015-12-06 Skachkov Oleksandr <gskachkov@gmail.com>
527 [ES6] "super" and "this" should be lexically bound inside an arrow function and should live in a JSLexicalEnvironment
528 https://bugs.webkit.org/show_bug.cgi?id=149338
530 Reviewed by Saam Barati.
532 * js/arrowfunction-supercall-expected.txt: Added.
533 * js/arrowfunction-supercall.html: Added.
534 * js/arrowfunction-tdz-expected.txt: Added new expectation.
535 * js/script-tests/arrowfunction-supercall.js: Added.
536 * js/script-tests/arrowfunction-tdz.js: Added new cases.
538 2015-12-05 David Kilzer <ddkilzer@apple.com>
540 REGRESSION (r193487): Modern IDB: storage/indexeddb/index-multientry.html crashes
542 * platform/mac-wk1/TestExpectations: Skip test that crashes
543 on every run: storage/indexeddb/index-multientry.html.
545 2015-12-04 Zalan Bujtas <zalan@apple.com>
547 Garbage in page tiles when document is too long.
548 https://bugs.webkit.org/show_bug.cgi?id=151906
549 rdar://problem/23695858
551 Reviewed by Simon Fraser.
553 * platform/ios-simulator/fast/block/float/overhanging-tall-block-expected.txt:
554 * platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.txt:
555 * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
557 2015-12-04 Brady Eidson <beidson@apple.com>
559 Modern IDB: Add some more custom exception messages, passing some more tests.
560 https://bugs.webkit.org/show_bug.cgi?id=151898
562 Reviewed by Alex Christensen.
564 * platform/mac-wk1/TestExpectations:
565 * storage/indexeddb/keypath-arrays-expected.txt:
566 * storage/indexeddb/noblobs-expected.txt:
567 * storage/indexeddb/object-lookups-in-versionchange-expected.txt:
568 * storage/indexeddb/request-result-cache-expected.txt:
569 * storage/indexeddb/transaction-after-close-expected.txt:
570 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
571 * storage/indexeddb/transaction-read-only-expected.txt:
573 2015-12-04 Brady Eidson <beidson@apple.com>
575 Modern IDB: Add some more custom exception messages, passing some more tests.
576 https://bugs.webkit.org/show_bug.cgi?id=151895
578 Reviewed by Alex Christensen.
580 * platform/mac-wk1/TestExpectations:
581 * storage/indexeddb/aborted-versionchange-closes-expected.txt:
582 * storage/indexeddb/cursor-continue-dir-expected.txt:
583 * storage/indexeddb/cursor-continue-expected.txt:
584 * storage/indexeddb/deleteIndex-expected.txt:
585 * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt:
587 2015-12-04 Andy VanWagoner <thetalecrafter@gmail.com>
589 [INTL] Implement Number.prototype.toLocaleString in ECMA-402
590 https://bugs.webkit.org/show_bug.cgi?id=147610
592 Reviewed by Benjamin Poulain.
594 Add tests for ECMA-402 Number.prototype.toLocaleString.
595 Since NumberFormat is not fully implemented, don't test locale-specific behavior yet.
597 * js/number-toLocaleString-expected.txt: Added.
598 * js/number-toLocaleString.html: Added.
599 * js/script-tests/number-toLocaleString.js: Added.
601 2015-12-04 Brady Eidson <beidson@apple.com>
603 Modern IDB: Flip test expectations around so we only list failures.
604 https://bugs.webkit.org/show_bug.cgi?id=151880
606 Reviewed by Alex Christensen.
608 * platform/mac-wk1/TestExpectations:
610 2015-12-04 Brady Eidson <beidson@apple.com>
612 Modern IDB: storage/indexeddb/cursor-update.html fails.
613 https://bugs.webkit.org/show_bug.cgi?id=151879
615 Reviewed by Oliver Hunt.
617 * platform/mac-wk1/TestExpectations:
619 2015-12-04 Brady Eidson <beidson@apple.com>
621 Modern IDB: storage/indexeddb/version-change-exclusive.html fails
622 https://bugs.webkit.org/show_bug.cgi?id=151870
624 Reviewed by Alex Christensen.
626 * platform/mac-wk1/TestExpectations:
627 * storage/indexeddb/modern/double-open-expected.txt: Added.
628 * storage/indexeddb/modern/double-open.html: Added.
629 * storage/indexeddb/version-change-exclusive-expected.txt:
631 2015-12-04 Brady Eidson <beidson@apple.com>
633 Modern IDB: storage/indexeddb/exceptions.html fails.
634 https://bugs.webkit.org/show_bug.cgi?id=151732
636 Reviewed by Alex Christensen.
638 Lots of new wk2-specific expectations to keep Legacy IDB passing for now.
640 * platform/mac-wk1/TestExpectations:
641 * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index5-expected.txt: Added.
642 * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_index6-expected.txt: Added.
643 * platform/wk2/imported/w3c/indexeddb/idbcursor_continue_invalid-expected.txt: Added.
644 * platform/wk2/imported/w3c/indexeddb/idbindex_get7-expected.txt: Added.
645 * platform/wk2/imported/w3c/indexeddb/idbindex_getKey7-expected.txt: Added.
646 * platform/wk2/imported/w3c/indexeddb/idbindex_openCursor2-expected.txt: Added.
647 * platform/wk2/imported/w3c/indexeddb/idbindex_openKeyCursor3-expected.txt: Added.
648 * platform/wk2/imported/w3c/indexeddb/keypath-expected.txt: Added.
649 * platform/wk2/storage/indexeddb/aborted-versionchange-closes-expected.txt: Copied from LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt.
650 * platform/wk2/storage/indexeddb/bad-keypath-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/bad-keypath-expected.txt.
651 * platform/wk2/storage/indexeddb/basics-expected.txt: Copied from LayoutTests/storage/indexeddb/basics-expected.txt.
652 * platform/wk2/storage/indexeddb/clear-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/clear-expected.txt.
653 * platform/wk2/storage/indexeddb/create-and-remove-object-store-expected.txt: Copied from LayoutTests/storage/indexeddb/create-and-remove-object-store-expected.txt.
654 * platform/wk2/storage/indexeddb/create-objectstore-basics-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt.
655 * platform/wk2/storage/indexeddb/cursor-continue-dir-expected.txt: Added.
656 * platform/wk2/storage/indexeddb/cursor-continue-expected.txt: Added.
657 * platform/wk2/storage/indexeddb/cursor-finished-expected.txt: Copied from LayoutTests/storage/indexeddb/cursor-finished-expected.txt.
658 * platform/wk2/storage/indexeddb/cursors-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/cursors-expected.txt.
659 * platform/wk2/storage/indexeddb/database-basics-expected.txt: Added.
660 * platform/wk2/storage/indexeddb/deleteIndex-bug110792-expected.txt: Added.
661 * platform/wk2/storage/indexeddb/index-count-expected.txt: Added.
662 * platform/wk2/storage/indexeddb/intversion-close-in-oncomplete-expected.txt: Added.
663 * platform/wk2/storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: Added.
664 * platform/wk2/storage/indexeddb/invalid-keys-expected.txt: Added.
665 * platform/wk2/storage/indexeddb/key-requirements-delete-null-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt.
666 * platform/wk2/storage/indexeddb/key-requirements-inline-and-passed-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt.
667 * platform/wk2/storage/indexeddb/key-requirements-put-no-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt.
668 * platform/wk2/storage/indexeddb/key-requirements-put-null-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt.
669 * platform/wk2/storage/indexeddb/key-type-array-expected.txt: Added.
670 * platform/wk2/storage/indexeddb/keypath-arrays-expected.txt: Added.
671 * platform/wk2/storage/indexeddb/keypath-edges-expected.txt: Added.
672 * platform/wk2/storage/indexeddb/keyrange-expected.txt: Added.
673 * platform/wk2/storage/indexeddb/mozilla/clear-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/clear-expected.txt.
674 * platform/wk2/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt.
675 * platform/wk2/storage/indexeddb/mozilla/cursors-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/cursors-expected.txt.
676 * platform/wk2/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt.
677 * platform/wk2/storage/indexeddb/mozilla/readonly-transactions-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/readonly-transactions-expected.txt.
678 * platform/wk2/storage/indexeddb/object-lookups-in-versionchange-expected.txt: Added.
679 * platform/wk2/storage/indexeddb/objectstore-count-expected.txt: Added.
680 * platform/wk2/storage/indexeddb/open-cursor-expected.txt: Added.
681 * platform/wk2/storage/indexeddb/readonly-transactions-expected.txt: Copied from LayoutTests/storage/indexeddb/mozilla/readonly-transactions-expected.txt.
682 * platform/wk2/storage/indexeddb/removed-expected.txt: Added.
683 * platform/wk2/storage/indexeddb/request-result-cache-expected.txt: Added.
684 * platform/wk2/storage/indexeddb/transaction-abort-expected.txt: Copied from LayoutTests/storage/indexeddb/transaction-abort-expected.txt.
685 * platform/wk2/storage/indexeddb/transaction-active-flag-expected.txt: Added.
686 * platform/wk2/storage/indexeddb/transaction-after-close-expected.txt: Added.
687 * platform/wk2/storage/indexeddb/transaction-read-only-expected.txt: Added.
688 * platform/wk2/storage/indexeddb/version-change-exclusive-expected.txt: Added.
689 * storage/indexeddb/aborted-versionchange-closes-expected.txt:
690 * storage/indexeddb/basics-expected.txt:
691 * storage/indexeddb/create-and-remove-object-store-expected.txt:
692 * storage/indexeddb/cursor-finished-expected.txt:
693 * storage/indexeddb/exceptions-expected.txt:
694 * storage/indexeddb/modern/createobjectstore-failures-expected.txt:
695 * storage/indexeddb/modern/double-abort-expected.txt:
696 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt:
697 * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt:
698 * storage/indexeddb/mozilla/bad-keypath-expected.txt:
699 * storage/indexeddb/mozilla/clear-expected.txt:
700 * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
701 * storage/indexeddb/mozilla/cursors-expected.txt:
702 * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
703 * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
704 * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
705 * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
706 * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
707 * storage/indexeddb/resources/exceptions.js:
709 * storage/indexeddb/transaction-abort-expected.txt:
711 2015-12-04 Joseph Pecoraro <pecoraro@apple.com>
713 Web Inspector: Unskip many inspector/debugger tests
714 https://bugs.webkit.org/show_bug.cgi?id=151843
716 Reviewed by Timothy Hatcher.
719 * platform/mac/TestExpectations:
722 * platform/mac-wk2/TestExpectations:
723 Test no longer existed.
725 * inspector/debugger/resources/exception.js:
727 Keep the code outputing a NotFoundException. This particular
728 invocation was recently changed to throw a TypeError.
730 2015-12-04 Joseph Pecoraro <pecoraro@apple.com>
732 Web Inspector: Remove untested and unused Worker inspection
733 https://bugs.webkit.org/show_bug.cgi?id=151848
735 Reviewed by Brian Burg.
737 * inspector/debugger/pause-dedicated-worker-expected.txt: Removed.
738 * inspector/debugger/pause-dedicated-worker.html: Removed.
739 * inspector/debugger/resources/dedicated-worker.js: Removed.
740 * inspector/debugger/terminate-dedicated-worker-while-paused-expected.txt: Removed.
741 * inspector/debugger/terminate-dedicated-worker-while-paused.html: Removed.
743 2015-12-04 Joseph Pecoraro <pecoraro@apple.com>
745 Web Inspector: Specifically Identify the Global Lexical Environment Scope
746 https://bugs.webkit.org/show_bug.cgi?id=151828
748 Reviewed by Brian Burg.
750 * inspector/debugger/breakpoint-scope-expected.txt:
751 * inspector/debugger/breakpoint-scope.html:
752 * inspector/debugger/resources/scope.js:
753 Update the test to include something in the global lexical
754 environment and ensure it is identified as such.
756 2015-12-03 Sergio Villar Senin <svillar@igalia.com>
758 [css-grid] Fix height computation of grid items with borders inside fr tracks
759 https://bugs.webkit.org/show_bug.cgi?id=151798
761 Reviewed by Zalan Bujtas.
763 * fast/css-grid-layout/grid-item-with-border-in-fr-expected.txt: Added.
764 * fast/css-grid-layout/grid-item-with-border-in-fr.html: Added.
766 2015-12-03 Brady Eidson <beidson@apple.com>
768 Modern IDB: Fix up tests that refer to non-standard IDBVersionChangeEvent.dataLoss.
769 https://bugs.webkit.org/show_bug.cgi?id=151850
771 Reviewed by Andy Estes.
773 * platform/mac-wk1/TestExpectations:
775 * storage/indexeddb/data-corruption-expected.txt: Removed.
776 * storage/indexeddb/data-corruption.html: Removed.
777 * storage/indexeddb/resources/data-corruption.js: Removed.
779 * storage/indexeddb/events-expected.txt:
780 * storage/indexeddb/resources/events.js:
782 2015-12-03 Brady Eidson <beidson@apple.com>
784 Modern IDB: storage/indexeddb/cursor-index-delete.html fails.
785 https://bugs.webkit.org/show_bug.cgi?id=151847
787 Reviewed by Andy Estes.
789 * platform/mac-wk1/TestExpectations:
791 2015-12-03 Eric Carlson <eric.carlson@apple.com>
793 [MediaStream] Update MediaStreamTrack.getCapabilities
794 https://bugs.webkit.org/show_bug.cgi?id=151728
796 Reviewed by Jer Noble.
798 * fast/mediastream/MediaStreamTrack-getCapabilities-expected.txt: Added.
799 * fast/mediastream/MediaStreamTrack-getCapabilities.html: Added.
800 * fast/mediastream/MediaStreamTrack-getSettings-expected.txt:
801 * fast/mediastream/MediaStreamTrack-getSettings.html:
803 2015-12-03 Ryan Haddad <ryanhaddad@apple.com>
805 Removing deleted test storage/indexeddb/objectstore-keycursor.html from TestExpectations file
806 https://bugs.webkit.org/show_bug.cgi?id=151772
808 Unreviewed test gardening.
810 * platform/mac-wk2/TestExpectations:
812 2015-12-03 Keith Rollin <krollin@apple.com>
814 [Win] fast/forms/HTMLOptionElement_label03.html failing on win7
815 https://bugs.webkit.org/show_bug.cgi?id=150909
816 rdar://problem/23539673
818 Reviewed by Darin Adler.
820 Mark fast/forms/HTMLOptionElement_label03.html as being expected to
821 pass. Also update some text in HTMLOptionElement_label02.html and
822 HTMLOptionElement_label03.html so that it no longer refers to our
823 trying to match IE (which we are no longer doing).
825 * fast/forms/HTMLOptionElement_label02.html:
826 * fast/forms/HTMLOptionElement_label03.html:
827 * platform/win/TestExpectations:
829 2015-12-03 Brady Eidson <beidson@apple.com>
831 Modern IDB: storage/indexeddb/cursor-advance.html fails.
832 https://bugs.webkit.org/show_bug.cgi?id=151731
834 Reviewed by Alex Christensen.
836 * platform/mac-wk1/TestExpectations:
837 * storage/indexeddb/cursor-advance-expected.txt:
839 2015-12-03 Brent Fulgham <bfulgham@apple.com>
841 Allow JavaScript to iterate over plugins for local files
842 https://bugs.webkit.org/show_bug.cgi?id=151783
843 <rdar://problem/23692113>
845 Modify the existing 'local file' plugin tests so that they don't turn on the debugging
846 flag to allow iterating over all plugins. Then create a new HTTP test (based on the
847 existing plugin-javascript-access test) to make sure that plugin iteration is blocked
848 for non-local-file access.
850 Reviewed by Alexey Proskuryakov.
852 * http/tests/plugins/plugin-javascript-access-expected.txt: Added.
853 * http/tests/plugins/plugin-javascript-access.html: Added.
854 * plugins/plugin-javascript-access.html: Remove unneeded 'internals.setShowAllPlugins' call.
855 * plugins/script-tests/navigator-mimeTypes-length.js: Ditto.
857 2015-12-03 Brady Eidson <beidson@apple.com>
859 Modern IDB: storage/indexeddb/cursor-skip-deleted.html fails.
860 https://bugs.webkit.org/show_bug.cgi?id=151794
862 Reviewed by Alex Christensen.
864 * platform/mac-wk1/TestExpectations:
866 2015-12-02 Sam Weinig <sam@webkit.org>
868 Promise callbacks should be called at microtask checkpoints
869 https://bugs.webkit.org/show_bug.cgi?id=147933
871 Reviewed by Chris Dumez.
873 * fast/dom/microtask-promise-mutation-observer-order-expected.txt: Added.
874 * fast/dom/microtask-promise-mutation-observer-order.html: Added.
876 2015-12-03 Daniel Bates <dabates@apple.com>
878 ASSERT_WITH_SECURITY_IMPLICATION in WebCore::DocumentOrderedMap::add()
879 https://bugs.webkit.org/show_bug.cgi?id=126662
880 <rdar://problem/15775508>
882 Reviewed by Brent Fulgham.
884 Add test to ensure that we do not assert when inserting a subtree that has an element with
885 a duplicate id before removing the original subtree.
887 * svg/custom/insert-subtree-with-duplicate-id-before-removing-subtree-expected.txt: Added.
888 * svg/custom/insert-subtree-with-duplicate-id-before-removing-subtree.svg: Added.
890 2015-12-03 Javier Fernandez <jfernandez@igalia.com>
892 [css-grid] margin-left:auto and margin-top:auto discards the margin on opposite side
893 https://bugs.webkit.org/show_bug.cgi?id=151802
895 Reviewed by Sergio Villar Senin.
897 Tests to verify the specified margins account for determining the available space for
898 auto-margins alignment.
900 * fast/css-grid-layout/grid-item-auto-margins-must-respect-specified-margins-expected.txt: Added.
901 * fast/css-grid-layout/grid-item-auto-margins-must-respect-specified-margins.html: Added.
903 2015-12-03 Ryan Haddad <ryanhaddad@apple.com>
905 Rebaselining svg/custom/bug78807.svg since actual results now match Mac expectations
906 https://bugs.webkit.org/show_bug.cgi?id=151804
908 Unreviewed test gardening.
910 * platform/win/svg/custom/bug78807-expected.txt:
912 2015-12-03 Ryan Haddad <ryanhaddad@apple.com>
914 Skipping failing sputnik/Unicode/Unicode_510 tests pending further investigation
915 https://bugs.webkit.org/show_bug.cgi?id=151505
917 Unreviewed test gardening.
919 * platform/win/TestExpectations:
921 2015-12-03 Ryan Haddad <ryanhaddad@apple.com>
923 Marking fast/css/pseudo-visited-background-color-on-input.html as failing on win
924 https://bugs.webkit.org/show_bug.cgi?id=151756
926 Unreviewed test gardening.
928 * platform/win/TestExpectations:
930 2015-12-03 Ryan Haddad <ryanhaddad@apple.com>
932 fast/borders/hidpi-border-clipping-right-after-move.html
933 https://bugs.webkit.org/show_bug.cgi?id=151754
935 Unreviewed test gardening.
937 * platform/win/TestExpectations:
939 2015-12-03 Gyuyoung Kim <gyuyoung.kim@webkit.org>
941 Unreviewed EFL urgent gardening. Skip web-platform-tests
942 because it has been timeout since r192796.
944 * platform/efl/TestExpectations:
946 2015-12-02 Mark Lam <mark.lam@apple.com>
948 Polymorphic operand types for DFG and FTL mul.
949 https://bugs.webkit.org/show_bug.cgi?id=151746
951 Reviewed by Filip Pizlo.
953 * js/regress/ftl-object-mul-expected.txt: Added.
954 * js/regress/ftl-object-mul.html: Added.
955 * js/regress/script-tests/ftl-object-mul.js: Added.
959 2015-12-02 Myles C. Maxfield <mmaxfield@apple.com>
961 Unify font-variant-* with font-variant shorthand
962 https://bugs.webkit.org/show_bug.cgi?id=149773
964 Reviewed by Darin Adler.
966 Update tests. Also temporarily skip existing font-features tests until
967 https://bugs.webkit.org/show_bug.cgi?id=149774 is fixed.
969 * css3/font-variant-parsing-expected.txt:
970 * css3/font-variant-parsing.html:
971 * fast/css/font-property-priority-expected.txt:
972 * fast/css/font-shorthand-expected.txt:
973 * fast/css/parsing-font-variant-ligatures-expected.txt:
974 * fast/css/parsing-font-variant-ligatures.html:
975 * fast/inspector-support/style-expected.txt:
976 * fast/text/font-variant-shorthand-expected.txt: Added.
977 * fast/text/font-variant-shorthand.html: Added.
978 * platform/mac/TestExpectations:
979 * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
981 2015-12-02 Ryan Haddad <ryanhaddad@apple.com>
983 Rebaselining fast/dom/adopt-attribute-crash-expected for win
984 https://bugs.webkit.org/show_bug.cgi?id=151762
986 Reviewed by Darin Adler.
988 * platform/win/fast/dom/adopt-attribute-crash-expected.txt:
990 2015-12-02 Alex Christensen <achristensen@webkit.org>
992 Asynchronously call onerror when a content blocker blocks ascript element's load
993 https://bugs.webkit.org/show_bug.cgi?id=151649
995 Reviewed by Brady Eidson.
997 * http/tests/contentextensions/script-onerror-expected.txt: Added.
998 * http/tests/contentextensions/script-onerror.html: Added.
999 * http/tests/contentextensions/script-onerror.html.json: Added.
1000 * http/tests/misc/unloadable-script-expected.txt:
1001 * http/tests/misc/unloadable-script.html:
1002 * http/tests/security/local-JavaScript-from-remote-expected.txt:
1003 * http/tests/security/local-JavaScript-from-remote.html:
1004 Added testRunner.waitUntilDone and testRunner.notifyDone to reflect the fact that onerror is no longer called synchronously.
1006 2015-12-02 Eric Carlson <eric.carlson@apple.com>
1008 Fix flaky test added with r192954.
1012 * fast/mediastream/MediaStreamTrack-getSettings.html:
1014 2015-12-02 Commit Queue <commit-queue@webkit.org>
1016 Unreviewed, rolling out r192955.
1017 https://bugs.webkit.org/show_bug.cgi?id=151776
1019 A large number of the tests added with this change are failing
1020 on Windows (Requested by ryanhaddad on #webkit).
1024 "[css border] border-image doesn't honor border-style"
1025 https://bugs.webkit.org/show_bug.cgi?id=99922
1026 http://trac.webkit.org/changeset/192955
1028 2015-12-02 Yoav Weiss <yoav@yoav.ws>
1030 Fix preloader issue with srcdoc documents.
1031 https://bugs.webkit.org/show_bug.cgi?id=151744
1033 Reviewed by Ryosuke Niwa.
1035 Added a test that makes sure that srcdoc based subresources are properly preloaded.
1037 * fast/preloader/iframe-srcdoc-expected.txt: Added.
1038 * fast/preloader/iframe-srcdoc.html: Added.
1040 2015-12-02 Jer Noble <jer.noble@apple.com>
1042 Add a setting and restriction which will pause invisible autoplaying video
1043 https://bugs.webkit.org/show_bug.cgi?id=151412
1045 Reviewed by Eric Carlson.
1047 * media/video-restricted-invisible-autoplay-not-allowed-expected.txt: Added.
1048 * media/video-restricted-invisible-autoplay-not-allowed.html: Added.
1050 2015-12-02 Ryan Haddad <ryanhaddad@apple.com>
1052 Rebaseline fast/parser/xml-declaration-missing-ending-mark.html, fast/parser/xml-colon-entity.html for Win
1053 https://bugs.webkit.org/show_bug.cgi?id=151763
1055 Reviewed by Brent Fulgham.
1057 * platform/win/fast/parser/xml-colon-entity-expected.txt:
1058 * platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt:
1060 2015-12-02 Ryan Haddad <ryanhaddad@apple.com>
1062 Rebaseline fast/dynamic/text-combine.html on win
1063 https://bugs.webkit.org/show_bug.cgi?id=151761
1065 Unreviewed test gardening.
1067 * platform/win/fast/dynamic/text-combine-expected.png:
1068 * platform/win/fast/dynamic/text-combine-expected.txt:
1070 2015-12-02 Brady Eidson <beidson@apple.com>
1072 Modern IDB: Remove all traces of IDBObjectStore::openKeyCursor from tests.
1073 https://bugs.webkit.org/show_bug.cgi?id=151772
1075 Reviewed by Alex Christensen.
1077 IDBObjectStore::openKeyCursor no longer exists, so testing it is inherently bogus.
1079 * platform/mac-wk1/TestExpectations: Two tests now pass with small expectations changes.
1080 * storage/indexeddb/cursor-basics-expected.txt:
1081 * storage/indexeddb/cursor-overloads-expected.txt:
1083 * storage/indexeddb/cursor-overloads.html:
1084 * storage/indexeddb/optional-arguments.html:
1085 * storage/indexeddb/resources/cursor-basics.js:
1086 * storage/indexeddb/resources/deleted-objects.js:
1087 * storage/indexeddb/resources/exceptions.js:
1088 * storage/indexeddb/resources/objectstore-basics.js:
1090 * storage/indexeddb/objectstore-keycursor-expected.txt: Removed.
1091 * storage/indexeddb/objectstore-keycursor.html: Removed.
1092 * storage/indexeddb/resources/objectstore-keycursor.js: Removed.
1094 2015-12-02 David Hyatt <hyatt@apple.com>
1096 Add some more picture element layout tests
1097 https://bugs.webkit.org/show_bug.cgi?id=151769
1099 Reviewed by Dean Jackson.
1101 * fast/picture/image-picture-invalid-expected.txt: Added.
1102 * fast/picture/image-picture-invalid.html: Added.
1103 * fast/picture/image-picture-nested-expected.txt: Added.
1104 * fast/picture/image-picture-nested.html: Added.
1106 2015-12-02 Brady Eidson <beidson@apple.com>
1108 Modern IDB: Enable a couple more passing tests.
1109 https://bugs.webkit.org/show_bug.cgi?id=151766
1111 Reviewed by Beth Dakin.
1113 * platform/mac-wk1/TestExpectations:
1114 * storage/indexeddb/create-object-store-options-expected.txt:
1116 2015-12-02 Ryan Haddad <ryanhaddad@apple.com>
1118 Skipping tests on Win that fail due to unimplemented showModalDialog function.
1119 https://bugs.webkit.org/show_bug.cgi?id=151506
1121 Unreviewed test gardening.
1123 * platform/win/TestExpectations:
1125 2015-12-02 Brady Eidson <beidson@apple.com>
1127 Modern IDB: IDBTransaction::error is not exposed.
1128 https://bugs.webkit.org/show_bug.cgi?id=151752
1130 Reviewed by Alex Christensen.
1132 * platform/mac-wk1/TestExpectations:
1133 * storage/indexeddb/modern/basic-add.html:
1134 * storage/indexeddb/modern/double-abort-expected.txt:
1135 * storage/indexeddb/modern/index-3.html:
1136 * storage/indexeddb/resources/transaction-error.js:
1137 * storage/indexeddb/transaction-error-expected.txt:
1139 2015-12-02 Adenilson Cavalcanti <cavalcantii@gmail.com>
1141 [css border] border-image doesn't honor border-style
1142 https://bugs.webkit.org/show_bug.cgi?id=99922
1144 Reviewed by Simon Fraser.
1146 Ensure that WebKit will be compliant to css-backgrounds spec where
1147 a border with an image will only be rendered if there is a style defined.
1149 Previous border image tests had to be edited (i.e. define border-style)
1150 to ensure that a decorated border would be rendered.
1152 * fast/borders/border-image-01.html:
1153 * fast/borders/border-image-border-radius.html:
1154 * fast/borders/border-image-fill-no-intrinsic-size.html:
1155 * fast/borders/border-image-longhand.html:
1156 * fast/borders/border-image-massive-scale.html:
1157 * fast/borders/border-image-omit-right-slice.html:
1158 * fast/borders/border-image-outset-in-shorthand.html:
1159 * fast/borders/border-image-outset-split-inline-expected.txt:
1160 * fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt:
1161 * fast/borders/border-image-outset-split-inline-vertical-lr.html:
1162 * fast/borders/border-image-outset-split-inline.html:
1163 * fast/borders/border-image-outset.html:
1164 * fast/borders/border-image-repeat.html:
1165 * fast/borders/border-image-rotate-transform.html:
1166 * fast/borders/border-image-scale-transform.html:
1167 * fast/borders/border-image-scaled.html:
1168 * fast/borders/border-image-scrambled.html:
1169 * fast/borders/border-image-should-not-display-expected.html: Added.
1170 * fast/borders/border-image-should-not-display.html: Added.
1171 * fast/borders/border-image-side-reduction.html:
1172 * fast/borders/border-image-slice-constrained.html:
1173 * fast/borders/border-image-slice-missing-right.html:
1174 * fast/borders/border-image-slices.html:
1175 * fast/borders/border-image-source.html:
1176 * fast/borders/border-image-trumps-radius-expected.txt:
1177 * fast/borders/border-image-trumps-radius.html:
1178 * fast/borders/hidpi-border-image-gradient-on-subpixels.html:
1179 * fast/borders/resources/red.png: Added.
1180 * fast/borders/scaled-border-image.html:
1181 * fast/gradients/border-image-gradient-expected.txt:
1182 * fast/gradients/border-image-gradient.html:
1183 * fast/hidpi/image-set-border-image-comparison.html:
1184 * fast/hidpi/image-set-border-image-dynamic.html:
1185 * fast/hidpi/image-set-border-image-simple.html:
1186 * fast/writing-mode/border-image-horizontal-bt.html:
1187 * fast/writing-mode/border-image-vertical-lr.html:
1188 * fast/writing-mode/border-image-vertical-rl.html:
1189 * platform/mac/fast/borders/border-image-01-expected.txt:
1190 * platform/mac/fast/borders/border-image-border-radius-expected.txt:
1191 * platform/mac/fast/borders/border-image-longhand-expected.txt:
1192 * platform/mac/fast/borders/border-image-massive-scale-expected.txt:
1193 * platform/mac/fast/borders/border-image-omit-right-slice-expected.txt:
1194 * platform/mac/fast/borders/border-image-outset-expected.txt:
1195 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.txt:
1196 * platform/mac/fast/borders/border-image-repeat-expected.txt:
1197 * platform/mac/fast/borders/border-image-rotate-transform-expected.txt:
1198 * platform/mac/fast/borders/border-image-scale-transform-expected.txt:
1199 * platform/mac/fast/borders/border-image-scaled-expected.txt:
1200 * platform/mac/fast/borders/border-image-scrambled-expected.txt:
1201 * platform/mac/fast/borders/border-image-side-reduction-expected.txt:
1202 * platform/mac/fast/borders/border-image-slice-constrained-expected.txt:
1203 * platform/mac/fast/borders/border-image-slices-expected.txt:
1204 * platform/mac/fast/borders/border-image-source-expected.txt:
1205 * platform/mac/fast/borders/scaled-border-image-expected.txt:
1206 * platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt:
1207 * platform/mac/fast/hidpi/image-set-border-image-dynamic-expected.txt:
1208 * platform/mac/fast/hidpi/image-set-border-image-simple-expected.txt:
1209 * platform/mac/fast/writing-mode/border-image-horizontal-bt-expected.txt:
1210 * platform/mac/fast/writing-mode/border-image-vertical-lr-expected.txt:
1211 * platform/mac/fast/writing-mode/border-image-vertical-rl-expected.txt:
1213 2015-12-02 Eric Carlson <eric.carlson@apple.com>
1215 [MediaStream] Implement MediaStreamTrack.getSettings()
1216 https://bugs.webkit.org/show_bug.cgi?id=151727
1218 Reviewed by Jer Noble.
1220 * fast/mediastream/MediaStream-video-element-expected.txt:
1221 * fast/mediastream/MediaStream-video-element-track-stop-expected.txt:
1222 * fast/mediastream/MediaStream-video-element-track-stop.html:
1223 * fast/mediastream/MediaStream-video-element.html:
1224 * fast/mediastream/MediaStreamTrack-getSettings-expected.txt: Added.
1225 * fast/mediastream/MediaStreamTrack-getSettings.html: Added.
1227 2015-12-01 David Hyatt <hyatt@apple.com>
1229 Implement the picture element.
1230 https://bugs.webkit.org/show_bug.cgi?id=116963
1232 Reviewed by Dean Jackson.
1234 * fast/picture: Added.
1235 * fast/picture/image-picture-1x-expected.txt: Added.
1236 * fast/picture/image-picture-1x.html: Added.
1237 * fast/picture/resources: Added.
1238 * fast/picture/resources/blue_rect.jpg: Added.
1239 * fast/picture/resources/currentSrcHelper.js: Added.
1241 (currentSrcFileName):
1242 (currentSrcFileNameNoParams):
1243 * fast/picture/resources/image-set-4x.png: Added.
1245 2015-12-02 Jiewen Tan <jiewen_tan@apple.com>
1247 Null dereference loading Blink layout test fast/loader/unload-mutation-crash.html
1248 https://bugs.webkit.org/show_bug.cgi?id=149305
1249 <rdar://problem/22747892>
1251 Reviewed by Brent Fulgham.
1253 This test case is from Blink r180918:
1254 https://codereview.chromium.org/495743003
1256 * fast/loader/unload-mutation-crash-expected.txt: Added.
1257 * fast/loader/unload-mutation-crash.html: Added.
1259 2015-12-02 Joseph Pecoraro <pecoraro@apple.com>
1261 Web Inspector: Handle YieldExpressions in the ScriptSyntaxTree
1262 https://bugs.webkit.org/show_bug.cgi?id=151730
1264 Reviewed by Brian Burg.
1266 * inspector/model/parse-script-syntax-tree-expected.txt:
1267 * inspector/model/parse-script-syntax-tree.html:
1269 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com>
1271 [Win] Test gardening after r192895
1275 * fast/text/emoji-overlap-expected.html:
1276 * fast/text/emoji-overlap.html:
1278 2015-12-01 Commit Queue <commit-queue@webkit.org>
1280 Unreviewed, rolling out r192894 and r192904.
1281 https://bugs.webkit.org/show_bug.cgi?id=151738
1283 Crashes sometimes on Windows (Requested by litherum on
1286 Reverted changesets:
1288 "[Win] Web fonts with small caps have excess whitespace with
1289 the complex text codepath"
1290 https://bugs.webkit.org/show_bug.cgi?id=151698
1291 http://trac.webkit.org/changeset/192894
1293 "Test gardening after r192894"
1294 http://trac.webkit.org/changeset/192904
1296 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com>
1298 [SVG -> OTF Converter] Force UnitsPerEm to 1000
1299 https://bugs.webkit.org/show_bug.cgi?id=151650
1301 Reviewed by Antti Koivisto.
1303 Some tests have quantization differences.
1305 * fast/ruby/ruby-expansion-cjk-2-expected.html:
1306 * fast/ruby/ruby-expansion-cjk-3-expected.html:
1307 * fast/ruby/ruby-expansion-cjk-4-expected.html:
1308 * fast/ruby/ruby-expansion-cjk-5-expected.html:
1309 * fast/ruby/ruby-expansion-cjk-expected.html:
1310 * platform/mac-wk2/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1311 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1312 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1313 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1314 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
1315 * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
1316 * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
1317 * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
1318 * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
1319 * platform/mac/svg/batik/text/textEffect3-expected.txt:
1320 * platform/mac/svg/batik/text/textPosition2-expected.txt:
1321 * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
1322 * svg/custom/acid3-test-77-expected.txt:
1324 2015-12-01 Brady Eidson <beidson@apple.com>
1326 Add updated test result missing from http://trac.webkit.org/changeset/192924
1327 https://bugs.webkit.org/show_bug.cgi?id=151725
1329 * storage/indexeddb/modern/opendatabase-request-event-expected.txt:
1331 2015-12-01 Ryan Haddad <ryanhaddad@apple.com>
1333 Marking http/tests/xmlhttprequest/methods-async.html as flaky on Yosemite WK2
1334 https://bugs.webkit.org/show_bug.cgi?id=151729
1336 Unreviewed test gardening.
1338 * platform/mac-wk2/TestExpectations:
1340 2015-12-01 Brady Eidson <beidson@apple.com>
1342 Give a more detailed message for TypeErrors that result from EnforceRange.
1343 https://bugs.webkit.org/show_bug.cgi?id=151725
1345 Reviewed by Tim Horton.
1347 * crypto/subtle/aes-cbc-generate-key-expected.txt:
1348 * js/dom/webidl-type-mapping-expected.txt:
1349 * storage/indexeddb/intversion-bad-parameters-expected.txt:
1350 * storage/indexeddb/version-change-event-basic-expected.txt:
1352 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com>
1354 Test gardening after r192894
1358 * fast/text/small-caps-complex-expected.html:
1359 * fast/text/small-caps-complex.html:
1361 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com>
1363 [iOS] Adjacent emoji overlap each other
1364 https://bugs.webkit.org/show_bug.cgi?id=151690
1365 <rdar://problem/23430453>
1367 Reviewed by Simon Fraser.
1369 * fast/text/emoji-overlap-expected.html: Added.
1370 * fast/text/emoji-overlap.html: Added.
1372 2015-12-01 Myles C. Maxfield <mmaxfield@apple.com>
1374 [Win] Web fonts with small caps have excess whitespace with the complex text codepath
1375 https://bugs.webkit.org/show_bug.cgi?id=151698
1377 Reviewed by Darin Adler.
1379 * fast/text/resources/tinyfont.svg: Added.
1380 * fast/text/small-caps-complex-expected.html: Added.
1381 * fast/text/small-caps-complex.html: Added.
1383 2015-12-01 Ryan Haddad <ryanhaddad@apple.com>
1385 Marking http/tests/xmlhttprequest/workers/methods.html as flaky on Yosemite WK2
1386 https://bugs.webkit.org/show_bug.cgi?id=151709
1388 Unreviewed test gardening.
1390 * platform/mac-wk2/TestExpectations:
1392 2015-12-01 Brady Eidson <beidson@apple.com>
1394 Skip some specific IDB tests in preparation for enabling the entire directory.
1396 Reviewed in person by Sam Weinig.
1398 * platform/mac-wk1/TestExpectations:
1400 2015-12-01 Brady Eidson <beidson@apple.com>
1402 Modern IDB: storage/indexeddb/create-and-remove-object-store.html fails.
1403 https://bugs.webkit.org/show_bug.cgi?id=151704
1405 Reviewed by Alex Christensen.
1407 * platform/mac-wk1/TestExpectations:
1408 * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt:
1410 2015-12-01 Brady Eidson <beidson@apple.com>
1412 Modern IDB: storage/indexeddb/basics.html fails.
1413 https://bugs.webkit.org/show_bug.cgi?id=151694
1415 Reviewed by Alex Christensen.
1417 * platform/mac-wk1/TestExpectations:
1418 * storage/indexeddb/modern/deletedatabase-1.html:
1419 * storage/indexeddb/modern/opendatabase-versions.html:
1420 * storage/indexeddb/modern/versionchange-event.html:
1422 2015-12-01 Carlos Garcia Campos <cgarcia@igalia.com>
1424 Unreviewed, rolling out r192876.
1426 It broke a lot of JSC and layout tests for GTK and EFL
1430 "[ES6] "super" and "this" should be lexically bound inside an
1431 arrow function and should live in a JSLexicalEnvironment"
1432 https://bugs.webkit.org/show_bug.cgi?id=149338
1433 http://trac.webkit.org/changeset/192876
1435 2015-12-01 Youenn Fablet <youenn.fablet@crf.canon.fr>
1437 [Streams API] pull function of tee should call readFromReadableStreamReader directly
1438 https://bugs.webkit.org/show_bug.cgi?id=151497
1442 Adding non regression test.
1444 * streams/streams-promises-expected.txt:
1445 * streams/streams-promises.html:
1447 2015-12-01 Youenn Fablet <youenn.fablet@crf.canon.fr>
1449 [Streams API] teeReadableStream should not directly use stream.getReader()
1450 https://bugs.webkit.org/show_bug.cgi?id=151487
1452 Reviewed by Darin Adler.
1454 Adding non-regression test.
1456 * streams/streams-promises-expected.txt:
1457 * streams/streams-promises.html:
1459 2015-12-01 Skachkov Oleksandr <gskachkov@gmail.com>
1461 [ES6] "super" and "this" should be lexically bound inside an arrow function and should live in a JSLexicalEnvironment
1462 https://bugs.webkit.org/show_bug.cgi?id=149338
1464 Reviewed by Saam Barati.
1466 * js/arrowfunction-supercall-expected.txt: Added.
1467 * js/arrowfunction-supercall.html: Added.
1468 * js/arrowfunction-tdz-expected.txt: Added new expectation.
1469 * js/script-tests/arrowfunction-supercall.js: Added.
1470 * js/script-tests/arrowfunction-tdz.js: Added new cases.
1472 2015-12-01 Youenn Fablet <youenn.fablet@crf.canon.fr>
1474 [Streams API] streams should not directly use Number and related methods
1475 https://bugs.webkit.org/show_bug.cgi?id=151499
1477 Reviewed by Darin Adler.
1479 Added a non-regression test.
1481 * streams/streams-promises-expected.txt:
1482 * streams/streams-promises.html:
1484 2015-12-01 Youenn Fablet <youenn.fablet@crf.canon.fr>
1486 [Streams API] Remove use of @catch for exposed promises
1487 https://bugs.webkit.org/show_bug.cgi?id=151625
1489 Reviewed by Darin Adler.
1491 * streams/streams-promises.html: beefing up the catch test by also overwritting Promise.prototype.then.
1493 2015-11-30 Brady Eidson <beidson@apple.com>
1495 Modern IDB: Unskip "storage/indexeddb/mozilla" instead of each individual test inside of it.
1496 https://bugs.webkit.org/show_bug.cgi?id=151693
1498 Reviewed by Geoffrey Garen.
1500 * platform/mac-wk1/TestExpectations:
1502 2015-11-30 Jiewen Tan <jiewen_tan@apple.com>
1504 Amazon.com Additional Information links aren't clickable
1505 https://bugs.webkit.org/show_bug.cgi?id=151401
1506 <rdar://problem/23454261>
1508 Reviewed by Darin Adler.
1510 * fast/block/float/hit-test-on-overlapping-floats-expected.txt: Added.
1511 * fast/block/float/hit-test-on-overlapping-floats.html: Added.
1513 2015-11-30 Brady Eidson <beidson@apple.com>
1515 Modern IDB: Iterating index cursors to a specific key is busted.
1516 https://bugs.webkit.org/show_bug.cgi?id=151684
1518 Reviewed by Darin Adler.
1520 * platform/mac-wk1/TestExpectations:
1522 2015-11-30 Brady Eidson <beidson@apple.com>
1524 Modern IDB: ObjectStore cursors should not be able to iterate out of their range.
1525 https://bugs.webkit.org/show_bug.cgi?id=151683
1527 Reviewed by Darin Adler.
1529 * platform/mac-wk1/TestExpectations:
1531 2015-11-30 Brady Eidson <beidson@apple.com>
1533 Modern IDB: "prevunique" cursors should point at the lowest primary key that matches, not the highest.
1534 https://bugs.webkit.org/show_bug.cgi?id=151675.
1536 Reviewed by Darin Adler.
1538 * platform/mac-wk1/TestExpectations:
1539 * storage/indexeddb/modern/index-cursor-1-expected.txt:
1540 * storage/indexeddb/modern/index-cursor-2-expected.txt:
1541 * storage/indexeddb/modern/index-cursor-3-expected.txt:
1543 2015-11-30 Jiewen Tan <jiewen_tan@apple.com>
1545 Null dereference loading Blink layout test http/tests/misc/detach-during-notifyDone.html
1546 https://bugs.webkit.org/show_bug.cgi?id=149309
1547 <rdar://problem/22748363>
1549 Reviewed by Brent Fulgham.
1551 The test case is from Blink r175601:
1552 https://codereview.chromium.org/317513002
1553 The test case will generate a set of weird ordering events that affects the documentLoader:
1554 1. The subframe finishes loading, and since the frame’s testRunner is not set to wait until
1555 done, WebKitTestRunner stops the load (by calling WKBundlePageStopLoading()).
1556 2. This causes the in-progress XHR to be aborted, which causes its readyState to become DONE
1557 (this bug doesn’t always reproduce because sometimes the XHR has already finished before the
1558 frame finishes loading).
1559 3. The onreadystatechange callback is executed, which sets innerHTML on the parent frame.
1560 4. Setting innerHTML disconnects the subframe, nulling out its DocumentLoader.
1561 5. We return to WebFrameLoaderClient::dispatchDidFinishLoad() from step #1, but now the
1562 FrameLoader’s DocumentLoader is null. And WebKit crashes here.
1564 Note that steps 2-4 happen synchronously inside WebFrameLoaderClient::dispatchDidFinishLoad().
1566 * http/tests/misc/detach-during-notifyDone-expected.txt: Added.
1567 * http/tests/misc/detach-during-notifyDone.html: Added.
1568 * http/tests/misc/resources/detached-frame.html: Added.
1570 2015-11-30 Commit Queue <commit-queue@webkit.org>
1572 Unreviewed, rolling out r192819.
1573 https://bugs.webkit.org/show_bug.cgi?id=151681
1575 This change broke existing layout tests on Windows (Requested
1576 by ryanhaddad on #webkit).
1580 "Unify font-variant-* with font-variant shorthand"
1581 https://bugs.webkit.org/show_bug.cgi?id=149773
1582 http://trac.webkit.org/changeset/192819
1584 2015-11-30 Brady Eidson <beidson@apple.com>
1586 Modern IDB: Set the correct source on the IDBRequest for cursor updates
1587 https://bugs.webkit.org/show_bug.cgi?id=151665
1589 Reviewed by Andy Estes.
1591 * platform/mac-wk1/TestExpectations:
1593 2015-11-30 Ryan Haddad <ryanhaddad@apple.com>
1595 Marking fast/forms/state-restore-per-form.html as a flaky timeout on mac-wk2
1596 https://bugs.webkit.org/show_bug.cgi?id=150542
1598 Unreviewed test gardening.
1600 * platform/mac-wk2/TestExpectations:
1602 2015-11-30 Brady Eidson <beidson@apple.com>
1604 Modern IDB: Correct handling of cursors finishing iteration.
1605 https://bugs.webkit.org/show_bug.cgi?id=151664
1607 Reviewed by Andy Estes.
1609 * platform/mac-wk1/TestExpectations:
1611 2015-11-30 Myles C. Maxfield <mmaxfield@apple.com>
1613 Unify font-variant-* with font-variant shorthand
1614 https://bugs.webkit.org/show_bug.cgi?id=149773
1616 Reviewed by Darin Adler.
1618 Update tests. Also temporarily skip existing font-features tests until
1619 https://bugs.webkit.org/show_bug.cgi?id=149774 is fixed.
1621 * css3/font-variant-parsing-expected.txt:
1622 * css3/font-variant-parsing.html:
1623 * fast/css/font-property-priority-expected.txt:
1624 * fast/css/font-shorthand-expected.txt:
1625 * fast/css/parsing-font-variant-ligatures-expected.txt:
1626 * fast/css/parsing-font-variant-ligatures.html:
1627 * fast/inspector-support/style-expected.txt:
1628 * fast/text/font-variant-shorthand-expected.txt: Added.
1629 * fast/text/font-variant-shorthand.html: Added.
1630 * platform/mac/TestExpectations:
1631 * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
1633 2015-11-30 Brady Eidson <beidson@apple.com>
1635 Modern IDB: After versionchange transactions abort, fire onerror on the original IDBOpenDBRequest.
1636 https://bugs.webkit.org/show_bug.cgi?id=151648
1638 Reviewed by Andy Estes.
1640 * platform/mac-wk1/TestExpectations:
1641 * storage/indexeddb/modern/abort-requests-cancelled-expected.txt:
1642 * storage/indexeddb/modern/abort-requests-cancelled.html:
1643 * storage/indexeddb/modern/aborted-put-expected.txt:
1644 * storage/indexeddb/modern/aborted-put.html:
1645 * storage/indexeddb/modern/createobjectstore-basic-expected.txt:
1646 * storage/indexeddb/modern/createobjectstore-basic.html:
1647 * storage/indexeddb/modern/deleteindex-2-expected.txt:
1648 * storage/indexeddb/modern/deleteindex-2.html:
1649 * storage/indexeddb/modern/deleteobjectstore-1-expected.txt:
1650 * storage/indexeddb/modern/deleteobjectstore-1.html:
1651 * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt:
1652 * storage/indexeddb/modern/versionchange-abort-then-reopen-expected.txt:
1653 * storage/indexeddb/modern/versionchange-abort-then-reopen.html:
1655 2015-11-30 Chris Dumez <cdumez@apple.com>
1657 location.origin is undefined in a web worker
1658 https://bugs.webkit.org/show_bug.cgi?id=151614
1660 Reviewed by Darin Adler.
1662 Update existing layout test to confirm the existence of location.origin when in a
1665 * fast/workers/resources/worker-location.js:
1666 * fast/workers/worker-location-expected.txt:
1668 2015-11-30 Brady Eidson <beidson@apple.com>
1670 Modern IDB: Support updating cursor values when the object store uses inline keys.
1671 https://bugs.webkit.org/show_bug.cgi?id=151647
1673 Reviewed by Andy Estes.
1675 * platform/mac-wk1/TestExpectations:
1677 2015-11-30 Brady Eidson <beidson@apple.com>
1679 Modern IDB: openCursor() fix resulting in at least 4 more passing tests.
1680 https://bugs.webkit.org/show_bug.cgi?id=151630
1682 Reviewed by Andy Estes.
1684 * platform/mac-wk1/TestExpectations:
1685 * storage/indexeddb/modern/cursor-2-expected.txt:
1686 * storage/indexeddb/modern/cursor-2.html:
1687 * storage/indexeddb/modern/cursor-3-expected.txt:
1688 * storage/indexeddb/modern/cursor-3.html:
1689 * storage/indexeddb/modern/cursor-4-expected.txt:
1690 * storage/indexeddb/modern/cursor-4.html:
1691 * storage/indexeddb/modern/deleteindex-1-expected.txt:
1692 * storage/indexeddb/modern/deleteindex-1.html:
1693 * storage/indexeddb/modern/deleteindex-2-expected.txt:
1694 * storage/indexeddb/modern/deleteindex-2.html:
1695 * storage/indexeddb/modern/index-4-expected.txt:
1696 * storage/indexeddb/modern/index-4.html:
1697 * storage/indexeddb/modern/index-cursor-1-expected.txt:
1698 * storage/indexeddb/modern/index-cursor-1.html:
1699 * storage/indexeddb/modern/index-cursor-2-expected.txt:
1700 * storage/indexeddb/modern/index-cursor-2.html:
1701 * storage/indexeddb/modern/index-cursor-3-expected.txt:
1702 * storage/indexeddb/modern/index-cursor-3.html:
1704 2015-11-30 Ryan Haddad <ryanhaddad@apple.com>
1706 Marking http/tests/cache/disk-cache/disk-cache-request-max-stale.html as flaky on Yosemite WK2
1707 https://bugs.webkit.org/show_bug.cgi?id=143159
1709 Unreviewed test gardening.
1711 * platform/mac-wk2/TestExpectations:
1713 2015-11-30 Brady Eidson <beidson@apple.com>
1715 Modern IDB: Support keyPath injection into object store records.
1716 https://bugs.webkit.org/show_bug.cgi?id=151640
1718 Reviewed by Andy Estes.
1720 * platform/mac-wk1/TestExpectations:
1722 2015-11-29 Antoine Quint <graouts@apple.com>
1724 Browser does not fall back to SVG attribute value when CSS style value is invalid or not supported
1725 https://bugs.webkit.org/show_bug.cgi?id=147932
1727 Reviewed by Dean Jackson.
1729 Testing that we correctly fall back to the presentation attribute for SVGPaint and SVGColor values
1730 specified with an invalid keyword in a `style` attribute. We also update the expected output for
1731 svg/css/svg-attribute-parser-mode.html which is now in line with values returned by Firefox and
1732 Chrome, where we correctly use the default value instead of null objects, which was definitely
1735 * svg/css/invalid-color-cascade-expected.svg: Added.
1736 * svg/css/invalid-color-cascade.svg: Added.
1737 * svg/css/invalid-paint-cascade-expected.svg: Added.
1738 * svg/css/invalid-paint-cascade.svg: Added.
1739 * svg/css/script-tests/svg-attribute-parser-mode.js:
1740 * svg/css/svg-attribute-parser-mode-expected.txt:
1742 2015-11-18 Andy Estes <aestes@apple.com>
1744 [Content Filtering] Crash in DocumentLoader::notifyFinished() when allowing a media document to load
1745 https://bugs.webkit.org/show_bug.cgi?id=151433
1746 rdar://problem/23506594
1748 Reviewed by Alexey Proskuryakov.
1750 * contentfiltering/allow-media-document-expected.txt: Added.
1751 * contentfiltering/allow-media-document.html: Added.
1752 * contentfiltering/resources/test.mp4: Added.
1754 2015-11-25 Pranjal Jumde <pjumde@apple.com>
1756 Checks for buffer-overflows when reading characters from textRun
1757 https://bugs.webkit.org/show_bug.cgi?id=151055
1758 <rdar://problem/23251789>
1760 Reviewed by Myles C. Maxfield.
1762 * dom/html/level1/core/151055_asan.html:
1763 * dom/html/level1/core/151055_asan-expected.txt:
1765 2015-11-24 Commit Queue <commit-queue@webkit.org>
1767 Unreviewed, rolling out r192536, r192722, and r192743.
1768 https://bugs.webkit.org/show_bug.cgi?id=151593
1770 Still causing trouble. (Requested by kling on #webkit).
1772 Reverted changesets:
1774 "[JSC] JSPropertyNameEnumerator could be destructorless."
1775 https://bugs.webkit.org/show_bug.cgi?id=151242
1776 http://trac.webkit.org/changeset/192536
1778 "REGRESSION(r192536): Null pointer dereference in
1779 JSPropertyNameEnumerator::visitChildren()."
1780 https://bugs.webkit.org/show_bug.cgi?id=151495
1781 http://trac.webkit.org/changeset/192722
1783 "REGRESSION(r192536): Null pointer dereference in
1784 JSPropertyNameEnumerator::visitChildren()."
1785 https://bugs.webkit.org/show_bug.cgi?id=151495
1786 http://trac.webkit.org/changeset/192743
1788 2015-11-24 Xabier Rodriguez Calvar <calvaris@igalia.com>
1790 [Streams API] Implement pipeTo method in readable Stream
1791 https://bugs.webkit.org/show_bug.cgi?id=151588
1793 Reviewed by Darin Adler.
1795 Test "Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the
1796 source" was moved to its own file because it causes timing issues.
1798 * streams/reference-implementation/pipe-to.html: Moved "Piping to a writable stream that does not consume the
1799 writes fast enough exerts backpressure on the source" test to its own file.
1800 * streams/pipe-to.html: Added with "Piping to a writable stream that does not consume the writes fast enough
1801 exerts backpressure on the source" test.
1802 * streams/reference-implementation/brand-checks.html: Fixed issue with the creation of a ReadableStreamReader.
1803 * streams/pipe-to-expected.txt:
1804 * streams/reference-implementation/brand-checks-expected.txt:
1805 * streams/reference-implementation/pipe-through-expected.txt:
1806 * streams/reference-implementation/pipe-to-expected.txt:
1807 * streams/reference-implementation/pipe-to-options-expected.txt:
1808 * streams/reference-implementation/readable-stream-templated-expected.txt: Expectations.
1809 * platform/mac/TestExpectations:
1810 * platform/win/TestExpectations: Flagged pipe-to test because of webkit.org/b/147933.
1812 2015-11-24 Antti Koivisto <antti@apple.com>
1814 REGRESSION (r190983): Non-element, non-text nodes should not be distributed to slots
1815 https://bugs.webkit.org/show_bug.cgi?id=151566
1816 rdar://problem/23430177
1818 Reviewed by Zalan Bujtas.
1820 * fast/html/details-comment-crash-expected.html: Added.
1821 * fast/html/details-comment-crash.html: Added.
1823 2015-11-23 Brady Eidson <beidson@apple.com>
1825 Modern IDB: Unskip all indexeddb/mozilla tests that pass.
1826 https://bugs.webkit.org/show_bug.cgi?id=151568
1828 Reviewed by Alex Christensen.
1830 * platform/mac-wk1/TestExpectations:
1832 2015-11-23 Brady Eidson <beidson@apple.com>
1834 Modern IDB: When a transaction is aborted, call onerror handlers for all in-progress requests.
1835 https://bugs.webkit.org/show_bug.cgi?id=151550
1837 Reviewed by Alex Christensen.
1839 * storage/indexeddb/modern/abort-requests-cancelled-expected.txt: Added.
1840 * storage/indexeddb/modern/abort-requests-cancelled.html: Added.
1841 * storage/indexeddb/modern/idbtransaction-objectstore-failures-expected.txt:
1842 * storage/indexeddb/modern/idbtransaction-objectstore-failures.html:
1843 * storage/indexeddb/modern/index-5-expected.txt:
1844 * storage/indexeddb/modern/index-5.html:
1846 2015-11-23 Brady Eidson <beidson@apple.com>
1848 Modern IDB: Unskip storage/indexeddb/mozilla/global-data.html.
1849 https://bugs.webkit.org/show_bug.cgi?id=151557
1851 Reviewed by Alex Christensen.
1853 * platform/mac-wk1/TestExpectations:
1855 2015-11-17 Sergio Villar Senin <svillar@igalia.com>
1857 ASSERTION FAILED: freeSpace >= 0 in WebCore::RenderGrid::computeTrackSizesForDirection
1858 https://bugs.webkit.org/show_bug.cgi?id=151254
1860 Reviewed by Darin Adler.
1862 * fast/css-grid-layout/grid-quirks-mode-huge-margin-crash-expected.txt: Added.
1863 * fast/css-grid-layout/grid-quirks-mode-huge-margin-crash.html: Added.
1865 2015-11-22 Myles C. Maxfield <mmaxfield@apple.com>
1867 Add a test to make sure that font-variant: inherit works correctly.
1871 * fast/text/font-variant-inherit-expected.html: Added.
1872 * fast/text/font-variant-inherit.html: Added.
1874 2015-11-22 Myles C. Maxfield <mmaxfield@apple.com>
1876 Font selection should not consult font-variant property
1877 https://bugs.webkit.org/show_bug.cgi?id=151537
1879 Reviewed by Simon Fraser.
1881 * fast/text/font-selection-font-variant-expected.html: Added.
1882 * fast/text/font-selection-font-variant.html: Added.
1884 == Rolled over to ChangeLog-2015-11-21 ==